Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10304/lang
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_cs.inc.php
serendipity_lang_cz.inc.php serendipity_lang_da.inc.php
serendipity_lang_de.inc.php serendipity_lang_en.inc.php
serendipity_lang_es.inc.php serendipity_lang_fr.inc.php
serendipity_lang_it.inc.php serendipity_lang_nl.inc.php
serendipity_lang_no.inc.php serendipity_lang_pt.inc.php
serendipity_lang_tw.inc.php
Log Message:
- Merged author and admin suites
- New separated layout for Administration Suite
- Fixed lots of layout quirks, make the admin look more unified
- Fixed some invalid HTML (unclosed/excess tags)
- Remove some unneeded session_start() functions in included admin files
- Allow $plugin->get_config() to return the default value as defined in introspect_config_item, when only given one argument
- Fixed bug in upgrader, not allowing multiple upgrade functions for a single version
- Killed serendipity_printLogin() and moved it to serendipity_admin.php
- Pretty up the iframe stuff
- Added aliases to some adminModules
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- serendipity_lang_cs.inc.php 26 Nov 2004 14:40:14 -0000 1.67
+++ serendipity_lang_cs.inc.php 27 Nov 2004 22:14:17 -0000 1.68
@@ -609,6 +609,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_no.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_no.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_no.inc.php 26 Nov 2004 14:40:16 -0000 1.8
+++ serendipity_lang_no.inc.php 27 Nov 2004 22:14:18 -0000 1.9
@@ -604,5 +604,8 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
?>
\ No newline at end of file
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- serendipity_lang_nl.inc.php 26 Nov 2004 14:40:16 -0000 1.43
+++ serendipity_lang_nl.inc.php 27 Nov 2004 22:14:18 -0000 1.44
@@ -614,6 +614,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- serendipity_lang_en.inc.php 26 Nov 2004 14:40:15 -0000 1.87
+++ serendipity_lang_en.inc.php 27 Nov 2004 22:14:17 -0000 1.88
@@ -606,6 +606,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.');
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...');
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.');
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.');
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.');
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s');
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_tw.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tw.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- serendipity_lang_tw.inc.php 26 Nov 2004 14:40:16 -0000 1.3
+++ serendipity_lang_tw.inc.php 27 Nov 2004 22:14:18 -0000 1.4
@@ -607,6 +607,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- serendipity_lang_bg.inc.php 26 Nov 2004 14:40:14 -0000 1.21
+++ serendipity_lang_bg.inc.php 27 Nov 2004 22:14:17 -0000 1.22
@@ -591,6 +591,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_pt.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_pt.inc.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- serendipity_lang_pt.inc.php 26 Nov 2004 14:40:16 -0000 1.43
+++ serendipity_lang_pt.inc.php 27 Nov 2004 22:14:18 -0000 1.44
@@ -610,6 +610,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_it.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_it.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_lang_it.inc.php 26 Nov 2004 14:40:15 -0000 1.7
+++ serendipity_lang_it.inc.php 27 Nov 2004 22:14:18 -0000 1.8
@@ -609,6 +609,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- serendipity_lang_da.inc.php 26 Nov 2004 14:40:15 -0000 1.87
+++ serendipity_lang_da.inc.php 27 Nov 2004 22:14:17 -0000 1.88
@@ -604,6 +604,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- serendipity_lang_fr.inc.php 26 Nov 2004 14:40:15 -0000 1.66
+++ serendipity_lang_fr.inc.php 27 Nov 2004 22:14:17 -0000 1.67
@@ -612,6 +612,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- serendipity_lang_cz.inc.php 26 Nov 2004 14:40:15 -0000 1.67
+++ serendipity_lang_cz.inc.php 27 Nov 2004 22:14:17 -0000 1.68
@@ -607,6 +607,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- serendipity_lang_es.inc.php 26 Nov 2004 14:40:15 -0000 1.84
+++ serendipity_lang_es.inc.php 27 Nov 2004 22:14:17 -0000 1.85
@@ -615,6 +615,9 @@
@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- serendipity_lang_de.inc.php 26 Nov 2004 14:40:15 -0000 1.106
+++ serendipity_lang_de.inc.php 27 Nov 2004 22:14:17 -0000 1.107
@@ -606,6 +606,9 @@
@define('IFRAME_PREVIEW', 'Serendipity speichert nun den Eintrag, erstellt Trackbacks und führt etwaige XML-RPC Aufrufe durch. Die kann eine Weile dauern.');
@define('IFRAME_SAVE', 'Serendipity erstellt jetzt eine Vorschau des Eintrags...');
@define('IFRAME_WARNING', 'Ihr Browser unterstützt keine IFRAMES. Bitte öffnen Sie die Datei serendipity_config.inc.php und stellen die Variable $serendipity[\'use_iframe\'] auf FALSE.');
+@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
+@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
+@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|