Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1257/lang
Modified Files:
serendipity_lang_nl.inc.php
Log Message:
updated dutch translation by Chrstiaan Heerze
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- serendipity_lang_nl.inc.php 19 Dec 2004 23:12:32 -0000 1.63
+++ serendipity_lang_nl.inc.php 21 Dec 2004 08:37:57 -0000 1.64
@@ -6,657 +6,656 @@
# #
# (c) 2003 Jannis Hermanns <J...@ha...> #
# http://www.jannis.to/programming/serendipity.html #
-# #
-# Nederlandse vertaling : Paul De Bruyne - http://www.time-smart.com #
-# pa...@ti... #
-# blog: http://www.time-smart.org/serendipity #
-# #
-# Ronald Goris #
+# #
+# Dutch translation by: Christiaan Heerze #
[...1158 lines suppressed...]
+@define('SETTING_DEFAULT_TEMPLATE', 'Stel standaard template in');
+@define('INSTALLING_DEFAULT_PLUGINS', 'Installeer standaard plugins');
+@define('SERENDIPITY_INSTALLED', 'Serendipity is met succes geïnstalleerd');
+@define('VISIT_BLOG_HERE', 'Bezoek uw weblog hier');
+@define('THANK_YOU_FOR_CHOOSING', 'Dank u voor het gebruiken van Serendipity');
+@define('ERROR_DETECTED_IN_INSTALL', 'Een fout is aangetroffen in de installatie');
+@define('OPERATING_SYSTEM', 'Besturingssysteem');
+@define('WEBSERVER_SAPI', 'Webserver SAPI');
+@define('TEMPLATE_SET', '\'%s\' is ingesteld als uw huidige template');
+@define('SEARCH_ERROR', 'De zoekfunctie werkte niet naar verwachting. Waarschuw de beheerder van dit weblog: dit komt mogelijk door het ontbreken van index keys in de database. Op MySQL systemen moet uw database useraccount deze bewerking kunnen uitvoeren: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> De foutmelding van de database is: <pre>%s</pre>');
@define('EDIT_THIS_CAT', 'Editing "%s"'); // Translate
@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category'); // Translate
@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries'); // Translate
@@ -667,4 +666,4 @@
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|