]> git.mxchange.org Git - friendica-addons.git/commitdiff
FR: translations of the strings
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 6 Sep 2014 11:52:39 +0000 (13:52 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 6 Sep 2014 11:52:39 +0000 (13:52 +0200)
yourls/lang/fr/messages.po [new file with mode: 0644]
yourls/lang/fr/strings.php

diff --git a/yourls/lang/fr/messages.po b/yourls/lang/fr/messages.po
new file mode 100644 (file)
index 0000000..f54ace2
--- /dev/null
@@ -0,0 +1,48 @@
+# ADDON yourls
+# Copyright (C)
+# This file is distributed under the same license as the Friendica yourls addon package.
+# 
+# 
+# Translators:
+# Tubuntu <tubuntu@testimonium.be>, 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 <tubuntu@testimonium.be>\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."
index 6ee57d81d73015ba4434b3db43124c9dae41dc0a..2d8a57a8435d418bfcb82dc7ec9f133586bd8e3c 100644 (file)
@@ -1,9 +1,14 @@
-<?php\r
-\r
-$a->strings["YourLS Settings"] = "Réglages de YourLS";\r
-$a->strings["URL: http://"] = "URL: http://";\r
-$a->strings["Username:"] = "Nom d'utilisateur";\r
-$a->strings["Password:"] = "Mot de passe :";\r
-$a->strings["Use SSL "] = "Utiliser SSL ";\r
-$a->strings["Submit"] = "Envoyer";\r
-$a->strings["yourls Settings saved."] = "Réglages yourls sauvés.";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 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.";