From 327d208164e97f91e50890b8af719d98e0792579 Mon Sep 17 00:00:00 2001 From: "mostafah%oeone.com" Date: Wed, 7 Jun 2006 02:09:57 +0000 Subject: [PATCH] Checked in patch 165084 for bug 173562: Need to import Outlook CSV exported data --- .../en-US/chrome/calendar/calendar.properties | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/calendar/locales/en-US/chrome/calendar/calendar.properties b/calendar/locales/en-US/chrome/calendar/calendar.properties index 5c39eb169b6a..f2c2e3f6ecf2 100644 --- a/calendar/locales/en-US/chrome/calendar/calendar.properties +++ b/calendar/locales/en-US/chrome/calendar/calendar.properties @@ -169,6 +169,32 @@ filterCsv=Comma Separated filterOutlookCsv=Outlook Comma Separated filterRdf=iCalendar RDF +# Literal Outlook CSV headers. Take from a .csv file exported by Outlook. +# For matching first line of .csv file to import Outlook Comma Separated events. +outlookCSVTitle =Subject +outlookCSVStartDate =Start Date +outlookCSVStartTime =Start Time +outlookCSVEndDate =End Date +outlookCSVEndTime =End Time +outlookCSVAllDayEvent=All day event +outlookCSVAlarm =Reminder on/off +outlookCSVAlarmDate =Reminder Date +outlookCSVAlarmTime =Reminder Time +outlookCSVCategories =Categories +outlookCSVDescription=Description +outlookCSVLocation =Location +outlookCSVPrivate =Private +# Literal values for True and False in .csv files exported by Outlook +outlookCSVValueTrue =True +outlookCSVValueFalse =False + +# Questions to user about how to parse values +outlookCSVDateParseConfirm=\ + A date in this file is formatted as "%1$S".\n\ + The operating system is set to parse this date as "%2$S".\n\ + Is this OK?\n\ + (If not, adjust settings so format matches, then restart this application.) + # Remote calendar errors errorTitle=Error getting calendar httpError=Getting the calendar file failed.\nStatus code: %1$S: %2$S