diff options
author | olivierm <olivier@migeot.org> | 2011-02-05 15:19:28 +0100 |
---|---|---|
committer | olivierm <olivier@migeot.org> | 2011-02-05 15:19:28 +0100 |
commit | 4e913d59eabbddfc5428c4b0f91d1cd612f0dd5e (patch) | |
tree | 436459959e58a80e245b31838381835b649d540e /view/fr | |
parent | bfe6380d9059f0283d679a626cd4b21f0976bb14 (diff) | |
download | volse-hubzilla-4e913d59eabbddfc5428c4b0f91d1cd612f0dd5e.tar.gz volse-hubzilla-4e913d59eabbddfc5428c4b0f91d1cd612f0dd5e.tar.bz2 volse-hubzilla-4e913d59eabbddfc5428c4b0f91d1cd612f0dd5e.zip |
Fixed some typo (prevented Friendika to load with french locale)
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..8bac6347f 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 nouvel album'; $a->strings['View Full Size'] = 'Voir en taille réelle'; $a->strings['Tags: '] = 'Étiquettes: '; $a->strings['[Remove any tag]'] = '[Retirer toutes les étiquettes]'; |