mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
update of the addon translations
This commit is contained in:
parent
be15b6ba6a
commit
be2e3e6bf7
45 changed files with 2267 additions and 0 deletions
17
diaspora/lang/fr/strings.php
Normal file
17
diaspora/lang/fr/strings.php
Normal file
|
@ -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.";
|
Loading…
Add table
Add a link
Reference in a new issue