diff options
author | yllar <yllar.pajus@gmail.com> | 2010-06-19 12:46:51 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2010-06-19 12:46:51 +0000 |
commit | e7ed903a2b25c27470cc54542554adaa63ce372e (patch) | |
tree | bc9928a8389d3abace0ba2a2633f09d9571a8afa /program/localization/en_GB | |
parent | 129997f60eb984ef3af64e0571186ec83ba0fd9c (diff) |
translations update
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r-- | program/localization/en_GB/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/en_GB/messages.inc | 1 |
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'; ?> |