xmpp addon FR translation added THX bob lebonche

This commit is contained in:
Tobias Diekershoff 2021-03-28 20:05:54 +02:00
parent f7af190abf
commit c04bd86a82
2 changed files with 70 additions and 0 deletions

14
xmpp/lang/fr/strings.php Normal file
View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_fr")) {
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";