mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 17:38:49 +00:00
update of the addon translations
This commit is contained in:
parent
be15b6ba6a
commit
be2e3e6bf7
45 changed files with 2267 additions and 0 deletions
12
windowsphonepush/lang/fr/strings.php
Normal file
12
windowsphonepush/lang/fr/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($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 Plugin"] = "Activer le greffon 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