diff options
author | ddtddt <ddtddt@piwigo.org> | 2009-09-28 15:48:40 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2009-09-28 15:48:40 +0000 |
commit | eba92234e863eb551c0001c83bc0e92819099656 (patch) | |
tree | 2f196abc781c82db087570631b6ffe59dc3aeb53 | |
parent | f05fc27ffce1fba6aef129768e4a420302e6b0dd (diff) |
merge -c3933 from branch 2.0 to trunk
merge -c3924 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@3934 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/en_UK/admin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index e3f856001..d7c03fac2 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -447,7 +447,7 @@ $lang['update_sync_files'] = 'synchronize files structure with database'; $lang['update_sync_metadata'] = 'synchronize files metadata with database elements informations'; $lang['update_sync_metadata_all'] = 'even already synchronized elements'; $lang['update_used_metadata'] = 'Used metadata'; -$lang['update_wrong_dirname_info'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."'; +$lang['update_wrong_dirname_info'] = 'The name of directories and files must be composed of letters, numbers, "-", "_" or "."'; $lang['update_wrong_dirname_short'] = 'wrong filename'; $lang['upload'] = 'Upload'; $lang['user "%s" added'] = 'user "%s" added'; @@ -577,7 +577,7 @@ $lang['plugins_revisions'] = 'Last revisions'; $lang['plugins_delete'] = 'Delete'; $lang['plugins_confirm_delete'] = 'Are you sure you want to delete this plugin?'; $lang['plugins_confirm_install'] = 'Are you sure you want to install this plugin?'; -$lang['plugins_confirm_upgrade'] = 'Are you sur to install this upgrade? You must verify if this version does not need uninstallation.'; +$lang['plugins_confirm_upgrade'] = 'Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'; $lang['plugins_upgrade_ok'] = '%s has been successfully upgraded.'; $lang['plugins_install_ok'] = 'Plugin has been successfully copied'; $lang['plugins_install_need_activate'] = 'You might go to plugin list to install and activate it.'; |