File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
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."
Original file line number Diff line number Diff line change
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. " ;
You can’t perform that action at this time.
0 commit comments