diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-09 10:33:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-09 10:33:24 +0000 |
| commit | d0770b5e3d42b06fa5fc7644ee22ce1fe4f6c7a0 (patch) | |
| tree | 9a63c484c16ff00625aedaa972e45c32fb35d813 /plugins | |
| parent | 7718c5ae2a275104ea31b94b296c5d87a1af48b4 (diff) | |
- nl_NL localization added (#1486984)
git-svn-id: https://svn.roundcube.net/trunk@3950 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/new_user_dialog/localization/nl_NL.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/new_user_dialog/localization/nl_NL.inc b/plugins/new_user_dialog/localization/nl_NL.inc new file mode 100644 index 000000000..3cc9cec68 --- /dev/null +++ b/plugins/new_user_dialog/localization/nl_NL.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['identitydialogtitle'] = 'Vul uw correcte identiteitgegevens in a.u.b.'; +$labels['identitydialoghint'] = 'Dit scherm verschijnt enkel bij uw eerste login.'; + +?> |
