aboutsummaryrefslogtreecommitdiff
path: root/languages/nl/nl.tinymce.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-01-14 02:12:33 +0100
committerSem <sembrestels@riseup.net>2012-01-14 02:12:33 +0100
commit2b55671c74778d494a1a891b7e8399ea67b464bf (patch)
treedf293c9c7be88d106841150e5b8e73e3d7ffa603 /languages/nl/nl.tinymce.php
parenta237b9bdb22b9e199e339fac5626e635b358fc45 (diff)
downloadelgg-2b55671c74778d494a1a891b7e8399ea67b464bf.tar.gz
elgg-2b55671c74778d494a1a891b7e8399ea67b464bf.tar.bz2
Added Dutch translations.
Diffstat (limited to 'languages/nl/nl.tinymce.php')
-rw-r--r--languages/nl/nl.tinymce.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/languages/nl/nl.tinymce.php b/languages/nl/nl.tinymce.php
new file mode 100644
index 000000000..bcd4241c0
--- /dev/null
+++ b/languages/nl/nl.tinymce.php
@@ -0,0 +1,9 @@
+<?php
+if(elgg_is_active_plugin("tinymce")){
+ $language = array (
+ 'tinymce:remove' => 'Verwijder editor',
+ 'tinymce:add' => 'Toon editor',
+ 'tinymce:word_count' => 'Aantal woorden:',
+ );
+ add_translation("nl", $language);
+} \ No newline at end of file