Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv601
Modified Files:
serendipity_config_local.tpl NEWS
Log Message:
Adding danish translation, thanks to Jeppe Lund for cleaning it up :)
Index: serendipity_config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config_local.tpl,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- serendipity_config_local.tpl 9 Feb 2004 15:20:03 -0000 1.30
+++ serendipity_config_local.tpl 14 Feb 2004 18:22:22 -0000 1.31
@@ -28,7 +28,7 @@
$serendipity['allowSubscriptions'] = '{Allow users to subscribe to entries?|allowSubscriptions|bool|1}' // Allow users to subscribe to an entry and thereby receive a mail when new comments are made to that entry
$serendipity['blogTitle'] = '{Blog name|blogTitle|string|John Doe's personal blog}'; // The title of your blog
$serendipity['blogDescription'] = '{Blog description|blogDescription|string|My little place on the web...}'; // Description of your blog
-$serendipity['lang'] = '{Language|lang|list|en=>English,de=>German,es=>Spanish}'; // Select the language for your blog
+$serendipity['lang'] = '{Language|lang|list|en=>English,de=>German,da=>Danish,es=>Spanish}'; // Select the language for your blog
// Appearance and options
# Customize how Serendipity looks and feels
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- NEWS 14 Feb 2004 17:27:22 -0000 1.68
+++ NEWS 14 Feb 2004 18:22:22 -0000 1.69
@@ -2,6 +2,7 @@
Version 0.5.1 ()
------------------------------------
+ * Added danish language file (tomsommer & Jeppe Lund)
* Added notice when using a wrong username or password to gain access to admin/author suites (tomsommer)
* Added date & time translation using strftime() and setlocale() (tomsommer)
* HTML Validator event plugin. Can be used to validate your entry upon preview (garvinhicking)
|