Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12765/lang
Modified Files:
serendipity_lang_en.inc.php
Log Message:
Added note when using wrong username or password to gain access to admin/author suite
Need translations
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_en.inc.php 13 Feb 2004 18:25:34 -0000 1.8
+++ serendipity_lang_en.inc.php 13 Feb 2004 18:53:15 -0000 1.9
@@ -15,6 +15,7 @@
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Administration Suite');
@define('HAVE_TO_BE_LOGGED_ON', 'You have to be logged on to view this page:');
+@define('WRONG_USERNAME_OR_PASSWORD', 'You appear to have entered a wrong username or password');
@define('APPEARANCE', 'Appearance');
@define('MANAGE_STYLES', 'Manage styles');
@define('CONFIGURE_PLUGINS', 'Configure Plugins');
|