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,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";