mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FR translation update for buffer, editplain, gravatar, jappixmini, langfilter, libertree, mailstream, piwik and twitter addons
This commit is contained in:
parent
b448d90a89
commit
ed699d8ef4
18 changed files with 811 additions and 77 deletions
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Editplain settings updated."] = "Réglages editplain sauvés.";
|
||||
$a->strings["Editplain Settings"] = "Réglages de editplain";
|
||||
$a->strings["Disable richtext status editor"] = "Désactiver l'édition \"riche\"";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Editplain settings updated."] = "";
|
||||
$a->strings["Editplain Settings"] = "";
|
||||
$a->strings["Disable richtext status editor"] = "Désactiver l'éditeur avancé de statut";
|
||||
$a->strings["Submit"] = "Soumettre";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue