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