[langfilter] Fix typos

This commit is contained in:
Balázs Úr 2021-03-24 23:33:42 +01:00
parent d1a90e02f0
commit e53818d9f1
33 changed files with 52 additions and 52 deletions

View file

@ -26,8 +26,8 @@ msgstr "Filtre d'Idioma"
#: langfilter.php:59
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 "Aquest complement tracta didentificar les publicacions didioma en què sescriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions socultaran en col·lapsar-les."

View file

@ -7,7 +7,7 @@ function string_plural_select_ca($n){
}}
;
$a->strings["Language Filter"] = "Filtre d'Idioma";
$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."] = "Aquest complement tracta didentificar les publicacions didioma en què sescriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions socultaran en col·lapsar-les.";
$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."] = "Aquest complement tracta didentificar les publicacions didioma en què sescriuen. Si no coincideix amb cap idioma especificat a continuació, les publicacions socultaran en col·lapsar-les.";
$a->strings["Use the language filter"] = "Emprar el filtre d'idioma";
$a->strings["Able to read"] = "Capacitat de llegir";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "llista d'abreviatures (ISO2 codes), separada per comes, per idiomes que tú parles. Per exemple \"ca,es,de,it\".";