From 4e913d59eabbddfc5428c4b0f91d1cd612f0dd5e Mon Sep 17 00:00:00 2001 From: olivierm Date: Sat, 5 Feb 2011 15:19:28 +0100 Subject: [PATCH] Fixed some typo (prevented Friendika to load with french locale) --- view/fr/strings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/view/fr/strings.php b/view/fr/strings.php index c64bba1b7a..8bac6347f9 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]';