Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27187/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:
- Allow the delivery of gzip compressed pages
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- serendipity_lang_cs.inc.php 28 Nov 2004 09:15:31 -0000 1.69
+++ serendipity_lang_cs.inc.php 28 Nov 2004 21:07:12 -0000 1.70
@@ -612,6 +612,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- serendipity_lang_no.inc.php 28 Nov 2004 09:15:32 -0000 1.10
+++ serendipity_lang_no.inc.php 28 Nov 2004 21:07:15 -0000 1.11
@@ -607,5 +607,7 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- serendipity_lang_nl.inc.php 28 Nov 2004 09:15:32 -0000 1.45
+++ serendipity_lang_nl.inc.php 28 Nov 2004 21:07:15 -0000 1.46
@@ -617,6 +617,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- serendipity_lang_en.inc.php 28 Nov 2004 09:15:32 -0000 1.90
+++ serendipity_lang_en.inc.php 28 Nov 2004 21:07:14 -0000 1.91
@@ -609,6 +609,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.');
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.');
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s');
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages');
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded');
/* 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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- serendipity_lang_tw.inc.php 28 Nov 2004 09:15:33 -0000 1.5
+++ serendipity_lang_tw.inc.php 28 Nov 2004 21:07:16 -0000 1.6
@@ -610,6 +610,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- serendipity_lang_bg.inc.php 28 Nov 2004 09:15:31 -0000 1.23
+++ serendipity_lang_bg.inc.php 28 Nov 2004 21:07:12 -0000 1.24
@@ -594,6 +594,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- serendipity_lang_pt.inc.php 28 Nov 2004 09:15:32 -0000 1.45
+++ serendipity_lang_pt.inc.php 28 Nov 2004 21:07:15 -0000 1.46
@@ -613,6 +613,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- serendipity_lang_it.inc.php 28 Nov 2004 09:15:32 -0000 1.9
+++ serendipity_lang_it.inc.php 28 Nov 2004 21:07:15 -0000 1.10
@@ -612,6 +612,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- serendipity_lang_da.inc.php 28 Nov 2004 09:15:31 -0000 1.89
+++ serendipity_lang_da.inc.php 28 Nov 2004 21:07:13 -0000 1.90
@@ -607,6 +607,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- serendipity_lang_fr.inc.php 28 Nov 2004 09:15:32 -0000 1.68
+++ serendipity_lang_fr.inc.php 28 Nov 2004 21:07:15 -0000 1.69
@@ -615,6 +615,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- serendipity_lang_cz.inc.php 28 Nov 2004 09:15:31 -0000 1.69
+++ serendipity_lang_cz.inc.php 28 Nov 2004 21:07:12 -0000 1.70
@@ -610,6 +610,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- serendipity_lang_es.inc.php 28 Nov 2004 09:15:32 -0000 1.86
+++ serendipity_lang_es.inc.php 28 Nov 2004 21:07:14 -0000 1.87
@@ -618,6 +618,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // 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.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- serendipity_lang_de.inc.php 28 Nov 2004 09:15:32 -0000 1.108
+++ serendipity_lang_de.inc.php 28 Nov 2004 21:07:13 -0000 1.109
@@ -609,6 +609,8 @@
@define('WELCOME_TO_ADMIN', 'Welcome to the Serendipity Administration Suite.'); // Translate
@define('PLEASE_ENTER_CREDENTIALS', 'Please enter your credentials below.'); // Translate
@define('ADMIN_FOOTER_POWERED_BY', 'Powered by Serendipity %s and PHP %s'); // Translate
+@define('INSTALL_USEGZIP', 'Use gzip compressed pages'); // Translate
+@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommeded'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
?>
\ No newline at end of file
|