source: branches/1.3/content/admin_language.php @ 1888

Revision 1888, 16.9 KB checked in by shibuya246, 3 years ago (diff)

[Branch 1.3] add admin page language

Line 
1<?php
2/* ****************************************************************************************************
3 * ADMIN LANGUAGE
4 *
5 * PHP version 5
6 *
7 * LICENSE: Hotaru CMS is free software: you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation, either version 3 of
10 * the License, or (at your option) any later version.
11 *
12 * Hotaru CMS is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with Hotaru CMS. If not, see http://www.gnu.org/licenses/.
18 *
19 * @category  Content Management System
20 * @package   HotaruCMS
21 * @author    Nick Ramsay <admin@hotarucms.org>
22 * @copyright Copyright (c) 2010, Hotaru CMS
23 * @license   http://www.gnu.org/copyleft/gpl.html GNU General Public License
24 * @link      http://www.hotarucms.org/
25 */
26
27/* Title */
28$lang["admin"] = "Admin";
29
30/* Breadcrumbs */
31$lang["admin_breadcrumbs_home"] = "Home";
32$lang["admin_breadcrumbs_login"] = "Login";
33
34/* Login */
35$lang["admin_login_failed"] = "Login failed";
36$lang["admin_login_error_cookie"] = "Error setting cookie. Username not provided";
37$lang["admin_login_email_invalid"] = "Email invalid";
38$lang["admin_theme_login"] = "Login";
39$lang["admin_theme_login_username"] = "Username";
40$lang["admin_theme_login_password"] = "Password";
41$lang["admin_theme_login_instructions"] = "Enter your username and password:";
42$lang["admin_theme_login_form_submit"] = "Login";
43$lang["admin_theme_login_forgot_password"] = "Forgot your password?";
44$lang['admin_theme_login_forgot_password_submit'] = "Submit";
45$lang['admin_theme_login_forgot_password_submit_instruct_1'] = "Enter the email address for your Admin account:";
46$lang['admin_theme_login_forgot_password_submit_instruct_2'] = "You will be emailed a confirmation code. Click that confirmation code to be sent a new, random password. Use that to access your account and change it to something you can remember.";
47$lang["admin_theme_update_email"] = "Email:";
48
49/* Forgotten Password */
50$lang['admin_email_password_conf_sent'] = "An email has been sent to the address provided";
51$lang['admin_email_password_conf_success'] = "A new password has been sent to your email address.";
52$lang['admin_email_password_conf_fail'] = "Unable to confirm your email address. Please try the link again.";
53
54/* News */
55$lang["admin_news_posted_by"] = "Posted by";
56$lang["admin_news_on"] = "on";
57$lang["admin_news_read_more"] = "Read more";
58$lang["admin_news_more_threads"] = "More recent threads...";
59
60/* Announcements /class.hotaru.php */
61$lang['admin_announcement_delete_install'] = "Please delete the install folder before someone deletes your database!";
62$lang['admin_announcement_plugins_disabled'] = "Go to Plugin Management to enable some plugins.";
63$lang['admin_announcement_users_disabled'] = "Please enable the Users plugin in Plugin Management.";
64$lang['admin_announcement_change_site_email'] = "Please change the site email address in the Settings page.";
65$lang['admin_announcement_site_closed'] = SITE_NAME . " is currently closed!";
66
67/* Plugins */
68$lang["admin_plugins_install_done"] = "Plugin successfully installed and activated";
69$lang["admin_plugins_install_sorry"] = "Sorry,";
70$lang["admin_plugins_install_requires"] = "requires";
71$lang["admin_plugins_install_unknown_plugin"] = "Unknown Plugin";
72$lang["admin_plugins_uninstall_done"] = "Plugin uninstalled";
73$lang["admin_plugins_uninstall_all_done"] = "All plugins uninstalled";
74$lang["admin_plugins_upgrade_done"] = "Plugin upgraded and activated";
75$lang["admin_plugins_page_refresh"] = "Refresh this page";
76$lang["admin_plugins_activated"] = "Plugin activated";
77$lang["admin_plugins_deactivated"] = "Plugin deactivated";
78$lang['admin_plugins_on'] = "On";
79$lang['admin_plugins_off'] = "Off";
80$lang['admin_plugins_install'] = "Install";
81$lang['admin_plugins_uninstall'] = "Uninstall";
82$lang['admin_plugins_upgrade'] = "Upgrade";
83$lang['admin_plugins_installed'] = "Installed";
84$lang['admin_plugins_order_updated'] = "Order updated";
85$lang['admin_plugins_order_last'] = "is already last.";
86$lang['admin_plugins_order_zero'] = "Error: The order value is zero.";
87$lang['admin_plugins_order_first'] = "is already first.";
88$lang['admin_plugins_order_last'] = "is already last.";
89$lang['admin_plugins_order_above'] = "Error: The plugin to move above has the same order value.";
90$lang['admin_plugins_order_below'] = "Error: The plugin to move below has the same order value.";
91$lang["admin_theme_plugins"] = "Plugin Management";
92$lang["admin_theme_plugins_installed"] = "Installed";
93$lang["admin_theme_plugins_not_installed"] = "Not installed";
94$lang["admin_theme_plugins_on_off"] = "On/Off";
95$lang["admin_theme_plugins_active"] = "On";
96$lang["admin_theme_plugins_inactive"] = "Off";
97$lang["admin_theme_plugins_switch"] = "Switch";
98$lang["admin_theme_plugins_plugin"] = "Plugin";
99$lang["admin_theme_plugins_install"] = "Install";
100$lang["admin_theme_plugins_uninstall"] = "Uninstall";
101$lang["admin_theme_plugins_order_up"] = "Move up";
102$lang["admin_theme_plugins_order_down"] = "Move down";
103$lang["admin_theme_plugins_details"] = "Details";
104$lang["admin_theme_plugins_requires"] = "Requires";
105$lang["admin_theme_plugins_description"] = "Description";
106$lang["admin_theme_plugins_author"] = "Author";
107$lang["admin_theme_plugins_close"] = "Close";
108$lang["admin_theme_plugins_no_plugins"] = "No additional plugins needed.";
109$lang["admin_theme_plugins_guide"] = "Plugin Management Guide";
110$lang["admin_theme_plugins_guide1"] = "To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on.";
111$lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first.";
112$lang["admin_theme_plugins_guide3"] = "Uninstalling a plugin will delete it from the <i>plugins</i> and <i>pluginhooks</i> tables, but not <i>pluginsettings</i>.";
113$lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed.";
114$lang["admin_theme_plugins_deactivate_all"] = "Turn OFF all plugins";
115$lang["admin_theme_plugins_activate_all"] = "Turn ON (upgrade) all plugins";
116$lang["admin_theme_plugins_uninstall_all"] = "Uninstall all plugins";
117$lang["admin_theme_plugins_settings"] = "Settings";
118$lang["admin_theme_plugins_readme"] = "Read Me";
119$lang["admin_theme_plugins_more_info"] = "More Info";
120$lang["admin_theme_plugins_readmetxt"] = "readme.txt";
121$lang["admin_theme_plugins_filenotfound"] = "The settings file for this plugin could not be found.";
122$lang["admin_theme_plugins_checkforfile"] = "Please check for this file: ";
123
124/* Settings */
125$lang['admin_settings_update_success'] = "Updated successfully";
126$lang['admin_settings_update_failure'] = "Error saving settings";
127$lang["admin_settings_theme_activate_success"] = "Theme was activated successfully.";
128$lang["admin_theme_settings"] = "Settings";
129$lang["admin_theme_settings_title"] = "Hotaru Settings";
130$lang["admin_theme_settings_setting"] = "Setting";
131$lang["admin_theme_settings_value"] = "Value";
132$lang["admin_theme_settings_default"] = "Default";
133$lang["admin_theme_settings_notes"] = "Notes";
134$lang["admin_plugin_settings_inactive"] = "This plugin is currently inactive.";
135
136/* Maintenance */
137$lang['admin_maintenance_clear_all_cache_success'] = "All cache files successfully deleted";
138$lang['admin_maintenance_clear_cache_success'] = "Cache successfully deleted";
139$lang['admin_maintenance_clear_cache_failure'] = "No cache files were found";
140$lang['admin_maintenance_optimize_success'] = "All database tables optimized";
141$lang['admin_maintenance_table_emptied'] = "Table emptied";
142$lang['admin_maintenance_table_deleted'] = "Table deleted";
143$lang['admin_maintenance_settings_removed'] = "Settings removed";
144$lang["admin_maintenance_site_closed"] = SITE_NAME . " will be closed next page view";
145$lang["admin_maintenance_site_opened"] = SITE_NAME . " will be opened next page view";
146$lang['admin_maintenance_announcement_updated'] = "Site announcement updated";
147$lang['admin_maintenance_system_report_success'] = "New system report generated";
148$lang['admin_maintenance_system_report_failure'] = "Unable to generate a system report";
149$lang['admin_maintenance_system_report_emailed'] = "System report emailed to HotaruCMS.org";
150
151$lang["admin_theme_maintenance"] = "Maintenance";
152$lang["admin_theme_maintenance_title"] = "Hotaru Maintenance";
153$lang["admin_theme_maintenance_site"] = "Site:";
154$lang["admin_theme_maintenance_announcement"] = "Display this announcement at the top of every page:";
155$lang["admin_theme_maintenance_announcement_enable"] = "Enabled";
156$lang["admin_theme_maintenance_announcement_tags"] = "<small>Allowed: &lt;div&gt;&lt;p&gt;&lt;span&gt;&lt;b&gt;&lt;u&gt;&lt;i&gt;&lt;a&gt;&lt;img&gt;&lt;blockquote&gt;&lt;del&gt;&lt;br&gt;</small>";
157$lang["admin_theme_maintenance_close_site"] = "Close " . SITE_NAME . " for maintenance";
158$lang["admin_theme_maintenance_open_site"] = "Open " . SITE_NAME . " to the public";
159$lang["admin_theme_maintenance_close_site_desc"] = "Only users with \"access admin\" permissions will be able to view the site.";
160$lang["admin_theme_maintenance_open_site_desc"] = "Finished maintenance? Allow everyone back in.";
161$lang["admin_theme_maintenance_cache"] = "Cache:";
162$lang["admin_theme_maintenance_plugin_settings"] = "Plugin settings:";
163$lang["admin_theme_maintenance_db_tables"] = "Database tables:";
164$lang["admin_theme_maintenance_settings"] = "settings";
165$lang["admin_theme_maintenance_all_cache"] = "Clear all cache folders";
166$lang["admin_theme_maintenance_all_cache_desc"] = "deletes all cache folders listed below.";
167$lang["admin_theme_maintenance_db_cache"] = "Clear database cache";
168$lang["admin_theme_maintenance_db_cache_desc"] = "deletes cached database queries.";
169$lang["admin_theme_maintenance_css_js_cache"] = "Clear CSS/JavaScript cache";
170$lang["admin_theme_maintenance_css_js_cache_desc"] = "deletes cached CSS and JavaScript files from plugins.";
171$lang["admin_theme_maintenance_html_cache"] = "Clear HTML cache";
172$lang["admin_theme_maintenance_html_cache_desc"] = "deletes cached blocks of HTML code, e.g. sidebar widgets";
173$lang["admin_theme_maintenance_lang_cache"] = "Clear language cache";
174$lang["admin_theme_maintenance_lang_cache_desc"] = "deletes and starts rebuilding the language cache";
175$lang["admin_theme_maintenance_rss_cache"] = "Clear RSS cache";
176$lang["admin_theme_maintenance_rss_cache_desc"] = "deletes cached RSS feeds.";
177$lang["admin_theme_maintenance_debug"] = "Debug:";
178$lang["admin_theme_maintenance_system_report"] = "Generate a system report";
179$lang["admin_theme_maintenance_email_system_report"] = "Email a system report to HotaruCMS.org";
180$lang["admin_theme_maintenance_email_system_report_note"] = "<span style='color: red'>(Only use if requested in the forums)</span>";
181$lang["admin_theme_maintenance_debug_delete"] = "Clear debug files from the cache";
182$lang["admin_theme_maintenance_debug_view"] = "Click the filenames to view the logs:";
183$lang["admin_theme_maintenance_debug_no_files"] = "<i>There are currently no debug files</i>";
184$lang["admin_theme_maintenance_optimize"] = "Optimize:";
185$lang["admin_theme_maintenance_optimize_database"] = "Optimize database";
186$lang["admin_theme_maintenance_optimize_desc"] = "Optimize all the database tables.";
187$lang["admin_theme_maintenance_empty"] = "Empty";
188$lang["admin_theme_maintenance_remove"] = "Remove";
189$lang["admin_theme_maintenance_drop"] = "Delete";
190$lang["admin_theme_maintenance_db_table_warning"] = "<b>Warning: Use with extreme caution!</b>";
191$lang["admin_theme_maintenance_plugin_settings_explanation"] = "Some Hotaru CMS plugins add settings to the database. To save you from having to reconfigure your plugins every time you upgrade, those settings are not removed, even when uninstalling the plugins. If for any reason, you want to delete those settings, you can do it here. It's highly recommended to uninstall each plugin first.";
192$lang["admin_theme_maintenance_empty_explanation"] = "Emptying tables will remove any data, but retain the structure. Remember, some plugins may rely on the data in these tables so removing them may cause problems for your site. Unless advised to empty tables by a developer, it's best to leave these alone.";
193$lang["admin_theme_maintenance_no_db_tables_to_empty"] = "No database tables to empty.";
194$lang["admin_theme_maintenance_no_plugin_settings_to_delete"] = "No plugin settings to delete.";
195
196/* Blocked List */
197$lang['admin_blocked_list_empty'] = "No value entered";
198$lang['admin_blocked_list_added'] = "New item added";
199$lang['admin_blocked_list_updated'] = "Item updated";
200$lang["admin_blocked_list_removed"] = "Item removed";
201$lang['admin_blocked_list_exists'] = "Item already exists";
202$lang['admin_blocked_list_update'] = "Update";
203$lang["admin_theme_blocked_desc"] = "By itself, this list doesn't do anything, but plugins can use it to block users during registration, post submission, etc.";
204$lang["admin_theme_blocked_list"] = "Blocked List";
205$lang["admin_theme_blocked_type"] = "Type";
206$lang["admin_theme_blocked_value"] = "Value";
207$lang["admin_theme_blocked_edit"] = "Edit";
208$lang["admin_theme_blocked_remove"] = "Remove";
209$lang["admin_theme_blocked_new"] = "Block a new item:";
210$lang["admin_theme_blocked_search"] = "Search for an item:";
211$lang["admin_theme_blocked_filter"] = "Filter items:";
212$lang["admin_theme_blocked_submit_add"] = "Add";
213$lang["admin_theme_blocked_submit_search"] = "Search";
214$lang["admin_theme_blocked_submit_filter"] = "Filter";
215$lang["admin_theme_blocked_ip"] = "IP address";
216$lang["admin_theme_blocked_email"] = "Email address/domain";
217$lang["admin_theme_blocked_url"] = "URL";
218$lang["admin_theme_blocked_username"] = "Username";
219$lang["admin_theme_blocked_all"] = "All";
220
221/* Pagination */
222$lang['pagination_first'] = "First";
223$lang['pagination_last'] = "Last";
224$lang['pagination_previous'] = "Previous";
225$lang['pagination_next'] = "Next";
226
227/* navigation */
228$lang["admin_theme_navigation_home"] = "Home";
229$lang["admin_theme_navigation_admin"] = "Admin";
230$lang["admin_theme_navigation_login"] = "Login";
231$lang["admin_theme_navigation_logout"] = "Logout";
232
233/* main */
234$lang["admin_theme_main_admin_cp"] = "Admin Control Panel";
235$lang["admin_theme_main_admin_home"] = "Admin Home";
236$lang["admin_theme_main_latest"] = "Latest from Hotaru CMS";
237$lang["admin_theme_main_stats"] = "Stats";
238$lang["admin_theme_main_help"] = "See anything you can help with?";
239$lang["admin_theme_main_join_us"] = "Join Hotaru on <a href='http://www.facebook.com/hotarucms'>Facebook</a> and <a href='http://twitter.com/hotarucms'>Twitter</a>!";
240
241/* theme settings */
242$lang["admin_theme_plugin_settings"] = "Plugin Settings";
243$lang["admin_theme_theme_settings"] = "Theme Settings";
244$lang["admin_theme_theme_no_settings"] = " doesn't have any settings.";
245$lang["admin_theme_theme_activate"] = " Theme can be activated by clicking here.";
246$lang["admin_theme_theme_activate_success"] = " Theme was activated successfully.";
247$lang["admin_theme_theme_activate_error"] = " Theme was not activated due to an error.";
248
249
250/* footer */
251$lang["admin_theme_footer_having_trouble_vist_forums"] = "Having trouble? Read the <a href='http://hotarudocs.com'>Documentation</a> or ask for help in the <a href='http://hotarucms.org/forum.php'>Forums</a>.";
252
253/* 404 */
254$lang["admin_theme_404_page_not_found"] = "Page not found.";
255
256/* Account */
257$lang["admin_theme_account"] = "Account";
258
259
260$lang["admin_theme_header_admin"] = "ADMIN";
261$lang["admin_theme_header_hotarucms"] = "Hotaru CMS ";
262$lang["admin_theme_menu_admin_home"] = "Admin Home";
263$lang["admin_theme_menu_site_home"] = "Site Home";
264$lang["admin_theme_menu_hotaru_forums"] = "Hotaru Forums";
265$lang["admin_theme_menu_help"] = "Documentation";
266$lang["admin_theme_menu_logout"] = "Logout";
267
268/* zip files */
269$lang["admin_theme_filecopy_error"] = "There was an error trying to copy ";
270$lang["admin_theme_filecopy_success"] = " was copied succesfully";
271$lang["admin_theme_unzip_error"] = "There was an error trying to unzip ";
272$lang["admin_theme_unzip_success"] = " was unzipped succesfully";
273$lang["admin_theme_fileexist_error"] = " file could not be found on plugin server";
274$lang["admin_theme_zipdelete_error"] = " file could not be deleted from plugin folder";
275$lang["admin_theme_filecopy_permission_error"] = "The files could not be copied due to a permissions error.<br/>You might want to ask your server admin about enabling SuExec on your server";
276
277
278$lang["admin_theme_need_cron"] = "You need the 'cron' plugin installed to use this feature";
279$lang["admin_theme_check_latest_plugin_versions"] = "Check for latest plugin versions.";
280$lang["admin_theme_version_check_completed"] = "The version numbers have been updated";
281
282$lang["admin_theme_version_latest_version_installed"] = "Latest version installed";
283$lang["admin_theme_version_update_to"] = "Update to ";
284
285
286
287?>
Note: See TracBrowser for help on using the repository browser.