bug 267981 move calendar localization to /l10n. r=wolfiR defer=dmose

This commit is contained in:
mattwillis%gmail.com 2006-06-07 20:47:11 +00:00
Родитель 6eb92f0a89
Коммит d67bb02e35
25 изменённых файлов: 186 добавлений и 2300 удалений

Просмотреть файл

@ -1087,6 +1087,7 @@ calendar/xpi/Makefile
"
MAKEFILES_sunbird="
calendar/locales/Makefile
calendar/sunbird/Makefile
calendar/sunbird/app/Makefile
calendar/sunbird/base/Makefile

Просмотреть файл

@ -61,14 +61,14 @@ calendar.jar:
content/calendar/calendar-recurrence-dialog.xul (/calendar/base/content/calendar-recurrence-dialog.xul)
calendar-en-US.jar:
locale/en-US/calendar/global.dtd (/calendar/resources/locale/en-US/global.dtd)
locale/en-US/calendar/calendar.dtd (/calendar/resources/locale/en-US/calendar.dtd)
locale/en-US/calendar/calendarCreation.dtd (/calendar/resources/locale/en-US/calendarCreation.dtd)
locale/en-US/calendar/selectAddresses.dtd (/calendar/resources/locale/en-US/selectAddresses.dtd)
locale/en-US/calendar/calendar.properties (/calendar/resources/locale/en-US/calendar.properties)
locale/en-US/calendar/dateFormat.properties (/calendar/resources/locale/en-US/dateFormat.properties)
locale/en-US/calendar/menuOverlay.dtd (/calendar/resources/locale/en-US/menuOverlay.dtd)
* locale/en-US/calendar/prefs.dtd (/calendar/resources/locale/en-US/prefs.dtd)
locale/en-US/calendar/global.dtd (/calendar/locales/en-US/chrome/calendar/global.dtd)
locale/en-US/calendar/calendar.dtd (/calendar/locales/en-US/chrome/calendar/calendar.dtd)
locale/en-US/calendar/calendarCreation.dtd (/calendar/locales/en-US/chrome/calendar/calendarCreation.dtd)
locale/en-US/calendar/selectAddresses.dtd (/calendar/locales/en-US/chrome/calendar/selectAddresses.dtd)
locale/en-US/calendar/calendar.properties (/calendar/locales/en-US/chrome/calendar/calendar.properties)
locale/en-US/calendar/dateFormat.properties (/calendar/locales/en-US/chrome/calendar/dateFormat.properties)
locale/en-US/calendar/menuOverlay.dtd (/calendar/locales/en-US/chrome/calendar/menuOverlay.dtd)
* locale/en-US/calendar/prefs.dtd (/calendar/locales/en-US/chrome/calendar/prefs.dtd)
classic.jar:
#expand skin/classic/lightning/lightning.css (themes/__THEME__/lightning.css)

Просмотреть файл

@ -43,34 +43,148 @@ relativesrcdir = calendar/locales
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_XUL_APP
NO_JAR_AUTO_REG = 1
endif
include $(topsrcdir)/config/config.mk
run_for_effects := $(shell if ! test -d $(DIST); then $(NSINSTALL) -D $(DIST); fi; if ! test -d $(DIST)/branding; then $(NSINSTALL) -D $(DIST)/branding; fi)
_ABS_DIST := $(shell cd $(DIST) && pwd)
ifdef MOZ_BRANDING_DIRECTORY
SUBMAKEFILES += $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile
endif
# This makefile uses variable overrides from the libs-% target to
# build non-default locales to non-default dist/ locations. Be aware!
AB = $(firstword $(subst -, ,$(AB_CD)))
#ifdef MOZ_SUNBIRD
APP_VERSION = $(shell cat $(srcdir)/../sunbird/config/version.txt)
APP_VERSION = $(SUNBIRD_VERSION)
DEFINES += -DAPP_VERSION="$(APP_VERSION)"
#endif
DEFINES += \
-DAB_CD=$(AB_CD) \
-DLOCALE_SRCDIR=$(LOCALE_SRCDIR) \
-DPKG_BASENAME=$(PKG_BASENAME) \
$(NULL)
-DAB_CD=$(AB_CD) \
-DMOZ_LANGPACK_EID=langpack-$(AB_CD)@sunbird.mozilla.org \
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
-DLOCALE_SRCDIR=$(LOCALE_SRCDIR) \
-DPKG_BASENAME=$(PKG_BASENAME) \
$(NULL)
ifndef MOZ_BRANDING_DIRECTORY
DEFINES += -DMOZ_USE_GENERIC_BRANDING
endif
ifeq (,$(filter-out pref,$(MOZ_EXTENSIONS)))
DEFINES += -DEXTENSION_PREF
endif
PREF_JS_EXPORTS = $(LOCALE_SRCDIR)/sunbird-l10n.js
include $(topsrcdir)/config/rules.mk
README_FILES = \
README.txt \
$(NULL)
libs:: $(addprefix $(LOCALE_SRCDIR)/,$(README_FILES))
$(INSTALL) $^ $(FINAL_TARGET)
libs-%:
@$(MAKE) -C ../../toolkit/locales libs-$*
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$*
# Renable when using reporter
# @$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$*
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref
ifdef MOZ_BRANDING_DIRECTORY
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
endif
# Re-enable when using split branding
#ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
#MOZ_PKG_MAC_DSSTORE=$(_ABS_DIST)/branding/dsstore
#MOZ_PKG_MAC_BACKGROUND=$(_ABS_DIST)/branding/background.png
#MOZ_PKG_MAC_ICON=$(_ABS_DIST)/branding/disk.icns
#MOZ_PKG_MAC_RSRC=$(_ABS_DIST)/branding/license.r
#endif
PACKAGER_NO_LIBS = 1
include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
include $(call EXPAND_LOCALE_SRCDIR,toolkit/locales)/installer/windows/charset.mk
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
STAGEDIST = $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_APPNAME)/$(_APPNAME)/Contents/MacOS
else
STAGEDIST = $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_APPNAME)
endif
repackage-zip: ZIP_OUT=$(_ABS_DIST)/$(PACKAGE)
repackage-zip: UNPACKAGE=$(ZIP_IN)
repackage-zip: $(ZIP_IN)
$(RM) -r $(DIST)/l10n-stage
mkdir $(DIST)/l10n-stage
cd $(DIST)/l10n-stage && \
$(UNMAKE_PACKAGE)
$(RM) $(STAGEDIST)/chrome/en-US.jar \
$(STAGEDIST)/chrome/en-US.manifest \
$(STAGEDIST)/chrome/calendar-en-US.jar \
$(STAGEDIST)/chrome/calendar-en-US.manifest \
$(STAGEDIST)/defaults/pref/sunbird-l10n.js
$(RM) -r $(STAGEDIST)/defaults/profile \
$(STAGEDIST)/chrome/en-US
$(STAGEDIST)/chrome/calendar-en-US
$(RM) -rf $(DIST)/xpi-stage/locale-$(AB_CD)
$(MAKE) libs-$(AB_CD)
$(RM) -r $(DIST)/xpi-stage/locale-$(AB_CD)/chrome/$(AB_CD)
cd $(DIST)/xpi-stage/locale-$(AB_CD) && \
tar $(TAR_CREATE_FLAGS) - * | ( cd $(STAGEDIST) && tar -xf - )
ifneq (en,$(AB))
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
mv $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_APPNAME)/$(_APPNAME)/Contents/Resources/en.lproj $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_APPNAME)/$(_APPNAME)/Contents/Resources/$(AB).lproj
endif
endif
cd $(DIST)/l10n-stage; \
$(MAKE_PACKAGE)
mv -f $(DIST)/l10n-stage/$(PACKAGE) $(DIST)
repackage-zip-%: ZIP_IN=$(_ABS_DIST)/$(PACKAGE)
repackage-zip-%: $(ZIP_IN)
@$(MAKE) repackage-zip AB_CD=$* ZIP_IN=$(ZIP_IN)
langpack-%: LANGPACK_FILE=$(_ABS_DIST)/install/sunbird-$(MOZ_APP_VERSION).$(AB_CD).langpack.xpi
langpack-%: AB_CD=$*
langpack-%: XPI_NAME=locale-$*
langpack-%:
@echo "Making langpack $(LANGPACK_FILE)"
@$(RM) -rf $(DIST)/xpi-stage/locale-$(AB_CD)
@$(MAKE) libs-$(AB_CD) USE_EXTENSION_MANIFEST=1
$(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) -I$(call EXPAND_LOCALE_SRCDIR,toolkit/locales)/defines.inc -I$(LOCALE_SRCDIR)/defines.inc $(srcdir)/generic/install.rdf > $(FINAL_TARGET)/install.rdf
cd $(DIST)/xpi-stage/locale-$(AB_CD) && \
$(ZIP) -r9D $(LANGPACK_FILE) install.rdf chrome chrome.manifest
# This is a generic target that will make a langpack, repack ZIP (+tarball)
# builds, and repack an installer if applicable. It is called from the
# tinderbox scripts. Alter it with caution.
#
# Note: the last target called here should be repackage-zip-$* as the l10n build
# systems rely on dist/l10n-stage/<product> to be in place in order to package
# the complete MAR files.
installers-%:
$(NSINSTALL) -D $(DIST)/install
@$(MAKE) langpack-$*
#ifeq (WINNT,$(OS_ARCH))
# @$(MAKE) repackage-win32-installer-$*
#endif
@$(MAKE) repackage-zip-$*
#ifdef MOZ_UPDATER
#libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
#ifeq ($(OS_ARCH),WINNT)
# iconv -f UTF-8 -t $(WIN_INSTALLER_CHARSET) $< > $(FINAL_TARGET)/updater.ini
#else
#ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
# $(INSTALL) $^ $(FINAL_TARGET)/updater.app/Contents/MacOS
#else
# $(INSTALL) $^ $(FINAL_TARGET)
#endif
#endif
#endif

Просмотреть файл

@ -0,0 +1,18 @@
ca
cs
de
es-ES
fr
hu
it
ja
nl
pl
pt-BR
ru
sk
sl
sv-SE
tr
zh-CN

Просмотреть файл

@ -0,0 +1,3 @@
For information about installing, running and configuring Sunbird
including a list of known issues and troubleshooting information,
refer to: http://www.mozilla.org/projects/calendar/

Просмотреть файл

@ -576,9 +576,3 @@
<!-- LOCALIZATION NOTE (mainWindow.titlemodifiermenuseparator): DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifiermenuseparator " - ">
<!-- Temporary, until brand.dtd works again. bug 272643 -->
<!ENTITY lang.version "1.7a">
<!ENTITY brandShortName "Sunbird">
<!ENTITY brandFullName "Mozilla Sunbird">
<!ENTITY vendorShortName "Mozilla">
<!ENTITY releaseURL "http://www.mozilla.org/projects/calendar/releases/sunbird0.3alpha2.html">

Просмотреть файл

@ -11,14 +11,14 @@
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla Calendar code.
# The Original Code is the Firefox browser.
#
# The Initial Developer of the Original Code is
# ArentJan Banck <ajbanck@planet.nl>.
# Portions created by the Initial Developer are Copyright (C) 2002
# Benjamin Smedberg <bsmedberg@covad.net>
# Portions created by the Initial Developer are Copyright (C) 2004
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): ArentJan Banck <ajbanck@planet.nl>
# Contributor(s):
#
# 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
@ -34,6 +34,6 @@
#
# ***** END LICENSE BLOCK *****
# default categories
#filter substitution
categories=Anniversary,Birthday,Business,Calls,Clients,Competition,Customer,Favorites,Follow up,Gifts,Holidays,Ideas,Issues,Miscellaneous,Personal,Projects,Public Holiday,Status,Suppliers,Travel,Vacation
pref("general.useragent.locale", "@AB_CD@");

Просмотреть файл

@ -1,9 +1,32 @@
#filter substitution
# NOTE:
# ab-CD.jar holds Sunbird-specific literals, such as branding information
# calendar-ab-CD.jar holds the literals for calendar.jar, which is shared by
# both Sunbird and Lightning.
#ifdef MOZ_SUNBIRD
@AB_CD@.jar:
% locale branding @AB_CD@ %locale/branding/
+ locale/branding/brand.dtd (%chrome/branding/brand.dtd)
+ locale/branding/brand.properties (%chrome/branding/brand.properties)
+ locale/branding/brand.dtd (%chrome/branding/brand.dtd)
+ locale/branding/brand.properties (%chrome/branding/brand.properties)
#endif
calendar-@AB_CD@.jar:
% locale calendar @AB_CD@ %locale/@AB_CD@/calendar/
* locale/calendar/aboutDialog.dtd (%chrome/calendar/aboutDialog.dtd)
locale/calendar/calendar.dtd (%chrome/calendar/calendar.dtd)
locale/calendar/calendarCreation.dtd (%chrome/calendar/calendarCreation.dtd)
locale/calendar/calendar.properties (%chrome/calendar/calendar.properties)
locale/calendar/categories.properties (%chrome/calendar/categories.properties)
locale/calendar/dateFormat.properties (%chrome/calendar/dateFormat.properties)
locale/calendar/email.properties (%chrome/calendar/email.properties)
locale/calendar/global.dtd (%chrome/calendar/global.dtd)
locale/calendar/menuOverlay.dtd (%chrome/calendar/menuOverlay.dtd)
locale/calendar/overlay.dtd (%chrome/calendar/overlay.dtd)
* locale/calendar/prefs.dtd (%chrome/calendar/prefs.dtd)
#ifdef MOZ_SUNBIRD
locale/calendar/connectionPrefs.dtd (%chrome/calendar/connectionPrefs.dtd)
locale/calendar/prefutilities.properties (%chrome/calendar/prefutilities.properties)
#endif
#includesubst @LOCALE_SRCDIR@/extra-jar.mn

Просмотреть файл

@ -42,9 +42,6 @@ VPATH = @srcdir@
EXTRA_COMPONENTS = content/calendarService.js \
content/calAlarmMonitor.js
AB_CD = en-US
DEFINES += -DAB_CD=$(AB_CD)
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -159,24 +159,3 @@ calendar.jar:
skin/modern/calendar/unifinder/priority_high.png (skin/modern/unifinder/priority_high.png)
skin/modern/calendar/unifinder/priority_low.png (skin/modern/unifinder/priority_low.png)
#endif
calendar-@AB_CD@.jar:
#ifndef MOZ_SUNBIRD
locale/@AB_CD@/calendar/contents.rdf (locale/@AB_CD@/contents.rdf)
#endif
% locale calendar @AB_CD@ %locale/@AB_CD@/calendar/
* locale/@AB_CD@/calendar/aboutDialog.dtd (locale/@AB_CD@/aboutDialog.dtd)
locale/@AB_CD@/calendar/calendar.dtd (locale/@AB_CD@/calendar.dtd)
locale/@AB_CD@/calendar/calendarCreation.dtd (locale/@AB_CD@/calendarCreation.dtd)
locale/@AB_CD@/calendar/calendar.properties (locale/@AB_CD@/calendar.properties)
locale/@AB_CD@/calendar/categories.properties (locale/@AB_CD@/categories.properties)
locale/@AB_CD@/calendar/dateFormat.properties (locale/@AB_CD@/dateFormat.properties)
locale/@AB_CD@/calendar/email.properties (locale/@AB_CD@/email.properties)
locale/@AB_CD@/calendar/global.dtd (locale/@AB_CD@/global.dtd)
locale/@AB_CD@/calendar/menuOverlay.dtd (locale/@AB_CD@/menuOverlay.dtd)
locale/@AB_CD@/calendar/overlay.dtd (locale/@AB_CD@/overlay.dtd)
* locale/@AB_CD@/calendar/prefs.dtd (locale/@AB_CD@/prefs.dtd)
#ifdef MOZ_SUNBIRD
locale/@AB_CD@/calendar/connectionPrefs.dtd (locale/@AB_CD@/connectionPrefs.dtd)
locale/@AB_CD@/calendar/prefutilities.properties (locale/@AB_CD@/prefutilities.properties)
#endif

Просмотреть файл

@ -1,76 +0,0 @@
<!-- -*- Mode: HTML; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- ***** BEGIN LICENSE BLOCK *****
- 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 Mozilla Firefox about dialog.
-
- The Initial Developer of the Original Code is
- Blake Ross (blaker@netscape.com).
- Portions created by the Initial Developer are Copyright (C) 2002
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Matthew Willis <mattwillis@gmail.com>
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY aboutDialog.title "About &brandFullName;">
<!ENTITY copyright "Credits">
<!ENTITY aboutLink "&lt; About &brandFullName;">
<!ENTITY aboutVersion "version">
<!ENTITY copyrightText "&#169;1998-2006 Contributors. All rights
reserved. Mozilla Sunbird, Sunbird, and the
Sunbird logos are trademarks of the Mozilla
Foundation. All rights reserved.">
<!ENTITY brandMotto "it's about time">
<!ENTITY credit.leads "Engineering Leads">
<!ENTITY credit.core "Core Development Team">
<!ENTITY credit.gecko "Gecko Layout Engine">
<!ENTITY credit.thanks "Special Thanks To">
<!-- localization credits look like this: -->
<!--
<!ENTITY credit.translation
"<h3>Translators</h3><ul><li>Name Here</li></ul>">
-->
<!ENTITY credit.translation "">
<!ENTITY credit.visuals "Visual Design Coordinator">
<!ENTITY credit.theme "Theme Design">
<!ENTITY credit.brand "Brand Identity">
<!ENTITY credit.web "Web Design">
<!ENTITY credit.update "Mozilla Update">
<!ENTITY credit.qalead "Quality Assurance Lead">
<!ENTITY credit.qa "Quality Assurance">
<!ENTITY credit.build "Build and Release">
<!ENTITY credit.infra "Infrastructure Support">
<!ENTITY credit.support "Support Resources">
<!ENTITY credit.manage "Project Management">
<!ENTITY credit.marketleads "Marketing Leads">
<!ENTITY credit.market "Marketing">
<!ENTITY credit.creators "Created By">
<!ENTITY credit.memory "In Fond Memory Of">
<!ENTITY credit.powered "Powered by">

Просмотреть файл

@ -1,584 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- ArentJan Banck <ajbanck@planet.nl>
- Eric Belhaire <belhaire@ief.u-psud.fr>
- Matthew Willis <mattwillis@gmail.com>
- Simon Paquet <bugzilla@babylonsounds.com>
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!-- General -->
<!ENTITY calendar.file.default.name "My Calendar" >
<!-- Alarm -->
<!ENTITY alarm.units.minutes "minutes" >
<!ENTITY alarm.units.hours "hours" >
<!ENTITY alarm.units.days "days" >
<!ENTITY alarm.units.minutes.singular "minute " >
<!ENTITY alarm.units.hours.singular "hour " >
<!ENTITY alarm.units.days.singular "day " >
<!ENTITY alarm.start.warning "This alarm requires a starting date" >
<!ENTITY alarm.due.warning "This alarm requires a due date" >
<!ENTITY repeat.units.occurence.both "occurence(s)" >
<!ENTITY repeat.units.days.both "Day(s)" >
<!ENTITY repeat.units.weeks.both "Week(s)" >
<!ENTITY repeat.units.months.both "Month(s)" >
<!ENTITY repeat.units.years.both "Year(s)" >
<!ENTITY repeat.units.days "Days" >
<!ENTITY repeat.units.weeks "Weeks" >
<!ENTITY repeat.units.months "Months" >
<!ENTITY repeat.units.years "Years" >
<!ENTITY repeat.units.days.singular "Day" >
<!ENTITY repeat.units.weeks.singular "Week" >
<!ENTITY repeat.units.months.singular "Month" >
<!ENTITY repeat.units.years.singular "Year" >
<!ENTITY priority.level.none "Not specified">
<!ENTITY priority.level.none.accesskey "N">
<!ENTITY priority.level.low "Low">
<!ENTITY priority.level.low.accesskey "L">
<!ENTITY priority.level.medium "Medium">
<!ENTITY priority.level.medium.accesskey "M">
<!ENTITY priority.level.high "High">
<!ENTITY priority.level.high.accesskey "H">
<!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" >
<!ENTITY newevent.from.label "From" >
<!ENTITY newevent.to.label "To" >
<!ENTITY newevent.enddate.label "End" >
<!ENTITY newevent.set.label "Set pattern..." >
<!ENTITY newevent.settings.label "General Settings" >
<!ENTITY newevent.none.label "none" >
<!ENTITY newevent.custom.label "Custom..." >
<!ENTITY newevent.alldayevent.label "All Day" >
<!ENTITY newevent.description.label "Description" >
<!ENTITY newevent.uri.label "URL" >
<!ENTITY newevent.uri.visit.label "Visit URL" >
<!ENTITY newevent.before.label "before" >
<!ENTITY newevent.after.label "after" >
<!ENTITY newevent.private.label "Private" >
<!ENTITY newevent.privacy.label "Privacy" >
<!ENTITY newevent.private.note "This event is private." >
<!ENTITY newevent.public.label "Public" >
<!ENTITY newevent.confidential.label "Confidential" >
<!ENTITY newevent.alarm.label "Alarm" >
<!ENTITY newevent.server.label "Calendar" >
<!ENTITY newevent.invite.label "Invite" >
<!ENTITY newevent.details.label "Details" >
<!ENTITY newevent.email.label "Email Alarm To:" >
<!ENTITY newevent.beforealarm.label "before this event" >
<!ENTITY newevent.begin.label "begins" >
<!ENTITY newevent.end.label "ends" >
<!ENTITY newevent.isdue.label "is due" >
<!ENTITY newevent.repeat.label "Repeat every" >
<!ENTITY newevent.repeat.label2 "Repeat" >
<!ENTITY newevent.until.label "Until" >
<!ENTITY newevent.forever.label "Forever" >
<!ENTITY newevent.numberoftimes.label "Number of times" >
<!ENTITY newevent.category.label "Category" >
<!ENTITY newevent.popup.label "Popup" >
<!ENTITY newevent.popupsound.label "Popup &amp; Play Sound" >
<!ENTITY newevent.sendmail.label "Send Email to:" >
<!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.enddate.warning "Your start date is after your end date.">
<!ENTITY newevent.repeatdate.tooltip "Choose a date to end on" >
<!ENTITY newevent.recurend.warning "Your repeat-until time is before your end time.">
<!ENTITY newevent.15minutes.before.label "15 minutes before" >
<!ENTITY newevent.30minutes.before.label "30 minutes before" >
<!ENTITY newevent.recurnumberoftimes.warning "Your must specify the number of times to repeat.">
<!ENTITY newevent.readonly.item.warning "This item is in a read-only calendar. You may not edit it.">
<!ENTITY newevent.readonly.cal.warning "This calendar is read-only.">
<!ENTITY newevent.recurinterval.warning "Your must specify how often to repeat.">
<!ENTITY newevent.endtime.tooltip "Choose an end time for this event" >
<!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." >
<!ENTITY newevent.general.tab.label "General" >
<!ENTITY newevent.recurrence.tab.label "Recurrence" >
<!ENTITY newevent.recurrence.title "Edit Recurrence" >
<!ENTITY newevent.recurrence.remove.label "Remove" >
<!ENTITY newevent.recurrence.occurs.label "Occurs" >
<!ENTITY newevent.recurrence.day.label "daily" >
<!ENTITY newevent.recurrence.week.label "weekly" >
<!ENTITY newevent.recurrence.month.label "monthly" >
<!ENTITY newevent.recurrence.year.label "annually" >
<!ENTITY newevent.recurrence.on.label "On:" >
<!ENTITY newevent.recurrence.every.label "Every:" >
<!ENTITY newevent.recurrence.lastday.label "Last day of the month" >
<!ENTITY newevent.repeat.onthe.label "Repeat on the" >
<!ENTITY newevent.repeat.forever.label "Repeat forever" >
<!ENTITY newevent.repeat.for.label "Repeat for" >
<!ENTITY newevent.repeat.until.label "Repeat until" >
<!ENTITY newevent.recurrence.exceptions.label "Exceptions:" >
<!ENTITY newevent.attendees.tab.label "Attendees" >
<!ENTITY newevent.attendees.label "Attendees" >
<!ENTITY calendar.edit.attendees "Edit Attendees" >
<!ENTITY newevent.attachments.tab.label "Attachments" >
<!ENTITY newevent.advanced.tab.label "Advanced" >
<!ENTITY newevent.completed.label "Completed" >
<!ENTITY newevent.status.label "Status" >
<!ENTITY newevent.status.longlabel "Event Status">
<!ENTITY newevent.status.needsaction.label "Needs Action" >
<!ENTITY newevent.status.inprogress.label "In Process" >
<!ENTITY newevent.status.completed.label "Completed on" >
<!ENTITY newevent.status.cancelled.label "Cancelled" >
<!ENTITY newevent.status.tentative.label "Tentative" >
<!ENTITY newevent.status.confirmed.label "Confirmed" >
<!ENTITY newevent.status.none.label "Not specified" >
<!ENTITY newevent.itemType.label "Item Type" >
<!ENTITY newevent.itemType.event.label "Event" >
<!ENTITY newevent.itemType.todo.label "Task" >
<!ENTITY newevent.itemType.journal.label "Journal" >
<!ENTITY newevent.add.contact.label "Add" >
<!ENTITY newevent.attach.file.label "Attach 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">
<!ENTITY newtodo.priority.label "Priority">
<!ENTITY newtodo.percentcomplete.label "&#37; complete">
<!ENTITY newtodo.categories.label "Category">
<!ENTITY newtodo.starttime.warning "Your start date occurs after your due date.">
<!ENTITY newtodo.cancelled.label "Cancelled">
<!ENTITY newtodo.status.label "Status">
<!ENTITY newtodo.beforealarm.label "before this task" >
<!ENTITY newtodo.beforealarmends.label "before the task is due" >
<!ENTITY newtodo.newtodo.tab.label "Task" >
<!ENTITY newtodo.status.longlabel "Task Status">
<!ENTITY newtodo.duetime.warning "Your start time is after your due time.">
<!ENTITY newtodo.duedate.warning "Your start date is after your due date.">
<!ENTITY newtodo.repeatstart.warning "Start date required for recurrence.">
<!ENTITY calendar.confirm.deleteallevents "Are you sure you want to delete all the selected events?" >
<!ENTITY calendar.confirm.deleteevent "Are you sure you want to delete this event titled: " >
<!ENTITY calendar.confirm.deleteuntitledevent "Are you sure you want to delete this untitled event?" >
<!ENTITY event.alarm.checkbox.label "Remind me again in " >
<!ENTITY event.title.alarm "Alarm" >
<!ENTITY event.title.new "New Event" >
<!ENTITY event.title.label "Edit Item" >
<!ENTITY event.title.edit "Edit Event" >
<!ENTITY onthe-text "On the ">
<!ENTITY last-text "Last ">
<!ENTITY ofthemonth-text " of the month">
<!ENTITY todo.title.new "New Task">
<!ENTITY todo.title.edit "Edit Task">
<!ENTITY event.tip.new "Create a new event." >
<!ENTITY event.tip.edit "Edit an existing event." >
<!ENTITY todo.tip.new "Create a new task." >
<!ENTITY todo.tip.edit "Edit an existing task." >
<!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.dayview.accesskey "D" >
<!ENTITY calendar.flat.topbar.weekview "Week View" >
<!ENTITY calendar.weekview.accesskey "W" >
<!ENTITY calendar.flat.topbar.monthview "Month View" >
<!ENTITY calendar.monthview.accesskey "M" >
<!ENTITY calendar.flat.topbar.multiweekview "Multiweek View" >
<!ENTITY calendar.multiweekview.accesskey "u" >
<!ENTITY calendar.dayView.key "1" >
<!ENTITY calendar.weekView.key "2" >
<!ENTITY calendar.multiweekView.key "3" >
<!ENTITY calendar.monthView.key "4" >
<!ENTITY calendar.tools.delete.tooltip "Delete Event" >
<!ENTITY calendar.tools.modify.tooltip "Modify Event" >
<!ENTITY calendar.newtask.button.tooltip "Create a new task" >
<!ENTITY calendar.newevent.button.tooltip "Create a new event" >
<!ENTITY calendar.delete.button.tooltip "Delete selected event" >
<!ENTITY calendar.edit.button.tooltip "Edit selected event" >
<!ENTITY calendar.unifinder.withalarms.label "With Alarms" >
<!ENTITY calendar.unifinder.todayandfuture.label "Hide Past Events" >
<!ENTITY calendar.unifinder.todoitems.label "Tasks" >
<!ENTITY calendar.unifinder.hidecompletedtodos.label "Hide Completed Tasks">
<!ENTITY calendar.calendartab.label "Date">
<!ENTITY calendar.listofcalendarstab.label "Calendars">
<!ENTITY calendar.gototoday.button.label "Go to Today" >
<!ENTITY calendar.more.label "More">
<!ENTITY calendar.less.label "Less">
<!ENTITY calendar.calendarlistbox.label "Calendars">
<!ENTITY calendar.events.filter.all.label "All Events">
<!ENTITY calendar.events.filter.today.label "Today's Events">
<!ENTITY calendar.events.filter.week.label "Events This Week">
<!ENTITY calendar.events.filter.2weeks.label "Events Next 2 Weeks">
<!ENTITY calendar.events.filter.month.label "Events In The Next Month">
<!ENTITY calendar.events.filter.future.label "All Future Events">
<!ENTITY calendar.events.filter.current.label "Currently Selected Day">
<!ENTITY calendar.events.filter.next7Days.label "Events in the Next 7 Days">
<!ENTITY calendar.events.filter.next14Days.label "Events in the Next 14 Days">
<!ENTITY calendar.events.filter.next31Days.label "Events in the Next 31 Days">
<!ENTITY calendar.events.filter.thisCalendarMonth.label "Events in this Calendar Month">
<!ENTITY calendar.unifinder.tree.done.label "Done">
<!ENTITY calendar.unifinder.tree.priority.label "Priority">
<!ENTITY calendar.unifinder.tree.title.label "Title">
<!ENTITY calendar.unifinder.tree.percentcomplete.label "&#37; Complete">
<!ENTITY calendar.unifinder.tree.startdate.label "Start">
<!ENTITY calendar.unifinder.tree.enddate.label "End">
<!ENTITY calendar.unifinder.tree.duedate.label "Due">
<!ENTITY calendar.unifinder.tree.completeddate.label "Completed">
<!ENTITY calendar.unifinder.tree.categories.label "Category">
<!ENTITY calendar.unifinder.tree.location.label "Location">
<!ENTITY calendar.unifinder.tree.status.label "Status">
<!ENTITY calendar.unifinder.tree.calendarname.label "Calendar Name">
<!ENTITY calendar.gototoday.button.tooltip "Go to today" >
<!ENTITY calendar.choosedate.button.tooltip "Choose date to go to" >
<!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" >
<!ENTITY calendar.multiweekview.button.tooltip "Switch to multiweek view" >
<!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" >
<!ENTITY calendar.newtask.button.label "New Task" >
<!ENTITY calendar.newevent.button.label "New Event" >
<!ENTITY calendar.delete.button.label "Delete" >
<!ENTITY calendar.edit.button.label "Edit" >
<!ENTITY calendar.choosedate.button.label "Choose Date" >
<!ENTITY calendar.cut.button.tooltip "Cut" >
<!ENTITY calendar.copy.button.tooltip "Copy" >
<!ENTITY calendar.paste.button.tooltip "Paste" >
<!ENTITY calendar.print.button.tooltip "Print Calendar" >
<!ENTITY calendar.cut.button.label "Cut" >
<!ENTITY calendar.copy.button.label "Copy" >
<!ENTITY calendar.paste.button.label "Paste" >
<!ENTITY calendar.print.button.label "Print" >
<!ENTITY calendar.import.button.tooltip "Import: Import events from a local file." >
<!ENTITY calendar.export.button.tooltip "Export: Export events to a local file." >
<!ENTITY calendar.subscribe.button.tooltip "Subscribe: Subscribe to a calendar file on a remote machine." >
<!ENTITY calendar.publish.button.tooltip "Publish: Publish events to a remote machine." >
<!ENTITY calendar.import.into.label "Import into…" >
<!ENTITY calendar.export.specific.calendar "Export Calendar" >
<!ENTITY calendar.import.calendar "Import…" >
<!ENTITY calendar.export.calendar "Export Calendar…" >
<!ENTITY calendar.import.button.label "Import" >
<!ENTITY calendar.export.button.label "Export" >
<!ENTITY calendar.subscribe.button.label "Subscribe" >
<!ENTITY calendar.publish.button.label "Publish" >
<!ENTITY calendar.localreload.button.label "Local Reload" >
<!ENTITY calendar.localreload.button.tooltip "Reload all local calendars" >
<!ENTITY calendar.remotereload.button.label "Reload" >
<!ENTITY calendar.remotereload.button.tooltip "Reload all remote calendars" >
<!ENTITY calendar.dayview.button.label "Day View" >
<!ENTITY calendar.weekview.button.label "Week View" >
<!ENTITY calendar.monthview.button.label "Month View" >
<!ENTITY calendar.multiweekview.button.label "Multiweek" >
<!ENTITY calendar.onlyworkday.checkbox.label "Workweek days only" >
<!ENTITY calendar.onlyworkday.checkbox.accesskey "r" >
<!ENTITY calendar.displaytodos.checkbox.label "Tasks in View" >
<!ENTITY calendar.displaytodos.checkbox.accesskey "V" >
<!ENTITY calendar.menu.options.modify "Edit" >
<!ENTITY calendar.menu.options.remove "Delete" >
<!ENTITY calendar.menu.options.close "Close Window" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Events" >
<!ENTITY calendar.search.tab.label "Search">
<!ENTITY calendar.search.options.searchfor " contain">
<!ENTITY calendar.menu.numberofweeks.label "Number of Weeks" >
<!ENTITY calendar.menu.numberofweeks.1 "1 Week" >
<!ENTITY calendar.menu.numberofweeks.2 "2 Weeks" >
<!ENTITY calendar.menu.numberofweeks.3 "3 Weeks" >
<!ENTITY calendar.menu.numberofweeks.4 "4 Weeks" >
<!ENTITY calendar.menu.numberofweeks.5 "5 Weeks" >
<!ENTITY calendar.menu.numberofweeks.6 "6 Weeks" >
<!-- 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">
<!ENTITY week.short "W">
<!-- Statusbar -->
<!ENTITY statusText.label "Document: Done">
<!-- Window Title -->
<!ENTITY window.title "Mozilla Calendar">
<!-- customizable toolbars -->
<!ENTITY calendar.context.customize.label "Customize…">
<!ENTITY calendar.context.customize.accesskey "C">
<!ENTITY calendar.menu.customize.label "Customize Toolbar…">
<!ENTITY calendar.menu.customize.accesskey "C">
<!ENTITY calendar.maintoolbar.name "Main Toolbar">
<!ENTITY calendar.maintoolbar.accesskey "M">
<!-- Context Menu -->
<!ENTITY calendar.context.newevent.label "New Event…">
<!ENTITY calendar.context.newevent.accesskey "N">
<!ENTITY calendar.context.newtodo.label "New Task…">
<!ENTITY calendar.context.newtodo.accesskey "k">
<!ENTITY calendar.context.modifyevent.label "Edit Selected Event…">
<!ENTITY calendar.context.modifyevent.accesskey "E">
<!ENTITY calendar.context.modifytask.label "Edit Task…">
<!ENTITY calendar.context.modifytask.accesskey "E">
<!ENTITY calendar.context.modifyitem.label "Edit Item">
<!ENTITY calendar.context.modifyitem.accesskey "E">
<!ENTITY calendar.context.deleteevent.label "Delete Selected Event">
<!ENTITY calendar.context.deleteevent.accesskey "l">
<!ENTITY calendar.context.deletetask.label "Delete Task">
<!ENTITY calendar.context.deletetask.accesskey "l">
<!ENTITY calendar.context.deleteitem.label "Delete Item">
<!ENTITY calendar.context.deleteitem.accesskey "l">
<!ENTITY calendar.context.cutevent.label "Cut">
<!ENTITY calendar.context.cutevent.accesskey "t">
<!ENTITY calendar.context.copyevent.label "Copy">
<!ENTITY calendar.context.copyevent.accesskey "C">
<!ENTITY calendar.context.pasteevent.label "Paste">
<!ENTITY calendar.context.pasteevent.accesskey "P">
<!ENTITY calendar.context.selectall.label "Select All">
<!ENTITY calendar.context.selectall.accesskey "A">
<!ENTITY calendar.context.gototoday.label "Go to Today">
<!ENTITY calendar.context.gototoday.accesskey "T">
<!ENTITY calendar.context.dayview.label "Switch to Day View">
<!ENTITY calendar.context.dayview.accesskey "D">
<!ENTITY calendar.context.weekview.label "Switch to Week View">
<!ENTITY calendar.context.weekview.accesskey "W">
<!ENTITY calendar.context.monthview.label "Switch to Month View">
<!ENTITY calendar.context.monthview.accesskey "M">
<!ENTITY calendar.context.multiweekview.label "Switch to Multiweek View">
<!ENTITY calendar.context.multiweekview.accesskey "u">
<!ENTITY calendar.context.reload.label "Reload">
<!ENTITY calendar.context.reload.accesskey "R">
<!ENTITY calendar.context.emailevent.label "Email Selected Events…">
<!ENTITY calendar.context.emailevent.accesskey "i">
<!ENTITY calendar.context.emailtask.label "Email Task…">
<!ENTITY calendar.context.emailtask.accesskey "i">
<!-- Task Context Menu -->
<!ENTITY calendar.context.progress.label "Progress">
<!ENTITY calendar.context.progress.accesskey "P">
<!ENTITY calendar.context.priority.label "Priority">
<!ENTITY calendar.context.priority.accesskey "r">
<!ENTITY percnt "&#38;#37;" ><!--=percent sign-->
<!ENTITY progress.level.0 "0&percnt;">
<!ENTITY progress.level.0.accesskey "0">
<!ENTITY progress.level.25 "25&percnt;">
<!ENTITY progress.level.25.accesskey "2">
<!ENTITY progress.level.50 "50&percnt;">
<!ENTITY progress.level.50.accesskey "5">
<!ENTITY progress.level.75 "75&percnt;">
<!ENTITY progress.level.75.accesskey "7">
<!ENTITY progress.level.100 "100&percnt;">
<!ENTITY progress.level.100.accesskey "1">
<!-- Server Context Menu -->
<!ENTITY calendar.context.newserver.label "New Calendar">
<!ENTITY calendar.context.newserver.accesskey "N">
<!ENTITY calendar.context.editserver.label "Edit Calendar">
<!ENTITY calendar.context.editserver.accesskey "E">
<!ENTITY calendar.context.deleteserver.label "Delete Calendar">
<!ENTITY calendar.context.deleteserver.accesskey "D">
<!ENTITY calendar.context.reloadserver.label "Reload Remote Calendars">
<!ENTITY calendar.context.reloadserver.accesskey "R">
<!ENTITY calendar.context.publish.label "Publish Entire Calendar">
<!ENTITY calendar.context.publish.accesskey "P">
<!-- About Dialog -->
<!ENTITY calendar.about.title "About Mozilla Calendar">
<!ENTITY calendar.about.tab "About">
<!ENTITY throbber.tooltip "Go to the Mozilla home page">
<!ENTITY menuBar.tooltip "Menu bar">
<!ENTITY navigationToolbar.tooltip "Navigation Toolbar">
<!-- Calendar Alarm Dialog -->
<!ENTITY calendar.alarm.acknowledge.label "Acknowledge" >
<!ENTITY calendar.alarm.editevent.label "Edit Event" >
<!ENTITY calendar.alarm.acknowledgeall.label "Acknowledge All Alarms" >
<!ENTITY calendar.alarm.snooze.label "Snooze" >
<!ENTITY calendar.alarm.title.label "Calendar Alarm" >
<!ENTITY calendar.alarm.dismiss.label "Dismiss" >
<!ENTITY calendar.alarm.dismissall.label "Dismiss All" >
<!-- Calendar Server Dialog -->
<!ENTITY calendar.server.dialog.title.new "New Calendar File">
<!ENTITY calendar.server.dialog.title.open "Open Calendar File">
<!ENTITY calendar.server.dialog.title.edit "Edit Calendar">
<!ENTITY calendar.server.dialog.name.label "Calendar Name:">
<!ENTITY calendar.server.dialog.publish.label "Automatically publish your changes to the remote calendar? When enabled, a fresh version of the calendar is downloaded before applying any change you make. Your changes are then applied and the calendar is uploaded back to the server.">
<!ENTITY calendar.server.dialog.location.label "Remote Server URL:">
<!ENTITY calendar.server.dialog.local.location.label "Local File Location:">
<!ENTITY calendar.server.dialog.browse.label "Browse…">
<!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.help.label "Use this to specify where on your computer the calendar file is stored. This is optional.">
<!ENTITY calendar.local.calendar.dialog.optional.label "These optional settings are used when publishing this calendar to a remote location.">
<!-- Calendar Properties -->
<!ENTITY calendarproperties.color.label "Color:">
<!ENTITY calendarproperties.webdav.label "WebDAV">
<!ENTITY calendarproperties.caldav.label "CalDAV">
<!ENTITY calendarproperties.format.label "Format:">
<!ENTITY calendarproperties.location.label "Location:">
<!ENTITY calendarproperties.name.label "Name:">
<!ENTITY calendarproperties.readonly.label "Read-only">
<!-- Sunbird Help -->
<!ENTITY calendar.help.label "Help Contents">
<!-- Calendar Publish Dialog -->
<!ENTITY calendar.publish.dialog.title "Publish Calendar">
<!ENTITY calendar.publish.url.label "Publishing URL">
<!ENTITY calendar.publish.publish.button "Publish">
<!ENTITY calendar.publish.close.button "Close">
<!ENTITY calendar.publish.example.url.description "Something like http://www.myserver.com/webdav/test.ics">
<!-- Select Calendar Dialog -->
<!ENTITY calendar.select.dialog.title "Select Calendar">
<!-- TRANSLATORS: this label must be short to keep a reasonable column width in the week view -->
<!ENTITY allDayEvents.label "All Day Events">
<!-- Calendar Wizard Dialog -->
<!ENTITY calendar.wizard.import.label "Import: Import events from a local file into an existing calendar.">
<!ENTITY calendar.wizard.export.label "Export: Export events from an existing calendar to a local file.">
<!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 Outlook CSV Dialog -->
<!-- TRANSLATORS: all outlook*.label -fields should be translated word to word (or if possible
copied from outlook csv file headers -->
<!ENTITY calendar.importoutlook.dialog.title "Outlook CSV Import" >
<!ENTITY calendar.importoutlook.mapconcepts.label "Please map the following calendar concepts to their Outlook CSV equivalents:" >
<!ENTITY calendar.importoutlook.outlooksubject.label "Subject" >
<!ENTITY calendar.importoutlook.outlookstartdate.label "Start date" >
<!ENTITY calendar.importoutlook.outlookstarttime.label "Start time" >
<!ENTITY calendar.importoutlook.outlookenddate.label "End date" >
<!ENTITY calendar.importoutlook.outlookendtime.label "End time" >
<!ENTITY calendar.importoutlook.outlooklocation.label "Location" >
<!ENTITY calendar.importoutlook.outlookdescription.label "Description" >
<!ENTITY calendar.importoutlook.outlookallday.label "All-day event" >
<!ENTITY calendar.importoutlook.outlookprivate.label "Private" >
<!ENTITY calendar.importoutlook.outlookalarm.label "Alarm on/off" >
<!ENTITY calendar.importoutlook.outlookalarmdate.label "Alarm date" >
<!ENTITY calendar.importoutlook.outlookalarmtime.label "Alarm time" >
<!ENTITY calendar.importoutlook.outlookcategories.label "Categories" >
<!ENTITY calendar.importoutlook.selectmeaning.label "Select the meaning of the following word: " >
<!ENTITY calendar.importoutlook.true.label "True" >
<!ENTITY calendar.importoutlook.false.label "False" >
<!-- Calendar Printing -->
<!ENTITY calendar.print.window.title "Print A Calendar">
<!ENTITY calendar.print.title.label "Title">
<!ENTITY calendar.print.layout.label "Layout">
<!ENTITY calendar.print.range.label "Range to print">
<!ENTITY calendar.print.currentview.label "Events in current view">
<!ENTITY calendar.print.selected.label "Selected events">
<!ENTITY calendar.print.custom.label "Custom:">
<!ENTITY calendar.print.from.label "From:">
<!ENTITY calendar.print.to.label "To:">
<!-- Error reporting -->
<!ENTITY calendar.error.detail "Details...">
<!ENTITY calendar.error.number "Error number:">
<!ENTITY calendar.error.description "Description:">
<!ENTITY calendar.error.title "An error has occurred">
<!-- LOCALIZATION NOTE (mainWindow.title): DONT_TRANSLATE -->
<!ENTITY mainWindow.title "&brandFullName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifier "&brandFullName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifiermenuseparator): DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifiermenuseparator " - ">
<!-- Temporary, until brand.dtd works again. bug 272643 -->
<!ENTITY lang.version "1.7a">
<!ENTITY brandShortName "Sunbird">
<!ENTITY brandFullName "Mozilla Sunbird">
<!ENTITY vendorShortName "Mozilla">
<!ENTITY releaseURL "http://www.mozilla.org/projects/calendar/releases/sunbird0.3alpha2.html">

Просмотреть файл

@ -1,266 +0,0 @@
# ***** BEGIN LICENSE BLOCK *****
# 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 Mozilla Calendar code.
#
# The Initial Developer of the Original Code is
# ArentJan Banck <ajbanck@planet.nl>.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): ArentJan Banck <ajbanck@planet.nl>
# Eric Belhaire <belhaire@ief.u-psud.fr>
#
# 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 GPL or the LGPL. 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.
#
# ***** END LICENSE BLOCK *****
# Misc. strings in JS
AllDayEvents=All Day Events
PrintPreviewWindowTitle=Print Preview of %1$S
# Default name for new events
newEvent=New Event
# Titles for the event/task dialog
newEventDialog=New Event
editEventDialog=Edit Event
newTaskDialog=New Task
editTaskDialog=Edit Task
# The name of the calendar provided with the application by default
homeCalendarName=Home
# The name given to a calendar if an opened calendar has an empty filename
untitledCalendarName=Untitled Calendar
# Event status: Tentative, Confirmed, Cancelled
# ToDo task status: NeedsAction, InProcess, Completed, Cancelled
statusTentative =Tentative
statusConfirmed =Confirmed
statusCancelled =Cancelled
statusNeedsAction=Needs Action
statusInProcess =In Process
statusCompleted =Completed
# Task priority, these should match the priority.level.* labels in calendar.dtd
highPriority=High
mediumPriority=Medium
lowPriority=Low
noEventsOrTasksToImport=No events or tasks to import\nfrom file "%1$S".
noEventsToSave=No events selected to save.
importPrompt=Which calendar do you want to import these items into?
exportPrompt=Which calendar do you want to export from?
publishPrompt=Which calendar do you want to publish?
# about to import x: "<br>into calendar y<br>from file z" (calendar more likely to wrong, so before file).
aboutToImportNewEventsTitle=Import New Events
aboutToImportNewEvents=About to import %1$S new event(s)\ninto calendar "%2$S"\nfrom file "%3$S".\nWhat do you want to do?
aboutToImportDupEventsTitle=Import Duplicate Events
aboutToImportDupEvents=About to import %1$S event(s) that are duplicates of events in your calendar,\ninto calendar "%2$S"\nfrom file "%3$S".\nWhat do you want to do?
aboutToImportNewTasksTitle=Import New Tasks
aboutToImportNewTasks=About to import %1$S new task(s)\ninto calendar "%2$S"\nfrom file "%3$S".\nWhat do you want to do?
aboutToImportDupTasksTitle=Import Duplicate Tasks
aboutToImportDupTasks=About to import %1$S task(s) that are duplicates of tasks in your calendar,\ninto calendar "%2$S"\nfrom file "%3$S".\nWhat do you want to do?
discardAll=Discard all
importAll=Import all
promptForEach=Prompt for each
addDuplicate=Add duplicate entry:
#spaces needed at the end of the following lines
eventTitle=Title:
eventStartTime=Start Time:
eventEndTime=End Time:
eventSummary=Summary:
eventDescription=Description:
eventWhen=When:
eventWhere=Where:
unableToRead=Unable to read from file:
unableToWrite=Unable to write to file:
concurrentEdit=Unable to save changes. The item has been edited externally.
defaultFileName=MozillaCalEvents
HTMLTitle=Mozilla Calendar
deleteCalendarTitle=Delete Calendar
deleteCalendarMessage=Are you sure you want to delete this calendar?
deleteCalendarOnly=Delete Calendar
deleteCalendarAndFile=Delete Calendar And File
unsubscribeCalendarTitle=Unsubscribe from Calendar
unsubscribeCalendarMessage=Are you sure you want to unsubscribe from calendar "%1$S"?
weekDayMonthLabel=%1$S %2$S %3$S
#
# P R E F S
# Default values for preferences
#
#the default day to start the week on
#0=Sunday 1=Monday 2=Tuesday 3=Wednesday 4=Thursday 5=Friday 6=Saturday
defaultWeekStart=0
# default days off (not in work week)
defaultWeekSundaysOff =true
defaultWeekMondaysOff =false
defaultWeekTuesdaysOff =false
defaultWeekWednesdaysOff=false
defaultWeekThursdaysOff =false
defaultWeekFridaysOff =false
defaultWeekSaturdaysOff =true
defaultWeeksInView=4
defaultPreviousWeeksInView=0
showAlarms=1
showMissed=1
playAlarmSound=0
soundURL=chrome://calendar/content/sound.wav
reloadServersOnLaunch=false
defaultEventLength=60
defaultSnoozeAlarmLength=60
dateFormat=0
storeInGmt=0
defaultStartHour=8
defaultEndHour=17
defaultzone=America/New_York
defaulteventalarmunit=minutes
defaulttodoalarmunit=minutes
Week=Week
WeekTitle=Week %1$S
# Used to format the Multiweek's labels, ie Weeks 2 - 7
WeeksTitle=Weeks %1$S-%2$S
None=None
# Alarm
TooManyAlarmsMessage=You have %1$S total alarms. We've shown you the last 6. Click Acknowledge All to clear them all.
# Error strings
## @name UID_NOT_FOUND
## @loc none
1001=Warning UID not found! Assigning new one.
# Editing repeating items strings
editRecurTitle=Editing a repeating item
editRecurMessage=The item you are editing is a repeating item. Do you want to edit all occurrences of it or only this single instance?
editRecurAll=All occurrences
editRecurSingle=This occurrence only
# List of events or todos (unifinder)
eventUntitled=Untitled
# Tooltips of events or todos
tooltipTitle =Title:
tooltipLocation =Location:
# event date, usually an interval, such as
# Date: 7:00--8:00 Thu 9 Oct 2011
# Date: Thu 9 Oct 2000 -- Fri 10 Oct 2000
tooltipDate =Date:
# event status: tentative, confirmed, cancelled
tooltipStatus =Status:
# task/todo fields
# start date time, due date time, task priority number, completed date time
tooltipStart =Start:
tooltipDue =Due:
tooltipPriority =Priority:
tooltipPercent =% Complete:
tooltipCompleted=Completed:
#File commands and dialogs
New=New
Open=Open
Save=Save
SaveAs=Save As
filepickerDefString=MozillaCalendarFile.ics
### %1$S in the server name
filepickerDefServerString=MozillaCalendar%1$S.ics
#filter
filterCalendar=Calendar Files
filtervCalendar=vCalendar Files
filterXcs=iCalendar XML Document
filterXml=XML Document
filterRtf=Rich Text Format (RTF)
filterHtml=HTML Files
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
otherError=Getting the calendar file failed.\nStatus code: 0x%1$S
httpPutError=Publishing the calendar file failed.\nStatus code: %1$S: %2$S
otherPutError=Publishing the calendar file failed.\nStatus code: 0x%1$S
contentError=This doesn't appear to be a valid file. Here's what I got back from\n%1$S:\nResult: %2$S
readOnlyMode=There has been an error reading data for calendar: %1$S. It has been placed in read-only mode, since changes to this calendar will likely result in data-loss. You may change this setting by choosing 'Edit Calendar'.
minorError=There has been an error reading data for calendar: %1$S. However, this error is believed to be minor, so the program will attempt to continue.
stillReadOnlyError=There has been an error reading data for calendar: %1$S.
utf8DecodeError=An error occured while decoding an iCalendar (ics) file as UTF-8. Check that the file, including symbols and accented letters, is encoded using the UTF-8 character encoding.
icsMalformedError=Parsing an iCalendar (ics) file failed. Check that the file conforms to iCalendar (ics) file syntax.
# LOCALIZATION NOTE (likelyTimezone):
# Translators, please put the most likely timezone that the people using your
# locale will be in. Ideally, this would be a long name taken from
# mozilla/calendar/base/src/tzdata.c. If you don't understand that file or
# these instructions, simply put the Olson-timezone name in English, ie "America/New_York"
likelyTimezone=America/New_York
# Print Layout
formatListName = List
rotate=Rotate
# Import/Export
htmlDesc=HTML
icsDesc=iCalendar
outlookDesc=Comma Separated Values (from Outlook)

Просмотреть файл

@ -1,53 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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 Mozilla Calendar Code.
-
- The Initial Developer of the Original Code is Simon Paquet.
- Portions created by the Initial Developer are Copyright (C) 2005
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY wizard.title "Create New Calendar" >
<!ENTITY wizard.label "Create a new calendar" >
<!ENTITY wizard.description "Locate your calendar" >
<!ENTITY initialpage.description "Your calendar can be stored on your computer or be stored on a server in order to access it remotely or share it with your friends or co-workers." >
<!ENTITY initialpage.local.label "Local" >
<!ENTITY initialpage.remote.label "Remote" >
<!ENTITY locationpage.description "Provide info about what is needed to access your remote calendar" >
<!ENTITY locationpage.login.description "Optional: enter an username and password" >
<!ENTITY locationpage.username.label "Username:" >
<!ENTITY locationpage.password.label "Password:" >
<!ENTITY custompage.shortdescription "Customize your calendar" >
<!ENTITY custompage.longdescription "You can give your calendar a nickname and colorize the events from this calendar" >
<!ENTITY finishpage.shortdescription "Calendar Created" >
<!ENTITY finishpage.longdescription "Your calendar has been created" >

Просмотреть файл

@ -1,35 +0,0 @@
<!--LOCALIZATION NOTE : FILE The Proxies preferences dialog -->
<!ENTITY lHeader "Connection Settings">
<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet">
<!ENTITY directTypeRadio.label "Direct connection to the Internet">
<!ENTITY directTypeRadio.accesskey "d">
<!ENTITY WPADTypeRadio.label "Auto-detect proxy settings for this network">
<!ENTITY WPADTypeRadio.accesskey "w">
<!ENTITY manualTypeRadio.label "Manual proxy configuration">
<!ENTITY manualTypeRadio.accesskey "m">
<!ENTITY autoTypeRadio.label "Automatic proxy configuration URL:">
<!ENTITY autoTypeRadio.accesskey "a">
<!ENTITY shareproxy.label "Use this proxy server for all protocols">
<!ENTITY shareproxy.accesskey "x">
<!ENTITY reload.label "Reload">
<!ENTITY reload.accesskey "l">
<!ENTITY ftp.label "FTP Proxy:">
<!ENTITY ftp.accesskey "f">
<!ENTITY http.label "HTTP Proxy:">
<!ENTITY http.accesskey "h">
<!ENTITY ssl.label "SSL Proxy:">
<!ENTITY ssl.accesskey "s">
<!ENTITY socks.label "SOCKS Host:">
<!ENTITY socks.accesskey "c">
<!ENTITY socks4.label "SOCKS v4">
<!ENTITY socks4.accesskey "k">
<!ENTITY socks5.label "SOCKS v5">
<!ENTITY socks5.accesskey "v">
<!ENTITY port.label "Port:">
<!ENTITY HTTPport.accesskey "p">
<!ENTITY SSLport.accesskey "o">
<!ENTITY FTPport.accesskey "r">
<!ENTITY SOCKSport.accesskey "t">
<!ENTITY noproxy.label "No Proxy for:">
<!ENTITY noproxy.accesskey "n">
<!ENTITY noproxyExplain.label "Example: .mozilla.org, .net.nz, 192.168.1.0/24">

Просмотреть файл

@ -1,58 +0,0 @@
<?xml version="1.0"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- 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.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Colin Phillips <colinp@oeone.com>
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the skins being supplied by this package -->
<RDF:Seq about="urn:mozilla:locale:root">
<RDF:li resource="urn:mozilla:locale:en-US"/>
</RDF:Seq>
<!-- locale information -->
<RDF:Description about="urn:mozilla:locale:en-US"
chrome:displayName="English"
chrome:name="en-US">
<chrome:packages>
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
<RDF:li resource="urn:mozilla:locale:en-US:calendar"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
<RDF:Description about="urn:mozilla:locale:en-US:calendar" chrome:localeVersion="1.5"/>
</RDF:RDF>

Просмотреть файл

@ -1,146 +0,0 @@
# ***** BEGIN LICENSE BLOCK *****
# 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.
# Portions created by OEone Corporation are Copyright (C) 2001
# OEone Corporation. All Rights Reserved.
#
# Contributor(s): Garth Smedley <garths@oeone.com>
#
# 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 GPL or the LGPL. 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.
#
# ***** END LICENSE BLOCK *****
# Month names - Add full names when needed
month.1.Mmm=Jan
month.2.Mmm=Feb
month.3.Mmm=Mar
month.4.Mmm=Apr
month.5.Mmm=May
month.6.Mmm=Jun
month.7.Mmm=Jul
month.8.Mmm=Aug
month.9.Mmm=Sep
month.10.Mmm=Oct
month.11.Mmm=Nov
month.12.Mmm=Dec
month.1.name=January
month.2.name=February
month.3.name=March
month.4.name=April
month.5.name=May
month.6.name=June
month.7.name=July
month.8.name=August
month.9.name=September
month.10.name=October
month.11.name=November
month.12.name=December
#Don't change this without notifying people in calendar first.
day.1.name=Sunday
day.2.name=Monday
day.3.name=Tuesday
day.4.name=Wednesday
day.5.name=Thursday
day.6.name=Friday
day.7.name=Saturday
day.1.Mmm=Sun
day.2.Mmm=Mon
day.3.Mmm=Tue
day.4.Mmm=Wed
day.5.Mmm=Thu
day.6.Mmm=Fri
day.7.Mmm=Sat
# Can someone tell me why were not counting from zero?
day.1.short=S
day.2.short=M
day.3.short=T
day.4.short=W
day.5.short=T
day.6.short=F
day.7.short=S
am-string=AM
pm-string=PM
AllDay=All Day
# Added to support localization of messages within eventDialog.js
# Day ordinals imply order within a list.
ordinal.suffix.1=st
ordinal.suffix.2=nd
ordinal.suffix.3=rd
ordinal.suffix.4=th
ordinal.suffix.5=th
ordinal.suffix.6=th
ordinal.suffix.7=th
ordinal.suffix.8=th
ordinal.suffix.9=th
ordinal.suffix.10=th
ordinal.suffix.11=th
ordinal.suffix.12=th
ordinal.suffix.13=th
ordinal.suffix.14=th
ordinal.suffix.15=th
ordinal.suffix.16=th
ordinal.suffix.17=th
ordinal.suffix.18=th
ordinal.suffix.19=th
ordinal.suffix.20=th
ordinal.suffix.21=st
ordinal.suffix.22=nd
ordinal.suffix.23=rd
ordinal.suffix.24=th
ordinal.suffix.25=th
ordinal.suffix.26=th
ordinal.suffix.27=th
ordinal.suffix.28=th
ordinal.suffix.29=th
ordinal.suffix.30=th
ordinal.suffix.31=st
ordinal.name.last=Last
ordinal.name.1=First
ordinal.name.2=Second
ordinal.name.3=Third
ordinal.name.4=Fourth
ordinal.name.5=Fifth
# For the recurrence dialog
# Will be subsituted with one of ordinal.name.N and one of day.N.name
# Second Tuesday of the month
recurNthWeek=%1$S %2$S of the month
# Will be subsituted with one of day.N.name
# Last Tuesday of the month
recurLast=Last %1$S of the month
# Will be subsituted with day and one of ordinal.suffix.N
# 15th day of the month
recurNthDay=%1$S%2$S day of the month

Просмотреть файл

@ -1,45 +0,0 @@
# ***** BEGIN LICENSE BLOCK *****
# 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 Mozilla Calendar code.
#
# The Initial Developer of the Original Code is
# ArentJan Banck <ajbanck@planet.nl>.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): Mike Potter <mikep@oeone.com>
#
# 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 GPL or the LGPL. 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.
#
# ***** END LICENSE BLOCK *****
# Email items.
AttachmentName=CalendarEvent.ics
When=When:
Where=Where:
Organizer=Organizer:
Summary=Summary:
EmailSubject=Calendar Events
AlarmEmailBody=Calendar Event Alarm Went Off!\n----------------------------\nTitle: %1$S at %2$S\nThis message sent to you from the Mozilla Calendar.\nhttp://www.mozilla.org/projects/calendar/
AlarmEmailSubject=Mozilla Calendar Alarm: %1$S

Просмотреть файл

@ -1,111 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Garth Smedley <garths@oeone.com>
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY time.midnight "Midnight" >
<!ENTITY time.1 "1:00 AM" >
<!ENTITY time.2 "2:00 AM" >
<!ENTITY time.3 "3:00 AM" >
<!ENTITY time.4 "4:00 AM" >
<!ENTITY time.5 "5:00 AM" >
<!ENTITY time.6 "6:00 AM" >
<!ENTITY time.7 "7:00 AM" >
<!ENTITY time.8 "8:00 AM" >
<!ENTITY time.9 "9:00 AM" >
<!ENTITY time.10 "10:00 AM" >
<!ENTITY time.11 "11:00 AM" >
<!ENTITY time.noon "Noon" >
<!ENTITY time.13 "1:00 PM" >
<!ENTITY time.14 "2:00 PM" >
<!ENTITY time.15 "3:00 PM" >
<!ENTITY time.16 "4:00 PM" >
<!ENTITY time.17 "5:00 PM" >
<!ENTITY time.18 "6:00 PM" >
<!ENTITY time.19 "7:00 PM" >
<!ENTITY time.20 "8:00 PM" >
<!ENTITY time.21 "9:00 PM" >
<!ENTITY time.22 "10:00 PM" >
<!ENTITY time.23 "11:00 PM" >
<!-- Month Names -->
<!ENTITY day.1.Ddd "Sun" >
<!ENTITY day.2.Ddd "Mon" >
<!ENTITY day.3.Ddd "Tue" >
<!ENTITY day.4.Ddd "Wed" >
<!ENTITY day.5.Ddd "Thu" >
<!ENTITY day.6.Ddd "Fri" >
<!ENTITY day.7.Ddd "Sat" >
<!ENTITY day.1.DDD "SUN" >
<!ENTITY day.2.DDD "MON" >
<!ENTITY day.3.DDD "TUE" >
<!ENTITY day.4.DDD "WED" >
<!ENTITY day.5.DDD "THU" >
<!ENTITY day.6.DDD "FRI" >
<!ENTITY day.7.DDD "SAT" >
<!ENTITY day.1.name "Sunday" >
<!ENTITY day.2.name "Monday" >
<!ENTITY day.3.name "Tuesday" >
<!ENTITY day.4.name "Wednesday" >
<!ENTITY day.5.name "Thursday" >
<!ENTITY day.6.name "Friday" >
<!ENTITY day.7.name "Saturday" >
<!ENTITY time.am "AM" >
<!ENTITY time.pm "PM" >
<!ENTITY month.1.MMM "JAN" >
<!ENTITY month.2.MMM "FEB" >
<!ENTITY month.3.MMM "MAR" >
<!ENTITY month.4.MMM "APR" >
<!ENTITY month.5.MMM "MAY" >
<!ENTITY month.6.MMM "JUN" >
<!ENTITY month.7.MMM "JUL" >
<!ENTITY month.8.MMM "AUG" >
<!ENTITY month.9.MMM "SEP" >
<!ENTITY month.10.MMM "OCT" >
<!ENTITY month.11.MMM "NOV" >
<!ENTITY month.12.MMM "DEC" >
<!ENTITY time.AM "AM" >
<!ENTITY time.PM "PM" >
<!ENTITY more.label "MORE" >
<!ENTITY less.label "LESS" >
<!ENTITY add.label "Add">
<!ENTITY edit.label "Edit">
<!ENTITY remove.label "Remove">

Просмотреть файл

@ -1,241 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.com>
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Event">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "New Event…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "New Task…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY calendar.new.server.label "New Calendar File…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.journal.label "New Journal Item...">
<!ENTITY calendar.new.journal.key "J">
<!ENTITY calendar.new.journal.accesskey "j">
<!ENTITY calendar.open.file.label "Open Calendar File…">
<!ENTITY calendar.open.file.key "O">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Edit Selection...">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.delete.event "Delete Selected Events">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.tasks "Delete Selected Tasks">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.mail.event "Mail Selection...">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY calendar.print.label "Print...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.printpreview.label "Print Preview">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Page Setup…">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Import…">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Launch Wizard…">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.export.label "Export Selection...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Subscribe to Remote Calendar…">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.reloadserver.label "Reload Remote Calendars">
<!ENTITY calendar.reloadserver.key "R">
<!ENTITY calendar.reloadserver.accesskey "R">
<!ENTITY calendar.publish.label "Publish...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.quit.label "Quit">
<!ENTITY calendar.quit.accesskey "Q">
<!ENTITY calendar.about.label "About Calendar">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.undo.label "Undo">
<!ENTITY calendar.undo.key "Z">
<!ENTITY calendar.undo.accesskey "u">
<!ENTITY calendar.redo.label "Redo">
<!ENTITY calendar.redo.key "Y">
<!ENTITY calendar.redo.accesskey "r">
<!ENTITY calendar.cut.label "Cut">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Copy">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.paste.label "Paste">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.selectall.label "Select All">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY toolbarsMenu.label "Toolbars">
<!ENTITY toolbarsMenu.accesskey "T">
<!ENTITY calendar.toolbar.label "Calendar Toolbar">
<!ENTITY calendar.menu.customize.label "Customize...">
<!ENTITY calendar.menu.customize.accesskey "C">
<!ENTITY calendar.preferences.label "Preferences…">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY showSearchToolbarCmd.label "Search Bar">
<!ENTITY showSearchToolbarCmd.accesskey "S">
<!ENTITY showStatusBarCmd.label "Status Bar">
<!ENTITY showStatusBarCmd.accesskey "B">
<!ENTITY showTaskBoxCmd.label "Task List">
<!ENTITY showTaskBoxCmd.accesskey "L">
<!ENTITY calendar.displaytodos.checkbox.label "Show Tasks in Calendar">
<!ENTITY calendar.displaytodos.checkbox.accesskey "T">
<!ENTITY calendar.menu.numberofweeks.label "Multiweek View Size">
<!ENTITY calendar.menu.numberofweeks.2 "Two Weeks">
<!ENTITY calendar.menu.numberofweeks.3 "Three Weeks">
<!ENTITY calendar.menu.numberofweeks.4 "Four Weeks">
<!ENTITY calendar.menu.numberofweeks.5 "Five Weeks">
<!ENTITY calendar.menu.numberofweeks.6 "Six Weeks">
<!ENTITY calendar.fullscreen.label "Full Screen">
<!ENTITY calendar.fullscreen.accesskey "F">
<!ENTITY calendar.addons.label "Add-ons">
<!ENTITY calendar.addons.accesskey "d">
<!ENTITY goMenu.label "Go">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goTodayCmd.label "Today">
<!ENTITY goTodayCmd.accesskey "T">
<!ENTITY goDateCmd.label "Date…">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.day.label "Previous Day">
<!ENTITY goPreviousCmd.week.label "Previous Week">
<!ENTITY goPreviousCmd.month.label "Previous Month">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goNextCmd.day.label "Next Day">
<!ENTITY goNextCmd.week.label "Next Week">
<!ENTITY goNextCmd.month.label "Next Month">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY errorConsoleCmd.label "Error Console">
<!ENTITY errorConsoleCmd.accesskey "C">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY optionsCmd.label "Options…">
<!ENTITY optionsCmd.accesskey "O">
<!ENTITY preferencesCmd.label "Preferences">
<!ENTITY preferencesCmd.accesskey "n">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

Просмотреть файл

@ -1,39 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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 mozilla.org code.
-
- The Initial Developer of the Original Code is
- the Mozilla Organization.
- Portions created by the Initial Developer are Copyright (C) 1998-2002
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY calendarCmd.label "Calendar">
<!ENTITY calendarCmd.accesskey "r">
<!ENTITY calendarCmd.commandkey "8">

Просмотреть файл

@ -1,527 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Mike Potter <mikep@oeone.com>
- ArentJan Banck <ajbanck@planet.nl>
- Eric Belhaire <belhaire@ief.u-psud.fr>
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY calendar.label "Calendar" >
<!ENTITY calendarPanel.label "Calendar" >
<!ENTITY calendar.accesskey "C" >
<!ENTITY calendar.publish.label "Publishing">
<!ENTITY calendar.general.label "General">
<!ENTITY calendar.alarms.label "Alarms">
<!ENTITY calendar.views.label "Views">
<!ENTITY calendar.timezone.label "My Timezone">
<!ENTITY prefWindow.title "Options">
<!ENTITY prefWindow.size "width: 52.3em; height: 41em;">
<!ENTITY prefWindow.category "Category">
<!ENTITY pref.mainbox.label "General Settings" >
<!ENTITY pref.alarmgoesoff.label "When an alarm goes off:">
<!ENTITY pref.playasound "Play a sound" >
<!ENTITY pref.preview.label "Preview" >
#ifdef MOZ_SUNBIRD
<!ENTITY pref.showConnections.label "Connection Settings...">
<!ENTITY pref.showConnections.accesskey "o">
<!ENTITY pref.proxiesInfo.label "Determine how &brandShortName; connects to the Internet.">
<!ENTITY pref.connectionsInfo.caption "Connection">
#endif
<!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.missedalarms "Show missed alarms" >
<!ENTITY pref.defalarm4events.label "Default alarm setting for events:">
<!ENTITY pref.defalarm4todos.label "Default alarm setting for tasks:">
<!ENTITY pref.alarm.on "On">
<!ENTITY pref.alarm.off "Off">
<!ENTITY pref.defalarmlen4events.label "Default time an alarm goes off before an event:">
<!ENTITY pref.defalarmlen4todos.label "Default time an alarm goes off before a task:">
<!ENTITY pref.dateformat.label "Date Text Format:" >
<!ENTITY pref.dateformat.long "Long" >
<!ENTITY pref.dateformat.short "Short" >
<!ENTITY pref.dateformat.storeingmt "Store dates in Universal Time" >
<!ENTITY pref.defaultlength.label "Default Event Length:" >
<!ENTITY pref.defaultsnoozelength.label "Default Snooze Length:" >
<!ENTITY pref.weekstarts.label "First Day Of The Week:" >
<!ENTITY pref.daysoff.label "Day(s) Off Each Week:" >
<!ENTITY pref.numberofweeks.label "Default total number of Weeks:" >
<!ENTITY pref.numberofweeks.0 "None" >
<!ENTITY pref.numberofweeks.1 "1 Week" >
<!ENTITY pref.numberofweeks.2 "2 Weeks" >
<!ENTITY pref.numberofweeks.3 "3 Weeks" >
<!ENTITY pref.numberofweeks.4 "4 Weeks" >
<!ENTITY pref.numberofweeks.5 "5 Weeks" >
<!ENTITY pref.numberofweeks.6 "6 Weeks" >
<!ENTITY pref.numberofpreviousweeks.label "Number of Previous Weeks:" >
<!ENTITY pref.hour.help.description "Overridden if events are outside these times" >
<!ENTITY pref.hour.00 "00:00" >
<!ENTITY pref.hour.01 "01:00" >
<!ENTITY pref.hour.02 "02:00" >
<!ENTITY pref.hour.03 "03:00" >
<!ENTITY pref.hour.04 "04:00" >
<!ENTITY pref.hour.05 "05:00" >
<!ENTITY pref.hour.06 "06:00" >
<!ENTITY pref.hour.07 "07:00" >
<!ENTITY pref.hour.08 "08:00" >
<!ENTITY pref.hour.09 "09:00" >
<!ENTITY pref.hour.10 "10:00" >
<!ENTITY pref.hour.11 "11:00" >
<!ENTITY pref.hour.12 "12:00" >
<!ENTITY pref.hour.13 "13:00" >
<!ENTITY pref.hour.14 "14:00" >
<!ENTITY pref.hour.15 "15:00" >
<!ENTITY pref.hour.16 "16:00" >
<!ENTITY pref.hour.17 "17:00" >
<!ENTITY pref.hour.18 "18:00" >
<!ENTITY pref.hour.19 "19:00" >
<!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.calendar.view.allview.caption "General">
<!ENTITY pref.calendar.view.dayview.caption "Day View">
<!ENTITY pref.calendar.view.weekview.caption "Week View">
<!ENTITY pref.calendar.view.weekanddayview.caption "Week and Day Views">
<!ENTITY pref.calendar.view.monthview.caption "Month View">
<!ENTITY pref.calendar.view.multiweekview.caption "Multiweek 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" >
<!ENTITY pref.categories.add.title "Add Category">
<!ENTITY pref.categories.edit.title "Edit Category">
<!ENTITY pref.categories.name.label "Name">
<!ENTITY pref.categories.color.label "Color">
<!ENTITY pref.categories.usecolor.label "Use Color">
<!ENTITY pref.categories.none.label "(none)">
<!ENTITY pref.categories.overwrite "A category already exists with that name. \n Do you want to overwrite it?">
<!ENTITY pref.categories.overwrite.title "Warning: Duplicate name">
<!ENTITY pref.categories.noBlankCategories "You must enter a category name.">
<!ENTITY pref.reloadonlaunch "Reload Remote Calendars On Startup">
<!ENTITY pref.minutes.label "Minutes">
<!-- Calendar Timezone preferences information -->
<!ENTITY pref.calendar.timezone.label "My Timezone">
<!ENTITY pref.calendar.timezone.caption "Timezone">
<!ENTITY pref.calendar.timezone.description "Timezone ID is (continent or ocean)/(largest city in legal timezone region).">
<!ENTITY pref.defaultzone.label "Default Timezone:" >
<!ENTITY pref.timezone.Africa.Abidjan "Africa/Abidjan" >
<!ENTITY pref.timezone.Africa.Accra "Africa/Accra" >
<!ENTITY pref.timezone.Africa.Addis_Ababa "Africa/Addis_Ababa" >
<!ENTITY pref.timezone.Africa.Algiers "Africa/Algiers" >
<!ENTITY pref.timezone.Africa.Asmera "Africa/Asmera" >
<!ENTITY pref.timezone.Africa.Bamako "Africa/Bamako" >
<!ENTITY pref.timezone.Africa.Bangui "Africa/Bangui" >
<!ENTITY pref.timezone.Africa.Banjul "Africa/Banjul" >
<!ENTITY pref.timezone.Africa.Bissau "Africa/Bissau" >
<!ENTITY pref.timezone.Africa.Blantyre "Africa/Blantyre" >
<!ENTITY pref.timezone.Africa.Brazzaville "Africa/Brazzaville" >
<!ENTITY pref.timezone.Africa.Bujumbura "Africa/Bujumbura" >
<!ENTITY pref.timezone.Africa.Cairo "Africa/Cairo" >
<!ENTITY pref.timezone.Africa.Casablanca "Africa/Casablanca" >
<!ENTITY pref.timezone.Africa.Ceuta "Africa/Ceuta" >
<!ENTITY pref.timezone.Africa.Conakry "Africa/Conakry" >
<!ENTITY pref.timezone.Africa.Dakar "Africa/Dakar" >
<!ENTITY pref.timezone.Africa.Dar_es_Salaam "Africa/Dar_es_Salaam" >
<!ENTITY pref.timezone.Africa.Djibouti "Africa/Djibouti" >
<!ENTITY pref.timezone.Africa.Douala "Africa/Douala" >
<!ENTITY pref.timezone.Africa.El_Aaiun "Africa/El_Aaiun" >
<!ENTITY pref.timezone.Africa.Freetown "Africa/Freetown" >
<!ENTITY pref.timezone.Africa.Gaborone "Africa/Gaborone" >
<!ENTITY pref.timezone.Africa.Harare "Africa/Harare" >
<!ENTITY pref.timezone.Africa.Johannesburg "Africa/Johannesburg" >
<!ENTITY pref.timezone.Africa.Kampala "Africa/Kampala" >
<!ENTITY pref.timezone.Africa.Khartoum "Africa/Khartoum" >
<!ENTITY pref.timezone.Africa.Kigali "Africa/Kigali" >
<!ENTITY pref.timezone.Africa.Kinshasa "Africa/Kinshasa" >
<!ENTITY pref.timezone.Africa.Lagos "Africa/Lagos" >
<!ENTITY pref.timezone.Africa.Libreville "Africa/Libreville" >
<!ENTITY pref.timezone.Africa.Lome "Africa/Lome" >
<!ENTITY pref.timezone.Africa.Luanda "Africa/Luanda" >
<!ENTITY pref.timezone.Africa.Lubumbashi "Africa/Lubumbashi" >
<!ENTITY pref.timezone.Africa.Lusaka "Africa/Lusaka" >
<!ENTITY pref.timezone.Africa.Malabo "Africa/Malabo" >
<!ENTITY pref.timezone.Africa.Maputo "Africa/Maputo" >
<!ENTITY pref.timezone.Africa.Maseru "Africa/Maseru" >
<!ENTITY pref.timezone.Africa.Mbabane "Africa/Mbabane" >
<!ENTITY pref.timezone.Africa.Mogadishu "Africa/Mogadishu" >
<!ENTITY pref.timezone.Africa.Monrovia "Africa/Monrovia" >
<!ENTITY pref.timezone.Africa.Nairobi "Africa/Nairobi" >
<!ENTITY pref.timezone.Africa.Ndjamena "Africa/Ndjamena" >
<!ENTITY pref.timezone.Africa.Niamey "Africa/Niamey" >
<!ENTITY pref.timezone.Africa.Nouakchott "Africa/Nouakchott" >
<!ENTITY pref.timezone.Africa.Ouagadougou "Africa/Ouagadougou" >
<!ENTITY pref.timezone.Africa.Porto-Novo "Africa/Porto-Novo" >
<!ENTITY pref.timezone.Africa.Sao_Tome "Africa/Sao_Tome" >
<!ENTITY pref.timezone.Africa.Timbuktu "Africa/Timbuktu" >
<!ENTITY pref.timezone.Africa.Tripoli "Africa/Tripoli" >
<!ENTITY pref.timezone.Africa.Tunis "Africa/Tunis" >
<!ENTITY pref.timezone.Africa.Windhoek "Africa/Windhoek" >
<!ENTITY pref.timezone.America.Adak "America/Adak" >
<!ENTITY pref.timezone.America.Anchorage "America/Anchorage" >
<!ENTITY pref.timezone.America.Anguilla "America/Anguilla" >
<!ENTITY pref.timezone.America.Antigua "America/Antigua" >
<!ENTITY pref.timezone.America.Araguaina "America/Araguaina" >
<!ENTITY pref.timezone.America.Aruba "America/Aruba" >
<!ENTITY pref.timezone.America.Asuncion "America/Asuncion" >
<!ENTITY pref.timezone.America.Barbados "America/Barbados" >
<!ENTITY pref.timezone.America.Belem "America/Belem" >
<!ENTITY pref.timezone.America.Belize "America/Belize" >
<!ENTITY pref.timezone.America.Boa_Vista "America/Boa_Vista" >
<!ENTITY pref.timezone.America.Bogota "America/Bogota" >
<!ENTITY pref.timezone.America.Boise "America/Boise" >
<!ENTITY pref.timezone.America.Buenos_Aires "America/Buenos_Aires" >
<!ENTITY pref.timezone.America.Cambridge_Bay "America/Cambridge_Bay" >
<!ENTITY pref.timezone.America.Cancun "America/Cancun" >
<!ENTITY pref.timezone.America.Caracas "America/Caracas" >
<!ENTITY pref.timezone.America.Catamarca "America/Catamarca" >
<!ENTITY pref.timezone.America.Cayenne "America/Cayenne" >
<!ENTITY pref.timezone.America.Cayman "America/Cayman" >
<!ENTITY pref.timezone.America.Chicago "America/Chicago" >
<!ENTITY pref.timezone.America.Chihuahua "America/Chihuahua" >
<!ENTITY pref.timezone.America.Cordoba "America/Cordoba" >
<!ENTITY pref.timezone.America.Costa_Rica "America/Costa_Rica" >
<!ENTITY pref.timezone.America.Cuiaba "America/Cuiaba" >
<!ENTITY pref.timezone.America.Curacao "America/Curacao" >
<!ENTITY pref.timezone.America.Dawson "America/Dawson" >
<!ENTITY pref.timezone.America.Dawson_Creek "America/Dawson_Creek" >
<!ENTITY pref.timezone.America.Denver "America/Denver" >
<!ENTITY pref.timezone.America.Detroit "America/Detroit" >
<!ENTITY pref.timezone.America.Dominica "America/Dominica" >
<!ENTITY pref.timezone.America.Edmonton "America/Edmonton" >
<!ENTITY pref.timezone.America.Eirunepe "America/Eirunepe" >
<!ENTITY pref.timezone.America.El_Salvador "America/El_Salvador" >
<!ENTITY pref.timezone.America.Fortaleza "America/Fortaleza" >
<!ENTITY pref.timezone.America.Glace_Bay "America/Glace_Bay" >
<!ENTITY pref.timezone.America.Godthab "America/Godthab" >
<!ENTITY pref.timezone.America.Goose_Bay "America/Goose_Bay" >
<!ENTITY pref.timezone.America.Grand_Turk "America/Grand_Turk" >
<!ENTITY pref.timezone.America.Grenada "America/Grenada" >
<!ENTITY pref.timezone.America.Guadeloupe "America/Guadeloupe" >
<!ENTITY pref.timezone.America.Guatemala "America/Guatemala" >
<!ENTITY pref.timezone.America.Guayaquil "America/Guayaquil" >
<!ENTITY pref.timezone.America.Guyana "America/Guyana" >
<!ENTITY pref.timezone.America.Halifax "America/Halifax" >
<!ENTITY pref.timezone.America.Havana "America/Havana" >
<!ENTITY pref.timezone.America.Hermosillo "America/Hermosillo" >
<!ENTITY pref.timezone.America.Indiana.Indianapolis "America/Indiana/Indianapolis" >
<!ENTITY pref.timezone.America.Indiana.Knox "America/Indiana/Knox" >
<!ENTITY pref.timezone.America.Indiana.Marengo "America/Indiana/Marengo" >
<!ENTITY pref.timezone.America.Indiana.Vevay "America/Indiana/Vevay" >
<!ENTITY pref.timezone.America.Indianapolis "America/Indianapolis" >
<!ENTITY pref.timezone.America.Inuvik "America/Inuvik" >
<!ENTITY pref.timezone.America.Iqaluit "America/Iqaluit" >
<!ENTITY pref.timezone.America.Jamaica "America/Jamaica" >
<!ENTITY pref.timezone.America.Jujuy "America/Jujuy" >
<!ENTITY pref.timezone.America.Juneau "America/Juneau" >
<!ENTITY pref.timezone.America.Kentucky.Louisville "America/Kentucky/Louisville" >
<!ENTITY pref.timezone.America.Kentucky.Monticello "America/Kentucky/Monticello" >
<!ENTITY pref.timezone.America.La_Paz "America/La_Paz" >
<!ENTITY pref.timezone.America.Lima "America/Lima" >
<!ENTITY pref.timezone.America.Los_Angeles "America/Los_Angeles" >
<!ENTITY pref.timezone.America.Louisville "America/Louisville" >
<!ENTITY pref.timezone.America.Maceio "America/Maceio" >
<!ENTITY pref.timezone.America.Managua "America/Managua" >
<!ENTITY pref.timezone.America.Manaus "America/Manaus" >
<!ENTITY pref.timezone.America.Martinique "America/Martinique" >
<!ENTITY pref.timezone.America.Mazatlan "America/Mazatlan" >
<!ENTITY pref.timezone.America.Mendoza "America/Mendoza" >
<!ENTITY pref.timezone.America.Menominee "America/Menominee" >
<!ENTITY pref.timezone.America.Merida "America/Merida" >
<!ENTITY pref.timezone.America.Mexico_City "America/Mexico_City" >
<!ENTITY pref.timezone.America.Miquelon "America/Miquelon" >
<!ENTITY pref.timezone.America.Monterrey "America/Monterrey" >
<!ENTITY pref.timezone.America.Montevideo "America/Montevideo" >
<!ENTITY pref.timezone.America.Montreal "America/Montreal" >
<!ENTITY pref.timezone.America.Montserrat "America/Montserrat" >
<!ENTITY pref.timezone.America.Nassau "America/Nassau" >
<!ENTITY pref.timezone.America.New_York "America/New_York" >
<!ENTITY pref.timezone.America.Nipigon "America/Nipigon" >
<!ENTITY pref.timezone.America.Nome "America/Nome" >
<!ENTITY pref.timezone.America.Noronha "America/Noronha" >
<!ENTITY pref.timezone.America.Panama "America/Panama" >
<!ENTITY pref.timezone.America.Pangnirtung "America/Pangnirtung" >
<!ENTITY pref.timezone.America.Paramaribo "America/Paramaribo" >
<!ENTITY pref.timezone.America.Phoenix "America/Phoenix" >
<!ENTITY pref.timezone.America.Port-au-Prince "America/Port-au-Prince" >
<!ENTITY pref.timezone.America.Port_of_Spain "America/Port_of_Spain" >
<!ENTITY pref.timezone.America.Porto_Velho "America/Porto_Velho" >
<!ENTITY pref.timezone.America.Puerto_Rico "America/Puerto_Rico" >
<!ENTITY pref.timezone.America.Rainy_River "America/Rainy_River" >
<!ENTITY pref.timezone.America.Rankin_Inlet "America/Rankin_Inlet" >
<!ENTITY pref.timezone.America.Recife "America/Recife" >
<!ENTITY pref.timezone.America.Regina "America/Regina" >
<!ENTITY pref.timezone.America.Rio_Branco "America/Rio_Branco" >
<!ENTITY pref.timezone.America.Rosario "America/Rosario" >
<!ENTITY pref.timezone.America.Santiago "America/Santiago" >
<!ENTITY pref.timezone.America.Santo_Domingo "America/Santo_Domingo" >
<!ENTITY pref.timezone.America.Sao_Paulo "America/Sao_Paulo" >
<!ENTITY pref.timezone.America.Scoresbysund "America/Scoresbysund" >
<!ENTITY pref.timezone.America.Shiprock "America/Shiprock" >
<!ENTITY pref.timezone.America.St_Johns "America/St_Johns" >
<!ENTITY pref.timezone.America.St_Kitts "America/St_Kitts" >
<!ENTITY pref.timezone.America.St_Lucia "America/St_Lucia" >
<!ENTITY pref.timezone.America.St_Thomas "America/St_Thomas" >
<!ENTITY pref.timezone.America.St_Vincent "America/St_Vincent" >
<!ENTITY pref.timezone.America.Swift_Current "America/Swift_Current" >
<!ENTITY pref.timezone.America.Tegucigalpa "America/Tegucigalpa" >
<!ENTITY pref.timezone.America.Thule "America/Thule" >
<!ENTITY pref.timezone.America.Thunder_Bay "America/Thunder_Bay" >
<!ENTITY pref.timezone.America.Tijuana "America/Tijuana" >
<!ENTITY pref.timezone.America.Tortola "America/Tortola" >
<!ENTITY pref.timezone.America.Vancouver "America/Vancouver" >
<!ENTITY pref.timezone.America.Whitehorse "America/Whitehorse" >
<!ENTITY pref.timezone.America.Winnipeg "America/Winnipeg" >
<!ENTITY pref.timezone.America.Yakutat "America/Yakutat" >
<!ENTITY pref.timezone.America.Yellowknife "America/Yellowknife" >
<!ENTITY pref.timezone.Antarctica.Casey "Antarctica/Casey" >
<!ENTITY pref.timezone.Antarctica.Davis "Antarctica/Davis" >
<!ENTITY pref.timezone.Antarctica.DumontDUrville "Antarctica/DumontDUrville" >
<!ENTITY pref.timezone.Antarctica.Mawson "Antarctica/Mawson" >
<!ENTITY pref.timezone.Antarctica.McMurdo "Antarctica/McMurdo" >
<!ENTITY pref.timezone.Antarctica.Palmer "Antarctica/Palmer" >
<!ENTITY pref.timezone.Antarctica.South_Pole "Antarctica/South_Pole" >
<!ENTITY pref.timezone.Antarctica.Syowa "Antarctica/Syowa" >
<!ENTITY pref.timezone.Antarctica.Vostok "Antarctica/Vostok" >
<!ENTITY pref.timezone.Arctic.Longyearbyen "Arctic/Longyearbyen" >
<!ENTITY pref.timezone.Asia.Aden "Asia/Aden" >
<!ENTITY pref.timezone.Asia.Almaty "Asia/Almaty" >
<!ENTITY pref.timezone.Asia.Amman "Asia/Amman" >
<!ENTITY pref.timezone.Asia.Anadyr "Asia/Anadyr" >
<!ENTITY pref.timezone.Asia.Aqtau "Asia/Aqtau" >
<!ENTITY pref.timezone.Asia.Aqtobe "Asia/Aqtobe" >
<!ENTITY pref.timezone.Asia.Ashgabat "Asia/Ashgabat" >
<!ENTITY pref.timezone.Asia.Baghdad "Asia/Baghdad" >
<!ENTITY pref.timezone.Asia.Bahrain "Asia/Bahrain" >
<!ENTITY pref.timezone.Asia.Baku "Asia/Baku" >
<!ENTITY pref.timezone.Asia.Bangkok "Asia/Bangkok" >
<!ENTITY pref.timezone.Asia.Beirut "Asia/Beirut" >
<!ENTITY pref.timezone.Asia.Bishkek "Asia/Bishkek" >
<!ENTITY pref.timezone.Asia.Brunei "Asia/Brunei" >
<!ENTITY pref.timezone.Asia.Calcutta "Asia/Calcutta" >
<!ENTITY pref.timezone.Asia.Chungking "Asia/Chungking" >
<!ENTITY pref.timezone.Asia.Colombo "Asia/Colombo" >
<!ENTITY pref.timezone.Asia.Damascus "Asia/Damascus" >
<!ENTITY pref.timezone.Asia.Dhaka "Asia/Dhaka" >
<!ENTITY pref.timezone.Asia.Dili "Asia/Dili" >
<!ENTITY pref.timezone.Asia.Dubai "Asia/Dubai" >
<!ENTITY pref.timezone.Asia.Dushanbe "Asia/Dushanbe" >
<!ENTITY pref.timezone.Asia.Gaza "Asia/Gaza" >
<!ENTITY pref.timezone.Asia.Harbin "Asia/Harbin" >
<!ENTITY pref.timezone.Asia.Hong_Kong "Asia/Hong_Kong" >
<!ENTITY pref.timezone.Asia.Hovd "Asia/Hovd" >
<!ENTITY pref.timezone.Asia.Irkutsk "Asia/Irkutsk" >
<!ENTITY pref.timezone.Asia.Istanbul "Asia/Istanbul" >
<!ENTITY pref.timezone.Asia.Jakarta "Asia/Jakarta" >
<!ENTITY pref.timezone.Asia.Jayapura "Asia/Jayapura" >
<!ENTITY pref.timezone.Asia.Jerusalem "Asia/Jerusalem" >
<!ENTITY pref.timezone.Asia.Kabul "Asia/Kabul" >
<!ENTITY pref.timezone.Asia.Kamchatka "Asia/Kamchatka" >
<!ENTITY pref.timezone.Asia.Karachi "Asia/Karachi" >
<!ENTITY pref.timezone.Asia.Kashgar "Asia/Kashgar" >
<!ENTITY pref.timezone.Asia.Katmandu "Asia/Katmandu" >
<!ENTITY pref.timezone.Asia.Krasnoyarsk "Asia/Krasnoyarsk" >
<!ENTITY pref.timezone.Asia.Kuala_Lumpur "Asia/Kuala_Lumpur" >
<!ENTITY pref.timezone.Asia.Kuching "Asia/Kuching" >
<!ENTITY pref.timezone.Asia.Kuwait "Asia/Kuwait" >
<!ENTITY pref.timezone.Asia.Macao "Asia/Macao" >
<!ENTITY pref.timezone.Asia.Magadan "Asia/Magadan" >
<!ENTITY pref.timezone.Asia.Manila "Asia/Manila" >
<!ENTITY pref.timezone.Asia.Muscat "Asia/Muscat" >
<!ENTITY pref.timezone.Asia.Nicosia "Asia/Nicosia" >
<!ENTITY pref.timezone.Asia.Novosibirsk "Asia/Novosibirsk" >
<!ENTITY pref.timezone.Asia.Omsk "Asia/Omsk" >
<!ENTITY pref.timezone.Asia.Phnom_Penh "Asia/Phnom_Penh" >
<!ENTITY pref.timezone.Asia.Pontianak "Asia/Pontianak" >
<!ENTITY pref.timezone.Asia.Pyongyang "Asia/Pyongyang" >
<!ENTITY pref.timezone.Asia.Qatar "Asia/Qatar" >
<!ENTITY pref.timezone.Asia.Rangoon "Asia/Rangoon" >
<!ENTITY pref.timezone.Asia.Riyadh "Asia/Riyadh" >
<!ENTITY pref.timezone.Asia.Saigon "Asia/Saigon" >
<!ENTITY pref.timezone.Asia.Samarkand "Asia/Samarkand" >
<!ENTITY pref.timezone.Asia.Seoul "Asia/Seoul" >
<!ENTITY pref.timezone.Asia.Shanghai "Asia/Shanghai" >
<!ENTITY pref.timezone.Asia.Singapore "Asia/Singapore" >
<!ENTITY pref.timezone.Asia.Taipei "Asia/Taipei" >
<!ENTITY pref.timezone.Asia.Tashkent "Asia/Tashkent" >
<!ENTITY pref.timezone.Asia.Tbilisi "Asia/Tbilisi" >
<!ENTITY pref.timezone.Asia.Tehran "Asia/Tehran" >
<!ENTITY pref.timezone.Asia.Thimphu "Asia/Thimphu" >
<!ENTITY pref.timezone.Asia.Tokyo "Asia/Tokyo" >
<!ENTITY pref.timezone.Asia.Ujung_Pandang "Asia/Ujung_Pandang" >
<!ENTITY pref.timezone.Asia.Ulaanbaatar "Asia/Ulaanbaatar" >
<!ENTITY pref.timezone.Asia.Urumqi "Asia/Urumqi" >
<!ENTITY pref.timezone.Asia.Vientiane "Asia/Vientiane" >
<!ENTITY pref.timezone.Asia.Vladivostok "Asia/Vladivostok" >
<!ENTITY pref.timezone.Asia.Yakutsk "Asia/Yakutsk" >
<!ENTITY pref.timezone.Asia.Yekaterinburg "Asia/Yekaterinburg" >
<!ENTITY pref.timezone.Asia.Yerevan "Asia/Yerevan" >
<!ENTITY pref.timezone.Atlantic.Azores "Atlantic/Azores" >
<!ENTITY pref.timezone.Atlantic.Bermuda "Atlantic/Bermuda" >
<!ENTITY pref.timezone.Atlantic.Canary "Atlantic/Canary" >
<!ENTITY pref.timezone.Atlantic.Cape_Verde "Atlantic/Cape_Verde" >
<!ENTITY pref.timezone.Atlantic.Faeroe "Atlantic/Faeroe" >
<!ENTITY pref.timezone.Atlantic.Jan_Mayen "Atlantic/Jan_Mayen" >
<!ENTITY pref.timezone.Atlantic.Madeira "Atlantic/Madeira" >
<!ENTITY pref.timezone.Atlantic.Reykjavik "Atlantic/Reykjavik" >
<!ENTITY pref.timezone.Atlantic.South_Georgia "Atlantic/South_Georgia" >
<!ENTITY pref.timezone.Atlantic.St_Helena "Atlantic/St_Helena" >
<!ENTITY pref.timezone.Atlantic.Stanley "Atlantic/Stanley" >
<!ENTITY pref.timezone.Australia.Adelaide "Australia/Adelaide" >
<!ENTITY pref.timezone.Australia.Brisbane "Australia/Brisbane" >
<!ENTITY pref.timezone.Australia.Broken_Hill "Australia/Broken_Hill" >
<!ENTITY pref.timezone.Australia.Darwin "Australia/Darwin" >
<!ENTITY pref.timezone.Australia.Hobart "Australia/Hobart" >
<!ENTITY pref.timezone.Australia.Lindeman "Australia/Lindeman" >
<!ENTITY pref.timezone.Australia.Lord_Howe "Australia/Lord_Howe" >
<!ENTITY pref.timezone.Australia.Melbourne "Australia/Melbourne" >
<!ENTITY pref.timezone.Australia.Perth "Australia/Perth" >
<!ENTITY pref.timezone.Australia.Sydney "Australia/Sydney" >
<!ENTITY pref.timezone.Europe.Amsterdam "Europe/Amsterdam" >
<!ENTITY pref.timezone.Europe.Andorra "Europe/Andorra" >
<!ENTITY pref.timezone.Europe.Athens "Europe/Athens" >
<!ENTITY pref.timezone.Europe.Belfast "Europe/Belfast" >
<!ENTITY pref.timezone.Europe.Belgrade "Europe/Belgrade" >
<!ENTITY pref.timezone.Europe.Berlin "Europe/Berlin" >
<!ENTITY pref.timezone.Europe.Bratislava "Europe/Bratislava" >
<!ENTITY pref.timezone.Europe.Brussels "Europe/Brussels" >
<!ENTITY pref.timezone.Europe.Bucharest "Europe/Bucharest" >
<!ENTITY pref.timezone.Europe.Budapest "Europe/Budapest" >
<!ENTITY pref.timezone.Europe.Chisinau "Europe/Chisinau" >
<!ENTITY pref.timezone.Europe.Copenhagen "Europe/Copenhagen" >
<!ENTITY pref.timezone.Europe.Dublin "Europe/Dublin" >
<!ENTITY pref.timezone.Europe.Gibraltar "Europe/Gibraltar" >
<!ENTITY pref.timezone.Europe.Helsinki "Europe/Helsinki" >
<!ENTITY pref.timezone.Europe.Istanbul "Europe/Istanbul" >
<!ENTITY pref.timezone.Europe.Kaliningrad "Europe/Kaliningrad" >
<!ENTITY pref.timezone.Europe.Kiev "Europe/Kiev" >
<!ENTITY pref.timezone.Europe.Lisbon "Europe/Lisbon" >
<!ENTITY pref.timezone.Europe.Ljubljana "Europe/Ljubljana" >
<!ENTITY pref.timezone.Europe.London "Europe/London" >
<!ENTITY pref.timezone.Europe.Luxembourg "Europe/Luxembourg" >
<!ENTITY pref.timezone.Europe.Madrid "Europe/Madrid" >
<!ENTITY pref.timezone.Europe.Malta "Europe/Malta" >
<!ENTITY pref.timezone.Europe.Minsk "Europe/Minsk" >
<!ENTITY pref.timezone.Europe.Monaco "Europe/Monaco" >
<!ENTITY pref.timezone.Europe.Moscow "Europe/Moscow" >
<!ENTITY pref.timezone.Europe.Nicosia "Europe/Nicosia" >
<!ENTITY pref.timezone.Europe.Oslo "Europe/Oslo" >
<!ENTITY pref.timezone.Europe.Paris "Europe/Paris" >
<!ENTITY pref.timezone.Europe.Prague "Europe/Prague" >
<!ENTITY pref.timezone.Europe.Riga "Europe/Riga" >
<!ENTITY pref.timezone.Europe.Rome "Europe/Rome" >
<!ENTITY pref.timezone.Europe.Samara "Europe/Samara" >
<!ENTITY pref.timezone.Europe.San_Marino "Europe/San_Marino" >
<!ENTITY pref.timezone.Europe.Sarajevo "Europe/Sarajevo" >
<!ENTITY pref.timezone.Europe.Simferopol "Europe/Simferopol" >
<!ENTITY pref.timezone.Europe.Skopje "Europe/Skopje" >
<!ENTITY pref.timezone.Europe.Sofia "Europe/Sofia" >
<!ENTITY pref.timezone.Europe.Stockholm "Europe/Stockholm" >
<!ENTITY pref.timezone.Europe.Tallinn "Europe/Tallinn" >
<!ENTITY pref.timezone.Europe.Tirane "Europe/Tirane" >
<!ENTITY pref.timezone.Europe.Uzhgorod "Europe/Uzhgorod" >
<!ENTITY pref.timezone.Europe.Vaduz "Europe/Vaduz" >
<!ENTITY pref.timezone.Europe.Vatican "Europe/Vatican" >
<!ENTITY pref.timezone.Europe.Vienna "Europe/Vienna" >
<!ENTITY pref.timezone.Europe.Vilnius "Europe/Vilnius" >
<!ENTITY pref.timezone.Europe.Warsaw "Europe/Warsaw" >
<!ENTITY pref.timezone.Europe.Zagreb "Europe/Zagreb" >
<!ENTITY pref.timezone.Europe.Zaporozhye "Europe/Zaporozhye" >
<!ENTITY pref.timezone.Europe.Zurich "Europe/Zurich" >
<!ENTITY pref.timezone.Indian.Antananarivo "Indian/Antananarivo" >
<!ENTITY pref.timezone.Indian.Chagos "Indian/Chagos" >
<!ENTITY pref.timezone.Indian.Christmas "Indian/Christmas" >
<!ENTITY pref.timezone.Indian.Cocos "Indian/Cocos" >
<!ENTITY pref.timezone.Indian.Comoro "Indian/Comoro" >
<!ENTITY pref.timezone.Indian.Kerguelen "Indian/Kerguelen" >
<!ENTITY pref.timezone.Indian.Mahe "Indian/Mahe" >
<!ENTITY pref.timezone.Indian.Maldives "Indian/Maldives" >
<!ENTITY pref.timezone.Indian.Mauritius "Indian/Mauritius" >
<!ENTITY pref.timezone.Indian.Mayotte "Indian/Mayotte" >
<!ENTITY pref.timezone.Indian.Reunion "Indian/Reunion" >
<!ENTITY pref.timezone.Pacific.Apia "Pacific/Apia" >
<!ENTITY pref.timezone.Pacific.Auckland "Pacific/Auckland" >
<!ENTITY pref.timezone.Pacific.Chatham "Pacific/Chatham" >
<!ENTITY pref.timezone.Pacific.Easter "Pacific/Easter" >
<!ENTITY pref.timezone.Pacific.Efate "Pacific/Efate" >
<!ENTITY pref.timezone.Pacific.Enderbury "Pacific/Enderbury" >
<!ENTITY pref.timezone.Pacific.Fakaofo "Pacific/Fakaofo" >
<!ENTITY pref.timezone.Pacific.Fiji "Pacific/Fiji" >
<!ENTITY pref.timezone.Pacific.Funafuti "Pacific/Funafuti" >
<!ENTITY pref.timezone.Pacific.Galapagos "Pacific/Galapagos" >
<!ENTITY pref.timezone.Pacific.Gambier "Pacific/Gambier" >
<!ENTITY pref.timezone.Pacific.Guadalcanal "Pacific/Guadalcanal" >
<!ENTITY pref.timezone.Pacific.Guam "Pacific/Guam" >
<!ENTITY pref.timezone.Pacific.Honolulu "Pacific/Honolulu" >
<!ENTITY pref.timezone.Pacific.Johnston "Pacific/Johnston" >
<!ENTITY pref.timezone.Pacific.Kiritimati "Pacific/Kiritimati" >
<!ENTITY pref.timezone.Pacific.Kosrae "Pacific/Kosrae" >
<!ENTITY pref.timezone.Pacific.Kwajalein "Pacific/Kwajalein" >
<!ENTITY pref.timezone.Pacific.Majuro "Pacific/Majuro" >
<!ENTITY pref.timezone.Pacific.Marquesas "Pacific/Marquesas" >
<!ENTITY pref.timezone.Pacific.Midway "Pacific/Midway" >
<!ENTITY pref.timezone.Pacific.Nauru "Pacific/Nauru" >
<!ENTITY pref.timezone.Pacific.Niue "Pacific/Niue" >
<!ENTITY pref.timezone.Pacific.Norfolk "Pacific/Norfolk" >
<!ENTITY pref.timezone.Pacific.Noumea "Pacific/Noumea" >
<!ENTITY pref.timezone.Pacific.Pago_Pago "Pacific/Pago_Pago" >
<!ENTITY pref.timezone.Pacific.Palau "Pacific/Palau" >
<!ENTITY pref.timezone.Pacific.Pitcairn "Pacific/Pitcairn" >
<!ENTITY pref.timezone.Pacific.Ponape "Pacific/Ponape" >
<!ENTITY pref.timezone.Pacific.Port_Moresby "Pacific/Port_Moresby" >
<!ENTITY pref.timezone.Pacific.Rarotonga "Pacific/Rarotonga" >
<!ENTITY pref.timezone.Pacific.Saipan "Pacific/Saipan" >
<!ENTITY pref.timezone.Pacific.Tahiti "Pacific/Tahiti" >
<!ENTITY pref.timezone.Pacific.Tarawa "Pacific/Tarawa" >
<!ENTITY pref.timezone.Pacific.Tongatapu "Pacific/Tongatapu" >
<!ENTITY pref.timezone.Pacific.Truk "Pacific/Truk" >
<!ENTITY pref.timezone.Pacific.Wake "Pacific/Wake" >
<!ENTITY pref.timezone.Pacific.Wallis "Pacific/Wallis" >
<!ENTITY pref.timezone.Pacific.Yap "Pacific/Yap" >

Просмотреть файл

@ -1,7 +0,0 @@
can=Allow
cannot=Block
viewrow=View...
hiderow=Hide
prefSaveFailedAlert=Failed to save the preferences file. Any preference changes will be lost at the end of this session.
prefSaveFailedTitle=Save Error

Просмотреть файл

@ -1,56 +0,0 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- 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 mozilla.org code.
-
- The Initial Developer of the Original Code is
- the Mozilla Organization.
- Portions created by the Initial Developer are Copyright (C) 1998-2002
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- 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.
-
- ***** END LICENSE BLOCK ***** -->
<!-- Select addresses for mail message dialog -->
<!ENTITY ab-selectAddressesDialog.title "Internet Appliance Dialog- Select Addresses">
<!ENTITY ab-selectAddressesDialogHeader.label "Select Addresses">
<!ENTITY ab-selectAddressesDialogLookIn.label "Look in: ">
<!ENTITY ab-selectAddressesDialogNameColumn.label "Name">
<!ENTITY ab-selectAddressesDialogEmailColumn.label "Email Address">
<!ENTITY ab-selectAddressesDialogFor.label "for: ">
<!ENTITY ab-selectAddressesDialogClearButton.label "Clear">
<!ENTITY ab-selectAddressesDialogToButton.label "To ">
<!ENTITY ab-selectAddressesDialogCcButton.label "Cc ">
<!ENTITY ab-selectAddressesDialogBccButton.label "Bcc ">
<!ENTITY ab-selectAddressesDialogRemoveButton.label "Remove">
<!ENTITY ab-selectAddressesDialogAddressTo.label "Address Message To:">
<!ENTITY ab-selectAddressesDialogPrefixTo.label "To: ">
<!ENTITY ab-selectAddressesDialogPrefixCc.label "CC: ">
<!ENTITY ab-selectAddressesDialogPrefixBcc.label "Bcc: ">
<!ENTITY ab-selectAddressesDialogNoEmailMessage.label "No email address">
<!ENTITY ab-selectAddressesDialogInvite.label "Invite">
<!ENTITY ab-selectAddressesDialogUninvite.label "Remove">
<!ENTITY ab-selectAddressesDialogInviteList.label "Invite list:">

Просмотреть файл

@ -319,6 +319,7 @@ MODULES_calendar := \
LOCALES_calendar := \
$(LOCALES_toolkit) \
calendar \
other-licenses/branding/sunbird \
$(NULL)