diff options
author | Friendika <info@friendika.com> | 2011-02-03 15:13:38 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-03 15:13:38 -0800 |
commit | e2c8bedfe57501f0ac15b09c053f603ea99344d6 (patch) | |
tree | d3076c3374007b68cedca6ff0d2d369adbc1eeea /view/fr | |
parent | 01cd7cc9f2d811889cebcd410000b03742ded176 (diff) | |
download | volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.gz volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.bz2 volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.zip |
allow changing album name in photo edit page
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index c64bba1b7..39e15eccf 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -293,6 +293,7 @@ $a->strings['Edit Album'] = 'Éditer l\'album'; $a->strings['View Photo'] = 'Voir la photo'; $a->strings['Photo not available'] = 'Photo indisponible'; $a->strings['Edit photo'] = 'Éditer la photo'; +$a->strings['New album name] = 'Nom du nuovel album'; $a->strings['View Full Size'] = 'Voir en taille réelle'; $a->strings['Tags: '] = 'Étiquettes: '; $a->strings['[Remove any tag]'] = '[Retirer toutes les étiquettes]'; |