Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31325/lang
Modified Files:
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_nl.inc.php
serendipity_lang_pt.inc.php
Log Message:
Added a confirmation to inform the user that plugin settings have been
saved. admin_plugins now has a variable $statusMsg that can be filled
with whatever needs to be said at the bottom of the page (a confirmation
for example)...
Did I mention that admin_plugins is a total mess? Damn... :) Also a lot
of the language files are not even half-translated.
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- serendipity_lang_cs.inc.php 5 Jul 2004 08:36:12 -0000 1.30
+++ serendipity_lang_cs.inc.php 8 Jul 2004 20:59:48 -0000 1.31
@@ -525,6 +525,6 @@
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo');
@define('INSTALL_TOP_AS_LINKS', 'Show Top Exits/Referrers as links?');
@define('INSTALL_TOP_AS_LINKS_DESC', 'By default, serendipity now shows the top exits and top referrers of your blog as plain text to prevent google spamming. If you still want to see these links as links, enable this setting.');
-
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
/* 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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- serendipity_lang_da.inc.php 5 Jul 2004 08:36:12 -0000 1.46
+++ serendipity_lang_da.inc.php 8 Jul 2004 20:59:48 -0000 1.47
@@ -523,5 +523,7 @@
@define('POWERED_BY_SHOW_IMAGE', 'Show "Serendipity" with a logo');
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo');
+/* TRANSLATE*/
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
/* 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.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- serendipity_lang_fr.inc.php 5 Jul 2004 08:36:12 -0000 1.26
+++ serendipity_lang_fr.inc.php 8 Jul 2004 20:59:48 -0000 1.27
@@ -512,5 +512,8 @@
@define('INSTALL_TOP_AS_LINKS', 'Show Top Exits/Referrers as links?');
@define('INSTALL_TOP_AS_LINKS_DESC', 'By default, serendipity now shows the top exits and top referrers of your blog as plain text to prevent google spamming. If you still want to see these links as links, enable this setting.');
+/* TRANSLATE */
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
+
/* 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.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- serendipity_lang_cz.inc.php 5 Jul 2004 08:36:12 -0000 1.30
+++ serendipity_lang_cz.inc.php 8 Jul 2004 20:59:48 -0000 1.31
@@ -525,6 +525,6 @@
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo');
@define('INSTALL_TOP_AS_LINKS', 'Show Top Exits/Referrers as links?');
@define('INSTALL_TOP_AS_LINKS_DESC', 'By default, serendipity now shows the top exits and top referrers of your blog as plain text to prevent google spamming. If you still want to see these links as links, enable this setting.');
-
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ 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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- serendipity_lang_nl.inc.php 5 Jul 2004 08:36:12 -0000 1.4
+++ serendipity_lang_nl.inc.php 8 Jul 2004 20:59:49 -0000 1.5
@@ -511,5 +511,8 @@
@define('POWERED_BY_SHOW_IMAGE', 'Show "Serendipity" with a logo');
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo');
+/* TRANSLATE */
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
+
/* 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.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- serendipity_lang_en.inc.php 5 Jul 2004 08:36:12 -0000 1.48
+++ serendipity_lang_en.inc.php 8 Jul 2004 20:59:48 -0000 1.49
@@ -394,6 +394,7 @@
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
@define('SYNDICATION_PLUGIN_GENERIC_COMMENTFEED', '%s comments');
@define('PERMISSIONS', 'Permissions');
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
/* DATABASE SETTINGS */
@define('INSTALL_CAT_DB', 'Database settings');
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- serendipity_lang_es.inc.php 5 Jul 2004 08:36:12 -0000 1.46
+++ serendipity_lang_es.inc.php 8 Jul 2004 20:59:48 -0000 1.47
@@ -505,7 +505,8 @@
@define('POWERED_BY_SHOW_TEXT_DESC', 'Will display "Serendipity Weblog" as text');
@define('POWERED_BY_SHOW_IMAGE', 'Show "Serendipity" with a logo');
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo');
-
+/* TRANSLATE */
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_de.inc.php 5 Jul 2004 08:36:12 -0000 1.58
+++ serendipity_lang_de.inc.php 8 Jul 2004 20:59:48 -0000 1.59
@@ -392,6 +392,8 @@
@define('PERMISSIONS', 'Rechte');
@define('XML_IMAGE_TO_DISPLAY', 'XML-Button');
@define('XML_IMAGE_TO_DISPLAY_DESC','Bilddatei um ein Icon für XML-Feeds darzustellen. Für das Standardbild leer lassen oder \'none\' zum deaktivieren.');
+/* To Translate */
+@define('SETTINGS_SAVED_AT', 'Die neuen Einstellungen wurden um %s gespeichert.');
/* DATABASE SETTINGS */
@define('INSTALL_CAT_DB', 'Datenbankeinstellungen');
Index: serendipity_lang_pt.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_pt.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- serendipity_lang_pt.inc.php 7 Jul 2004 18:04:32 -0000 1.4
+++ serendipity_lang_pt.inc.php 8 Jul 2004 20:59:49 -0000 1.5
@@ -507,6 +507,9 @@
@define('POWERED_BY_SHOW_IMAGE', 'Exibir "Serendipity" como um logotipo'); // Translate
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Exibe o logotipo do Serendipity'); // Translate
+/* TRANSLATE */
+@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
+
|