en-gb translation of blogger, catavatar, diaspora, dwpost, langfilter

This commit is contained in:
Tobias Diekershoff 2018-04-09 10:34:15 +02:00
parent 8b7aa41ac5
commit 07a2e3f5d8
8 changed files with 269 additions and 0 deletions

View file

@ -0,0 +1,48 @@
# ADDON dwpost
# Copyright (C)
# This file is distributed under the same license as the Friendica dwpost addon package.
#
#
# Translators:
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-08 17:59+0000\n"
"Last-Translator: Kris\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"
#: dwpost.php:39
msgid "Post to Dreamwidth"
msgstr "Post to Dreamwidth"
#: dwpost.php:70
msgid "Dreamwidth Post Settings"
msgstr "Dreamwidth Post Settings"
#: dwpost.php:72
msgid "Enable dreamwidth Post Addon"
msgstr ""
#: dwpost.php:77
msgid "dreamwidth username"
msgstr "Dreamwidth username"
#: dwpost.php:82
msgid "dreamwidth password"
msgstr "Dreamwidth password"
#: dwpost.php:87
msgid "Post to dreamwidth by default"
msgstr "Post to Dreamwidth by default"
#: dwpost.php:93
msgid "Submit"
msgstr "Submit"

View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
return ($n != 1);;
}}
;
$a->strings["Post to Dreamwidth"] = "Post to Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post Settings";
$a->strings["Enable dreamwidth Post Addon"] = "";
$a->strings["dreamwidth username"] = "Dreamwidth username";
$a->strings["dreamwidth password"] = "Dreamwidth password";
$a->strings["Post to dreamwidth by default"] = "Post to Dreamwidth by default";
$a->strings["Submit"] = "Submit";