aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-08-31 23:05:19 +0000
committergweltas <gweltas@piwigo.org>2004-08-31 23:05:19 +0000
commitf13b345dcfcab905a091d419073e0550d7e7cb1b (patch)
tree94741cdffdf42062341762d3e856e7ae5c77d48e /language
parenta8cb550b92ff3230b5b062d85bebccdca75580de (diff)
Template migration : picture_modify.php
git-svn-id: http://piwigo.org/svn/trunk@509 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php23
1 files changed, 12 insertions, 11 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index 45a611710..98184474e 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -33,7 +33,6 @@ $lang_info['direction'] = 'ltr';
$lang_info['code'] = 'en';
// Main words
-
$lang['gallery_index'] = 'Gallery index';
$lang['category'] = 'Category';
$lang['categories'] = 'Categories';
@@ -48,6 +47,16 @@ $lang['no'] = 'No';
$lang['yes'] = 'Yes';
$lang['date'] = 'Date';
$lang['description'] = 'Description';
+$lang['author'] = 'Author';
+$lang['size'] = 'Size';
+$lang['filesize'] = 'Filesize';
+$lang['file'] = 'File';
+$lang['keywords'] = 'Keywords';
+$lang['default'] = 'Default';
+
+//Properties
+$lang['registration_date'] = 'Registered on';
+$lang['creation_date'] = 'Created on';
// Form words
$lang['submit'] = 'Submit';
@@ -110,7 +119,7 @@ $lang['search_mode_or'] = 'at least one word';
$lang['search_mode_and'] = 'all the words';
$lang['search_comments'] = 'separate different words with spaces';
$lang['invalid_search'] = 'search must be done on 3 caracters or more';
-$lang['Search_author_explain'] = 'Use * comme un joker pour des recherches partielles';
+$lang['Search_author_explain'] = 'Use * as a wildcard for partial matches';
$lang['only_members'] = 'Only members can access this page';
$lang['invalid_pwd'] = 'Invalid password!';
@@ -141,12 +150,6 @@ $lang['sub-cat'] = 'subcategories';
$lang['images_available'] = 'images in this category';
$lang['total'] = 'images';
$lang['upload_picture'] = 'Upload a picture';
-$lang['registration_date'] = 'registered on';
-$lang['creation_date'] = 'created on';
-$lang['author'] = 'author';
-$lang['size'] = 'size';
-$lang['filesize'] = 'filesize';
-$lang['file'] = 'file';
$lang['generation_time'] = 'Page generated in';
$lang['favorites'] = 'Favorites';
$lang['search_result'] = 'Search results';
@@ -219,14 +222,12 @@ $lang['add'] = 'add';
$lang['dissociate'] = 'dissociate';
$lang['mandatory'] = 'obligatory';
$lang['err_date'] = 'wrong date';
-$lang['picture'] = 'picture';
$lang['IP'] = 'IP';
$lang['close'] = 'close';
$lang['open'] = 'open';
-$lang['keywords'] = 'keywords';
+
$lang['errors_title'] = 'Errors';
$lang['infos_title'] = 'Informations';
-$lang['default'] = 'default';
$lang['category_representative'] = 'representative';
$lang['special_categories'] = 'specials';
$lang['most_visited_cat_hint'] = 'displays most visited pictures';