mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
IT update to the addon translations
This commit is contained in:
parent
b6a7200654
commit
797ee03eb8
74 changed files with 679 additions and 462 deletions
|
@ -4,15 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-10-15 08:56+0000\n"
|
||||
"PO-Revision-Date: 2015-08-31 10:21+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||
|
||||
#: nsfw.php:78
|
||||
msgid "Not Safe For Work (General Purpose Content Filter) settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni per NSWF (Filtro Contenuti Generico)"
|
||||
|
||||
#: nsfw.php:80
|
||||
msgid ""
|
||||
|
@ -43,7 +43,7 @@ msgstr "Elenco separato da virgole di parole da nascondere"
|
|||
|
||||
#: nsfw.php:88
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
msgstr "Invia"
|
||||
|
||||
#: nsfw.php:89
|
||||
msgid "Use /expression/ to provide regular expressions"
|
||||
|
|
|
@ -5,11 +5,11 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
|
||||
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Impostazioni per NSWF (Filtro Contenuti Generico)";
|
||||
$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Questo plugin cerca nei messagi le parole/testo che inserisci qui sotto, e collassa i messaggi che li contengono, per non mostrare contenuto inappropriato nel momento sbagliato, come contenuto a sfondo sessuale che può essere inappropriato in un ambiente di lavoro. E' educato (e consigliato) taggare i messaggi che contengono nudità con #NSFW (Not Safe For Work: Non Sicuro Per il Lavoro). Questo filtro può cercare anche qualsiasi parola che inserisci, quindi può essere usato come filtro di contenuti generico.";
|
||||
$a->strings["Enable Content filter"] = "Abilita il Filtro Contenuti";
|
||||
$a->strings["Comma separated list of keywords to hide"] = "Elenco separato da virgole di parole da nascondere";
|
||||
$a->strings["Submit"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari";
|
||||
$a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate.";
|
||||
$a->strings["%s - Click to open/close"] = "%s - Clicca per aprire / chiudere";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue