aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-23 23:45:13 +0000
committerplegall <plg@piwigo.org>2010-03-23 23:45:13 +0000
commit8802877a844a9604072dd2ebbfddc668d53a12d2 (patch)
tree6d0b5c8b49d0777d1e67527330f2f7439d76ef29 /language/fr_FR
parent4a6748bd70ae669d5617b128a71152a4fce16b74 (diff)
remove the \n from the language key and split into 2 separate strings to avoid
useless exceptions in translation analysis scripts. git-svn-id: http://piwigo.org/svn/trunk@5302 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR')
-rw-r--r--language/fr_FR/admin.lang.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 750112e7c..714395e6a 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -303,10 +303,8 @@ $lang['New elements added'] = "Nouveaux éléments ajoutés";
$lang['Subscribe to notification by mail'] = "Inscription à la notification par mail";
$lang['Unsubscribe from notification by mail'] = "Désinscription à la notification par mail";
$lang['Parameter'] = "Paramétrage";
-$lang['Processing treatment.
-
-Please wait...'] = "Traitement en cours.
-Veuillez patienter...";
+$lang['Processing treatment.'] = "Traitement en cours.";
+$lang['Please wait...'] = "Veuillez patienter...";
$lang['Continue processing treatment'] = "Continuer le traitement en cours...";
$lang['Complementary mail content'] = "Contenu complémentaire du mail";
$lang['Add detailed content'] = "Ajout d'un contenu détaillé";
@@ -744,7 +742,6 @@ $lang['Install on your computer,'] = 'Installez sur votre ordinateur,';
$lang['Make this theme available to users'] = 'Rendre ce thème disponible aux utilisateurs';
$lang['Page end'] = 'Fin de la page';
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
-$lang['Processing treatment.\nPlease wait...'] = 'Traitement en cours.\nVeuillez patienter...';
$lang['Read Piwigo Documentation'] = 'Lire la documentation Piwigo';
$lang['Start pLoader and add your photos.'] = 'Démarrez pLoader et ajoutez vos photos.';
$lang['Switch to clear or dark colors for administration'] = 'Passer à des couleurs claires ou sombres pour l\'administration';