]> git.mxchange.org Git - friendica-addons.git/blobdiff - blackout/lang/it/strings.php
update membersince addon to version 1.1 since it does now support frio
[friendica-addons.git] / blackout / lang / it / strings.php
index bb8a97d30f2a32c4afde2f6b480a3d0713e87215..b0142236c5b50a31fe6fcc3293e8950e1255256e 100644 (file)
@@ -1,3 +1,14 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Save Settings"] = "Salva Impostazioni";
+$a->strings["Redirect URL"] = "URL di reindirizzamento";
+$a->strings["all your visitors from the web will be redirected to this URL"] = "tutti i visitatori dal web verranno reindirizzati a questo URL";
+$a->strings["Begin of the Blackout"] = "Inzio del 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"] = "il formato è <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto";
+$a->strings["End of the Blackout"] = "Fine del blackout";
+$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La data di fine è precedente alla data di inizio. Dovresti sistemarla.";