]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/en-gb/strings.php
audon/lang/C/messages.po aktualisiert
[friendica-addons.git] / advancedcontentfilter / lang / en-gb / strings.php
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 intval($n != 1);
7 }}
8 $a->strings['Filtered by rule: %s'] = 'Filtered by rule: %s';
9 $a->strings['Advanced Content Filter'] = 'Advanced Content Filter';
10 $a->strings['Back to Addon Settings'] = 'Back to addon settings';
11 $a->strings['Add a Rule'] = 'Add a rule';
12 $a->strings['Help'] = 'Help';
13 $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>.';
14 $a->strings['Your rules'] = 'Your rules';
15 $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.';
16 $a->strings['Disabled'] = 'Disabled';
17 $a->strings['Enabled'] = 'Enabled';
18 $a->strings['Disable this rule'] = 'Disable this rule';
19 $a->strings['Enable this rule'] = 'Enable this rule';
20 $a->strings['Edit this rule'] = 'Edit this rule';
21 $a->strings['Edit the rule'] = 'Edit the rule';
22 $a->strings['Save this rule'] = 'Save this rule';
23 $a->strings['Delete this rule'] = 'Delete this rule';
24 $a->strings['Rule'] = 'Rule';
25 $a->strings['Close'] = 'Close';
26 $a->strings['Add new rule'] = 'Add new rule';
27 $a->strings['Rule Name'] = 'Rule name';
28 $a->strings['Rule Expression'] = 'Rule expression';
29 $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>';
30 $a->strings['Cancel'] = 'Cancel';
31 $a->strings['You must be logged in to use this method'] = 'You must be logged in to use this method';
32 $a->strings['Invalid form security token, please refresh the page.'] = 'Invalid form security token, please refresh the page.';
33 $a->strings['The rule name and expression are required.'] = 'The rule name and expression are required.';
34 $a->strings['Rule successfully added'] = 'Rule successfully added';
35 $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Rule doesn\'t exist or doesn\'t belong to you.';
36 $a->strings['Rule successfully updated'] = 'Rule successfully updated';
37 $a->strings['Rule successfully deleted'] = 'Rule successfully deleted';
38 $a->strings['Missing argument: guid.'] = 'Missing argument: Global Unique Identifier (GUID).';
39 $a->strings['Unknown post with guid: %s'] = 'Unknown post with Global Unique Identifier (GUID): %s';
40 $a->strings['Method not found'] = 'Method not found';