diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-16 20:43:56 +0000 |
commit | 8a14faf0e1629e27b8c3f32b53c3d96994cabecb (patch) | |
tree | 279156046f1eeb96c5f5d0db2069a3c85f376be3 /tools/albums.lang.php | |
parent | 2da15bed331842ee21d33128bd74cdc960eb9993 (diff) |
feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/albums.lang.php')
-rw-r--r-- | tools/albums.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/albums.lang.php b/tools/albums.lang.php index 2a86579be..dfd4d8885 100644 --- a/tools/albums.lang.php +++ b/tools/albums.lang.php @@ -65,13 +65,13 @@ $lang['%d category updated'] = '%d album updated'; $lang['%d categories updated'] = '%d albums updated'; $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['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 photos, 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'] = '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'; -$lang['display all elements in all sub-categories'] = 'display all elements in all sub-albums'; +$lang['display all elements in all sub-categories'] = 'display all photos in all sub-albums'; $lang['Recent categories'] = 'Recent albums'; $lang['display recently updated categories'] = 'display recently updated albums'; $lang['Search in Categories'] = 'Search in albums'; |