diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/albums.lang.php | 2 | ||||
-rw-r--r-- | tools/language/translation_validated.inc.php | 4 | ||||
-rw-r--r-- | tools/missing_keys.pl | 4 |
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, |