blob: 3b96b7ca66502b5f03264822bda2b5718c339990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition -->
<!ENTITY msgComposeWindow.title "Kirjoita: (ei aihetta)">
<!ENTITY fromAddr.label "Lähettäjä:">
<!ENTITY fromAddr.accesskey "ä">
<!ENTITY toAddr.label "Vastaanottaja:">
<!ENTITY ccAddr.label "Kopio:">
<!ENTITY bccAddr.label "Piilokopio:">
<!ENTITY replyAddr.label "Vastausosoite:">
<!ENTITY newsgroupsAddr.label "Keskusteluryhmä:">
<!ENTITY followupAddr.label "Vastausryhmä:">
<!ENTITY subject.label "Aihe:">
<!ENTITY subject.accesskey "A">
<!ENTITY attachments.label "Liitteet:">
<!ENTITY attachments.accesskey "e">
<!-- menu items: the . means that the menu item isn't implemented yet -->
<!-- File menu items -->
<!ENTITY saveCmd.label "Tallenna">
<!ENTITY saveCmd.accesskey "T">
<!ENTITY saveAsCmd.label "Tallenna nimellä">
<!ENTITY saveAsCmd.accesskey "n">
<!ENTITY saveAsFileCmd.label "Tiedostona…">
<!ENTITY saveAsFileCmd.accesskey "T">
<!ENTITY saveAsDraftCmd.label "Luonnoksena">
<!ENTITY saveAsDraftCmd.accesskey "L">
<!ENTITY saveAsTemplateCmd.label "Mallipohjana">
<!ENTITY saveAsTemplateCmd.accesskey "M">
<!ENTITY attachMenu.label "Lisää liite">
<!ENTITY attachMenu.accesskey "L">
<!ENTITY attachFileCmd.label "Tiedosto(ja)…">
<!ENTITY attachFileCmd.accesskey "T">
<!ENTITY attachPageCmd.label "Verkkosivu…">
<!ENTITY attachPageCmd.accesskey "V">
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
<!ENTITY attachVCardCmd.label "Käyntikortti (vCard)">
<!ENTITY attachVCardCmd.accesskey "K">
<!ENTITY sendNowCmd.label "Lähetä nyt">
<!ENTITY sendCmd.keycode "VK_RETURN">
<!ENTITY sendNowCmd.accesskey "ä">
<!ENTITY sendLaterCmd.label "Lähetä myöhemmin">
<!ENTITY sendLaterCmd.keycode "VK_RETURN">
<!ENTITY sendLaterCmd.accesskey "m">
<!-- Edit menu items -->
<!ENTITY editRewrapCmd.label "Rivitä uudelleen">
<!ENTITY editRewrapCmd.key "R">
<!ENTITY editRewrapCmd.accesskey "R">
<!ENTITY accountManagerCmd.label "Tilien asetukset…">
<!ENTITY accountManagerCmd.accesskey "u">
<!-- View menu items -->
<!ENTITY showComposeToolbarCmd.label "Postipalkki">
<!ENTITY showComposeToolbarCmd.accesskey "P">
<!ENTITY showFormatToolbarCmd.label "Muotoilupalkki">
<!ENTITY showFormatToolbarCmd.accesskey "M">
<!-- Format menu items -->
<!ENTITY formatMenu.label "Muotoilu">
<!ENTITY formatMenu.accesskey "M">
<!-- Options menu items -->
<!ENTITY optionsMenu.label "Valinnat">
<!ENTITY optionsMenu.accesskey "V">
<!ENTITY quoteCmd.label "Lainaa viestiä">
<!ENTITY quoteCmd.accesskey "L">
<!ENTITY selectAddressCmd.label "Valitse osoitteet…">
<!ENTITY selectAddressCmd.key "">
<!ENTITY selectAddressCmd.accesskey "a">
<!ENTITY priorityMenu.label "Tärkeysaste">
<!ENTITY priorityMenu.accesskey "T">
<!ENTITY lowestPriorityCmd.label "Matalin">
<!ENTITY lowestPriorityCmd.accesskey "M">
<!ENTITY lowPriorityCmd.label "Matala">
<!ENTITY lowPriorityCmd.accesskey "a">
<!ENTITY normalPriorityCmd.label "Normaali">
<!ENTITY normalPriorityCmd.accesskey "N">
<!ENTITY highPriorityCmd.label "Korkea">
<!ENTITY highPriorityCmd.accesskey "o">
<!ENTITY highestPriorityCmd.label "Korkein">
<!ENTITY highestPriorityCmd.accesskey "K">
<!ENTITY returnReceiptMenu.label "Vastaanottokuittaus">
<!ENTITY returnReceiptMenu.accesskey "V">
<!ENTITY dsnMenu.label "Toimitustilailmoitus">
<!ENTITY dsnMenu.accesskey "T">
<!ENTITY outputFormatMenu.label "Muotoilu">
<!ENTITY outputFormatMenu.accesskey "u">
<!ENTITY autoFormatCmd.label "Tunnista automaattisesti">
<!ENTITY autoFormatCmd.accesskey "T">
<!ENTITY plainTextFormatCmd.label "Vain tavallinen teksti">
<!ENTITY plainTextFormatCmd.accesskey "V">
<!ENTITY htmlFormatCmd.label "Vain muotoiltu teksti (HTML)">
<!ENTITY htmlFormatCmd.accesskey "m">
<!ENTITY bothFormatCmd.label "Tavallinen ja muotoiltu teksti (HTML)">
<!ENTITY bothFormatCmd.accesskey "a">
<!ENTITY fileCarbonCopyCmd.label "Lähetä kopio kohteeseen">
<!ENTITY fileCarbonCopyCmd.accesskey "L">
<!ENTITY fileHereMenu.label "Siirrä tänne">
<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs -->
<!-- Toolbar items -->
<!ENTITY sendButton.label "Lähetä">
<!ENTITY addressButton.label "Osoite">
<!ENTITY attachButton.label "Lisää liite">
<!ENTITY spellingButton.label "Oikolue">
<!ENTITY saveButton.label "Tallenna">
<!ENTITY stopButton.label "Pysäytä">
<!--tooltips-->
<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd -->
<!ENTITY addressBar.tooltip "Osoitepalkki">
<!ENTITY formatToolbar.tooltip "Muotoilupalkki">
<!ENTITY sendButton.tooltip "Lähetä tämä viesti nyt">
<!ENTITY sendlaterButton.tooltip "Lähetä tämä viesti myöhemmin">
<!ENTITY addressButton.tooltip "Valitse vastaanottaja osoitekirjasta">
<!ENTITY attachButton.tooltip "Lisää liitetiedosto tähän viestiin">
<!ENTITY saveButton.tooltip "Tallenna tämä viesti">
<!ENTITY stopButton.tooltip "Keskeytä lataus">
<!-- context menu items -->
<!ENTITY openAttachment.label "Avaa">
<!ENTITY openAttachment.accesskey "A">
<!ENTITY renameAttachment.label "Nimeä uudelleen…">
<!ENTITY renameAttachment.accesskey "N">
<!ENTITY deleteAttachment.accesskey "P">
<!ENTITY selectAllAttachments.accesskey "V">
<!ENTITY attachFile.label "Lisää liitetiedosto…">
<!ENTITY attachFile.accesskey "L">
<!ENTITY attachPage.label "Lisää verkkosivu liitetiedostoksi">
<!ENTITY attachPage.accesskey "L">
|