friendica-addons/diaspora/lang/fr/strings.php

18 lines
1.1 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 davoir indiqué ladresse complète (y compris le «http:// » initial).";
$a->strings["Diaspora Export"] = "Export Diaspora";
$a->strings["Enable Diaspora Post Addon"] = "Activer lextension «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.";