From: <var...@us...> - 2015-04-16 15:05:53
|
Revision: 9679 http://sourceforge.net/p/phpwiki/code/9679 Author: vargenau Date: 2015-04-16 15:05:41 +0000 (Thu, 16 Apr 2015) Log Message: ----------- jscalendar; add Calendar._FD Modified Paths: -------------- trunk/themes/blog/jscalendar/lang/calendar-de.js trunk/themes/blog/jscalendar/lang/calendar-en.js trunk/themes/blog/jscalendar/lang/calendar-es.js trunk/themes/blog/jscalendar/lang/calendar-it.js trunk/themes/blog/jscalendar/lang/calendar-jp.js trunk/themes/blog/jscalendar/lang/calendar-sv.js trunk/themes/blog/jscalendar/lang/calendar-zh.js Modified: trunk/themes/blog/jscalendar/lang/calendar-de.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-de.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-de.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -42,6 +42,10 @@ "Sa", "So"); +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + // full month names Calendar._MN = new Array ("Januar", @@ -92,7 +96,6 @@ "- oder klicken Sie mit festgehaltener Shift-Taste um diese zu verringern\n" + "- oder klicken und festhalten für Schnellauswahl."; -Calendar._TT["TOGGLE"] = "Ersten Tag der Woche wählen"; Calendar._TT["PREV_YEAR"] = "Voriges Jahr (Festhalten für Schnellauswahl)"; Calendar._TT["PREV_MONTH"] = "Voriger Monat (Festhalten für Schnellauswahl)"; Calendar._TT["GO_TODAY"] = "Heute auswählen"; Modified: trunk/themes/blog/jscalendar/lang/calendar-en.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-en.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-en.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -82,7 +82,7 @@ Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + -"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + Modified: trunk/themes/blog/jscalendar/lang/calendar-es.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-es.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-es.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -1,9 +1,7 @@ // ** I18N -// Calendar ES (spanish) language -// Author: Mihai Bazon, <mih...@ya...> -// Updater: Servilio Afre Puentes <ser...@ya...> -// Updated: 2004-06-03 +// Calendar ES language +// Author: Servilio Afre Puentes <ser...@ya...> // Distributed under the same terms as the calendar itself. // For translators: please use UTF-8 if possible. We strongly believe that @@ -84,7 +82,7 @@ Calendar._TT["ABOUT"] = "Selector DHTML de Fecha/Hora\n" + -"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) "Para conseguir la última versión visite: http://www.dynarch.com/projects/calendar/\n" + "Distribuido bajo licencia GNU LGPL. Visite http://gnu.org/licenses/lgpl.html para más detalles." + "\n\n" + Modified: trunk/themes/blog/jscalendar/lang/calendar-it.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-it.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-it.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -1,8 +1,7 @@ // ** I18N -// Calendar EN language -// Author: Mihai Bazon, <mih...@ya...> -// Translator: Fabio Di Bernardini, <alt...@em...> +// Calendar IT language +// Author: Fabio Di Bernardini, <alt...@em...> // Distributed under the same terms as the calendar itself. // For translators: please use UTF-8 if possible. We strongly believe that @@ -43,6 +42,10 @@ "Sab", "Dom"); +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + // full month names Calendar._MN = new Array ("Gennaio", Modified: trunk/themes/blog/jscalendar/lang/calendar-jp.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-jp.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-jp.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -1,4 +1,14 @@ // ** I18N + +// Calendar JA language +// Author: Mihai Bazon, <mih...@ya...> +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names Calendar._DN = new Array ("日", "月", @@ -24,7 +34,6 @@ // tooltips Calendar._TT = {}; -Calendar._TT["TOGGLE"] = "週の最初の曜日を切り替え"; Calendar._TT["PREV_YEAR"] = "前年"; Calendar._TT["PREV_MONTH"] = "前月"; Calendar._TT["GO_TODAY"] = "今日"; Modified: trunk/themes/blog/jscalendar/lang/calendar-sv.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-sv.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-sv.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -1,10 +1,7 @@ // ** I18N -// Calendar SV language (Swedish, svenska) -// Author: Mihai Bazon, <mih...@ya...> -// Translation team: <sv...@li...> -// Translator: Leonard Norrgård <leo...@re...> -// Last translator: Leonard Norrgård <leo...@re...> +// Calendar SV language +// Author: Leonard Norrgård <leo...@re...> // Distributed under the same terms as the calendar itself. // For translators: please use UTF-8 if possible. We strongly believe that Modified: trunk/themes/blog/jscalendar/lang/calendar-zh.js =================================================================== --- trunk/themes/blog/jscalendar/lang/calendar-zh.js 2015-04-16 15:03:01 UTC (rev 9678) +++ trunk/themes/blog/jscalendar/lang/calendar-zh.js 2015-04-16 15:05:41 UTC (rev 9679) @@ -4,6 +4,10 @@ // Author: muziq, <mu...@si...> // Distributed under the same terms as the calendar itself. +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + // full day names Calendar._DN = new Array ("星期日", @@ -38,6 +42,10 @@ "六", "日"); +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + // full month names Calendar._MN = new Array ("一月", @@ -74,7 +82,7 @@ Calendar._TT["ABOUT"] = "DHTML Date/Time Selector\n" + -"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) "For latest version visit: http://www.dynarch.com/projects/calendar/\n" + "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + "\n\n" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |