]> git.mxchange.org Git - friendica-addons.git/blobdiff - xmpp/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / xmpp / lang / fr / strings.php
index da138c278a612208641a5b18c2e834fc936bb838..68df013f0a3798eee0315aee8bdae97e7bcd1f86 100644 (file)
@@ -5,10 +5,10 @@ function string_plural_select_fr($n){
        $n = intval($n);
        return intval($n > 1);
 }}
-;
-$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
-$a->strings["Enable Webchat"] = "Activer le chat en ligne";
-$a->strings["Individual Credentials"] = "Identification individuelle";
-$a->strings["Jabber BOSH host"] = "Hôte Jabber BOSH";
-$a->strings["Save Settings"] = "Sauvegarder les paramètres";
-$a->strings["Use central userbase"] = "Utilisez la base de données centrale d'utilisateurs";
+$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
+$a->strings['Enable Webchat'] = 'Activer le chat en ligne';
+$a->strings['Individual Credentials'] = 'Identification individuelle';
+$a->strings['Jabber BOSH host'] = 'Hôte Jabber BOSH';
+$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
+$a->strings['Use central userbase'] = 'Utilisez la base de données centrale d\'utilisateurs';
+$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".';