mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-13 02:13:01 +00:00
xmpp addon FR translation added THX bob lebonche
This commit is contained in:
parent
f7af190abf
commit
c04bd86a82
2 changed files with 70 additions and 0 deletions
14
xmpp/lang/fr/strings.php
Normal file
14
xmpp/lang/fr/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue