Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1526/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:
Yeah, okay... so saturday is day 6, not day 7... gah!
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- serendipity_lang_da.inc.php 27 Feb 2004 19:25:56 -0000 1.10
+++ serendipity_lang_da.inc.php 27 Feb 2004 20:15:02 -0000 1.11
@@ -330,7 +330,7 @@
@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".');
@define('CALENDAR_BEGINNING_OF_WEEK', 'Starten på ugen');
-@define('CALENDAR_BOW_DESC', 'Et number som beskiver hvilken ugedag ugen starter på, værdierne ligger i intervallet: 0 = søndag, 1 = mandag ... 7 = lørdag (standard: 1)');
+@define('CALENDAR_BOW_DESC', 'Et number som beskiver hvilken ugedag ugen starter på, værdierne ligger i intervallet: 0 = søndag, 1 = mandag ... 6 = lørdag (standard: 1)');
/* 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.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- serendipity_lang_de.inc.php 27 Feb 2004 19:26:11 -0000 1.19
+++ serendipity_lang_de.inc.php 27 Feb 2004 20:15:02 -0000 1.20
@@ -324,7 +324,7 @@
@define('APPLY_MARKUP_TO', 'Textformatierung auf %s anwenden');
@define('CALENDAR_BEGINNING_OF_WEEK', 'Beginning of the week'); // TRANSLATE
-@define('CALENDAR_BOW_DESC', 'An interger describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 7 = saturday (default: 1)'); // TRANSLATE
+@define('CALENDAR_BOW_DESC', 'An interger describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 6 = saturday (default: 1)'); // TRANSLATE
/* 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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_en.inc.php 27 Feb 2004 19:26:11 -0000 1.17
+++ serendipity_lang_en.inc.php 27 Feb 2004 20:15:02 -0000 1.18
@@ -324,7 +324,7 @@
@define('APPLY_MARKUP_TO', 'Apply markup to %s');
@define('CALENDAR_BEGINNING_OF_WEEK', 'Beginning of the week');
-@define('CALENDAR_BOW_DESC', 'An interger describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 7 = saturday (default: 1)');
+@define('CALENDAR_BOW_DESC', 'An interger describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 6 = saturday (default: 1)');
/* 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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_lang_es.inc.php 27 Feb 2004 19:26:11 -0000 1.17
+++ serendipity_lang_es.inc.php 27 Feb 2004 20:15:03 -0000 1.18
@@ -317,6 +317,6 @@
@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
@define('CALENDAR_BEGINNING_OF_WEEK', 'Beginning of the week'); // TRANSLATE
-@define('CALENDAR_BOW_DESC', 'An interger describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 7 = saturday (default: 1)'); // TRANSLATE
+@define('CALENDAR_BOW_DESC', 'An interger describing which weekday the week starts on, values range from: 0 = sunday, 1 = monday ... 6 = saturday (default: 1)'); // TRANSLATE
/* vim: set sts=4 ts=4 expandtab : */
?>
|