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/pt_BR | |
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/pt_BR')
-rw-r--r-- | language/pt_BR/admin.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/pt_BR/admin.lang.php b/language/pt_BR/admin.lang.php index 4bbe677f4..4ad350603 100644 --- a/language/pt_BR/admin.lang.php +++ b/language/pt_BR/admin.lang.php @@ -614,7 +614,6 @@ $lang['ranks'] = 'posições (ranks)'; $lang['Drag to re-order'] = 'Arraste para reordenar'; $lang['Quick Local Synchronization'] = 'Sincronização Local Rápida'; $lang['No photo can be deleted'] = 'Nenhuma foto pode ser apagada'; -$lang['Note: Only deletes photos added with pLoader'] = 'Note: O sistema apenas apaga as fotos que foram adicionadas com o pLoader'; $lang['Delete selected photos'] = 'Apagar as fotos selecionadas'; $lang['%d photo was deleted'] = '%d foto foi apagada'; $lang['%d photos were deleted'] = '%d fotos foram apagadas'; |