update pdf.js
This commit is contained in:
parent
cbb57f0daa
commit
05e46e64e7
153 changed files with 99008 additions and 54737 deletions
|
|
@ -18,12 +18,15 @@ previous_label=Prethodna
|
|||
next.title=Sljedeća strna
|
||||
next_label=Sljedeća
|
||||
|
||||
# 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=Strana:
|
||||
page_of=od {{pageCount}}
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=Strana
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=od {{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}} od {{pagesCount}})
|
||||
|
||||
zoom_out.title=Umanji
|
||||
zoom_out_label=Umanji
|
||||
|
|
@ -57,10 +60,10 @@ page_rotate_ccw.title=Rotiraj suprotno smjeru kazaljke na satu
|
|||
page_rotate_ccw.label=Rotiraj suprotno smjeru kazaljke na satu
|
||||
page_rotate_ccw_label=Rotiraj suprotno smjeru kazaljke na satu
|
||||
|
||||
hand_tool_enable.title=Omogući ručni alat
|
||||
hand_tool_enable_label=Omogući ručni alat
|
||||
hand_tool_disable.title=Onemogući ručni alat
|
||||
hand_tool_disable_label=Onemogući ručni alat
|
||||
cursor_text_select_tool.title=Omogući alat za označavanje teksta
|
||||
cursor_text_select_tool_label=Alat za označavanje teksta
|
||||
cursor_hand_tool.title=Omogući ručni alat
|
||||
cursor_hand_tool_label=Ručni alat
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=Svojstva dokumenta...
|
||||
|
|
@ -86,15 +89,39 @@ document_properties_creator=Kreator:
|
|||
document_properties_producer=PDF stvaratelj:
|
||||
document_properties_version=PDF verzija:
|
||||
document_properties_page_count=Broj stranica:
|
||||
document_properties_page_size=Veličina stranice:
|
||||
document_properties_page_size_unit_inches=u
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
document_properties_page_size_orientation_portrait=uspravno
|
||||
document_properties_page_size_orientation_landscape=vodoravno
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=Pismo
|
||||
document_properties_page_size_name_legal=Pravni
|
||||
# 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}})
|
||||
document_properties_close=Zatvori
|
||||
|
||||
print_progress_message=Pripremam dokument za štampu…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=Otkaži
|
||||
|
||||
# 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=Uključi/isključi bočnu traku
|
||||
toggle_sidebar_notification.title=Uključi/isključi sidebar (dokument sadrži outline/priloge)
|
||||
toggle_sidebar_label=Uključi/isključi bočnu traku
|
||||
outline.title=Prikaži konture dokumenta
|
||||
outline_label=Konture dokumenta
|
||||
document_outline.title=Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki)
|
||||
document_outline_label=Konture dokumenta
|
||||
attachments.title=Prikaži priloge
|
||||
attachments_label=Prilozi
|
||||
thumbs.title=Prikaži thumbnailove
|
||||
|
|
@ -111,7 +138,8 @@ thumb_page_title=Strana {{page}}
|
|||
thumb_page_canvas=Thumbnail strane {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_label=Pronađi:
|
||||
find_input.title=Pronađi
|
||||
find_input.placeholder=Pronađi u dokumentu…
|
||||
find_previous.title=Pronađi prethodno pojavljivanje fraze
|
||||
find_previous_label=Prethodno
|
||||
find_next.title=Pronađi sljedeće pojavljivanje fraze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue