feature 2102 : rename item/image/picture to photo

git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2011-01-14 21:19:15 +00:00
parent 4d3aa6331e
commit 6eea9f9e08
56 changed files with 928 additions and 928 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ $lang['Categories'] = 'Albums';
$lang['Category'] = 'Album';
$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.';
$lang['Expand all categories'] = 'Expand all albums';
$lang['shows images at the root of this category'] = 'shows images at the root of this album';
$lang['shows images at the root of this category'] = 'display this album';
$lang['in this category'] = 'in this album';
$lang['in %d sub-category'] = 'in %d sub-album';
$lang['in %d sub-categories'] = 'in %d sub-albums';
+2 -2
View File
@@ -231,8 +231,8 @@ $validated_keys = array(
'Administration',
'Redirection...',
'Menu',
'%d image',
'%d images',
'%d photo',
'%d photos',
'Configuration',
'Instructions',
'Permissions',
+2 -2
View File
@@ -24,8 +24,8 @@ load_registered_keys($type);
# }
my %ignore_keys = (
'%d new image' => 1,
'%d new images' => 1,
'%d new photo' => 1,
'%d new photos' => 1,
'%d category updated' => 1,
'%d categories updated' => 1,
'%d new comment' => 1,