]> git.mxchange.org Git - friendica-addons.git/blobdiff - advancedcontentfilter/lang/it/strings.php
numfriends addon HU translation added THX Balázs Úr
[friendica-addons.git] / advancedcontentfilter / lang / it / strings.php
index b5ef1f08eb2a087bb5c3ce158973c3b6b8a294f6..88cec9ec22f0a2bd436300b1466a64b7ad12cf9b 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Filtered by rule: %s"] = "Filtrato dalla regola: %s";
@@ -11,9 +11,7 @@ $a->strings["Advanced Content Filter"] = "Filtro Avanzato Contenuti";
 $a->strings["Back to Addon Settings"] = "Torna alle impostazioni del componente aggiuntivo";
 $a->strings["Add a Rule"] = "Aggiungi una regola";
 $a->strings["Help"] = "Aiuto";
-$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>."] = "Aggiungi e gestisci le tue regole personali di filtro contenuti in questa schermata. Le regole hanno un nome e un'espressione arbitraria che sarà confrontata con i dati del messaggio. Per un elenco completo delle operazioni disponibili, controlla la <a href=\"advancedcontentfilter/help\">pagina di aiuto</a>.";
 $a->strings["Your rules"] = "Le tue regole";
-$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "Non hai ancora nessuna regola! Aggiungine una cliccando sul bottone qui sopra a fianco al titolo.";
 $a->strings["Disabled"] = "Disabilitato";
 $a->strings["Enabled"] = "Abilitato";
 $a->strings["Disable this rule"] = "Diabilita questa regola";
@@ -27,7 +25,6 @@ $a->strings["Close"] = "Chiudi";
 $a->strings["Add new rule"] = "Aggiungi nuova regola";
 $a->strings["Rule Name"] = "Nome Regola";
 $a->strings["Rule Expression"] = "Espressione Regola";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Esempi:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
 $a->strings["Cancel"] = "Annulla";
 $a->strings["You must be logged in to use this method"] = "Devi essere autenticato per usare questo metodo";
 $a->strings["Invalid form security token, please refresh the page."] = "Token di sicurezza invalido, aggiorna la pagina.";