diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 02:12:33 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 02:12:33 +0100 |
commit | 2b55671c74778d494a1a891b7e8399ea67b464bf (patch) | |
tree | df293c9c7be88d106841150e5b8e73e3d7ffa603 /languages/nl/nl.custom_index.php | |
parent | a237b9bdb22b9e199e339fac5626e635b358fc45 (diff) | |
download | elgg-2b55671c74778d494a1a891b7e8399ea67b464bf.tar.gz elgg-2b55671c74778d494a1a891b7e8399ea67b464bf.tar.bz2 |
Added Dutch translations.
Diffstat (limited to 'languages/nl/nl.custom_index.php')
-rw-r--r-- | languages/nl/nl.custom_index.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/languages/nl/nl.custom_index.php b/languages/nl/nl.custom_index.php new file mode 100644 index 000000000..e5105bb09 --- /dev/null +++ b/languages/nl/nl.custom_index.php @@ -0,0 +1,19 @@ +<?php + /** + * Dutch translation. + * + * @package dutch_translation + * @author ColdTrick IT Solutions + * @copyright Coldtrick IT Solutions 2010 + * @link http://www.coldtrick.com/ + */ +if(elgg_is_active_plugin('custom_index')){ + $language = array ( + 'custom:bookmarks' => 'Laatste favorieten', + 'custom:groups' => 'Laatste groepen', + 'custom:files' => 'Laatste bestanden', + 'custom:blogs' => 'Laatste blogberichten', + 'custom:members' => 'Nieuwste leden', + ); + add_translation("nl", $language); +} |