Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30356/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:
Since I'm gone for the weekend, here's something for you to play with.
Tom basically agreed to it, and I get it working well on my setup.
However this is EXPERIMENTAL. You have been warned.
If it breaks seriously, I won't be offended if anyone reverts the commit - but I don't think it's unstable, though. :-)
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- serendipity_lang_cs.inc.php 19 Nov 2004 11:05:35 -0000 1.66
+++ serendipity_lang_cs.inc.php 26 Nov 2004 14:40:14 -0000 1.67
@@ -606,6 +606,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_lang_no.inc.php 19 Nov 2004 11:05:36 -0000 1.7
+++ serendipity_lang_no.inc.php 26 Nov 2004 14:40:16 -0000 1.8
@@ -601,5 +601,8 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- serendipity_lang_nl.inc.php 19 Nov 2004 11:05:36 -0000 1.42
+++ serendipity_lang_nl.inc.php 26 Nov 2004 14:40:16 -0000 1.43
@@ -611,6 +611,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- serendipity_lang_en.inc.php 19 Nov 2004 11:05:35 -0000 1.86
+++ serendipity_lang_en.inc.php 26 Nov 2004 14:40:15 -0000 1.87
@@ -603,6 +603,9 @@
@define('STATUS', 'Status after import');
@define('IMPORT_GENERIC_RSS', 'Generic RSS import');
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry');
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.');
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...');
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_tw.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tw.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_tw.inc.php 19 Nov 2004 11:05:36 -0000 1.2
+++ serendipity_lang_tw.inc.php 26 Nov 2004 14:40:16 -0000 1.3
@@ -604,6 +604,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- serendipity_lang_bg.inc.php 19 Nov 2004 11:05:35 -0000 1.20
+++ serendipity_lang_bg.inc.php 26 Nov 2004 14:40:14 -0000 1.21
@@ -588,6 +588,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- serendipity_lang_pt.inc.php 19 Nov 2004 11:05:36 -0000 1.42
+++ serendipity_lang_pt.inc.php 26 Nov 2004 14:40:16 -0000 1.43
@@ -607,6 +607,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_lang_it.inc.php 20 Oct 2004 16:27:25 -0000 1.6
+++ serendipity_lang_it.inc.php 26 Nov 2004 14:40:15 -0000 1.7
@@ -551,6 +551,64 @@
@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
+@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
+@define('WEEK', 'Week'); // Translate
+@define('WEEKS', 'Weeks'); // Translate
+@define('MONTHS', 'Months'); // Translate
+@define('DAYS', 'Days'); // Translate
+@define('ARCHIVE_FREQUENCY', 'Calendar item frequency'); // Translate
+@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list'); // Translate
+@define('ARCHIVE_COUNT', 'Number of items in the list'); // Translate
+@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display'); // Translate
+@define('BELOW_IS_A_LIST_OF_INSTALLED_PLUGINS', 'Below is a list of installed plugins'); // Translate
+@define('SIDEBAR_PLUGIN', 'sidebar plugin'); // Translate
+@define('EVENT_PLUGIN', 'event plugin'); // Translate
+@define('CLICK_HERE_TO_INSTALL_PLUGIN', 'Click here to install a new %s'); // Translate
+@define('UNKNOWN', 'Unknown'); // Translate
+@define('VERSION', 'version'); // Translate
+@define('NA', 'N/A'); // Translate
+@define('INSTALL', 'Install'); // Translate
+@define('ALREADY_INSTALLED', 'Already installed'); // Translate
+@define('SELECT_A_PLUGIN_TO_ADD', 'Select the plugin which you wish to install'); // Translate
+@define('QUICKSAVE', 'Quicksave'); // Translate
+@define('INSTALL_OFFSET', 'Server time Offset'); // Translate
+@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver and your desired time zone'); // Translate
+@define('STICKY_POSTINGS', 'Sticky Postings'); // Translate
+@define('INSTALL_FETCHLIMIT', 'Entries to display on frontpage'); // Translate
+@define('INSTALL_FETCHLIMIT_DESC', 'Number of entries to display for each page on the frontend'); // Translate
+@define('IMPORT_ENTRIES', 'Import data'); // Translate
+@define('EXPORT_ENTRIES', 'Export entries'); // Translate
+@define('IMPORT_WELCOME', 'Welcome to the Serendipity import utility'); // Translate
+@define('IMPORT_WHAT_CAN', 'Here you can import entries from other weblog software applications'); // Translate
+@define('IMPORT_SELECT', 'Please select the software you wish to import from'); // Translate
+@define('IMPORT_PLEASE_ENTER', 'Please enter the data as requested below'); // Translate
+@define('IMPORT_NOW', 'Import now!'); // Translate
+@define('IMPORT_STARTING', 'Starting import procedure...'); // Translate
+@define('IMPORT_FAILED', 'Import failed'); // Translate
+@define('IMPORT_DONE', 'Import successfully completed'); // Translate
+@define('IMPORT_WEBLOG_APP', 'Weblog application'); // Translate
+@define('EXPORT_FEED', 'Export full RSS feed'); // Translate
+@define('STATUS', 'Status after import'); // Translate
+@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
+@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- serendipity_lang_da.inc.php 19 Nov 2004 11:05:35 -0000 1.86
+++ serendipity_lang_da.inc.php 26 Nov 2004 14:40:15 -0000 1.87
@@ -601,6 +601,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- serendipity_lang_fr.inc.php 19 Nov 2004 11:05:35 -0000 1.65
+++ serendipity_lang_fr.inc.php 26 Nov 2004 14:40:15 -0000 1.66
@@ -609,6 +609,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- serendipity_lang_cz.inc.php 19 Nov 2004 11:05:35 -0000 1.66
+++ serendipity_lang_cz.inc.php 26 Nov 2004 14:40:15 -0000 1.67
@@ -604,6 +604,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- serendipity_lang_es.inc.php 19 Nov 2004 11:05:35 -0000 1.83
+++ serendipity_lang_es.inc.php 26 Nov 2004 14:40:15 -0000 1.84
@@ -612,6 +612,9 @@
@define('STATUS', 'Status after import'); // Translate
@define('IMPORT_GENERIC_RSS', 'Generic RSS import'); // Translate
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry'); // Translate
+@define('IFRAME_PREVIEW', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while, so please stay tuned.'); // Translate
+@define('IFRAME_SAVE', 'Serendipity is now creating the preview of your entry...'); // Translate
+@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.'); // 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.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- serendipity_lang_de.inc.php 19 Nov 2004 11:05:35 -0000 1.105
+++ serendipity_lang_de.inc.php 26 Nov 2004 14:40:15 -0000 1.106
@@ -603,6 +603,9 @@
@define('STATUS', 'Status nach dem Importieren');
@define('IMPORT_GENERIC_RSS', 'Allgemeiner RSS-Import');
@define('ACTIVATE_AUTODISCOVERY', 'Trackbacks an erkannte Links im Eintrag senden');
+@define('IFRAME_PREVIEW', 'Serendipity speichert nun den Eintrag, erstellt Trackbacks und führt etwaige XML-RPC Aufrufe durch. Die kann eine Weile dauern.');
+@define('IFRAME_SAVE', 'Serendipity erstellt jetzt eine Vorschau des Eintrags...');
+@define('IFRAME_WARNING', 'Ihr Browser unterstützt keine IFRAMES. Bitte öffnen Sie die Datei serendipity_config.inc.php und stellen die Variable $serendipity[\'use_iframe\'] auf FALSE.');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|