diff options
author | andi <andi@splitbrain.org> | 2005-01-14 17:40:57 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-14 17:40:57 +0100 |
commit | 15fae1076f4439c7cd1302494a48e24f707a3020 (patch) | |
tree | 87c99f0393d0155fbf853f928f7e6d7ee04778bc /lang/nl/lang.php | |
parent | 132bdbfe5a8ce4c57b4ae7d4391e99d05f186d43 (diff) | |
download | rpg-15fae1076f4439c7cd1302494a48e24f707a3020.tar.gz rpg-15fae1076f4439c7cd1302494a48e24f707a3020.tar.bz2 |
phpdoc comments
darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
Diffstat (limited to 'lang/nl/lang.php')
-rw-r--r-- | lang/nl/lang.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/nl/lang.php b/lang/nl/lang.php index e356351bc..79fa78a38 100644 --- a/lang/nl/lang.php +++ b/lang/nl/lang.php @@ -1,5 +1,11 @@ <? -$lang['encoding'] = 'utf-8'; +/** + * dutch language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author François Kooman <fkooman.tuxed.net> + */ +$lang['encoding'] = 'iso-8859-15'; $lang['locales'] = array( 'nld', 'nl_NL@euro', |