mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
[langfilter] Fix typos
This commit is contained in:
parent
d1a90e02f0
commit
e53818d9f1
33 changed files with 52 additions and 52 deletions
|
@ -27,8 +27,8 @@ msgstr "Filtro Lingua"
|
|||
|
||||
#: langfilter.php:53
|
||||
msgid ""
|
||||
"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 "
|
||||
"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. "
|
||||
|
||||
|
|
|
@ -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 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["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\".";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue