mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 04:23:42 +00:00
EN-US translation added for blockem
This commit is contained in:
parent
493b89572a
commit
fa18e1c4a4
2 changed files with 75 additions and 0 deletions
59
blockem/lang/en-us/messages.po
Normal file
59
blockem/lang/en-us/messages.po
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
# ADDON blockem
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica blockem addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Andy H3 <andy@hubup.pro>, 2018
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: friendica\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2018-02-09 13:00+0100\n"
|
||||||
|
"PO-Revision-Date: 2018-03-15 14:14+0000\n"
|
||||||
|
"Last-Translator: Andy H3 <andy@hubup.pro>\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"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: en_US\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: blockem.php:51 blockem.php:55
|
||||||
|
msgid "\"Blockem\""
|
||||||
|
msgstr "\"Blockem\""
|
||||||
|
|
||||||
|
#: blockem.php:59
|
||||||
|
msgid ""
|
||||||
|
"Hides user's content by collapsing posts. Also replaces their avatar with "
|
||||||
|
"generic image."
|
||||||
|
msgstr "Hides user's content by collapsing posts. Also replaces their avatar with generic image."
|
||||||
|
|
||||||
|
#: blockem.php:60
|
||||||
|
msgid "Comma separated profile URLS:"
|
||||||
|
msgstr "Comma separated profile URLs:"
|
||||||
|
|
||||||
|
#: blockem.php:64
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Save settings"
|
||||||
|
|
||||||
|
#: blockem.php:77
|
||||||
|
msgid "BLOCKEM Settings saved."
|
||||||
|
msgstr "Blockem settings saved."
|
||||||
|
|
||||||
|
#: blockem.php:140
|
||||||
|
#, php-format
|
||||||
|
msgid "Hidden content by %s - Click to open/close"
|
||||||
|
msgstr "Hidden content by %s - Reveal/hide"
|
||||||
|
|
||||||
|
#: blockem.php:193
|
||||||
|
msgid "Unblock Author"
|
||||||
|
msgstr "Unblock author"
|
||||||
|
|
||||||
|
#: blockem.php:195
|
||||||
|
msgid "Block Author"
|
||||||
|
msgstr "Block author"
|
||||||
|
|
||||||
|
#: blockem.php:227
|
||||||
|
msgid "blockem settings updated"
|
||||||
|
msgstr "Blockem settings updated"
|
16
blockem/lang/en-us/strings.php
Normal file
16
blockem/lang/en-us/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_en_us")) {
|
||||||
|
function string_plural_select_en_us($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["Save Settings"] = "Save settings";
|
||||||
|
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved.";
|
||||||
|
$a->strings["Hidden content by %s - Click to open/close"] = "Hidden content by %s - Reveal/hide";
|
||||||
|
$a->strings["Unblock Author"] = "Unblock author";
|
||||||
|
$a->strings["Block Author"] = "Block author";
|
||||||
|
$a->strings["blockem settings updated"] = "Blockem settings updated";
|
Loading…
Reference in a new issue