Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22573/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:
Redesigned the plugin manager - now it looks more like the installer
Added RFE #827945 - Allow for custom selection of calendar beginning on week
Please test the latter, it's somewhat of a hack :)
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- serendipity_lang_da.inc.php 27 Feb 2004 18:12:52 -0000 1.9
+++ serendipity_lang_da.inc.php 27 Feb 2004 19:25:56 -0000 1.10
@@ -329,7 +329,8 @@
@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".');
-
+@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)');
/* 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.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- serendipity_lang_de.inc.php 26 Feb 2004 11:33:03 -0000 1.18
+++ serendipity_lang_de.inc.php 27 Feb 2004 19:26:11 -0000 1.19
@@ -323,5 +323,8 @@
@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');
+@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
+
/* 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- serendipity_lang_en.inc.php 26 Feb 2004 11:33:03 -0000 1.16
+++ serendipity_lang_en.inc.php 27 Feb 2004 19:26:11 -0000 1.17
@@ -321,6 +321,10 @@
@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
+@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)');
+
/* 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- serendipity_lang_es.inc.php 26 Feb 2004 11:33:03 -0000 1.16
+++ serendipity_lang_es.inc.php 27 Feb 2004 19:26:11 -0000 1.17
@@ -316,6 +316,7 @@
@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
-
+@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
/* vim: set sts=4 ts=4 expandtab : */
?>
|