Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8012/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:
Rewrote top_as_links usage:
The basic config setting will set, if serendipity emits foreign links as
clickable. Default is yes. Currently only is used to decide whether to
display links of commenting users.
The exit plugin will by default show links as clickable. If the option
'top_as_links' in basic config is set, but the plugin config has not been
touched, that config setting will override the plugins config. As soon as
one configures the exit plugin to (not) show links, it will use that setting
regardless of the basic config setting.
The referrer sidebar plugin works the same as the exit plugin, but its
default is to NOT show links.
I think that's quite reasonable and a good compromise between supplying good
visitor handling/usability and not showing foreign URLs. Usually only the
referrer stats are hard to control, and with means of comment moderation you
can already enforce display of comment urls. And with latest changes to
exit.php it cannot be used for exit-spamming anymore.
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- serendipity_lang_cs.inc.php 23 Jul 2004 09:24:19 -0000 1.43
+++ serendipity_lang_cs.inc.php 26 Jul 2004 13:52:03 -0000 1.44
@@ -552,6 +552,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- serendipity_lang_da.inc.php 23 Jul 2004 09:24:19 -0000 1.60
+++ serendipity_lang_da.inc.php 26 Jul 2004 13:52:03 -0000 1.61
@@ -549,6 +549,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- serendipity_lang_fr.inc.php 23 Jul 2004 09:24:19 -0000 1.39
+++ serendipity_lang_fr.inc.php 26 Jul 2004 13:52:03 -0000 1.40
@@ -541,6 +541,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- serendipity_lang_cz.inc.php 23 Jul 2004 09:24:19 -0000 1.43
+++ serendipity_lang_cz.inc.php 26 Jul 2004 13:52:03 -0000 1.44
@@ -550,6 +550,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_nl.inc.php 23 Jul 2004 09:24:19 -0000 1.17
+++ serendipity_lang_nl.inc.php 26 Jul 2004 13:52:03 -0000 1.18
@@ -540,6 +540,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- serendipity_lang_en.inc.php 23 Jul 2004 09:24:19 -0000 1.61
+++ serendipity_lang_en.inc.php 26 Jul 2004 13:52:03 -0000 1.62
@@ -539,6 +539,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- serendipity_lang_es.inc.php 23 Jul 2004 09:24:19 -0000 1.59
+++ serendipity_lang_es.inc.php 26 Jul 2004 13:52:03 -0000 1.60
@@ -534,6 +534,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* 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.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- serendipity_lang_de.inc.php 23 Jul 2004 09:32:40 -0000 1.75
+++ serendipity_lang_de.inc.php 26 Jul 2004 13:52:03 -0000 1.76
@@ -536,6 +536,8 @@
@define('COMMENTS_MODERATE', 'Kommentare und Trackbacks dieses Eintrags werden moderiert');
@define('PLUGIN_SUPERUSER_HTTPS', 'https zum Login verwenden');
@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Erstellt eine https-URL als Login-Link zum Blog. Der Webserver muss dies unterstützen!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Externe Links klickbar?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'Falls deaktiviert, so werden keine Referrer/Exit/Kommentar-URLs als aktive Links angezeigt. Dies kann innerhalb der Plugin-Konfiguration für die Seitenleiste teilweise überbrückt werden!');
/* 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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_pt.inc.php 23 Jul 2004 09:24:19 -0000 1.17
+++ serendipity_lang_pt.inc.php 26 Jul 2004 13:52:03 -0000 1.18
@@ -536,6 +536,8 @@
@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!');
+@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
+@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', 'If deactivated, no referrer/exit/comment-URLs will be shown as links. Can be overridden within sidebar plugin configuration!');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|