added EN_BG translation to fromgplus addon THX Kris

pull/584/head
Tobias Diekershoff 2018-04-16 07:10:53 +02:00
parent ac0d42dcaa
commit fec12801fb
2 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,52 @@
# ADDON fromgplus
# Copyright (C)
# This file is distributed under the same license as the Friendica fromgplus addon package.
#
#
# Translators:
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:14-0400\n"
"PO-Revision-Date: 2018-04-13 19:45+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"
#: fromgplus.php:55 fromgplus.php:59
msgid "Google+ Mirror"
msgstr "Google+ Mirror"
#: fromgplus.php:64
msgid "Enable Google+ Import"
msgstr "Enable Google+ Import"
#: fromgplus.php:67
msgid "Google Account ID"
msgstr "Google Account ID"
#: fromgplus.php:70
msgid "Add keywords to post"
msgstr "Add keywords to post"
#: fromgplus.php:75 fromgplus.php:105
msgid "Save Settings"
msgstr "Save Settings"
#: fromgplus.php:96
msgid "Google+ Import Settings saved."
msgstr "Google+ Import Settings saved."
#: fromgplus.php:106
msgid "Key"
msgstr "Key"
#: fromgplus.php:114
msgid "Settings updated."
msgstr "Settings updated."

View File

@ -0,0 +1,15 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
return ($n != 1);;
}}
;
$a->strings["Google+ Mirror"] = "Google+ Mirror";
$a->strings["Enable Google+ Import"] = "Enable Google+ Import";
$a->strings["Google Account ID"] = "Google Account ID";
$a->strings["Add keywords to post"] = "Add keywords to post";
$a->strings["Save Settings"] = "Save Settings";
$a->strings["Google+ Import Settings saved."] = "Google+ Import Settings saved.";
$a->strings["Key"] = "Key";
$a->strings["Settings updated."] = "Settings updated.";