summaryrefslogtreecommitdiff
path: root/program/localization/en_US
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-05-25 18:25:04 +0000
committerthomascube <thomas@roundcube.net>2006-05-25 18:25:04 +0000
commited5d29f4b3c57235594931d33dde7cccaf7cd58b (patch)
treece9e2f54db0003ee9220913392213db99d5d04f6 /program/localization/en_US
parent079bc8796dc53d2355311324dea9d57aad1c9e77 (diff)
Finalized GoogieSpell integration
Diffstat (limited to 'program/localization/en_US')
-rw-r--r--program/localization/en_US/labels.inc4
-rw-r--r--program/localization/en_US/messages.inc5
2 files changed, 9 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index afb6c8709..ba6d3d53c 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -125,6 +125,10 @@ $labels['addattachment'] = 'Attach a file';
$labels['charset'] = 'Charset';
$labels['returnreceipt'] = 'Return receipt';
+$labels['checkspelling'] = 'Check spelling';
+$labels['resumeediting'] = 'Resume editing';
+$labels['revertto'] = 'Revert to';
+
$labels['attachments'] = 'Attachments';
$labels['upload'] = 'Upload';
$labels['close'] = 'Close';
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index 820d1b54e..f12dc40f4 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -94,4 +94,9 @@ $messages['searchnomatch'] = 'Search returned no matches';
$messages['searching'] = 'Searching...';
+$messages['checking'] = 'Checking...';
+
+$messages['nospellerrors'] = 'No spelling errors found';
+
+
?>