mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
translation updates
This commit is contained in:
parent
1375847d54
commit
477bdcec89
19 changed files with 786 additions and 55 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour";
|
||||
$a->strings["WindowsPhonePush Settings"] = "Paramètres WindowsPhonePush";
|
||||
$a->strings["Enable WindowsPhonePush Addon"] = "Activer le greffon WindowsPhonePush";
|
||||
$a->strings["Enable WindowsPhonePush Addon"] = "Activer l'extension WindowsPhonePush";
|
||||
$a->strings["Push text of new item"] = "Pousse le texte du nouvel élément";
|
||||
$a->strings["Save Settings"] = "Sauvegarde des paramètres";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue