Skip to content

Commit 1acfd0b

Browse files
committed
Merge branch '2019.06-rc'
2 parents d088a54 + 871fa59 commit 1acfd0b

File tree

200 files changed

+14790
-2632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+14790
-2632
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can add these addons to the /addon directory of your Friendica installation
66

77
After uploading the addons to your server, you need to activate the desired addons in the Admin panel. Addons not activated have no effect on your node.
88

9-
You can find more addons in the [Friendica Addon listing](https://addons.friendo.ca) in cases the addon developers have choosen not to include them here.
9+
You can find more addons in the [Friendica Addon listing](https://addons.friendi.ca) in cases the addon developers have choosen not to include them here.
1010

1111
## Connectors
1212

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
# ADDON advancedcontentfilter
2+
# Copyright (C)
3+
# This file is distributed under the same license as the Friendica advancedcontentfilter 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: 2018-04-17 04:04+0200\n"
15+
"PO-Revision-Date: 2018-05-24 06:41+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+
#: advancedcontentfilter.php:134
25+
#, php-format
26+
msgid "Filtered by rule: %s"
27+
msgstr "Filtered by rule: %s"
28+
29+
#: advancedcontentfilter.php:147 advancedcontentfilter.php:204
30+
msgid "Advanced Content Filter"
31+
msgstr "Advanced Content Filter"
32+
33+
#: advancedcontentfilter.php:203
34+
msgid "Back to Addon Settings"
35+
msgstr "Back to addon settings"
36+
37+
#: advancedcontentfilter.php:205
38+
msgid "Add a Rule"
39+
msgstr "Add a rule"
40+
41+
#: advancedcontentfilter.php:206
42+
msgid "Help"
43+
msgstr "Help"
44+
45+
#: advancedcontentfilter.php:207
46+
msgid ""
47+
"Add and manage your personal content filter rules in this screen. Rules have"
48+
" a name and an arbitrary expression that will be matched against post data. "
49+
"For a complete reference of the available operations and variables, check "
50+
"the <a href=\"advancedcontentfilter/help\">help page</a>."
51+
msgstr ""
52+
"Add and manage your personal content filter rules in this screen. Rules have"
53+
" a name and an arbitrary expression that will be matched against post data. "
54+
"For a complete reference of the available operations and variables, check "
55+
"the <a href=\"advancedcontentfilter/help\">help page</a>."
56+
57+
#: advancedcontentfilter.php:208
58+
msgid "Your rules"
59+
msgstr "Your rules"
60+
61+
#: advancedcontentfilter.php:209
62+
msgid ""
63+
"You have no rules yet! Start adding one by clicking on the button above next"
64+
" to the title."
65+
msgstr ""
66+
"You have no rules yet! Start adding one by clicking on the button above next"
67+
" to the title."
68+
69+
#: advancedcontentfilter.php:210
70+
msgid "Disabled"
71+
msgstr "Disabled"
72+
73+
#: advancedcontentfilter.php:211
74+
msgid "Enabled"
75+
msgstr "Enabled"
76+
77+
#: advancedcontentfilter.php:212
78+
msgid "Disable this rule"
79+
msgstr "Disable this rule"
80+
81+
#: advancedcontentfilter.php:213
82+
msgid "Enable this rule"
83+
msgstr "Enable this rule"
84+
85+
#: advancedcontentfilter.php:214
86+
msgid "Edit this rule"
87+
msgstr "Edit this rule"
88+
89+
#: advancedcontentfilter.php:215
90+
msgid "Edit the rule"
91+
msgstr "Edit the rule"
92+
93+
#: advancedcontentfilter.php:216
94+
msgid "Save this rule"
95+
msgstr "Save this rule"
96+
97+
#: advancedcontentfilter.php:217
98+
msgid "Delete this rule"
99+
msgstr "Delete this rule"
100+
101+
#: advancedcontentfilter.php:218
102+
msgid "Rule"
103+
msgstr "Rule"
104+
105+
#: advancedcontentfilter.php:219
106+
msgid "Close"
107+
msgstr "Close"
108+
109+
#: advancedcontentfilter.php:220
110+
msgid "Add new rule"
111+
msgstr "Add new rule"
112+
113+
#: advancedcontentfilter.php:221
114+
msgid "Rule Name"
115+
msgstr "Rule name"
116+
117+
#: advancedcontentfilter.php:222
118+
msgid "Rule Expression"
119+
msgstr "Rule expression"
120+
121+
#: advancedcontentfilter.php:223
122+
msgid ""
123+
"<p>Examples:</p><ul><li><pre>author_link == "
124+
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
125+
msgstr ""
126+
"<p>Examples:</p><ul><li><pre>author_link == "
127+
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
128+
129+
#: advancedcontentfilter.php:224
130+
msgid "Cancel"
131+
msgstr "Cancel"
132+
133+
#: advancedcontentfilter.php:290 advancedcontentfilter.php:301
134+
#: advancedcontentfilter.php:312 advancedcontentfilter.php:346
135+
#: advancedcontentfilter.php:375 advancedcontentfilter.php:396
136+
msgid "You must be logged in to use this method"
137+
msgstr "You must be logged in to use this method"
138+
139+
#: advancedcontentfilter.php:316 advancedcontentfilter.php:350
140+
#: advancedcontentfilter.php:379
141+
msgid "Invalid form security token, please refresh the page."
142+
msgstr "Invalid form security token, please refresh the page."
143+
144+
#: advancedcontentfilter.php:328
145+
msgid "The rule name and expression are required."
146+
msgstr "The rule name and expression are required."
147+
148+
#: advancedcontentfilter.php:340
149+
msgid "Rule successfully added"
150+
msgstr "Rule successfully added"
151+
152+
#: advancedcontentfilter.php:354 advancedcontentfilter.php:383
153+
msgid "Rule doesn't exist or doesn't belong to you."
154+
msgstr "Rule doesn't exist or doesn't belong to you."
155+
156+
#: advancedcontentfilter.php:369
157+
msgid "Rule successfully updated"
158+
msgstr "Rule successfully updated"
159+
160+
#: advancedcontentfilter.php:390
161+
msgid "Rule successfully deleted"
162+
msgstr "Rule successfully deleted"
163+
164+
#: advancedcontentfilter.php:400
165+
msgid "Missing argument: guid."
166+
msgstr "Missing argument: Global Unique Identifier (GUID)."
167+
168+
#: advancedcontentfilter.php:406
169+
#, php-format
170+
msgid "Unknown post with guid: %s"
171+
msgstr "Unknown post with Global Unique Identifier (GUID): %s"
172+
173+
#: src/middlewares.php:28
174+
msgid "Method not found"
175+
msgstr "Method not found"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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["Filtered by rule: %s"] = "Filtered by rule: %s";
10+
$a->strings["Advanced Content Filter"] = "Advanced Content Filter";
11+
$a->strings["Back to Addon Settings"] = "Back to addon settings";
12+
$a->strings["Add a Rule"] = "Add a rule";
13+
$a->strings["Help"] = "Help";
14+
$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>."] = "Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>.";
15+
$a->strings["Your rules"] = "Your rules";
16+
$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "You have no rules yet! Start adding one by clicking on the button above next to the title.";
17+
$a->strings["Disabled"] = "Disabled";
18+
$a->strings["Enabled"] = "Enabled";
19+
$a->strings["Disable this rule"] = "Disable this rule";
20+
$a->strings["Enable this rule"] = "Enable this rule";
21+
$a->strings["Edit this rule"] = "Edit this rule";
22+
$a->strings["Edit the rule"] = "Edit the rule";
23+
$a->strings["Save this rule"] = "Save this rule";
24+
$a->strings["Delete this rule"] = "Delete this rule";
25+
$a->strings["Rule"] = "Rule";
26+
$a->strings["Close"] = "Close";
27+
$a->strings["Add new rule"] = "Add new rule";
28+
$a->strings["Rule Name"] = "Rule name";
29+
$a->strings["Rule Expression"] = "Rule expression";
30+
$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>";
31+
$a->strings["Cancel"] = "Cancel";
32+
$a->strings["You must be logged in to use this method"] = "You must be logged in to use this method";
33+
$a->strings["Invalid form security token, please refresh the page."] = "Invalid form security token, please refresh the page.";
34+
$a->strings["The rule name and expression are required."] = "The rule name and expression are required.";
35+
$a->strings["Rule successfully added"] = "Rule successfully added";
36+
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Rule doesn't exist or doesn't belong to you.";
37+
$a->strings["Rule successfully updated"] = "Rule successfully updated";
38+
$a->strings["Rule successfully deleted"] = "Rule successfully deleted";
39+
$a->strings["Missing argument: guid."] = "Missing argument: Global Unique Identifier (GUID).";
40+
$a->strings["Unknown post with guid: %s"] = "Unknown post with Global Unique Identifier (GUID): %s";
41+
$a->strings["Method not found"] = "Method not found";

advancedcontentfilter/lang/sv/messages.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
#
66
# Translators:
7-
# Torbjörn Andersson <[email protected]>, 2019
7+
# Bjoessi <[email protected]>, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2018-04-17 04:04+0200\n"
1515
"PO-Revision-Date: 2018-05-24 06:41+0000\n"
16-
"Last-Translator: Torbjörn Andersson <[email protected]>, 2019\n"
16+
"Last-Translator: Bjoessi <[email protected]>, 2019\n"
1717
"Language-Team: Swedish (https://www.transifex.com/Friendica/teams/12172/sv/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +24,7 @@ msgstr ""
2424
#: advancedcontentfilter.php:134
2525
#, php-format
2626
msgid "Filtered by rule: %s"
27-
msgstr ""
27+
msgstr "Filtrerat efter regel: %s"
2828

2929
#: advancedcontentfilter.php:147 advancedcontentfilter.php:204
3030
msgid "Advanced Content Filter"
@@ -139,37 +139,37 @@ msgstr "Du måste vara inloggad för att använda den här funktionen"
139139
#: advancedcontentfilter.php:316 advancedcontentfilter.php:350
140140
#: advancedcontentfilter.php:379
141141
msgid "Invalid form security token, please refresh the page."
142-
msgstr ""
142+
msgstr "Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan."
143143

144144
#: advancedcontentfilter.php:328
145145
msgid "The rule name and expression are required."
146-
msgstr ""
146+
msgstr "Regelns namn och uttryck krävs."
147147

148148
#: advancedcontentfilter.php:340
149149
msgid "Rule successfully added"
150-
msgstr ""
150+
msgstr "Regeln kunde läggas till"
151151

152152
#: advancedcontentfilter.php:354 advancedcontentfilter.php:383
153153
msgid "Rule doesn't exist or doesn't belong to you."
154-
msgstr ""
154+
msgstr "Regeln finns inte eller tillhör inte dig."
155155

156156
#: advancedcontentfilter.php:369
157157
msgid "Rule successfully updated"
158-
msgstr ""
158+
msgstr "Uppdatering av regel lyckades"
159159

160160
#: advancedcontentfilter.php:390
161161
msgid "Rule successfully deleted"
162-
msgstr ""
162+
msgstr "Borttagning av regel lyckades"
163163

164164
#: advancedcontentfilter.php:400
165165
msgid "Missing argument: guid."
166-
msgstr ""
166+
msgstr "Argument saknas: guid."
167167

168168
#: advancedcontentfilter.php:406
169169
#, php-format
170170
msgid "Unknown post with guid: %s"
171-
msgstr ""
171+
msgstr "Okänt inlägg med guid: %s"
172172

173173
#: src/middlewares.php:28
174174
msgid "Method not found"
175-
msgstr ""
175+
msgstr "Metod hittades inte"

advancedcontentfilter/lang/sv/strings.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function string_plural_select_sv($n){
66
return ($n != 1);;
77
}}
88
;
9-
$a->strings["Filtered by rule: %s"] = "";
9+
$a->strings["Filtered by rule: %s"] = "Filtrerat efter regel: %s";
1010
$a->strings["Advanced Content Filter"] = "Avancerat innehållsfiter";
1111
$a->strings["Back to Addon Settings"] = "TIllbaka till Tilläggsinställningar";
1212
$a->strings["Add a Rule"] = "Lägg till en regel";
@@ -30,12 +30,12 @@ function string_plural_select_sv($n){
3030
$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Exempel:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>taggar</li></ul>";
3131
$a->strings["Cancel"] = "Avbryt";
3232
$a->strings["You must be logged in to use this method"] = "Du måste vara inloggad för att använda den här funktionen";
33-
$a->strings["Invalid form security token, please refresh the page."] = "";
34-
$a->strings["The rule name and expression are required."] = "";
35-
$a->strings["Rule successfully added"] = "";
36-
$a->strings["Rule doesn't exist or doesn't belong to you."] = "";
37-
$a->strings["Rule successfully updated"] = "";
38-
$a->strings["Rule successfully deleted"] = "";
39-
$a->strings["Missing argument: guid."] = "";
40-
$a->strings["Unknown post with guid: %s"] = "";
41-
$a->strings["Method not found"] = "";
33+
$a->strings["Invalid form security token, please refresh the page."] = "Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan.";
34+
$a->strings["The rule name and expression are required."] = "Regelns namn och uttryck krävs.";
35+
$a->strings["Rule successfully added"] = "Regeln kunde läggas till";
36+
$a->strings["Rule doesn't exist or doesn't belong to you."] = "Regeln finns inte eller tillhör inte dig.";
37+
$a->strings["Rule successfully updated"] = "Uppdatering av regel lyckades";
38+
$a->strings["Rule successfully deleted"] = "Borttagning av regel lyckades";
39+
$a->strings["Missing argument: guid."] = "Argument saknas: guid.";
40+
$a->strings["Unknown post with guid: %s"] = "Okänt inlägg med guid: %s";
41+
$a->strings["Method not found"] = "Metod hittades inte";

blackout/lang/en-gb/messages.po

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# ADDON blackout
2+
# Copyright (C)
3+
# This file is distributed under the same license as the Friendica blackout addon package.
4+
#
5+
#
6+
# Translators:
7+
# Andy H3 <[email protected]>, 2019
8+
# Kris, 2018
9+
msgid ""
10+
msgstr ""
11+
"Project-Id-Version: friendica\n"
12+
"Report-Msgid-Bugs-To: \n"
13+
"POT-Creation-Date: 2019-03-12 09:26+0100\n"
14+
"PO-Revision-Date: 2019-06-05 14:40+0000\n"
15+
"Last-Translator: Andy H3 <[email protected]>\n"
16+
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: 8bit\n"
20+
"Language: en_GB\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
22+
23+
#: blackout.php:101
24+
msgid ""
25+
"The end-date is prior to the start-date of the blackout, you should fix this"
26+
msgstr "The end date is prior to the start date of the blackout, you should fix this"
27+
28+
#: blackout.php:103
29+
#, php-format
30+
msgid ""
31+
"Please double check that the current settings for the blackout. Begin will "
32+
"be <strong>%s</strong> and it will end <strong>%s</strong>."
33+
msgstr "Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."
34+
35+
#: blackout.php:106
36+
msgid "Save Settings"
37+
msgstr "Save Settings"
38+
39+
#: blackout.php:107
40+
msgid "Redirect URL"
41+
msgstr "Redirect URL"
42+
43+
#: blackout.php:107
44+
msgid "all your visitors from the web will be redirected to this URL"
45+
msgstr "Visitors from the web will be redirected to this URL"
46+
47+
#: blackout.php:108
48+
msgid "Begin of the Blackout"
49+
msgstr "Blackout begins"
50+
51+
#: blackout.php:108
52+
msgid ""
53+
"Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, "
54+
"<em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
55+
msgstr "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
56+
57+
#: blackout.php:109
58+
msgid "End of the Blackout"
59+
msgstr "Blackout ends"
60+
61+
#: blackout.php:111
62+
msgid ""
63+
"<strong>Note</strong>: The redirect will be active from the moment you press"
64+
" the submit button. Users currently logged in will <strong>not</strong> be "
65+
"thrown out but can't login again after logging out should the blackout is "
66+
"still in place."
67+
msgstr "<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can't login again after logging out should the blackout is still in place."

0 commit comments

Comments
 (0)