viewer.properties 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=Prethodna strana
  16. previous_label=Prethodna
  17. next.title=Sljedeća strna
  18. next_label=Sljedeća
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=Strana
  21. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  22. # representing the total number of pages in the document.
  23. of_pages=od {{pagesCount}}
  24. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  25. # will be replaced by a number representing the currently visible page,
  26. # respectively a number representing the total number of pages in the document.
  27. page_of_pages=({{pageNumber}} od {{pagesCount}})
  28. zoom_out.title=Umanji
  29. zoom_out_label=Umanji
  30. zoom_in.title=Uvećaj
  31. zoom_in_label=Uvećaj
  32. zoom.title=Uvećanje
  33. presentation_mode.title=Prebaci se u prezentacijski režim
  34. presentation_mode_label=Prezentacijski režim
  35. open_file.title=Otvori fajl
  36. open_file_label=Otvori
  37. print.title=Štampaj
  38. print_label=Štampaj
  39. download.title=Preuzmi
  40. download_label=Preuzmi
  41. bookmark.title=Trenutni prikaz (kopiraj ili otvori u novom prozoru)
  42. bookmark_label=Trenutni prikaz
  43. # Secondary toolbar and context menu
  44. tools.title=Alati
  45. tools_label=Alati
  46. first_page.title=Idi na prvu stranu
  47. first_page_label=Idi na prvu stranu
  48. last_page.title=Idi na zadnju stranu
  49. last_page_label=Idi na zadnju stranu
  50. page_rotate_cw.title=Rotiraj u smjeru kazaljke na satu
  51. page_rotate_cw_label=Rotiraj u smjeru kazaljke na satu
  52. page_rotate_ccw.title=Rotiraj suprotno smjeru kazaljke na satu
  53. page_rotate_ccw_label=Rotiraj suprotno smjeru kazaljke na satu
  54. cursor_text_select_tool.title=Omogući alat za označavanje teksta
  55. cursor_text_select_tool_label=Alat za označavanje teksta
  56. cursor_hand_tool.title=Omogući ručni alat
  57. cursor_hand_tool_label=Ručni alat
  58. # Document properties dialog box
  59. document_properties.title=Svojstva dokumenta...
  60. document_properties_label=Svojstva dokumenta...
  61. document_properties_file_name=Naziv fajla:
  62. document_properties_file_size=Veličina fajla:
  63. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  64. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  65. document_properties_kb={{size_kb}} KB ({{size_b}} bajta)
  66. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  67. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  68. document_properties_mb={{size_mb}} MB ({{size_b}} bajta)
  69. document_properties_title=Naslov:
  70. document_properties_author=Autor:
  71. document_properties_subject=Predmet:
  72. document_properties_keywords=Ključne riječi:
  73. document_properties_creation_date=Datum kreiranja:
  74. document_properties_modification_date=Datum promjene:
  75. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  76. # will be replaced by the creation/modification date, and time, of the PDF file.
  77. document_properties_date_string={{date}}, {{time}}
  78. document_properties_creator=Kreator:
  79. document_properties_producer=PDF stvaratelj:
  80. document_properties_version=PDF verzija:
  81. document_properties_page_count=Broj stranica:
  82. document_properties_page_size=Veličina stranice:
  83. document_properties_page_size_unit_inches=u
  84. document_properties_page_size_unit_millimeters=mm
  85. document_properties_page_size_orientation_portrait=uspravno
  86. document_properties_page_size_orientation_landscape=vodoravno
  87. document_properties_page_size_name_a3=A3
  88. document_properties_page_size_name_a4=A4
  89. document_properties_page_size_name_letter=Pismo
  90. document_properties_page_size_name_legal=Pravni
  91. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  92. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  93. # the size, respectively their unit of measurement and orientation, of the (current) page.
  94. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  95. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  96. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  97. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  98. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  99. document_properties_close=Zatvori
  100. print_progress_message=Pripremam dokument za štampu…
  101. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  102. # a numerical per cent value.
  103. print_progress_percent={{progress}}%
  104. print_progress_close=Otkaži
  105. # Tooltips and alt text for side panel toolbar buttons
  106. # (the _label strings are alt text for the buttons, the .title strings are
  107. # tooltips)
  108. toggle_sidebar.title=Uključi/isključi bočnu traku
  109. toggle_sidebar_label=Uključi/isključi bočnu traku
  110. document_outline.title=Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki)
  111. document_outline_label=Konture dokumenta
  112. attachments.title=Prikaži priloge
  113. attachments_label=Prilozi
  114. thumbs.title=Prikaži thumbnailove
  115. thumbs_label=Thumbnailovi
  116. findbar.title=Pronađi u dokumentu
  117. findbar_label=Pronađi
  118. # Thumbnails panel item (tooltip and alt text for images)
  119. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  120. # number.
  121. thumb_page_title=Strana {{page}}
  122. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  123. # number.
  124. thumb_page_canvas=Thumbnail strane {{page}}
  125. # Find panel button title and messages
  126. find_input.title=Pronađi
  127. find_input.placeholder=Pronađi u dokumentu…
  128. find_previous.title=Pronađi prethodno pojavljivanje fraze
  129. find_previous_label=Prethodno
  130. find_next.title=Pronađi sljedeće pojavljivanje fraze
  131. find_next_label=Sljedeće
  132. find_highlight=Označi sve
  133. find_match_case_label=Osjetljivost na karaktere
  134. find_reached_top=Dostigao sam vrh dokumenta, nastavljam sa dna
  135. find_reached_bottom=Dostigao sam kraj dokumenta, nastavljam sa vrha
  136. find_not_found=Fraza nije pronađena
  137. # Error panel labels
  138. error_more_info=Više informacija
  139. error_less_info=Manje informacija
  140. error_close=Zatvori
  141. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  142. # replaced by the PDF.JS version and build ID.
  143. error_version_info=PDF.js v{{version}} (build: {{build}})
  144. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  145. # english string describing the error.
  146. error_message=Poruka: {{message}}
  147. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  148. # trace.
  149. error_stack=Stack: {{stack}}
  150. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  151. error_file=Fajl: {{file}}
  152. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  153. error_line=Linija: {{line}}
  154. rendering_error=Došlo je do greške prilikom renderiranja strane.
  155. # Predefined zoom values
  156. page_scale_width=Širina strane
  157. page_scale_fit=Uklopi stranu
  158. page_scale_auto=Automatsko uvećanje
  159. page_scale_actual=Stvarna veličina
  160. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  161. # numerical scale value.
  162. page_scale_percent={{scale}}%
  163. loading_error=Došlo je do greške prilikom učitavanja PDF-a.
  164. invalid_file_error=Neispravan ili oštećen PDF fajl.
  165. missing_file_error=Nedostaje PDF fajl.
  166. unexpected_response_error=Neočekivani odgovor servera.
  167. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  168. # "{{type}}" will be replaced with an annotation type from a list defined in
  169. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  170. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  171. text_annotation_type.alt=[{{type}} pribilješka]
  172. password_label=Upišite lozinku da biste otvorili ovaj PDF fajl.
  173. password_invalid=Pogrešna lozinka. Pokušajte ponovo.
  174. password_ok=OK
  175. password_cancel=Otkaži
  176. printing_not_supported=Upozorenje: Štampanje nije u potpunosti podržano u ovom browseru.
  177. printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za štampanje.
  178. web_fonts_disabled=Web fontovi su onemogućeni: nemoguće koristiti ubačene PDF fontove.