mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
FR translation update for buffer, editplain, gravatar, jappixmini, langfilter, libertree, mailstream, piwik and twitter addons
This commit is contained in:
parent
b448d90a89
commit
ed699d8ef4
18 changed files with 811 additions and 77 deletions
|
@ -1,16 +1,21 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Jappix Mini addon settings"] = "Jappix Mini";
|
||||
$a->strings["Activate addon"] = "Activer";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web";
|
||||
$a->strings["Jabber username"] = "Utilisateur Jabber";
|
||||
$a->strings["Jabber server"] = "Serveur Jabber";
|
||||
$a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber";
|
||||
$a->strings["Jabber password"] = "Mot de passe Jabber";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)";
|
||||
$a->strings["Friendica password"] = "Mot de passe Friendica";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approuver les contacts Friendica automatiquement";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Add contact"] = "Ajouter un contact";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Jappix Mini addon settings"] = "Paramètres de l'addon Jappix Mini";
|
||||
$a->strings["Activate addon"] = "Activer l'addon";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web";
|
||||
$a->strings["Jabber username"] = "Nom d'utilisateur Jabber";
|
||||
$a->strings["Jabber server"] = "Serveur Jabber";
|
||||
$a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber";
|
||||
$a->strings["Jabber password"] = "Mot de passe Jabber";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)";
|
||||
$a->strings["Friendica password"] = "Mot de passe Friendica";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Add contact"] = "Ajouter un contact";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue