Skip to content

Commit 6d6e9c4

Browse files
committed
Merge pull request mozilla#2056 from kkujala/master
Add l10n/fi
2 parents 8e50da7 + 5980e98 commit 6d6e9c4

File tree

3 files changed

+106
-0
lines changed

3 files changed

+106
-0
lines changed

l10n/fi/chrome.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Chrome notification bar messages and buttons
2+
unsupported_feature=Tämä PDF-asiakirja ei ehkä näy oikeanlaisena.
3+
open_with_different_viewer=Avaa toisella ohjelmalla
4+
open_with_different_viewer.accessKey=o

l10n/fi/metadata.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
 <em:localized>
2+
<Description>
3+
<em:locale>fi</em:locale>
4+
<em:name>PDF Lukuohjelma</em:name>
5+
<em:description>Näyttää PDF tiedostot suoraan Firefox:ssa HTML5:n avulla.</em:description>
6+
</Description>
7+
</em:localized>
8+

l10n/fi/viewer.properties

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Main toolbar buttons (tooltips and alt text for images)
2+
previous.title=Edellinen sivu
3+
previous_label=Edellinen
4+
next.title=Seuraava sivu
5+
next_label=Seuraava
6+
7+
# LOCALIZATION NOTE (page_label, page_of):
8+
# These strings are concatenated to form the "Page: X of Y" string.
9+
# Do not translate "{{pageCount}}", it will be substituted with a number
10+
# representing the total number of pages.
11+
page_label=Sivu:
12+
page_of=/ {{pageCount}}
13+
14+
zoom_out.title=Suurenna
15+
zoom_out_label=Suurenna
16+
zoom_in.title=Pienennä
17+
zoom_in_label=Pienennä
18+
zoom.title=Sivun suurennus
19+
print.title=Tulosta
20+
print_label=Tulosta
21+
fullscreen.title=Kokoruututila
22+
fullscreen_label=Kokoruututila
23+
open_file.title=Avaa tiedosto
24+
open_file_label=Avaa
25+
download.title=Lataa
26+
download_label=Lataa
27+
bookmark.title=Nykyinen näkymä (kopioi tai avaa uuteen ikkunaan)
28+
bookmark_label=Nykyinen näkymä
29+
30+
# Tooltips and alt text for side panel toolbar buttons
31+
# (the _label strings are alt text for the buttons, the .title strings are
32+
# tooltips)
33+
toggle_slider.title=Vaihda vieritysnäkymä
34+
toggle_slider_label=Vaihda vieritysnäkymä
35+
outline.title=Näytä asiakirjan jäsennys
36+
outline_label=Asiakirjan jäsennys
37+
thumbs.title=Näytä esikatselukuvat
38+
thumbs_label=Esikatselukuvat
39+
search_panel.title=Etsi asiakirjasta
40+
search_panel_label=Etsi
41+
42+
# Document outline messages
43+
no_outline=Jäsennystä ei ole tarjolla
44+
45+
# Thumbnails panel item (tooltip and alt text for images)
46+
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
47+
# number.
48+
thumb_page_title=Sivu {{page}}
49+
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
50+
# number.
51+
thumb_page_canvas=Sivun {{page}} esikatselukuva
52+
53+
# Search panel button title and messages
54+
search=Etsi
55+
search_terms_not_found=(Ei löytynyt)
56+
57+
# Error panel labels
58+
error_more_info=Enemmän tietoa
59+
error_less_info=Vähemmän tietoa
60+
error_close=Sulje
61+
# LOCALIZATION NOTE (error_build): "{{build}}" will be replaced by the PDF.JS
62+
# build ID.
63+
error_build=PDF.JS rakennus: {{build}}
64+
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
65+
# english string describing the error.
66+
error_message=Viesti: {{message}}
67+
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
68+
# trace.
69+
error_stack=Kutsupino: {{stack}}
70+
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
71+
error_file=Tiedosto: {{file}}
72+
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
73+
error_line=Rivi: {{line}}
74+
rendering_error=Virhe on tapahtunut sivua mallintaessa.
75+
76+
# Predefined zoom values
77+
page_scale_width=Sivun leveys
78+
page_scale_fit=Sivun sovitus
79+
page_scale_auto=Automaatinen sivun suurennus
80+
page_scale_actual=Todellinen koko
81+
82+
# Loading indicator messages
83+
loading_error_indicator=Virhe
84+
loading_error=Virhe on tapahtunut PDF:ää ladattaessa.
85+
86+
# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
87+
# "{{type}}" will be replaced with an annotation type from a list defined in
88+
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
89+
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
90+
text_annotation_type=[{{type}} Selite]
91+
request_password=PDF on salasanasuojattu:
92+
93+
printing_not_supported=Varoitus: Tämä selain ei täysin tue tulostusta.
94+

0 commit comments

Comments
 (0)