Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20836/lang
Modified Files:
serendipity_lang_da.inc.php serendipity_lang_de.inc.php
serendipity_lang_en.inc.php serendipity_lang_es.inc.php
Log Message:
Preview comments.
Fixed bug that removed ALL cookies when not checking "remember comment
details".
Fixed/Changed the redirection code, made comment posting for article view
easier and avoid the ugly empty window after making a comment. May need some
CSS cleanup.
PLEASE TEST! [works for me on my live-blog]
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- serendipity_lang_da.inc.php 25 Feb 2004 08:41:24 -0000 1.5
+++ serendipity_lang_da.inc.php 25 Feb 2004 10:50:41 -0000 1.6
@@ -160,8 +160,10 @@
@define('LAST_UPDATED', 'Sidst opdateret');
@define('TRACKBACK_SPECIFIC', 'Trackback URI til denne artikel');
@define('DIRECT_LINK', 'Direkte link til denne artikel');
-@define('COMMENT_ADDED', 'Din kommentar var tilføjet. Klik %her for at gå tilbage%s til kommentarene, og %sher for at lukke%s dette vindue.');
-@define('COMMENT_NOT_ADDED', 'Din kommentar kunne ikke tilføjes fordi kommentarer til denne atikel er blevet deaktiveret. Klik %sher for at gå tilbage%s til kommentarene, og %sher for at lukke%s dette vindue.');
+@define('COMMENT_ADDED', 'Din kommentar var tilføjet. ');
+@define('COMMENT_ADDED_CLICK', 'Klik %her for at gå tilbage%s til kommentarene, og %sher for at lukke%s dette vindue.');
+@define('COMMENT_NOT_ADDED', 'Din kommentar kunne ikke tilføjes fordi kommentarer til denne atikel er blevet deaktiveret.');
+@define('COMMENT_NOT_ADDED_CLICK', 'Klik %sher for at gå tilbage%s til kommentarene, og %sher for at lukke%s dette vindue. ');
@define('COMMENTS_DISABLE', 'Tillad ikke kommentarer til denne artikel');
@define('COMMENTS_ENABLE', 'Tillad kommentarer til denne artikel');
@define('COMMENTS_CLOSED', 'Forfatteren har valgt ikke at tillade kommentare til denne artikel');
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- serendipity_lang_de.inc.php 25 Feb 2004 08:41:24 -0000 1.15
+++ serendipity_lang_de.inc.php 25 Feb 2004 10:50:41 -0000 1.16
@@ -164,11 +164,13 @@
@define('LAST_UPDATED', 'Zuletzt aktualisiert');
@define('TRACKBACK_SPECIFIC', 'Trackback für spezifische URI dieses Eintrags');
@define('DIRECT_LINK', 'Direkter Link zu diesem Eintrag');
-@define('COMMENT_ADDED', 'Dein Kommentar wurde hinzugefügt. Klick %shier um zu den Kommentaren zurückzukehren%s und %shier um das Fenster zu schließen%s.');
+@define('COMMENT_ADDED', 'Dein Kommentar wurde hinzugefügt. ');
+@define('COMMENT_ADDED_CLICK', 'Klick %shier um zu den Kommentaren zurückzukehren%s und %shier um das Fenster zu schließen%s.');
@define('COMMENTS_DISABLE', 'Kommentare für diesen Eintrag nicht mehr zulassen');
@define('COMMENTS_ENABLE', 'Kommentare für diesen Eintrag zulassen');
-@define('COMMENTS_CLOSED', 'Die Kommentarfunktion wurde vom Besitzer dieses Blogs in diesem Eintrag deaktiviert.');
-@define('COMMENT_NOT_ADDED', 'Dein Kommentar wurde nicht hinzugefügt, da der Eintrag geschlossen wurde. Klick %shier um zu den Kommentaren zurückzukehren%s und %shier um das Fenster zu schließen%s.');
+@define('COMMENTS_CLOSED', 'Die Kommentarfunktion wurde vom Besitzer dieses Blogs in diesem Eintrag deaktiviert. ');
+@define('COMMENT_NOT_ADDED', 'Dein Kommentar wurde nicht hinzugefügt, da der Eintrag geschlossen wurde.');
+@define('COMMENT_NOT_ADDED_CLICK', 'Klick %shier um zu den Kommentaren zurückzukehren%s und %shier um das Fenster zu schließen%s.');
@define('EMPTY_COMMENT', 'Dein Kommentar enthielt nichts, bitte %sgeh zurück%s und versuch\'s nochmal');
@define('ENTRIES_FOR', 'Einträge am %s');
@define('TOPICS_FOR', 'Themen am %s');
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- serendipity_lang_en.inc.php 25 Feb 2004 08:41:24 -0000 1.12
+++ serendipity_lang_en.inc.php 25 Feb 2004 10:50:41 -0000 1.13
@@ -165,8 +165,10 @@
@define('LAST_UPDATED', 'Last Updated');
@define('TRACKBACK_SPECIFIC', 'Trackback specific URI for this entry');
@define('DIRECT_LINK', 'Direct link to this entry');
-@define('COMMENT_ADDED', 'Your comment was successfully added. Click %shere to return%s to the comments, and %shere to close%s this window.');
-@define('COMMENT_NOT_ADDED', 'Your comment could not be added, because comments for this entry has been disabled. Click %shere to return%s to the comments, and %shere to close%s this window.');
+@define('COMMENT_ADDED', 'Your comment was successfully added. ');
+@define('COMMENT_ADDED_CLICK', 'Click %shere to return%s to the comments, and %shere to close%s this window.');
+@define('COMMENT_NOT_ADDED', 'Your comment could not be added, because comments for this entry has been disabled. ');
+@define('COMMENT_NOT_ADDED_CLICK', 'Click %shere to return%s to the comments, and %shere to close%s this window.');
@define('COMMENTS_DISABLE', 'Do not allow comments to this entry');
@define('COMMENTS_ENABLE', 'Allow comments to this entry');
@define('COMMENTS_CLOSED', 'The author has not allowed comments to this entry');
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_es.inc.php 25 Feb 2004 08:41:24 -0000 1.13
+++ serendipity_lang_es.inc.php 25 Feb 2004 10:50:41 -0000 1.14
@@ -168,8 +168,10 @@
@define('LAST_UPDATED', 'Ultima actualización');
@define('TRACKBACK_SPECIFIC', 'Realiza un Trackback de esta URI para este post');
@define('DIRECT_LINK', 'Enlace directo a este post');
-@define('COMMENT_ADDED', 'Tu comentario ha sido añadido correctamente. Pulsa %aquí para volver%s a los comentarios, y %aquí para cerrar%s esta ventana.');
-@define('COMMENT_NOT_ADDED', 'Tu comentario no ha podido ser añadido, la posibilidad de añadir comentarios a este post ha sido desactivada. Pulsa %aquí para volver%s a los comentarios, y %aquí para cerrar%s esta ventana');
+@define('COMMENT_ADDED', 'Tu comentario ha sido añadido correctamente. ');
+@define('COMMENT_ADDED_CLICK', 'Pulsa %aquí para volver%s a los comentarios, y %aquí para cerrar%s esta ventana.');
+@define('COMMENT_NOT_ADDED', 'Tu comentario no ha podido ser añadido, la posibilidad de añadir comentarios a este post ha sido desactivada. ');
+@define('COMMENT_NOT_ADDED_CLICK', 'Pulsa %aquí para volver%s a los comentarios, y %aquí para cerrar%s esta ventana');
@define('COMMENTS_DISABLE', 'No se permiten comentarios a este post');
@define('COMMENTS_ENABLE', 'Se permiten comentarios a este post');
@define('COMMENTS_CLOSED', 'El autor no permite añadir comentarios a este post');
|