mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
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:
@@ -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';
|
||||
|
||||
@@ -231,8 +231,8 @@ $validated_keys = array(
|
||||
'Administration',
|
||||
'Redirection...',
|
||||
'Menu',
|
||||
'%d image',
|
||||
'%d images',
|
||||
'%d photo',
|
||||
'%d photos',
|
||||
'Configuration',
|
||||
'Instructions',
|
||||
'Permissions',
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user