pdf.js/l10n/ast/viewer.properties

186 lines
8.3 KiB
Properties
Raw Normal View History

2016-05-29 19:47:00 +09:00
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2016-05-29 19:47:00 +09:00
# Main toolbar buttons (tooltips and alt text for images)
2021-03-21 19:01:59 +09:00
previous.title=Páxina anterior
previous_label=Anterior
next.title=Páxina siguiente
next_label=Siguiente
2016-05-29 19:47:00 +09:00
2016-11-17 19:56:28 +09:00
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
2021-03-21 19:01:59 +09:00
page.title=Páxina
2016-11-17 19:56:28 +09:00
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
2021-03-21 19:01:59 +09:00
of_pages=de {{pagesCount}}
2016-11-17 19:56:28 +09:00
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
2021-03-21 19:01:59 +09:00
page_of_pages=({{pageNumber}} de {{pagesCount}})
2021-03-07 20:02:48 +09:00
2021-04-18 18:08:36 +09:00
zoom_out.title=Alloñar
zoom_out_label=Alloña
zoom_in.title=Averar
zoom_in_label=Avera
zoom.title=Zoom
presentation_mode.title=Cambiar al mou de presentación
presentation_mode_label=Mou de presentación
open_file_label=Abrir
2021-05-16 17:13:37 +09:00
print.title=Imprentar
2021-04-18 18:08:36 +09:00
print_label=Imprentar
2016-05-29 19:47:00 +09:00
# Secondary toolbar and context menu
2021-03-21 19:01:59 +09:00
tools.title=Ferramientes
tools_label=Ferramientes
2021-04-18 18:08:36 +09:00
first_page_label=Dir a la primer páxina
last_page_label=Dir a la última páxina
page_rotate_cw.title=Voltia a la derecha
page_rotate_cw_label=Voltiar a la derecha
page_rotate_ccw.title=Voltia a la esquierda
page_rotate_ccw_label=Voltiar a la esquierda
cursor_text_select_tool.title=Activa la ferramienta d'esbilla de testu
cursor_text_select_tool_label=Ferramienta d'esbilla de testu
cursor_hand_tool.title=Activa la ferramienta de mano
cursor_hand_tool_label=Ferramienta de mano
scroll_vertical.title=Usa'l desplazamientu vertical
2021-03-21 19:01:59 +09:00
scroll_vertical_label=Desplazamientu vertical
2021-04-18 18:08:36 +09:00
scroll_horizontal.title=Usa'l desplazamientu horizontal
2021-03-21 19:01:59 +09:00
scroll_horizontal_label=Desplazamientu horizontal
2021-04-18 18:08:36 +09:00
scroll_wrapped.title=Usa'l desplazamientu continuu
2021-03-21 19:01:59 +09:00
scroll_wrapped_label=Desplazamientu continuu
2018-09-21 22:26:10 +09:00
2021-04-18 18:08:36 +09:00
spread_none_label=Fueyes individuales
spread_odd_label=Fueyes pares
spread_even_label=Fueyes impares
2018-09-21 22:26:10 +09:00
2016-05-29 19:47:00 +09:00
# Document properties dialog box
2021-04-18 18:08:36 +09:00
document_properties.title=Propiedaes del documentu…
document_properties_label=Propiedaes del documentu…
document_properties_file_name=Nome del ficheru:
document_properties_file_size=Tamañu del ficheru:
2016-05-29 19:47:00 +09:00
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
2021-03-21 19:01:59 +09:00
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
2016-05-29 19:47:00 +09:00
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
2021-03-21 19:01:59 +09:00
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
2021-04-18 18:08:36 +09:00
document_properties_title=Títulu:
document_properties_keywords=Pallabres clave:
document_properties_creation_date=Data de creación:
document_properties_modification_date=Data de modificación:
2016-05-29 19:47:00 +09:00
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
2021-03-21 19:01:59 +09:00
document_properties_date_string={{date}}, {{time}}
2021-04-18 18:08:36 +09:00
document_properties_producer=Productor del PDF:
document_properties_version=Versión del PDF:
document_properties_page_count=Númberu de páxines:
document_properties_page_size=Tamañu de páxina:
2021-03-21 19:01:59 +09:00
document_properties_page_size_unit_inches=in
document_properties_page_size_unit_millimeters=mm
document_properties_page_size_orientation_portrait=vertical
document_properties_page_size_orientation_landscape=horizontal
document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4
2018-09-21 22:26:10 +09:00
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
2021-03-21 19:01:59 +09:00
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
2018-09-21 22:26:10 +09:00
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
2021-03-21 19:01:59 +09:00
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
2018-09-21 22:26:10 +09:00
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software.
2021-04-18 18:08:36 +09:00
document_properties_linearized=Vista web rápida:
2021-03-21 19:01:59 +09:00
document_properties_linearized_yes=
document_properties_linearized_no=Non
2021-04-18 18:08:36 +09:00
document_properties_close=Zarrar
2016-05-29 19:47:00 +09:00
2016-11-17 19:56:28 +09:00
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
2021-03-21 19:01:59 +09:00
print_progress_percent={{progress}}%
2021-04-18 18:08:36 +09:00
print_progress_close=Encaboxar
2016-11-17 19:56:28 +09:00
2016-05-29 19:47:00 +09:00
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
2021-04-18 18:08:36 +09:00
toggle_sidebar.title=Alternar la barra llateral
attachments.title=Amosar los axuntos
attachments_label=Axuntos
layers_label=Capes
thumbs.title=Amosar les miniatures
thumbs_label=Miniatures
findbar_label=Atopar
2021-07-25 17:31:40 +09:00
additional_layers=Capes adicionales
2021-04-18 18:08:36 +09:00
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Páxina {{page}}
2016-05-29 19:47:00 +09:00
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
2021-04-18 18:08:36 +09:00
thumb_page_title=Páxina {{page}}
2016-05-29 19:47:00 +09:00
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
# Find panel button title and messages
2021-04-18 18:08:36 +09:00
find_previous_label=Anterior
find_next_label=Siguiente
2021-03-21 19:01:59 +09:00
find_entire_word_label=Pallabres completes
2021-04-18 18:08:36 +09:00
find_reached_top=Algamóse'l comienzu de la páxina, síguese dende abaxo
find_reached_bottom=Algamóse la fin del documentu, síguese dende arriba
2018-12-22 23:54:42 +09:00
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
2021-04-18 18:08:36 +09:00
find_match_count[one]={{current}} de {{total}} coincidencia
find_match_count[two]={{current}} de {{total}} coincidencies
find_match_count[few]={{current}} de {{total}} coincidencies
find_match_count[many]={{current}} de {{total}} coincidencies
find_match_count[other]={{current}} de {{total}} coincidencies
2018-12-22 23:54:42 +09:00
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
2021-03-21 19:01:59 +09:00
find_match_count_limit[zero]=Más de {{limit}} coincidencies
find_match_count_limit[one]=Más de {{limit}} coincidencia
find_match_count_limit[two]=Más de {{limit}} coincidencies
find_match_count_limit[few]=Más de {{limit}} coincidencies
find_match_count_limit[many]=Más de {{limit}} coincidencies
find_match_count_limit[other]=Más de {{limit}} coincidencies
2016-05-29 19:47:00 +09:00
# Predefined zoom values
2021-03-21 19:01:59 +09:00
page_scale_auto=Zoom automáticu
page_scale_actual=Tamañu real
2016-05-29 19:47:00 +09:00
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
2021-03-21 19:01:59 +09:00
page_scale_percent={{scale}}%
2016-05-29 19:47:00 +09:00
2021-03-21 19:01:59 +09:00
loading_error=Asocedió un fallu mentanto se cargaba'l PDF.
2016-05-29 19:47:00 +09:00
2019-09-15 22:31:44 +09:00
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
# replaced by the modification date, and time, of the annotation.
2021-03-21 19:01:59 +09:00
annotation_date_string={{date}}, {{time}}
2019-09-15 22:31:44 +09:00
2016-05-29 19:47:00 +09:00
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
2021-03-21 19:01:59 +09:00
password_ok=Aceptar
password_cancel=Encaboxar
2021-03-07 20:02:48 +09:00
2021-04-18 18:08:36 +09:00
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
# exact string as in the `chrome.properties` file.
2021-07-25 17:31:40 +09:00