diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 7 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 3 |
2 files changed, 4 insertions, 6 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 diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index f8c1297d0..654352bf8 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -160,7 +160,6 @@ $lang['comment_to_validate'] = 'An administrator must authorize your comment bef $lang['comment_user_exists'] = 'This login is already used by another user'; $lang['comments'] = 'Comments'; $lang['comments_add'] = 'Add a comment'; -$lang['comments_del'] = 'delete this comment'; $lang['comments_title'] = 'Comments from the users of the site'; $lang['created after %s (%s)'] = 'created after %s (%s)'; $lang['created before %s (%s)'] = 'created before %s (%s)'; @@ -181,7 +180,6 @@ $lang['delete'] = 'Delete'; $lang['descending'] = 'descending'; $lang['download'] = 'download'; $lang['download_hint'] = 'download this file'; -$lang['edit category informations'] = 'edit category informations'; $lang['edit'] = 'edit'; $lang['err_date'] = 'wrong date'; $lang['excluded'] = 'excluded'; @@ -208,7 +206,6 @@ $lang['invalid_pwd'] = 'Invalid password!'; $lang['language']='Language'; $lang['last %d days'] = 'last %d days'; $lang['last_page'] = 'Last'; -$lang['link_info_image'] = 'Modify information'; $lang['logout'] = 'Logout'; $lang['mail_address'] = 'E-mail address'; $lang['mandatory'] = 'obligatory'; |