From 734d08b97d80b607b97b7060a6022db4d89d831e Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 1 Apr 2010 14:14:21 +0000 Subject: Fix missing keys: some keys have been removed by mistake during the massive key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 4 ---- language/en_UK/common.lang.php | 3 --- language/en_UK/install.lang.php | 1 - 3 files changed, 8 deletions(-) (limited to 'language') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 45e351444..0dbe00d8a 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -126,7 +126,6 @@ $lang['Name'] = "Name"; $lang['New name'] = "New name"; $lang['New parent category'] = "New parent category"; $lang['New tag'] = "New tag"; -$lang['No tag defined. Use Administration>Pictures>Tags'] = "No tag defined. Use Administration>Pictures>Tags"; $lang['Number of comments per page'] = "Number of comments per page"; $lang['Number of rates'] = "Number of rates"; $lang['Number of thumbnails to create'] = "Number of thumbnails to create"; @@ -335,7 +334,6 @@ $lang['Send mail on HTML format'] = "Send mail in HTML format"; $lang['Include display of recent pictures group by dates'] = "Include display of recent pictures grouped by dates"; $lang['Available only with HTML format'] = "Available only with HTML format"; $lang['no write access'] = "no write access"; -$lang['path'] = "path"; $lang['Permissions'] = "Permissions"; $lang['private'] = "private"; $lang['Properties'] = "Properties"; @@ -354,7 +352,6 @@ $lang['A local listing.xml file has been found for'] = "A local listing.xml file $lang['read local listing.xml and update'] = "read local listing.xml and update"; $lang['test'] = "test"; $lang['test this remote site'] = "test this remote site"; -$lang['Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"'] = "Remote site url must start by http or https and must only contain characters among \"/\", \"a-zA-Z0-9\", \"-\" or \"_\""; $lang['remove tags'] = "remove tags"; $lang['Repair and optimize database'] = "Repair and optimize database"; $lang['selection'] = "selection"; @@ -670,7 +667,6 @@ $lang['Forbid this theme to users'] = "Forbid this theme to users"; $lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users"; $lang['unknown'] = 'unknown'; -$lang['Upload Form'] = 'Upload Form'; $lang['Upload Photos'] = 'Upload Photos'; $lang['Drop into category'] = 'Drop into category'; $lang['+ Add an upload box'] = '+ Add an upload box'; diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index bf2f4d9ab..8f54168ed 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -145,7 +145,6 @@ $lang['caddie'] = "Caddie"; $lang['Calendar'] = "Calendar"; $lang['All'] = "All"; $lang['display each day with pictures, month per month'] = "display each day with pictures, month per month"; -$lang['display pictures added on'] = "display pictures added on"; $lang['View'] = "View"; $lang['chronology_monthly_calendar'] = "Monthly calendar"; $lang['chronology_monthly_list'] = "Monthly list"; @@ -311,7 +310,6 @@ $lang['can\'t upload the picture on the server'] = "the picture cannot be upload $lang['the username must be given'] = "the username is required"; $lang['A picture\'s name already used'] = "this picture name is already used"; $lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image"; -$lang['You can\'t upload pictures in this category'] = "You cannot upload pictures in this category"; $lang['Name of the picture'] = "Picture name"; $lang['Upload a picture'] = "Upload a picture"; $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "Picture uploaded with success, an administrator will validate it as soon as possible"; @@ -324,7 +322,6 @@ $lang['Browser: %s'] = "Browser: %s"; $lang['Author: %s'] = "Author: %s"; $lang['Comment: %s'] = "Comment: %s"; $lang['Delete: %s'] = "Delete: %s"; -$lang['Validate: %s'] = "Validate: %s"; $lang['Comment by %s'] = "Comment by %s"; $lang['User: %s'] = "User: %s"; $lang['Email: %s'] = "Email: %s"; diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index d9134d8a5..a3e4f4a31 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -36,7 +36,6 @@ $lang['Parameters are correct'] = "Parameters are correct"; $lang['Connection to server succeed, but it was impossible to connect to database'] = "Connection to server successful, but the connection to the database is impossible"; $lang['Can\'t connect to server'] = "Cannot connect to server"; $lang['The next step of the installation is now possible'] = "The next step of the installation is now possible"; -$lang['next step'] = "next step"; $lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"local/config/database.inc.php\". (Warning: database.inc.php must only contain the pink text, without additional line return or space character)"; $lang['Database type'] = "Database type"; $lang['The type of database your piwigo data will be store in'] = "The type of database your Piwigo data will be store in"; -- cgit v1.2.3