root/language_packs/english/admin_language.php
| 164 | 180 | ||
|---|---|---|---|
59 | 59 | ||
60 | /* Announcements /class.hotaru.php */ | 60 | /* Announcements /class.hotaru.php */ |
61 | $lang['admin_announcement_delete_install'] = "Please delete the install folder before someone deletes your database!"; | 61 | $lang['admin_announcement_delete_install'] = "Please delete the install folder before someone deletes your database!"; |
62 | $lang['admin_announcement_run_install'] = "You have a new version of Hotaru but have not run the upgrade script yet."; | 62 | $lang['admin_announcement_run_install'] = 'You have a new version of Hotaru but have not run <a href="'.BASEURL.'install/upgrade.php">the upgrade script</a> yet.'; |
63 | $lang['admin_announcement_plugins_disabled'] = "Go to Plugin Management to enable some plugins."; | 63 | $lang['admin_announcement_plugins_disabled'] = "Go to Plugin Management to enable some plugins."; |
64 | $lang['admin_announcement_users_disabled'] = "Please enable the Users plugin in Plugin Management."; | 64 | $lang['admin_announcement_users_disabled'] = "Please enable the Users plugin in Plugin Management."; |
65 | $lang['admin_announcement_change_site_email'] = "Please change the site email address in the Settings page."; | 65 | $lang['admin_announcement_change_site_email'] = "Please change the site email address in the Settings page."; |
... | ... | ||
102 | $lang["admin_theme_plugins_order_up"] = "Move up"; | 102 | $lang["admin_theme_plugins_order_up"] = "Move up"; |
103 | $lang["admin_theme_plugins_order_down"] = "Move down"; | 103 | $lang["admin_theme_plugins_order_down"] = "Move down"; |
104 | $lang["admin_theme_plugins_details"] = "Details"; | 104 | $lang["admin_theme_plugins_details"] = "Details"; |
105 | $lang["admin_theme_plugins_update_available"] = "Update available"; | ||
105 | $lang["admin_theme_plugins_requires"] = "Requires"; | 106 | $lang["admin_theme_plugins_requires"] = "Requires"; |
106 | $lang["admin_theme_plugins_description"] = "Description"; | 107 | $lang["admin_theme_plugins_description"] = "Description"; |
107 | $lang["admin_theme_plugins_author"] = "Author"; | 108 | $lang["admin_theme_plugins_author"] = "Author"; |
... | ... | ||
112 | $lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first."; | 113 | $lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first."; |
113 | $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>."; | 114 | $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>."; |
114 | $lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed."; | 115 | $lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed."; |
116 | $lang["admin_theme_plugins_guide5"] = "If <i>SYS_UPDATES</i> is enabled in Settings, click \"Update\" to check if plugin updates are available."; | ||
115 | $lang["admin_theme_plugins_deactivate_all"] = "Turn OFF all plugins"; | 117 | $lang["admin_theme_plugins_deactivate_all"] = "Turn OFF all plugins"; |
116 | $lang["admin_theme_plugins_activate_all"] = "Turn ON (upgrade) all plugins"; | 118 | $lang["admin_theme_plugins_activate_all"] = "Turn ON (upgrade) all plugins"; |
117 | $lang["admin_theme_plugins_uninstall_all"] = "Uninstall all plugins"; | 119 | $lang["admin_theme_plugins_uninstall_all"] = "Uninstall all plugins"; |
... | ... | ||
225 | $lang['pagination_previous'] = "Previous"; | 227 | $lang['pagination_previous'] = "Previous"; |
226 | $lang['pagination_next'] = "Next"; | 228 | $lang['pagination_next'] = "Next"; |
227 | 229 | ||
230 | /* header */ | ||
231 | $lang["admin_theme_header_admin"] = "ADMIN"; | ||
232 | $lang["admin_theme_header_hotarucms"] = "Hotaru CMS "; | ||
233 | $lang["admin_theme_menu_admin_home"] = "Admin Home"; | ||
234 | $lang["admin_theme_menu_site_home"] = "Site Home"; | ||
235 | $lang["admin_theme_menu_hotaru_forums"] = "Hotaru Forums"; | ||
236 | $lang["admin_theme_menu_help"] = "Documentation"; | ||
237 | $lang["admin_theme_menu_logout"] = "Logout"; | ||
238 | |||
228 | /* navigation */ | 239 | /* navigation */ |
229 | $lang["admin_theme_navigation_home"] = "Home"; | 240 | $lang["admin_theme_navigation_home"] = "Home"; |
230 | $lang["admin_theme_navigation_admin"] = "Admin"; | 241 | $lang["admin_theme_navigation_admin"] = "Admin"; |
... | ... | ||
247 | $lang["admin_theme_theme_activate_current"] = " Theme is currently active."; | 258 | $lang["admin_theme_theme_activate_current"] = " Theme is currently active."; |
248 | $lang["admin_theme_theme_activate_success"] = " Theme was activated successfully."; | 259 | $lang["admin_theme_theme_activate_success"] = " Theme was activated successfully."; |
249 | $lang["admin_theme_theme_activate_error"] = " Theme was not activated due to an error."; | 260 | $lang["admin_theme_theme_activate_error"] = " Theme was not activated due to an error."; |
261 | $lang["admin_theme_theme_revert_settings"] = "Revert this theme to its default settings"; | ||
250 | 262 | ||
251 | 263 | ||
252 | /* footer */ | 264 | /* footer */ |
... | ... | ||
258 | /* Account */ | 270 | /* Account */ |
259 | $lang["admin_theme_account"] = "Account"; | 271 | $lang["admin_theme_account"] = "Account"; |
260 | 272 | ||
261 | |||
262 | $lang["admin_theme_header_admin"] = "ADMIN"; | ||
263 | $lang["admin_theme_header_hotarucms"] = "Hotaru CMS "; | ||
264 | $lang["admin_theme_menu_admin_home"] = "Admin Home"; | ||
265 | $lang["admin_theme_menu_site_home"] = "Site Home"; | ||
266 | $lang["admin_theme_menu_hotaru_forums"] = "Hotaru Forums"; | ||
267 | $lang["admin_theme_menu_help"] = "Documentation"; | ||
268 | $lang["admin_theme_menu_logout"] = "Logout"; | ||
269 | |||
270 | /* zip files */ | 273 | /* zip files */ |
271 | $lang["admin_theme_filecopy_error"] = "There was an error trying to copy "; | 274 | $lang["admin_theme_filecopy_error"] = "There was an error trying to copy "; |
272 | $lang["admin_theme_filecopy_success"] = " was copied succesfully"; | 275 | $lang["admin_theme_filecopy_success"] = " was copied succesfully"; |
... | ... | ||
276 | $lang["admin_theme_zipdelete_error"] = " file could not be deleted from plugin folder"; | 279 | $lang["admin_theme_zipdelete_error"] = " file could not be deleted from plugin folder"; |
277 | $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"; | 280 | $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"; |
278 | 281 | ||
279 | 282 | /* Updating */ | |
280 | $lang["admin_theme_need_cron"] = "You need the 'cron' plugin installed to use this feature"; | 283 | $lang["admin_theme_need_cron"] = "You need the 'cron' plugin installed to use this feature"; |
281 | $lang["admin_theme_check_latest_plugin_versions"] = "Update"; | 284 | $lang["admin_theme_check_latest_plugin_versions"] = "Update"; |
282 | $lang["admin_theme_search"] = "Search"; | 285 | $lang["admin_theme_search"] = "Search"; |
283 | $lang["admin_theme_version_check_completed"] = "The version numbers have been updated"; | 286 | $lang["admin_theme_version_check_completed"] = "The version numbers have been updated"; |
284 | |||
285 | $lang["admin_theme_version_latest_version_installed"] = "Latest version installed"; | 287 | $lang["admin_theme_version_latest_version_installed"] = "Latest version installed"; |
286 | $lang["admin_theme_version_update_to"] = "Update to "; | 288 | $lang["admin_theme_version_update_to"] = "Update to "; |
287 | 289 | ||
290 | /* Plugin search */ | ||
288 | $lang["admin_theme_plugin_search_submit"] = "Search"; | 291 | $lang["admin_theme_plugin_search_submit"] = "Search"; |
289 | 292 | ||
290 | 293 |

Download diff