diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-25 16:53:38 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-25 16:53:38 +0000 |
| commit | a54c76a1fc8917231c034ffc1938fe54b77b7c3d (patch) | |
| tree | a9e23d9c801952945ac52140d6d82b769a1ce263 /roundcubemail/program/localization/en | |
| parent | 91d7d2e8e58f5858a49f17e259ef597ccecea2a9 (diff) | |
*** empty log message ***
git-svn-id: https://svn.roundcube.net/trunk@7 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en')
| -rw-r--r-- | roundcubemail/program/localization/en/labels.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en/labels.inc b/roundcubemail/program/localization/en/labels.inc index 7dd0fc1df..4b424136e 100644 --- a/roundcubemail/program/localization/en/labels.inc +++ b/roundcubemail/program/localization/en/labels.inc @@ -90,7 +90,7 @@ $labels['today'] = 'Today'; // toolbar buttons $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; -$labels['forwardmessage'] = 'Forwad the message'; +$labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; $labels['previousmessages'] = 'Show previous set of messages'; @@ -107,6 +107,7 @@ $labels['compose'] = 'Compose a message'; $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; +$labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; $labels['close'] = 'Close'; |
