mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
IT translation update THX Fabio
This commit is contained in:
parent
0c00f853ba
commit
83404d1f63
10 changed files with 293 additions and 57 deletions
|
@ -4,14 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2015
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2015,2018
|
||||
# Sandro Santilli <strk@kbt.io>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-22 15:18+0200\n"
|
||||
"PO-Revision-Date: 2017-09-22 12:16+0000\n"
|
||||
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
|
||||
"PO-Revision-Date: 2018-05-28 09:01+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -20,52 +20,62 @@ msgstr ""
|
|||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: langfilter.php:44
|
||||
#: langfilter.php:58
|
||||
msgid "Language Filter"
|
||||
msgstr "Filtro Lingua"
|
||||
|
||||
#: langfilter.php:45
|
||||
#: langfilter.php:59
|
||||
msgid ""
|
||||
"This addon tries to identify the language of a postings. If it does not "
|
||||
"match any language spoken by you (see below) the posting will be collapsed. "
|
||||
"Remember detecting the language is not perfect, especially with short "
|
||||
"postings."
|
||||
msgstr "Questo plugin prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue da te parlata (vedi sotto), il messaggio verrà nascosto. Ricorda che la rilevazione della lingua non è perfetta, specie con i messaggi corti."
|
||||
"This addon tries to identify the language posts are writen in. If it does "
|
||||
"not match any language specifed below, posts will be hidden by collapsing "
|
||||
"them."
|
||||
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. "
|
||||
|
||||
#: langfilter.php:46
|
||||
#: langfilter.php:60
|
||||
msgid "Use the language filter"
|
||||
msgstr "Usa il filtro lingua"
|
||||
|
||||
#: langfilter.php:47
|
||||
msgid "I speak"
|
||||
msgstr "Parlo"
|
||||
#: langfilter.php:61
|
||||
msgid "Able to read"
|
||||
msgstr "In grado di leggere"
|
||||
|
||||
#: langfilter.php:47
|
||||
#: langfilter.php:61
|
||||
msgid ""
|
||||
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
|
||||
" For example \"de,it\"."
|
||||
msgstr "Lista di abbreviazioni (codici iso2) per le lingue che parli, separate da virgola. Per esempio \"it,de\""
|
||||
|
||||
#: langfilter.php:48
|
||||
#: langfilter.php:62
|
||||
msgid "Minimum confidence in language detection"
|
||||
msgstr "Fiducia minima nel rilevamento della lingua"
|
||||
|
||||
#: langfilter.php:48
|
||||
#: langfilter.php:62
|
||||
msgid ""
|
||||
"Minimum confidence in language detection being correct, from 0 to 100. Posts"
|
||||
" will not be filtered when the confidence of language detection is below "
|
||||
"this percent value."
|
||||
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."
|
||||
|
||||
#: langfilter.php:49
|
||||
#: langfilter.php:63
|
||||
msgid "Minimum length of message body"
|
||||
msgstr "Lunghezza minima del corpo del messaggio"
|
||||
|
||||
#: langfilter.php:63
|
||||
msgid ""
|
||||
"Minimum number of characters in message body for filter to be used. Posts "
|
||||
"shorter than this will not be filtered. Note: Language detection is "
|
||||
"unreliable for short content (<200 characters)."
|
||||
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)"
|
||||
|
||||
#: langfilter.php:64
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: langfilter.php:73
|
||||
#: langfilter.php:105
|
||||
msgid "Language Filter Settings saved."
|
||||
msgstr "Impostazioni Filtro Lingua salvate."
|
||||
|
||||
#: langfilter.php:123
|
||||
#: langfilter.php:182
|
||||
#, php-format
|
||||
msgid "unspoken language %s - Click to open/close"
|
||||
msgstr "lingua non parlata %s - Clicca per aprire/chiudere"
|
||||
msgid "Filtered language: %s"
|
||||
msgstr "Lingua filtrata: %s"
|
||||
|
|
|
@ -2,16 +2,19 @@
|
|||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Language Filter"] = "Filtro Lingua";
|
||||
$a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "Questo plugin prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue da te parlata (vedi sotto), il messaggio verrà nascosto. Ricorda che la rilevazione della lingua non è perfetta, specie con i messaggi corti.";
|
||||
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "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. ";
|
||||
$a->strings["Use the language filter"] = "Usa il filtro lingua";
|
||||
$a->strings["I speak"] = "Parlo";
|
||||
$a->strings["Able to read"] = "In grado di leggere";
|
||||
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista di abbreviazioni (codici iso2) per le lingue che parli, separate da virgola. Per esempio \"it,de\"";
|
||||
$a->strings["Minimum confidence in language detection"] = "Fiducia minima nel rilevamento della lingua";
|
||||
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "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.";
|
||||
$a->strings["Minimum length of message body"] = "Lunghezza minima del corpo del messaggio";
|
||||
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "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)";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Language Filter Settings saved."] = "Impostazioni Filtro Lingua salvate.";
|
||||
$a->strings["unspoken language %s - Click to open/close"] = "lingua non parlata %s - Clicca per aprire/chiudere";
|
||||
$a->strings["Filtered language: %s"] = "Lingua filtrata: %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue