2014-03-23 00:43:18 +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.
# Main toolbar buttons (tooltips and alt text for images)
previous.title = Предишна страница
previous_label = Предишна
next.title = Следваща страница
next_label = Следваща
2016-11-17 19:56:28 +09:00
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
2016-12-05 18:10:17 +09:00
page.title = Страница
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.
2016-12-05 18:10:17 +09:00
of_pages = от {{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.
2016-12-05 18:10:17 +09:00
page_of_pages = ({{pageNumber}} от {{pagesCount}})
2014-03-23 00:43:18 +09:00
2016-08-06 19:44:06 +09:00
zoom_out.title = Намаляване
zoom_out_label = Намаляване
zoom_in.title = Увеличаване
zoom_in_label = Увеличаване
2014-03-23 00:43:18 +09:00
zoom.title = Мащабиране
presentation_mode.title = Превключване към режим на представяне
presentation_mode_label = Режим на представяне
open_file.title = Отваряне на файл
open_file_label = Отваряне
2014-05-13 00:26:39 +09:00
print.title = Отпечатване
print_label = Отпечатване
2014-03-23 00:43:18 +09:00
download.title = Изтегляне
download_label = Изтегляне
bookmark.title = Текущ изглед (копиране или отваряне в нов прозорец)
bookmark_label = Текущ изглед
2014-05-13 00:26:39 +09:00
# Secondary toolbar and context menu
tools.title = Инструменти
tools_label = Инструменти
first_page.title = Към първата страница
first_page.label = Към първата страница
first_page_label = Към първата страница
last_page.title = Към последната страница
last_page.label = Към последната страница
last_page_label = Към последната страница
2018-08-06 04:15:58 +09:00
page_rotate_cw.title = Завъртане по час. стрелка
2017-03-19 21:46:11 +09:00
page_rotate_cw.label = Завъртане по часовниковата стрелка
page_rotate_cw_label = Завъртане по часовниковата стрелка
2018-08-06 04:15:58 +09:00
page_rotate_ccw.title = Завъртане обратно на час. стрелка
2017-03-19 21:46:11 +09:00
page_rotate_ccw.label = Завъртане обратно на часовниковата стрелка
page_rotate_ccw_label = Завъртане обратно на часовниковата стрелка
2014-05-13 00:26:39 +09:00
2017-06-05 19:45:42 +09:00
cursor_text_select_tool.title = Включване на инструмента за избор на текст
cursor_text_select_tool_label = Инструмент за избор на текст
cursor_hand_tool.title = Включване на инструмента ръка
cursor_hand_tool_label = Инструмент ръка
2014-05-13 00:26:39 +09:00
2018-08-06 04:15:58 +09:00
scroll_vertical.title = Използване на вертикално плъзгане
scroll_vertical_label = Вертикално плъзгане
scroll_horizontal.title = Използване на хоризонтално
scroll_horizontal_label = Хоризонтално плъзгане
2018-08-25 23:21:27 +09:00
scroll_wrapped.title = Използване на мащабируемо плъзгане
scroll_wrapped_label = Мащабируемо плъзгане
2018-07-01 03:17:36 +09:00
2018-08-06 04:15:58 +09:00
spread_none.title = Режимът на сдвояване е изключен
spread_none_label = Без сдвояване
spread_odd.title = Сдвояване, започвайки от нечетните страници
spread_odd_label = Нечетните отляво
spread_even.title = Сдвояване, започвайки от четните страници
spread_even_label = Четните отляво
2018-07-01 03:17:36 +09:00
2014-05-13 00:26:39 +09:00
# Document properties dialog box
document_properties.title = Свойства на документа…
document_properties_label = Свойства на документа…
document_properties_file_name = Име на файл:
document_properties_file_size = Големина на файл:
2015-10-20 01:15:22 +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.
2015-04-05 00:57:54 +09:00
document_properties_kb = {{size_kb}} КБ ({{size_b}} байта)
2015-10-20 01:15:22 +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.
2015-04-05 00:57:54 +09:00
document_properties_mb = {{size_mb}} МБ ({{size_b}} байта)
2014-05-13 00:26:39 +09:00
document_properties_title = Заглавие:
document_properties_author = Автор:
document_properties_subject = Тема:
document_properties_keywords = Ключови думи:
document_properties_creation_date = Дата на създаване:
document_properties_modification_date = Дата на промяна:
2015-10-20 01:15:22 +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.
2014-05-13 00:26:39 +09:00
document_properties_date_string = {{date}}, {{time}}
document_properties_creator = Създател:
document_properties_producer = PDF произведен от:
2018-01-17 19:37:44 +09:00
document_properties_version = Издание на PDF:
2014-05-13 00:26:39 +09:00
document_properties_page_count = Брой страници:
2018-05-20 23:53:20 +09:00
document_properties_page_size = Размер на страницата:
document_properties_page_size_unit_inches = инч
document_properties_page_size_unit_millimeters = мм
document_properties_page_size_orientation_portrait = портрет
document_properties_page_size_orientation_landscape = пейзаж
document_properties_page_size_name_a3 = A3
document_properties_page_size_name_a4 = A4
document_properties_page_size_name_letter = Letter
2018-07-01 03:17:36 +09:00
document_properties_page_size_name_legal = Правни въпроси
2018-05-20 23:53:20 +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.
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}})
2018-08-25 23:21:27 +09:00
# 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 = Бърз преглед:
document_properties_linearized_yes = Да
document_properties_linearized_no = Н е
2014-05-13 00:26:39 +09:00
document_properties_close = Затваряне
2016-12-05 18:10:17 +09:00
print_progress_message = Подготвяне на документа за отпечатване…
2016-11-17 19:56:28 +09:00
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
2016-12-05 18:10:17 +09:00
print_progress_percent = {{progress}}%
print_progress_close = Отказ
2016-11-17 19:56:28 +09:00
2014-03-23 00:43:18 +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)
toggle_sidebar.title = Превключване на страничната лента
2017-03-19 21:46:11 +09:00
toggle_sidebar_notification.title = Превключване на страничната лента (документи със структура/прикачени файлове)
2014-03-23 00:43:18 +09:00
toggle_sidebar_label = Превключване на страничната лента
2016-12-05 18:10:17 +09:00
document_outline.title = Показване на структурата на документа (двукратно щракване за свиване/разгъване на всичко)
document_outline_label = Структура на документа
2014-07-24 00:48:49 +09:00
attachments.title = Показване на притурките
attachments_label = Притурки
2014-03-23 00:43:18 +09:00
thumbs.title = Показване на миниатюрите
thumbs_label = Миниатюри
findbar.title = Намиране в документа
findbar_label = Търсене
# 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 = Страница {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
thumb_page_canvas = Миниатюра на страница {{page}}
# Find panel button title and messages
2017-05-18 19:41:01 +09:00
find_input.title = Търсене
find_input.placeholder = Търсене в документа…
2016-12-05 18:10:17 +09:00
find_previous.title = Намиране на предишно съвпадение на фразата
2014-03-23 00:43:18 +09:00
find_previous_label = Предишна
2016-12-05 18:10:17 +09:00
find_next.title = Намиране на следващо съвпадение на фразата
2014-03-23 00:43:18 +09:00
find_next_label = Следваща
2016-09-20 19:51:52 +09:00
find_highlight = Открояване на всички
2018-04-08 22:31:09 +09:00
find_match_case_label = Съвпадение на регистъра
2018-10-24 06:32:42 +09:00
find_entire_word_label = Цели думи
2015-04-05 00:57:54 +09:00
find_reached_top = Достигнато е началото на документа, продължаване от края
find_reached_bottom = Достигнат е краят на документа, продължаване от началото
2018-10-24 06:32: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.
find_match_count = {[ plural(total) ]}
find_match_count[one] = {{current}} от {{total}} съвпадение
find_match_count[two] = {{current}} от {{total}} съвпадения
find_match_count[few] = {{current}} от {{total}} съвпадения
find_match_count[many] = {{current}} от {{total}} съвпадения
find_match_count[other] = {{current}} от {{total}} съвпадения
# 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 = {[ plural(limit) ]}
find_match_count_limit[zero] = Повече от {{limit}} съвпадения
find_match_count_limit[one] = Повече от {{limit}} съвпадение
find_match_count_limit[two] = Повече от {{limit}} съвпадения
find_match_count_limit[few] = Повече от {{limit}} съвпадения
find_match_count_limit[many] = Повече от {{limit}} съвпадения
find_match_count_limit[other] = Повече от {{limit}} съвпадения
2014-03-23 00:43:18 +09:00
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.
2018-01-17 19:37:44 +09:00
error_version_info = Издание на PDF.js {{version}} (build: {{build}})
2014-03-23 00:43:18 +09:00
# 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 = Стек: {{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 = Действителен размер
2015-03-10 13:30:18 +09:00
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
2015-04-05 00:57:54 +09:00
page_scale_percent = {{scale}}%
2014-03-23 00:43:18 +09:00
# Loading indicator messages
loading_error_indicator = Грешка
loading_error = Получи с е грешка при зареждане на PDF-а .
2015-09-14 01:15:45 +09:00
invalid_file_error = Невалиден или повреден PDF файл.
2014-03-23 00:43:18 +09:00
missing_file_error = Липсващ PDF файл.
2015-04-05 00:57:54 +09:00
unexpected_response_error = Неочакван отговор от сървъра.
2014-03-23 00:43:18 +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"
text_annotation_type.alt = [Анотация {{type}}]
2014-05-13 00:26:39 +09:00
password_label = Въведете парола за отваряне на този PDF файл.
password_invalid = Невалидна парола. Моля, опитайте отново.
password_ok = Добре
password_cancel = Отказ
2014-03-23 00:43:18 +09:00
2018-01-01 18:19:59 +09:00
printing_not_supported = Внимание: Този четец няма пълна поддръжка на отпечатване.
2014-03-23 00:43:18 +09:00
printing_not_ready = Внимание: Този PDF файл не е напълно зареден за печат.
web_fonts_disabled = У е б -шрифтовете с а забранени: разрешаване на използването на вградените PDF шрифтове.
2018-01-01 18:19:59 +09:00
document_colors_not_allowed = Н а документите от вид PDF не е разрешено да използват собствени цветове: „Разрешаване на страниците да избират собствени цветове“ е изключено в четеца.