diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-04 22:10:15 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-04 22:10:15 +0000 |
| commit | 3d1c195d417b6d0794ec581ccf76adc15ec57b19 (patch) | |
| tree | 37c7cc7a8351d9b55b33be7cc05c652f301e8b97 /roundcubemail/program | |
| parent | 5f102942bc56970ddd7b98030629e7342a40d99a (diff) | |
Ticket #1484835
git-svn-id: https://svn.roundcube.net/trunk@1183 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/nl_NL/labels.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/localization/nl_NL/labels.inc b/roundcubemail/program/localization/nl_NL/labels.inc index b7fe8c07b..d5be822f7 100644 --- a/roundcubemail/program/localization/nl_NL/labels.inc +++ b/roundcubemail/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'; |
