diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-04 10:27:32 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-04 10:27:32 +0000 |
| commit | 94e4a38cc1987494b47251022c193434bf699908 (patch) | |
| tree | 5213fcb932e84304d39af86a49868e651cc07939 | |
| parent | b1087e2a27346c28106efde54a4436a3b87ddd39 (diff) | |
Add missing nl_NL translations.
git-svn-id: https://svn.roundcube.net/trunk@393 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/nl_NL/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/nl_NL/messages.inc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/nl_NL/labels.inc b/roundcubemail/program/localization/nl_NL/labels.inc index a01afab62..f78293c49 100644 --- a/roundcubemail/program/localization/nl_NL/labels.inc +++ b/roundcubemail/program/localization/nl_NL/labels.inc @@ -212,6 +212,7 @@ $labels['signature'] = 'Onderschrift'; $labels['dstactive'] = 'Zomertijd'; $labels['htmleditor'] = 'Maak HTML berichten aan'; $labels['htmlsignature'] = 'HTML onderschrift'; +$labels['previewpane'] = 'Toon voorbeeldvenster'; $labels['autosavedraft'] = 'Concept automatisch opslaan'; $labels['everynminutes'] = 'iedere $n minuten'; diff --git a/roundcubemail/program/localization/nl_NL/messages.inc b/roundcubemail/program/localization/nl_NL/messages.inc index 3df21d2dd..f77bab122 100644 --- a/roundcubemail/program/localization/nl_NL/messages.inc +++ b/roundcubemail/program/localization/nl_NL/messages.inc @@ -108,7 +108,11 @@ $messages['nospellerrors'] = 'Geen spelfouten gevonden'; $messages['folderdeleted'] = 'Map successvol verwijderd'; +$messages['deletedsuccessfully'] = 'Successvol verwijderd'; + $messages['converting'] = 'Opmaak van bericht verwijderen...'; +$messages['messageopenerror'] = 'Kan het bericht niet van de server laden'; + ?> |
