Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27249/lang
Modified Files:
serendipity_lang_de.inc.php serendipity_lang_en.inc.php
Log Message:
New MT-Importer.
- Actually works
- Tries hard to inform the user of missing plugins concerning conversion of linebreaks
- Uses transactions to import all in one transaction. Much faster in PG and SQLite
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- serendipity_lang_de.inc.php 3 Jan 2005 19:25:40 -0000 1.135
+++ serendipity_lang_de.inc.php 9 Jan 2005 10:34:04 -0000 1.136
@@ -595,6 +595,7 @@
@define('IMPORT_FAILED', 'Import fehlgeschlagen');
@define('IMPORT_DONE', 'Import erfolgreich abgeschlossen');
@define('IMPORT_WEBLOG_APP', 'Weblog-Software');
+@define('IMPORT_NOTES', 'Hinweis');
@define('EXPORT_FEED', 'Vollständigen RSS-Feed exportieren');
@define('STATUS', 'Status nach dem Importieren');
@define('IMPORT_GENERIC_RSS', 'Allgemeiner RSS-Import');
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- serendipity_lang_en.inc.php 3 Jan 2005 19:25:40 -0000 1.115
+++ serendipity_lang_en.inc.php 9 Jan 2005 10:34:05 -0000 1.116
@@ -594,6 +594,7 @@
@define('IMPORT_FAILED', 'Import failed');
@define('IMPORT_DONE', 'Import successfully completed');
@define('IMPORT_WEBLOG_APP', 'Weblog application');
+@define('IMPORT_NOTES', 'Note:');
@define('EXPORT_FEED', 'Export full RSS feed');
@define('STATUS', 'Status after import');
@define('IMPORT_GENERIC_RSS', 'Generic RSS import');
|