зеркало из https://github.com/mozilla/pjs.git
141 строка
4.7 KiB
Properties
141 строка
4.7 KiB
Properties
# ***** 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=Gehele dag gebeurtenissen
|
|
Tentative=Tentatief
|
|
Confirmed=Bevestigd
|
|
Cancelled=Geannuleerd
|
|
|
|
noEventsToImport=Geen gebeurtenissen om te importeren...
|
|
noEventsToSave=Geen gebeurtenissen geselecteerd om op te slaan.
|
|
aboutToImport=Op het punt importeren te beginnen van %1$S gebeurtenis(sen).\nWilt u alle nieuw te importeren gebeurtenissen openen voor het importeren?
|
|
duplicateImport=Enkele duplikaten zijn ge\uEFmporteerd. Elk wordt getoond in het dialoogvenster Nieuwe gebeurtenis,\n waarin u het kunt overslaan door Annuleren te gebruiken, bewerken en accepteren door OK te gebruiken.
|
|
addDuplicate=Voeg duplikaat toe:
|
|
|
|
#spaces needed at the end of the following lines
|
|
eventTitle=Titel:
|
|
eventStartTime=Starttijd:
|
|
eventEndTime=Endtijd:
|
|
eventSummary=Samenvatting:
|
|
eventDescription=Beschrijving:
|
|
eventWhen=Wanneer:
|
|
eventWhere=Waar:
|
|
|
|
unableToRead=Kan bestand niet lezen:
|
|
unableToWrite=Kan bestand niet schrijven:
|
|
defaultFileName=MozillaKalGebeurtenissen
|
|
HTMLTitle=Mozilla kalender
|
|
|
|
deleteCalendarTitle=Verwijder kalender
|
|
deleteCalendarMessage=Weet u zeker dat u deze calender wilt verwijderen?
|
|
deleteCalendarOnly=Verwijder kalender
|
|
deleteCalendarAndFile=Verwijder kalender en bestand
|
|
|
|
#
|
|
# 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
|
|
defaultWeeksInView=4
|
|
defaultPreviousWeeksInView=0
|
|
showAlarms=1
|
|
showMissed=1
|
|
playAlarmSound=0
|
|
reloadServersOnLaunch=false
|
|
defaultEventLength=60
|
|
defaultSnoozeAlarmLength=60
|
|
dateFormat=0
|
|
defaultStartHour=8
|
|
defaultEndHour=17
|
|
defaultzone=Europe/Amsterdam
|
|
defaulteventalarmunit=minuten
|
|
defaulttodoalarmunit=minuten
|
|
|
|
Week=Week
|
|
|
|
# Alarm
|
|
TooManyAlarmsMessage=U heeft in totaal %1$S waarschuwingen. We hebben u de laatste 6 getoond. Klik op Alle bevestigen om ze allemaal te wissen.
|
|
|
|
# Error strings
|
|
## @name UID_NOT_FOUND
|
|
## @loc none
|
|
1001=Waarschuwing UID niet gevonden! Bezig nieuwe toe te kennen.
|
|
|
|
# List of events or todos (unifinder)
|
|
## %1$S is the date
|
|
unifinderAlldayEventDate=All day %1$S
|
|
## %1$S is the date, %2$S is the time
|
|
unifinderNormalEventDate=%1$S %2$S
|
|
eventUntitled=Untitled
|
|
|
|
# Tooltips of events or todos
|
|
tooltipTitleElement=Title: %1$S
|
|
## %1$S is the date, %2$S is the time
|
|
tooltipEventStart=Start:\t%1$S %2$S
|
|
tooltipEventEnd=End:\t %1$S %2$S
|
|
tooltipTaskStart=Start Date: %1$S
|
|
tooltipTaskEnd=Due Date: %1$S
|
|
tooltipAlldayEventDate=All Day %1$S
|
|
##
|
|
tooltipEventLocation=Location: %1$S
|
|
tooltipEventDescription=Note: %1$S
|
|
tooltipTaskDescription=Note: %1$S
|
|
|
|
#File commands and dialogs
|
|
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
|