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
22
mailstream/lang/fr/strings.php
Normal file
22
mailstream/lang/fr/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "Depuis l'adresse";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Re:"] = "Re :";
|
||||
$a->strings["Friendica post"] = "Message Friendica";
|
||||
$a->strings["Diaspora post"] = "Message Diaspora";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "Courriel";
|
||||
$a->strings["Friendica Item"] = "Élément de Friendica";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "Local";
|
||||
$a->strings["Email Address"] = "Adresse de courriel";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Enabled"] = "Activer";
|
||||
$a->strings["Mail Stream Settings"] = "Paramètres de Mail Stream";
|
Loading…
Add table
Add a link
Reference in a new issue