mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue