mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -2,21 +2,18 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
$n = intval($n);
|
||||
return intval($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