Changeset 2259 for branches

Show
Ignore:
Timestamp:
11/26/10 16:01:44 (18 months ago)
Author:
petsagouris
Message:

[Branch 1.5] Updated Admin Language.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/content/admin_language.php

    r2246 r2259  
    6767 
    6868/* Plugins */ 
     69$lang["admin_theme_plugin_settings"] = "Plugin Settings"; 
    6970$lang["admin_plugins_install_done"] = "Plugin successfully installed and activated"; 
    7071$lang["admin_plugins_install_sorry"] = "Sorry,"; 
     
    108109$lang["admin_theme_plugins_close"] = "Close"; 
    109110$lang["admin_theme_plugins_no_plugins"] = "No additional plugins needed."; 
    110 $lang["admin_theme_plugins_guide_title"] = "Plugin Management Guide"; 
    111 $lang["admin_theme_plugins_guide_text"] = "&raquo; To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on.<br />&raquo; The order column is used to determine which plugins are checked for hooks first.<br />&raquo; Uninstalling a plugin will delete it from the <i>plugins</i> and <i>pluginhooks</i> tables, but not <i>pluginsettings</i>.<br />&raquo; Any other database entries created by the plugin will not be removed.<br />&raquo; If <i>SYS_UPDATES</i> is enabled in Settings, click \"Update\" to check if plugin updates are available."; 
     111$lang["admin_theme_no_plugins_to_install"] = "There are no localy available plugins to install"; 
     112$lang['admin_theme_no_installed_plugins'] = 'No Installed Plugins'; 
     113$lang["admin_theme_plugins_guide"] = "Plugin Management Guide"; 
     114$lang["admin_theme_plugins_guide1"] = "To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on."; 
     115$lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first."; 
     116$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>."; 
     117$lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed."; 
    112118$lang["admin_theme_plugins_deactivate_all"] = "Turn OFF all plugins"; 
    113119$lang["admin_theme_plugins_activate_all"] = "Turn ON (upgrade) all plugins"; 
     
    119125$lang["admin_theme_plugins_filenotfound"] = "The settings file for this plugin could not be found."; 
    120126$lang["admin_theme_plugins_checkforfile"] = "Please check for this file: "; 
    121 $lang['admin_theme_update_this_plugin'] = 'Update this plugin'; 
    122 $lang['admin_theme_no_plugins_to_install'] = 'No Plugins to be installed'; 
    123 $lang['admin_theme_no_installed_plugins'] = 'No Installed Plugins'; 
    124127 
    125128/* Settings */ 
     
    149152$lang['admin_maintenance_system_report_failure'] = "Unable to generate a system report"; 
    150153$lang['admin_maintenance_system_report_emailed'] = "System report emailed to HotaruCMS.org"; 
    151  
    152154$lang["admin_theme_maintenance"] = "Maintenance"; 
    153155$lang["admin_theme_maintenance_title"] = "Hotaru Maintenance"; 
     
    250252 
    251253/* theme settings */ 
    252 $lang["admin_theme_plugin_settings"] = "Plugin Settings"; 
    253254$lang["admin_theme_theme_settings"] = "Theme Settings"; 
    254255$lang["admin_theme_theme_no_settings"] = " doesn't have any settings."; 
     
    259260$lang["admin_theme_theme_revert_settings"] = "Revert this theme to its default settings"; 
    260261 
    261  
    262262/* footer */ 
    263263$lang["admin_theme_footer_having_trouble_vist_forums"] = "Having trouble? Read the <a href='http://docs.hotarucms.org'>Documentation</a> or ask for help in the <a href='http://forums.hotarucms.org'>Forums</a>."; 
     
    268268/* Account */ 
    269269$lang["admin_theme_account"] = "Account"; 
    270  
    271 /* zip files */ 
    272 $lang["admin_theme_filecopy_error"] = "There was an error trying to copy "; 
    273 $lang["admin_theme_filecopy_success"] = " was copied succesfully"; 
    274 $lang["admin_theme_unzip_error"] = "There was an error trying to unzip "; 
    275 $lang["admin_theme_unzip_success"] = " was unzipped succesfully"; 
    276 $lang["admin_theme_fileexist_error"] = " file could not be found on plugin server"; 
    277 $lang["admin_theme_zipdelete_error"] = " file could not be deleted from plugin folder"; 
    278 $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"; 
    279  
    280 /* Updating */ 
    281 $lang["admin_theme_need_cron"] = "You need the 'cron' plugin installed to use this feature"; 
    282 $lang["admin_theme_check_latest_plugin_versions"] = "Update"; 
    283 $lang["admin_theme_search"] = "Search"; 
    284 $lang["admin_theme_version_check_completed"] = "The version numbers have been updated"; 
    285 $lang["admin_theme_version_latest_version_installed"] = "Latest version installed"; 
    286 $lang["admin_theme_version_update_to"] = "Update to "; 
    287  
    288 /* Plugin search */ 
    289 $lang["admin_theme_plugin_search_submit"] = "Search"; 
    290  
    291  
    292  
    293 ?>