]> git.mxchange.org Git - friendica-addons.git/commitdiff
IT translation of langfilter addon updated THX Sylke Vicious
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 8 May 2021 05:18:15 +0000 (07:18 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 8 May 2021 05:18:15 +0000 (07:18 +0200)
langfilter/lang/it/messages.po
langfilter/lang/it/strings.php

index f9e909dbe1d8bdfbdec91946402062530d0b1ef8..a17475c5206543842b8074d7f6b9123960ade8ad 100644 (file)
@@ -6,13 +6,13 @@
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2015,2018
 # Sandro Santilli <strk@kbt.io>, 2015
-# Sylke Vicious <silkevicious@gmail.com>, 2020
+# Sylke Vicious <silkevicious@gmail.com>, 2020-2021
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-03 22:02-0400\n"
-"PO-Revision-Date: 2020-10-06 10:51+0000\n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-05-05 10:49+0000\n"
 "Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
 "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -21,58 +21,58 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: langfilter.php:52
+#: langfilter.php:50
 msgid "Language Filter"
 msgstr "Filtro Lingua"
 
-#: langfilter.php:53
+#: langfilter.php:51
 msgid ""
 "This addon tries to identify the language posts are written in. If it does "
 "not match any language specified 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. "
+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:54
+#: langfilter.php:52
 msgid "Use the language filter"
 msgstr "Usa il filtro lingua"
 
-#: langfilter.php:55
+#: langfilter.php:53
 msgid "Able to read"
 msgstr "In grado di leggere"
 
-#: langfilter.php:55
+#: langfilter.php:53
 msgid ""
 "List of abbreviations (ISO 639-1 codes) for languages you speak, comma "
 "separated. For example \"de,it\"."
 msgstr "Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio \"it,de\"."
 
-#: langfilter.php:56
+#: langfilter.php:54
 msgid "Minimum confidence in language detection"
 msgstr "Fiducia minima nel rilevamento della lingua"
 
-#: langfilter.php:56
+#: langfilter.php:54
 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 messaggi non saranno filtrati quando la fiducia nel rilevamento della lingua è sotto questo valore percentuale."
 
-#: langfilter.php:57
+#: langfilter.php:55
 msgid "Minimum length of message body"
 msgstr "Lunghezza minima del corpo del messaggio"
 
-#: langfilter.php:57
+#: langfilter.php:55
 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:58
+#: langfilter.php:56
 msgid "Save Settings"
 msgstr "Salva Impostazioni"
 
-#: langfilter.php:189
+#: langfilter.php:187
 #, php-format
 msgid "Filtered language: %s"
 msgstr "Lingua filtrata: %s"
index 9cdd4d72a5459dbef07565b941f28ffcf9573f2c..77d6e1d626d4e9b3f53cb67bdaa764e295da23e2 100644 (file)
@@ -7,7 +7,7 @@ function string_plural_select_it($n){
 }}
 ;
 $a->strings["Language Filter"] = "Filtro Lingua";
-$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified 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["This addon tries to identify the language posts are written in. If it does not match any language specified 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["Able to read"] = "In grado di leggere";
 $a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista di abbreviazioni (codici ISO 639-1) per le lingue che parli, separate da virgola. Per esempio \"it,de\".";