viewer.properties 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=Página anterior
  16. previous_label=Anterior
  17. next.title=Página siguiente
  18. next_label=Siguiente
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=Página
  21. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  22. # representing the total number of pages in the document.
  23. of_pages=de {{pagesCount}}
  24. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  25. # will be replaced by a number representing the currently visible page,
  26. # respectively a number representing the total number of pages in the document.
  27. page_of_pages=({{pageNumber}} de {{pagesCount}})
  28. zoom_out.title=Reducir
  29. zoom_out_label=Reducir
  30. zoom_in.title=Aumentar
  31. zoom_in_label=Aumentar
  32. zoom.title=Zoom
  33. presentation_mode.title=Cambiar al modo presentación
  34. presentation_mode_label=Modo presentación
  35. open_file.title=Abrir archivo
  36. open_file_label=Abrir
  37. print.title=Imprimir
  38. print_label=Imprimir
  39. download.title=Descargar
  40. download_label=Descargar
  41. save.title=Guardar
  42. save_label=Guardar
  43. bookmark.title=Vista actual (copiar o abrir en una nueva ventana)
  44. bookmark_label=Vista actual
  45. bookmark1.title=Página actual (Ver URL de la página actual)
  46. bookmark1_label=Página actual
  47. # Secondary toolbar and context menu
  48. tools.title=Herramientas
  49. tools_label=Herramientas
  50. first_page.title=Ir a la primera página
  51. first_page_label=Ir a la primera página
  52. last_page.title=Ir a la última página
  53. last_page_label=Ir a la última página
  54. page_rotate_cw.title=Girar a la derecha
  55. page_rotate_cw_label=Girar a la derecha
  56. page_rotate_ccw.title=Girar a la izquierda
  57. page_rotate_ccw_label=Girar a la izquierda
  58. cursor_text_select_tool.title=Activar la herramienta de selección de texto
  59. cursor_text_select_tool_label=Herramienta de selección de texto
  60. cursor_hand_tool.title=Activar la herramienta de mano
  61. cursor_hand_tool_label=Herramienta de mano
  62. scroll_page.title=Usar desplazamiento de página
  63. scroll_page_label=Desplazamiento de página
  64. scroll_vertical.title=Usar desplazamiento vertical
  65. scroll_vertical_label=Desplazamiento vertical
  66. scroll_horizontal.title=Usar desplazamiento horizontal
  67. scroll_horizontal_label=Desplazamiento horizontal
  68. scroll_wrapped.title=Usar desplazamiento encapsulado
  69. scroll_wrapped_label=Desplazamiento encapsulado
  70. spread_none.title=No unir páginas separadas
  71. spread_none_label=Vista de una página
  72. spread_odd.title=Unir las páginas partiendo con una de número impar
  73. spread_odd_label=Vista de libro impar
  74. spread_even.title=Juntar las páginas partiendo con una de número par
  75. spread_even_label=Vista de libro par
  76. # Document properties dialog box
  77. document_properties.title=Propiedades del documento…
  78. document_properties_label=Propiedades del documento…
  79. document_properties_file_name=Nombre del archivo:
  80. document_properties_file_size=Tamaño del archivo:
  81. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  82. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  83. document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
  84. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  85. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  86. document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
  87. document_properties_title=Título:
  88. document_properties_author=Autor:
  89. document_properties_subject=Asunto:
  90. document_properties_keywords=Palabras claves:
  91. document_properties_creation_date=Fecha de creación:
  92. document_properties_modification_date=Fecha de modificación:
  93. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  94. # will be replaced by the creation/modification date, and time, of the PDF file.
  95. document_properties_date_string={{date}}, {{time}}
  96. document_properties_creator=Creador:
  97. document_properties_producer=Productor PDF:
  98. document_properties_version=Versión PDF:
  99. document_properties_page_count=Número de páginas:
  100. document_properties_page_size=Tamaño de la página:
  101. document_properties_page_size_unit_inches=in
  102. document_properties_page_size_unit_millimeters=mm
  103. document_properties_page_size_orientation_portrait=vertical
  104. document_properties_page_size_orientation_landscape=horizontal
  105. document_properties_page_size_name_a3=A3
  106. document_properties_page_size_name_a4=A4
  107. document_properties_page_size_name_letter=Carta
  108. document_properties_page_size_name_legal=Oficio
  109. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  110. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  111. # the size, respectively their unit of measurement and orientation, of the (current) page.
  112. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  113. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  114. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  115. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  116. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  117. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  118. # the document; usually called "Fast Web View" in English locales of Adobe software.
  119. document_properties_linearized=Vista rápida de la web:
  120. document_properties_linearized_yes=Sí
  121. document_properties_linearized_no=No
  122. document_properties_close=Cerrar
  123. print_progress_message=Preparando documento para impresión…
  124. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  125. # a numerical per cent value.
  126. print_progress_percent={{progress}}%
  127. print_progress_close=Cancelar
  128. # Tooltips and alt text for side panel toolbar buttons
  129. # (the _label strings are alt text for the buttons, the .title strings are
  130. # tooltips)
  131. toggle_sidebar.title=Cambiar barra lateral
  132. toggle_sidebar_notification2.title=Alternar barra lateral (el documento contiene esquemas/adjuntos/capas)
  133. toggle_sidebar_label=Cambiar barra lateral
  134. document_outline.title=Mostrar esquema del documento (doble clic para expandir/contraer todos los elementos)
  135. document_outline_label=Esquema del documento
  136. attachments.title=Mostrar adjuntos
  137. attachments_label=Adjuntos
  138. layers.title=Mostrar capas (doble clic para restablecer todas las capas al estado predeterminado)
  139. layers_label=Capas
  140. thumbs.title=Mostrar miniaturas
  141. thumbs_label=Miniaturas
  142. current_outline_item.title=Buscar elemento de esquema actual
  143. current_outline_item_label=Elemento de esquema actual
  144. findbar.title=Buscar en el documento
  145. findbar_label=Buscar
  146. additional_layers=Capas adicionales
  147. # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
  148. page_landmark=Página {{page}}
  149. # Thumbnails panel item (tooltip and alt text for images)
  150. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  151. # number.
  152. thumb_page_title=Página {{page}}
  153. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  154. # number.
  155. thumb_page_canvas=Miniatura de la página {{page}}
  156. # Find panel button title and messages
  157. find_input.title=Buscar
  158. find_input.placeholder=Buscar en el documento…
  159. find_previous.title=Ir a la anterior frase encontrada
  160. find_previous_label=Anterior
  161. find_next.title=Ir a la siguiente frase encontrada
  162. find_next_label=Siguiente
  163. find_highlight=Resaltar todo
  164. find_match_case_label=Coincidir con mayúsculas y minúsculas
  165. find_match_diacritics_label=Coincidir diacríticos
  166. find_entire_word_label=Palabras completas
  167. find_reached_top=Se alcanzó el inicio del documento, se buscará al final
  168. find_reached_bottom=Se alcanzó el final del documento, se buscará al inicio
  169. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  170. # [one|two|few|many|other], with [other] as the default value.
  171. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  172. # index of the currently active find result, respectively a number representing
  173. # the total number of matches in the document.
  174. find_match_count={[ plural(total) ]}
  175. find_match_count[one]={{current}} de {{total}} coincidencia
  176. find_match_count[two]={{current}} de {{total}} coincidencias
  177. find_match_count[few]={{current}} de {{total}} coincidencias
  178. find_match_count[many]={{current}} de {{total}} coincidencias
  179. find_match_count[other]={{current}} de {{total}} coincidencias
  180. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  181. # [zero|one|two|few|many|other], with [other] as the default value.
  182. # "{{limit}}" will be replaced by a numerical value.
  183. find_match_count_limit={[ plural(limit) ]}
  184. find_match_count_limit[zero]=Más de {{limit}} coincidencias
  185. find_match_count_limit[one]=Más de {{limit}} coinciden
  186. find_match_count_limit[two]=Más de {{limit}} coincidencias
  187. find_match_count_limit[few]=Más de {{limit}} coincidencias
  188. find_match_count_limit[many]=Más de {{limit}} coincidencias
  189. find_match_count_limit[other]=Más de {{limit}} coincidencias
  190. find_not_found=No se encontró la frase
  191. # Error panel labels
  192. error_more_info=Más información
  193. error_less_info=Menos información
  194. error_close=Cerrar
  195. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  196. # replaced by the PDF.JS version and build ID.
  197. error_version_info=PDF.js v{{version}} (build: {{build}})
  198. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  199. # english string describing the error.
  200. error_message=Mensaje: {{message}}
  201. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  202. # trace.
  203. error_stack=Pila: {{stack}}
  204. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  205. error_file=Archivo: {{file}}
  206. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  207. error_line=Línea: {{line}}
  208. # Predefined zoom values
  209. page_scale_width=Ancho de página
  210. page_scale_fit=Ajustar página
  211. page_scale_auto=Zoom automático
  212. page_scale_actual=Tamaño real
  213. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  214. # numerical scale value.
  215. page_scale_percent={{scale}}%
  216. # Loading indicator messages
  217. loading=Cargando…
  218. loading_error=Un error ocurrió al cargar el PDF.
  219. invalid_file_error=Archivo PDF invalido o dañado.
  220. missing_file_error=Archivo PDF no encontrado.
  221. unexpected_response_error=Respuesta inesperada del servidor.
  222. rendering_error=Un error ocurrió al renderizar la página.
  223. # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
  224. # replaced by the modification date, and time, of the annotation.
  225. annotation_date_string={{date}}, {{time}}
  226. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  227. # "{{type}}" will be replaced with an annotation type from a list defined in
  228. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  229. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  230. text_annotation_type.alt=[{{type}} anotación]
  231. password_label=Ingresa la contraseña para abrir este archivo PDF.
  232. password_invalid=Contraseña inválida. Por favor intenta de nuevo.
  233. password_ok=Aceptar
  234. password_cancel=Cancelar
  235. printing_not_supported=Advertencia: La impresión no esta completamente soportada por este navegador.
  236. printing_not_ready=Advertencia: El PDF no cargo completamente para impresión.
  237. web_fonts_disabled=Las fuentes web están desactivadas: es imposible usar las fuentes PDF embebidas.
  238. # Editor
  239. editor_free_text2.title=Texto
  240. editor_free_text2_label=Texto
  241. editor_ink2.title=Dibujar
  242. editor_ink2_label=Dibujar
  243. free_text2_default_content=Empieza a escribir…
  244. # Editor Parameters
  245. editor_free_text_color=Color
  246. editor_free_text_size=Tamaño
  247. editor_ink_color=Color
  248. editor_ink_thickness=Grossor
  249. editor_ink_opacity=Opacidad
  250. # Editor aria
  251. editor_free_text2_aria_label=Editor de texto
  252. editor_ink2_aria_label=Editor de dibujo
  253. editor_ink_canvas_aria_label=Imagen creada por el usuario