summaryrefslogtreecommitdiff
path: root/program/localization/en_GB
diff options
context:
space:
mode:
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r--program/localization/en_GB/labels.inc1
-rw-r--r--program/localization/en_GB/messages.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index 0d25f2bfd..db2263f73 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -148,6 +148,7 @@ $labels['listcolumns'] = 'List columns';
$labels['listsorting'] = 'Sorting column';
$labels['listorder'] = 'Sorting order';
$labels['listmode'] = 'List view mode';
+$labels['folderactions'] = 'Folder actions...';
$labels['compact'] = 'Compact';
$labels['empty'] = 'Empty';
$labels['purge'] = 'Purge';
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc
index 081ef6b84..fac0ce030 100644
--- a/program/localization/en_GB/messages.inc
+++ b/program/localization/en_GB/messages.inc
@@ -113,5 +113,6 @@ $messages['smtperror'] = 'SMTP Error: $msg';
$messages['emailformaterror'] = 'Incorrect e-mail address: $email';
$messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.';
$messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max';
+$messages['internalerror'] = 'An internal error occured. Please try again';
?>