]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/lang/fr/strings.php
Revert indentation
[friendica-addons.git] / jappixmini / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         return intval($n > 1);
7 }}
8 ;
9 $a->strings["Jappix Mini"] = "Jappix Mini";
10 $a->strings["Activate addon"] = "Activer l'addon";
11 $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";
12 $a->strings["Jabber username"] = "Nom d'utilisateur Jabber";
13 $a->strings["Jabber server"] = "Serveur Jabber";
14 $a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber";
15 $a->strings["Jabber password"] = "Mot de passe Jabber";
16 $a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)";
17 $a->strings["Friendica password"] = "Mot de passe Friendica";
18 $a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approuver les contacts Friendica automatiquement";
19 $a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement";
20 $a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber";
21 $a->strings["Save Settings"] = "Sauvegarder les paramètres";
22 $a->strings["Add contact"] = "Ajouter un contact";