Skip to content

Commit bc65318

Browse files
authored
Merge pull request #890 from tobiasd/20190927-blockboten
added EN GB translation of blockbot addon THX AndyH3
2 parents a325e67 + 33e8554 commit bc65318

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

blockbot/lang/en-gb/messages.po

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# ADDON blockbot
2+
# Copyright (C)
3+
# This file is distributed under the same license as the Friendica blockbot addon package.
4+
#
5+
#
6+
# Translators:
7+
# Andy H3 <[email protected]>, 2019
8+
#
9+
#, fuzzy
10+
msgid ""
11+
msgstr ""
12+
"Project-Id-Version: \n"
13+
"Report-Msgid-Bugs-To: \n"
14+
"POT-Creation-Date: 2019-08-07 09:03+0200\n"
15+
"PO-Revision-Date: 2019-08-07 07:43+0000\n"
16+
"Last-Translator: Andy H3 <[email protected]>, 2019\n"
17+
"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=UTF-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Language: en_GB\n"
22+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
23+
24+
#: blockbot.php:35
25+
msgid "Save Settings"
26+
msgstr "Save Settings"
27+
28+
#: blockbot.php:36
29+
msgid "Allow \"good\" crawlers"
30+
msgstr "Allow \"good\" crawlers"
31+
32+
#: blockbot.php:37
33+
msgid "Block GabSocial"
34+
msgstr "Block GabSocial"
35+
36+
#: blockbot.php:38
37+
msgid "Training mode"
38+
msgstr "Training mode"
39+
40+
#: blockbot.php:46
41+
msgid "Settings updated."
42+
msgstr "Settings updated."

blockbot/lang/en-gb/strings.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
if(! function_exists("string_plural_select_en_gb")) {
4+
function string_plural_select_en_gb($n){
5+
$n = intval($n);
6+
return ($n != 1);;
7+
}}
8+
;
9+
$a->strings["Save Settings"] = "Save Settings";
10+
$a->strings["Allow \"good\" crawlers"] = "Allow \"good\" crawlers";
11+
$a->strings["Block GabSocial"] = "Block GabSocial";
12+
$a->strings["Training mode"] = "Training mode";
13+
$a->strings["Settings updated."] = "Settings updated.";

0 commit comments

Comments
 (0)