Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9459/lang
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_cn.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_tn.inc.php
serendipity_lang_tw.inc.php serendipity_lang_zh.inc.php
Log Message:
* Better detect height of iframe (use mainpane element, add its margin)
* Notify user of search failures instead of "returning 1 result", and
guide them where they should look at.
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- serendipity_lang_cs.inc.php 10 Dec 2004 16:56:07 -0000 1.81
+++ serendipity_lang_cs.inc.php 11 Dec 2004 14:39:43 -0000 1.82
@@ -654,6 +654,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- serendipity_lang_no.inc.php 10 Dec 2004 16:56:11 -0000 1.22
+++ serendipity_lang_no.inc.php 11 Dec 2004 14:39:44 -0000 1.23
@@ -649,5 +649,6 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- serendipity_lang_nl.inc.php 10 Dec 2004 16:56:11 -0000 1.57
+++ serendipity_lang_nl.inc.php 11 Dec 2004 14:39:44 -0000 1.58
@@ -659,6 +659,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- serendipity_lang_en.inc.php 10 Dec 2004 16:56:10 -0000 1.101
+++ serendipity_lang_en.inc.php 11 Dec 2004 14:39:44 -0000 1.102
@@ -618,40 +618,41 @@
@define('NO_IMAGES_FOUND', 'No images found');
@define('PERSONAL_SETTINGS', 'Personal Settings');
@define('REFERER', 'Referer');
-@define('NOT_FOUND', 'Not found'); // Translate
-@define('WRITABLE', 'Writable'); // Translate
-@define('NOT_WRITABLE', 'Not writable'); // Translate
-@define('PROBLEM_DIAGNOSTIC', 'Due to a problematic diagnostic, you cannot continue with the installation before the above errors are fixed'); // Translate
-@define('SELECT_INSTALLATION_TYPE', 'Select which installation type you wish to use'); // Translate
-@define('WELCOME_TO_INSTALLATION', 'Welcome to the Serendipity Installation'); // Translate
-@define('FIRST_WE_TAKE_A_LOOK', 'First we will take a look at your current setup and attempt to diagnose any compatibility problems'); // Translate
-@define('ERRORS_ARE_DISPLAYED_IN', 'Errors are displayed in %s, recommendations in %s and success in %s'); // Translate
-@define('RED', 'red'); // Translate
-@define('YELLOW', 'yellow'); // Translate
-@define('GREEN', 'green'); // Translate
-@define('PRE_INSTALLATION_REPORT', 'Serendipity v%s pre-installation report'); // Translate
-@define('RECOMMENDED', 'Recommended'); // Translate
-@define('ACTUAL', 'Actual'); // Translate
-@define('PHPINI_CONFIGURATION', 'php.ini configuration'); // Translate
-@define('PHP_INSTALLATION', 'PHP installation'); // Translate
-@define('THEY_DO', 'they do'); // Translate
-@define('THEY_DONT', 'they don\'t'); // Translate
-@define('SIMPLE_INSTALLATION', 'Simple installation'); // Translate
-@define('EXPERT_INSTALLATION', 'Expert installation'); // Translate
-@define('COMPLETE_INSTALLATION', 'Complete installation'); // Translate
-@define('WONT_INSTALL_DB_AGAIN', 'won\'t install the database again'); // Translate
-@define('CHECK_DATABASE_EXISTS', 'Checking to see if the database and tables already exists'); // Translate
-@define('CREATING_PRIMARY_AUTHOR', 'Creating primary author \'%s\''); // Translate
-@define('SETTING_DEFAULT_TEMPLATE', 'Setting default template'); // Translate
-@define('INSTALLING_DEFAULT_PLUGINS', 'Installing default plugins'); // Translate
-@define('SERENDIPITY_INSTALLED', 'Serendipity has been successfully installed'); // Translate
-@define('VISIT_BLOG_HERE', 'Visit your new blog here'); // Translate
-@define('THANK_YOU_FOR_CHOOSING', 'Thank you for choosing Serendipity'); // Translate
-@define('ERROR_DETECTED_IN_INSTALL', 'An error was detected in the installation'); // Translate
-@define('OPERATING_SYSTEM', 'Operating system'); // Translate
-@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
-@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('NOT_FOUND', 'Not found');
+@define('WRITABLE', 'Writable');
+@define('NOT_WRITABLE', 'Not writable');
+@define('PROBLEM_DIAGNOSTIC', 'Due to a problematic diagnostic, you cannot continue with the installation before the above errors are fixed');
+@define('SELECT_INSTALLATION_TYPE', 'Select which installation type you wish to use');
+@define('WELCOME_TO_INSTALLATION', 'Welcome to the Serendipity Installation');
+@define('FIRST_WE_TAKE_A_LOOK', 'First we will take a look at your current setup and attempt to diagnose any compatibility problems');
+@define('ERRORS_ARE_DISPLAYED_IN', 'Errors are displayed in %s, recommendations in %s and success in %s');
+@define('RED', 'red');
+@define('YELLOW', 'yellow');
+@define('GREEN', 'green');
+@define('PRE_INSTALLATION_REPORT', 'Serendipity v%s pre-installation report');
+@define('RECOMMENDED', 'Recommended');
+@define('ACTUAL', 'Actual');
+@define('PHPINI_CONFIGURATION', 'php.ini configuration');
+@define('PHP_INSTALLATION', 'PHP installation');
+@define('THEY_DO', 'they do');
+@define('THEY_DONT', 'they don\'t');
+@define('SIMPLE_INSTALLATION', 'Simple installation');
+@define('EXPERT_INSTALLATION', 'Expert installation');
+@define('COMPLETE_INSTALLATION', 'Complete installation');
+@define('WONT_INSTALL_DB_AGAIN', 'won\'t install the database again');
+@define('CHECK_DATABASE_EXISTS', 'Checking to see if the database and tables already exists');
+@define('CREATING_PRIMARY_AUTHOR', 'Creating primary author \'%s\'');
+@define('SETTING_DEFAULT_TEMPLATE', 'Setting default template');
+@define('INSTALLING_DEFAULT_PLUGINS', 'Installing default plugins');
+@define('SERENDIPITY_INSTALLED', 'Serendipity has been successfully installed');
+@define('VISIT_BLOG_HERE', 'Visit your new blog here');
+@define('THANK_YOU_FOR_CHOOSING', 'Thank you for choosing Serendipity');
+@define('ERROR_DETECTED_IN_INSTALL', 'An error was detected in the installation');
+@define('OPERATING_SYSTEM', 'Operating system');
+@define('WEBSERVER_SAPI', 'Webserver SAPI');
+@define('TEMPLATE_SET', '\'%s\' has been set as your active template');
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>');
/* 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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_tw.inc.php 10 Dec 2004 16:56:12 -0000 1.17
+++ serendipity_lang_tw.inc.php 11 Dec 2004 14:39:45 -0000 1.18
@@ -652,6 +652,7 @@
@define('OPERATING_SYSTEM', 'Operating system'); // Translate
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- serendipity_lang_bg.inc.php 10 Dec 2004 16:56:06 -0000 1.35
+++ serendipity_lang_bg.inc.php 11 Dec 2004 14:39:43 -0000 1.36
@@ -636,6 +636,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- serendipity_lang_pt.inc.php 10 Dec 2004 16:56:12 -0000 1.57
+++ serendipity_lang_pt.inc.php 11 Dec 2004 14:39:44 -0000 1.58
@@ -655,6 +655,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- serendipity_lang_it.inc.php 10 Dec 2004 16:56:11 -0000 1.21
+++ serendipity_lang_it.inc.php 11 Dec 2004 14:39:44 -0000 1.22
@@ -654,6 +654,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- serendipity_lang_da.inc.php 10 Dec 2004 16:56:09 -0000 1.101
+++ serendipity_lang_da.inc.php 11 Dec 2004 14:39:44 -0000 1.102
@@ -649,6 +649,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- serendipity_lang_fr.inc.php 10 Dec 2004 16:56:11 -0000 1.80
+++ serendipity_lang_fr.inc.php 11 Dec 2004 14:39:44 -0000 1.81
@@ -657,6 +657,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- serendipity_lang_cz.inc.php 10 Dec 2004 16:56:08 -0000 1.81
+++ serendipity_lang_cz.inc.php 11 Dec 2004 14:39:44 -0000 1.82
@@ -652,6 +652,7 @@
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise'); // Translate
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- serendipity_lang_es.inc.php 10 Dec 2004 16:56:11 -0000 1.97
+++ serendipity_lang_es.inc.php 11 Dec 2004 14:39:44 -0000 1.98
@@ -658,6 +658,7 @@
@define('OPERATING_SYSTEM', 'Operating system'); // Translate
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_cn.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cn.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_cn.inc.php 10 Dec 2004 16:56:07 -0000 1.2
+++ serendipity_lang_cn.inc.php 11 Dec 2004 14:39:43 -0000 1.3
@@ -652,6 +652,7 @@
@define('OPERATING_SYSTEM', 'Operating system'); // Translate
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_tn.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tn.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_tn.inc.php 10 Dec 2004 16:56:12 -0000 1.2
+++ serendipity_lang_tn.inc.php 11 Dec 2004 14:39:44 -0000 1.3
@@ -652,6 +652,7 @@
@define('OPERATING_SYSTEM', 'Operating system'); // Translate
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // 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.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- serendipity_lang_de.inc.php 10 Dec 2004 16:56:09 -0000 1.122
+++ serendipity_lang_de.inc.php 11 Dec 2004 14:39:44 -0000 1.123
@@ -651,6 +651,7 @@
@define('OPERATING_SYSTEM', 'Betriebssystem');
@define('WEBSERVER_SAPI', 'Webserver SAPI');
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'Die Suche konnte nicht wie gewünscht ausgeführt werden. Hinweis für den Administrator dieses Blogs: Der Fehler kann durch fehlende Index-Schlüssel der Datenbank verursacht werden. Auf MySQL-Systemen muss der Datenbankbenutzer-Account in der Lage sein, Index-Schlüssel zu erstellen und folgende Abfrage auszuführen: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> Die genaue Fehlermeldung der Datenbank bei der Suche lautete: <pre>%s</pre>');
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: serendipity_lang_zh.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_zh.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_lang_zh.inc.php 10 Dec 2004 16:56:12 -0000 1.2
+++ serendipity_lang_zh.inc.php 11 Dec 2004 14:39:45 -0000 1.3
@@ -652,6 +652,7 @@
@define('OPERATING_SYSTEM', 'Operating system'); // Translate
@define('WEBSERVER_SAPI', 'Webserver SAPI'); // Translate
@define('TEMPLATE_SET', '\'%s\' has been set as your active template'); // Translate
+@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|