diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 08:19:55 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 08:19:55 +0000 |
| commit | b538dc24b4eb32a12a7140c882fdea4ef0a11ce3 (patch) | |
| tree | fc823bbca8ba197ddb3b9caf030b134003789a41 | |
| parent | 826ca199b8adaf3046ad4a8a10034934544a2e10 (diff) | |
Add dutch labels for changes in r816.
git-svn-id: https://svn.roundcube.net/trunk@817 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/nl_NL/labels.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/nl_NL/labels.inc b/roundcubemail/program/localization/nl_NL/labels.inc index c3bd4137f..5a2c585ee 100644 --- a/roundcubemail/program/localization/nl_NL/labels.inc +++ b/roundcubemail/program/localization/nl_NL/labels.inc @@ -154,6 +154,10 @@ $labels['showimages'] = 'Toon afbeeldingen'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Gewone tekst'; +$labels['addcc'] = 'Kopie toevoegen'; +$labels['addbcc'] = 'Bcc toevoegen'; +$labels['addreplyto'] = 'Antwoord-aan toevoegen'; + // address boook $labels['name'] = 'Naam'; $labels['firstname'] = 'Voornaam'; |
