root/trunk/languages/nederlands.inc.php

Revision 21 (checked in by svn, 2 years ago)

adding dutch translation

Line 
1 <?php
2
3 // Copyright (c) 2006-2007 Alex King. All rights reserved.
4 // http://alexking.org/projects/php-tag-engine
5 //
6 // Released under the LGPL license
7 // http://www.opensource.org/licenses/lgpl-license.php
8 //
9 // **********************************************************************
10 // This program is distributed in the hope that it will be useful, but
11 // WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 // **********************************************************************
14
15 /**
16  * Dutch language file for PHP Tag Engine
17  *
18  * @package phptagengine
19  */
20
21 $pte->charset = 'ISO-8859-1';
22
23 $pte->strings["action_cancel"] = "Afbreken";
24 $pte->strings["action_edit"] = "Bewerken";
25 $pte->strings["action_delete"] = "Verwijderen";
26 $pte->strings["action_delete_text_icon"] = "X";
27 $pte->strings["action_save"] = "Bewaren";
28 $pte->strings["action_saving"] = "Bewaren...";
29 $pte->strings["data_none"] = "(geen)";
30 $pte->strings["label_tags"] = "Tags:";
31
32 ?>
Note: See TracBrowser for help on using the browser.