]> git.mxchange.org Git - friendica-addons.git/blobdiff - startpage/lang/fr/strings.php
FR update to the addon translations
[friendica-addons.git] / startpage / lang / fr / strings.php
index c2ecf5eccc8ecc2da356fea3471d8f516653be39..d3d3f9b929ac70e5250fab0fe1746f326982f39a 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Startpage Settings"] = "Paramètres de la page d'accueil";\r
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "Page d'accueil à charger après authentification - laisser ce champ vide pour charger votre mur";\r
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Exemples : &quot;network&quot; ou &quot;notifications/system&quot;";\r
-$a->strings["Submit"] = "Envoyer";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Startpage Settings"] = "Paramètres de Startpage";
+$a->strings["Home page to load after login  - leave blank for profile wall"] = "";
+$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";
+$a->strings["Submit"] = "Envoyer";