diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-12 11:38:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-12 11:38:35 +0000 |
| commit | cb7bf531af4c38fd8f7d87ffae5edeefa4001b86 (patch) | |
| tree | d683a279f4f30ae0c123265bf86bd754bdd75d24 /plugins/archive/localization | |
| parent | a09df33cfdea2953dbdcc72f8a33508df8e74ee8 (diff) | |
- Added nl_NL localization (#1486910)
git-svn-id: https://svn.roundcube.net/trunk@3893 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/archive/localization')
| -rw-r--r-- | plugins/archive/localization/nl_NL.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/archive/localization/nl_NL.inc b/plugins/archive/localization/nl_NL.inc new file mode 100644 index 000000000..0d47f7b9c --- /dev/null +++ b/plugins/archive/localization/nl_NL.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Archiveer dit bericht'; +$labels['archived'] = 'Succesvol gearchiveerd'; +$labels['archivefolder'] = 'Archief'; + +?> |
