]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/fr/strings.php
update of the addon translations
[friendica-addons.git] / diaspora / lang / fr / strings.php
diff --git a/diaspora/lang/fr/strings.php b/diaspora/lang/fr/strings.php
new file mode 100644 (file)
index 0000000..e69acff
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Post to Diaspora"] = "Publier sur Diaspora";
+$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial).";
+$a->strings["Diaspora Export"] = "";
+$a->strings["Enable Diaspora Post Plugin"] = "Activer l’extension « Publier sur Diaspora »";
+$a->strings["Diaspora username"] = "Identifiant Diaspora";
+$a->strings["Diaspora password"] = "Mot de passe Diaspora";
+$a->strings["Diaspora site URL"] = "Adresse du site Diaspora";
+$a->strings["Post to Diaspora by default"] = "Publier sur Diaspora par défaut";
+$a->strings["Save Settings"] = "Sauvegarder les paramètres";
+$a->strings["Diaspora post failed. Queued for retry."] = "Échec de la publication sur Diaspora. Une nouvelle tentative est planifiée.";