Merge pull request #8040 from timvandermeij/l10n-update
Update localization files
This commit is contained in:
commit
1a2f3f95ca
@ -102,6 +102,8 @@ print_progress_close=Peruuta
|
|||||||
# tooltips)
|
# tooltips)
|
||||||
toggle_sidebar.title=Näytä/piilota sivupaneeli
|
toggle_sidebar.title=Näytä/piilota sivupaneeli
|
||||||
toggle_sidebar_label=Näytä/piilota sivupaneeli
|
toggle_sidebar_label=Näytä/piilota sivupaneeli
|
||||||
|
document_outline.title=Näytä dokumentin sisällys (laajenna tai kutista kohdat kaksoisnapsauttamalla)
|
||||||
|
document_outline_label=Dokumentin sisällys
|
||||||
attachments.title=Näytä liitteet
|
attachments.title=Näytä liitteet
|
||||||
attachments_label=Liitteet
|
attachments_label=Liitteet
|
||||||
thumbs.title=Näytä pienoiskuvat
|
thumbs.title=Näytä pienoiskuvat
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# Chrome notification bar messages and buttons
|
||||||
unsupported_feature=Il est possible que ce document PDF ne s’affiche pas correctement.
|
unsupported_feature=Il est possible que ce document PDF ne s’affiche pas correctement.
|
||||||
unsupported_feature_forms=Ce document PDF contient des formulaires. Le remplissage de champs de formulaires n’est pas pris en charge.
|
unsupported_feature_forms=Ce document PDF contient des formulaires. Le remplissage de champs de formulaires n’est pas pris en charge.
|
||||||
open_with_different_viewer=Ouvrir avec un autre lecteur PDF
|
open_with_different_viewer=Ouvrir avec un autre lecteur PDF
|
||||||
|
@ -60,6 +60,43 @@ page_rotate_ccw.title=Rotation anti-horaire
|
|||||||
page_rotate_ccw.label=Rotation anti-horaire
|
page_rotate_ccw.label=Rotation anti-horaire
|
||||||
page_rotate_ccw_label=Rotation anti-horaire
|
page_rotate_ccw_label=Rotation anti-horaire
|
||||||
|
|
||||||
|
hand_tool_enable.title=Activer l’outil main
|
||||||
|
hand_tool_enable_label=Activer l’outil main
|
||||||
|
hand_tool_disable.title=Désactiver l’outil main
|
||||||
|
hand_tool_disable_label=Désactiver l’outil main
|
||||||
|
|
||||||
|
# Document properties dialog box
|
||||||
|
document_properties.title=Propriétés du document…
|
||||||
|
document_properties_label=Propriétés du document…
|
||||||
|
document_properties_file_name=Nom du fichier :
|
||||||
|
document_properties_file_size=Taille du fichier :
|
||||||
|
# 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}} Ko ({{size_b}} octets)
|
||||||
|
# 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}} Mo ({{size_b}} octets)
|
||||||
|
document_properties_title=Titre :
|
||||||
|
document_properties_author=Auteur :
|
||||||
|
document_properties_subject=Sujet :
|
||||||
|
document_properties_keywords=Mots-clés :
|
||||||
|
document_properties_creation_date=Date de création :
|
||||||
|
document_properties_modification_date=Modifié le :
|
||||||
|
# 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_creator=Créé par :
|
||||||
|
document_properties_producer=Outil de conversion PDF :
|
||||||
|
document_properties_version=Version PDF :
|
||||||
|
document_properties_page_count=Nombre de pages :
|
||||||
|
document_properties_close=Fermer
|
||||||
|
|
||||||
|
print_progress_message=Préparation du document pour l’impression…
|
||||||
|
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||||
|
# a numerical per cent value.
|
||||||
|
print_progress_percent={{progress}} %
|
||||||
|
print_progress_close=Annuler
|
||||||
|
|
||||||
# Tooltips and alt text for side panel toolbar buttons
|
# Tooltips and alt text for side panel toolbar buttons
|
||||||
# (the _label strings are alt text for the buttons, the .title strings are
|
# (the _label strings are alt text for the buttons, the .title strings are
|
||||||
# tooltips)
|
# tooltips)
|
||||||
@ -82,37 +119,6 @@ thumb_page_title=Page {{page}}
|
|||||||
# number.
|
# number.
|
||||||
thumb_page_canvas=Vignette de la page {{page}}
|
thumb_page_canvas=Vignette de la page {{page}}
|
||||||
|
|
||||||
hand_tool_enable.title=Activer l’outil main
|
|
||||||
hand_tool_enable_label=Activer l’outil main
|
|
||||||
hand_tool_disable.title=Désactiver l’outil main
|
|
||||||
hand_tool_disable_label=Désactiver l’outil main
|
|
||||||
|
|
||||||
# Document properties dialog box
|
|
||||||
document_properties.title=Propriétés du document…
|
|
||||||
document_properties_label=Propriétés du document…
|
|
||||||
document_properties_file_name=Nom du fichier :
|
|
||||||
document_properties_file_size=Taille du fichier :
|
|
||||||
document_properties_kb={{size_kb}} Ko ({{size_b}} octets)
|
|
||||||
document_properties_mb={{size_mb}} Mo ({{size_b}} octets)
|
|
||||||
document_properties_title=Titre :
|
|
||||||
document_properties_author=Auteur :
|
|
||||||
document_properties_subject=Sujet :
|
|
||||||
document_properties_keywords=Mots-clés :
|
|
||||||
document_properties_creation_date=Date de création :
|
|
||||||
document_properties_modification_date=Modifié le :
|
|
||||||
document_properties_date_string={{date}} à {{time}}
|
|
||||||
document_properties_creator=Créé par :
|
|
||||||
document_properties_producer=Outil de conversion PDF :
|
|
||||||
document_properties_version=Version PDF :
|
|
||||||
document_properties_page_count=Nombre de pages :
|
|
||||||
document_properties_close=Fermer
|
|
||||||
|
|
||||||
print_progress_message=Préparation du document pour l’impression…
|
|
||||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
|
||||||
# a numerical per cent value.
|
|
||||||
print_progress_percent={{progress}} %
|
|
||||||
print_progress_close=Annuler
|
|
||||||
|
|
||||||
# Find panel button title and messages
|
# Find panel button title and messages
|
||||||
find_label=Rechercher :
|
find_label=Rechercher :
|
||||||
find_previous.title=Trouver l’occurrence précédente de la phrase
|
find_previous.title=Trouver l’occurrence précédente de la phrase
|
||||||
|
@ -1,8 +1,19 @@
|
|||||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
# Copyright 2012 Mozilla Foundation
|
||||||
# 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/.
|
# 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.
|
||||||
|
|
||||||
unsupported_feature = Этот документ PDF может отображаться некорректно.
|
# Chrome notification bar messages and buttons
|
||||||
unsupported_feature_forms = Этот документ PDF содержит формы. Заполнение полей форм не поддерживается.
|
unsupported_feature=Этот документ PDF может отображаться некорректно.
|
||||||
open_with_different_viewer = Открыть в другой программе просмотра
|
unsupported_feature_forms=Этот документ PDF содержит формы. Заполнение полей форм не поддерживается.
|
||||||
open_with_different_viewer.accessKey = ы
|
open_with_different_viewer=Открыть в другой программе просмотра
|
||||||
|
open_with_different_viewer.accessKey=ы
|
||||||
|
@ -1,115 +1,182 @@
|
|||||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
# Copyright 2012 Mozilla Foundation
|
||||||
# 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/.
|
# 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.
|
||||||
|
|
||||||
previous.title = Предыдущая страница
|
# Main toolbar buttons (tooltips and alt text for images)
|
||||||
previous_label = Предыдущая
|
previous.title=Предыдущая страница
|
||||||
next.title = Следующая страница
|
previous_label=Предыдущая
|
||||||
next_label = Следующая
|
next.title=Следующая страница
|
||||||
page.title = Страница
|
next_label=Следующая
|
||||||
of_pages = из {{pagesCount}}
|
|
||||||
page_of_pages = ({{pageNumber}} из {{pagesCount}})
|
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||||
zoom_out.title = Уменьшить
|
page.title=Страница
|
||||||
zoom_out_label = Уменьшить
|
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||||
zoom_in.title = Увеличить
|
# representing the total number of pages in the document.
|
||||||
zoom_in_label = Увеличить
|
of_pages=из {{pagesCount}}
|
||||||
zoom.title = Масштаб
|
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||||
presentation_mode.title = Перейти в режим презентации
|
# will be replaced by a number representing the currently visible page,
|
||||||
presentation_mode_label = Режим презентации
|
# respectively a number representing the total number of pages in the document.
|
||||||
open_file.title = Открыть файл
|
page_of_pages=({{pageNumber}} из {{pagesCount}})
|
||||||
open_file_label = Открыть
|
|
||||||
print.title = Печать
|
zoom_out.title=Уменьшить
|
||||||
print_label = Печать
|
zoom_out_label=Уменьшить
|
||||||
download.title = Загрузить
|
zoom_in.title=Увеличить
|
||||||
download_label = Загрузить
|
zoom_in_label=Увеличить
|
||||||
bookmark.title = Ссылка на текущий вид (скопировать или открыть в новом окне)
|
zoom.title=Масштаб
|
||||||
bookmark_label = Текущий вид
|
presentation_mode.title=Перейти в режим презентации
|
||||||
tools.title = Инструменты
|
presentation_mode_label=Режим презентации
|
||||||
tools_label = Инструменты
|
open_file.title=Открыть файл
|
||||||
first_page.title = Перейти на первую страницу
|
open_file_label=Открыть
|
||||||
first_page.label = Перейти на первую страницу
|
print.title=Печать
|
||||||
first_page_label = Перейти на первую страницу
|
print_label=Печать
|
||||||
last_page.title = Перейти на последнюю страницу
|
download.title=Загрузить
|
||||||
last_page.label = Перейти на последнюю страницу
|
download_label=Загрузить
|
||||||
last_page_label = Перейти на последнюю страницу
|
bookmark.title=Ссылка на текущий вид (скопировать или открыть в новом окне)
|
||||||
page_rotate_cw.title = Повернуть по часовой стрелке
|
bookmark_label=Текущий вид
|
||||||
page_rotate_cw.label = Повернуть по часовой стрелке
|
|
||||||
page_rotate_cw_label = Повернуть по часовой стрелке
|
# Secondary toolbar and context menu
|
||||||
page_rotate_ccw.title = Повернуть против часовой стрелки
|
tools.title=Инструменты
|
||||||
page_rotate_ccw.label = Повернуть против часовой стрелки
|
tools_label=Инструменты
|
||||||
page_rotate_ccw_label = Повернуть против часовой стрелки
|
first_page.title=Перейти на первую страницу
|
||||||
hand_tool_enable.title = Включить Инструмент «Рука»
|
first_page.label=Перейти на первую страницу
|
||||||
hand_tool_enable_label = Включить Инструмент «Рука»
|
first_page_label=Перейти на первую страницу
|
||||||
hand_tool_disable.title = Отключить Инструмент «Рука»
|
last_page.title=Перейти на последнюю страницу
|
||||||
hand_tool_disable_label = Отключить Инструмент «Рука»
|
last_page.label=Перейти на последнюю страницу
|
||||||
document_properties.title = Свойства документа…
|
last_page_label=Перейти на последнюю страницу
|
||||||
document_properties_label = Свойства документа…
|
page_rotate_cw.title=Повернуть по часовой стрелке
|
||||||
document_properties_file_name = Имя файла:
|
page_rotate_cw.label=Повернуть по часовой стрелке
|
||||||
document_properties_file_size = Размер файла:
|
page_rotate_cw_label=Повернуть по часовой стрелке
|
||||||
document_properties_kb = {{size_kb}} КБ ({{size_b}} байт)
|
page_rotate_ccw.title=Повернуть против часовой стрелки
|
||||||
document_properties_mb = {{size_mb}} МБ ({{size_b}} байт)
|
page_rotate_ccw.label=Повернуть против часовой стрелки
|
||||||
document_properties_title = Заголовок:
|
page_rotate_ccw_label=Повернуть против часовой стрелки
|
||||||
document_properties_author = Автор:
|
|
||||||
document_properties_subject = Тема:
|
hand_tool_enable.title=Включить Инструмент «Рука»
|
||||||
document_properties_keywords = Ключевые слова:
|
hand_tool_enable_label=Включить Инструмент «Рука»
|
||||||
document_properties_creation_date = Дата создания:
|
hand_tool_disable.title=Отключить Инструмент «Рука»
|
||||||
document_properties_modification_date = Дата изменения:
|
hand_tool_disable_label=Отключить Инструмент «Рука»
|
||||||
document_properties_date_string = {{date}}, {{time}}
|
|
||||||
document_properties_creator = Приложение:
|
# Document properties dialog box
|
||||||
document_properties_producer = Производитель PDF:
|
document_properties.title=Свойства документа…
|
||||||
document_properties_version = Версия PDF:
|
document_properties_label=Свойства документа…
|
||||||
document_properties_page_count = Число страниц:
|
document_properties_file_name=Имя файла:
|
||||||
document_properties_close = Закрыть
|
document_properties_file_size=Размер файла:
|
||||||
print_progress_message = Подготовка документа к печати…
|
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
||||||
print_progress_percent = {{progress}}%
|
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
||||||
print_progress_close = Отмена
|
document_properties_kb={{size_kb}} КБ ({{size_b}} байт)
|
||||||
toggle_sidebar.title = Открыть/закрыть боковую панель
|
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
||||||
toggle_sidebar_label = Открыть/закрыть боковую панель
|
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
||||||
document_outline.title = Показать содержание документа (двойной щелчок, чтобы развернуть/свернуть все элементы)
|
document_properties_mb={{size_mb}} МБ ({{size_b}} байт)
|
||||||
document_outline_label = Содержание документа
|
document_properties_title=Заголовок:
|
||||||
attachments.title = Показать вложения
|
document_properties_author=Автор:
|
||||||
attachments_label = Вложения
|
document_properties_subject=Тема:
|
||||||
thumbs.title = Показать миниатюры
|
document_properties_keywords=Ключевые слова:
|
||||||
thumbs_label = Миниатюры
|
document_properties_creation_date=Дата создания:
|
||||||
findbar.title = Найти в документе
|
document_properties_modification_date=Дата изменения:
|
||||||
findbar_label = Найти
|
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
||||||
thumb_page_title = Страница {{page}}
|
# will be replaced by the creation/modification date, and time, of the PDF file.
|
||||||
thumb_page_canvas = Миниатюра страницы {{page}}
|
document_properties_date_string={{date}}, {{time}}
|
||||||
find_label = Найти:
|
document_properties_creator=Приложение:
|
||||||
find_previous.title = Найти предыдущее вхождение фразы в текст
|
document_properties_producer=Производитель PDF:
|
||||||
find_previous_label = Назад
|
document_properties_version=Версия PDF:
|
||||||
find_next.title = Найти следующее вхождение фразы в текст
|
document_properties_page_count=Число страниц:
|
||||||
find_next_label = Далее
|
document_properties_close=Закрыть
|
||||||
find_highlight = Подсветить все
|
|
||||||
find_match_case_label = С учётом регистра
|
print_progress_message=Подготовка документа к печати…
|
||||||
find_reached_top = Достигнут верх документа, продолжено снизу
|
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||||
find_reached_bottom = Достигнут конец документа, продолжено сверху
|
# a numerical per cent value.
|
||||||
find_not_found = Фраза не найдена
|
print_progress_percent={{progress}}%
|
||||||
error_more_info = Детали
|
print_progress_close=Отмена
|
||||||
error_less_info = Скрыть детали
|
|
||||||
error_close = Закрыть
|
# Tooltips and alt text for side panel toolbar buttons
|
||||||
error_version_info = PDF.js v{{version}} (сборка: {{build}})
|
# (the _label strings are alt text for the buttons, the .title strings are
|
||||||
error_message = Сообщение: {{message}}
|
# tooltips)
|
||||||
error_stack = Стeк: {{stack}}
|
toggle_sidebar.title=Открыть/закрыть боковую панель
|
||||||
error_file = Файл: {{file}}
|
toggle_sidebar_label=Открыть/закрыть боковую панель
|
||||||
error_line = Строка: {{line}}
|
document_outline.title=Показать содержание документа (двойной щелчок, чтобы развернуть/свернуть все элементы)
|
||||||
rendering_error = При создании страницы произошла ошибка.
|
document_outline_label=Содержание документа
|
||||||
page_scale_width = По ширине страницы
|
attachments.title=Показать вложения
|
||||||
page_scale_fit = По размеру страницы
|
attachments_label=Вложения
|
||||||
page_scale_auto = Автоматически
|
thumbs.title=Показать миниатюры
|
||||||
page_scale_actual = Реальный размер
|
thumbs_label=Миниатюры
|
||||||
page_scale_percent = {{scale}}%
|
findbar.title=Найти в документе
|
||||||
loading_error_indicator = Ошибка
|
findbar_label=Найти
|
||||||
loading_error = При загрузке PDF произошла ошибка.
|
|
||||||
invalid_file_error = Некорректный или повреждённый PDF-файл.
|
# Thumbnails panel item (tooltip and alt text for images)
|
||||||
missing_file_error = PDF-файл отсутствует.
|
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||||
unexpected_response_error = Неожиданный ответ сервера.
|
# number.
|
||||||
text_annotation_type.alt = [Аннотация {{type}}]
|
thumb_page_title=Страница {{page}}
|
||||||
password_label = Введите пароль, чтобы открыть этот PDF-файл.
|
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
||||||
password_invalid = Неверный пароль. Пожалуйста, попробуйте снова.
|
# number.
|
||||||
password_ok = OK
|
thumb_page_canvas=Миниатюра страницы {{page}}
|
||||||
password_cancel = Отмена
|
|
||||||
printing_not_supported = Предупреждение: В этом браузере не полностью поддерживается печать.
|
# Find panel button title and messages
|
||||||
printing_not_ready = Предупреждение: PDF не полностью загружен для печати.
|
find_label=Найти:
|
||||||
web_fonts_disabled = Веб-шрифты отключены: невозможно использовать встроенные PDF-шрифты.
|
find_previous.title=Найти предыдущее вхождение фразы в текст
|
||||||
document_colors_not_allowed = PDF-документам не разрешено использовать свои цвета: в браузере отключён параметр «Разрешить веб-сайтам использовать свои цвета».
|
find_previous_label=Назад
|
||||||
|
find_next.title=Найти следующее вхождение фразы в текст
|
||||||
|
find_next_label=Далее
|
||||||
|
find_highlight=Подсветить все
|
||||||
|
find_match_case_label=С учётом регистра
|
||||||
|
find_reached_top=Достигнут верх документа, продолжено снизу
|
||||||
|
find_reached_bottom=Достигнут конец документа, продолжено сверху
|
||||||
|
find_not_found=Фраза не найдена
|
||||||
|
|
||||||
|
# Error panel labels
|
||||||
|
error_more_info=Детали
|
||||||
|
error_less_info=Скрыть детали
|
||||||
|
error_close=Закрыть
|
||||||
|
# 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}} (сборка: {{build}})
|
||||||
|
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||||
|
# english string describing the error.
|
||||||
|
error_message=Сообщение: {{message}}
|
||||||
|
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||||
|
# trace.
|
||||||
|
error_stack=Стeк: {{stack}}
|
||||||
|
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||||
|
error_file=Файл: {{file}}
|
||||||
|
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||||
|
error_line=Строка: {{line}}
|
||||||
|
rendering_error=При создании страницы произошла ошибка.
|
||||||
|
|
||||||
|
# Predefined zoom values
|
||||||
|
page_scale_width=По ширине страницы
|
||||||
|
page_scale_fit=По размеру страницы
|
||||||
|
page_scale_auto=Автоматически
|
||||||
|
page_scale_actual=Реальный размер
|
||||||
|
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||||
|
# numerical scale value.
|
||||||
|
page_scale_percent={{scale}}%
|
||||||
|
|
||||||
|
# Loading indicator messages
|
||||||
|
loading_error_indicator=Ошибка
|
||||||
|
loading_error=При загрузке PDF произошла ошибка.
|
||||||
|
invalid_file_error=Некорректный или повреждённый PDF-файл.
|
||||||
|
missing_file_error=PDF-файл отсутствует.
|
||||||
|
unexpected_response_error=Неожиданный ответ сервера.
|
||||||
|
|
||||||
|
# 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"
|
||||||
|
text_annotation_type.alt=[Аннотация {{type}}]
|
||||||
|
password_label=Введите пароль, чтобы открыть этот PDF-файл.
|
||||||
|
password_invalid=Неверный пароль. Пожалуйста, попробуйте снова.
|
||||||
|
password_ok=OK
|
||||||
|
password_cancel=Отмена
|
||||||
|
|
||||||
|
printing_not_supported=Предупреждение: В этом браузере не полностью поддерживается печать.
|
||||||
|
printing_not_ready=Предупреждение: PDF не полностью загружен для печати.
|
||||||
|
web_fonts_disabled=Веб-шрифты отключены: невозможно использовать встроенные PDF-шрифты.
|
||||||
|
document_colors_not_allowed=PDF-документам не разрешено использовать свои цвета: в браузере отключён параметр «Разрешить веб-сайтам использовать свои цвета».
|
||||||
|
@ -129,7 +129,7 @@ find_highlight=Theksoji të tëra
|
|||||||
find_match_case_label=Siç është shkruar
|
find_match_case_label=Siç është shkruar
|
||||||
find_reached_top=U mbërrit në krye të dokumentit, vazhduar prej fundit
|
find_reached_top=U mbërrit në krye të dokumentit, vazhduar prej fundit
|
||||||
find_reached_bottom=U mbërrit në fund të dokumentit, vazhduar prej kreut
|
find_reached_bottom=U mbërrit në fund të dokumentit, vazhduar prej kreut
|
||||||
find_not_found=S’u gjet togfjalëshi
|
find_not_found=Togfjalësh që s’gjendet
|
||||||
|
|
||||||
# Error panel labels
|
# Error panel labels
|
||||||
error_more_info=Më Tepër të Dhëna
|
error_more_info=Më Tepër të Dhëna
|
||||||
|
Loading…
x
Reference in New Issue
Block a user