diff options
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/de_CH/labels.inc | 7 | ||||
-rw-r--r-- | program/localization/de_DE/labels.inc | 7 | ||||
-rw-r--r-- | program/localization/en_US/labels.inc | 6 | ||||
-rw-r--r-- | program/localization/en_US/messages.inc | 6 |
4 files changed, 26 insertions, 0 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index e5805f97f..1ea36f0a7 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -111,6 +111,12 @@ $labels['empty'] = 'Leeren'; $labels['purge'] = 'Aufräumen'; $labels['quota'] = 'Verwendeter Speicherplatz'; +$labels['unknown'] = 'unbekannt'; +$labels['unlimited'] = 'unlimitiert'; + +$labels['quicksearch'] = 'Schnellsuche'; +$labels['resetsearch'] = 'Löschen'; + // message compose // Nachrichten erstellen $labels['compose'] = 'Neue Nachricht verfassen'; @@ -182,6 +188,7 @@ $labels['language'] = 'Sprache'; $labels['timezone'] = 'Zeitzone'; $labels['pagesize'] = 'Einträge pro Seite'; $labels['signature'] = 'Signatur'; +$labels['dstactive'] = 'Sommerzeit'; $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index d21caab42..9f9c1214b 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -112,6 +112,12 @@ $labels['empty'] = 'Leeren'; $labels['purge'] = 'Bereinigen'; $labels['quota'] = 'Verwendeter Speicherplatz'; +$labels['unknown'] = 'unbekannt'; +$labels['unlimited'] = 'unlimitiert'; + +$labels['quicksearch'] = 'Schnellsuche'; +$labels['resetsearch'] = 'Löschen'; + // message compose // Nachrichten erstellen $labels['compose'] = 'Neue Nachricht verfassen'; @@ -183,6 +189,7 @@ $labels['language'] = 'Sprache'; $labels['timezone'] = 'Zeitzone'; $labels['pagesize'] = 'Einträge pro Seite'; $labels['signature'] = 'Signatur'; +$labels['dstactive'] = 'Sommerzeit'; $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 015e12cb5..3e3e57d61 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -111,6 +111,11 @@ $labels['empty'] = 'Empty'; $labels['purge'] = 'Purge'; $labels['quota'] = 'Disk usage'; +$labels['unknown'] = 'unknown'; +$labels['unlimited'] = 'unlimited'; + +$labels['quicksearch'] = 'Quick search'; +$labels['resetsearch'] = 'Reset search'; // message compose @@ -185,6 +190,7 @@ $labels['language'] = 'Language'; $labels['timezone'] = 'Time zone'; $labels['pagesize'] = 'Rows per page'; $labels['signature'] = 'Signature'; +$labels['dstactive'] = 'Daylight savings'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index a689368f0..820d1b54e 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -88,4 +88,10 @@ $messages['nocontactsreturned'] = 'No contacts were found'; $messages['nosearchname'] = 'Please enter a contact name or email address'; +$messages['searchsuccessful'] = '$nr messages found'; + +$messages['searchnomatch'] = 'Search returned no matches'; + +$messages['searching'] = 'Searching...'; + ?> |