Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16305/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_nl.inc.php serendipity_lang_pt.inc.php
Log Message:
- Move control for comment flow out of the _commentTitle class
- Better overview of comment flow control
- Renamed "Chronological" flow to "Linear"
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_cs.inc.php 2 Sep 2004 10:46:43 -0000 1.58
+++ serendipity_lang_cs.inc.php 5 Sep 2004 19:15:07 -0000 1.59
@@ -546,6 +546,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- serendipity_lang_da.inc.php 2 Sep 2004 10:46:43 -0000 1.75
+++ serendipity_lang_da.inc.php 5 Sep 2004 19:15:07 -0000 1.76
@@ -541,6 +541,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- serendipity_lang_fr.inc.php 2 Sep 2004 10:46:43 -0000 1.54
+++ serendipity_lang_fr.inc.php 5 Sep 2004 19:15:07 -0000 1.55
@@ -545,6 +545,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_cz.inc.php 2 Sep 2004 10:46:43 -0000 1.58
+++ serendipity_lang_cz.inc.php 5 Sep 2004 19:15:07 -0000 1.59
@@ -544,6 +544,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- serendipity_lang_nl.inc.php 2 Sep 2004 10:46:43 -0000 1.32
+++ serendipity_lang_nl.inc.php 5 Sep 2004 19:15:07 -0000 1.33
@@ -546,6 +546,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- serendipity_lang_en.inc.php 2 Sep 2004 10:46:43 -0000 1.77
+++ serendipity_lang_en.inc.php 5 Sep 2004 19:15:07 -0000 1.78
@@ -543,8 +543,9 @@
@define('TRACKBACK_CHECKING', 'Checking <u>%s</u> for possible trackbacks...');
@define('TRACKBACK_NO_DATA', 'Target contained no data');
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.');
-@define('VIEWMODE_THREADED', 'Switch to threaded view');
-@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view');
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded');
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear');
+@define('DISPLAY_COMMENTS_AS', 'Display comments as');
/* 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.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- serendipity_lang_es.inc.php 2 Sep 2004 10:46:43 -0000 1.74
+++ serendipity_lang_es.inc.php 5 Sep 2004 19:15:07 -0000 1.75
@@ -541,6 +541,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- serendipity_lang_bg.inc.php 2 Sep 2004 10:46:43 -0000 1.11
+++ serendipity_lang_bg.inc.php 5 Sep 2004 19:14:56 -0000 1.12
@@ -346,6 +346,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- serendipity_lang_de.inc.php 2 Sep 2004 10:46:43 -0000 1.94
+++ serendipity_lang_de.inc.php 5 Sep 2004 19:15:07 -0000 1.95
@@ -543,6 +543,9 @@
@define('TRACKBACK_SIZE', 'URI ist größer als die erlaubten %s Bytes.');
@define('VIEWMODE_THREADED', 'Als Baumstruktur anzeigen');
@define('VIEWMODE_CHRONOLOGICAL', 'Chronologisch sortiert anzeigen');
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // 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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- serendipity_lang_pt.inc.php 2 Sep 2004 10:46:43 -0000 1.32
+++ serendipity_lang_pt.inc.php 5 Sep 2004 19:15:07 -0000 1.33
@@ -542,6 +542,9 @@
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.'); // Translate
@define('VIEWMODE_THREADED', 'Switch to threaded view'); // Translate
@define('VIEWMODE_CHRONOLOGICAL', 'Switch to chronological view'); // Translate
+@define('COMMENTS_VIEWMODE_THREADED', 'Threaded'); // Translate
+@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
+@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|