]> git.mxchange.org Git - friendica-addons.git/blobdiff - blackout/lang/fr/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / blackout / lang / fr / strings.php
index b41b608780a3ab674d8b1627781ae5672617ba3a..705a6a777d14f83c2870c523e9410a6e8dd04751 100644 (file)
@@ -1,3 +1,14 @@
-<?php\r
-\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["Save Settings"] = "Sauvegarder les paramètres";
+$a->strings["Redirect URL"] = "Adresse de redirection";
+$a->strings["all your visitors from the web will be redirected to this URL"] = "Tous vos visiteurs venant du web seront redirigés vers cette URL.";
+$a->strings["Begin of the Blackout"] = "Début du blackout";
+$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "";
+$a->strings["End of the Blackout"] = "Fin du blackout";
+$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La date de fin est antérieure à la date de début. Veuillez corriger cela.";