forked from friendica/friendica-addons
28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_en_gb")) {
|
|
function string_plural_select_en_gb($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
;
|
|
$a->strings["From Address"] = "From address";
|
|
$a->strings["Email address that stream items will appear to be from."] = "Email address that stream items will appear to be from.";
|
|
$a->strings["Save Settings"] = "Save settings";
|
|
$a->strings["Re:"] = "Re:";
|
|
$a->strings["Friendica post"] = "Friendica post";
|
|
$a->strings["Diaspora post"] = "Diaspora post";
|
|
$a->strings["Feed item"] = "Feed item";
|
|
$a->strings["Email"] = "Email";
|
|
$a->strings["Friendica Item"] = "Friendica Item";
|
|
$a->strings["Upstream"] = "Upstream";
|
|
$a->strings["Local"] = "Local";
|
|
$a->strings["Enabled"] = "Enabled";
|
|
$a->strings["Email Address"] = "Email address";
|
|
$a->strings["Leave blank to use your account email address"] = "Leave blank if you want to use your account email address";
|
|
$a->strings["Exclude Likes"] = "Exclude likes";
|
|
$a->strings["Check this to omit mailing \"Like\" notifications"] = "Tick this to omit mailing \"Like\" notifications";
|
|
$a->strings["Attach Images"] = "Attach images";
|
|
$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.";
|
|
$a->strings["Mail Stream Settings"] = "Mail Stream settings";
|