update pdf.js
This commit is contained in:
parent
cbb57f0daa
commit
05e46e64e7
153 changed files with 99008 additions and 54737 deletions
|
|
@ -18,18 +18,21 @@ previous_label=Претходна
|
|||
next.title=Следећа страница
|
||||
next_label=Следећа
|
||||
|
||||
# LOCALIZATION NOTE (page_label, page_of):
|
||||
# These strings are concatenated to form the "Page: X of Y" string.
|
||||
# Do not translate "{{pageCount}}", it will be substituted with a number
|
||||
# representing the total number of pages.
|
||||
page_label=Страница:
|
||||
page_of=од {{pageCount}}
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=Страница
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=од {{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}} од {{pagesCount}})
|
||||
|
||||
zoom_out.title=Умањи
|
||||
zoom_out_label=Умањи
|
||||
zoom_in.title=Увеличај
|
||||
zoom_in_label=Увеличај
|
||||
zoom.title=Зумирање
|
||||
zoom.title=Увеличавање
|
||||
presentation_mode.title=Промени на приказ у режиму презентације
|
||||
presentation_mode_label=Режим презентације
|
||||
open_file.title=Отвори датотеку
|
||||
|
|
@ -57,10 +60,24 @@ page_rotate_ccw.title=Ротирај у смеру супротном од ка
|
|||
page_rotate_ccw.label=Ротирај у смеру супротном од казаљке на сату
|
||||
page_rotate_ccw_label=Ротирај у смеру супротном од казаљке на сату
|
||||
|
||||
hand_tool_enable.title=Омогући алатку за померање
|
||||
hand_tool_enable_label=Омогући алатку за померање
|
||||
hand_tool_disable.title=Онемогући алатку за померање
|
||||
hand_tool_disable_label=Онемогући алатку за померање
|
||||
cursor_text_select_tool.title=Омогући алат за селектовање текста
|
||||
cursor_text_select_tool_label=Алат за селектовање текста
|
||||
cursor_hand_tool.title=Омогући алат за померање
|
||||
cursor_hand_tool_label=Алат за померање
|
||||
|
||||
scroll_vertical.title=Користи вертикално скроловање
|
||||
scroll_vertical_label=Вертикално скроловање
|
||||
scroll_horizontal.title=Користи хоризонтално скроловање
|
||||
scroll_horizontal_label=Хоризонтално скроловање
|
||||
scroll_wrapped.title=Користи скроловање по омоту
|
||||
scroll_wrapped_label=Скроловање по омоту
|
||||
|
||||
spread_none.title=Немој спајати ширења страница
|
||||
spread_none_label=Без распростирања
|
||||
spread_odd.title=Споји ширења страница које почињу непарним бројем
|
||||
spread_odd_label=Непарна распростирања
|
||||
spread_even.title=Споји ширења страница које почињу парним бројем
|
||||
spread_even_label=Парна распростирања
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=Параметри документа…
|
||||
|
|
@ -86,15 +103,44 @@ document_properties_creator=Стваралац:
|
|||
document_properties_producer=PDF произвођач:
|
||||
document_properties_version=PDF верзија:
|
||||
document_properties_page_count=Број страница:
|
||||
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=А3
|
||||
document_properties_page_size_name_a4=А4
|
||||
document_properties_page_size_name_letter=Слово
|
||||
document_properties_page_size_name_legal=Права
|
||||
# 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=Брз веб приказ:
|
||||
document_properties_linearized_yes=Да
|
||||
document_properties_linearized_no=Не
|
||||
document_properties_close=Затвори
|
||||
|
||||
print_progress_message=Припремам документ за штампање…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=Откажи
|
||||
|
||||
# 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=Прикажи додатну палету
|
||||
toggle_sidebar_notification.title=Прикажи додатну траку (докуменат садржи оквире/прилоге)
|
||||
toggle_sidebar_label=Прикажи додатну палету
|
||||
outline.title=Прикажи контуру документа
|
||||
outline_label=Контура документа
|
||||
document_outline.title=Прикажи контуру документа (дупли клик за проширење/скупљање елемената)
|
||||
document_outline_label=Контура документа
|
||||
attachments.title=Прикажи прилоге
|
||||
attachments_label=Прилози
|
||||
thumbs.title=Прикажи сличице
|
||||
|
|
@ -111,7 +157,8 @@ thumb_page_title=Страница {{page}}
|
|||
thumb_page_canvas=Сличица од странице {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=Пронађи:
|
||||
find_input.title=Пронађи
|
||||
find_input.placeholder=Пронађи у документу…
|
||||
find_previous.title=Пронађи претходну појаву фразе
|
||||
find_previous_label=Претходна
|
||||
find_next.title=Пронађи следећу појаву фразе
|
||||
|
|
@ -143,7 +190,7 @@ rendering_error=Дошло је до грешке приликом рендер
|
|||
|
||||
# Predefined zoom values
|
||||
page_scale_width=Ширина странице
|
||||
page_scale_fit=Уклапање странице
|
||||
page_scale_fit=Прилагоди страницу
|
||||
page_scale_auto=Аутоматско увеличавање
|
||||
page_scale_actual=Стварна величина
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue