diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-08-22 01:12:31 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-08-22 01:12:31 +0000 |
commit | 707351a95cc6f0afa71d684b775bd24e50880ce4 (patch) | |
tree | 25b6b14ba74417720612733f72c7bee35dfb46ba /language/en_UK/admin.lang.php | |
parent | 0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f (diff) |
- language - removed 2 unnecessary keys from admin.lang
- language - moved some keys from common.lang to admin.lang
git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index d4f7423b2..e2f306529 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -224,7 +224,6 @@ $lang['config'] = 'Configuration'; $lang['confirm'] = 'confirm'; $lang['Date'] = 'Date'; $lang['delete category'] = 'delete category'; -$lang['description'] = 'description'; $lang['dissociate from category'] = 'dissociate from category'; $lang['dissociate from group'] = 'dissociate from group'; $lang['edit category permissions'] = 'edit category permissions'; @@ -259,7 +258,6 @@ $lang['manage sub-categories'] = 'manage sub-categories'; $lang['manage'] = 'Manage'; $lang['maximum height'] = 'maximum height'; $lang['maximum width'] = 'maximum width'; -$lang['name'] = 'name'; $lang['nbm_background_treatment_redirect_second'] = 'Execution time is out, treatment must be continue [Estmated time: %d second].'; $lang['nbm_background_treatment_redirect_seconds'] = 'Execution time is out, treatment must be continue [Estmated time: %d seconds].'; $lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.'; @@ -651,7 +649,7 @@ $lang['Hits'] = 'Hits'; $lang['GD library is missing'] = 'GD library is missing'; $lang['conf_extents'] = 'Templates'; $lang['extend_for_templates'] = 'Extend for templates'; -$lang['Replacement of original templates'] = +$lang['Replacement of original templates'] = 'Replacement of original templates by customized templates from template-extension subfolder'; $lang['Replacers'] = 'Replacers (customized templates)'; $lang['Original templates'] = 'Original templates'; @@ -659,4 +657,7 @@ $lang['Optional URL keyword'] = 'Optional URL keyword'; $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; $lang['Optimizations completed'] = 'All optimizations have been successfully completed.'; $lang['Optimizations errors'] = 'Optimizations have been completed with some errors.'; +$lang['delete this comment'] = 'delete this comment'; +$lang['link_info_image'] = 'Modify information'; +$lang['edit category informations'] = 'edit category informations'; ?>
\ No newline at end of file |