From e109b71e7fb6452efb082792094f40750bbcdfaa Mon Sep 17 00:00:00 2001 From: "mikep%oeone.com" Date: Wed, 7 Jun 2006 02:07:59 +0000 Subject: [PATCH] Localizing the first day of the week, as per bug 186569. git-svn-id: svn://10.0.0.236/trunk@199219 18797224-902f-48f8-a5cc-f745e15eee43 --- .../locales/en-US/chrome/calendar/calendar.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/calendar/locales/en-US/chrome/calendar/calendar.properties b/mozilla/calendar/locales/en-US/chrome/calendar/calendar.properties index 0cf7fe1a59e..4e980376bdb 100644 --- a/mozilla/calendar/locales/en-US/chrome/calendar/calendar.properties +++ b/mozilla/calendar/locales/en-US/chrome/calendar/calendar.properties @@ -47,6 +47,7 @@ aboutToImport=About to import aboutToImportEnd=event(s).\nDo you want to open all new events to import before importing? duplicateImport=Some duplicate entries were imported. Each one will display in the New Event dialog,\n where you can skip it using Cancel, or edit and accept it using OK. addDuplicate=Add duplicate entry: + #spaces needed at the end of the following lines eventTitle=Title: eventStartTime=Start Time: @@ -64,4 +65,8 @@ HTMLTitle=Mozilla Calendar deleteCalendarTitle=Delete Calendar deleteCalendarMessage=Are you sure you want to delete this calendar? deleteCalendarOnly=Delete Calendar -deleteCalendarAndFile=Delete Calendar And File \ No newline at end of file +deleteCalendarAndFile=Delete Calendar And File + +#the default day to start the week on +#0=Sunday 1=Monday 2=Tuesday 3=Wednesdsay 4=Thursday 5=Friday 6=Saturday +defaultWeekStart=0 \ No newline at end of file