Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20164/lang
Modified Files:
serendipity_config_user_de.tpl
Log Message:
* German translation fix
* Upgrader kills the current session for possible changes inside session
data on upgrade
* Fixed wrong comparison operator - bug reported by tom, where nl2br plugin
has "reversed" logic.
This is because (true != 'false') evaluates to true. Plugin config did not
evaluate radio values correctly.
* Fixed textile plugin not enabled by default after adding it as a plugin
* Comments plugin now correctly wordwraps
* Couple of linebreak fixes (*sigh*)
PLEASE TEST THE PLUGIN-STUFF! Needs to be verified working for rc2...
Index: serendipity_config_user_de.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_config_user_de.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serendipity_config_user_de.tpl 4 Apr 2004 16:12:38 -0000 1.1
+++ serendipity_config_user_de.tpl 13 Apr 2004 10:00:36 -0000 1.2
@@ -1,6 +1,6 @@
<?php # $Id$
-// Persönlich Einstellungen
+// Persönliche Einstellungen
# Einstellungen des eigenen Accounts
$serendipity['username'] = '{Username|username|string|John Doe|0}'; // Ihr Username
$serendipity['password'] = '{Passwort|password|protected||0}'; // Ihr Passwort
|