]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/lang/fr/strings.php
Revert to stable version 3.5.4
[friendica-addons.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 Plugin"] = "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";