| 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) 2009, 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_uninstall_done"] = "Plugin uninstalled";
|
|---|
| 72 | $lang["admin_plugins_uninstall_all_done"] = "All plugins uninstalled";
|
|---|
| 73 | $lang["admin_plugins_upgrade_done"] = "Plugin upgraded and activated";
|
|---|
| 74 | $lang["admin_plugins_page_refresh"] = "Refresh this page";
|
|---|
| 75 | $lang["admin_plugins_activated"] = "Plugin activated";
|
|---|
| 76 | $lang["admin_plugins_deactivated"] = "Plugin deactivated";
|
|---|
| 77 | $lang['admin_plugins_on'] = "On";
|
|---|
| 78 | $lang['admin_plugins_off'] = "Off";
|
|---|
| 79 | $lang['admin_plugins_install'] = "Install";
|
|---|
| 80 | $lang['admin_plugins_uninstall'] = "Uninstall";
|
|---|
| 81 | $lang['admin_plugins_upgrade'] = "Upgrade";
|
|---|
| 82 | $lang['admin_plugins_installed'] = "Installed";
|
|---|
| 83 | $lang['admin_plugins_order_updated'] = "Order updated";
|
|---|
| 84 | $lang['admin_plugins_order_last'] = "is already last.";
|
|---|
| 85 | $lang['admin_plugins_order_zero'] = "Error: The order value is zero.";
|
|---|
| 86 | $lang['admin_plugins_order_first'] = "is already first.";
|
|---|
| 87 | $lang['admin_plugins_order_last'] = "is already last.";
|
|---|
| 88 | $lang['admin_plugins_order_above'] = "Error: The plugin to move above has the same order value.";
|
|---|
| 89 | $lang['admin_plugins_order_below'] = "Error: The plugin to move below has the same order value.";
|
|---|
| 90 | $lang["admin_theme_plugins"] = "Plugin Management";
|
|---|
| 91 | $lang["admin_theme_plugins_installed"] = "Installed";
|
|---|
| 92 | $lang["admin_theme_plugins_not_installed"] = "Not installed";
|
|---|
| 93 | $lang["admin_theme_plugins_on_off"] = "On/Off";
|
|---|
| 94 | $lang["admin_theme_plugins_active"] = "On";
|
|---|
| 95 | $lang["admin_theme_plugins_inactive"] = "Off";
|
|---|
| 96 | $lang["admin_theme_plugins_switch"] = "Switch";
|
|---|
| 97 | $lang["admin_theme_plugins_plugin"] = "Plugin";
|
|---|
| 98 | $lang["admin_theme_plugins_install"] = "Install";
|
|---|
| 99 | $lang["admin_theme_plugins_uninstall"] = "Uninstall";
|
|---|
| 100 | $lang["admin_theme_plugins_order_up"] = "Move up";
|
|---|
| 101 | $lang["admin_theme_plugins_order_down"] = "Move down";
|
|---|
| 102 | $lang["admin_theme_plugins_details"] = "Details";
|
|---|
| 103 | $lang["admin_theme_plugins_requires"] = "Requires";
|
|---|
| 104 | $lang["admin_theme_plugins_description"] = "Description";
|
|---|
| 105 | $lang["admin_theme_plugins_author"] = "Author";
|
|---|
| 106 | $lang["admin_theme_plugins_close"] = "Close";
|
|---|
| 107 | $lang["admin_theme_plugins_no_plugins"] = "No additional plugins needed.";
|
|---|
| 108 | $lang["admin_theme_plugins_guide"] = "Plugin Management Guide";
|
|---|
| 109 | $lang["admin_theme_plugins_guide1"] = "To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on.";
|
|---|
| 110 | $lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first.";
|
|---|
| 111 | $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>.";
|
|---|
| 112 | $lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed.";
|
|---|
| 113 | $lang["admin_theme_plugins_deactivate_all"] = "Turn OFF all plugins";
|
|---|
| 114 | $lang["admin_theme_plugins_activate_all"] = "Turn ON (upgrade) all plugins";
|
|---|
| 115 | $lang["admin_theme_plugins_uninstall_all"] = "Uninstall all plugins";
|
|---|
| 116 | $lang["admin_theme_plugins_settings"] = "Settings";
|
|---|
| 117 | $lang["admin_theme_plugins_readme"] = "Read Me";
|
|---|
| 118 | $lang["admin_theme_plugins_more_info"] = "More Info";
|
|---|
| 119 | $lang["admin_theme_plugins_readmetxt"] = "readme.txt";
|
|---|
| 120 |
|
|---|
| 121 | /* Settings */
|
|---|
| 122 | $lang['admin_settings_update_success'] = "Updated successfully.";
|
|---|
| 123 | $lang["admin_settings_theme_activate_success"] = "Theme was activated successfully.";
|
|---|
| 124 | $lang["admin_theme_settings"] = "Settings";
|
|---|
| 125 | $lang["admin_theme_settings_title"] = "Hotaru Settings";
|
|---|
| 126 | $lang["admin_theme_settings_setting"] = "Setting";
|
|---|
| 127 | $lang["admin_theme_settings_value"] = "Value";
|
|---|
| 128 | $lang["admin_theme_settings_default"] = "Default";
|
|---|
| 129 | $lang["admin_theme_settings_notes"] = "Notes";
|
|---|
| 130 | $lang["admin_plugin_settings_inactive"] = "This plugin is currently inactive.";
|
|---|
| 131 |
|
|---|
| 132 | /* Maintenance */
|
|---|
| 133 | $lang['admin_maintenance_clear_all_cache_success'] = "All cache files successfully deleted";
|
|---|
| 134 | $lang['admin_maintenance_clear_cache_success'] = "Cache successfully deleted";
|
|---|
| 135 | $lang['admin_maintenance_clear_cache_failure'] = "No cache files were found";
|
|---|
| 136 | $lang['admin_maintenance_optimize_success'] = "All database tables optimized";
|
|---|
| 137 | $lang['admin_maintenance_table_emptied'] = "Table emptied";
|
|---|
| 138 | $lang['admin_maintenance_table_deleted'] = "Table deleted";
|
|---|
| 139 | $lang['admin_maintenance_settings_removed'] = "Settings removed";
|
|---|
| 140 | $lang["admin_maintenance_site_closed"] = SITE_NAME . " will be closed next page view";
|
|---|
| 141 | $lang["admin_maintenance_site_opened"] = SITE_NAME . " will be opened next page view";
|
|---|
| 142 | $lang['admin_maintenance_announcement_updated'] = "Site announcement updated";
|
|---|
| 143 | $lang["admin_theme_maintenance"] = "Maintenance";
|
|---|
| 144 | $lang["admin_theme_maintenance_title"] = "Hotaru Maintenance";
|
|---|
| 145 | $lang["admin_theme_maintenance_site"] = "Site:";
|
|---|
| 146 | $lang["admin_theme_maintenance_announcement"] = "Display this announcement at the top of every page:";
|
|---|
| 147 | $lang["admin_theme_maintenance_announcement_enable"] = "Enabled";
|
|---|
| 148 | $lang["admin_theme_maintenance_announcement_tags"] = "<small>Allowed: <div><p><span><b><u><i><a><img><blockquote><strike><br></small>";
|
|---|
| 149 | $lang["admin_theme_maintenance_close_site"] = "Close " . SITE_NAME . " for maintenance";
|
|---|
| 150 | $lang["admin_theme_maintenance_open_site"] = "Open " . SITE_NAME . " to the public";
|
|---|
| 151 | $lang["admin_theme_maintenance_close_site_desc"] = "Only users with \"access admin\" permissions will be able to view the site.";
|
|---|
| 152 | $lang["admin_theme_maintenance_open_site_desc"] = "Finished maintenance? Allow everyone back in.";
|
|---|
| 153 | $lang["admin_theme_maintenance_cache"] = "Cache:";
|
|---|
| 154 | $lang["admin_theme_maintenance_plugin_settings"] = "Plugin settings:";
|
|---|
| 155 | $lang["admin_theme_maintenance_db_tables"] = "Database tables:";
|
|---|
| 156 | $lang["admin_theme_maintenance_settings"] = "settings";
|
|---|
| 157 | $lang["admin_theme_maintenance_all_cache"] = "Clear all cache folders";
|
|---|
| 158 | $lang["admin_theme_maintenance_all_cache_desc"] = "deletes all cache folders listed below.";
|
|---|
| 159 | $lang["admin_theme_maintenance_db_cache"] = "Clear database cache";
|
|---|
| 160 | $lang["admin_theme_maintenance_db_cache_desc"] = "deletes cached database queries.";
|
|---|
| 161 | $lang["admin_theme_maintenance_css_js_cache"] = "Clear css/js cache";
|
|---|
| 162 | $lang["admin_theme_maintenance_css_js_cache_desc"] = "deletes cached CSS and JavaScript files from plugins.";
|
|---|
| 163 | $lang["admin_theme_maintenance_html_cache"] = "Clear HTML cache";
|
|---|
| 164 | $lang["admin_theme_maintenance_html_cache_desc"] = "deletes cached blocks of HTML code, e.g. sidebar widgets";
|
|---|
| 165 | $lang["admin_theme_maintenance_rss_cache"] = "Clear rss cache";
|
|---|
| 166 | $lang["admin_theme_maintenance_rss_cache_desc"] = "deletes cached RSS feeds.";
|
|---|
| 167 | $lang["admin_theme_maintenance_debug"] = "Debug:";
|
|---|
| 168 | $lang["admin_theme_maintenance_debug_delete"] = "Clear debug files from the cache";
|
|---|
| 169 | $lang["admin_theme_maintenance_debug_view"] = "Click the filenames to view the logs:";
|
|---|
| 170 | $lang["admin_theme_maintenance_debug_no_files"] = "<i>There are currently no debug files</i>";
|
|---|
| 171 | $lang["admin_theme_maintenance_optimize"] = "Optimize:";
|
|---|
| 172 | $lang["admin_theme_maintenance_optimize_database"] = "Optimize database";
|
|---|
| 173 | $lang["admin_theme_maintenance_optimize_desc"] = "Optimize all the database tables.";
|
|---|
| 174 | $lang["admin_theme_maintenance_empty"] = "Empty";
|
|---|
| 175 | $lang["admin_theme_maintenance_remove"] = "Remove";
|
|---|
| 176 | $lang["admin_theme_maintenance_drop"] = "Delete";
|
|---|
| 177 | $lang["admin_theme_maintenance_db_table_warning"] = "<b>Warning: Use with extreme caution!</b>";
|
|---|
| 178 | $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.";
|
|---|
| 179 | $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.";
|
|---|
| 180 | $lang["admin_theme_maintenance_no_db_tables_to_empty"] = "No database tables to empty.";
|
|---|
| 181 | $lang["admin_theme_maintenance_no_plugin_settings_to_delete"] = "No plugin settings to delete.";
|
|---|
| 182 |
|
|---|
| 183 | /* Blocked List */
|
|---|
| 184 | $lang['admin_blocked_list_empty'] = "No value entered";
|
|---|
| 185 | $lang['admin_blocked_list_added'] = "New item added";
|
|---|
| 186 | $lang['admin_blocked_list_updated'] = "Item updated";
|
|---|
| 187 | $lang["admin_blocked_list_removed"] = "Item removed";
|
|---|
| 188 | $lang['admin_blocked_list_exists'] = "Item already exists";
|
|---|
| 189 | $lang['admin_blocked_list_update'] = "Update";
|
|---|
| 190 | $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.";
|
|---|
| 191 | $lang["admin_theme_blocked_list"] = "Blocked List";
|
|---|
| 192 | $lang["admin_theme_blocked_type"] = "Type";
|
|---|
| 193 | $lang["admin_theme_blocked_value"] = "Value";
|
|---|
| 194 | $lang["admin_theme_blocked_edit"] = "Edit";
|
|---|
| 195 | $lang["admin_theme_blocked_remove"] = "Remove";
|
|---|
| 196 | $lang["admin_theme_blocked_new"] = "Block a new item:";
|
|---|
| 197 | $lang["admin_theme_blocked_search"] = "Search for an item:";
|
|---|
| 198 | $lang["admin_theme_blocked_filter"] = "Filter items:";
|
|---|
| 199 | $lang["admin_theme_blocked_submit_add"] = "Add";
|
|---|
| 200 | $lang["admin_theme_blocked_submit_search"] = "Search";
|
|---|
| 201 | $lang["admin_theme_blocked_submit_filter"] = "Filter";
|
|---|
| 202 | $lang["admin_theme_blocked_ip"] = "IP address";
|
|---|
| 203 | $lang["admin_theme_blocked_email"] = "Email address/domain";
|
|---|
| 204 | $lang["admin_theme_blocked_url"] = "URL";
|
|---|
| 205 | $lang["admin_theme_blocked_username"] = "Username";
|
|---|
| 206 | $lang["admin_theme_blocked_all"] = "All";
|
|---|
| 207 |
|
|---|
| 208 | /* Pagination */
|
|---|
| 209 | $lang['pagination_first'] = "First";
|
|---|
| 210 | $lang['pagination_last'] = "Last";
|
|---|
| 211 | $lang['pagination_previous'] = "Previous";
|
|---|
| 212 | $lang['pagination_next'] = "Next";
|
|---|
| 213 |
|
|---|
| 214 | /* navigation */
|
|---|
| 215 | $lang["admin_theme_navigation_home"] = "Home";
|
|---|
| 216 | $lang["admin_theme_navigation_admin"] = "Admin";
|
|---|
| 217 | $lang["admin_theme_navigation_login"] = "Login";
|
|---|
| 218 | $lang["admin_theme_navigation_logout"] = "Logout";
|
|---|
| 219 |
|
|---|
| 220 | /* main */
|
|---|
| 221 | $lang["admin_theme_main_admin_cp"] = "Admin Control Panel";
|
|---|
| 222 | $lang["admin_theme_main_admin_home"] = "Admin Home";
|
|---|
| 223 | $lang["admin_theme_main_latest"] = "Latest from Hotaru CMS";
|
|---|
| 224 | $lang["admin_theme_main_stats"] = "Stats";
|
|---|
| 225 |
|
|---|
| 226 | /* theme settings */
|
|---|
| 227 | $lang["admin_theme_plugin_settings"] = "Plugin Settings";
|
|---|
| 228 | $lang["admin_theme_theme_settings"] = "Theme Settings";
|
|---|
| 229 | $lang["admin_theme_theme_no_settings"] = " doesn't have any settings.";
|
|---|
| 230 | $lang["admin_theme_theme_activate"] = " Theme can be activated by clicking here.";
|
|---|
| 231 | $lang["admin_theme_theme_activate_success"] = " Theme was activated successfully.";
|
|---|
| 232 | $lang["admin_theme_theme_activate_error"] = " Theme was not activated due to an error.";
|
|---|
| 233 |
|
|---|
| 234 |
|
|---|
| 235 | /* footer */
|
|---|
| 236 | $lang["admin_theme_footer_having_trouble_vist_forums"] = "Having trouble? Visit the forums at";
|
|---|
| 237 | $lang["admin_theme_footer_for_help"] = "for help.";
|
|---|
| 238 |
|
|---|
| 239 | /* 404 */
|
|---|
| 240 | $lang["admin_theme_404_page_not_found"] = "Page not found.";
|
|---|
| 241 |
|
|---|
| 242 | /* Account */
|
|---|
| 243 | $lang["admin_theme_account"] = "Account";
|
|---|
| 244 |
|
|---|
| 245 | ?> |
|---|