From 3705632bd1c699e209e0576a3543d4ff2425afce Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 6 Sep 2014 13:52:39 +0200 Subject: [PATCH] FR: translations of the strings --- yourls/lang/fr/messages.po | 48 ++++++++++++++++++++++++++++++++++++++ yourls/lang/fr/strings.php | 23 +++++++++++------- 2 files changed, 62 insertions(+), 9 deletions(-) create mode 100644 yourls/lang/fr/messages.po diff --git a/yourls/lang/fr/messages.po b/yourls/lang/fr/messages.po new file mode 100644 index 00000000..f54ace2c --- /dev/null +++ b/yourls/lang/fr/messages.po @@ -0,0 +1,48 @@ +# ADDON yourls +# Copyright (C) +# This file is distributed under the same license as the Friendica yourls addon package. +# +# +# Translators: +# Tubuntu , 2014 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-23 14:45+0200\n" +"PO-Revision-Date: 2014-06-25 14:21+0000\n" +"Last-Translator: Tubuntu \n" +"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: yourls.php:55 yourls.php:59 +msgid "YourLS" +msgstr "YourLS" + +#: yourls.php:63 +msgid "URL: http://" +msgstr "URL: http://" + +#: yourls.php:68 +msgid "Username:" +msgstr "Nom d'utilisateur :" + +#: yourls.php:73 +msgid "Password:" +msgstr "Mot de passe :" + +#: yourls.php:78 +msgid "Use SSL " +msgstr "Utiliser SSL" + +#: yourls.php:82 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" + +#: yourls.php:98 +msgid "yourls Settings saved." +msgstr "paramètres YourLS sauvegardés." diff --git a/yourls/lang/fr/strings.php b/yourls/lang/fr/strings.php index 6ee57d81..2d8a57a8 100644 --- a/yourls/lang/fr/strings.php +++ b/yourls/lang/fr/strings.php @@ -1,9 +1,14 @@ -strings["YourLS Settings"] = "Réglages de YourLS"; -$a->strings["URL: http://"] = "URL: http://"; -$a->strings["Username:"] = "Nom d'utilisateur"; -$a->strings["Password:"] = "Mot de passe :"; -$a->strings["Use SSL "] = "Utiliser SSL "; -$a->strings["Submit"] = "Envoyer"; -$a->strings["yourls Settings saved."] = "Réglages yourls sauvés."; + 1);; +}} +; +$a->strings["YourLS"] = "YourLS"; +$a->strings["URL: http://"] = "URL: http://"; +$a->strings["Username:"] = "Nom d'utilisateur :"; +$a->strings["Password:"] = "Mot de passe :"; +$a->strings["Use SSL "] = "Utiliser SSL"; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings["yourls Settings saved."] = "paramètres YourLS sauvegardés.";