Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8510/lang
Modified Files:
serendipity_lang_da.inc.php
Log Message:
Update
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- serendipity_lang_da.inc.php 26 Feb 2004 11:33:02 -0000 1.8
+++ serendipity_lang_da.inc.php 27 Feb 2004 18:12:52 -0000 1.9
@@ -326,10 +326,9 @@
@define('THUMBNAIL_SHORT', 'Mini');
@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
+@define('APPLY_MARKUP_TO', 'Formatér %s');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE', 'Forhindre HTTP caching');
+@define('SYNDICATION_PLUGIN_PREVENT_CACHE_DESC', 'Hvis sat til "true" vi dette anbefale linket til dit RSS feed om ikke at tillade klienter at cache dit feed. Det anbefales at sætte dette til "false".');
/* vim: set sts=4 ts=4 expandtab : */
|