mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,23 +5,22 @@ 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";
|
||||
$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