本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

209 lines
9.4KB

  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 stranica
  16. previous_label=Prethodna
  17. next.title=Sljedeća stranica
  18. next_label=Sljedeća
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=Stranica
  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=Uvećaj
  29. zoom_out_label=Smanji
  30. zoom_in.title=Uvećaj
  31. zoom_in_label=Smanji
  32. zoom.title=Uvećanje
  33. presentation_mode.title=Prebaci u prezentacijski način rada
  34. presentation_mode_label=Prezentacijski način rada
  35. open_file.title=Otvori datoteku
  36. open_file_label=Otvori
  37. print.title=Ispis
  38. print_label=Ispis
  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 stranicu
  47. first_page.label=Idi na prvu stranicu
  48. first_page_label=Idi na prvu stranicu
  49. last_page.title=Idi na posljednju stranicu
  50. last_page.label=Idi na posljednju stranicu
  51. last_page_label=Idi na posljednju stranicu
  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 obrnutno od smjera kazaljke na satu
  56. page_rotate_ccw.label=Rotiraj obrnutno od smjera kazaljke na satu
  57. page_rotate_ccw_label=Rotiraj obrnutno od smjera 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 datoteke:
  66. document_properties_file_size=Veličina datoteke:
  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}} bajtova)
  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}} bajtova)
  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 stvaranja:
  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=Stvaratelj:
  83. document_properties_producer=PDF stvaratelj:
  84. document_properties_version=PDF inačica:
  85. document_properties_page_count=Broj stranica:
  86. document_properties_page_size_name_a3=A3
  87. document_properties_page_size_name_a4=A4
  88. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  89. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  90. # the size, respectively their unit of measurement and orientation, of the (current) page.
  91. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  92. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  93. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  94. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  95. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  96. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  97. # the document; usually called "Fast Web View" in English locales of Adobe software.
  98. document_properties_linearized_yes=Da
  99. document_properties_linearized_no=Ne
  100. document_properties_close=Zatvori
  101. print_progress_message=Pripremanje dokumenta za ispis…
  102. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  103. # a numerical per cent value.
  104. print_progress_percent={{progress}}%
  105. print_progress_close=Odustani
  106. # Tooltips and alt text for side panel toolbar buttons
  107. # (the _label strings are alt text for the buttons, the .title strings are
  108. # tooltips)
  109. toggle_sidebar.title=Prikaži/sakrij bočnu traku
  110. toggle_sidebar_notification.title=Prikazivanje i sklanjanje bočne trake (dokument sadrži konturu/privitke)
  111. toggle_sidebar_label=Prikaži/sakrij bočnu traku
  112. document_outline.title=Prikaži obris dokumenta (dvostruki klik za proširivanje/skupljanje svih stavki)
  113. document_outline_label=Obris dokumenta
  114. attachments.title=Prikaži privitke
  115. attachments_label=Privitci
  116. thumbs.title=Prikaži sličice
  117. thumbs_label=Sličice
  118. findbar.title=Traži u dokumentu
  119. findbar_label=Traži
  120. # Thumbnails panel item (tooltip and alt text for images)
  121. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  122. # number.
  123. thumb_page_title=Stranica {{page}}
  124. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  125. # number.
  126. thumb_page_canvas=Sličica stranice {{page}}
  127. # Find panel button title and messages
  128. find_input.title=Traži
  129. find_input.placeholder=Traži u dokumentu…
  130. find_previous.title=Pronađi prethodno javljanje ovog izraza
  131. find_previous_label=Prethodno
  132. find_next.title=Pronađi iduće javljanje ovog izraza
  133. find_next_label=Sljedeće
  134. find_highlight=Istankni sve
  135. find_match_case_label=Slučaj podudaranja
  136. find_reached_top=Dosegnut vrh dokumenta, nastavak od dna
  137. find_reached_bottom=Dosegnut vrh dokumenta, nastavak od vrha
  138. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  139. # [one|two|few|many|other], with [other] as the default value.
  140. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  141. # index of the currently active find result, respectively a number representing
  142. # the total number of matches in the document.
  143. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  144. # [zero|one|two|few|many|other], with [other] as the default value.
  145. # "{{limit}}" will be replaced by a numerical value.
  146. find_not_found=Izraz nije pronađen
  147. # Error panel labels
  148. error_more_info=Više informacija
  149. error_less_info=Manje informacija
  150. error_close=Zatvori
  151. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  152. # replaced by the PDF.JS version and build ID.
  153. error_version_info=PDF.js v{{version}} (build: {{build}})
  154. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  155. # english string describing the error.
  156. error_message=Poruka: {{message}}
  157. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  158. # trace.
  159. error_stack=Stog: {{stack}}
  160. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  161. error_file=Datoteka: {{file}}
  162. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  163. error_line=Redak: {{line}}
  164. rendering_error=Došlo je do greške prilikom iscrtavanja stranice.
  165. # Predefined zoom values
  166. page_scale_width=Širina stranice
  167. page_scale_fit=Pristajanje stranici
  168. page_scale_auto=Automatsko uvećanje
  169. page_scale_actual=Prava veličina
  170. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  171. # numerical scale value.
  172. page_scale_percent={{scale}}%
  173. # Loading indicator messages
  174. loading_error_indicator=Greška
  175. loading_error=Došlo je do greške pri učitavanju PDF-a.
  176. invalid_file_error=Kriva ili oštećena PDF datoteka.
  177. missing_file_error=Nedostaje PDF datoteka.
  178. unexpected_response_error=Neočekivani odgovor poslužitelja.
  179. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  180. # "{{type}}" will be replaced with an annotation type from a list defined in
  181. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  182. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  183. text_annotation_type.alt=[{{type}} Bilješka]
  184. password_label=Upišite lozinku da biste otvorili ovu PDF datoteku.
  185. password_invalid=Neispravna lozinka. Pokušajte ponovo.
  186. password_ok=U redu
  187. password_cancel=Odustani
  188. printing_not_supported=Upozorenje: Ispisivanje nije potpuno podržano u ovom pregledniku.
  189. printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za ispis.
  190. web_fonts_disabled=Web fontovi su onemogućeni: nije moguće koristiti umetnute PDF fontove.
  191. document_colors_not_allowed=PDF dokumenti nemaju dopuštene koristiti vlastite boje: opcija 'Dopusti stranicama da koriste vlastite boje' je deaktivirana.
上海开阖软件有限公司 沪ICP备12045867号-1