viewer.properties 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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=Edellinen sivu
  16. previous_label=Edellinen
  17. next.title=Seuraava sivu
  18. next_label=Seuraava
  19. # LOCALIZATION NOTE (page_label, page_of):
  20. # These strings are concatenated to form the "Page: X of Y" string.
  21. # Do not translate "{{pageCount}}", it will be substituted with a number
  22. # representing the total number of pages.
  23. page_label=Sivu:
  24. page_of=/ {{pageCount}}
  25. zoom_out.title=Loitonna
  26. zoom_out_label=Loitonna
  27. zoom_in.title=Lähennä
  28. zoom_in_label=Lähennä
  29. zoom.title=Suurennus
  30. presentation_mode.title=Siirry esitystilaan
  31. presentation_mode_label=Esitystila
  32. open_file.title=Avaa tiedosto
  33. open_file_label=Avaa
  34. print.title=Tulosta
  35. print_label=Tulosta
  36. download.title=Lataa
  37. download_label=Lataa
  38. bookmark.title=Avoin ikkuna (kopioi tai avaa uuteen ikkunaan)
  39. bookmark_label=Avoin ikkuna
  40. # Secondary toolbar and context menu
  41. tools.title=Tools
  42. tools_label=Tools
  43. first_page.title=Siirry ensimmäiselle sivulle
  44. first_page.label=Siirry ensimmäiselle sivulle
  45. first_page_label=Siirry ensimmäiselle sivulle
  46. last_page.title=Siirry viimeiselle sivulle
  47. last_page.label=Siirry viimeiselle sivulle
  48. last_page_label=Siirry viimeiselle sivulle
  49. page_rotate_cw.title=Kierrä oikealle
  50. page_rotate_cw.label=Kierrä oikealle
  51. page_rotate_cw_label=Kierrä oikealle
  52. page_rotate_ccw.title=Kierrä vasemmalle
  53. page_rotate_ccw.label=Kierrä vasemmalle
  54. page_rotate_ccw_label=Kierrä vasemmalle
  55. hand_tool_enable.title=Käytä käsityökalua
  56. hand_tool_enable_label=Käytä käsityökalua
  57. hand_tool_disable.title=Poista käsityökalu käytöstä
  58. hand_tool_disable_label=Poista käsityökalu käytöstä
  59. # Document properties dialog box
  60. document_properties.title=Dokumentin ominaisuudet…
  61. document_properties_label=Dokumentin ominaisuudet…
  62. document_properties_file_name=Tiedostonimi:
  63. document_properties_file_size=Tiedoston koko:
  64. document_properties_kb={{size_kb}} kt ({{size_b}} tavua)
  65. document_properties_mb={{size_mb}} Mt ({{size_b}} tavua)
  66. document_properties_title=Otsikko:
  67. document_properties_author=Tekijä:
  68. document_properties_subject=Aihe:
  69. document_properties_keywords=Avainsanat:
  70. document_properties_creation_date=Luomispäivämäärä:
  71. document_properties_modification_date=Muokkauspäivämäärä:
  72. document_properties_date_string={{date}}, {{time}}
  73. document_properties_creator=Luoja:
  74. document_properties_producer=PDF-tuottaja:
  75. document_properties_version=PDF-versio:
  76. document_properties_page_count=Sivujen määrä:
  77. document_properties_close=Sulje
  78. # Tooltips and alt text for side panel toolbar buttons
  79. # (the _label strings are alt text for the buttons, the .title strings are
  80. # tooltips)
  81. toggle_sidebar.title=Näytä/piilota sivupaneeli
  82. toggle_sidebar_label=Näytä/piilota sivupaneeli
  83. outline.title=Näytä dokumentin rakenne
  84. outline_label=Dokumentin rakenne
  85. attachments.title=Näytä liitteet
  86. attachments_label=Liitteet
  87. thumbs.title=Näytä pienoiskuvat
  88. thumbs_label=Pienoiskuvat
  89. findbar.title=Etsi dokumentista
  90. findbar_label=Etsi
  91. # Thumbnails panel item (tooltip and alt text for images)
  92. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  93. # number.
  94. thumb_page_title=Sivu {{page}}
  95. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  96. # number.
  97. thumb_page_canvas=Pienoiskuva sivusta {{page}}
  98. # Find panel button title and messages
  99. find_label=Etsi:
  100. find_previous.title=Etsi hakusanan edellinen osuma
  101. find_previous_label=Edellinen
  102. find_next.title=Etsi hakusanan seuraava osuma
  103. find_next_label=Seuraava
  104. find_highlight=Korosta kaikki
  105. find_match_case_label=Huomioi kirjainkoko
  106. find_reached_top=Päästiin dokumentin alkuun, jatketaan lopusta
  107. find_reached_bottom=Päästiin dokumentin loppuun, continued from top
  108. find_not_found=Hakusanaa ei löytynyt
  109. # Error panel labels
  110. error_more_info=Lisätietoja
  111. error_less_info=Lisätietoja
  112. error_close=Sulje
  113. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  114. # replaced by the PDF.JS version and build ID.
  115. error_version_info=PDF.js v{{version}} (kooste: {{build}})
  116. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  117. # english string describing the error.
  118. error_message=Virheilmoitus: {{message}}
  119. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  120. # trace.
  121. error_stack=Pino: {{stack}}
  122. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  123. error_file=Tiedosto: {{file}}
  124. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  125. error_line=Rivi: {{line}}
  126. rendering_error=Tapahtui virhe piirrettäessä sivua.
  127. # Predefined zoom values
  128. page_scale_width=Sivun leveys
  129. page_scale_fit=Koko sivu
  130. page_scale_auto=Automaattinen suurennus
  131. page_scale_actual=Todellinen koko
  132. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  133. # numerical scale value.
  134. page_scale_percent={{scale}} %
  135. # Loading indicator messages
  136. loading_error_indicator=Virhe
  137. loading_error=Tapahtui virhe ladattaessa PDF-tiedostoa.
  138. invalid_file_error=Virheellinen tai vioittunut PDF-tiedosto.
  139. missing_file_error=Puuttuva PDF-tiedosto.
  140. unexpected_response_error=Odottamaton vastaus palvelimelta.
  141. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  142. # "{{type}}" will be replaced with an annotation type from a list defined in
  143. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  144. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  145. text_annotation_type.alt=[{{type}} Annotation]
  146. password_label=Kirjoita PDF-tiedoston salasana.
  147. password_invalid=Virheellinen salasana. Yritä uudestaan.
  148. password_ok=OK
  149. password_cancel=Peruuta
  150. printing_not_supported=Varoitus: Selain ei tue kaikkia tulostustapoja.
  151. printing_not_ready=Varoitus: PDF-tiedosto ei ole vielä latautunut kokonaan, eikä sitä voi vielä tulostaa.
  152. web_fonts_disabled=Verkkosivujen omat kirjasinlajit on estetty: ei voida käyttää upotettuja PDF-kirjasinlajeja.
  153. document_colors_disabled=PDF-dokumenttien ei ole sallittua käyttää omia värejään: Asetusta "Sivut saavat käyttää omia värejään oletusten sijaan" ei ole valittu selaimen asetuksissa.