diff options
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 4 | ||||
-rw-r--r-- | program/localization/en_US/messages.inc | 5 |
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'; + + ?> |