Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8240/lang
Modified Files:
serendipity_lang_es.inc.php serendipity_lang_de.inc.php
Log Message:
Added note when using wrong username or password to gain access to admin/author suite
Need translations
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_es.inc.php 13 Feb 2004 18:25:34 -0000 1.8
+++ serendipity_lang_es.inc.php 13 Feb 2004 18:34:14 -0000 1.9
@@ -18,6 +18,7 @@
@define('SERENDIPITY_ADMIN_SUITE', 'Suite de Administración de Serendipity');
@define('HAVE_TO_BE_LOGGED_ON', 'Debes identificarte para ver esta pagina:');
+@define('WRONG_USERNAME_OR_PASSWORD', '[TRANSLATE!!]');
@define('APPEARANCE', 'Apariencia');
@define('MANAGE_STYLES', 'Control de estilos');
@define('CONFIGURE_PLUGINS', 'Configurar Plugins');
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- serendipity_lang_de.inc.php 13 Feb 2004 18:25:34 -0000 1.9
+++ serendipity_lang_de.inc.php 13 Feb 2004 18:34:14 -0000 1.10
@@ -15,6 +15,7 @@
@define('SERENDIPITY_ADMIN_SUITE', 'Serendipity Verwaltungsoberfläche');
@define('HAVE_TO_BE_LOGGED_ON', 'Sie müssen angemeldet sein, um diese Seite zu sehen:');
+@define('WRONG_USERNAME_OR_PASSWORD', '[TRANSLATE!!]');
@define('APPEARANCE', 'Aussehen');
@define('MANAGE_STYLES', 'Styles verwalten');
@define('CONFIGURE_PLUGINS', 'Plugins verwalten');
|