]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/lang/it/messages.po
HU and IT translation updates
[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 # SickShark X, 2021
10 # Sylke Vicious <silkevicious@gmail.com>, 2020-2021
11 msgid ""
12 msgstr ""
13 "Project-Id-Version: friendica\n"
14 "Report-Msgid-Bugs-To: \n"
15 "POT-Creation-Date: 2021-11-21 19:15-0500\n"
16 "PO-Revision-Date: 2015-07-25 08:05+0000\n"
17 "Last-Translator: SickShark X, 2021\n"
18 "Language-Team: Italian (http://app.transifex.com/Friendica/friendica/language/it/)\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
21 "Content-Transfer-Encoding: 8bit\n"
22 "Language: it\n"
23 "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
24
25 #: langfilter.php:49
26 msgid ""
27 "This addon tries to identify the language posts are written in. If it does "
28 "not match any language specified below, posts will be hidden by collapsing "
29 "them."
30 msgstr "Questo plug-in prova a identificare la lingua con cui sono stati scritti i posts. Se non corrisponde a nessuna delle lingue specificate qui sotto, i post verranno nascosti."
31
32 #: langfilter.php:50
33 msgid "Use the language filter"
34 msgstr "Usa il filtro lingua"
35
36 #: langfilter.php:51
37 msgid "Able to read"
38 msgstr "In grado di leggere"
39
40 #: langfilter.php:51
41 msgid ""
42 "List of abbreviations (ISO 639-1 codes) for languages you speak, comma "
43 "separated. For example \"de,it\"."
44 msgstr "Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio \"it,de\"."
45
46 #: langfilter.php:52
47 msgid "Minimum confidence in language detection"
48 msgstr "Fiducia minima nel rilevamento della lingua"
49
50 #: langfilter.php:52
51 msgid ""
52 "Minimum confidence in language detection being correct, from 0 to 100. Posts"
53 " will not be filtered when the confidence of language detection is below "
54 "this percent value."
55 msgstr "Fiducia minima che il rilevamento della lingua sia corretto, da 0 a 100. I messaggi non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale."
56
57 #: langfilter.php:53
58 msgid "Minimum length of message body"
59 msgstr "Lunghezza minima del corpo del messaggio"
60
61 #: langfilter.php:53
62 msgid ""
63 "Minimum number of characters in message body for filter to be used. Posts "
64 "shorter than this will not be filtered. Note: Language detection is "
65 "unreliable for short content (<200 characters)."
66 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)"
67
68 #: langfilter.php:58
69 msgid "Language Filter"
70 msgstr "Filtro Lingua"
71
72 #: langfilter.php:60
73 msgid "Save Settings"
74 msgstr "Salva Impostazioni"
75
76 #: langfilter.php:193
77 #, php-format
78 msgid "Filtered language: %s"
79 msgstr "Lingua filtrata: %s"