diff options
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 26 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 13 |
2 files changed, 19 insertions, 20 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index e8740b170..28f60a3bb 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -86,6 +86,7 @@ $lang['remote_site_local_new'] = '(new site)'; $lang['remote_site_local_update'] = 'read local listing.xml and update'; // Categories +$lang['cat_security'] = 'Public / Private'; $lang['cat_add'] = 'Add a virtual category'; $lang['cat_virtual'] = 'Virtual category'; $lang['cat_public'] = 'Public category'; @@ -94,12 +95,11 @@ $lang['cat_image_info'] = 'Images info'; $lang['editcat_status'] = 'Status'; $lang['editcat_confirm'] = 'Category informations updated successfully.'; $lang['editcat_perm'] = 'To set permissions for this category, click'; +$lang['editcat_lock_info'] = 'The category and its sub-categories will temporary been disabled for maintenance.' $lang['editcat_uploadable'] = 'Authorize upload'; $lang['editcat_uploadable_info'] = 'Authorize users to upload files'; -$lang['editcat_commentable'] = 'Users comments'; $lang['editcat_commentable_info'] = 'Authorize users to comment elements of this category'; $lang['cat_access_info'] = 'Permission management. If you make a category private, all its child categories becomes private. If you make a category public, all its parent categories becomes public'; -$lang['editcat_visible_info'] = 'Lock temporary for maintenance. If you lock a category, all its child categories become locked. If you unlock a category, all its parent categories become unlocked.'; $lang['cat_virtual_added'] = 'Virtual category added'; $lang['cat_virtual_deleted'] = 'Virtual category deleted'; $lang['cat_upload_title'] = 'Select uploadable categories'; @@ -114,6 +114,7 @@ $lang['cat_status_title'] = 'Manage authorizations for selected categories'; $lang['cat_status_info'] = 'Selected categories are private : you will need to authorize users and/or groups to access to them. <br />If you make a category private, all its child categories becomes private. <br />If you make a category public, all its parent categories becomes public'; +$lang['cat_representant'] = 'Random representant'; // Titles $lang['admin_panel'] = 'Administration Panel'; @@ -134,7 +135,7 @@ $lang['title_cat_options'] = 'Categories options'; $lang['title_groups'] = 'Groups management'; //Error messages -$lang['cat_error_name'] = 'The name of a category mustn\'t be empty'; +$lang['cat_error_name'] = 'The name of a category should not be empty'; //Configuration $lang['conf_confirmation'] = 'Information data registered in database'; @@ -222,6 +223,11 @@ $lang['infoimage_keyword_separation'] = '(separate with coma ",")'; $lang['infoimage_addtoall'] = 'add to all'; $lang['infoimage_removefromall'] = 'remove from all'; $lang['infoimage_associate'] = 'Associate to the category'; +$lang['infoimage_associated'] = 'virtually associated to'; +$lang['infoimage_dissociated'] = 'dissociated from'; +$lang['storage_category'] = 'storage category'; +$lang['represents'] = 'represents'; +$lang['doesnt_represent'] = 'doesn\'t represent'; // Thumbnails $lang['tn_width'] = 'width'; @@ -341,15 +347,7 @@ $lang['waiting_update'] = 'Validated pictures will be displayed only once pictur $lang['cat_unknown_id'] = 'This category is unknown in the database'; $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.'; -$lang['cat_list_update_metadata'] = 'Synchronize<br />metadata'; -$lang['cat_list_update_metadata_confirmation'] = 'files metadata updated'; -$lang['cat_list_virtual_category_added'] = 'virtual category added'; -$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted'; -$lang['set_random_representant'] = 'set new random representant'; -$lang['cat_associated'] = 'virtually associated to'; -$lang['cat_dissociated'] = 'dissociated from'; -$lang['storage_category'] = 'storage category'; -$lang['represents'] = 'represents'; -$lang['doesnt_represent'] = 'doesn\'t represent'; -$lang['admin_menu_cat_status'] = 'Public / Private'; + + + ?>
\ No newline at end of file diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index a835f5099..9517887b0 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -33,6 +33,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'en'; // Main words +$lang['no_category'] = 'Home'; $lang['category'] = 'Category'; $lang['categories'] = 'Categories'; $lang['thumbnail'] = 'Thumbnail'; @@ -83,6 +84,11 @@ $lang['about'] = 'about'; $lang['hint_about'] = 'more informations on PhpWebGallery...'; $lang['admin'] = 'Administration'; $lang['hint_admin'] = 'available for administrators only'; +$lang['page_number'] = 'page number'; +$lang['previous_page'] = 'Previous'; +$lang['next_page'] = 'Next'; +$lang['first_page'] = 'First'; +$lang['last_page'] = 'Last'; // Identification $lang['login'] = 'Login'; @@ -200,12 +206,7 @@ $lang['hint_login'] = 'identification enables site\'s appareance customization'; $lang['hint_customize'] = 'customize the appareance of the gallery'; $lang['hint_search'] = 'search'; -$lang['no_category'] = 'Home'; -$lang['page_number'] = 'page number'; -$lang['previous_page'] = 'Previous'; -$lang['next_page'] = 'Next'; -$lang['first_page'] = 'First'; -$lang['last_page'] = 'Last'; + $lang['recent_image'] = 'Image within the'; $lang['days'] = 'days'; |