Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14984/lang
Modified Files:
Tag: branch-smarty
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:
Modified RSS import parser to respect putting import text only to a single
field. Fixed buggy substr() logic. Someone care to test this with a 'live'
import?
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.61.2.1
retrieving revision 1.61.2.2
diff -u -d -r1.61.2.1 -r1.61.2.2
--- serendipity_lang_cs.inc.php 24 Sep 2004 22:03:18 -0000 1.61.2.1
+++ serendipity_lang_cs.inc.php 27 Sep 2004 10:13:39 -0000 1.61.2.2
@@ -553,6 +553,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- serendipity_lang_no.inc.php 14 Sep 2004 10:30:07 -0000 1.2.2.1
+++ serendipity_lang_no.inc.php 27 Sep 2004 10:13:40 -0000 1.2.2.2
@@ -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
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.2.1
retrieving revision 1.36.2.2
diff -u -d -r1.36.2.1 -r1.36.2.2
--- serendipity_lang_nl.inc.php 24 Sep 2004 22:03:19 -0000 1.36.2.1
+++ serendipity_lang_nl.inc.php 27 Sep 2004 10:13:40 -0000 1.36.2.2
@@ -558,6 +558,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.');
/* 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.79.2.3
retrieving revision 1.79.2.4
diff -u -d -r1.79.2.3 -r1.79.2.4
--- serendipity_lang_en.inc.php 24 Sep 2004 22:03:19 -0000 1.79.2.3
+++ serendipity_lang_en.inc.php 27 Sep 2004 10:13:39 -0000 1.79.2.4
@@ -550,5 +550,6 @@
@define('COMMENTS_FILTER_ALL', 'All');
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved');
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval');
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.');
/* 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.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- serendipity_lang_bg.inc.php 24 Sep 2004 22:03:18 -0000 1.15.2.1
+++ serendipity_lang_bg.inc.php 27 Sep 2004 10:13:39 -0000 1.15.2.2
@@ -535,6 +535,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.36.2.2
retrieving revision 1.36.2.3
diff -u -d -r1.36.2.2 -r1.36.2.3
--- serendipity_lang_pt.inc.php 24 Sep 2004 22:03:19 -0000 1.36.2.2
+++ serendipity_lang_pt.inc.php 27 Sep 2004 10:13:40 -0000 1.36.2.3
@@ -554,6 +554,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- serendipity_lang_it.inc.php 15 Sep 2004 11:20:42 -0000 1.1.2.1
+++ serendipity_lang_it.inc.php 27 Sep 2004 10:13:40 -0000 1.1.2.2
@@ -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
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.');
/* 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.79.2.2
retrieving revision 1.79.2.3
diff -u -d -r1.79.2.2 -r1.79.2.3
--- serendipity_lang_da.inc.php 24 Sep 2004 22:03:18 -0000 1.79.2.2
+++ serendipity_lang_da.inc.php 27 Sep 2004 10:13:39 -0000 1.79.2.3
@@ -548,6 +548,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.58.2.2
retrieving revision 1.58.2.3
diff -u -d -r1.58.2.2 -r1.58.2.3
--- serendipity_lang_fr.inc.php 24 Sep 2004 22:03:19 -0000 1.58.2.2
+++ serendipity_lang_fr.inc.php 27 Sep 2004 10:13:39 -0000 1.58.2.3
@@ -556,6 +556,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.2.1
retrieving revision 1.61.2.2
diff -u -d -r1.61.2.1 -r1.61.2.2
--- serendipity_lang_cz.inc.php 24 Sep 2004 22:03:18 -0000 1.61.2.1
+++ serendipity_lang_cz.inc.php 27 Sep 2004 10:13:39 -0000 1.61.2.2
@@ -551,6 +551,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.2.1
retrieving revision 1.77.2.2
diff -u -d -r1.77.2.1 -r1.77.2.2
--- serendipity_lang_es.inc.php 24 Sep 2004 22:03:19 -0000 1.77.2.1
+++ serendipity_lang_es.inc.php 27 Sep 2004 10:13:39 -0000 1.77.2.2
@@ -557,6 +557,7 @@
@define('COMMENTS_FILTER_ALL', 'All'); // Translate
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Only approved'); // Translate
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Pending approval'); // Translate
+@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.'); // 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.98.2.1
retrieving revision 1.98.2.2
diff -u -d -r1.98.2.1 -r1.98.2.2
--- serendipity_lang_de.inc.php 14 Sep 2004 10:30:07 -0000 1.98.2.1
+++ serendipity_lang_de.inc.php 27 Sep 2004 10:13:39 -0000 1.98.2.2
@@ -546,6 +546,11 @@
@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', 'Zeige');
+@define('COMMENTS_FILTER_ALL', 'Alle');
+@define('COMMENTS_FILTER_APPROVED_ONLY', 'Nur bewilligte');
+@define('COMMENTS_FILTER_NEED_APPROVAL', 'Zu bewilligende');
+@define('RSS_IMPORT_BODYONLY', 'Füge den gesamten importierten Text in das einzelne "Text"-Feld ein. Verhindert die Aufteilung in den "Erweiterten Eintrag"-Bereich.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|