viewer.properties 7.5 KB

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