]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/it/messages.po
Merge pull request #606 from tobiasd/20180527-lng
[friendica-addons.git] / langfilter / lang / it / messages.po
1 # ADDON langfilter
2 # Copyright (C)
3 # This file is distributed under the same license as the Friendica langfilter addon package.
4
5
6 # Translators:
7 # fabrixxm <fabrix.xm@gmail.com>, 2015,2018
8 # Sandro Santilli <strk@kbt.io>, 2015
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: friendica\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2018-04-01 11:11-0400\n"
14 "PO-Revision-Date: 2018-05-28 09:01+0000\n"
15 "Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
16 "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Language: it\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
23 #: langfilter.php:58
24 msgid "Language Filter"
25 msgstr "Filtro Lingua"
26
27 #: langfilter.php:59
28 msgid ""
29 "This addon tries to identify the language posts are writen in. If it does "
30 "not match any language specifed below, posts will be hidden by collapsing "
31 "them."
32 msgstr "Questo componente aggiuntivo prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue specificata qui sotto, il messaggio verrà collassato. "
33
34 #: langfilter.php:60
35 msgid "Use the language filter"
36 msgstr "Usa il filtro lingua"
37
38 #: langfilter.php:61
39 msgid "Able to read"
40 msgstr "In grado di leggere"
41
42 #: langfilter.php:61
43 msgid ""
44 "List of abbreviations (iso2 codes) for languages you speak, comma separated."
45 " For example \"de,it\"."
46 msgstr "Lista di abbreviazioni (codici iso2) per le lingue che parli, separate da virgola. Per esempio \"it,de\""
47
48 #: langfilter.php:62
49 msgid "Minimum confidence in language detection"
50 msgstr "Fiducia minima nel rilevamento della lingua"
51
52 #: langfilter.php:62
53 msgid ""
54 "Minimum confidence in language detection being correct, from 0 to 100. Posts"
55 " will not be filtered when the confidence of language detection is below "
56 "this percent value."
57 msgstr "Fiducia minima che il rilevamento della lingua sia corretto, da 0 a 100. I post non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale."
58
59 #: langfilter.php:63
60 msgid "Minimum length of message body"
61 msgstr "Lunghezza minima del corpo del messaggio"
62
63 #: langfilter.php:63
64 msgid ""
65 "Minimum number of characters in message body for filter to be used. Posts "
66 "shorter than this will not be filtered. Note: Language detection is "
67 "unreliable for short content (<200 characters)."
68 msgstr "Numero di caratteri minimo perché il filtro venga usato. I messaggio più corti non saranno filtrati. Nota: la rilevazione della lingua non è affidabile con messaggi brevi (<200 caratteri)"
69
70 #: langfilter.php:64
71 msgid "Save Settings"
72 msgstr "Salva Impostazioni"
73
74 #: langfilter.php:105
75 msgid "Language Filter Settings saved."
76 msgstr "Impostazioni Filtro Lingua salvate."
77
78 #: langfilter.php:182
79 #, php-format
80 msgid "Filtered language: %s"
81 msgstr "Lingua filtrata: %s"