Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29749/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:
Remove full trackback URI from full-entry page and replace it with link with an alert()
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- serendipity_lang_cs.inc.php 20 Jul 2004 10:25:09 -0000 1.40
+++ serendipity_lang_cs.inc.php 22 Jul 2004 21:03:05 -0000 1.41
@@ -544,6 +544,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
@define('HIDE', 'Hide'); // Translate
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"'); // Translate
+@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.'); // 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.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- serendipity_lang_da.inc.php 22 Jul 2004 19:12:58 -0000 1.57
+++ serendipity_lang_da.inc.php 22 Jul 2004 21:03:05 -0000 1.58
@@ -541,6 +541,7 @@
@define('COMMENT_EDITED', 'Den valgte kommentar er blevet redigeret');
@define('HIDE', 'Skjul');
@define('VIEW_EXTENDED_ENTRY', 'Læs resten af "%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.'); // 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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- serendipity_lang_fr.inc.php 20 Jul 2004 10:25:09 -0000 1.36
+++ serendipity_lang_fr.inc.php 22 Jul 2004 21:03:06 -0000 1.37
@@ -533,6 +533,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
@define('HIDE', 'Hide'); // Translate
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"'); // Translate
+@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.'); // 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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- serendipity_lang_cz.inc.php 20 Jul 2004 10:25:09 -0000 1.40
+++ serendipity_lang_cz.inc.php 22 Jul 2004 21:03:05 -0000 1.41
@@ -542,6 +542,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
@define('HIDE', 'Hide'); // Translate
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"'); // Translate
+@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.'); // Translate
/* 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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_nl.inc.php 20 Jul 2004 10:25:09 -0000 1.14
+++ serendipity_lang_nl.inc.php 22 Jul 2004 21:03:06 -0000 1.15
@@ -532,6 +532,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
@define('HIDE', 'Hide'); // Translate
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"'); // Translate
+@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.'); // 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.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_en.inc.php 20 Jul 2004 10:25:09 -0000 1.58
+++ serendipity_lang_en.inc.php 22 Jul 2004 21:03:06 -0000 1.59
@@ -531,7 +531,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited');
@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.');
/* 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.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- serendipity_lang_es.inc.php 20 Jul 2004 10:25:09 -0000 1.56
+++ serendipity_lang_es.inc.php 22 Jul 2004 21:03:06 -0000 1.57
@@ -526,6 +526,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
@define('HIDE', 'Hide'); // Translate
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"'); // Translate
+@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.'); // 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.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- serendipity_lang_de.inc.php 22 Jul 2004 09:05:51 -0000 1.71
+++ serendipity_lang_de.inc.php 22 Jul 2004 21:03:05 -0000 1.72
@@ -528,6 +528,7 @@
@define('COMMENT_EDITED', 'Der gewählte Kommentare wurde bearbeitet');
@define('HIDE', 'Ausblenden');
@define('VIEW_EXTENDED_ENTRY', '"%s" vollständig lesen');
+@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.'); // 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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_pt.inc.php 20 Jul 2004 10:25:09 -0000 1.14
+++ serendipity_lang_pt.inc.php 22 Jul 2004 21:03:06 -0000 1.15
@@ -528,6 +528,7 @@
@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
@define('HIDE', 'Hide'); // Translate
@define('VIEW_EXTENDED_ENTRY', 'Continue reading "%s"'); // Translate
+@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.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
|