diff options
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 |