Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3047
Modified Files:
serendipity_lang_da.inc.php serendipity_lang_de.inc.php
serendipity_lang_en.inc.php serendipity_lang_es.inc.php
Log Message:
Language strings
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- serendipity_lang_da.inc.php 25 Feb 2004 17:42:48 -0000 1.7
+++ serendipity_lang_da.inc.php 26 Feb 2004 11:33:02 -0000 1.8
@@ -327,6 +327,7 @@
@define('ORIGINAL_SHORT', 'Orig.');
@define('IMAGES_PER_PAGE', 'billeder per side');
+@define('APPLY_MARKUP_TO', 'Apply markup to %s'); // 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
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_de.inc.php 25 Feb 2004 17:42:48 -0000 1.17
+++ serendipity_lang_de.inc.php 26 Feb 2004 11:33:03 -0000 1.18
@@ -321,6 +321,7 @@
@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.');
+@define('APPLY_MARKUP_TO', 'Textformatierung auf %s anwenden');
/* 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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- serendipity_lang_en.inc.php 25 Feb 2004 17:45:56 -0000 1.15
+++ serendipity_lang_en.inc.php 26 Feb 2004 11:33:03 -0000 1.16
@@ -321,6 +321,6 @@
@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".');
-
+@define('APPLY_MARKUP_TO', 'Apply markup to %s'); // TRANSLATE
/* 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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- serendipity_lang_es.inc.php 25 Feb 2004 17:42:48 -0000 1.15
+++ serendipity_lang_es.inc.php 26 Feb 2004 11:33:03 -0000 1.16
@@ -315,6 +315,7 @@
@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
+@define('APPLY_MARKUP_TO', 'Apply markup to %s'); // TRANSLATE
/* vim: set sts=4 ts=4 expandtab : */
?>
|