Fork pd_web, remove everything we don't need
This commit is contained in:
191
res/static/misc/pdf-viewer/web/locale/ast/viewer.ftl
Normal file
191
res/static/misc/pdf-viewer/web/locale/ast/viewer.ftl
Normal file
@@ -0,0 +1,191 @@
|
||||
# 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/.
|
||||
|
||||
|
||||
## Main toolbar buttons (tooltips and alt text for images)
|
||||
|
||||
pdfjs-previous-button =
|
||||
.title = Páxina anterior
|
||||
pdfjs-previous-button-label = Anterior
|
||||
pdfjs-next-button =
|
||||
.title = Páxina siguiente
|
||||
pdfjs-next-button-label = Siguiente
|
||||
# .title: Tooltip for the pageNumber input.
|
||||
pdfjs-page-input =
|
||||
.title = Páxina
|
||||
# Variables:
|
||||
# $pagesCount (Number) - the total number of pages in the document
|
||||
# This string follows an input field with the number of the page currently displayed.
|
||||
pdfjs-of-pages = de { $pagesCount }
|
||||
# Variables:
|
||||
# $pageNumber (Number) - the currently visible page
|
||||
# $pagesCount (Number) - the total number of pages in the document
|
||||
pdfjs-page-of-pages = ({ $pageNumber } de { $pagesCount })
|
||||
pdfjs-zoom-out-button =
|
||||
.title = Alloñar
|
||||
pdfjs-zoom-out-button-label = Alloña
|
||||
pdfjs-zoom-in-button =
|
||||
.title = Averar
|
||||
pdfjs-zoom-in-button-label = Avera
|
||||
pdfjs-zoom-select =
|
||||
.title = Zoom
|
||||
pdfjs-presentation-mode-button =
|
||||
.title = Cambiar al mou de presentación
|
||||
pdfjs-presentation-mode-button-label = Mou de presentación
|
||||
pdfjs-open-file-button-label = Abrir
|
||||
pdfjs-print-button =
|
||||
.title = Imprentar
|
||||
pdfjs-print-button-label = Imprentar
|
||||
|
||||
## Secondary toolbar and context menu
|
||||
|
||||
pdfjs-tools-button =
|
||||
.title = Ferramientes
|
||||
pdfjs-tools-button-label = Ferramientes
|
||||
pdfjs-first-page-button-label = Dir a la primer páxina
|
||||
pdfjs-last-page-button-label = Dir a la última páxina
|
||||
pdfjs-page-rotate-cw-button =
|
||||
.title = Voltia a la derecha
|
||||
pdfjs-page-rotate-cw-button-label = Voltiar a la derecha
|
||||
pdfjs-page-rotate-ccw-button =
|
||||
.title = Voltia a la esquierda
|
||||
pdfjs-page-rotate-ccw-button-label = Voltiar a la esquierda
|
||||
pdfjs-cursor-text-select-tool-button =
|
||||
.title = Activa la ferramienta d'esbilla de testu
|
||||
pdfjs-cursor-text-select-tool-button-label = Ferramienta d'esbilla de testu
|
||||
pdfjs-cursor-hand-tool-button =
|
||||
.title = Activa la ferramienta de mano
|
||||
pdfjs-cursor-hand-tool-button-label = Ferramienta de mano
|
||||
pdfjs-scroll-vertical-button =
|
||||
.title = Usa'l desplazamientu vertical
|
||||
pdfjs-scroll-vertical-button-label = Desplazamientu vertical
|
||||
pdfjs-scroll-horizontal-button =
|
||||
.title = Usa'l desplazamientu horizontal
|
||||
pdfjs-scroll-horizontal-button-label = Desplazamientu horizontal
|
||||
pdfjs-scroll-wrapped-button =
|
||||
.title = Usa'l desplazamientu continuu
|
||||
pdfjs-scroll-wrapped-button-label = Desplazamientu continuu
|
||||
pdfjs-spread-none-button-label = Fueyes individuales
|
||||
pdfjs-spread-odd-button-label = Fueyes pares
|
||||
pdfjs-spread-even-button-label = Fueyes impares
|
||||
|
||||
## Document properties dialog
|
||||
|
||||
pdfjs-document-properties-button =
|
||||
.title = Propiedaes del documentu…
|
||||
pdfjs-document-properties-button-label = Propiedaes del documentu…
|
||||
pdfjs-document-properties-file-name = Nome del ficheru:
|
||||
pdfjs-document-properties-file-size = Tamañu del ficheru:
|
||||
# Variables:
|
||||
# $size_kb (Number) - the PDF file size in kilobytes
|
||||
# $size_b (Number) - the PDF file size in bytes
|
||||
pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
|
||||
# Variables:
|
||||
# $size_mb (Number) - the PDF file size in megabytes
|
||||
# $size_b (Number) - the PDF file size in bytes
|
||||
pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
|
||||
pdfjs-document-properties-title = Títulu:
|
||||
pdfjs-document-properties-keywords = Pallabres clave:
|
||||
pdfjs-document-properties-creation-date = Data de creación:
|
||||
pdfjs-document-properties-modification-date = Data de modificación:
|
||||
# Variables:
|
||||
# $date (Date) - the creation/modification date of the PDF file
|
||||
# $time (Time) - the creation/modification time of the PDF file
|
||||
pdfjs-document-properties-date-string = { $date }, { $time }
|
||||
pdfjs-document-properties-producer = Productor del PDF:
|
||||
pdfjs-document-properties-version = Versión del PDF:
|
||||
pdfjs-document-properties-page-count = Númberu de páxines:
|
||||
pdfjs-document-properties-page-size = Tamañu de páxina:
|
||||
pdfjs-document-properties-page-size-unit-inches = in
|
||||
pdfjs-document-properties-page-size-unit-millimeters = mm
|
||||
pdfjs-document-properties-page-size-orientation-portrait = vertical
|
||||
pdfjs-document-properties-page-size-orientation-landscape = horizontal
|
||||
pdfjs-document-properties-page-size-name-a-three = A3
|
||||
pdfjs-document-properties-page-size-name-a-four = A4
|
||||
|
||||
## Variables:
|
||||
## $width (Number) - the width of the (current) page
|
||||
## $height (Number) - the height of the (current) page
|
||||
## $unit (String) - the unit of measurement of the (current) page
|
||||
## $name (String) - the name of the (current) page
|
||||
## $orientation (String) - the orientation of the (current) page
|
||||
|
||||
pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
|
||||
pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
|
||||
|
||||
##
|
||||
|
||||
# The linearization status of the document; usually called "Fast Web View" in
|
||||
# English locales of Adobe software.
|
||||
pdfjs-document-properties-linearized = Vista web rápida:
|
||||
pdfjs-document-properties-linearized-yes = Sí
|
||||
pdfjs-document-properties-linearized-no = Non
|
||||
pdfjs-document-properties-close-button = Zarrar
|
||||
|
||||
## Print
|
||||
|
||||
# Variables:
|
||||
# $progress (Number) - percent value
|
||||
pdfjs-print-progress-percent = { $progress }%
|
||||
pdfjs-print-progress-close-button = Encaboxar
|
||||
|
||||
## Tooltips and alt text for side panel toolbar buttons
|
||||
|
||||
pdfjs-toggle-sidebar-button =
|
||||
.title = Alternar la barra llateral
|
||||
pdfjs-attachments-button =
|
||||
.title = Amosar los axuntos
|
||||
pdfjs-attachments-button-label = Axuntos
|
||||
pdfjs-layers-button-label = Capes
|
||||
pdfjs-thumbs-button =
|
||||
.title = Amosar les miniatures
|
||||
pdfjs-thumbs-button-label = Miniatures
|
||||
pdfjs-findbar-button-label = Atopar
|
||||
pdfjs-additional-layers = Capes adicionales
|
||||
|
||||
## Thumbnails panel item (tooltip and alt text for images)
|
||||
|
||||
# Variables:
|
||||
# $page (Number) - the page number
|
||||
pdfjs-thumb-page-title =
|
||||
.title = Páxina { $page }
|
||||
|
||||
## Find panel button title and messages
|
||||
|
||||
pdfjs-find-previous-button-label = Anterior
|
||||
pdfjs-find-next-button-label = Siguiente
|
||||
pdfjs-find-entire-word-checkbox-label = Pallabres completes
|
||||
pdfjs-find-reached-top = Algamóse'l comienzu de la páxina, síguese dende abaxo
|
||||
pdfjs-find-reached-bottom = Algamóse la fin del documentu, síguese dende arriba
|
||||
|
||||
## Predefined zoom values
|
||||
|
||||
pdfjs-page-scale-auto = Zoom automáticu
|
||||
pdfjs-page-scale-actual = Tamañu real
|
||||
# Variables:
|
||||
# $scale (Number) - percent value for page scale
|
||||
pdfjs-page-scale-percent = { $scale }%
|
||||
|
||||
## PDF page
|
||||
|
||||
# Variables:
|
||||
# $page (Number) - the page number
|
||||
pdfjs-page-landmark =
|
||||
.aria-label = Páxina { $page }
|
||||
|
||||
## Loading indicator messages
|
||||
|
||||
pdfjs-loading-error = Asocedió un fallu mentanto se cargaba'l PDF.
|
||||
|
||||
## Annotations
|
||||
|
||||
# Variables:
|
||||
# $date (Date) - the modification date of the annotation
|
||||
# $time (Time) - the modification time of the annotation
|
||||
pdfjs-annotation-date-string = { $date }, { $time }
|
||||
|
||||
## Password
|
||||
|
||||
pdfjs-password-ok-button = Aceptar
|
||||
pdfjs-password-cancel-button = Encaboxar
|
@@ -1,211 +0,0 @@
|
||||
# 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.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=Páxina anterior
|
||||
previous_label=Anterior
|
||||
next.title=Páxina siguiente
|
||||
next_label=Siguiente
|
||||
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=Páxina
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=de {{pagesCount}}
|
||||
# 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.
|
||||
page_of_pages=({{pageNumber}} de {{pagesCount}})
|
||||
|
||||
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
|
||||
print.title=Imprentar
|
||||
print_label=Imprentar
|
||||
download.title=Baxar
|
||||
download_label=Baxar
|
||||
bookmark_label=Vista actual
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
tools.title=Ferramientes
|
||||
tools_label=Ferramientes
|
||||
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
|
||||
scroll_vertical_label=Desplazamientu vertical
|
||||
scroll_horizontal.title=Usa'l desplazamientu horizontal
|
||||
scroll_horizontal_label=Desplazamientu horizontal
|
||||
scroll_wrapped.title=Usa'l desplazamientu continuu
|
||||
scroll_wrapped_label=Desplazamientu continuu
|
||||
|
||||
spread_none_label=Fueyes individuales
|
||||
spread_odd_label=Fueyes pares
|
||||
spread_even_label=Fueyes impares
|
||||
|
||||
# Document properties dialog box
|
||||
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:
|
||||
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
||||
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
||||
document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
|
||||
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
||||
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
||||
document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
|
||||
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:
|
||||
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
||||
# will be replaced by the creation/modification date, and time, of the PDF file.
|
||||
document_properties_date_string={{date}}, {{time}}
|
||||
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:
|
||||
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
|
||||
# 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.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# 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.
|
||||
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
||||
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
||||
document_properties_linearized=Vista web rápida:
|
||||
document_properties_linearized_yes=Sí
|
||||
document_properties_linearized_no=Non
|
||||
document_properties_close=Zarrar
|
||||
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=Encaboxar
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
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
|
||||
|
||||
additional_layers=Capes adicionales
|
||||
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
|
||||
page_canvas=Páxina {{page}}
|
||||
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
|
||||
page_landmark=Páxina {{page}}
|
||||
# Thumbnails panel item (tooltip and alt text for images)
|
||||
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_title=Páxina {{page}}
|
||||
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
|
||||
# Find panel button title and messages
|
||||
find_previous_label=Anterior
|
||||
find_next_label=Siguiente
|
||||
find_entire_word_label=Pallabres completes
|
||||
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
|
||||
# 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.
|
||||
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
|
||||
# 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.
|
||||
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
|
||||
|
||||
# Error panel labels
|
||||
error_more_info=Más información
|
||||
error_less_info=Menos información
|
||||
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
||||
# replaced by the PDF.JS version and build ID.
|
||||
error_version_info=PDF.js v{{version}} (compilación: {{build}})
|
||||
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||
# english string describing the error.
|
||||
error_message=Mensaxe: {{message}}
|
||||
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||
# trace.
|
||||
error_stack=Pila: {{stack}}
|
||||
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||
error_file=Ficheru: {{file}}
|
||||
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||
error_line=Llinia: {{line}}
|
||||
|
||||
# Predefined zoom values
|
||||
page_scale_auto=Zoom automáticu
|
||||
page_scale_actual=Tamañu real
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading_error_indicator=Fallu
|
||||
|
||||
# Loading indicator messages
|
||||
loading=Cargando…
|
||||
loading_error=Asocedió un fallu mentanto se cargaba'l PDF.
|
||||
|
||||
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
||||
# replaced by the modification date, and time, of the annotation.
|
||||
annotation_date_string={{date}}, {{time}}
|
||||
|
||||
# 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"
|
||||
password_ok=Aceptar
|
||||
password_cancel=Encaboxar
|
||||
|
||||
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
|
||||
# exact string as in the `chrome.properties` file.
|
Reference in New Issue
Block a user