diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-05 00:37:10 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-05 00:37:10 +0000 |
| commit | 08da5273ebc148c320ae7f2b9ecd2b2b1c1bc5f0 (patch) | |
| tree | 31be5d19550ab52a439bc399d215a1a5581fba97 /roundcubemail/program/localization | |
| parent | e786e636683429a4c57dbea03b4e35007a593371 (diff) | |
Optimized loading time; added periodic mail check; added EXPUNGE command
git-svn-id: https://svn.roundcube.net/trunk@93 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/de/labels.inc | 4 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en/labels.inc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de/labels.inc b/roundcubemail/program/localization/de/labels.inc index 12ec06e8c..ae0cfa3d2 100644 --- a/roundcubemail/program/localization/de/labels.inc +++ b/roundcubemail/program/localization/de/labels.inc @@ -105,6 +105,9 @@ $labels['all'] = 'Alle'; $labels['none'] = 'Keine'; $labels['unread'] = 'Ungelesene'; +$labels['compact'] = 'Packen'; + + // message compose // Nachrichten erstellen $labels['compose'] = 'Neue Nachricht verfassen'; $labels['sendmessage'] = 'Nachricht jetzt senden'; @@ -167,6 +170,7 @@ $labels['timezone'] = 'Zeitzone'; $labels['pagesize'] = 'Einträge pro Seite'; $labels['signature'] = 'Signatur'; +$labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; $labels['foldername'] = 'Ordnername'; $labels['subscribed'] = 'Abonniert'; diff --git a/roundcubemail/program/localization/en/labels.inc b/roundcubemail/program/localization/en/labels.inc index b37b48140..086c3080f 100644 --- a/roundcubemail/program/localization/en/labels.inc +++ b/roundcubemail/program/localization/en/labels.inc @@ -105,6 +105,9 @@ $labels['all'] = 'All'; $labels['none'] = 'None'; $labels['unread'] = 'Unread'; +$labels['compact'] = 'Compact'; + + // message compose $labels['compose'] = 'Compose a message'; $labels['sendmessage'] = 'Send the message now'; @@ -167,6 +170,7 @@ $labels['timezone'] = 'Time zone'; $labels['pagesize'] = 'Rows per page'; $labels['signature'] = 'Signature'; +$labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; $labels['subscribed'] = 'Subscribed'; |
