Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8188/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_fi.inc.php serendipity_lang_fr.inc.php
serendipity_lang_it.inc.php serendipity_lang_ja.inc.php
serendipity_lang_ko.inc.php serendipity_lang_nl.inc.php
serendipity_lang_no.inc.php serendipity_lang_pt.inc.php
serendipity_lang_ru.inc.php serendipity_lang_tn.inc.php
serendipity_lang_tw.inc.php serendipity_lang_zh.inc.php
Log Message:
evaluate dependencies, fail on unmet dependencies.
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- serendipity_lang_cs.inc.php 9 Feb 2005 10:19:14 -0000 1.111
+++ serendipity_lang_cs.inc.php 9 Feb 2005 17:06:07 -0000 1.112
@@ -679,6 +679,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- serendipity_lang_no.inc.php 9 Feb 2005 10:19:18 -0000 1.51
+++ serendipity_lang_no.inc.php 9 Feb 2005 17:06:11 -0000 1.52
@@ -678,5 +678,6 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
?>
\ 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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- serendipity_lang_zh.inc.php 9 Feb 2005 10:19:18 -0000 1.31
+++ serendipity_lang_zh.inc.php 9 Feb 2005 17:06:13 -0000 1.32
@@ -676,6 +676,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- serendipity_lang_en.inc.php 9 Feb 2005 10:19:16 -0000 1.133
+++ serendipity_lang_en.inc.php 9 Feb 2005 17:06:08 -0000 1.134
@@ -674,6 +674,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_ja.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ja.inc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- serendipity_lang_ja.inc.php 9 Feb 2005 10:19:17 -0000 1.29
+++ serendipity_lang_ja.inc.php 9 Feb 2005 17:06:10 -0000 1.30
@@ -676,6 +676,7 @@
@define('RECHECK_INSTALLATION', 'ã¤ã³ã¹ãã¼ã«ã®åæ¤æ»');
@define('IMAGICK_EXEC_ERROR', 'å®è¡ã§ãã¾ããã§ãã: "%s", ã¨ã©ã¼: %s, è¿ãå¤: %d');
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // 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.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- serendipity_lang_bg.inc.php 9 Feb 2005 10:19:14 -0000 1.64
+++ serendipity_lang_bg.inc.php 9 Feb 2005 17:06:07 -0000 1.65
@@ -662,6 +662,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
/* 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.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- serendipity_lang_tw.inc.php 9 Feb 2005 10:19:18 -0000 1.47
+++ serendipity_lang_tw.inc.php 9 Feb 2005 17:06:13 -0000 1.48
@@ -677,6 +677,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // 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.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- serendipity_lang_cz.inc.php 9 Feb 2005 10:19:15 -0000 1.111
+++ serendipity_lang_cz.inc.php 9 Feb 2005 17:06:07 -0000 1.112
@@ -679,6 +679,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- serendipity_lang_pt.inc.php 9 Feb 2005 10:19:18 -0000 1.86
+++ serendipity_lang_pt.inc.php 9 Feb 2005 17:06:12 -0000 1.87
@@ -678,6 +678,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- serendipity_lang_it.inc.php 9 Feb 2005 10:19:17 -0000 1.50
+++ serendipity_lang_it.inc.php 9 Feb 2005 17:06:09 -0000 1.51
@@ -679,6 +679,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- serendipity_lang_da.inc.php 9 Feb 2005 10:19:15 -0000 1.131
+++ serendipity_lang_da.inc.php 9 Feb 2005 17:06:08 -0000 1.132
@@ -678,6 +678,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- serendipity_lang_fr.inc.php 9 Feb 2005 10:19:16 -0000 1.111
+++ serendipity_lang_fr.inc.php 9 Feb 2005 17:06:09 -0000 1.112
@@ -681,6 +681,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_fi.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fi.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- serendipity_lang_fi.inc.php 9 Feb 2005 10:19:16 -0000 1.19
+++ serendipity_lang_fi.inc.php 9 Feb 2005 17:06:09 -0000 1.20
@@ -674,6 +674,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_ko.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ko.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- serendipity_lang_ko.inc.php 9 Feb 2005 10:19:17 -0000 1.19
+++ serendipity_lang_ko.inc.php 9 Feb 2005 17:06:10 -0000 1.20
@@ -679,6 +679,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- serendipity_lang_es.inc.php 9 Feb 2005 10:19:16 -0000 1.126
+++ serendipity_lang_es.inc.php 9 Feb 2005 17:06:09 -0000 1.127
@@ -680,6 +680,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // 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.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- serendipity_lang_cn.inc.php 9 Feb 2005 10:19:14 -0000 1.31
+++ serendipity_lang_cn.inc.php 9 Feb 2005 17:06:07 -0000 1.32
@@ -676,6 +676,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // 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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- serendipity_lang_tn.inc.php 9 Feb 2005 10:19:18 -0000 1.32
+++ serendipity_lang_tn.inc.php 9 Feb 2005 17:06:12 -0000 1.33
@@ -677,6 +677,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
Index: serendipity_lang_ru.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ru.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- serendipity_lang_ru.inc.php 9 Feb 2005 10:19:18 -0000 1.24
+++ serendipity_lang_ru.inc.php 9 Feb 2005 17:06:12 -0000 1.25
@@ -679,6 +679,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %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.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- serendipity_lang_de.inc.php 9 Feb 2005 10:19:15 -0000 1.152
+++ serendipity_lang_de.inc.php 9 Feb 2005 17:06:08 -0000 1.153
@@ -676,6 +676,7 @@
@define('RECHECK_INSTALLATION', 'Installation erneut überprüfen');
@define('IMAGICK_EXEC_ERROR', 'Konnte folgendes Programm nicht ausführen: "%s", Fehlermeldung: %s, Rückgabewert: %d');
@define('INSTALL_OFFSET_DESC', 'Wieviele Stunden liegen zwischen der Uhrzeit des Servers (aktuell: %clock%) und der eigenen Zeitzone');
+@define('UNMET_REQUIREMENTS', 'Bedingung unerfüllt: %s');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ 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.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- serendipity_lang_nl.inc.php 9 Feb 2005 10:19:17 -0000 1.87
+++ serendipity_lang_nl.inc.php 9 Feb 2005 17:06:11 -0000 1.88
@@ -680,6 +680,7 @@
@define('RECHECK_INSTALLATION', 'Recheck installation'); // Translate
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d'); // Translate
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone'); // Translate
+@define('UNMET_REQUIREMENTS', 'Requirements failed: %s'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|