bff0edb39f755dda5535c969eb04ba5136b8e0b2
[friendica-addons.git/.git] / windowsphonepush / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         return ($n > 1);;
6 }}
7 ;
8 $a->strings["WindowsPhonePush settings updated."] = "Paramètres WindowsPhonePush mis à jour";
9 $a->strings["WindowsPhonePush Settings"] = "Paramètres WindowsPhonePush";
10 $a->strings["Enable WindowsPhonePush Addon"] = "Activer le greffon WindowsPhonePush";
11 $a->strings["Push text of new item"] = "Pousse le texte du nouvel élément";
12 $a->strings["Save Settings"] = "Sauvegarde des paramètres";