gecko-dev/calendar/resources/locale/en-US/calendar.dtd

179 строки
8.2 KiB
DTD
Исходник Обычный вид История

2001-11-07 23:29:04 +03:00
<!-- ***** BEGIN LICENSE BLOCK *****
2001-11-07 22:18:46 +03:00
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is OEone Calendar Code, released October 31st, 2001.
-
- The Initial Developer of the Original Code is
- OEone Corporation.
2001-11-07 23:29:04 +03:00
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
2001-11-07 22:18:46 +03:00
-
2001-11-07 23:29:04 +03:00
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
2002-03-05 17:03:26 +03:00
- Chris Charabaruk <coldacid@meldstar.com>
2001-11-07 22:18:46 +03:00
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
2001-11-07 23:29:04 +03:00
- ***** END LICENSE BLOCK ***** -->
2001-11-07 22:18:46 +03:00
<!ENTITY alarm.units.minutes "Minutes" >
<!ENTITY alarm.units.hours "Hours" >
<!ENTITY alarm.units.days "Days" >
2001-12-20 23:13:53 +03:00
<!ENTITY alarm.units.minutes.singular "Minute" >
<!ENTITY alarm.units.hours.singular "Hour" >
<!ENTITY alarm.units.days.singular "Day" >
2001-11-07 22:18:46 +03:00
<!ENTITY repeat.units.days "Days" >
<!ENTITY repeat.units.weeks "Weeks" >
<!ENTITY repeat.units.months "Months" >
<!ENTITY repeat.units.years "Years" >
2001-12-20 23:13:53 +03:00
<!ENTITY repeat.units.days.singular "Day" >
<!ENTITY repeat.units.weeks.singular "Week" >
<!ENTITY repeat.units.months.singular "Month" >
<!ENTITY repeat.units.years.singular "Year" >
2001-11-16 21:51:22 +03:00
2001-11-07 22:18:46 +03:00
<!ENTITY newevent.title.label "Title" >
<!ENTITY newevent.location.label "Location" >
<!ENTITY newevent.start.label "Start" >
<!ENTITY newevent.date.label "Date" >
<!ENTITY newevent.startdate.label "Start Date" >
<!ENTITY newevent.enddate.label "End Date" >
2001-11-07 22:18:46 +03:00
<!ENTITY newevent.end.label "End" >
<!ENTITY newevent.alldayevent.label "This event lasts all day." >
<!ENTITY newevent.description.label "Note" >
2001-11-07 22:18:46 +03:00
<!ENTITY newevent.private.label "Private" >
<!ENTITY newevent.private.note "This event is private." >
<!ENTITY newevent.alarm.label "Alarm" >
<!ENTITY newevent.invite.label "Invite" >
<!ENTITY newevent.email.label "Email Alarm To" >
<!ENTITY newevent.beforealarm.label "before the event starts" >
<!ENTITY newevent.repeat.label "Repeat every" >
<!ENTITY newevent.until.label "Until" >
<!ENTITY newevent.forever.label "Forever" >
<!ENTITY newevent.exceptions.caption "Exceptions">
<!ENTITY newevent.addexceptions.label "Add Exception">
<!ENTITY newevent.deleteexceptions.label "Delete Exception">
<!ENTITY newevent.endtime.warning "Your start time is after your end time.">
<!ENTITY newevent.repeatdate.tooltip "Choose a date to end on" >
<!ENTITY newevent.recurend.warning "Your repeat time ends before your end time.">
<!ENTITY newevent.endtime.tooltip "Choose an end time for this event" >
2001-11-07 22:18:46 +03:00
<!ENTITY newevent.starttimeerror.alertmessage "Your event cannot end before it has started. Please fix either the start time or the end time." >
<!ENTITY newevent.recurendtimeerror.alertmessage "Your event's repeat time cannot be before the event end time. Please fix this, or disable repeating." >
2001-11-07 22:18:46 +03:00
<!ENTITY calendar.confirm.deleteevent "Are you sure you want to delete this event titled: " >
2002-03-05 17:03:26 +03:00
<!ENTITY calendar.confirm.deleteuntitledevent "Are you sure you want to delete this untitled event?" >
2001-11-07 22:18:46 +03:00
<!ENTITY event.alarm.checkbox.label "Remind me again in " >
2002-04-09 00:29:01 +04:00
<!ENTITY event.title.alarm "Alarm" >
<!ENTITY event.title.new "New Event" >
<!ENTITY event.title.edit "Edit Event" >
2001-11-07 22:18:46 +03:00
<!ENTITY event.tip.new "Create a new event." >
<!ENTITY event.tip.edit "Edit an existing event." >
<!ENTITY event.tip.alert "Alarm!" >
<!ENTITY calendar.flat.topbar.new "New Event" >
<!ENTITY calendar.flat.topbar.gototoday "Go To Today" >
<!ENTITY calendar.flat.topbar.choosedate "Go To Date" >
<!ENTITY calendar.flat.topbar.dayview "Day View" >
<!ENTITY calendar.flat.topbar.weekview "Week View" >
<!ENTITY calendar.flat.topbar.monthview "Month View" >
<!ENTITY calendar.tools.delete.tooltip "Delete Event" >
<!ENTITY calendar.tools.modify.tooltip "Modify Event" >
<!ENTITY calendar.newevent.button.tooltip "Create a new Calendar event" >
<!ENTITY calendar.delete.button.tooltip "Delete selected event" >
<!ENTITY calendar.edit.button.tooltip "Edit selected event" >
2002-04-09 00:29:01 +04:00
<!ENTITY calendar.unifinder.withalarms.label "With Alarms" >
<!ENTITY calendar.unifinder.todayandfuture.label "Today And Future" >
<!ENTITY calendar.gototoday.button.tooltip "Go to today" >
<!ENTITY calendar.choosedate.button.tooltip "Choose date to go to" >
2002-04-09 00:29:01 +04:00
<!ENTITY calendar.dayview.button.tooltip "Switch to day view" >
<!ENTITY calendar.weekview.button.tooltip "Switch to week view" >
<!ENTITY calendar.monthview.button.tooltip "Switch to month view" >
2001-11-07 22:18:46 +03:00
<!ENTITY calendar.nextday.button.tooltip "Next Day" >
<!ENTITY calendar.prevday.button.tooltip "Previous Day" >
<!ENTITY calendar.nextweek.button.tooltip "Next Week" >
<!ENTITY calendar.prevweek.button.tooltip "Previous Week" >
<!ENTITY calendar.nextmonth.button.tooltip "Next Month" >
<!ENTITY calendar.prevmonth.button.tooltip "Previous Month" >
2001-11-07 22:18:46 +03:00
<!ENTITY calendar.newevent.button.label "New Event" >
2002-04-09 00:29:01 +04:00
<!ENTITY calendar.delete.button.label "Delete" >
<!ENTITY calendar.edit.button.label "Edit" >
2001-11-20 01:25:41 +03:00
<!ENTITY calendar.gototoday.button.label "Today" >
<!ENTITY calendar.choosedate.button.label "Choose Date" >
2002-04-09 00:29:01 +04:00
<!ENTITY calendar.dayview.button.label "Day View" >
<!ENTITY calendar.weekview.button.label "Week View" >
<!ENTITY calendar.monthview.button.label "Month View" >
2001-11-07 22:18:46 +03:00
<!ENTITY calendar.menu.options.modify "Edit" >
<!ENTITY calendar.menu.options.remove "Delete" >
<!ENTITY calendar.main.tab.label "Events" >
2002-03-22 17:14:13 +03:00
<!ENTITY calendar.search.tab.label "Search">
2002-04-09 00:29:01 +04:00
<!ENTITY calendar.search.options.searchfor "Event contains:">
2001-11-07 22:18:46 +03:00
<!-- Month View Entities -->
<!ENTITY calendar.monthview.column.1.name "SUN">
<!ENTITY calendar.monthview.column.2.name "MON">
<!ENTITY calendar.monthview.column.3.name "TUE">
<!ENTITY calendar.monthview.column.4.name "WED">
<!ENTITY calendar.monthview.column.5.name "THU">
<!ENTITY calendar.monthview.column.6.name "FRI">
<!ENTITY calendar.monthview.column.7.name "SAT">
2001-11-20 01:25:41 +03:00
<!-- Statusbar -->
<!ENTITY statusText.label "Document: Done">
<!-- Window Title -->
<!ENTITY window.title "Mozilla Calendar">
<!-- Context Menu -->
<!ENTITY calendar.context.newevent "New Event">
<!ENTITY calendar.context.modifyevent "Edit Event">
<!ENTITY calendar.context.deleteevent "Delete Event">
<!ENTITY calendar.context.gototoday "Go To Today">
<!ENTITY calendar.context.dayview "Switch To Day View">
<!ENTITY calendar.context.weekview "Switch To Week View">
<!ENTITY calendar.context.monthview "Switch To Month View">
<!ENTITY calendar.context.toggleBackground "Toggle Background">
<!ENTITY calendar.context.reload "Reload">
<!ENTITY calendar.context.emailevent "Email Event">