diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-28 09:47:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-28 09:47:15 +0000 |
| commit | 1e53ed217d77e291fed7bc771e7ab43fd8c5c9e2 (patch) | |
| tree | efe2e7f7aab467a5fe9af78229b659087ca41191 /roundcubemail/program/localization/en_US | |
| parent | a8822e0901a3edb6252f8cefac3c0d1f48ef3c8b (diff) | |
- Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
git-svn-id: https://svn.roundcube.net/trunk@5139 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index efbc9a673..266976730 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -203,6 +203,7 @@ $labels['editortype'] = 'Editor type'; $labels['returnreceipt'] = 'Return receipt'; $labels['dsn'] = 'Delivery status notification'; $labels['mailreplyintro'] = 'On $date, $sender wrote:'; +$labels['originalmessage'] = 'Original Message'; $labels['editidents'] = 'Edit identities'; $labels['checkspelling'] = 'Check spelling'; diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 3f7db87a0..c871ca53e 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -24,7 +24,7 @@ $messages['sessionerror'] = 'Your session is invalid or expired.'; $messages['imaperror'] = 'Connection to IMAP server failed.'; $messages['servererror'] = 'Server Error!'; $messages['servererrormsg'] = 'Server Error: $msg'; -$messages['databaserror'] = 'Database Error!'; +$messages['dberror'] = 'Database Error!'; $messages['errorreadonly'] = 'Unable to perform operation. Folder is read-only.'; $messages['errornoperm'] = 'Unable to perform operation. Permission denied.'; $messages['invalidrequest'] = 'Invalid request! No data was saved.'; |
