viewer.properties
275 lines
| 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 | |
| 15 | # Main toolbar buttons (tooltips and alt text for images) |
| 16 | previous.title=Prejšnja stran |
| 17 | previous_label=Nazaj |
| 18 | next.title=Naslednja stran |
| 19 | next_label=Naprej |
| 20 | |
| 21 | # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. |
| 22 | page.title=Stran |
| 23 | # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number |
| 24 | # representing the total number of pages in the document. |
| 25 | of_pages=od {{pagesCount}} |
| 26 | # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" |
| 27 | # will be replaced by a number representing the currently visible page, |
| 28 | # respectively a number representing the total number of pages in the document. |
| 29 | page_of_pages=({{pageNumber}} od {{pagesCount}}) |
| 30 | |
| 31 | zoom_out.title=Pomanjšaj |
| 32 | zoom_out_label=Pomanjšaj |
| 33 | zoom_in.title=Povečaj |
| 34 | zoom_in_label=Povečaj |
| 35 | zoom.title=Povečava |
| 36 | presentation_mode.title=Preklopi v način predstavitve |
| 37 | presentation_mode_label=Način predstavitve |
| 38 | open_file.title=Odpri datoteko |
| 39 | open_file_label=Odpri |
| 40 | print.title=Natisni |
| 41 | print_label=Natisni |
| 42 | download.title=Prenesi |
| 43 | download_label=Prenesi |
| 44 | save.title=Shrani |
| 45 | save_label=Shrani |
| 46 | bookmark.title=Trenutni pogled (kopiraj ali odpri v novem oknu) |
| 47 | bookmark_label=Trenutni pogled |
| 48 | |
| 49 | # Secondary toolbar and context menu |
| 50 | tools.title=Orodja |
| 51 | tools_label=Orodja |
| 52 | first_page.title=Pojdi na prvo stran |
| 53 | first_page_label=Pojdi na prvo stran |
| 54 | last_page.title=Pojdi na zadnjo stran |
| 55 | last_page_label=Pojdi na zadnjo stran |
| 56 | page_rotate_cw.title=Zavrti v smeri urnega kazalca |
| 57 | page_rotate_cw_label=Zavrti v smeri urnega kazalca |
| 58 | page_rotate_ccw.title=Zavrti v nasprotni smeri urnega kazalca |
| 59 | page_rotate_ccw_label=Zavrti v nasprotni smeri urnega kazalca |
| 60 | |
| 61 | cursor_text_select_tool.title=Omogoči orodje za izbor besedila |
| 62 | cursor_text_select_tool_label=Orodje za izbor besedila |
| 63 | cursor_hand_tool.title=Omogoči roko |
| 64 | cursor_hand_tool_label=Roka |
| 65 | |
| 66 | scroll_page.title=Uporabi drsenje po strani |
| 67 | scroll_page_label=Drsenje po strani |
| 68 | scroll_vertical.title=Uporabi navpično drsenje |
| 69 | scroll_vertical_label=Navpično drsenje |
| 70 | scroll_horizontal.title=Uporabi vodoravno drsenje |
| 71 | scroll_horizontal_label=Vodoravno drsenje |
| 72 | scroll_wrapped.title=Uporabi ovito drsenje |
| 73 | scroll_wrapped_label=Ovito drsenje |
| 74 | |
| 75 | spread_none.title=Ne združuj razponov strani |
| 76 | spread_none_label=Brez razponov |
| 77 | spread_odd.title=Združuj razpone strani z začetkom pri lihih straneh |
| 78 | spread_odd_label=Lihi razponi |
| 79 | spread_even.title=Združuj razpone strani z začetkom pri sodih straneh |
| 80 | spread_even_label=Sodi razponi |
| 81 | |
| 82 | # Document properties dialog box |
| 83 | document_properties.title=Lastnosti dokumenta … |
| 84 | document_properties_label=Lastnosti dokumenta … |
| 85 | document_properties_file_name=Ime datoteke: |
| 86 | document_properties_file_size=Velikost datoteke: |
| 87 | # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" |
| 88 | # will be replaced by the PDF file size in kilobytes, respectively in bytes. |
| 89 | document_properties_kb={{size_kb}} KB ({{size_b}} bajtov) |
| 90 | # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" |
| 91 | # will be replaced by the PDF file size in megabytes, respectively in bytes. |
| 92 | document_properties_mb={{size_mb}} MB ({{size_b}} bajtov) |
| 93 | document_properties_title=Ime: |
| 94 | document_properties_author=Avtor: |
| 95 | document_properties_subject=Tema: |
| 96 | document_properties_keywords=Ključne besede: |
| 97 | document_properties_creation_date=Datum nastanka: |
| 98 | document_properties_modification_date=Datum spremembe: |
| 99 | # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" |
| 100 | # will be replaced by the creation/modification date, and time, of the PDF file. |
| 101 | document_properties_date_string={{date}}, {{time}} |
| 102 | document_properties_creator=Ustvaril: |
| 103 | document_properties_producer=Izdelovalec PDF: |
| 104 | document_properties_version=Različica PDF: |
| 105 | document_properties_page_count=Število strani: |
| 106 | document_properties_page_size=Velikost strani: |
| 107 | document_properties_page_size_unit_inches=palcev |
| 108 | document_properties_page_size_unit_millimeters=mm |
| 109 | document_properties_page_size_orientation_portrait=pokončno |
| 110 | document_properties_page_size_orientation_landscape=ležeče |
| 111 | document_properties_page_size_name_a3=A3 |
| 112 | document_properties_page_size_name_a4=A4 |
| 113 | document_properties_page_size_name_letter=Pismo |
| 114 | document_properties_page_size_name_legal=Pravno |
| 115 | # LOCALIZATION NOTE (document_properties_page_size_dimension_string): |
| 116 | # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by |
| 117 | # the size, respectively their unit of measurement and orientation, of the (current) page. |
| 118 | document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) |
| 119 | # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): |
| 120 | # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by |
| 121 | # the size, respectively their unit of measurement, name, and orientation, of the (current) page. |
| 122 | document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) |
| 123 | # LOCALIZATION NOTE (document_properties_linearized): The linearization status of |
| 124 | # the document; usually called "Fast Web View" in English locales of Adobe software. |
| 125 | document_properties_linearized=Hitri spletni ogled: |
| 126 | document_properties_linearized_yes=Da |
| 127 | document_properties_linearized_no=Ne |
| 128 | document_properties_close=Zapri |
| 129 | |
| 130 | print_progress_message=Priprava dokumenta na tiskanje … |
| 131 | # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by |
| 132 | # a numerical per cent value. |
| 133 | print_progress_percent={{progress}} % |
| 134 | print_progress_close=Prekliči |
| 135 | |
| 136 | # Tooltips and alt text for side panel toolbar buttons |
| 137 | # (the _label strings are alt text for the buttons, the .title strings are |
| 138 | # tooltips) |
| 139 | toggle_sidebar.title=Preklopi stransko vrstico |
| 140 | toggle_sidebar_notification2.title=Preklopi stransko vrstico (dokument vsebuje oris/priponke/plasti) |
| 141 | toggle_sidebar_label=Preklopi stransko vrstico |
| 142 | document_outline.title=Prikaži oris dokumenta (dvokliknite za razširitev/strnitev vseh predmetov) |
| 143 | document_outline_label=Oris dokumenta |
| 144 | attachments.title=Prikaži priponke |
| 145 | attachments_label=Priponke |
| 146 | layers.title=Prikaži plasti (dvokliknite za ponastavitev vseh plasti na privzeto stanje) |
| 147 | layers_label=Plasti |
| 148 | thumbs.title=Prikaži sličice |
| 149 | thumbs_label=Sličice |
| 150 | current_outline_item.title=Najdi trenutni predmet orisa |
| 151 | current_outline_item_label=Trenutni predmet orisa |
| 152 | findbar.title=Iskanje po dokumentu |
| 153 | findbar_label=Najdi |
| 154 | |
| 155 | additional_layers=Dodatne plasti |
| 156 | # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number. |
| 157 | page_landmark=Stran {{page}} |
| 158 | # Thumbnails panel item (tooltip and alt text for images) |
| 159 | # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page |
| 160 | # number. |
| 161 | thumb_page_title=Stran {{page}} |
| 162 | # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page |
| 163 | # number. |
| 164 | thumb_page_canvas=Sličica strani {{page}} |
| 165 | |
| 166 | # Find panel button title and messages |
| 167 | find_input.title=Najdi |
| 168 | find_input.placeholder=Najdi v dokumentu … |
| 169 | find_previous.title=Najdi prejšnjo ponovitev iskanega |
| 170 | find_previous_label=Najdi nazaj |
| 171 | find_next.title=Najdi naslednjo ponovitev iskanega |
| 172 | find_next_label=Najdi naprej |
| 173 | find_highlight=Označi vse |
| 174 | find_match_case_label=Razlikuj velike/male črke |
| 175 | find_match_diacritics_label=Razlikuj diakritične znake |
| 176 | find_entire_word_label=Cele besede |
| 177 | find_reached_top=Dosežen začetek dokumenta iz smeri konca |
| 178 | find_reached_bottom=Doseženo konec dokumenta iz smeri začetka |
| 179 | # LOCALIZATION NOTE (find_match_count): The supported plural forms are |
| 180 | # [one|two|few|many|other], with [other] as the default value. |
| 181 | # "{{current}}" and "{{total}}" will be replaced by a number representing the |
| 182 | # index of the currently active find result, respectively a number representing |
| 183 | # the total number of matches in the document. |
| 184 | find_match_count={[ plural(total) ]} |
| 185 | find_match_count[one]=Zadetek {{current}} od {{total}} |
| 186 | find_match_count[two]=Zadetek {{current}} od {{total}} |
| 187 | find_match_count[few]=Zadetek {{current}} od {{total}} |
| 188 | find_match_count[many]=Zadetek {{current}} od {{total}} |
| 189 | find_match_count[other]=Zadetek {{current}} od {{total}} |
| 190 | # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are |
| 191 | # [zero|one|two|few|many|other], with [other] as the default value. |
| 192 | # "{{limit}}" will be replaced by a numerical value. |
| 193 | find_match_count_limit={[ plural(limit) ]} |
| 194 | find_match_count_limit[zero]=Več kot {{limit}} zadetkov |
| 195 | find_match_count_limit[one]=Več kot {{limit}} zadetek |
| 196 | find_match_count_limit[two]=Več kot {{limit}} zadetka |
| 197 | find_match_count_limit[few]=Več kot {{limit}} zadetki |
| 198 | find_match_count_limit[many]=Več kot {{limit}} zadetkov |
| 199 | find_match_count_limit[other]=Več kot {{limit}} zadetkov |
| 200 | find_not_found=Iskanega ni mogoče najti |
| 201 | |
| 202 | # Error panel labels |
| 203 | error_more_info=Več informacij |
| 204 | error_less_info=Manj informacij |
| 205 | error_close=Zapri |
| 206 | # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be |
| 207 | # replaced by the PDF.JS version and build ID. |
| 208 | error_version_info=PDF.js r{{version}} (graditev: {{build}}) |
| 209 | # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an |
| 210 | # english string describing the error. |
| 211 | error_message=Sporočilo: {{message}} |
| 212 | # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack |
| 213 | # trace. |
| 214 | error_stack=Sklad: {{stack}} |
| 215 | # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename |
| 216 | error_file=Datoteka: {{file}} |
| 217 | # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number |
| 218 | error_line=Vrstica: {{line}} |
| 219 | |
| 220 | # Predefined zoom values |
| 221 | page_scale_width=Širina strani |
| 222 | page_scale_fit=Prilagodi stran |
| 223 | page_scale_auto=Samodejno |
| 224 | page_scale_actual=Dejanska velikost |
| 225 | # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a |
| 226 | # numerical scale value. |
| 227 | page_scale_percent={{scale}} % |
| 228 | |
| 229 | # Loading indicator messages |
| 230 | loading=Nalaganje … |
| 231 | loading_error=Med nalaganjem datoteke PDF je prišlo do napake. |
| 232 | invalid_file_error=Neveljavna ali pokvarjena datoteka PDF. |
| 233 | missing_file_error=Ni datoteke PDF. |
| 234 | unexpected_response_error=Nepričakovan odgovor strežnika. |
| 235 | |
| 236 | rendering_error=Med pripravljanjem strani je prišlo do napake! |
| 237 | |
| 238 | # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be |
| 239 | # replaced by the modification date, and time, of the annotation. |
| 240 | annotation_date_string={{date}}, {{time}} |
| 241 | |
| 242 | # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. |
| 243 | # "{{type}}" will be replaced with an annotation type from a list defined in |
| 244 | # the PDF spec (32000-1:2008 Table 169 – Annotation types). |
| 245 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 246 | text_annotation_type.alt=[Opomba vrste {{type}}] |
| 247 | password_label=Vnesite geslo za odpiranje te datoteke PDF. |
| 248 | password_invalid=Neveljavno geslo. Poskusite znova. |
| 249 | password_ok=V redu |
| 250 | password_cancel=Prekliči |
| 251 | |
| 252 | printing_not_supported=Opozorilo: ta brskalnik ne podpira vseh možnosti tiskanja. |
| 253 | printing_not_ready=Opozorilo: PDF ni v celoti naložen za tiskanje. |
| 254 | web_fonts_disabled=Spletne pisave so onemogočene: vgradnih pisav za PDF ni mogoče uporabiti. |
| 255 | |
| 256 | # Editor |
| 257 | editor_free_text2.title=Besedilo |
| 258 | editor_free_text2_label=Besedilo |
| 259 | editor_ink2.title=Riši |
| 260 | editor_ink2_label=Riši |
| 261 | |
| 262 | free_text2_default_content=Začnite tipkati … |
| 263 | |
| 264 | # Editor Parameters |
| 265 | editor_free_text_color=Barva |
| 266 | editor_free_text_size=Velikost |
| 267 | editor_ink_color=Barva |
| 268 | editor_ink_thickness=Debelina |
| 269 | editor_ink_opacity=Neprosojnost |
| 270 | |
| 271 | # Editor aria |
| 272 | editor_free_text2_aria_label=Urejevalnik besedila |
| 273 | editor_ink2_aria_label=Urejevalnik risanja |
| 274 | editor_ink_canvas_aria_label=Uporabnikova slika |
| 275 |