Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5038/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:
add https-option to sidebar plugin. RFE #996320
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- serendipity_lang_cs.inc.php 23 Jul 2004 00:22:54 -0000 1.42
+++ serendipity_lang_cs.inc.php 23 Jul 2004 09:24:19 -0000 1.43
@@ -550,6 +550,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- serendipity_lang_da.inc.php 23 Jul 2004 00:22:54 -0000 1.59
+++ serendipity_lang_da.inc.php 23 Jul 2004 09:24:19 -0000 1.60
@@ -547,6 +547,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- serendipity_lang_fr.inc.php 23 Jul 2004 00:22:55 -0000 1.38
+++ serendipity_lang_fr.inc.php 23 Jul 2004 09:24:19 -0000 1.39
@@ -539,6 +539,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- serendipity_lang_cz.inc.php 23 Jul 2004 00:22:54 -0000 1.42
+++ serendipity_lang_cz.inc.php 23 Jul 2004 09:24:19 -0000 1.43
@@ -548,6 +548,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- serendipity_lang_nl.inc.php 23 Jul 2004 00:22:55 -0000 1.16
+++ serendipity_lang_nl.inc.php 23 Jul 2004 09:24:19 -0000 1.17
@@ -538,6 +538,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- serendipity_lang_en.inc.php 23 Jul 2004 00:22:54 -0000 1.60
+++ serendipity_lang_en.inc.php 23 Jul 2004 09:24:19 -0000 1.61
@@ -537,6 +537,8 @@
@define('HIDE', 'Hide');
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"');
@define('TRACKBACK_SPECIFIC_ON_CLICK', 'This link is not meant to be clicked. It contains the trackback URI for this entry. You can use this URI to send ping- & trackbacks from your own blog to this entry. To copy the link, right click and select "Copy Shortcut" in Internet Explorer or "Copy Link Location" in Mozilla.');
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_es.inc.php 23 Jul 2004 00:22:55 -0000 1.58
+++ serendipity_lang_es.inc.php 23 Jul 2004 09:24:19 -0000 1.59
@@ -532,6 +532,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- serendipity_lang_de.inc.php 23 Jul 2004 00:22:54 -0000 1.73
+++ serendipity_lang_de.inc.php 23 Jul 2004 09:24:19 -0000 1.74
@@ -534,6 +534,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- serendipity_lang_pt.inc.php 23 Jul 2004 00:23:05 -0000 1.16
+++ serendipity_lang_pt.inc.php 23 Jul 2004 09:24:19 -0000 1.17
@@ -534,6 +534,8 @@
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved'); // Translate
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted'); // Translate
@define('COMMENTS_MODERATE', 'Comments & trackbacks to this entry requires moderation'); // Re-translate
+@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
+@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|