Localizing text so that people can easily translate to another language.
git-svn-id: svn://10.0.0.236/trunk@199270 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -106,6 +106,13 @@
|
||||
<!ENTITY newevent.status.tentative.label "Tentative" >
|
||||
<!ENTITY newevent.status.confirmed.label "Confirmed" >
|
||||
|
||||
<!ENTITY newevent.advanced.repeat.dayofmonth.label "On the xth day of the month">
|
||||
<!ENTITY newevent.advanced.repeat.dayofweek.label "4th Tuesday of the month">
|
||||
<!ENTITY newevent.advanced.repeat.lastdayofweek.label "Last Tuesday of the month">
|
||||
|
||||
<!ENTITY newevent.choosefile.label "Choose File">
|
||||
<!ENTITY newevent.removeselectedfile.label "Remove Selected File">
|
||||
|
||||
<!ENTITY newtodo.completed.label "Completed">
|
||||
<!ENTITY newtodo.duedate.label "Due Date">
|
||||
<!ENTITY newtodo.startdate.label "Start Date">
|
||||
@@ -160,6 +167,12 @@
|
||||
<!ENTITY calendar.unifinder.todoitems.label "Tasks" >
|
||||
<!ENTITY calendar.unifinder.hidecompletedtodos.label "Hide Completed Tasks">
|
||||
|
||||
<!ENTITY calendar.calendartab.label "Calendar">
|
||||
<!ENTITY calendar.listofcalendarstab.label "Calendars">
|
||||
<!ENTITY calendar.gototoday.button.label "Go To Today" >
|
||||
|
||||
<!ENTITY calendar.listofcalendarstab.label "Calendars">
|
||||
|
||||
<!ENTITY calendar.calendarlistbox.label "Calendars">
|
||||
|
||||
<!ENTITY calendar.events.filter.all.label "All Events">
|
||||
@@ -281,6 +294,7 @@
|
||||
<!ENTITY calendar.context.editserver.label "Edit Calendar">
|
||||
<!ENTITY calendar.context.deleteserver.label "Delete Calendar">
|
||||
<!ENTITY calendar.context.refreshserver.label "Refresh Remote Calendars">
|
||||
<!ENTITY calendar.context.publish.label "Publish Entire Calendar">
|
||||
|
||||
<!-- About Dialog -->
|
||||
<!ENTITY calendar.about.title "About Mozilla Calendar">
|
||||
@@ -312,11 +326,17 @@
|
||||
<!ENTITY calendar.local.calendar.dialog.help.label "You can optionally specify a file location where the calendar should be created.">
|
||||
<!ENTITY calendar.server.dialog.help.label "You can enter a local file path, or a remote file path like http://www.mozilla.org/projects/calendar/caldata/CanadaHolidays.ics">
|
||||
|
||||
<!ENTITY calendar.local.calendar.dialog.optional.label "The following fields are optional, and are used for publishing the calendar to a remote location.">
|
||||
|
||||
<!-- Calendar Publish Dialog -->
|
||||
<!ENTITY calendar.publish.dialog.title "Publish Calendar">
|
||||
<!ENTITY calendar.publish.url.label "Publishing URL">
|
||||
<!ENTITY calendar.publish.username.label "Username">
|
||||
<!ENTITY calendar.publish.password.label "Password">
|
||||
<!ENTITY calendar.publish.username.description "(Optional) The username to upload to this server.">
|
||||
<!ENTITY calendar.publish.password.description "(Optional) The password to upload to this server.">
|
||||
|
||||
<!ENTITY calendar.publish.example.url.description "Something like http://www.myserver.com/webdav/test.ics">
|
||||
|
||||
<!ENTITY allDayEvents.label "All Day Events">
|
||||
|
||||
@@ -327,3 +347,9 @@
|
||||
<!ENTITY calendar.wizard.subscribe.label "Subscribe: Subscribe to a calendar file on a remote machine (ie. on the Internet)">
|
||||
<!ENTITY calendar.wizard.publish.label "Publish: Publish events to a remote machine (ie. on the Internet) for others to subscribe to.">
|
||||
|
||||
<!-- Calendar Import Duplicates Dialog -->
|
||||
<!ENTITY calendar.importdupes.caption.label "What to do with duplicates:">
|
||||
<!ENTITY calendar.importdupes.autodiscard.label "Automatically discard duplicates">
|
||||
<!ENTITY calendar.importdupes.adddupes.label "Add duplicates">
|
||||
<!ENTITY calendar.importdupes.prompt.label "Prompt for each">
|
||||
|
||||
|
||||
@@ -83,3 +83,5 @@ defaultSnoozeAlarmLength=60
|
||||
dateFormat=0
|
||||
defaultStartHour=8
|
||||
defaultEndHour=17
|
||||
|
||||
Week=Week
|
||||
|
||||
@@ -70,6 +70,9 @@
|
||||
<!ENTITY calendar.import.label "Import From File...">
|
||||
<!ENTITY calendar.import.accesskey "i">
|
||||
|
||||
<!ENTITY calendar.wizard.label "Launch Wizard">
|
||||
<!ENTITY calendar.wizard.accesskey "w">
|
||||
|
||||
<!ENTITY calendar.export.label "Export Selected Events...">
|
||||
<!ENTITY calendar.export.accesskey "e">
|
||||
|
||||
|
||||
@@ -46,7 +46,12 @@
|
||||
<!ENTITY pref.mainbox.label "General Settings" >
|
||||
<!ENTITY pref.alarmgoesoff.label "When an alarm goes off:">
|
||||
<!ENTITY pref.playasound "Play a sound" >
|
||||
|
||||
<!ENTITY pref.alarmbox.label "Alarms" >
|
||||
<!ENTITY pref.showalarmbox "Show an alarm box" >
|
||||
<!ENTITY pref.defaultemail.label "Default address to send alarms to:">
|
||||
<!ENTITY pref.defaulttext.label "Default text for alarms:">
|
||||
|
||||
<!ENTITY pref.dateformat.label "Date Text Format:" >
|
||||
<!ENTITY pref.dateformat.long "Long" >
|
||||
<!ENTITY pref.dateformat.short "Short" >
|
||||
@@ -86,7 +91,14 @@
|
||||
<!ENTITY pref.hour.20 "20:00" >
|
||||
<!ENTITY pref.hour.21 "21:00" >
|
||||
<!ENTITY pref.hour.22 "22:00" >
|
||||
<!ENTITY pref.hour.23 "23:00" >
|
||||
<!ENTITY pref.hour.23 "23:00" >
|
||||
|
||||
<!ENTITY pref.calendar.view.dayview.caption "Day View">
|
||||
<!ENTITY pref.calendar.view.weekview.caption "Week View">
|
||||
|
||||
<!ENTITY pref.calendar.view.restrict.label "Restrict Views to ">
|
||||
<!ENTITY pref.calendar.view.starttime.label "Start time:">
|
||||
<!ENTITY pref.calendar.view.endtime.label "End time:">
|
||||
|
||||
<!ENTITY pref.categories.label "Categories" >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user