2015-04-03 10:30:50 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fr")) {
|
|
|
|
function string_plural_select_fr($n){
|
2018-11-16 20:16:09 +00:00
|
|
|
$n = intval($n);
|
2021-02-01 17:47:38 +00:00
|
|
|
return intval($n > 1);
|
2015-04-03 10:30:50 +00:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour";
|
|
|
|
$a->strings["WindowsPhonePush Settings"] = "Paramètres WindowsPhonePush";
|
2018-11-16 20:16:09 +00:00
|
|
|
$a->strings["Enable WindowsPhonePush Addon"] = "Activer l'extension WindowsPhonePush";
|
2015-04-03 10:30:50 +00:00
|
|
|
$a->strings["Push text of new item"] = "Pousse le texte du nouvel élément";
|
|
|
|
$a->strings["Save Settings"] = "Sauvegarde des paramètres";
|