]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/en-gb/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / mailstream / 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 ;
9 $a->strings["From Address"] = "From address";
10 $a->strings["Email address that stream items will appear to be from."] = "Email address that stream items will appear to be from.";
11 $a->strings["Save Settings"] = "Save settings";
12 $a->strings["Re:"] = "Re:";
13 $a->strings["Friendica post"] = "Friendica post";
14 $a->strings["Diaspora post"] = "Diaspora post";
15 $a->strings["Feed item"] = "Feed item";
16 $a->strings["Email"] = "Email";
17 $a->strings["Friendica Item"] = "Friendica Item";
18 $a->strings["Upstream"] = "Upstream";
19 $a->strings["Local"] = "Local";
20 $a->strings["Enabled"] = "Enabled";
21 $a->strings["Email Address"] = "Email address";
22 $a->strings["Leave blank to use your account email address"] = "Leave blank if you want to use your account email address";
23 $a->strings["Exclude Likes"] = "Exclude likes";
24 $a->strings["Check this to omit mailing \"Like\" notifications"] = "Tick this to omit mailing \"Like\" notifications";
25 $a->strings["Attach Images"] = "Attach images";
26 $a->strings["Download images in posts and attach them to the email.  Useful for reading email while offline."] = "Download images in posts and attach them to the email. Useful for reading email while offline.";
27 $a->strings["Mail Stream Settings"] = "Mail Stream settings";