summaryrefslogtreecommitdiffstats
path: root/settings/l10n/fr.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/fr.php')
-rw-r--r--settings/l10n/fr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
index 2c7e9d1cdbf..1c64b01f566 100644
--- a/settings/l10n/fr.php
+++ b/settings/l10n/fr.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Unable to load list from App Store" => "Impossible de charger la liste depuis l'App Store",
"Authentication error" => "Erreur d'authentification",
"Your display name has been changed." => "Votre nom d'affichage a bien été modifié.",
@@ -104,3 +105,4 @@
"set new password" => "Changer le mot de passe",
"Default" => "Défaut"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";