Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18536/lang
Modified Files:
Tag: branch-smarty
serendipity_lang_bg.inc.php serendipity_lang_cs.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 import code for MT and WP.
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.61.2.3
retrieving revision 1.61.2.4
diff -u -d -r1.61.2.3 -r1.61.2.4
--- serendipity_lang_cs.inc.php 11 Oct 2004 09:21:16 -0000 1.61.2.3
+++ serendipity_lang_cs.inc.php 11 Oct 2004 22:32:47 -0000 1.61.2.4
@@ -555,5 +555,20 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.3
retrieving revision 1.2.2.4
diff -u -d -r1.2.2.3 -r1.2.2.4
--- serendipity_lang_no.inc.php 11 Oct 2004 09:21:16 -0000 1.2.2.3
+++ serendipity_lang_no.inc.php 11 Oct 2004 22:32:48 -0000 1.2.2.4
@@ -550,4 +550,19 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.3
retrieving revision 1.36.2.4
diff -u -d -r1.36.2.3 -r1.36.2.4
--- serendipity_lang_nl.inc.php 11 Oct 2004 09:21:16 -0000 1.36.2.3
+++ serendipity_lang_nl.inc.php 11 Oct 2004 22:32:48 -0000 1.36.2.4
@@ -560,5 +560,21 @@
@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.');
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.79.2.5
retrieving revision 1.79.2.6
diff -u -d -r1.79.2.5 -r1.79.2.6
--- serendipity_lang_en.inc.php 11 Oct 2004 09:21:16 -0000 1.79.2.5
+++ serendipity_lang_en.inc.php 11 Oct 2004 22:32:48 -0000 1.79.2.6
@@ -188,6 +188,21 @@
@define('VIEW_FEED_EXPORT', 'View feed export');
@define('IMPORT', 'Import');
@define('EXPORT', 'Export');
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...');
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.');
+@define('MT_DATA_FILE', 'Movable Type data file');
+@define('FORCE', 'Force');
+@define('WORDPRESS_DATA', 'WordPress data');
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.');
+@define('CREATE_AUTHOR', 'Create author \'%s\'.');
+@define('CREATE_CATEGORY', 'Create category \'%s\'.');
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.');
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.');
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.');
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.');
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.');
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.');
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.');
@define('YES', 'Yes');
@define('NO', 'No');
@define('USE_DEFAULT', 'Default');
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.15.2.3
retrieving revision 1.15.2.4
diff -u -d -r1.15.2.3 -r1.15.2.4
--- serendipity_lang_bg.inc.php 11 Oct 2004 09:21:16 -0000 1.15.2.3
+++ serendipity_lang_bg.inc.php 11 Oct 2004 22:32:47 -0000 1.15.2.4
@@ -537,5 +537,20 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.4
retrieving revision 1.36.2.5
diff -u -d -r1.36.2.4 -r1.36.2.5
--- serendipity_lang_pt.inc.php 11 Oct 2004 09:21:16 -0000 1.36.2.4
+++ serendipity_lang_pt.inc.php 11 Oct 2004 22:32:48 -0000 1.36.2.5
@@ -556,6 +556,21 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- serendipity_lang_it.inc.php 11 Oct 2004 09:21:16 -0000 1.1.2.3
+++ serendipity_lang_it.inc.php 11 Oct 2004 22:32:48 -0000 1.1.2.4
@@ -552,5 +552,21 @@
@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.');
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.79.2.4
retrieving revision 1.79.2.5
diff -u -d -r1.79.2.4 -r1.79.2.5
--- serendipity_lang_da.inc.php 11 Oct 2004 09:21:16 -0000 1.79.2.4
+++ serendipity_lang_da.inc.php 11 Oct 2004 22:32:48 -0000 1.79.2.5
@@ -550,5 +550,20 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.4
retrieving revision 1.58.2.5
diff -u -d -r1.58.2.4 -r1.58.2.5
--- serendipity_lang_fr.inc.php 11 Oct 2004 09:21:16 -0000 1.58.2.4
+++ serendipity_lang_fr.inc.php 11 Oct 2004 22:32:48 -0000 1.58.2.5
@@ -558,5 +558,20 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.3
retrieving revision 1.77.2.4
diff -u -d -r1.77.2.3 -r1.77.2.4
--- serendipity_lang_es.inc.php 11 Oct 2004 09:21:16 -0000 1.77.2.3
+++ serendipity_lang_es.inc.php 11 Oct 2004 22:32:48 -0000 1.77.2.4
@@ -559,5 +559,20 @@
@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
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed'); // Translate
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // 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.3
retrieving revision 1.98.2.4
diff -u -d -r1.98.2.3 -r1.98.2.4
--- serendipity_lang_de.inc.php 11 Oct 2004 09:21:16 -0000 1.98.2.3
+++ serendipity_lang_de.inc.php 11 Oct 2004 22:32:48 -0000 1.98.2.4
@@ -552,5 +552,20 @@
@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.');
@define('SYNDICATION_PLUGIN_FULLFEED', 'Volle Einträge mit erweitertem Text im RSS-Feed einbinden');
+@define('MAX_COMPAT_OLD_BLOG', 'To enable maximum compatibility with your old blog, please...'); // Translate
+@define('IMPORT_AGAIN_FORCE', 'Then try again. Alternatively, you may check the \'force\' box, which will force the entries into the existing architecture.') // Translate;
+@define('MT_DATA_FILE', 'Movable Type data file'); // Translate
+@define('FORCE', 'Force'); // Translate
+@define('WORDPRESS_DATA', 'WordPress data'); // Translate
+@define('MUST_BE_ADMIN', 'You must be an administrator to complete this action.'); // Translate
+@define('CREATE_AUTHOR', 'Create author \'%s\'.'); // Translate
+@define('CREATE_CATEGORY', 'Create category \'%s\'.'); // Translate
+@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.'); // Translate
+@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.'); // Translate
+@define('COULDNT_SELECT_DB', 'Could not select database: %s.'); // Translate
+@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.'); // Translate
+@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.'); // Translate
+@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.'); // Translate
+@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|