Merge pull request #590 from tobiasd/20180421-lng
[friendica-addons.git/.git] / impressum / 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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Impressum"] = "Impressum";
9 $a->strings["Site Owner"] = "Site Owner";
10 $a->strings["Email Address"] = "Email Address";
11 $a->strings["Postal Address"] = "Postal Address";
12 $a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "The Impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables, please refer to the addon's README file.";
13 $a->strings["Settings updated."] = "Settings updated.";
14 $a->strings["Submit"] = "Submit";
15 $a->strings["The page operators name."] = "The site operator's name";
16 $a->strings["Site Owners Profile"] = "Site owner's profile";
17 $a->strings["Profile address of the operator."] = "Profile address of the operator.";
18 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "How to contact the site operator via snail mail. You can use BBCode here.";
19 $a->strings["Notes"] = "Notes";
20 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Additional notes that are displayed beneath the contact information. You can use BBCode here.";
21 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "How to contact the operator via email. (The e-mail address will be obfuscated to avoid spam.)";
22 $a->strings["Footer note"] = "Footer notes";
23 $a->strings["Text for the footer. You can use BBCode here."] = "Text for the footer. You can use BBCode here.";