mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
[langfilter] Fix typos
This commit is contained in:
parent
d1a90e02f0
commit
e53818d9f1
33 changed files with 52 additions and 52 deletions
|
@ -25,10 +25,10 @@ msgstr "Language Filter"
|
|||
|
||||
#: 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 "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them."
|
||||
msgstr "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."
|
||||
|
||||
#: langfilter.php:60
|
||||
msgid "Use the language filter"
|
||||
|
|
|
@ -7,7 +7,7 @@ function string_plural_select_en_us($n){
|
|||
}}
|
||||
;
|
||||
$a->strings["Language Filter"] = "Language Filter";
|
||||
$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."] = "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them.";
|
||||
$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."] = "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them.";
|
||||
$a->strings["Use the language filter"] = "Use the language filter";
|
||||
$a->strings["Able to read"] = "Able to read";
|
||||
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\".";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue