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/templates | |
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 'language/templates')
-rw-r--r-- | language/templates/admin.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php index 695674163..0006b14af 100644 --- a/language/templates/admin.lang.php +++ b/language/templates/admin.lang.php @@ -636,7 +636,6 @@ $lang['Drag to re-order'] = 'Drag to re-order'; $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.'; $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 deletes photos added with pLoader'; $lang['Delete selected photos'] = 'Delete selected photos'; $lang['%d photo was deleted'] = '%d photo was deleted'; $lang['%d photos were deleted'] = '%d photos were deleted'; |