forked from friendica/friendica-addons
fromapp EN-GB translation THX AndyH3
This commit is contained in:
parent
1572bda7e5
commit
8247d50907
43
fromapp/lang/en-gb/messages.po
Normal file
43
fromapp/lang/en-gb/messages.po
Normal file
|
@ -0,0 +1,43 @@
|
|||
# ADDON fromapp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromapp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Andy H3 <andy@hubup.pro>, 2018-2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-02-19 16:42+0100\n"
|
||||
"PO-Revision-Date: 2019-06-05 14:42+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"
|
||||
|
||||
#: fromapp.php:40
|
||||
msgid "Fromapp settings updated."
|
||||
msgstr "FromApp settings updated."
|
||||
|
||||
#: fromapp.php:65 fromapp.php:69
|
||||
msgid "FromApp Settings"
|
||||
msgstr "FromApp"
|
||||
|
||||
#: fromapp.php:72
|
||||
msgid ""
|
||||
"The application name you would like to show your posts originating from. "
|
||||
"Separate different app names with a comma. A random one will then be "
|
||||
"selected for every posting."
|
||||
msgstr "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post."
|
||||
|
||||
#: fromapp.php:76
|
||||
msgid "Use this application name even if another application was used."
|
||||
msgstr "Use this application name even if another application was used."
|
||||
|
||||
#: fromapp.php:83
|
||||
msgid "Save Settings"
|
||||
msgstr "Save settings"
|
13
fromapp/lang/en-gb/strings.php
Normal file
13
fromapp/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Fromapp settings updated."] = "FromApp settings updated.";
|
||||
$a->strings["FromApp Settings"] = "FromApp";
|
||||
$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post.";
|
||||
$a->strings["Use this application name even if another application was used."] = "Use this application name even if another application was used.";
|
||||
$a->strings["Save Settings"] = "Save settings";
|
Loading…
Reference in a new issue