diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 12:43:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 12:43:15 +0200 |
commit | 2ba37936714fc15af6191137dd0cdd3681f71ca7 (patch) | |
tree | ffa99966e17c5103d97809089083ff934ce4e43a /settings | |
parent | c144976676efc829b6a2e884ea2bb4d2bfebb733 (diff) | |
download | nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.tar.gz nextcloud-server-2ba37936714fc15af6191137dd0cdd3681f71ca7.zip |
updated translations
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/fr.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index 93b118bf77f..4105886552f 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -1,7 +1,12 @@ <?php $TRANSLATIONS = array( "Authentication error" => "Erreur d'authentification", +"OpenID Changed" => "Identifiant OpenID changé avec succès", "Invalid request" => "Requète invalide", "Language changed" => "Langue changée avec succès", +"Ask a question" => "Poser une question", +"Select an App" => "Sélectionner une Application", +"-licensed" => "sous licence", +"by" => "par", "Account information" => "Informations sur le compte", "You're currently using" => "Vous utilisez actuellement", "of your" => "de votre espace de stockage de", @@ -11,5 +16,10 @@ "Old password" => "Ancien mot de passe", "New password" => "Nouveau mot de passe :", "show" => "Afficher", -"Language" => "Langue" +"Language" => "Langue", +"Name" => "Nom", +"Password" => "Mot de passe", +"Groups" => "Groupes", +"Create" => "Créer", +"Remove" => "Supprimer" ); |