Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28213/lang
Modified Files:
serendipity_lang_da.inc.php serendipity_lang_de.inc.php
serendipity_lang_en.inc.php serendipity_lang_es.inc.php
Log Message:
Moved caching explanations to the README file as suggested by tom.
Added configuration parameters to prevent caching inside the syndication
plugin. Translations needed.
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- serendipity_lang_da.inc.php 18 Feb 2004 11:21:55 -0000 1.4
+++ serendipity_lang_da.inc.php 25 Feb 2004 08:41:24 -0000 1.5
@@ -324,5 +324,9 @@
@define('ORIGINAL_SHORT', 'Orig.');
@define('IMAGES_PER_PAGE', 'billeder per side');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'Prevent HTTP caching'); // TRANSLATE
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'If set to "true" this will suggest the link to your RSS feed to not allow clients the bandwidth saving caching of RSS feed request. It is suggested to set this to "false".'); // 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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- serendipity_lang_de.inc.php 17 Feb 2004 12:21:55 -0000 1.14
+++ serendipity_lang_de.inc.php 25 Feb 2004 08:41:24 -0000 1.15
@@ -317,6 +317,8 @@
@define('THUMBNAIL_SHORT', 'Vorsch.');
@define('ORIGINAL_SHORT', 'Orig.');
@define('IMAGES_PER_PAGE', 'Bilder pro Seite');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'HTTP-Caching verhindern');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'Wenn diese Option auf "Ja" gesetzt ist wird der Link zum RSS Feed einem Client vorschlagen, den Feed nicht zu cachen sondern jedesmal erneut vollständig zu laden. Dies ist nicht ressourcensparend, daher wird empfohlen diese Option bei "Nein" zu belassen.');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- serendipity_lang_en.inc.php 17 Feb 2004 12:21:56 -0000 1.11
+++ serendipity_lang_en.inc.php 25 Feb 2004 08:41:24 -0000 1.12
@@ -317,6 +317,8 @@
@define('THUMBNAIL_SHORT', 'Thumb');
@define('ORIGINAL_SHORT', 'Orig.');
@define('IMAGES_PER_PAGE', 'images per page');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'Prevent HTTP caching');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'If set to "true" this will suggest the link to your RSS feed to not allow clients the bandwidth saving caching of RSS feed request. It is suggested to set this to "false".');
/* vim: set sts=4 ts=4 expandtab : */
?>
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- serendipity_lang_es.inc.php 17 Feb 2004 12:21:56 -0000 1.12
+++ serendipity_lang_es.inc.php 25 Feb 2004 08:41:24 -0000 1.13
@@ -311,6 +311,8 @@
@define('THUMBNAIL_SHORT', 'Thumb'); // TRANSLATE
@define('ORIGINAL_SHORT', 'Orig.'); // TRANSLATE
@define('IMAGES_PER_PAGE', 'images per page'); // TRANSLATE
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'Prevent HTTP caching'); // TRANSLATE
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'If set to "true" this will suggest the link to your RSS feed to not allow clients the bandwidth saving caching of RSS feed request. It is suggested to set this to "false".'); // TRANSLATE
/* vim: set sts=4 ts=4 expandtab : */
?>
|