summaryrefslogtreecommitdiff
path: root/lib/plugins/styling/lang/nl/lang.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-07-30 19:10:03 +0100
committerAnika Henke <anika@selfthinker.org>2015-07-30 19:10:03 +0100
commitae057ec3e304dd34c73a3c26e82a74e697fff41a (patch)
tree6dcbaa8fb9df138801494316392f4c89d586e9a7 /lib/plugins/styling/lang/nl/lang.php
parent1447dd1c1040a96c8c4c0685b145bcc9e76482cd (diff)
parent3d928be941032419c36c1fef4e7a408c4fc2cfc3 (diff)
downloadrpg-ae057ec3e304dd34c73a3c26e82a74e697fff41a.tar.gz
rpg-ae057ec3e304dd34c73a3c26e82a74e697fff41a.tar.bz2
Merge pull request #1272 from dokuwiki-translate/lang_update_163
Translation update (nl)
Diffstat (limited to 'lib/plugins/styling/lang/nl/lang.php')
-rw-r--r--lib/plugins/styling/lang/nl/lang.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/plugins/styling/lang/nl/lang.php b/lib/plugins/styling/lang/nl/lang.php
new file mode 100644
index 000000000..c712f75ff
--- /dev/null
+++ b/lib/plugins/styling/lang/nl/lang.php
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Mark C. Prins <mprins@users.sf.net>
+ */
+$lang['btn_preview'] = 'Bekijk aanpassingen';
+$lang['btn_save'] = 'Sla aanpassingen op';
+$lang['btn_reset'] = 'Huidige aanpassingen verwerpen';
+$lang['btn_revert'] = 'Stijlen terugzetten naar de template default';
+$lang['__text__'] = 'Hoofd tekstkleur';
+$lang['__background__'] = 'Hoofd achtergrondkleur';
+$lang['__text_alt__'] = 'Alternatieve tekstkleur';
+$lang['__background_alt__'] = 'Alternatieve achtergrondkleur';
+$lang['__text_neu__'] = 'Neutrale tekstkleur';
+$lang['__background_neu__'] = 'Neutrale achtergrondkleur';