Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25986/lang
Modified Files:
Tag: branch-smarty
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
Log Message:
* Support for adding timezone offsets in configuration
* Fixed XHTML compliance of calendar
* Adjusted coding style in some places
* Fixed entry preview to not show comments/trackbacks
* Fixed draft display in frontend entry overview
* New variable "is_preview" for smarty template
* Removed some hard-coded language strings in smarty templates
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.61.2.8
retrieving revision 1.61.2.9
diff -u -d -r1.61.2.8 -r1.61.2.9
--- serendipity_lang_cs.inc.php 4 Nov 2004 11:59:25 -0000 1.61.2.8
+++ serendipity_lang_cs.inc.php 12 Nov 2004 15:43:25 -0000 1.61.2.9
@@ -588,6 +588,9 @@
@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
/* 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.8
retrieving revision 1.2.2.9
diff -u -d -r1.2.2.8 -r1.2.2.9
--- serendipity_lang_no.inc.php 4 Nov 2004 11:59:26 -0000 1.2.2.8
+++ serendipity_lang_no.inc.php 12 Nov 2004 15:43:27 -0000 1.2.2.9
@@ -583,5 +583,8 @@
@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
?>
\ 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.8
retrieving revision 1.36.2.9
diff -u -d -r1.36.2.8 -r1.36.2.9
--- serendipity_lang_nl.inc.php 4 Nov 2004 11:59:25 -0000 1.36.2.8
+++ serendipity_lang_nl.inc.php 12 Nov 2004 15:43:27 -0000 1.36.2.9
@@ -593,6 +593,9 @@
@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
/* 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.9
retrieving revision 1.79.2.10
diff -u -d -r1.79.2.9 -r1.79.2.10
--- serendipity_lang_en.inc.php 4 Nov 2004 11:59:25 -0000 1.79.2.9
+++ serendipity_lang_en.inc.php 12 Nov 2004 15:43:26 -0000 1.79.2.10
@@ -585,6 +585,9 @@
@define('ALREADY_INSTALLED', 'Already installed');
@define('SELECT_A_PLUGIN_TO_ADD', 'Select the plugin which you wish to install');
@define('QUICKSAVE', 'Quicksave');
+@define('INSTALL_OFFSET', 'Server time Offset');
+@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver and your desired time zone');
+@define('STICKY_POSTINGS', 'Sticky Postings');
/* 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.15.2.8
retrieving revision 1.15.2.9
diff -u -d -r1.15.2.8 -r1.15.2.9
--- serendipity_lang_bg.inc.php 4 Nov 2004 11:59:25 -0000 1.15.2.8
+++ serendipity_lang_bg.inc.php 12 Nov 2004 15:43:25 -0000 1.15.2.9
@@ -570,6 +570,9 @@
@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
/* 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.9
retrieving revision 1.36.2.10
diff -u -d -r1.36.2.9 -r1.36.2.10
--- serendipity_lang_pt.inc.php 4 Nov 2004 11:59:26 -0000 1.36.2.9
+++ serendipity_lang_pt.inc.php 12 Nov 2004 15:43:27 -0000 1.36.2.10
@@ -589,6 +589,9 @@
@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
/* 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.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- serendipity_lang_it.inc.php 4 Nov 2004 11:59:25 -0000 1.1.2.8
+++ serendipity_lang_it.inc.php 12 Nov 2004 15:43:26 -0000 1.1.2.9
@@ -585,6 +585,9 @@
@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
/* 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.9
retrieving revision 1.79.2.10
diff -u -d -r1.79.2.9 -r1.79.2.10
--- serendipity_lang_da.inc.php 4 Nov 2004 11:59:25 -0000 1.79.2.9
+++ serendipity_lang_da.inc.php 12 Nov 2004 15:43:25 -0000 1.79.2.10
@@ -583,6 +583,9 @@
@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
/* 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.10
retrieving revision 1.58.2.11
diff -u -d -r1.58.2.10 -r1.58.2.11
--- serendipity_lang_fr.inc.php 4 Nov 2004 11:59:25 -0000 1.58.2.10
+++ serendipity_lang_fr.inc.php 12 Nov 2004 15:43:26 -0000 1.58.2.11
@@ -591,6 +591,9 @@
@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
/* 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.61.2.7
retrieving revision 1.61.2.8
diff -u -d -r1.61.2.7 -r1.61.2.8
--- serendipity_lang_cz.inc.php 4 Nov 2004 11:59:25 -0000 1.61.2.7
+++ serendipity_lang_cz.inc.php 12 Nov 2004 15:43:25 -0000 1.61.2.8
@@ -586,6 +586,9 @@
@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
/* 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.9
retrieving revision 1.77.2.10
diff -u -d -r1.77.2.9 -r1.77.2.10
--- serendipity_lang_es.inc.php 4 Nov 2004 11:59:25 -0000 1.77.2.9
+++ serendipity_lang_es.inc.php 12 Nov 2004 15:43:26 -0000 1.77.2.10
@@ -594,6 +594,9 @@
@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
/* 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.10
retrieving revision 1.98.2.11
diff -u -d -r1.98.2.10 -r1.98.2.11
--- serendipity_lang_de.inc.php 4 Nov 2004 11:59:25 -0000 1.98.2.10
+++ serendipity_lang_de.inc.php 12 Nov 2004 15:43:26 -0000 1.98.2.11
@@ -585,6 +585,9 @@
@define('ALREADY_INSTALLED', 'Bereits installiert');
@define('SELECT_A_PLUGIN_TO_ADD', 'Plugin zur Installation wählen');
@define('QUICKSAVE', 'Zwischenspeichern');
+@define('INSTALL_OFFSET', 'Server Zeitunterschied');
+@define('INSTALL_OFFSET_DESC', 'Wieviele Stunden liegen zwischen der Uhrzeit des Servers und der eigenen Zeitzone');
+@define('STICKY_POSTINGS', 'Dauerhafte Einträge');
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|