mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
mailstream addon added EN_GB translation THX Kris
This commit is contained in:
parent
eab50cb811
commit
4b11d4dcf3
2 changed files with 124 additions and 0 deletions
26
mailstream/lang/en-gb/strings.php
Normal file
26
mailstream/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
return ($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";
|
Loading…
Add table
Add a link
Reference in a new issue