Blame view

WebRoot/plugins/pdf/web/locale/es-ES/viewer.properties 5.13 KB
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
  # This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  
  previous.title = Página anterior
  previous_label = Anterior
  next.title = Página siguiente
  next_label = Siguiente
  page.title = Página
  of_pages = de {{pagesCount}}
  page_of_pages = ({{pageNumber}} de {{pagesCount}})
  zoom_out.title = Reducir
  zoom_out_label = Reducir
  zoom_in.title = Aumentar
  zoom_in_label = Aumentar
  zoom.title = Tamaño
  presentation_mode.title = Cambiar al modo presentación
  presentation_mode_label = Modo presentación
  open_file.title = Abrir archivo
  open_file_label = Abrir
  print.title = Imprimir
  print_label = Imprimir
  download.title = Descargar
  download_label = Descargar
  bookmark.title = Vista actual (copiar o abrir en una nueva ventana)
  bookmark_label = Vista actual
  tools.title = Herramientas
  tools_label = Herramientas
  first_page.title = Ir a la primera página
  first_page.label = Ir a la primera página
  first_page_label = Ir a la primera página
  last_page.title = Ir a la última página
  last_page.label = Ir a la última página
  last_page_label = Ir a la última página
  page_rotate_cw.title = Rotar en sentido horario
  page_rotate_cw.label = Rotar en sentido horario
  page_rotate_cw_label = Rotar en sentido horario
  page_rotate_ccw.title = Rotar en sentido antihorario
  page_rotate_ccw.label = Rotar en sentido antihorario
  page_rotate_ccw_label = Rotar en sentido antihorario
  hand_tool_enable.title = Activar herramienta mano
  hand_tool_enable_label = Activar herramienta mano
  hand_tool_disable.title = Desactivar herramienta mano
  hand_tool_disable_label = Desactivar herramienta mano
  document_properties.title = Propiedades del documento…
  document_properties_label = Propiedades del documento…
  document_properties_file_name = Nombre de archivo:
  document_properties_file_size = Tamaño de archivo:
  document_properties_kb = {{size_kb}} KB ({{size_b}} bytes)
  document_properties_mb = {{size_mb}} MB ({{size_b}} bytes)
  document_properties_title = Título:
  document_properties_author = Autor:
  document_properties_subject = Asunto:
  document_properties_keywords = Palabras clave:
  document_properties_creation_date = Fecha de creación:
  document_properties_modification_date = Fecha de modificación:
  document_properties_date_string = {{date}}, {{time}}
  document_properties_creator = Creador:
  document_properties_producer = Productor PDF:
  document_properties_version = Versión PDF:
  document_properties_page_count = Número de páginas:
  document_properties_close = Cerrar
  print_progress_message = Preparando documento para impresión…
  print_progress_percent = {{progress}}%
  print_progress_close = Cancelar
  toggle_sidebar.title = Cambiar barra lateral
  toggle_sidebar_label = Cambiar barra lateral
  document_outline.title = Mostrar resumen del documento (doble clic para expandir/contraer todos los elementos)
  document_outline_label = Resumen de documento
  attachments.title = Mostrar adjuntos
  attachments_label = Adjuntos
  thumbs.title = Mostrar miniaturas
  thumbs_label = Miniaturas
  findbar.title = Buscar en el documento
  findbar_label = Buscar
  thumb_page_title = Página {{page}}
  thumb_page_canvas = Miniatura de la página {{page}}
  find_label = Buscar:
  find_previous.title = Encontrar la anterior aparición de la frase
  find_previous_label = Anterior
  find_next.title = Encontrar la siguiente aparición de esta frase
  find_next_label = Siguiente
  find_highlight = Resaltar todos
  find_match_case_label = Coincidencia de mayús./minús.
  find_reached_top = Se alcanzó el inicio del documento, se continúa desde el final
  find_reached_bottom = Se alcanzó el final del documento, se continúa desde el inicio
  find_not_found = Frase no encontrada
  error_more_info = Más información
  error_less_info = Menos información
  error_close = Cerrar
  error_version_info = PDF.js v{{version}} (build: {{build}})
  error_message = Mensaje: {{message}}
  error_stack = Pila: {{stack}}
  error_file = Archivo: {{file}}
  error_line = Línea: {{line}}
  rendering_error = Ocurrió un error al renderizar la página.
  page_scale_width = Anchura de la página
  page_scale_fit = Ajuste de la página
  page_scale_auto = Tamaño automático
  page_scale_actual = Tamaño real
  page_scale_percent = {{scale}}%
  loading_error_indicator = Error
  loading_error = Ocurrió un error al cargar el PDF.
  invalid_file_error = Fichero PDF no válido o corrupto.
  missing_file_error = No hay fichero PDF.
  unexpected_response_error = Respuesta inesperada del servidor.
  text_annotation_type.alt = [Anotación {{type}}]
  password_label = Introduzca la contraseña para abrir este archivo PDF.
  password_invalid = Contraseña no válida. Vuelva a intentarlo.
  password_ok = Aceptar
  password_cancel = Cancelar
  printing_not_supported = Advertencia: Imprimir no está totalmente soportado por este navegador.
  printing_not_ready = Advertencia: Este PDF no se ha cargado completamente para poder imprimirse.
  web_fonts_disabled = Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas.
  document_colors_not_allowed = Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador.