mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
157 lines
5.1 KiB
Properties
157 lines
5.1 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.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 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=Eventos que duran todo el d\u00EDa
|
|
Tentative=Tentativa
|
|
Confirmed=Confirmado
|
|
Cancelled=Cancelado
|
|
|
|
noEventsToImport=No hay eventos que importar...
|
|
noEventsToSave=No hay eventos seleccionados para guardar.
|
|
aboutToImport=A punto de importar %1$S evento(s).\n\u00BFDesea abrir todos los eventos nuevos para importar antes de importarlos?
|
|
aboutToImportDupes=About to import %1$S event(s) that are duplicates of events in your calendar.\nWhat do you want to do?
|
|
discardAll=Discard all
|
|
importAll=Import all
|
|
promptForEach=Prompt for each
|
|
addDuplicate=A\u00F1adir entrada duplicada\:
|
|
|
|
#spaces needed at the end of the following lines
|
|
eventTitle=T\u00EDtulo\:
|
|
eventStartTime=Hora de inicio\:
|
|
eventEndTime=Hora de fin\:
|
|
eventSummary=Resumen\:
|
|
eventDescription=Descripci\u00F3n\:
|
|
eventWhen=Cu\u00E1ndo\:
|
|
eventWhere=D\u00F3nde\:
|
|
|
|
unableToRead=No se pudo leer el fichero\:
|
|
unableToWrite=No se pudo escribir el fichero\:
|
|
defaultFileName=MozillaCalEvents
|
|
HTMLTitle=Calendario de Mozilla
|
|
|
|
deleteCalendarTitle=Borrar calendario
|
|
deleteCalendarMessage=\u00BFEst\u00E1 seguro de que quiere borrar este calendario?
|
|
deleteCalendarOnly=Borrar calendario
|
|
deleteCalendarAndFile=Borrar calendario y fichero
|
|
|
|
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
|
|
reloadServersOnLaunch=false
|
|
defaultEventLength=60
|
|
defaultSnoozeAlarmLength=60
|
|
dateFormat=0
|
|
storeInGmt=0
|
|
defaultStartHour=8
|
|
defaultEndHour=17
|
|
defaultzone=Europe/Madrid
|
|
defaulteventalarmunit=minutos
|
|
defaulttodoalarmunit=minutos
|
|
|
|
Week=Semana
|
|
|
|
# Alarm
|
|
TooManyAlarmsMessage=Tiene %1$S alarmas en total, de las cuales le mostramos las 6 \u00FAltimas. Pulse en Aceptar todas para borrarlas todas.
|
|
|
|
# Error strings
|
|
## @name UID_NOT_FOUND
|
|
## @loc none
|
|
1001=Aviso\: No se encontr\u00F3 el UID. Se asignar\u00E1 uno nuevo.
|
|
|
|
# List of events or todos (unifinder)
|
|
AllDay=Todo el d\u00EDa
|
|
eventUntitled=Sin t\u00EDtulo
|
|
|
|
# Tooltips of events or todos
|
|
tooltipTitleElement=T\u00EDtulo\: %1$S
|
|
## %1$S is the date, %2$S is the time
|
|
tooltipEventStart=Comienzo\:\t%1$S %2$S
|
|
tooltipEventEnd=Fin\:\t %1$S %2$S
|
|
tooltipTaskStart=Fecha inicio\: %1$S
|
|
tooltipTaskEnd=Fecha de fin\: %1$S
|
|
tooltipAlldayEventDate=Todo el d\u00EDa %1$S
|
|
##
|
|
tooltipEventLocation=Lugar\: %1$S
|
|
tooltipEventDescription=Nota\: %1$S
|
|
tooltipTaskDescription=Nota\: %1$S
|
|
|
|
#File commands and dialogs
|
|
Open=Abrir
|
|
Save=Guardar
|
|
SaveAs=Guardar como
|
|
filepickerDefString=MozillaCalendarFile.ics
|
|
### %1$S in the server name
|
|
filepickerDefServerString=MozillaCalendar%1$S.ics
|
|
|
|
#filter
|
|
filterCalendar=Ficheros de calendario
|
|
filtervCalendar=Ficheros vCalendar
|
|
filterXcs=iCalendar XML Document
|
|
filterXml=Documento XML
|
|
filterRtf=Rich Text Format (RTF)
|
|
filterHtml=Ficheros HTML
|
|
filterCsv=Separados por comas
|
|
filterOutlookCsv=Separados por comas de Outlook
|
|
filterRdf=iCalendar RDF
|
|
|
|
# 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
|
|
contentError=This doesn't appear to be a valid file. Here's what I got back from\n%1$S:\nResult: %2$S
|