зеркало из https://github.com/mozilla/gecko-dev.git
Checked in patch 165084 for bug 173562:
Need to import Outlook CSV exported data
This commit is contained in:
Родитель
49b84eb480
Коммит
327d208164
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче