viewer.properties 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. first_page_label=Idi na prvu stranu
  49. last_page.title=Idi na zadnju stranu
  50. last_page.label=Idi na zadnju stranu
  51. last_page_label=Idi na zadnju stranu
  52. page_rotate_cw.title=Rotiraj u smjeru kazaljke na satu
  53. page_rotate_cw.label=Rotiraj u smjeru kazaljke na satu
  54. page_rotate_cw_label=Rotiraj u smjeru kazaljke na satu
  55. page_rotate_ccw.title=Rotiraj suprotno smjeru kazaljke na satu
  56. page_rotate_ccw.label=Rotiraj suprotno smjeru kazaljke na satu
  57. page_rotate_ccw_label=Rotiraj suprotno smjeru kazaljke na satu
  58. cursor_text_select_tool.title=Omogući alat za označavanje teksta
  59. cursor_text_select_tool_label=Alat za označavanje teksta
  60. cursor_hand_tool.title=Omogući ručni alat
  61. cursor_hand_tool_label=Ručni alat
  62. # Document properties dialog box
  63. document_properties.title=Svojstva dokumenta...
  64. document_properties_label=Svojstva dokumenta...
  65. document_properties_file_name=Naziv fajla:
  66. document_properties_file_size=Veličina fajla:
  67. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  68. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  69. document_properties_kb={{size_kb}} KB ({{size_b}} bajta)
  70. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  71. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  72. document_properties_mb={{size_mb}} MB ({{size_b}} bajta)
  73. document_properties_title=Naslov:
  74. document_properties_author=Autor:
  75. document_properties_subject=Predmet:
  76. document_properties_keywords=Ključne riječi:
  77. document_properties_creation_date=Datum kreiranja:
  78. document_properties_modification_date=Datum promjene:
  79. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  80. # will be replaced by the creation/modification date, and time, of the PDF file.
  81. document_properties_date_string={{date}}, {{time}}
  82. document_properties_creator=Kreator:
  83. document_properties_producer=PDF stvaratelj:
  84. document_properties_version=PDF verzija:
  85. document_properties_page_count=Broj stranica:
  86. document_properties_page_size=Veličina stranice:
  87. document_properties_page_size_unit_inches=u
  88. document_properties_page_size_unit_millimeters=mm
  89. document_properties_page_size_orientation_portrait=uspravno
  90. document_properties_page_size_orientation_landscape=vodoravno
  91. document_properties_page_size_name_a3=A3
  92. document_properties_page_size_name_a4=A4
  93. document_properties_page_size_name_letter=Pismo
  94. document_properties_page_size_name_legal=Pravni
  95. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  96. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  97. # the size, respectively their unit of measurement and orientation, of the (current) page.
  98. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  99. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  100. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  101. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  102. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  103. document_properties_close=Zatvori
  104. print_progress_message=Pripremam dokument za štampu…
  105. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  106. # a numerical per cent value.
  107. print_progress_percent={{progress}}%
  108. print_progress_close=Otkaži
  109. # Tooltips and alt text for side panel toolbar buttons
  110. # (the _label strings are alt text for the buttons, the .title strings are
  111. # tooltips)
  112. toggle_sidebar.title=Uključi/isključi bočnu traku
  113. toggle_sidebar_notification.title=Uključi/isključi sidebar (dokument sadrži outline/priloge)
  114. toggle_sidebar_label=Uključi/isključi bočnu traku
  115. document_outline.title=Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki)
  116. document_outline_label=Konture dokumenta
  117. attachments.title=Prikaži priloge
  118. attachments_label=Prilozi
  119. thumbs.title=Prikaži thumbnailove
  120. thumbs_label=Thumbnailovi
  121. findbar.title=Pronađi u dokumentu
  122. findbar_label=Pronađi
  123. # Thumbnails panel item (tooltip and alt text for images)
  124. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  125. # number.
  126. thumb_page_title=Strana {{page}}
  127. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  128. # number.
  129. thumb_page_canvas=Thumbnail strane {{page}}
  130. # Find panel button title and messages
  131. find_input.title=Pronađi
  132. find_input.placeholder=Pronađi u dokumentu…
  133. find_previous.title=Pronađi prethodno pojavljivanje fraze
  134. find_previous_label=Prethodno
  135. find_next.title=Pronađi sljedeće pojavljivanje fraze
  136. find_next_label=Sljedeće
  137. find_highlight=Označi sve
  138. find_match_case_label=Osjetljivost na karaktere
  139. find_reached_top=Dostigao sam vrh dokumenta, nastavljam sa dna
  140. find_reached_bottom=Dostigao sam kraj dokumenta, nastavljam sa vrha
  141. find_not_found=Fraza nije pronađena
  142. # Error panel labels
  143. error_more_info=Više informacija
  144. error_less_info=Manje informacija
  145. error_close=Zatvori
  146. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  147. # replaced by the PDF.JS version and build ID.
  148. error_version_info=PDF.js v{{version}} (build: {{build}})
  149. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  150. # english string describing the error.
  151. error_message=Poruka: {{message}}
  152. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  153. # trace.
  154. error_stack=Stack: {{stack}}
  155. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  156. error_file=Fajl: {{file}}
  157. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  158. error_line=Linija: {{line}}
  159. rendering_error=Došlo je do greške prilikom renderiranja strane.
  160. # Predefined zoom values
  161. page_scale_width=Širina strane
  162. page_scale_fit=Uklopi stranu
  163. page_scale_auto=Automatsko uvećanje
  164. page_scale_actual=Stvarna veličina
  165. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  166. # numerical scale value.
  167. page_scale_percent={{scale}}%
  168. # Loading indicator messages
  169. loading_error_indicator=Greška
  170. loading_error=Došlo je do greške prilikom učitavanja PDF-a.
  171. invalid_file_error=Neispravan ili oštećen PDF fajl.
  172. missing_file_error=Nedostaje PDF fajl.
  173. unexpected_response_error=Neočekivani odgovor servera.
  174. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  175. # "{{type}}" will be replaced with an annotation type from a list defined in
  176. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  177. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  178. text_annotation_type.alt=[{{type}} pribilješka]
  179. password_label=Upišite lozinku da biste otvorili ovaj PDF fajl.
  180. password_invalid=Pogrešna lozinka. Pokušajte ponovo.
  181. password_ok=OK
  182. password_cancel=Otkaži
  183. printing_not_supported=Upozorenje: Štampanje nije u potpunosti podržano u ovom browseru.
  184. printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za štampanje.
  185. web_fonts_disabled=Web fontovi su onemogućeni: nemoguće koristiti ubačene PDF fontove.
  186. document_colors_not_allowed=PDF dokumentima nije dozvoljeno da koriste vlastite boje: 'Dozvoli stranicama da izaberu vlastite boje' je deaktivirano u browseru.