diff options
author | Gotcha <gotcha@piwigo.org> | 2010-05-23 10:14:39 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-05-23 10:14:39 +0000 |
commit | 640d9ebccc946c7249654de9e05a432ce5c6b835 (patch) | |
tree | 4583b39030a77d942d407105b85ab466e7b41d3a /language/en_UK/admin.lang.php | |
parent | 1416cc82c894f12ee4ff13b6583496cea289eb06 (diff) |
Change the language key.
Old => "Note: Only deletes photos added with pLoader"
New => "Note: Only deletes photos added with API"
Removal of the old keys in all the languages.
MAJ New key for en_EN & fr_FR
bug:1672
git-svn-id: http://piwigo.org/svn/branches/2.1@6289 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 990cb98ee..602ffeb58 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -240,6 +240,7 @@ $lang['group'] = "group"; $lang['The name of a group must not contain " or \' or be empty.'] = "The name of a group must not contain \" or ' or be empty."; $lang['This name is already used by another group.'] = "This name is already used by another group."; $lang['Groups'] = "Groups"; + $lang['High definition'] = "High definition"; $lang['jump to category'] = "jump to category"; $lang['jump to image'] = "jump to image"; @@ -616,7 +617,7 @@ $lang['Manual order'] = 'Manual order'; $lang['Drag to re-order'] = "Click-and-drag to re-order"; $lang['Quick Local Synchronization'] = "Quick Local Synchronization"; $lang['No photo can be deleted'] = "No photo can be deleted"; -$lang['Note: Only deletes photos added with pLoader'] = "Note: Only photos added with pLoader can be deleted"; +$lang['Note: Only deletes photos added with API'] = "Note: photo deletion does not apply to photos added by synchronization. For photos added by synchronization, remove them from the filesystem and then perform another synchronization."; $lang['Delete selected photos'] = "Delete selected photos"; $lang['%d photo was deleted'] = "%d photo deleted"; $lang['%d photos were deleted'] = "%d photos deleted"; |