Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15264/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:
Allow moderation of comments through:
* E-mail
* Comment manager in Author Suite
Bumps version to 0.6.7-CVS, requires database changes
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- serendipity_lang_cs.inc.php 15 Jul 2004 07:28:01 -0000 1.34
+++ serendipity_lang_cs.inc.php 16 Jul 2004 22:17:23 -0000 1.35
@@ -531,6 +531,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- serendipity_lang_da.inc.php 15 Jul 2004 07:28:02 -0000 1.50
+++ serendipity_lang_da.inc.php 16 Jul 2004 22:17:23 -0000 1.51
@@ -531,6 +531,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- serendipity_lang_fr.inc.php 15 Jul 2004 07:28:02 -0000 1.30
+++ serendipity_lang_fr.inc.php 16 Jul 2004 22:17:24 -0000 1.31
@@ -520,6 +520,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- serendipity_lang_cz.inc.php 15 Jul 2004 07:28:02 -0000 1.34
+++ serendipity_lang_cz.inc.php 16 Jul 2004 22:17:23 -0000 1.35
@@ -529,6 +529,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_nl.inc.php 15 Jul 2004 07:28:02 -0000 1.8
+++ serendipity_lang_nl.inc.php 16 Jul 2004 22:17:24 -0000 1.9
@@ -519,6 +519,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- serendipity_lang_en.inc.php 15 Jul 2004 07:28:02 -0000 1.53
+++ serendipity_lang_en.inc.php 16 Jul 2004 22:17:24 -0000 1.54
@@ -518,5 +518,20 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.');
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:');
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed');
+@define('DELETE_COMMENT', 'Delete comment');
+@define('APPROVE_COMMENT', 'Approve comment');
+@define('REQUIRES_REVIEW', 'Requires review');
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved');
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted');
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation');
+@define('VIEW', 'View');
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved');
+@define('COMMENT_EDITED', 'The selected comment has been edited');
+@define('HIDE', 'Hide'); // Translate
+
+
/* 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.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- serendipity_lang_es.inc.php 15 Jul 2004 07:28:02 -0000 1.50
+++ serendipity_lang_es.inc.php 16 Jul 2004 22:17:24 -0000 1.51
@@ -513,6 +513,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- serendipity_lang_de.inc.php 15 Jul 2004 07:28:02 -0000 1.64
+++ serendipity_lang_de.inc.php 16 Jul 2004 22:17:24 -0000 1.65
@@ -516,6 +516,19 @@
@define('RSS_IMPORT_DESC', 'Der RSS-Import liest einen RSS-Feed ein und fügt alle dort vorhandenen Artikel in Ihre Artikeldatenbank ein. Ein importierter Artikel kann als VERÖFFENTLICHUNG oder ENTWURF eingefügt werden. Die Kategorien im importierten Feed müssen den exakt selben Namen enthalten wie die Namen ihrer Kategorien im Serendipity-Blog. Über das Dropdown kann gewählt werden, wie die Artikel kategorisiert werden sollen, wenn keine oder eine ungültige Angabe über die Kategorie im Feed enthalten ist.');
@define('RSS_IMPORT_CATEGORY', 'Diese Kategorie für nicht zugeordnete importierte Einträge verwenden');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Ein Fehler trat auf beim Dateupload. Vielleicht ist die Datei größer als durch die Server-Konfiguration zugelassen. Bitte mit ISP absprechen oder die php.ini datei bearbeiten um größere Uploads zuzulassen.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // 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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_pt.inc.php 15 Jul 2004 07:28:02 -0000 1.8
+++ serendipity_lang_pt.inc.php 16 Jul 2004 22:17:24 -0000 1.9
@@ -515,6 +515,19 @@
@define('RSS_IMPORT_DESC', 'The RSS import will fetch an RSS feed and insert all the entries contained there inside your article base. You can choose if you want to import the items in DRAFT or PUBLISHED state. Categories in the foreign feed need to contain the exact same name like you entered the names in Serendipity. Via the other input box you can choose the category you want to have entries associated which do not match the imported feed.');
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
+@define('COMMENTS_WILL_BE_MODERATED', 'Submitted comments will be subject to moderation before being displayed.'); // Translate
+@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options availiable:'); // Translate
+@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs aproveal before it will be displayed'); // Translate
+@define('DELETE_COMMENT', 'Delete comment'); // Translate
+@define('APPROVE_COMMENT', 'Approve comment'); // Translate
+@define('REQUIRES_REVIEW', 'Requires review'); // Translate
+@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved'); // Translate
+@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted'); // Translate
+@define('COMMENTS_MODERATE', 'Comments to this entry requires moderation'); // Translate
+@define('VIEW', 'View'); // Translate
+@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved'); // Translate
+@define('COMMENT_EDITED', 'The selected comment has been edited'); // Translate
+@define('HIDE', 'Hide'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|