Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14717/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
serendipity_lang_tw.inc.php
Log Message:
- Unify "X not found" messages
- Don't show navbars in media library, when there are no images
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- serendipity_lang_cs.inc.php 30 Nov 2004 07:50:43 -0000 1.73
+++ serendipity_lang_cs.inc.php 30 Nov 2004 15:53:56 -0000 1.74
@@ -81,7 +81,7 @@
@define('NO_ENTRIES_TO_PRINT', 'ádné záznamy k zobrazení');
@define('COMMENTS', 'Komentáøe');
@define('ADD_COMMENT', 'Pøidat komentáø');
-@define('NO_COMMENTS', 'ádné komentáøe.');
+@define('NO_COMMENTS', 'ádné komentáøe');
@define('POSTED_BY', 'Vloil');
@define('ON', 'v');
@define('A_NEW_COMMENT_BLAHBLAH', 'Nový komentáø k weblogu "%s", k záznamu s názvem "%s".');
@@ -618,6 +618,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_no.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_no.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_no.inc.php 30 Nov 2004 07:50:44 -0000 1.14
+++ serendipity_lang_no.inc.php 30 Nov 2004 15:53:57 -0000 1.15
@@ -70,10 +70,10 @@
@define('COMMENT', 'Kommentar');
@define('REMEMBER_INFO', 'Husk opplysninger?');
@define('SUBMIT_COMMENT', 'Legg til kommentar');
-@define('NO_ENTRIES_TO_PRINT', 'Der er ingen artikler å vise.');
+@define('NO_ENTRIES_TO_PRINT', 'Der er ingen artikler å vise');
@define('COMMENTS', 'Kommentarer');
@define('ADD_COMMENT', 'Legg til kommentar');
-@define('NO_COMMENTS', 'Ingen kommentarer.');
+@define('NO_COMMENTS', 'Ingen kommentarr');
@define('POSTED_BY', 'Skrevet av');
@define('ON', 'aktiv');
@define('A_NEW_COMMENT_BLAHBLAH', 'En ny kommentar har blitt opprettet på din blog "%s", til artiklen med navnet "%s".');
@@ -613,5 +613,6 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
?>
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- serendipity_lang_nl.inc.php 30 Nov 2004 07:50:44 -0000 1.49
+++ serendipity_lang_nl.inc.php 30 Nov 2004 15:53:57 -0000 1.50
@@ -80,10 +80,10 @@
@define('COMMENT', 'Reacties');
@define('REMEMBER_INFO', 'Informatie bewaren? ');
@define('SUBMIT_COMMENT', 'Reactie toevoegen');
-@define('NO_ENTRIES_TO_PRINT', 'Geen logs gevonden.');
+@define('NO_ENTRIES_TO_PRINT', 'Geen logs gevonden');
@define('COMMENTS', 'Reactie');
@define('ADD_COMMENT', 'Reactie toevoegen');
-@define('NO_COMMENTS', 'Geen reacties.');
+@define('NO_COMMENTS', 'Geen reacties');
@define('POSTED_BY', 'Gepost door');
@define('ON', 'aan');
@define('A_NEW_COMMENT_BLAHBLAH', 'Een nieuwe reactie werd toegevoegd aan je blog "%s", in de log met titel "%s".');
@@ -623,6 +623,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- serendipity_lang_en.inc.php 30 Nov 2004 07:50:44 -0000 1.94
+++ serendipity_lang_en.inc.php 30 Nov 2004 15:53:57 -0000 1.95
@@ -78,10 +78,10 @@
@define('COMMENT', 'Comment');
@define('REMEMBER_INFO', 'Remember Information? ');
@define('SUBMIT_COMMENT', 'Submit Comment');
-@define('NO_ENTRIES_TO_PRINT', 'No entries to print.');
+@define('NO_ENTRIES_TO_PRINT', 'No entries to print');
@define('COMMENTS', 'Comments');
@define('ADD_COMMENT', 'Add Comment');
-@define('NO_COMMENTS', 'No comments.');
+@define('NO_COMMENTS', 'No comments');
@define('POSTED_BY', 'Posted by');
@define('ON', 'on');
@define('A_NEW_COMMENT_BLAHBLAH', 'A new comment has been posted on your blog "%s", in the entry entitled "%s".');
@@ -615,6 +615,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.');
@define('INSTALL_DBPERSISTENT', 'Use persistent connections');
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended');
+@define('NO_IMAGES_FOUND', 'No images found');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_tw.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tw.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- serendipity_lang_tw.inc.php 30 Nov 2004 07:50:44 -0000 1.9
+++ serendipity_lang_tw.inc.php 30 Nov 2004 15:53:57 -0000 1.10
@@ -78,10 +78,10 @@
@define('COMMENT', '°jÅT');
@define('REMEMBER_INFO', '°O¦í¸ê®Æ? ');
@define('SUBMIT_COMMENT', '¶Ç°e°jÅT');
-@define('NO_ENTRIES_TO_PRINT', '¨S¦³¤å³¹¥i¥HÅã¥Ü.');
+@define('NO_ENTRIES_TO_PRINT', '¨S¦³¤å³¹¥i¥HÅã¥Ü');
@define('COMMENTS', '°jÅT');
@define('ADD_COMMENT', '·s¼W°jÅT');
-@define('NO_COMMENTS', '¨S¦³°jÅT.');
+@define('NO_COMMENTS', '¨S¦³°jÅT');
@define('POSTED_BY', '§@ªÌ');
@define('ON', '¦b');
@define('A_NEW_COMMENT_BLAHBLAH', '·s°jÅT¤wµoªí¨ì±zªº¤é°O "%s", ¦b³oӤ峹¸Ì± "%s".');
@@ -616,6 +616,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_lang_bg.inc.php 30 Nov 2004 07:50:43 -0000 1.27
+++ serendipity_lang_bg.inc.php 30 Nov 2004 15:53:56 -0000 1.28
@@ -74,7 +74,7 @@
@define('COMMENT', 'Êîìåíòàð');
@define('REMEMBER_INFO', 'Äà çàïîìíÿ ëè äàííèòå? ');
@define('SUBMIT_COMMENT', 'Âúâåäè êîìåíòàð');
-@define('NO_ENTRIES_TO_PRINT', 'Íÿìà äàííè çà ðàçïå÷àòâàíå.');
+@define('NO_ENTRIES_TO_PRINT', 'Íÿìà äàííè çà ðàçïå÷àòâàíå');
@define('COMMENTS', 'Êîìåíòàðè');
@define('ADD_COMMENT', 'Äîáàâè êîìåíòàð');
@define('NO_COMMENTS', 'Íÿìà êîìåíòàðè');
@@ -600,6 +600,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_pt.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_pt.inc.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- serendipity_lang_pt.inc.php 30 Nov 2004 07:50:44 -0000 1.49
+++ serendipity_lang_pt.inc.php 30 Nov 2004 15:53:57 -0000 1.50
@@ -76,10 +76,10 @@
@define('COMMENT', 'Comentário');
@define('REMEMBER_INFO', 'Relembrar Informações? ');
@define('SUBMIT_COMMENT', 'Enviar Comentário');
-@define('NO_ENTRIES_TO_PRINT', 'Nenhum artigo para imprimir.');
+@define('NO_ENTRIES_TO_PRINT', 'Nenhum artigo para imprimir');
@define('COMMENTS', 'Comentários');
@define('ADD_COMMENT', 'Adicionar Comentários');
-@define('NO_COMMENTS', 'Nenhum cmentários.');
+@define('NO_COMMENTS', 'Nenhum cmentários');
@define('POSTED_BY', 'Enviado por');
@define('ON', 'em');
@define('A_NEW_COMMENT_BLAHBLAH', 'Um novo comentário foi enviado para o seu Blog "%s", no artigo entitulada como "%s".');
@@ -619,6 +619,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_it.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_it.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_it.inc.php 30 Nov 2004 07:50:44 -0000 1.13
+++ serendipity_lang_it.inc.php 30 Nov 2004 15:53:57 -0000 1.14
@@ -79,10 +79,10 @@
@define('COMMENT', 'Commento');
@define('REMEMBER_INFO', 'Memorizza le Informazioni? ');
@define('SUBMIT_COMMENT', 'Manda Comment');
-@define('NO_ENTRIES_TO_PRINT', 'Nessuna notizia da stampare.');
+@define('NO_ENTRIES_TO_PRINT', 'Nessuna notizia da stampare');
@define('COMMENTS', 'Commenti');
@define('ADD_COMMENT', 'Aggiungi Commento');
-@define('NO_COMMENTS', 'Nessun commento.');
+@define('NO_COMMENTS', 'Nessun commento');
@define('POSTED_BY', 'Scritto da');
@define('ON', 'on');
@define('A_NEW_COMMENT_BLAHBLAH', 'Un nuovo commento è stato mandato al tuo blog "%s", nella notizia intitolata "%s".');
@@ -618,6 +618,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- serendipity_lang_da.inc.php 30 Nov 2004 07:50:44 -0000 1.93
+++ serendipity_lang_da.inc.php 30 Nov 2004 15:53:56 -0000 1.94
@@ -73,10 +73,10 @@
@define('COMMENT', 'Kommentar');
@define('REMEMBER_INFO', 'Husk oplysninger?');
@define('SUBMIT_COMMENT', 'Tilføj kommentar');
-@define('NO_ENTRIES_TO_PRINT', 'Der er ingen artikler at vise.');
+@define('NO_ENTRIES_TO_PRINT', 'Der er ingen artikler at vise');
@define('COMMENTS', 'Kommentarer');
@define('ADD_COMMENT', 'Tilføj kommentar');
-@define('NO_COMMENTS', 'Ingen kommentarer.');
+@define('NO_COMMENTS', 'Ingen kommentarer');
@define('POSTED_BY', 'Skrevet af');
@define('ON', 'aktiv');
@define('A_NEW_COMMENT_BLAHBLAH', 'En ny kommentar er blevet oprettet på din blog "%s", til artiklen ved navn "%s".');
@@ -613,6 +613,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- serendipity_lang_fr.inc.php 30 Nov 2004 07:50:44 -0000 1.72
+++ serendipity_lang_fr.inc.php 30 Nov 2004 15:53:57 -0000 1.73
@@ -80,10 +80,10 @@
@define('COMMENT', 'Commentaire');
@define('REMEMBER_INFO', 'Enregistrer ses informations?');
@define('SUBMIT_COMMENT', 'Poster le commentaire');
-@define('NO_ENTRIES_TO_PRINT', 'Aucun billet à afficher.');
+@define('NO_ENTRIES_TO_PRINT', 'Aucun billet à afficher');
@define('COMMENTS', 'Commentaires');
@define('ADD_COMMENT', 'Ajouter un commentaire');
-@define('NO_COMMENTS', 'Pas de commentaires.');
+@define('NO_COMMENTS', 'Pas de commentaires');
@define('POSTED_BY', 'Posté par');
@define('ON', 'sur');
@define('A_NEW_COMMENT_BLAHBLAH', 'Un nouveau commentaire a été posté sur votre blog "%s", pour le billet intitulé "%s".');
@@ -621,6 +621,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- serendipity_lang_cz.inc.php 30 Nov 2004 07:50:44 -0000 1.73
+++ serendipity_lang_cz.inc.php 30 Nov 2004 15:53:56 -0000 1.74
@@ -81,7 +81,7 @@
@define('NO_ENTRIES_TO_PRINT', '®ádné záznamy k zobrazení');
@define('COMMENTS', 'Komentáøe');
@define('ADD_COMMENT', 'Pøidat komentáø');
-@define('NO_COMMENTS', '®ádné komentáøe.');
+@define('NO_COMMENTS', '®ádné komentáøe');
@define('POSTED_BY', 'Vlo¾il');
@define('ON', 'v');
@define('A_NEW_COMMENT_BLAHBLAH', 'Nový komentáø k weblogu "%s", k záznamu s názvem "%s".');
@@ -616,6 +616,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* 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.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- serendipity_lang_es.inc.php 30 Nov 2004 07:50:44 -0000 1.90
+++ serendipity_lang_es.inc.php 30 Nov 2004 15:53:57 -0000 1.91
@@ -77,10 +77,10 @@
@define('COMMENT', 'Comentario');
@define('REMEMBER_INFO', '¿Recordar la información? ');
@define('SUBMIT_COMMENT', 'Mandar comentario');
-@define('NO_ENTRIES_TO_PRINT', 'No hay posts.');
+@define('NO_ENTRIES_TO_PRINT', 'No hay posts');
@define('COMMENTS', 'Comentarios');
@define('ADD_COMMENT', 'Añadir Comentario');
-@define('NO_COMMENTS', 'No hay Comentarios.');
+@define('NO_COMMENTS', 'No hay Comentarios');
@define('POSTED_BY', 'Autor');
@define('ON', 'activado');
@define('A_NEW_COMMENT_BLAHBLAH', 'Un nuevo comentario en el blog "%s", para el post "%s".');
@@ -624,6 +624,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.'); // Translate
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- serendipity_lang_de.inc.php 30 Nov 2004 07:50:44 -0000 1.113
+++ serendipity_lang_de.inc.php 30 Nov 2004 15:53:56 -0000 1.114
@@ -76,10 +76,10 @@
@define('COMMENT', 'Kommentar');
@define('REMEMBER_INFO', 'Daten merken? ');
@define('SUBMIT_COMMENT', 'Kommentar abschicken');
-@define('NO_ENTRIES_TO_PRINT', 'Keine Einträge vorhanden.');
+@define('NO_ENTRIES_TO_PRINT', 'Keine Einträge vorhanden');
@define('COMMENTS', 'Kommentare');
@define('ADD_COMMENT', 'Kommentar schreiben');
-@define('NO_COMMENTS', 'Noch keine Kommentare.');
+@define('NO_COMMENTS', 'Noch keine Kommentare');
@define('POSTED_BY', 'Geschrieben von');
@define('ON', 'am');
@define('A_NEW_COMMENT_BLAHBLAH', 'Im Blog %s wurde ein neuer Kommentar zu Eintrag #%s eingetragen!');
@@ -615,6 +615,7 @@
@define('INSTALL_SHOWFUTURE_DESC', 'Falls aktiviert, werden Einträge deren Datum in der Zukunft liegt angezeigt. Standardmäßig werden solche Einträge versteckt und erst angezeigt, wenn das eingetragene Datum erreicht wird.');
@define('INSTALL_DBPERSISTENT', 'Use persistent connections'); // Translate
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended'); // Translate
+@define('NO_IMAGES_FOUND', 'No images found'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
|