EN-GB and EN-US localisation updates to blackout, blockem, langfilter, showmore and xmpp addons

This commit is contained in:
Tobias Diekershoff 2018-04-10 07:37:41 +02:00
parent 0a8a1fadd5
commit 12d3992da9
10 changed files with 317 additions and 17 deletions

View File

@ -0,0 +1,52 @@
# ADDON blackout
# Copyright (C)
# This file is distributed under the same license as the Friendica blackout addon package.
#
#
# Translators:
# Adam Clark <adam@isurf.ca>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2018-04-09 21:27+0000\n"
"Last-Translator: Adam Clark <adam@isurf.ca>\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"
#: blackout.php:99
msgid "Save Settings"
msgstr "Save Settings"
#: blackout.php:100
msgid "Redirect URL"
msgstr "Redirect URL"
#: blackout.php:100
msgid "all your visitors from the web will be redirected to this URL"
msgstr "All your visitors from the web will be redirected to this URL."
#: blackout.php:101
msgid "Begin of the Blackout"
msgstr "Start time of the Blackout"
#: blackout.php:101
msgid ""
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
"<em>hh</em> hour and <em>mm</em> minute"
msgstr "Format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"
#: blackout.php:102
msgid "End of the Blackout"
msgstr "End time of the Blackout"
#: blackout.php:108
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix "
"this."
msgstr "The end-date is prior to the start-date of the blackout, you should fix this."

View File

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
return ($n != 1);;
}}
;
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Redirect URL"] = "Redirect URL";
$a->strings["all your visitors from the web will be redirected to this URL"] = "All your visitors from the web will be redirected to this URL.";
$a->strings["Begin of the Blackout"] = "Start time of the Blackout";
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "Format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute";
$a->strings["End of the Blackout"] = "End time of the Blackout";
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "The end-date is prior to the start-date of the blackout, you should fix this.";

View File

@ -4,14 +4,15 @@
#
#
# Translators:
# Adam Clark <adam@isurf.ca>, 2018
# 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"
"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"
"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"
@ -19,41 +20,41 @@ msgstr ""
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blockem.php:51 blockem.php:55
#: blockem.php:52 blockem.php:56
msgid "\"Blockem\""
msgstr "\"Blockem\""
msgstr "Blockem"
#: blockem.php:59
#: blockem.php:60
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
#: blockem.php:61
msgid "Comma separated profile URLS:"
msgstr "Comma separated profile URLs:"
#: blockem.php:64
#: blockem.php:65
msgid "Save Settings"
msgstr "Save settings"
#: blockem.php:77
#: blockem.php:78
msgid "BLOCKEM Settings saved."
msgstr "Blockem settings saved."
#: blockem.php:140
#: blockem.php:136
#, php-format
msgid "Hidden content by %s - Click to open/close"
msgstr "Hidden content by %s - Reveal/hide"
msgid "Filtered user: %s"
msgstr "Filtered user: %s"
#: blockem.php:193
#: blockem.php:189
msgid "Unblock Author"
msgstr "Unblock author"
#: blockem.php:195
#: blockem.php:191
msgid "Block Author"
msgstr "Block author"
#: blockem.php:227
#: blockem.php:223
msgid "blockem settings updated"
msgstr "Blockem settings updated"

View File

@ -5,12 +5,12 @@ function string_plural_select_en_us($n){
return ($n != 1);;
}}
;
$a->strings["\"Blockem\""] = "\"Blockem\"";
$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["Filtered user: %s"] = "Filtered user: %s";
$a->strings["Unblock Author"] = "Unblock author";
$a->strings["Block Author"] = "Block author";
$a->strings["blockem settings updated"] = "Blockem settings updated";

View File

@ -0,0 +1,80 @@
# ADDON langfilter
# Copyright (C)
# This file is distributed under the same license as the Friendica langfilter addon package.
#
#
# Translators:
# Adam Clark <adam@isurf.ca>, 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-09 21:21+0000\n"
"Last-Translator: Adam Clark <adam@isurf.ca>\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"
#: langfilter.php:58
msgid "Language Filter"
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 "
"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."
#: langfilter.php:60
msgid "Use the language filter"
msgstr "Use the language filter"
#: langfilter.php:61
msgid "Able to read"
msgstr "Able to read"
#: langfilter.php:61
msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"."
msgstr "List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."
#: langfilter.php:62
msgid "Minimum confidence in language detection"
msgstr "Minimum confidence in language detection"
#: langfilter.php:62
msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below "
"this percent value."
msgstr "Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."
#: langfilter.php:63
msgid "Minimum length of message body"
msgstr "Minimum length of message body"
#: langfilter.php:63
msgid ""
"Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)."
msgstr "Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."
#: langfilter.php:64
msgid "Save Settings"
msgstr "Save Settings"
#: langfilter.php:105
msgid "Language Filter Settings saved."
msgstr "Language Filter Settings saved."
#: langfilter.php:182
#, php-format
msgid "Filtered language: %s"
msgstr "Filtered language: %s"

View File

@ -0,0 +1,19 @@
<?php
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
return ($n != 1);;
}}
;
$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["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\".";
$a->strings["Minimum confidence in language detection"] = "Minimum confidence in language detection";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value.";
$a->strings["Minimum length of message body"] = "Minimum length of message body";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters).";
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Language Filter Settings saved."] = "Language Filter Settings saved.";
$a->strings["Filtered language: %s"] = "Filtered language: %s";

View File

@ -0,0 +1,44 @@
# ADDON showmore
# Copyright (C)
# This file is distributed under the same license as the Friendica showmore 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-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-04-09 14:16+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: showmore.php:41 showmore.php:45
msgid "\"Show more\" Settings"
msgstr "Show More"
#: showmore.php:50
msgid "Enable Show More"
msgstr "Enable this addon?"
#: showmore.php:53
msgid "Cutting posts after how much characters"
msgstr "Cutting posts after how many characters"
#: showmore.php:57
msgid "Save Settings"
msgstr "Save settings"
#: showmore.php:74
msgid "Show More Settings saved."
msgstr "Show More Settings saved."
#: showmore.php:134
msgid "show more"
msgstr "show more"

View File

@ -0,0 +1,13 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Show More";
$a->strings["Enable Show More"] = "Enable this addon?";
$a->strings["Cutting posts after how much characters"] = "Cutting posts after how many characters";
$a->strings["Save Settings"] = "Save settings";
$a->strings["Show More Settings saved."] = "Show More Settings saved.";
$a->strings["show more"] = "show more";

View File

@ -0,0 +1,61 @@
# ADDON xmpp
# Copyright (C)
# This file is distributed under the same license as the Friendica xmpp addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Adam Clark <adam@isurf.ca>, 2018\n"
"Language-Team: English (United States) (https://www.transifex.com/Friendica/teams/12172/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"
#: xmpp.php:38
msgid "XMPP settings updated."
msgstr "XMPP settings updated."
#: xmpp.php:63 xmpp.php:67
msgid "XMPP-Chat (Jabber)"
msgstr "XMPP-Chat (Jabber)"
#: xmpp.php:71
msgid "Enable Webchat"
msgstr "Enable Webchat"
#: xmpp.php:76
msgid "Individual Credentials"
msgstr "Individual Credentials"
#: xmpp.php:82 xmpp.php:108
msgid "Jabber BOSH host"
msgstr "Jabber BOSH host"
#: xmpp.php:91 xmpp.php:107
msgid "Save Settings"
msgstr "Save Settings"
#: xmpp.php:109
msgid "Use central userbase"
msgstr "Use central userbase"
#: xmpp.php:109
msgid ""
"If enabled, users will automatically login to an ejabberd server that has to"
" be installed on this machine with synchronized credentials via the "
"\"auth_ejabberd.php\" script."
msgstr ""
"If enabled, users will automatically login to an ejabberd server that has to"
" be installed on this machine with synchronized credentials via the "
"\"auth_ejabberd.php\" script."
#: xmpp.php:119
msgid "Settings updated."
msgstr "Settings updated."

View 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["XMPP settings updated."] = "XMPP settings updated.";
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
$a->strings["Enable Webchat"] = "Enable Webchat";
$a->strings["Individual Credentials"] = "Individual Credentials";
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Use central userbase"] = "Use central userbase";
$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script.";
$a->strings["Settings updated."] = "Settings updated.";