aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-14 21:19:15 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-14 21:19:15 +0000
commit6eea9f9e08f5d823484d2c76c81d3a1bca69b682 (patch)
treeedeab3054277daed17d0d4710b415f0b7de51fef /tools
parent4d3aa6331efa96ddaede756e1d91693c76ecfc2d (diff)
feature 2102 : rename item/image/picture to photo
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/albums.lang.php2
-rw-r--r--tools/language/translation_validated.inc.php4
-rw-r--r--tools/missing_keys.pl4
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/albums.lang.php b/tools/albums.lang.php
index 39194a8f9..80cf3ba00 100644
--- a/tools/albums.lang.php
+++ b/tools/albums.lang.php
@@ -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';
diff --git a/tools/language/translation_validated.inc.php b/tools/language/translation_validated.inc.php
index ecc4dcd98..38a9946da 100644
--- a/tools/language/translation_validated.inc.php
+++ b/tools/language/translation_validated.inc.php
@@ -231,8 +231,8 @@ $validated_keys = array(
'Administration',
'Redirection...',
'Menu',
- '%d image',
- '%d images',
+ '%d photo',
+ '%d photos',
'Configuration',
'Instructions',
'Permissions',
diff --git a/tools/missing_keys.pl b/tools/missing_keys.pl
index 7f657a41d..de7410f08 100644
--- a/tools/missing_keys.pl
+++ b/tools/missing_keys.pl
@@ -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,