]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/fr/strings.php
FR update to the addon translations
[friendica-addons.git] / dwpost / lang / fr / strings.php
index 729bb02839aaa78a5e5b161852173a1c460aebad..138d9d8ad63fbdf81bcb71c68f3024193328a2ec 100644 (file)
@@ -1,9 +1,14 @@
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Poster vers Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "Réglages Dreamwidth";\r
-$a->strings["Enable dreamwidth Post Plugin"] = "Activer \"Poster vers Dreamwidth\"";\r
-$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth";\r
-$a->strings["dreamwidth password"] = "Mot de passe";\r
-$a->strings["Post to dreamwidth by default"] = "Poster vers Dreamwidth par défaut";\r
-$a->strings["Submit"] = "Envoyer";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth";
+$a->strings["Dreamwidth Post Settings"] = "Paramètres pour Dreamwidth";
+$a->strings["Enable dreamwidth Post Plugin"] = "";
+$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth";
+$a->strings["dreamwidth password"] = "Mot de passe dreamwidth";
+$a->strings["Post to dreamwidth by default"] = "Poster sur Dreamwidth par défaut";
+$a->strings["Submit"] = "Envoyer";