Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7837/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_it.inc.php serendipity_lang_nl.inc.php
serendipity_lang_no.inc.php serendipity_lang_pt.inc.php
Log Message:
- Add ability to filter comments depending on their approval status (idea by isotopp)
- Fix some very broken logic when there were no comments returned by the SQL query
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- serendipity_lang_cs.inc.php 5 Sep 2004 19:56:57 -0000 1.61
+++ serendipity_lang_cs.inc.php 24 Sep 2004 21:58:18 -0000 1.62
@@ -549,6 +549,10 @@
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_no.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_no.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_no.inc.php 14 Sep 2004 10:29:20 -0000 1.2
+++ serendipity_lang_no.inc.php 24 Sep 2004 21:58:18 -0000 1.3
@@ -544,6 +544,10 @@
@define('SIDEBAR_PLUGINS', 'Sidebar-plugins');
@define('EVENT_PLUGINS', 'Hendelses-lugins');
@define('ADD_MEDIA_BLAHBLAH', '<b>Legg til en fil til ditt mediabibliotek:</b><p>Her kan du laste opp mediafiler, eller be meg om å hente dem fra en adresse på nettet! Hvis du ikke har et passende bilde, <a href="http://images.google.com" target="_blank">søk etter bilder på Google</a> som passer til tankene dine. Resultatene er ofte nyttige og morsomme :)<p><b>Velg metode:</b><br>');
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
-?>
+?>
\ 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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- serendipity_lang_nl.inc.php 8 Sep 2004 08:51:54 -0000 1.36
+++ serendipity_lang_nl.inc.php 24 Sep 2004 21:58:18 -0000 1.37
@@ -554,6 +554,10 @@
@define('NUMBER_FORMAT_THOUSANDS', ','); // Translate
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Category #%s deleted. Old articles moved to category #%s'); // Translate
@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- serendipity_lang_en.inc.php 16 Sep 2004 16:36:12 -0000 1.81
+++ serendipity_lang_en.inc.php 24 Sep 2004 21:58:18 -0000 1.82
@@ -546,6 +546,9 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded');
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear');
@define('DISPLAY_COMMENTS_AS', 'Display comments as');
-
+@define('COMMENTS_FILTER_SHOW', 'Show');
+@define('COMMENTS_FILTER_ALL', 'All');
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved');
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- serendipity_lang_bg.inc.php 8 Sep 2004 08:51:54 -0000 1.15
+++ serendipity_lang_bg.inc.php 24 Sep 2004 21:58:18 -0000 1.16
@@ -531,6 +531,10 @@
@define('SORT_BY', 'Sort by'); // Translate
@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
@define('XML_IMAGE_TO_DISPLAY_DESC', 'Links to XML Feeds will be displayed by this image. Leave empty for default, enter \'none\' to disable.'); // Translate
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- serendipity_lang_pt.inc.php 20 Sep 2004 14:23:21 -0000 1.37
+++ serendipity_lang_pt.inc.php 24 Sep 2004 21:58:18 -0000 1.38
@@ -550,6 +550,10 @@
@define('INSTALL_TOP_AS_LINKS', 'Exibir maiores saídas/referências como links?');
@define('INSTALL_TOP_AS_LINKS_DESC', '"não": Saídas e Referências são exibidas como puro texto para prevenir spam do google. "sim": Saídas e Refrências são exibidas como links. "padrão": Usa o valor definido na configuração global (recomendado).');
@define('ADD_MEDIA_BLAHBLAH', '<b>Adiciona um arquivo para o seu repositório de mídia:</b><p>Aqui você pode transferir arquivos de mídia, ou oriente-me para pegá-lo em algum lugar na web! Se não possuir uma imagem apropriada, <a href="http://images.google.com" target="_blank">procure no google</a> alguma imagem que tenha relação com o assunto, os resultados são geralmente úteis e divertidos :)<p><b>Selecione o método:</b><br>');
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_it.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_it.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_it.inc.php 15 Sep 2004 11:21:13 -0000 1.2
+++ serendipity_lang_it.inc.php 24 Sep 2004 21:58:18 -0000 1.3
@@ -546,7 +546,11 @@
@define('COMMENTS_VIEWMODE_THREADED', 'Per argomento');
@define('COMMENTS_VIEWMODE_LINEAR', 'Cronologicamente');
@define('DISPLAY_COMMENTS_AS', 'Mostra commenti');
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- serendipity_lang_da.inc.php 14 Sep 2004 14:57:33 -0000 1.80
+++ serendipity_lang_da.inc.php 24 Sep 2004 21:58:18 -0000 1.81
@@ -544,6 +544,10 @@
@define('SIDEBAR_PLUGINS', 'Sidebarplugins');
@define('EVENT_PLUGINS', 'Hændelseplugins');
@define('ADD_MEDIA_BLAHBLAH', '<b>Tilføj en fil til dit mediearkiv:</b><p>Her kan du uploade mediafiler, eller bede mig hente dem fra et sted på nette! Hvis du ikke har et passende billeder, <a href="http://images.google.com" target="_blank">prøv at søg efter billeder på google</a> der passer til dine tanker, resultatet er ofte brugbart og sjovt :)<p><b>Vælg metode:</b><br>');
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- serendipity_lang_fr.inc.php 24 Sep 2004 09:30:46 -0000 1.59
+++ serendipity_lang_fr.inc.php 24 Sep 2004 21:58:18 -0000 1.60
@@ -552,6 +552,10 @@
@define('DISPLAY_COMMENTS_AS', 'Afficher les commentaires en');
@define('PAGE_BROWSE_ENTRIES', 'Page %s de %s sur %s billets au total');
@define('ADD_MEDIA_BLAHBLAH', '<b>Ajouter un fichier à votre médiathèque:</b><p>Vous permet d\'uploader des fichiers, ou de me dire une adresse internet de laquelle je peux les télécharger. Si vous n\'avez pas d\'image appropriée, vous pouvez faire une <a href="http://images.google.com" target="_blank">recherche d\'images avec Google</a>, les résultats sont souvent intéressants et toujours très comiques :)<p><b>Choisissez une méthode:</b><br>');
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- serendipity_lang_cz.inc.php 5 Sep 2004 19:56:57 -0000 1.61
+++ serendipity_lang_cz.inc.php 24 Sep 2004 21:58:18 -0000 1.62
@@ -547,6 +547,10 @@
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear'); // Translate
@define('DISPLAY_COMMENTS_AS', 'Display comments as'); // Translate
@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- serendipity_lang_es.inc.php 5 Sep 2004 19:56:57 -0000 1.77
+++ serendipity_lang_es.inc.php 24 Sep 2004 21:58:18 -0000 1.78
@@ -553,6 +553,10 @@
@define('ADVANCED_OPTIONS', 'Advanced Options'); // Translate
@define('EDIT_ENTRY', 'Edit entry'); // Translate
@define('ADD_MEDIA_BLAHBLAH', '<b>Add a file to your media repository:</b><p>Here you can upload mediafiles, or tell me to fetch them from somewhere in the web! If you don\'t have an appropriate image, <a href="http://images.google.com" target="_blank">search for images on google</a> matching your thoughts, the results are often useful and funny :)<p><b>Select method:</b><br>'); // Translate
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // 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.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- serendipity_lang_de.inc.php 11 Sep 2004 20:21:41 -0000 1.99
+++ serendipity_lang_de.inc.php 24 Sep 2004 21:58:18 -0000 1.100
@@ -546,6 +546,10 @@
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear');
@define('DISPLAY_COMMENTS_AS', 'Ansicht der Kommentare: ');
@define('ADD_MEDIA_BLAHBLAH', '<b>Bild/Datei zur Sammlung hinzufügen:</b><p>Hier können Sie eine Datei (z.B. ein Bild) hochladen, oder mitteilen, von wo es geladen werden soll! Wenn das passende Bild fehlt, einfach bei Google danach suchen. Probieren Sie mal <a href="http://images.google.de" target="_blank">Googles Bildsuche</a>, die Resultate sind oft brauchbar, aber auf jeden Fall witzig :)<p><b>Methode wählen:</b><br>');
+@define('COMMENTS_FILTER_SHOW', 'Show'); // Translate
+@define('COMMENTS_FILTER_ALL', 'All'); // Translate
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
|