Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27260/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:
Allow mass-deletion of comments from within the administration
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- serendipity_lang_cs.inc.php 14 Aug 2004 11:54:58 -0000 1.53
+++ serendipity_lang_cs.inc.php 14 Aug 2004 15:03:46 -0000 1.54
@@ -538,6 +538,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- serendipity_lang_da.inc.php 14 Aug 2004 11:54:58 -0000 1.70
+++ serendipity_lang_da.inc.php 14 Aug 2004 15:03:46 -0000 1.71
@@ -533,6 +533,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- serendipity_lang_fr.inc.php 14 Aug 2004 11:54:58 -0000 1.49
+++ serendipity_lang_fr.inc.php 14 Aug 2004 15:03:46 -0000 1.50
@@ -537,6 +537,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- serendipity_lang_cz.inc.php 14 Aug 2004 11:54:58 -0000 1.53
+++ serendipity_lang_cz.inc.php 14 Aug 2004 15:03:46 -0000 1.54
@@ -536,6 +536,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_lang_nl.inc.php 14 Aug 2004 11:54:58 -0000 1.27
+++ serendipity_lang_nl.inc.php 14 Aug 2004 15:03:46 -0000 1.28
@@ -538,6 +538,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- serendipity_lang_en.inc.php 14 Aug 2004 11:54:58 -0000 1.71
+++ serendipity_lang_en.inc.php 14 Aug 2004 15:03:46 -0000 1.72
@@ -536,5 +536,11 @@
@define('CALENDAR', 'Calendar');
@define('SUPERUSER_OPEN_ADMIN', 'Open administration');
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen');
+@define('INVERT_SELECTIONS', 'Invert Selections');
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?');
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?');
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments');
+
+
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- serendipity_lang_es.inc.php 14 Aug 2004 11:54:58 -0000 1.69
+++ serendipity_lang_es.inc.php 14 Aug 2004 15:03:46 -0000 1.70
@@ -533,6 +533,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_lang_bg.inc.php 14 Aug 2004 11:54:58 -0000 1.6
+++ serendipity_lang_bg.inc.php 14 Aug 2004 15:03:46 -0000 1.7
@@ -331,6 +331,10 @@
@define('QUICKJUMP_CALENDAR', 'A calendar to navigate in your blog'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- serendipity_lang_de.inc.php 14 Aug 2004 11:54:58 -0000 1.87
+++ serendipity_lang_de.inc.php 14 Aug 2004 15:03:46 -0000 1.88
@@ -533,6 +533,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_lang_pt.inc.php 14 Aug 2004 11:54:58 -0000 1.27
+++ serendipity_lang_pt.inc.php 14 Aug 2004 15:03:46 -0000 1.28
@@ -534,6 +534,10 @@
@define('CALENDAR', 'Calendar'); // Translate
@define('SUPERUSER_OPEN_ADMIN', 'Open administration'); // Translate
@define('SUPERUSER_OPEN_LOGIN', 'Open login screen'); // Translate
+@define('INVERT_SELECTIONS', 'Invert Selections'); // Translate
+@define('COMMENTS_DELETE_CONFIRM', 'Are you sure you wish to delete the selected comments?'); // Translate
+@define('COMMENT_DELETE_CONFIRM', 'Are you sure you wish to delete comment #%d, written by %s?'); // Translate
+@define('DELETE_SELECTED_COMMENTS', 'Delete selected comments'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|