CS and EN-US localization update of the blockem addon

This commit is contained in:
Tobias Diekershoff 2018-06-18 08:40:51 +02:00
parent 5f3320ef58
commit e4b84f3063
4 changed files with 39 additions and 28 deletions

View file

@ -6,13 +6,14 @@
# Translators:
# Adam Clark <adam@isurf.ca>, 2018
# Andy H3 <andy@hubup.pro>, 2018
# R C <miqrogroove@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-04-10 02:54+0000\n"
"Last-Translator: Adam Clark <adam@isurf.ca>\n"
"PO-Revision-Date: 2018-06-13 02:40+0000\n"
"Last-Translator: R C <miqrogroove@gmail.com>\n"
"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -32,7 +33,7 @@ msgstr "Hides user's content by collapsing posts. Also replaces their avatar wit
#: blockem.php:61
msgid "Comma separated profile URLS:"
msgstr "Comma separated profile URLs:"
msgstr "Comma-separated profile URLs:"
#: blockem.php:65
msgid "Save Settings"

View file

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Blockem\""] = "Blockem";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Hides user's content by collapsing posts. Also replaces their avatar with generic image.";
$a->strings["Comma separated profile URLS:"] = "Comma separated profile URLs:";
$a->strings["Comma separated profile URLS:"] = "Comma-separated profile URLs:";
$a->strings["Save Settings"] = "Save settings";
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved.";
$a->strings["Filtered user: %s"] = "Filtered user: %s";