Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21377/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_ru.inc.php
serendipity_lang_tn.inc.php serendipity_lang_tw.inc.php
serendipity_lang_zh.inc.php
Log Message:
* show a clock icon in front of the entry when the entry is not yet published and use does not want to display entries in the future on the blog
* use icons instead of EDIT/DELETE tags to match new image manager style
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- serendipity_lang_cs.inc.php 19 Dec 2004 23:12:31 -0000 1.87
+++ serendipity_lang_cs.inc.php 21 Dec 2004 12:50:30 -0000 1.88
@@ -660,6 +660,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- serendipity_lang_no.inc.php 19 Dec 2004 23:12:32 -0000 1.28
+++ serendipity_lang_no.inc.php 21 Dec 2004 12:50:32 -0000 1.29
@@ -655,5 +655,6 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_zh.inc.php 19 Dec 2004 23:12:32 -0000 1.8
+++ serendipity_lang_zh.inc.php 21 Dec 2004 12:50:32 -0000 1.9
@@ -658,6 +658,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- serendipity_lang_en.inc.php 20 Dec 2004 11:46:38 -0000 1.108
+++ serendipity_lang_en.inc.php 21 Dec 2004 12:50:31 -0000 1.109
@@ -656,7 +656,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time');
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program');
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible');
-
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_tw.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tw.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- serendipity_lang_tw.inc.php 20 Dec 2004 11:46:39 -0000 1.24
+++ serendipity_lang_tw.inc.php 21 Dec 2004 12:50:32 -0000 1.25
@@ -659,6 +659,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- serendipity_lang_bg.inc.php 19 Dec 2004 23:12:31 -0000 1.41
+++ serendipity_lang_bg.inc.php 21 Dec 2004 12:50:30 -0000 1.42
@@ -642,6 +642,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- serendipity_lang_pt.inc.php 19 Dec 2004 23:12:32 -0000 1.63
+++ serendipity_lang_pt.inc.php 21 Dec 2004 12:50:32 -0000 1.64
@@ -661,6 +661,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- serendipity_lang_it.inc.php 19 Dec 2004 23:12:32 -0000 1.27
+++ serendipity_lang_it.inc.php 21 Dec 2004 12:50:31 -0000 1.28
@@ -660,6 +660,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- serendipity_lang_da.inc.php 19 Dec 2004 23:12:31 -0000 1.107
+++ serendipity_lang_da.inc.php 21 Dec 2004 12:50:31 -0000 1.108
@@ -655,6 +655,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- serendipity_lang_fr.inc.php 19 Dec 2004 23:12:32 -0000 1.86
+++ serendipity_lang_fr.inc.php 21 Dec 2004 12:50:31 -0000 1.87
@@ -663,6 +663,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- serendipity_lang_cz.inc.php 19 Dec 2004 23:12:31 -0000 1.87
+++ serendipity_lang_cz.inc.php 21 Dec 2004 12:50:31 -0000 1.88
@@ -658,6 +658,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- serendipity_lang_es.inc.php 19 Dec 2004 23:12:32 -0000 1.103
+++ serendipity_lang_es.inc.php 21 Dec 2004 12:50:31 -0000 1.104
@@ -664,6 +664,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_cn.inc.php 19 Dec 2004 23:12:31 -0000 1.8
+++ serendipity_lang_cn.inc.php 21 Dec 2004 12:50:30 -0000 1.9
@@ -658,6 +658,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // 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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- serendipity_lang_tn.inc.php 20 Dec 2004 11:46:38 -0000 1.9
+++ serendipity_lang_tn.inc.php 21 Dec 2004 12:50:32 -0000 1.10
@@ -659,6 +659,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_ru.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ru.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serendipity_lang_ru.inc.php 20 Dec 2004 14:16:20 -0000 1.1
+++ serendipity_lang_ru.inc.php 21 Dec 2004 12:50:32 -0000 1.2
@@ -661,6 +661,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- serendipity_lang_de.inc.php 20 Dec 2004 11:46:38 -0000 1.129
+++ serendipity_lang_de.inc.php 21 Dec 2004 12:50:31 -0000 1.130
@@ -657,6 +657,7 @@
@define('RESET_DATE_DESC', 'Hier klicken um das Datum auf die aktuelle Systemzeit zu setzen');
@define('PROBLEM_PERMISSIONS_HOWTO', 'Zugriffsrechte können durch folgenden Shell-Befehl (oder auch mittels FTP-Client) geändert werden: `<em>%s</em>` mit dem Namen des unbeschreibbaren Verzeichnisses.');
@define('WARNING_TEMPLATE_DEPRECATED', 'Hinweis: Das aktuelle Template verwendet eine ältere Methode der HTML-Erzeugung. Falls möglich bitte das Template auf die Nutzung von Smarty optimieren.');
+@define('ENTRY_PUBLISHED_FUTURE', 'Dieser Artikel ist noch nicht veröffentlicht.');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- serendipity_lang_nl.inc.php 21 Dec 2004 08:37:57 -0000 1.64
+++ serendipity_lang_nl.inc.php 21 Dec 2004 12:50:31 -0000 1.65
@@ -664,6 +664,7 @@
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time'); // Translate
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program'); // Translate
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible'); // Translate
+@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
|