diff options
author | thomascube <thomas@roundcube.net> | 2008-04-05 12:49:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-04-05 12:49:21 +0000 |
commit | e70d6ea64e711096af36b1234f8545b870ea5f45 (patch) | |
tree | 98e784b95d08418d85a17af767037e8a6e0f3f41 /program/localization/nl_NL/labels.inc | |
parent | cb1330b7b10ce46e466850b27300a06ed122501e (diff) |
Apply changes from trunk to 0.1-stable
Diffstat (limited to 'program/localization/nl_NL/labels.inc')
-rw-r--r-- | program/localization/nl_NL/labels.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/program/localization/nl_NL/labels.inc b/program/localization/nl_NL/labels.inc index b7fe8c07b..d5be822f7 100644 --- a/program/localization/nl_NL/labels.inc +++ b/program/localization/nl_NL/labels.inc @@ -22,7 +22,7 @@ $labels['welcome'] = 'Welkom bij $product'; $labels['username'] = 'Gebruikersnaam'; $labels['password'] = 'Wachtwoord'; $labels['server'] = 'Server'; -$labels['login'] = 'Login'; +$labels['login'] = 'Inloggen'; $labels['logout'] = 'Uitloggen'; $labels['mail'] = 'E-Mail'; $labels['settings'] = 'Persoonlijke Instellingen'; @@ -35,7 +35,7 @@ $labels['junk'] = 'SPAM'; $labels['subject'] = 'Onderwerp'; $labels['from'] = 'Afzender'; $labels['to'] = 'Ontvanger'; -$labels['cc'] = 'kopie'; +$labels['cc'] = 'Kopie'; $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Antwoord-aan'; $labels['date'] = 'Datum'; @@ -106,7 +106,7 @@ $labels['compose'] = 'Maak een bericht'; $labels['savemessage'] = 'Bewaar als concept'; $labels['sendmessage'] = 'Verstuur het bericht nu'; $labels['addattachment'] = 'Voeg een bijlage toe'; -$labels['charset'] = 'karakterset'; +$labels['charset'] = 'Karakterset'; $labels['editortype'] = 'Opmaak'; $labels['returnreceipt'] = 'Ontvangstbevestiging'; $labels['checkspelling'] = 'Controleer spelling'; |