]> git.mxchange.org Git - friendica-addons.git/blob - blogger/lang/fr/strings.php
Update strings
[friendica-addons.git] / blogger / 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["Post to blogger"] = "Poster sur Blogger";
9 $a->strings["Blogger Export"] = "";
10 $a->strings["Enable Blogger Post Addon"] = "Activer le connecteur Blogger";
11 $a->strings["Blogger username"] = "Nom d'utilisateur Blogger";
12 $a->strings["Blogger password"] = "Mot de passe Blogger";
13 $a->strings["Blogger API URL"] = "URL de l'API de Blogger";
14 $a->strings["Post to Blogger by default"] = "";
15 $a->strings["Save Settings"] = "Sauvegarder les paramètres";
16 $a->strings["Post from Friendica"] = "";