]> git.mxchange.org Git - friendica-addons.git/blob - xmpp/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / xmpp / 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 $a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
9 $a->strings['Enable Webchat'] = 'Activer le chat en ligne';
10 $a->strings['Individual Credentials'] = 'Identification individuelle';
11 $a->strings['Jabber BOSH host'] = 'Hôte Jabber BOSH';
12 $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
13 $a->strings['Use central userbase'] = 'Utilisez la base de données centrale d\'utilisateurs';
14 $a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Si activé, les utilisateurs vont automatiquement se connecter à un serveur ejabberd qui doit être installé sur cette machine avec une identification synchronisée via le script "auth_ejabberd.php".';