@plone/volto 17.0.0-alpha.7 → 17.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +82 -0
- package/locales/ca/LC_MESSAGES/volto.po +146 -0
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +146 -0
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +146 -0
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +146 -0
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +146 -0
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +4762 -0
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +146 -0
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +146 -0
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +146 -0
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +801 -643
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +146 -0
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +146 -0
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +146 -0
- package/locales/ro.json +1 -1
- package/locales/volto.pot +147 -1
- package/locales/zh_CN/LC_MESSAGES/volto.po +146 -0
- package/locales/zh_CN.json +1 -1
- package/package.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Table/TableBlockEdit.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Text/DefaultTextBlockEditor.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Text/DetachedTextBlockEditor.json +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Text/SlashMenu.json +1 -1
- package/packages/volto-slate/build/messages/src/editor/plugins/AdvancedLink/index.json +1 -1
- package/packages/volto-slate/build/messages/src/editor/plugins/Link/index.json +1 -1
- package/packages/volto-slate/build/messages/src/editor/plugins/Table/index.json +1 -1
- package/packages/volto-slate/build/messages/src/elementEditor/messages.json +1 -1
- package/packages/volto-slate/build/messages/src/widgets/HtmlSlateWidget.json +1 -1
- package/packages/volto-slate/build/messages/src/widgets/RichTextWidgetView.json +1 -1
- package/packages/volto-slate/package.json +1 -1
- package/packages/volto-slate/src/blocks/Text/SlashMenu.jsx +4 -3
- package/packages/volto-slate/src/editor/deserialize.js +0 -1
- package/razzle.config.js +5 -0
- package/src/actions/index.js +6 -0
- package/src/actions/relations/rebuild.js +25 -0
- package/src/actions/relations/relations.js +86 -0
- package/src/actions/relations/relations.test.js +15 -0
- package/src/components/index.js +1 -0
- package/src/components/manage/BlockChooser/BlockChooser.jsx +8 -3
- package/src/components/manage/BlockChooser/BlockChooser.test.jsx +5 -0
- package/src/components/manage/Contents/Contents.jsx +5 -1
- package/src/components/manage/Contents/ContentsItem.jsx +6 -0
- package/src/components/manage/Controlpanels/Controlpanels.jsx +9 -0
- package/src/components/manage/Controlpanels/Relations/BrokenRelations.jsx +66 -0
- package/src/components/manage/Controlpanels/Relations/Relations.jsx +114 -0
- package/src/components/manage/Controlpanels/Relations/RelationsListing.jsx +479 -0
- package/src/components/manage/Controlpanels/Relations/RelationsMatrix.jsx +531 -0
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.jsx +3 -3
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipListing.jsx +51 -82
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipMatrix.jsx +79 -75
- package/src/components/manage/Toast/Toast.jsx +1 -1
- package/src/components/theme/NotFound/NotFound.jsx +55 -41
- package/src/components/theme/View/RenderBlocks.jsx +7 -1
- package/src/components/theme/Widgets/RelationsWidget.jsx +13 -11
- package/src/config/ControlPanels.js +2 -0
- package/src/constants/ActionTypes.js +4 -0
- package/src/constants/Languages.js +8 -4
- package/src/helpers/Api/Api.js +1 -1
- package/src/helpers/Html/Html.jsx +3 -1
- package/src/helpers/Html/Html.test.jsx +5 -0
- package/src/helpers/MessageLabels/MessageLabels.js +72 -0
- package/src/reducers/actions/actions.js +1 -1
- package/src/reducers/breadcrumbs/breadcrumbs.js +1 -1
- package/src/reducers/index.js +2 -0
- package/src/reducers/navigation/navigation.js +1 -1
- package/src/reducers/relations/relations.js +173 -0
- package/src/reducers/types/types.js +1 -1
- package/src/routes.js +5 -0
- package/theme/themes/pastanaga/extras/userscontrolpanel.less +99 -76
|
@@ -0,0 +1,4762 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Translators:
|
|
3
|
+
# Petri Savolainen <petri.savolainen@iki.fi>, 2020
|
|
4
|
+
# Asko Soukka <asko.soukka@iki.fi>, 2020
|
|
5
|
+
# Rikupekka Oksanen <rioksane@gmail.com>, 2022
|
|
6
|
+
#
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: Plone\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2020-01-28T02:46:27.521Z\n"
|
|
12
|
+
"PO-Revision-Date: \n"
|
|
13
|
+
"Last-Translator: Asko Soukka <asko.soukka@iki.fi>, 2020\n"
|
|
14
|
+
"Language: fi\n"
|
|
15
|
+
"Language-Team: Finnish (https://www.transifex.com/plone/teams/14552/fi/)\n"
|
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
19
|
+
"MIME-Version: 1.0\n"
|
|
20
|
+
"Domain: volto\n"
|
|
21
|
+
"Language-Code: fi\n"
|
|
22
|
+
"Language-Name: Finnish\n"
|
|
23
|
+
"Preferred-Encodings: utf-8\n"
|
|
24
|
+
|
|
25
|
+
#: components/manage/Blocks/HTML/Edit
|
|
26
|
+
# defaultMessage: <p>Add some HTML here</p>
|
|
27
|
+
msgid "<p>Add some HTML here</p>"
|
|
28
|
+
msgstr "<p>Kirjoita tähän HTML-koodia</p>"
|
|
29
|
+
|
|
30
|
+
#: components/theme/Register/Register
|
|
31
|
+
# defaultMessage: Account Registration Completed
|
|
32
|
+
msgid "Account Registration Completed"
|
|
33
|
+
msgstr "Käyttäjätunnuksen rekisteröinti on valmis"
|
|
34
|
+
|
|
35
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
36
|
+
# defaultMessage: Account activation completed
|
|
37
|
+
msgid "Account activation completed"
|
|
38
|
+
msgstr "Käyttäjätunnuksen aktivointi on valmis"
|
|
39
|
+
|
|
40
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
41
|
+
# defaultMessage: Action
|
|
42
|
+
msgid "Action"
|
|
43
|
+
msgstr "Toiminto"
|
|
44
|
+
|
|
45
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
46
|
+
# defaultMessage: Action changed
|
|
47
|
+
msgid "Action changed"
|
|
48
|
+
msgstr "Toiminto muutettu"
|
|
49
|
+
|
|
50
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
51
|
+
# defaultMessage: Action:
|
|
52
|
+
msgid "Action: "
|
|
53
|
+
msgstr "Toiminto"
|
|
54
|
+
|
|
55
|
+
#: components/manage/Actions/Actions
|
|
56
|
+
#: components/manage/Contents/Contents
|
|
57
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
58
|
+
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
59
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
60
|
+
#: components/manage/Controlpanels/Users/UsersControlpanel
|
|
61
|
+
# defaultMessage: Actions
|
|
62
|
+
msgid "Actions"
|
|
63
|
+
msgstr "Toiminnot"
|
|
64
|
+
|
|
65
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
66
|
+
# defaultMessage: Activate and deactivate add-ons in the lists below.
|
|
67
|
+
msgid "Activate and deactivate"
|
|
68
|
+
msgstr "Ota käyttöön ja poista käytöstä"
|
|
69
|
+
|
|
70
|
+
#: components/manage/Rules/Rules
|
|
71
|
+
# defaultMessage: Active
|
|
72
|
+
msgid "Active"
|
|
73
|
+
msgstr "Aktiivinen"
|
|
74
|
+
|
|
75
|
+
#: components/manage/Rules/Rules
|
|
76
|
+
# defaultMessage: Active content rules in this Page
|
|
77
|
+
msgid "Active content rules in this Page"
|
|
78
|
+
msgstr "Aktiiviset sisältösäännöt tällä sivulla"
|
|
79
|
+
|
|
80
|
+
#: components/manage/Aliases/Aliases
|
|
81
|
+
#: components/manage/Controlpanels/Aliases
|
|
82
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
83
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
84
|
+
#: components/manage/Rules/Rules
|
|
85
|
+
#: components/manage/Toolbar/Toolbar
|
|
86
|
+
#: components/manage/Widgets/SchemaWidget
|
|
87
|
+
#: helpers/MessageLabels/MessageLabels
|
|
88
|
+
# defaultMessage: Add
|
|
89
|
+
msgid "Add"
|
|
90
|
+
msgstr "Lisää"
|
|
91
|
+
|
|
92
|
+
#: components/manage/Widgets/ObjectListWidget
|
|
93
|
+
# defaultMessage: Add
|
|
94
|
+
msgid "Add (object list)"
|
|
95
|
+
msgstr "Lisää (objektilista)"
|
|
96
|
+
|
|
97
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
98
|
+
# defaultMessage: To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see
|
|
99
|
+
msgid "Add Addons"
|
|
100
|
+
msgstr "Lisää laajennoksia"
|
|
101
|
+
|
|
102
|
+
#: components/manage/Toolbar/Types
|
|
103
|
+
# defaultMessage: Add Content…
|
|
104
|
+
msgid "Add Content"
|
|
105
|
+
msgstr "Lisää sisältöä"
|
|
106
|
+
|
|
107
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
108
|
+
# defaultMessage: Add Content Rule
|
|
109
|
+
msgid "Add Content Rule"
|
|
110
|
+
msgstr "Lisää sisältösääntö"
|
|
111
|
+
|
|
112
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
113
|
+
# defaultMessage: Add Rule
|
|
114
|
+
msgid "Add Rule"
|
|
115
|
+
msgstr "Lisää sääntö"
|
|
116
|
+
|
|
117
|
+
#: components/manage/Toolbar/Types
|
|
118
|
+
# defaultMessage: Add Translation…
|
|
119
|
+
msgid "Add Translation…"
|
|
120
|
+
msgstr "Lisää käännös…"
|
|
121
|
+
|
|
122
|
+
#: helpers/MessageLabels/MessageLabels
|
|
123
|
+
# defaultMessage: Add User
|
|
124
|
+
msgid "Add User"
|
|
125
|
+
msgstr "Lisää käyttäjä"
|
|
126
|
+
|
|
127
|
+
#: components/manage/Blocks/Description/Edit
|
|
128
|
+
# defaultMessage: Add a description…
|
|
129
|
+
msgid "Add a description…"
|
|
130
|
+
msgstr "Lisää kuvaus…"
|
|
131
|
+
|
|
132
|
+
#: components/manage/Aliases/Aliases
|
|
133
|
+
# defaultMessage: Add a new alternative url
|
|
134
|
+
msgid "Add a new alternative url"
|
|
135
|
+
msgstr "Lisää vaihtoehtoinen URL"
|
|
136
|
+
|
|
137
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
138
|
+
# defaultMessage: Action added
|
|
139
|
+
msgid "Add action"
|
|
140
|
+
msgstr "Lisää toiminto"
|
|
141
|
+
|
|
142
|
+
#: components/manage/BlockChooser/BlockChooserButton
|
|
143
|
+
# defaultMessage: Add block
|
|
144
|
+
msgid "Add block"
|
|
145
|
+
msgstr "Lisää palikka"
|
|
146
|
+
|
|
147
|
+
#: helpers/MessageLabels/MessageLabels
|
|
148
|
+
# defaultMessage: Add block…
|
|
149
|
+
msgid "Add block…"
|
|
150
|
+
msgstr "Add palikka…"
|
|
151
|
+
|
|
152
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
153
|
+
# defaultMessage: Condition added
|
|
154
|
+
msgid "Add condition"
|
|
155
|
+
msgstr "Lisää ehto"
|
|
156
|
+
|
|
157
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
158
|
+
# defaultMessage: Add content rule
|
|
159
|
+
msgid "Add content rule"
|
|
160
|
+
msgstr "Lisää sisältösääntö"
|
|
161
|
+
|
|
162
|
+
#: components/manage/Widgets/QueryWidget
|
|
163
|
+
# defaultMessage: Add criteria
|
|
164
|
+
msgid "Add criteria"
|
|
165
|
+
msgstr "Lisää ehto"
|
|
166
|
+
|
|
167
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
168
|
+
# defaultMessage: Add date
|
|
169
|
+
msgid "Add date"
|
|
170
|
+
msgstr "Lisää päivä"
|
|
171
|
+
|
|
172
|
+
#: components/manage/Widgets/SchemaWidget
|
|
173
|
+
# defaultMessage: Add field
|
|
174
|
+
msgid "Add field"
|
|
175
|
+
msgstr "Lisää kenttä"
|
|
176
|
+
|
|
177
|
+
#: components/manage/Widgets/SchemaWidget
|
|
178
|
+
# defaultMessage: Add fieldset
|
|
179
|
+
msgid "Add fieldset"
|
|
180
|
+
msgstr "Lisää kenttäryhmä"
|
|
181
|
+
|
|
182
|
+
#: helpers/MessageLabels/MessageLabels
|
|
183
|
+
# defaultMessage: Add group
|
|
184
|
+
msgid "Add group"
|
|
185
|
+
msgstr "Lisää ryhmä"
|
|
186
|
+
|
|
187
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
188
|
+
# defaultMessage: Add new content type
|
|
189
|
+
msgid "Add new content type"
|
|
190
|
+
msgstr "Lisää uusi sisältötyyppi"
|
|
191
|
+
|
|
192
|
+
#: helpers/MessageLabels/MessageLabels
|
|
193
|
+
# defaultMessage: Add new group
|
|
194
|
+
msgid "Add new group"
|
|
195
|
+
msgstr "Lisää uusi ryhmä"
|
|
196
|
+
|
|
197
|
+
#: helpers/MessageLabels/MessageLabels
|
|
198
|
+
# defaultMessage: Add new user
|
|
199
|
+
msgid "Add new user"
|
|
200
|
+
msgstr "Lisää uusi käyttäjä"
|
|
201
|
+
|
|
202
|
+
#: helpers/MessageLabels/MessageLabels
|
|
203
|
+
# defaultMessage: Add to Groups
|
|
204
|
+
msgid "Add to Groups"
|
|
205
|
+
msgstr "Lisää ryhmiin"
|
|
206
|
+
|
|
207
|
+
#: helpers/MessageLabels/MessageLabels
|
|
208
|
+
# defaultMessage: Add users to group
|
|
209
|
+
msgid "Add users to group"
|
|
210
|
+
msgstr "Lisää käyttäjiä ryhmään"
|
|
211
|
+
|
|
212
|
+
#: components/manage/Widgets/VocabularyTermsWidget
|
|
213
|
+
# defaultMessage: Add term
|
|
214
|
+
msgid "Add vocabulary term"
|
|
215
|
+
msgstr "Lisää sanastotermi"
|
|
216
|
+
|
|
217
|
+
#: components/manage/Add/Add
|
|
218
|
+
# defaultMessage: Add {type}
|
|
219
|
+
msgid "Add {type}"
|
|
220
|
+
msgstr "Lisää {type}"
|
|
221
|
+
|
|
222
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
223
|
+
# defaultMessage: Add-Ons
|
|
224
|
+
msgid "Add-Ons"
|
|
225
|
+
msgstr "Laajennokset"
|
|
226
|
+
|
|
227
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
228
|
+
# defaultMessage: Add-on Configuration
|
|
229
|
+
msgid "Add-on Configuration"
|
|
230
|
+
msgstr "Laajennosten asetukset"
|
|
231
|
+
|
|
232
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
233
|
+
# defaultMessage: Add-ons
|
|
234
|
+
msgid "Add-ons"
|
|
235
|
+
msgstr "Laajennokset"
|
|
236
|
+
|
|
237
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
238
|
+
# defaultMessage: Add-ons Settings
|
|
239
|
+
msgid "Add-ons Settings"
|
|
240
|
+
msgstr "Laajennoksien asetukset"
|
|
241
|
+
|
|
242
|
+
#: components/manage/Rules/Rules
|
|
243
|
+
# defaultMessage: Added
|
|
244
|
+
msgid "Added"
|
|
245
|
+
msgstr "Lisätty"
|
|
246
|
+
|
|
247
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
248
|
+
# defaultMessage: Additional date
|
|
249
|
+
msgid "Additional date"
|
|
250
|
+
msgstr "Erillinen päivä"
|
|
251
|
+
|
|
252
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
253
|
+
# defaultMessage: Addon could not be installed
|
|
254
|
+
msgid "Addon could not be installed"
|
|
255
|
+
msgstr "Laajennosta ei voitu asentaa"
|
|
256
|
+
|
|
257
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
258
|
+
# defaultMessage: Addon could not be uninstalled
|
|
259
|
+
msgid "Addon could not be uninstalled"
|
|
260
|
+
msgstr "Laajennosta ei voitu poistaa"
|
|
261
|
+
|
|
262
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
263
|
+
# defaultMessage: Addon could not be upgraded
|
|
264
|
+
msgid "Addon could not be upgraded"
|
|
265
|
+
msgstr "Laajennosta ei voitu päivittää"
|
|
266
|
+
|
|
267
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
268
|
+
# defaultMessage: Addon installed succesfuly
|
|
269
|
+
msgid "Addon installed succesfuly"
|
|
270
|
+
msgstr "Laajennos asennettu onnistuneesti"
|
|
271
|
+
|
|
272
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
273
|
+
# defaultMessage: Addon uninstalled succesfuly
|
|
274
|
+
msgid "Addon uninstalled succesfuly"
|
|
275
|
+
msgstr "Laajennos poistettu onnistuneesti"
|
|
276
|
+
|
|
277
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
278
|
+
# defaultMessage: Addon upgraded succesfuly
|
|
279
|
+
msgid "Addon upgraded succesfuly"
|
|
280
|
+
msgstr "Laajennos päivitetty onnistuneesti"
|
|
281
|
+
|
|
282
|
+
#: config/Views
|
|
283
|
+
# defaultMessage: Album view
|
|
284
|
+
msgid "Album view"
|
|
285
|
+
msgstr "Albuminäkymä"
|
|
286
|
+
|
|
287
|
+
#: components/manage/Controlpanels/Aliases
|
|
288
|
+
# defaultMessage: Alias
|
|
289
|
+
msgid "Alias"
|
|
290
|
+
msgstr "Alias"
|
|
291
|
+
|
|
292
|
+
#: components/manage/Aliases/Aliases
|
|
293
|
+
#: components/manage/Controlpanels/Aliases
|
|
294
|
+
# defaultMessage: Alias has been added
|
|
295
|
+
msgid "Alias has been added"
|
|
296
|
+
msgstr "Alias on lisätty"
|
|
297
|
+
|
|
298
|
+
#: components/manage/Blocks/Image/schema
|
|
299
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
300
|
+
#: components/manage/Blocks/Maps/schema
|
|
301
|
+
#: components/manage/Blocks/Teaser/schema
|
|
302
|
+
#: components/manage/Blocks/Video/schema
|
|
303
|
+
# defaultMessage: Alignment
|
|
304
|
+
msgid "Alignment"
|
|
305
|
+
msgstr "Asettelu"
|
|
306
|
+
|
|
307
|
+
#: components/manage/Contents/Contents
|
|
308
|
+
# defaultMessage: All
|
|
309
|
+
msgid "All"
|
|
310
|
+
msgstr "Kaikki"
|
|
311
|
+
|
|
312
|
+
#: config/Views
|
|
313
|
+
# defaultMessage: All content
|
|
314
|
+
msgid "All content"
|
|
315
|
+
msgstr "Kaikki sisältö"
|
|
316
|
+
|
|
317
|
+
#: components/manage/Controlpanels/Aliases
|
|
318
|
+
# defaultMessage: All existing alternative urls for this site
|
|
319
|
+
msgid "All existing alternative urls for this site"
|
|
320
|
+
msgstr "Kaikki vaihtoehtoiset URL:t tälle sivustolle"
|
|
321
|
+
|
|
322
|
+
#: components/theme/Search/Search
|
|
323
|
+
# defaultMessage: Alphabetically
|
|
324
|
+
msgid "Alphabetically"
|
|
325
|
+
msgstr "Aakkosjärjestys"
|
|
326
|
+
|
|
327
|
+
#: components/manage/Blocks/Image/schema
|
|
328
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
329
|
+
#: components/manage/Blocks/Maps/schema
|
|
330
|
+
# defaultMessage: Alt text
|
|
331
|
+
msgid "Alt text"
|
|
332
|
+
msgstr "Kuvaus"
|
|
333
|
+
|
|
334
|
+
#: components/manage/Blocks/Image/schema
|
|
335
|
+
# defaultMessage: Leave empty if the image is purely decorative.
|
|
336
|
+
msgid "Alt text hint"
|
|
337
|
+
msgstr "Kuvaustekstin vihje"
|
|
338
|
+
|
|
339
|
+
#: components/manage/Blocks/Image/schema
|
|
340
|
+
# defaultMessage: Describe the purpose of the image.
|
|
341
|
+
msgid "Alt text hint link text"
|
|
342
|
+
msgstr "Kuvaustekstin vihjeen linkkiteksti"
|
|
343
|
+
|
|
344
|
+
#: components/manage/Controlpanels/Aliases
|
|
345
|
+
# defaultMessage: Alternative url path (Required)
|
|
346
|
+
msgid "Alternative url path (Required)"
|
|
347
|
+
msgstr "Vaihtoehtoinen URL-polku (pakollinen)"
|
|
348
|
+
|
|
349
|
+
#: components/manage/Aliases/Aliases
|
|
350
|
+
#: components/manage/Controlpanels/Aliases
|
|
351
|
+
# defaultMessage: Alternative url path must start with a slash.
|
|
352
|
+
msgid "Alternative url path must start with a slash."
|
|
353
|
+
msgstr "Vaihtoehtoisen URL-polun pitää alkaa kauttaviivalla"
|
|
354
|
+
|
|
355
|
+
#: components/manage/Controlpanels/Aliases
|
|
356
|
+
# defaultMessage: Alternative url path → target url path (date and time of creation, manually created yes/no)
|
|
357
|
+
msgid "Alternative url path → target url path (date and time of creation, manually created yes/no)"
|
|
358
|
+
msgstr "Vaihtoehtoinen URL-polku -> kohteen URL-polku (päivämäärä ja luontiaika, käsin luotu kyllä/ei)"
|
|
359
|
+
|
|
360
|
+
#: components/manage/Rules/Rules
|
|
361
|
+
# defaultMessage: Applied to subfolders
|
|
362
|
+
msgid "Applied to subfolders"
|
|
363
|
+
msgstr "Koskee alikansioita"
|
|
364
|
+
|
|
365
|
+
#: components/manage/Rules/Rules
|
|
366
|
+
# defaultMessage: Applies to subfolders?
|
|
367
|
+
msgid "Applies to subfolders?"
|
|
368
|
+
msgstr "Koskee alikansioita"
|
|
369
|
+
|
|
370
|
+
#: components/manage/Rules/Rules
|
|
371
|
+
# defaultMessage: Apply to subfolders
|
|
372
|
+
msgid "Apply to subfolders"
|
|
373
|
+
msgstr "Kohdista alikansioihin"
|
|
374
|
+
|
|
375
|
+
#: components/manage/Toolbar/More
|
|
376
|
+
# defaultMessage: Apply working copy
|
|
377
|
+
msgid "Apply working copy"
|
|
378
|
+
msgstr "Kohdista työkopio"
|
|
379
|
+
|
|
380
|
+
#: components/manage/Widgets/SchemaWidget
|
|
381
|
+
# defaultMessage: Are you sure you want to delete this field?
|
|
382
|
+
msgid "Are you sure you want to delete this field?"
|
|
383
|
+
msgstr "Haluatko varmasti poistaa tämän kentän?"
|
|
384
|
+
|
|
385
|
+
#: components/manage/Widgets/SchemaWidget
|
|
386
|
+
# defaultMessage: Are you sure you want to delete this fieldset including all fields?
|
|
387
|
+
msgid "Are you sure you want to delete this fieldset including all fields?"
|
|
388
|
+
msgstr "Haluatko varmasti poistaa tämän kenttäryhmän ja kaikki sen kentät?"
|
|
389
|
+
|
|
390
|
+
#: components/manage/Blocks/Search/components/SortOn
|
|
391
|
+
#: components/manage/Contents/Contents
|
|
392
|
+
# defaultMessage: Ascending
|
|
393
|
+
msgid "Ascending"
|
|
394
|
+
msgstr "Nouseva"
|
|
395
|
+
|
|
396
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
397
|
+
# defaultMessage: Assignments
|
|
398
|
+
msgid "Assignments"
|
|
399
|
+
msgstr "Tehtävät"
|
|
400
|
+
|
|
401
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
402
|
+
# defaultMessage: Available
|
|
403
|
+
msgid "Available"
|
|
404
|
+
msgstr "Saatavilla"
|
|
405
|
+
|
|
406
|
+
#: components/manage/Rules/Rules
|
|
407
|
+
# defaultMessage: Available content rules:
|
|
408
|
+
msgid "Available content rules:"
|
|
409
|
+
msgstr "Saatavilla olevat sisältösäännöt:"
|
|
410
|
+
|
|
411
|
+
#: components/manage/Aliases/Aliases
|
|
412
|
+
#: components/manage/Contents/Contents
|
|
413
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
414
|
+
#: components/manage/Controlpanels/Aliases
|
|
415
|
+
#: components/manage/Controlpanels/ContentType
|
|
416
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
417
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
418
|
+
#: components/manage/Controlpanels/Controlpanel
|
|
419
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
420
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
421
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
422
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
423
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
424
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
425
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
426
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
427
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
428
|
+
#: components/manage/Diff/Diff
|
|
429
|
+
#: components/manage/History/History
|
|
430
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
431
|
+
#: components/manage/Preferences/ChangePassword
|
|
432
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
433
|
+
#: components/manage/Rules/Rules
|
|
434
|
+
#: components/manage/Sharing/Sharing
|
|
435
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
436
|
+
#: components/manage/Toolbar/PersonalTools
|
|
437
|
+
#: components/manage/Toolbar/Toolbar
|
|
438
|
+
#: components/theme/ContactForm/ContactForm
|
|
439
|
+
#: helpers/MessageLabels/MessageLabels
|
|
440
|
+
# defaultMessage: Back
|
|
441
|
+
msgid "Back"
|
|
442
|
+
msgstr "Takaisin"
|
|
443
|
+
|
|
444
|
+
#: components/manage/Diff/Diff
|
|
445
|
+
# defaultMessage: Base
|
|
446
|
+
msgid "Base"
|
|
447
|
+
msgstr "Vertailukohta"
|
|
448
|
+
|
|
449
|
+
#: components/manage/Blocks/Search/schema
|
|
450
|
+
# defaultMessage: Base search query
|
|
451
|
+
msgid "Base search query"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
454
|
+
#: components/manage/Sidebar/Sidebar
|
|
455
|
+
# defaultMessage: Block
|
|
456
|
+
msgid "Block"
|
|
457
|
+
msgstr "Palikka"
|
|
458
|
+
|
|
459
|
+
#: components/theme/Login/Login
|
|
460
|
+
# defaultMessage: Both email address and password are case sensitive, check that caps lock is not enabled.
|
|
461
|
+
msgid "Both email address and password are case sensitive, check that caps lock is not enabled."
|
|
462
|
+
msgstr "Tarkista, että caps lock ei ole päällä. Sekä sähköpostiosoitteessa että salasanassa myös kirjainten koko tarkistetaan."
|
|
463
|
+
|
|
464
|
+
#: components/theme/Breadcrumbs/Breadcrumbs
|
|
465
|
+
# defaultMessage: Breadcrumbs
|
|
466
|
+
msgid "Breadcrumbs"
|
|
467
|
+
msgstr "Leivänmurut"
|
|
468
|
+
|
|
469
|
+
#: components/manage/Controlpanels/Relations/BrokenRelations
|
|
470
|
+
# defaultMessage: Broken relations
|
|
471
|
+
msgid "Broken relations"
|
|
472
|
+
msgstr ""
|
|
473
|
+
|
|
474
|
+
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
475
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
476
|
+
#: components/manage/Sidebar/ObjectBrowserNav
|
|
477
|
+
# defaultMessage: Browse
|
|
478
|
+
msgid "Browse"
|
|
479
|
+
msgstr "Selaa"
|
|
480
|
+
|
|
481
|
+
#: components/manage/Blocks/Image/Edit
|
|
482
|
+
# defaultMessage: Browse the site, drop an image, or type an URL
|
|
483
|
+
msgid "Browse the site, drop an image, or type an URL"
|
|
484
|
+
msgstr "Selaa sivustoa, raahaa ja pudota kuva, tai syötä URL"
|
|
485
|
+
|
|
486
|
+
#: components/manage/Sharing/Sharing
|
|
487
|
+
# defaultMessage: By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.
|
|
488
|
+
msgid "By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator."
|
|
489
|
+
msgstr "Oletuksena käyttöoikeudet peritään aina edeltävältä sisältötasolta. Jos tämä valinta poistetaan, vain tällä tasolla erikseen määritellyt käyttöoikeudet ovat voimassa. {inherited} tarkoittaa perittyä käyttöoikeutta. {global} tarkoittaa ylläpitäjän myöntämää sivustonlaajuista käyttöoikeutta."
|
|
490
|
+
|
|
491
|
+
#: components/manage/Contents/Contents
|
|
492
|
+
# defaultMessage: By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first.
|
|
493
|
+
msgid "By deleting this item, you will break links that exist in the items listed below. If this is indeed what you want to do, we recommend that remove these references first."
|
|
494
|
+
msgstr "Poistamalla tämän kohteen, rikot alla listatuissa kohteissa olevat linkit. Jos todella haluat tehdä tämän, suosittelemme, että poistat viittaukset ensin."
|
|
495
|
+
|
|
496
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
497
|
+
# defaultMessage: Cache Name
|
|
498
|
+
msgid "Cache Name"
|
|
499
|
+
msgstr "Välimuistin nimi"
|
|
500
|
+
|
|
501
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
502
|
+
# defaultMessage: Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled
|
|
503
|
+
msgid "Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled"
|
|
504
|
+
msgstr "Sisältötyypin <strong>{type}</strong> asettelua ei voi muokata, koska sisältötyyppi ei tue <strong>Volto-palikoita</strong>"
|
|
505
|
+
|
|
506
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
507
|
+
# defaultMessage: Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>
|
|
508
|
+
msgid "Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>"
|
|
509
|
+
msgstr "Sisältötyypin <strong>{type}</strong> asettelua ei voi muokata, koska sisältötyypille ei ole aktivoitu <strong>Volto-palikoita</strong>"
|
|
510
|
+
|
|
511
|
+
#: components/manage/Add/Add
|
|
512
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
513
|
+
#: components/manage/Controlpanels/ContentType
|
|
514
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
515
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
516
|
+
#: components/manage/Controlpanels/Controlpanel
|
|
517
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
518
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
519
|
+
#: components/manage/Delete/Delete
|
|
520
|
+
#: components/manage/Edit/Edit
|
|
521
|
+
#: components/manage/Form/ModalForm
|
|
522
|
+
#: components/manage/Sharing/Sharing
|
|
523
|
+
#: components/theme/Login/Login
|
|
524
|
+
#: helpers/MessageLabels/MessageLabels
|
|
525
|
+
# defaultMessage: Cancel
|
|
526
|
+
msgid "Cancel"
|
|
527
|
+
msgstr "Peruuta"
|
|
528
|
+
|
|
529
|
+
#: components/manage/Blocks/Table/Edit
|
|
530
|
+
# defaultMessage: Cell
|
|
531
|
+
msgid "Cell"
|
|
532
|
+
msgstr "Sarake"
|
|
533
|
+
|
|
534
|
+
#: components/manage/Blocks/Maps/Edit
|
|
535
|
+
#: components/manage/Sidebar/AlignBlock
|
|
536
|
+
#: components/manage/Widgets/AlignWidget
|
|
537
|
+
# defaultMessage: Center
|
|
538
|
+
msgid "Center"
|
|
539
|
+
msgstr "Keskellä"
|
|
540
|
+
|
|
541
|
+
#: components/manage/History/History
|
|
542
|
+
# defaultMessage: Change Note
|
|
543
|
+
msgid "Change Note"
|
|
544
|
+
msgstr "Muutoskommentti"
|
|
545
|
+
|
|
546
|
+
#: components/manage/Preferences/ChangePassword
|
|
547
|
+
# defaultMessage: Change Password
|
|
548
|
+
msgid "Change Password"
|
|
549
|
+
msgstr "Vaida salasana"
|
|
550
|
+
|
|
551
|
+
#: components/manage/Contents/ContentsWorkflowModal
|
|
552
|
+
# defaultMessage: Change State
|
|
553
|
+
msgid "Change State"
|
|
554
|
+
msgstr "Muuta julkisuutta"
|
|
555
|
+
|
|
556
|
+
#: components/manage/Contents/ContentsWorkflowModal
|
|
557
|
+
# defaultMessage: Change workflow state recursively
|
|
558
|
+
msgid "Change workflow state recursively"
|
|
559
|
+
msgstr "Muuta työnkulun tila rekursiivisesti"
|
|
560
|
+
|
|
561
|
+
#: components/manage/Toolbar/More
|
|
562
|
+
# defaultMessage: Changes applied
|
|
563
|
+
msgid "Changes applied."
|
|
564
|
+
msgstr "Muutokset toteutettu."
|
|
565
|
+
|
|
566
|
+
#: components/manage/Preferences/ChangePassword
|
|
567
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
568
|
+
# defaultMessage: Changes saved
|
|
569
|
+
msgid "Changes saved"
|
|
570
|
+
msgstr "Muutokset tallennettu"
|
|
571
|
+
|
|
572
|
+
#: components/manage/Controlpanels/ContentType
|
|
573
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
574
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
575
|
+
#: components/manage/Controlpanels/Controlpanel
|
|
576
|
+
# defaultMessage: Changes saved.
|
|
577
|
+
msgid "Changes saved."
|
|
578
|
+
msgstr "Muutokset tallennettu"
|
|
579
|
+
|
|
580
|
+
#: components/manage/Widgets/SchemaWidget
|
|
581
|
+
# defaultMessage: Checkbox
|
|
582
|
+
msgid "Checkbox"
|
|
583
|
+
msgstr "Valinta"
|
|
584
|
+
|
|
585
|
+
#: components/manage/Widgets/SelectWidget
|
|
586
|
+
# defaultMessage: Choices
|
|
587
|
+
msgid "Choices"
|
|
588
|
+
msgstr "Luettelo"
|
|
589
|
+
|
|
590
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
591
|
+
# defaultMessage: Choose Image
|
|
592
|
+
msgid "Choose Image"
|
|
593
|
+
msgstr "Valitse kuva"
|
|
594
|
+
|
|
595
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
596
|
+
# defaultMessage: Choose Target
|
|
597
|
+
msgid "Choose Target"
|
|
598
|
+
msgstr "Valitse sisältö"
|
|
599
|
+
|
|
600
|
+
#: components/manage/Widgets/FileWidget
|
|
601
|
+
# defaultMessage: Choose a file
|
|
602
|
+
msgid "Choose a file"
|
|
603
|
+
msgstr "Valitse tiedosto"
|
|
604
|
+
|
|
605
|
+
#: components/manage/Blocks/HTML/Edit
|
|
606
|
+
# defaultMessage: Clear
|
|
607
|
+
msgid "Clear"
|
|
608
|
+
msgstr "Tyhjennä"
|
|
609
|
+
|
|
610
|
+
#: components/manage/Blocks/Search/components/FilterList
|
|
611
|
+
# defaultMessage: Clear filters
|
|
612
|
+
msgid "Clear filters"
|
|
613
|
+
msgstr "Tyhjennä suodattimet"
|
|
614
|
+
|
|
615
|
+
#: components/theme/View/ImageView
|
|
616
|
+
# defaultMessage: Click to download full sized image
|
|
617
|
+
msgid "Click to download full sized image"
|
|
618
|
+
msgstr "Lataa täysikokoinen kuva"
|
|
619
|
+
|
|
620
|
+
#: components/manage/Widgets/SelectWidget
|
|
621
|
+
# defaultMessage: Close
|
|
622
|
+
msgid "Close"
|
|
623
|
+
msgstr "Sulje"
|
|
624
|
+
|
|
625
|
+
#: components/theme/Navigation/Navigation
|
|
626
|
+
# defaultMessage: Close menu
|
|
627
|
+
msgid "Close menu"
|
|
628
|
+
msgstr "Sulje valikko"
|
|
629
|
+
|
|
630
|
+
#: components/manage/Blocks/HTML/Edit
|
|
631
|
+
# defaultMessage: Code
|
|
632
|
+
msgid "Code"
|
|
633
|
+
msgstr "Koodi"
|
|
634
|
+
|
|
635
|
+
#: components/manage/Widgets/ObjectListWidget
|
|
636
|
+
# defaultMessage: Collapse item
|
|
637
|
+
msgid "Collapse item"
|
|
638
|
+
msgstr "Sulje kohde"
|
|
639
|
+
|
|
640
|
+
#: components/manage/Toolbar/Toolbar
|
|
641
|
+
# defaultMessage: Collection
|
|
642
|
+
msgid "Collection"
|
|
643
|
+
msgstr "Kokoelma"
|
|
644
|
+
|
|
645
|
+
#: components/manage/Widgets/ColorPickerWidget
|
|
646
|
+
# defaultMessage: Color
|
|
647
|
+
msgid "Color"
|
|
648
|
+
msgstr "Väri"
|
|
649
|
+
|
|
650
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
651
|
+
#: components/theme/Comments/CommentEditModal
|
|
652
|
+
#: components/theme/Comments/Comments
|
|
653
|
+
# defaultMessage: Comment
|
|
654
|
+
msgid "Comment"
|
|
655
|
+
msgstr "Kommentti"
|
|
656
|
+
|
|
657
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
658
|
+
# defaultMessage: Commenter
|
|
659
|
+
msgid "Commenter"
|
|
660
|
+
msgstr "Kommentoija"
|
|
661
|
+
|
|
662
|
+
#: components/theme/Comments/Comments
|
|
663
|
+
# defaultMessage: Comments
|
|
664
|
+
msgid "Comments"
|
|
665
|
+
msgstr "Kommentit"
|
|
666
|
+
|
|
667
|
+
#: components/manage/Diff/Diff
|
|
668
|
+
# defaultMessage: Compare
|
|
669
|
+
msgid "Compare"
|
|
670
|
+
msgstr "Vertaile"
|
|
671
|
+
|
|
672
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
673
|
+
# defaultMessage: Condition changed
|
|
674
|
+
msgid "Condition changed"
|
|
675
|
+
msgstr "Ehto muutettu"
|
|
676
|
+
|
|
677
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
678
|
+
# defaultMessage: Condition:
|
|
679
|
+
msgid "Condition: "
|
|
680
|
+
msgstr "Ehto: "
|
|
681
|
+
|
|
682
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
683
|
+
# defaultMessage: Configuration Versions
|
|
684
|
+
msgid "Configuration Versions"
|
|
685
|
+
msgstr "Konfiguraation versiot"
|
|
686
|
+
|
|
687
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
688
|
+
# defaultMessage: Configure Content Rule
|
|
689
|
+
msgid "Configure Content Rule"
|
|
690
|
+
msgstr "Määrittele sisältösääntö"
|
|
691
|
+
|
|
692
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
693
|
+
# defaultMessage: Configure Content Rule: {title}
|
|
694
|
+
msgid "Configure Content Rule: {title}"
|
|
695
|
+
msgstr "Määrittele sisältösääntö: {title}"
|
|
696
|
+
|
|
697
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
698
|
+
# defaultMessage: Configure content rule
|
|
699
|
+
msgid "Configure content rule"
|
|
700
|
+
msgstr "Määrittele sisältösääntö"
|
|
701
|
+
|
|
702
|
+
#: components/manage/Preferences/ChangePassword
|
|
703
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
704
|
+
# defaultMessage: Confirm password
|
|
705
|
+
msgid "Confirm password"
|
|
706
|
+
msgstr "Vahvista salasana"
|
|
707
|
+
|
|
708
|
+
#: components/theme/ConnectionRefused/ConnectionRefused
|
|
709
|
+
# defaultMessage: Connection refused
|
|
710
|
+
msgid "Connection refused"
|
|
711
|
+
msgstr "Yhteys epäonnistui"
|
|
712
|
+
|
|
713
|
+
#: components/theme/ContactForm/ContactForm
|
|
714
|
+
# defaultMessage: Contact form
|
|
715
|
+
msgid "Contact form"
|
|
716
|
+
msgstr "Yhteydenottolomake"
|
|
717
|
+
|
|
718
|
+
#: components/manage/Blocks/Listing/Edit
|
|
719
|
+
# defaultMessage: Contained items
|
|
720
|
+
msgid "Contained items"
|
|
721
|
+
msgstr "Sisältö"
|
|
722
|
+
|
|
723
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
724
|
+
# defaultMessage: Content
|
|
725
|
+
msgid "Content"
|
|
726
|
+
msgstr "Sisältö"
|
|
727
|
+
|
|
728
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
729
|
+
# defaultMessage: Content Rule
|
|
730
|
+
msgid "Content Rule"
|
|
731
|
+
msgstr "Sisältösääntö"
|
|
732
|
+
|
|
733
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
734
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
735
|
+
# defaultMessage: Content Rules
|
|
736
|
+
msgid "Content Rules"
|
|
737
|
+
msgstr "Sisältösäännöt"
|
|
738
|
+
|
|
739
|
+
#: components/manage/Rules/Rules
|
|
740
|
+
# defaultMessage: Content rules for {title}
|
|
741
|
+
msgid "Content rules for {title}"
|
|
742
|
+
msgstr "Sisältösäännöt kohteelle {title} "
|
|
743
|
+
|
|
744
|
+
#: components/manage/Rules/Rules
|
|
745
|
+
# defaultMessage: Content rules from parent folders
|
|
746
|
+
msgid "Content rules from parent folders"
|
|
747
|
+
msgstr "Sisältösäännöt ylemmistä kansioista"
|
|
748
|
+
|
|
749
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
750
|
+
# defaultMessage: Content type created
|
|
751
|
+
msgid "Content type created"
|
|
752
|
+
msgstr "Luotiin sisältötyyppi"
|
|
753
|
+
|
|
754
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
755
|
+
# defaultMessage: Content type deleted
|
|
756
|
+
msgid "Content type deleted"
|
|
757
|
+
msgstr "Poistettiin sisältötyyppi"
|
|
758
|
+
|
|
759
|
+
#: components/manage/Contents/Contents
|
|
760
|
+
#: components/manage/Toolbar/Toolbar
|
|
761
|
+
# defaultMessage: Contents
|
|
762
|
+
msgid "Contents"
|
|
763
|
+
msgstr "Sisältö"
|
|
764
|
+
|
|
765
|
+
#: components/manage/Blocks/Search/schema
|
|
766
|
+
# defaultMessage: Controls
|
|
767
|
+
msgid "Controls"
|
|
768
|
+
msgstr "Kontrollit"
|
|
769
|
+
|
|
770
|
+
#: components/manage/Actions/Actions
|
|
771
|
+
#: components/manage/Contents/Contents
|
|
772
|
+
#: components/manage/Contents/ContentsItem
|
|
773
|
+
# defaultMessage: Copy
|
|
774
|
+
msgid "Copy"
|
|
775
|
+
msgstr "Kopioi"
|
|
776
|
+
|
|
777
|
+
#: helpers/MessageLabels/MessageLabels
|
|
778
|
+
# defaultMessage: undefined
|
|
779
|
+
msgid "Copy blocks"
|
|
780
|
+
msgstr "Kopioi palikat"
|
|
781
|
+
|
|
782
|
+
#: components/theme/Footer/Footer
|
|
783
|
+
# defaultMessage: Copyright
|
|
784
|
+
msgid "Copyright"
|
|
785
|
+
msgstr "Tekijänoikeudet"
|
|
786
|
+
|
|
787
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
788
|
+
# defaultMessage: Copyright statement or other rights information on this item.
|
|
789
|
+
msgid "Copyright statement or other rights information on this item."
|
|
790
|
+
msgstr "Tekijänoikeuslauseke tai muu sisällön tekijänoikeuksia kuvaava tieto."
|
|
791
|
+
|
|
792
|
+
#: helpers/MessageLabels/MessageLabels
|
|
793
|
+
# defaultMessage: Create or delete relations to target
|
|
794
|
+
msgid "Create or delete relations to target"
|
|
795
|
+
msgstr ""
|
|
796
|
+
|
|
797
|
+
#: components/manage/Toolbar/More
|
|
798
|
+
# defaultMessage: Create working copy
|
|
799
|
+
msgid "Create working copy"
|
|
800
|
+
msgstr "Luo työkopio"
|
|
801
|
+
|
|
802
|
+
#: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
|
|
803
|
+
# defaultMessage: Created by {creator} on {date}
|
|
804
|
+
msgid "Created by {creator} on {date}"
|
|
805
|
+
msgstr "Luotu {creator} toimesta {date} "
|
|
806
|
+
|
|
807
|
+
#: components/manage/Contents/Contents
|
|
808
|
+
# defaultMessage: Created on
|
|
809
|
+
msgid "Created on"
|
|
810
|
+
msgstr "Luotu"
|
|
811
|
+
|
|
812
|
+
#: components/manage/Contents/Contents
|
|
813
|
+
# defaultMessage: Creator
|
|
814
|
+
msgid "Creator"
|
|
815
|
+
msgstr "Tekijä"
|
|
816
|
+
|
|
817
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
818
|
+
# defaultMessage: Creators
|
|
819
|
+
msgid "Creators"
|
|
820
|
+
msgstr "Tekijät"
|
|
821
|
+
|
|
822
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
823
|
+
#: components/manage/Widgets/QueryWidget
|
|
824
|
+
# defaultMessage: Criteria
|
|
825
|
+
msgid "Criteria"
|
|
826
|
+
msgstr "Hakuehdot"
|
|
827
|
+
|
|
828
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
829
|
+
# defaultMessage: Current active configuration
|
|
830
|
+
msgid "Current active configuration"
|
|
831
|
+
msgstr "Tämänhetkinen aktiivinen määritys"
|
|
832
|
+
|
|
833
|
+
#: components/manage/Blocks/Search/components/FilterList
|
|
834
|
+
# defaultMessage: Current filters applied
|
|
835
|
+
msgid "Current filters applied"
|
|
836
|
+
msgstr "Käytössä olevat suodattimet"
|
|
837
|
+
|
|
838
|
+
#: components/manage/Preferences/ChangePassword
|
|
839
|
+
# defaultMessage: Current password
|
|
840
|
+
msgid "Current password"
|
|
841
|
+
msgstr "Nykyinen salasana"
|
|
842
|
+
|
|
843
|
+
#: components/manage/Actions/Actions
|
|
844
|
+
#: components/manage/Contents/Contents
|
|
845
|
+
#: components/manage/Contents/ContentsItem
|
|
846
|
+
# defaultMessage: Cut
|
|
847
|
+
msgid "Cut"
|
|
848
|
+
msgstr "Leikkaa"
|
|
849
|
+
|
|
850
|
+
#: helpers/MessageLabels/MessageLabels
|
|
851
|
+
# defaultMessage: undefined
|
|
852
|
+
msgid "Cut blocks"
|
|
853
|
+
msgstr "Leikkaa palikat"
|
|
854
|
+
|
|
855
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
856
|
+
# defaultMessage: Daily
|
|
857
|
+
msgid "Daily"
|
|
858
|
+
msgstr "Päivittäin"
|
|
859
|
+
|
|
860
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
861
|
+
# defaultMessage: Database
|
|
862
|
+
msgid "Database"
|
|
863
|
+
msgstr "Tietokanta"
|
|
864
|
+
|
|
865
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
866
|
+
# defaultMessage: Database Information
|
|
867
|
+
msgid "Database Information"
|
|
868
|
+
msgstr "Tietokannan tiedot"
|
|
869
|
+
|
|
870
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
871
|
+
# defaultMessage: Database Location
|
|
872
|
+
msgid "Database Location"
|
|
873
|
+
msgstr "Tietokannan sijainti"
|
|
874
|
+
|
|
875
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
876
|
+
# defaultMessage: Database Size
|
|
877
|
+
msgid "Database Size"
|
|
878
|
+
msgstr "Tietokannan koko"
|
|
879
|
+
|
|
880
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
881
|
+
# defaultMessage: Database main
|
|
882
|
+
msgid "Database main"
|
|
883
|
+
msgstr "Päätietokanta"
|
|
884
|
+
|
|
885
|
+
#: components/manage/Controlpanels/Aliases
|
|
886
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
887
|
+
#: components/manage/Widgets/DatetimeWidget
|
|
888
|
+
# defaultMessage: Date
|
|
889
|
+
msgid "Date"
|
|
890
|
+
msgstr "Päiväys"
|
|
891
|
+
|
|
892
|
+
#: components/theme/Search/Search
|
|
893
|
+
# defaultMessage: Date (newest first)
|
|
894
|
+
msgid "Date (newest first)"
|
|
895
|
+
msgstr "Päivä (uusin ensin)"
|
|
896
|
+
|
|
897
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
898
|
+
#: components/manage/Contents/ContentsRenameModal
|
|
899
|
+
#: components/manage/Contents/ContentsTagsModal
|
|
900
|
+
#: components/manage/Contents/ContentsWorkflowModal
|
|
901
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
902
|
+
#: components/manage/Preferences/ChangePassword
|
|
903
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
904
|
+
#: components/manage/Widgets/SchemaWidget
|
|
905
|
+
#: components/manage/Widgets/SelectWidget
|
|
906
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
907
|
+
#: components/theme/Comments/CommentEditModal
|
|
908
|
+
#: components/theme/Comments/Comments
|
|
909
|
+
#: components/theme/ContactForm/ContactForm
|
|
910
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
911
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
912
|
+
#: components/theme/Register/Register
|
|
913
|
+
# defaultMessage: Default
|
|
914
|
+
msgid "Default"
|
|
915
|
+
msgstr "Oletus"
|
|
916
|
+
|
|
917
|
+
#: config/Views
|
|
918
|
+
# defaultMessage: Default view
|
|
919
|
+
msgid "Default view"
|
|
920
|
+
msgstr "Oletusnäkymä"
|
|
921
|
+
|
|
922
|
+
#: components/manage/Contents/Contents
|
|
923
|
+
#: components/manage/Contents/ContentsItem
|
|
924
|
+
#: components/manage/Controlpanels/ContentTypesActions
|
|
925
|
+
#: components/manage/Controlpanels/Groups/RenderGroups
|
|
926
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
927
|
+
#: components/manage/Controlpanels/Users/RenderUsers
|
|
928
|
+
#: components/manage/Delete/Delete
|
|
929
|
+
#: components/manage/Widgets/FormFieldWrapper
|
|
930
|
+
#: components/manage/Widgets/ObjectBrowserWidget
|
|
931
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
932
|
+
#: components/theme/Comments/Comments
|
|
933
|
+
# defaultMessage: Delete
|
|
934
|
+
msgid "Delete"
|
|
935
|
+
msgstr "Poista"
|
|
936
|
+
|
|
937
|
+
#: helpers/MessageLabels/MessageLabels
|
|
938
|
+
# defaultMessage: Delete Group
|
|
939
|
+
msgid "Delete Group"
|
|
940
|
+
msgstr "Poista ryhmä"
|
|
941
|
+
|
|
942
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
943
|
+
# defaultMessage: Delete Type
|
|
944
|
+
msgid "Delete Type"
|
|
945
|
+
msgstr "Poista sisältötyyppi"
|
|
946
|
+
|
|
947
|
+
#: helpers/MessageLabels/MessageLabels
|
|
948
|
+
# defaultMessage: Delete User
|
|
949
|
+
msgid "Delete User"
|
|
950
|
+
msgstr "Poista käyttäjä"
|
|
951
|
+
|
|
952
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
953
|
+
# defaultMessage: Action deleted
|
|
954
|
+
msgid "Delete action"
|
|
955
|
+
msgstr "Poista toiminto"
|
|
956
|
+
|
|
957
|
+
#: helpers/MessageLabels/MessageLabels
|
|
958
|
+
# defaultMessage: undefined
|
|
959
|
+
msgid "Delete blocks"
|
|
960
|
+
msgstr "Poista palikat"
|
|
961
|
+
|
|
962
|
+
#: components/manage/Blocks/Table/Edit
|
|
963
|
+
# defaultMessage: Delete col
|
|
964
|
+
msgid "Delete col"
|
|
965
|
+
msgstr "Poista sarake"
|
|
966
|
+
|
|
967
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
968
|
+
# defaultMessage: Condition deleted
|
|
969
|
+
msgid "Delete condition"
|
|
970
|
+
msgstr "Poista ehto"
|
|
971
|
+
|
|
972
|
+
#: components/manage/Blocks/Table/Edit
|
|
973
|
+
# defaultMessage: Delete row
|
|
974
|
+
msgid "Delete row"
|
|
975
|
+
msgstr "Poista valittu rivi"
|
|
976
|
+
|
|
977
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
978
|
+
# defaultMessage: Deleted
|
|
979
|
+
msgid "Deleted"
|
|
980
|
+
msgstr "Poistettu"
|
|
981
|
+
|
|
982
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
983
|
+
# defaultMessage: Depth
|
|
984
|
+
msgid "Depth"
|
|
985
|
+
msgstr "Syvyys"
|
|
986
|
+
|
|
987
|
+
#: components/manage/Blocks/Search/components/SortOn
|
|
988
|
+
#: components/manage/Contents/Contents
|
|
989
|
+
# defaultMessage: Descending
|
|
990
|
+
msgid "Descending"
|
|
991
|
+
msgstr "Laskeva"
|
|
992
|
+
|
|
993
|
+
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
994
|
+
#: components/manage/Blocks/Teaser/schema
|
|
995
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
996
|
+
#: components/manage/Widgets/SchemaWidget
|
|
997
|
+
#: components/manage/Widgets/SelectWidget
|
|
998
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
999
|
+
#: components/theme/View/TabularView
|
|
1000
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1001
|
+
# defaultMessage: Description
|
|
1002
|
+
msgid "Description"
|
|
1003
|
+
msgstr "Kuvaus"
|
|
1004
|
+
|
|
1005
|
+
#: components/manage/Diff/Diff
|
|
1006
|
+
# defaultMessage: Diff
|
|
1007
|
+
msgid "Diff"
|
|
1008
|
+
msgstr "Vertailu"
|
|
1009
|
+
|
|
1010
|
+
#: components/manage/Diff/Diff
|
|
1011
|
+
# defaultMessage: Difference between revision {one} and {two} of {title}
|
|
1012
|
+
msgid "Difference between revision {one} and {two} of {title}"
|
|
1013
|
+
msgstr "{title} muutokset versiosta {one} versioon {two}"
|
|
1014
|
+
|
|
1015
|
+
#: components/manage/Rules/Rules
|
|
1016
|
+
# defaultMessage: Disable
|
|
1017
|
+
msgid "Disable"
|
|
1018
|
+
msgstr "Poista käytöstä"
|
|
1019
|
+
|
|
1020
|
+
#: components/manage/Rules/Rules
|
|
1021
|
+
# defaultMessage: Disable apply to subfolders
|
|
1022
|
+
msgid "Disable apply to subfolders"
|
|
1023
|
+
msgstr "Poista käytöstä alikansioissa"
|
|
1024
|
+
|
|
1025
|
+
#: components/manage/Rules/Rules
|
|
1026
|
+
# defaultMessage: Disabled
|
|
1027
|
+
msgid "Disabled"
|
|
1028
|
+
msgstr "Poistettu käytöstä"
|
|
1029
|
+
|
|
1030
|
+
#: components/manage/Rules/Rules
|
|
1031
|
+
# defaultMessage: Disabled apply to subfolders
|
|
1032
|
+
msgid "Disabled apply to subfolders"
|
|
1033
|
+
msgstr "Poistettu käytöstä alikansioissa"
|
|
1034
|
+
|
|
1035
|
+
#: components/theme/Footer/Footer
|
|
1036
|
+
# defaultMessage: Distributed under the {license}.
|
|
1037
|
+
msgid "Distributed under the {license}."
|
|
1038
|
+
msgstr "Julkaistu {license} -lisenssillä."
|
|
1039
|
+
|
|
1040
|
+
#: components/manage/Blocks/Table/Edit
|
|
1041
|
+
# defaultMessage: Add border to inner columns
|
|
1042
|
+
msgid "Divide each row into separate cells"
|
|
1043
|
+
msgstr "Erottuvat sarakkeet"
|
|
1044
|
+
|
|
1045
|
+
#: components/manage/Contents/Contents
|
|
1046
|
+
# defaultMessage: Do you really want to delete the following items?
|
|
1047
|
+
msgid "Do you really want to delete the following items?"
|
|
1048
|
+
msgstr "Haluatko varmasti poistaa kaiken tämän sisällön?"
|
|
1049
|
+
|
|
1050
|
+
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
1051
|
+
# defaultMessage: Do you really want to delete the group {groupname}?
|
|
1052
|
+
msgid "Do you really want to delete the group {groupname}?"
|
|
1053
|
+
msgstr "Haluatko varmasti poistaa ryhmän {groupname}?"
|
|
1054
|
+
|
|
1055
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
1056
|
+
# defaultMessage: Do you really want to delete type {typename}?
|
|
1057
|
+
msgid "Do you really want to delete the type {typename}?"
|
|
1058
|
+
msgstr "Haluatko varmasti poistaa sisältötyypin {typename}?"
|
|
1059
|
+
|
|
1060
|
+
#: components/manage/Controlpanels/Users/UsersControlpanel
|
|
1061
|
+
# defaultMessage: Do you really want to delete the user {username}?
|
|
1062
|
+
msgid "Do you really want to delete the user {username}?"
|
|
1063
|
+
msgstr "Haluatko varmasti poistaa käyttäjän {username}?"
|
|
1064
|
+
|
|
1065
|
+
#: components/manage/Delete/Delete
|
|
1066
|
+
# defaultMessage: Do you really want to delete this item?
|
|
1067
|
+
msgid "Do you really want to delete this item?"
|
|
1068
|
+
msgstr "Haluatko varmasti poistaa tämän sisällön?"
|
|
1069
|
+
|
|
1070
|
+
#: components/manage/Multilingual/TranslationObject
|
|
1071
|
+
#: components/manage/Sidebar/Sidebar
|
|
1072
|
+
# defaultMessage: Document
|
|
1073
|
+
msgid "Document"
|
|
1074
|
+
msgstr "Sivu"
|
|
1075
|
+
|
|
1076
|
+
#: config/Views
|
|
1077
|
+
# defaultMessage: Document view
|
|
1078
|
+
msgid "Document view"
|
|
1079
|
+
msgstr "Dokumenttinäkymä"
|
|
1080
|
+
|
|
1081
|
+
#: components/theme/EventDetails/EventDetails
|
|
1082
|
+
# defaultMessage: Download Event
|
|
1083
|
+
msgid "Download Event"
|
|
1084
|
+
msgstr "Lataa tapahtuma"
|
|
1085
|
+
|
|
1086
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
1087
|
+
# defaultMessage: Drag and drop files from your computer onto this area or click the “Browse” button.
|
|
1088
|
+
msgid "Drag and drop files from your computer onto this area or click the “Browse” button."
|
|
1089
|
+
msgstr "Raahaa ja pudota tiedostoja tietokoneeltasi tähän tai paina “Selaa”."
|
|
1090
|
+
|
|
1091
|
+
#: components/manage/Widgets/FileWidget
|
|
1092
|
+
# defaultMessage: Drop file here to replace the existing file
|
|
1093
|
+
msgid "Drop file here to replace the existing file"
|
|
1094
|
+
msgstr "Pudota tiedosto tähän korvataksesi olemassaolevan tiedoston"
|
|
1095
|
+
|
|
1096
|
+
#: components/manage/Widgets/FileWidget
|
|
1097
|
+
# defaultMessage: Drop file here to upload a new file
|
|
1098
|
+
msgid "Drop file here to upload a new file"
|
|
1099
|
+
msgstr "Pudota tiedosto tähän ladataksesi uuden tiedoston"
|
|
1100
|
+
|
|
1101
|
+
#: components/manage/Widgets/FileWidget
|
|
1102
|
+
# defaultMessage: Drop files here ...
|
|
1103
|
+
msgid "Drop files here ..."
|
|
1104
|
+
msgstr "Pudota tiedosto tänne... "
|
|
1105
|
+
|
|
1106
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
1107
|
+
# defaultMessage: Dry run selected, transaction aborted.
|
|
1108
|
+
msgid "Dry run selected, transaction aborted."
|
|
1109
|
+
msgstr "Koeajo valittu, toiminto keskeytetty."
|
|
1110
|
+
|
|
1111
|
+
#: components/theme/Register/Register
|
|
1112
|
+
# defaultMessage: E-mail
|
|
1113
|
+
msgid "E-mail"
|
|
1114
|
+
msgstr "Sähköposti"
|
|
1115
|
+
|
|
1116
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
1117
|
+
# defaultMessage: E-mail addresses do not match.
|
|
1118
|
+
msgid "E-mail addresses do not match."
|
|
1119
|
+
msgstr "Sähköpostiosoitteet eivät olleet identtiset."
|
|
1120
|
+
|
|
1121
|
+
#: components/manage/Contents/ContentsItem
|
|
1122
|
+
#: components/manage/Controlpanels/ContentTypesActions
|
|
1123
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
1124
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
1125
|
+
#: components/manage/Toolbar/Toolbar
|
|
1126
|
+
#: components/manage/Widgets/FormFieldWrapper
|
|
1127
|
+
#: components/manage/Widgets/ObjectBrowserWidget
|
|
1128
|
+
#: components/theme/Comments/Comments
|
|
1129
|
+
# defaultMessage: Edit
|
|
1130
|
+
msgid "Edit"
|
|
1131
|
+
msgstr "Muokkaa"
|
|
1132
|
+
|
|
1133
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
1134
|
+
# defaultMessage: Edit Rule
|
|
1135
|
+
msgid "Edit Rule"
|
|
1136
|
+
msgstr "Muokkaa sääntöä"
|
|
1137
|
+
|
|
1138
|
+
#: components/theme/Comments/CommentEditModal
|
|
1139
|
+
# defaultMessage: Edit comment
|
|
1140
|
+
msgid "Edit comment"
|
|
1141
|
+
msgstr "Muokkaa kommenttia"
|
|
1142
|
+
|
|
1143
|
+
#: components/manage/Widgets/SchemaWidget
|
|
1144
|
+
# defaultMessage: Edit field
|
|
1145
|
+
msgid "Edit field"
|
|
1146
|
+
msgstr "Muokkaa kenttää"
|
|
1147
|
+
|
|
1148
|
+
#: components/manage/Widgets/SchemaWidget
|
|
1149
|
+
# defaultMessage: Edit fieldset
|
|
1150
|
+
msgid "Edit fieldset"
|
|
1151
|
+
msgstr "Muokkaa kenttäryhmää"
|
|
1152
|
+
|
|
1153
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
1154
|
+
# defaultMessage: Edit recurrence
|
|
1155
|
+
msgid "Edit recurrence"
|
|
1156
|
+
msgstr "Muokkaa toistuvuutta"
|
|
1157
|
+
|
|
1158
|
+
#: components/manage/Form/InlineForm
|
|
1159
|
+
# defaultMessage: Edit values
|
|
1160
|
+
msgid "Edit values"
|
|
1161
|
+
msgstr "Muokkaa arvoja"
|
|
1162
|
+
|
|
1163
|
+
#: components/manage/Edit/Edit
|
|
1164
|
+
# defaultMessage: Edit {title}
|
|
1165
|
+
msgid "Edit {title}"
|
|
1166
|
+
msgstr "Muokkaa {title}"
|
|
1167
|
+
|
|
1168
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1169
|
+
# defaultMessage: Email
|
|
1170
|
+
msgid "Email"
|
|
1171
|
+
msgstr "Sähköposti"
|
|
1172
|
+
|
|
1173
|
+
#: components/theme/ContactForm/ContactForm
|
|
1174
|
+
# defaultMessage: Email sent
|
|
1175
|
+
msgid "Email sent"
|
|
1176
|
+
msgstr "Sähköposti lähetetty"
|
|
1177
|
+
|
|
1178
|
+
#: components/manage/Blocks/Maps/Edit
|
|
1179
|
+
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
1180
|
+
msgid "Embed code error, please follow the instructions and try again."
|
|
1181
|
+
msgstr "Virhe upotuskoodissa. Seuraa ohjeita ja yritä uudelleen."
|
|
1182
|
+
|
|
1183
|
+
#: components/manage/Widgets/ObjectListWidget
|
|
1184
|
+
# defaultMessage: Empty object list
|
|
1185
|
+
msgid "Empty object list"
|
|
1186
|
+
msgstr "Tyhjä kohdelista"
|
|
1187
|
+
|
|
1188
|
+
#: components/manage/Rules/Rules
|
|
1189
|
+
# defaultMessage: Enable
|
|
1190
|
+
msgid "Enable"
|
|
1191
|
+
msgstr "Aktivoi"
|
|
1192
|
+
|
|
1193
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
1194
|
+
# defaultMessage: Enable editable Blocks
|
|
1195
|
+
msgid "Enable editable Blocks"
|
|
1196
|
+
msgstr "Salli palikoiden muokkaus"
|
|
1197
|
+
|
|
1198
|
+
#: components/manage/Rules/Rules
|
|
1199
|
+
# defaultMessage: Enabled
|
|
1200
|
+
msgid "Enabled"
|
|
1201
|
+
msgstr "Aktivoitu"
|
|
1202
|
+
|
|
1203
|
+
#: components/manage/Rules/Rules
|
|
1204
|
+
# defaultMessage: Enabled here?
|
|
1205
|
+
msgid "Enabled here?"
|
|
1206
|
+
msgstr "Aktivoi tänne?"
|
|
1207
|
+
|
|
1208
|
+
#: components/manage/Rules/Rules
|
|
1209
|
+
# defaultMessage: Enabled?
|
|
1210
|
+
msgid "Enabled?"
|
|
1211
|
+
msgstr "Aktivoitu?"
|
|
1212
|
+
|
|
1213
|
+
#: components/manage/Blocks/Search/components/DateRangeFacet
|
|
1214
|
+
#: components/manage/Contents/Contents
|
|
1215
|
+
# defaultMessage: End Date
|
|
1216
|
+
msgid "End Date"
|
|
1217
|
+
msgstr "Päättymispäivä"
|
|
1218
|
+
|
|
1219
|
+
#: components/manage/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
1220
|
+
# defaultMessage: Enter URL or select an item
|
|
1221
|
+
msgid "Enter URL or select an item"
|
|
1222
|
+
msgstr "Syötä URL-osoite tai valitse kohde"
|
|
1223
|
+
|
|
1224
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1225
|
+
# defaultMessage: Enter a username above to search or click 'Show All'
|
|
1226
|
+
msgid "Enter a username above to search or click 'Show All'"
|
|
1227
|
+
msgstr "Syötä yläpuolelle etsittävä käyttäjähimi tai valitse 'Näytä kaikki'"
|
|
1228
|
+
|
|
1229
|
+
#: components/theme/Register/Register
|
|
1230
|
+
# defaultMessage: Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.
|
|
1231
|
+
msgid "Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere."
|
|
1232
|
+
msgstr "Syötä sähköpostiosoite, jota haluat käyttää kirjautumistunnuksena. Me kunnioitamme yksityisyyttäsi, emmekä jaa sähköpostiosoitettasi kenellekään muulle tai julkaise sitä missään."
|
|
1233
|
+
|
|
1234
|
+
#: components/theme/Register/Register
|
|
1235
|
+
# defaultMessage: Enter full name, e.g. John Smith.
|
|
1236
|
+
msgid "Enter full name, e.g. John Smith."
|
|
1237
|
+
msgstr "Syötä koko nimi, esimerkiksi Lumi Vuorinen."
|
|
1238
|
+
|
|
1239
|
+
#: components/manage/Blocks/Maps/Edit
|
|
1240
|
+
# defaultMessage: Enter map Embed Code
|
|
1241
|
+
msgid "Enter map Embed Code"
|
|
1242
|
+
msgstr "Syötä Google Maps -upotuskoodi"
|
|
1243
|
+
|
|
1244
|
+
#: components/manage/Controlpanels/Aliases
|
|
1245
|
+
# defaultMessage: Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target.
|
|
1246
|
+
msgid "Enter the absolute path of the target. The path must start with '/'. Target must exist or be an existing alternative url path to the target."
|
|
1247
|
+
msgstr "Syötä kohteen osoite. Osoitteen tulee alkaa merkillä '/'. Kohteen tulee olla olemassa tai sen tulee olla olemassaoleva vaihtoehtoinen URL-polku kohteelle."
|
|
1248
|
+
|
|
1249
|
+
#: components/manage/Aliases/Aliases
|
|
1250
|
+
#: components/manage/Controlpanels/Aliases
|
|
1251
|
+
# defaultMessage: Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring.
|
|
1252
|
+
msgid "Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring."
|
|
1253
|
+
msgstr ""
|
|
1254
|
+
|
|
1255
|
+
#: components/manage/Preferences/ChangePassword
|
|
1256
|
+
# defaultMessage: Enter your current password.
|
|
1257
|
+
msgid "Enter your current password."
|
|
1258
|
+
msgstr "Syötä nykyinen salasanasi."
|
|
1259
|
+
|
|
1260
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
1261
|
+
# defaultMessage: Enter your email for verification.
|
|
1262
|
+
msgid "Enter your email for verification."
|
|
1263
|
+
msgstr "Syötä sähköpostiosoitteesi vahvistusta varten."
|
|
1264
|
+
|
|
1265
|
+
#: components/manage/Preferences/ChangePassword
|
|
1266
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
1267
|
+
# defaultMessage: Enter your new password. Minimum 5 characters.
|
|
1268
|
+
msgid "Enter your new password. Minimum 5 characters."
|
|
1269
|
+
msgstr "Syötä uusi salasanasi, jossa on vähintään viisi (5) merkkiä."
|
|
1270
|
+
|
|
1271
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
1272
|
+
# defaultMessage: Enter your username for verification.
|
|
1273
|
+
msgid "Enter your username for verification."
|
|
1274
|
+
msgstr "Syötä käyttäjätunnuksesi vahvistusta varten."
|
|
1275
|
+
|
|
1276
|
+
#: components/manage/Add/Add
|
|
1277
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1278
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
1279
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
1280
|
+
#: components/manage/Edit/Edit
|
|
1281
|
+
#: components/manage/Form/InlineForm
|
|
1282
|
+
#: components/manage/Toolbar/More
|
|
1283
|
+
#: components/manage/Widgets/SchemaWidget
|
|
1284
|
+
#: components/theme/ContactForm/ContactForm
|
|
1285
|
+
#: components/theme/Login/Login
|
|
1286
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1287
|
+
# defaultMessage: Error
|
|
1288
|
+
msgid "Error"
|
|
1289
|
+
msgstr "Virhe"
|
|
1290
|
+
|
|
1291
|
+
#: components/manage/Controlpanels/Aliases
|
|
1292
|
+
# defaultMessage: Error
|
|
1293
|
+
msgid "ErrorHeader"
|
|
1294
|
+
msgstr ""
|
|
1295
|
+
|
|
1296
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
1297
|
+
# defaultMessage: Event
|
|
1298
|
+
msgid "Event"
|
|
1299
|
+
msgstr "Tapahtuma"
|
|
1300
|
+
|
|
1301
|
+
#: config/Views
|
|
1302
|
+
# defaultMessage: Event listing
|
|
1303
|
+
msgid "Event listing"
|
|
1304
|
+
msgstr "Tapahtumalista"
|
|
1305
|
+
|
|
1306
|
+
#: config/Views
|
|
1307
|
+
# defaultMessage: Event view
|
|
1308
|
+
msgid "Event view"
|
|
1309
|
+
msgstr "Tapahtuman näkymä"
|
|
1310
|
+
|
|
1311
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
1312
|
+
# defaultMessage: Exclude from navigation
|
|
1313
|
+
msgid "Exclude from navigation"
|
|
1314
|
+
msgstr "Piilota navigoinnista"
|
|
1315
|
+
|
|
1316
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
1317
|
+
# defaultMessage: Exclude this occurence
|
|
1318
|
+
msgid "Exclude this occurence"
|
|
1319
|
+
msgstr "Jätä pois tämä päivä"
|
|
1320
|
+
|
|
1321
|
+
#: components/manage/Contents/Contents
|
|
1322
|
+
# defaultMessage: Excluded from navigation
|
|
1323
|
+
msgid "Excluded from navigation"
|
|
1324
|
+
msgstr "Piilota navigoinnista"
|
|
1325
|
+
|
|
1326
|
+
#: components/manage/Aliases/Aliases
|
|
1327
|
+
# defaultMessage: Existing alternative urls for this item
|
|
1328
|
+
msgid "Existing alternative urls for this item"
|
|
1329
|
+
msgstr "Voimassaolevat vaihtoehtoiset URL:t tälle kohteelle"
|
|
1330
|
+
|
|
1331
|
+
#: components/manage/Sidebar/Sidebar
|
|
1332
|
+
# defaultMessage: Expand sidebar
|
|
1333
|
+
msgid "Expand sidebar"
|
|
1334
|
+
msgstr "Laajenna sivupalkki"
|
|
1335
|
+
|
|
1336
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
1337
|
+
# defaultMessage: Expiration Date
|
|
1338
|
+
msgid "Expiration Date"
|
|
1339
|
+
msgstr "Erääntyminen"
|
|
1340
|
+
|
|
1341
|
+
#: components/manage/Contents/Contents
|
|
1342
|
+
# defaultMessage: Expiration date
|
|
1343
|
+
msgid "Expiration date"
|
|
1344
|
+
msgstr "Erääntymispäivä"
|
|
1345
|
+
|
|
1346
|
+
#: components/manage/Contents/ContentsItem
|
|
1347
|
+
# defaultMessage: Expired
|
|
1348
|
+
msgid "Expired"
|
|
1349
|
+
msgstr "Erääntynyt"
|
|
1350
|
+
|
|
1351
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
1352
|
+
# defaultMessage: External URL
|
|
1353
|
+
msgid "External URL"
|
|
1354
|
+
msgstr "Ulkoinen URL"
|
|
1355
|
+
|
|
1356
|
+
#: components/manage/Blocks/Search/schema
|
|
1357
|
+
# defaultMessage: Facet
|
|
1358
|
+
msgid "Facet"
|
|
1359
|
+
msgstr ""
|
|
1360
|
+
|
|
1361
|
+
#: components/manage/Blocks/Search/schema
|
|
1362
|
+
# defaultMessage: Facet widget
|
|
1363
|
+
msgid "Facet widget"
|
|
1364
|
+
msgstr "Fasettilohko"
|
|
1365
|
+
|
|
1366
|
+
#: components/manage/Blocks/Search/schema
|
|
1367
|
+
# defaultMessage: Facets
|
|
1368
|
+
msgid "Facets"
|
|
1369
|
+
msgstr "Fasetit"
|
|
1370
|
+
|
|
1371
|
+
#: config/Blocks
|
|
1372
|
+
# defaultMessage: Facets on left side
|
|
1373
|
+
msgid "Facets on left side"
|
|
1374
|
+
msgstr "Fasetit vasemmalla "
|
|
1375
|
+
|
|
1376
|
+
#: config/Blocks
|
|
1377
|
+
# defaultMessage: Facets on right side
|
|
1378
|
+
msgid "Facets on right side"
|
|
1379
|
+
msgstr "Fasetit oikealla"
|
|
1380
|
+
|
|
1381
|
+
#: config/Blocks
|
|
1382
|
+
# defaultMessage: Facets on top
|
|
1383
|
+
msgid "Facets on top"
|
|
1384
|
+
msgstr "Fasetit ylälaidassa"
|
|
1385
|
+
|
|
1386
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
1387
|
+
# defaultMessage: Failed to undo transactions
|
|
1388
|
+
msgid "Failed To Undo Transactions"
|
|
1389
|
+
msgstr "Tapahtumien peruutus epäonnistui"
|
|
1390
|
+
|
|
1391
|
+
#: components/manage/Blocks/Search/schema
|
|
1392
|
+
# defaultMessage: Field
|
|
1393
|
+
msgid "Field"
|
|
1394
|
+
msgstr "Kenttä"
|
|
1395
|
+
|
|
1396
|
+
#: components/manage/Toolbar/Toolbar
|
|
1397
|
+
# defaultMessage: File
|
|
1398
|
+
msgid "File"
|
|
1399
|
+
msgstr "Tiedosto"
|
|
1400
|
+
|
|
1401
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
1402
|
+
# defaultMessage: File size
|
|
1403
|
+
msgid "File size"
|
|
1404
|
+
msgstr "Tiedoston koko"
|
|
1405
|
+
|
|
1406
|
+
#: config/Views
|
|
1407
|
+
# defaultMessage: File view
|
|
1408
|
+
msgid "File view"
|
|
1409
|
+
msgstr "Tiedostonäkymä"
|
|
1410
|
+
|
|
1411
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
1412
|
+
# defaultMessage: Filename
|
|
1413
|
+
msgid "Filename"
|
|
1414
|
+
msgstr "Tiedostonimi"
|
|
1415
|
+
|
|
1416
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1417
|
+
# defaultMessage: Filter
|
|
1418
|
+
msgid "Filter"
|
|
1419
|
+
msgstr ""
|
|
1420
|
+
|
|
1421
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
1422
|
+
# defaultMessage: Filter Rules:
|
|
1423
|
+
msgid "Filter Rules:"
|
|
1424
|
+
msgstr "Suodata säännöt:"
|
|
1425
|
+
|
|
1426
|
+
#: components/manage/Controlpanels/Aliases
|
|
1427
|
+
# defaultMessage: Filter by prefix
|
|
1428
|
+
msgid "Filter by prefix"
|
|
1429
|
+
msgstr "Suodata alkutunnisteen perusteella"
|
|
1430
|
+
|
|
1431
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1432
|
+
# defaultMessage: Filter users by groups
|
|
1433
|
+
msgid "Filter users by groups"
|
|
1434
|
+
msgstr "Suodata käyttäjiä ryhmittäin"
|
|
1435
|
+
|
|
1436
|
+
#: components/manage/Contents/Contents
|
|
1437
|
+
# defaultMessage: Filter…
|
|
1438
|
+
msgid "Filter…"
|
|
1439
|
+
msgstr "Suodattimet…"
|
|
1440
|
+
|
|
1441
|
+
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
1442
|
+
# defaultMessage: First
|
|
1443
|
+
msgid "First"
|
|
1444
|
+
msgstr "Ensimmäinen"
|
|
1445
|
+
|
|
1446
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1447
|
+
# defaultMessage: Fix relations
|
|
1448
|
+
msgid "Fix relations"
|
|
1449
|
+
msgstr ""
|
|
1450
|
+
|
|
1451
|
+
#: components/manage/Blocks/Table/Edit
|
|
1452
|
+
# defaultMessage: Fixed width columns
|
|
1453
|
+
msgid "Fixed width table cells"
|
|
1454
|
+
msgstr "Kiinteälevyiset sarakkeet"
|
|
1455
|
+
|
|
1456
|
+
#: components/manage/BlockChooser/BlockChooser
|
|
1457
|
+
# defaultMessage: Fold
|
|
1458
|
+
msgid "Fold"
|
|
1459
|
+
msgstr "Sulje"
|
|
1460
|
+
|
|
1461
|
+
#: components/manage/Contents/Contents
|
|
1462
|
+
# defaultMessage: Folder
|
|
1463
|
+
msgid "Folder"
|
|
1464
|
+
msgstr "Kansio"
|
|
1465
|
+
|
|
1466
|
+
#: config/Views
|
|
1467
|
+
# defaultMessage: Folder listing
|
|
1468
|
+
msgid "Folder listing"
|
|
1469
|
+
msgstr "Kansiolistaus"
|
|
1470
|
+
|
|
1471
|
+
#: components/theme/Forbidden/Forbidden
|
|
1472
|
+
# defaultMessage: Forbidden
|
|
1473
|
+
msgid "Forbidden"
|
|
1474
|
+
msgstr "Ei pääsyä"
|
|
1475
|
+
|
|
1476
|
+
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
1477
|
+
# defaultMessage: Fourth
|
|
1478
|
+
msgid "Fourth"
|
|
1479
|
+
msgstr "Neljäs"
|
|
1480
|
+
|
|
1481
|
+
#: components/theme/ContactForm/ContactForm
|
|
1482
|
+
# defaultMessage: From
|
|
1483
|
+
msgid "From"
|
|
1484
|
+
msgstr "Sähköposti"
|
|
1485
|
+
|
|
1486
|
+
#: components/manage/Blocks/Maps/Edit
|
|
1487
|
+
#: components/manage/Sidebar/AlignBlock
|
|
1488
|
+
#: components/manage/Widgets/AlignWidget
|
|
1489
|
+
# defaultMessage: Full
|
|
1490
|
+
msgid "Full"
|
|
1491
|
+
msgstr "Kokoleveästi"
|
|
1492
|
+
|
|
1493
|
+
#: components/theme/Register/Register
|
|
1494
|
+
# defaultMessage: Full Name
|
|
1495
|
+
msgid "Full Name"
|
|
1496
|
+
msgstr "Koko nimi"
|
|
1497
|
+
|
|
1498
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1499
|
+
# defaultMessage: Fullname
|
|
1500
|
+
msgid "Fullname"
|
|
1501
|
+
msgstr "Koko nimi"
|
|
1502
|
+
|
|
1503
|
+
#: components/theme/Footer/Footer
|
|
1504
|
+
# defaultMessage: GNU GPL license
|
|
1505
|
+
msgid "GNU GPL license"
|
|
1506
|
+
msgstr "GNU GPL -lisenssi"
|
|
1507
|
+
|
|
1508
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
1509
|
+
# defaultMessage: General
|
|
1510
|
+
msgid "General"
|
|
1511
|
+
msgstr "Yleinen"
|
|
1512
|
+
|
|
1513
|
+
#: components/manage/Sharing/Sharing
|
|
1514
|
+
# defaultMessage: Global role
|
|
1515
|
+
msgid "Global role"
|
|
1516
|
+
msgstr "Sivustonlaajuinen rooli"
|
|
1517
|
+
|
|
1518
|
+
#: components/manage/Blocks/Maps/Edit
|
|
1519
|
+
# defaultMessage: Google Maps Embedded Block
|
|
1520
|
+
msgid "Google Maps Embedded Block"
|
|
1521
|
+
msgstr "Google Maps -upotuspalikka"
|
|
1522
|
+
|
|
1523
|
+
#: components/manage/Sharing/Sharing
|
|
1524
|
+
# defaultMessage: Group
|
|
1525
|
+
msgid "Group"
|
|
1526
|
+
msgstr "Ryhmä"
|
|
1527
|
+
|
|
1528
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1529
|
+
# defaultMessage: Group created
|
|
1530
|
+
msgid "Group created"
|
|
1531
|
+
msgstr "Ryhmä luotu"
|
|
1532
|
+
|
|
1533
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1534
|
+
# defaultMessage: Group roles updated
|
|
1535
|
+
msgid "Group roles updated"
|
|
1536
|
+
msgstr "Ryhmän roolit päivitetty"
|
|
1537
|
+
|
|
1538
|
+
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
1539
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1540
|
+
# defaultMessage: Groupname
|
|
1541
|
+
msgid "Groupname"
|
|
1542
|
+
msgstr "Ryhmän nimi"
|
|
1543
|
+
|
|
1544
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
1545
|
+
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
1546
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1547
|
+
# defaultMessage: Groups
|
|
1548
|
+
msgid "Groups"
|
|
1549
|
+
msgstr "Ryhmät"
|
|
1550
|
+
|
|
1551
|
+
#: components/manage/Controlpanels/Groups/GroupsControlpanel
|
|
1552
|
+
# defaultMessage: Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.
|
|
1553
|
+
msgid "Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group."
|
|
1554
|
+
msgstr ""
|
|
1555
|
+
|
|
1556
|
+
#: components/manage/Blocks/Table/Edit
|
|
1557
|
+
# defaultMessage: Header cell
|
|
1558
|
+
msgid "Header cell"
|
|
1559
|
+
msgstr "Otsikkosolu"
|
|
1560
|
+
|
|
1561
|
+
#: components/manage/Blocks/Listing/schema
|
|
1562
|
+
#: components/manage/Blocks/Search/schema
|
|
1563
|
+
# defaultMessage: Headline
|
|
1564
|
+
msgid "Headline"
|
|
1565
|
+
msgstr "Otsikko"
|
|
1566
|
+
|
|
1567
|
+
#: components/manage/Blocks/Listing/schema
|
|
1568
|
+
# defaultMessage: Headline level
|
|
1569
|
+
msgid "Headline level"
|
|
1570
|
+
msgstr "Otsikon taso"
|
|
1571
|
+
|
|
1572
|
+
#: components/manage/Blocks/Search/schema
|
|
1573
|
+
# defaultMessage: Hidden facets will still filter the results if proper parameters are passed in URLs
|
|
1574
|
+
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
1575
|
+
msgstr "Piilotetut fasetit suodattavat tuloksia jos sopivat parametrit syötetään URL:n mukana"
|
|
1576
|
+
|
|
1577
|
+
#: components/theme/Comments/Comments
|
|
1578
|
+
# defaultMessage: Hide Replies
|
|
1579
|
+
msgid "Hide Replies"
|
|
1580
|
+
msgstr "Piilota vastaukset"
|
|
1581
|
+
|
|
1582
|
+
#: components/manage/Blocks/Search/schema
|
|
1583
|
+
# defaultMessage: Hide facet?
|
|
1584
|
+
msgid "Hide facet?"
|
|
1585
|
+
msgstr "Piilota fasetti?"
|
|
1586
|
+
|
|
1587
|
+
#: components/manage/History/History
|
|
1588
|
+
#: components/manage/Toolbar/More
|
|
1589
|
+
# defaultMessage: History
|
|
1590
|
+
msgid "History"
|
|
1591
|
+
msgstr "Muutoshistoria"
|
|
1592
|
+
|
|
1593
|
+
#: components/manage/History/History
|
|
1594
|
+
# defaultMessage: #
|
|
1595
|
+
msgid "History Version Number"
|
|
1596
|
+
msgstr "Historian versionumero"
|
|
1597
|
+
|
|
1598
|
+
#: components/manage/History/History
|
|
1599
|
+
# defaultMessage: History of {title}
|
|
1600
|
+
msgid "History of {title}"
|
|
1601
|
+
msgstr "{title} – muutoshistoria"
|
|
1602
|
+
|
|
1603
|
+
#: components/manage/Contents/Contents
|
|
1604
|
+
#: components/manage/Contents/ContentsBreadcrumbs
|
|
1605
|
+
#: components/manage/Contents/ContentsBreadcrumbsHomeItem
|
|
1606
|
+
#: components/theme/Breadcrumbs/Breadcrumbs
|
|
1607
|
+
# defaultMessage: Home
|
|
1608
|
+
msgid "Home"
|
|
1609
|
+
msgstr "Etusivu"
|
|
1610
|
+
|
|
1611
|
+
#: components/manage/Contents/Contents
|
|
1612
|
+
# defaultMessage: ID
|
|
1613
|
+
msgid "ID"
|
|
1614
|
+
msgstr "ID"
|
|
1615
|
+
|
|
1616
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
1617
|
+
# defaultMessage: If all of the following conditions are met:
|
|
1618
|
+
msgid "If all of the following conditions are met:"
|
|
1619
|
+
msgstr "Jos kaikki seuraavat ehdot täyttyvät:"
|
|
1620
|
+
|
|
1621
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
1622
|
+
# defaultMessage: If selected, this item will not appear in the navigation tree
|
|
1623
|
+
msgid "If selected, this item will not appear in the navigation tree"
|
|
1624
|
+
msgstr "Kun tämä on valittuna, tämä sisältö ei näy navigoinnissa"
|
|
1625
|
+
|
|
1626
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
1627
|
+
# defaultMessage: If this date is in the future, the content will not show up in listings and searches until this date.
|
|
1628
|
+
msgid "If this date is in the future, the content will not show up in listings and searches until this date."
|
|
1629
|
+
msgstr "Kun voimaantuloaika on tulevaisuudessa, tämä sisältö ei näy navigoinnissa, sisältölistauksissa tai hakutuloksissa ennen valittua aikaa."
|
|
1630
|
+
|
|
1631
|
+
#: components/manage/LockingToastsFactory/LockingToastsFactory
|
|
1632
|
+
# defaultMessage: If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.
|
|
1633
|
+
msgid "If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it."
|
|
1634
|
+
msgstr "Jos olet varma, että käyttäjä ei muokkaa kohdetta, voit avata lukituksen. Sen jälkeen voit itse muokata kohdetta."
|
|
1635
|
+
|
|
1636
|
+
#: components/theme/NotFound/NotFound
|
|
1637
|
+
#: components/theme/Unauthorized/Unauthorized
|
|
1638
|
+
# defaultMessage: If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.
|
|
1639
|
+
msgid "If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}."
|
|
1640
|
+
msgstr "Jos olet vakuuttunut, että tämä sivu pitäisi olla olemassa, ota yhteyttä sivuston ylläpitoon: {site_admin}."
|
|
1641
|
+
|
|
1642
|
+
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
1643
|
+
#: components/manage/Blocks/Image/ImageSidebar
|
|
1644
|
+
#: components/manage/Blocks/Image/schema
|
|
1645
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
1646
|
+
# defaultMessage: Image
|
|
1647
|
+
msgid "Image"
|
|
1648
|
+
msgstr "Kuva"
|
|
1649
|
+
|
|
1650
|
+
#: config/Blocks
|
|
1651
|
+
# defaultMessage: Image gallery
|
|
1652
|
+
msgid "Image gallery"
|
|
1653
|
+
msgstr "Kuvagalleria"
|
|
1654
|
+
|
|
1655
|
+
#: components/manage/Blocks/Teaser/schema
|
|
1656
|
+
# defaultMessage: Image override
|
|
1657
|
+
msgid "Image override"
|
|
1658
|
+
msgstr ""
|
|
1659
|
+
|
|
1660
|
+
#: components/manage/Blocks/Image/schema
|
|
1661
|
+
# defaultMessage: Image size
|
|
1662
|
+
msgid "Image size"
|
|
1663
|
+
msgstr "Kuvan koko"
|
|
1664
|
+
|
|
1665
|
+
#: config/Views
|
|
1666
|
+
# defaultMessage: Image view
|
|
1667
|
+
msgid "Image view"
|
|
1668
|
+
msgstr "Kuvanäkymä"
|
|
1669
|
+
|
|
1670
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
1671
|
+
# defaultMessage: Include this occurrence
|
|
1672
|
+
msgid "Include this occurence"
|
|
1673
|
+
msgstr "Sisällytä tämä päivä"
|
|
1674
|
+
|
|
1675
|
+
#: components/manage/Controlpanels/ContentType
|
|
1676
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
1677
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
1678
|
+
#: components/manage/Controlpanels/Controlpanel
|
|
1679
|
+
# defaultMessage: Info
|
|
1680
|
+
msgid "Info"
|
|
1681
|
+
msgstr "Tiedot"
|
|
1682
|
+
|
|
1683
|
+
#: components/manage/Controlpanels/Users/UserGroupMembershipControlPanel
|
|
1684
|
+
# defaultMessage: You have selected the option 'many users' or 'many groups'. Thus this control panel asks for input to show users and groups. If you want to see users and groups instantaneous, head over to user group settings. See the button on the left.
|
|
1685
|
+
msgid "InfoUserGroupSettings"
|
|
1686
|
+
msgstr ""
|
|
1687
|
+
|
|
1688
|
+
#: components/manage/Sharing/Sharing
|
|
1689
|
+
# defaultMessage: Inherit permissions from higher levels
|
|
1690
|
+
msgid "Inherit permissions from higher levels"
|
|
1691
|
+
msgstr "Peri oikeudet edeltävältä sisältötasolta"
|
|
1692
|
+
|
|
1693
|
+
#: components/manage/Sharing/Sharing
|
|
1694
|
+
# defaultMessage: Inherited value
|
|
1695
|
+
msgid "Inherited value"
|
|
1696
|
+
msgstr "Peritty arvo"
|
|
1697
|
+
|
|
1698
|
+
#: components/manage/Blocks/Table/Edit
|
|
1699
|
+
# defaultMessage: Insert col after
|
|
1700
|
+
msgid "Insert col after"
|
|
1701
|
+
msgstr "Lisää sarake valinnan jälkeen"
|
|
1702
|
+
|
|
1703
|
+
#: components/manage/Blocks/Table/Edit
|
|
1704
|
+
# defaultMessage: Insert col before
|
|
1705
|
+
msgid "Insert col before"
|
|
1706
|
+
msgstr "Lisää sarake ennen valintaa"
|
|
1707
|
+
|
|
1708
|
+
#: components/manage/Blocks/Table/Edit
|
|
1709
|
+
# defaultMessage: Insert row after
|
|
1710
|
+
msgid "Insert row after"
|
|
1711
|
+
msgstr "Lisää rivi valinnan jälkeen"
|
|
1712
|
+
|
|
1713
|
+
#: components/manage/Blocks/Table/Edit
|
|
1714
|
+
# defaultMessage: Insert row before
|
|
1715
|
+
msgid "Insert row before"
|
|
1716
|
+
msgstr "Lisää rivi ennen valintaa"
|
|
1717
|
+
|
|
1718
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1719
|
+
# defaultMessage: Inspect relations
|
|
1720
|
+
msgid "Inspect relations"
|
|
1721
|
+
msgstr ""
|
|
1722
|
+
|
|
1723
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1724
|
+
# defaultMessage: Install
|
|
1725
|
+
msgid "Install"
|
|
1726
|
+
msgstr "Asenna"
|
|
1727
|
+
|
|
1728
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1729
|
+
# defaultMessage: Installed
|
|
1730
|
+
msgid "Installed"
|
|
1731
|
+
msgstr "Asennettu"
|
|
1732
|
+
|
|
1733
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1734
|
+
# defaultMessage: Installed version
|
|
1735
|
+
msgid "Installed version"
|
|
1736
|
+
msgstr "Asennettu versio"
|
|
1737
|
+
|
|
1738
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1739
|
+
# defaultMessage: Installing a third party add-on
|
|
1740
|
+
msgid "Installing a third party add-on"
|
|
1741
|
+
msgstr "Asennetaan kolmannen osapuolen laajennos"
|
|
1742
|
+
|
|
1743
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
1744
|
+
# defaultMessage: days
|
|
1745
|
+
msgid "Interval Daily"
|
|
1746
|
+
msgstr "Toista päivittäin"
|
|
1747
|
+
|
|
1748
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
1749
|
+
# defaultMessage: Month(s)
|
|
1750
|
+
msgid "Interval Monthly"
|
|
1751
|
+
msgstr "Toista kuukausittain"
|
|
1752
|
+
|
|
1753
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
1754
|
+
# defaultMessage: week(s)
|
|
1755
|
+
msgid "Interval Weekly"
|
|
1756
|
+
msgstr "Toista viikoittain"
|
|
1757
|
+
|
|
1758
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
1759
|
+
# defaultMessage: year(s)
|
|
1760
|
+
msgid "Interval Yearly"
|
|
1761
|
+
msgstr "Toista vuosittain"
|
|
1762
|
+
|
|
1763
|
+
#: components/manage/Blocks/Block/DefaultView
|
|
1764
|
+
#: components/theme/View/RenderBlocks
|
|
1765
|
+
# defaultMessage: Invalid block - Will be removed on saving
|
|
1766
|
+
msgid "Invalid Block"
|
|
1767
|
+
msgstr "Virheellinen palikka"
|
|
1768
|
+
|
|
1769
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
1770
|
+
# defaultMessage: Item batch size
|
|
1771
|
+
msgid "Item batch size"
|
|
1772
|
+
msgstr "Sivun koko"
|
|
1773
|
+
|
|
1774
|
+
#: components/manage/Contents/Contents
|
|
1775
|
+
# defaultMessage: Item successfully moved.
|
|
1776
|
+
msgid "Item succesfully moved."
|
|
1777
|
+
msgstr "Sisällön siirto onnistui."
|
|
1778
|
+
|
|
1779
|
+
#: components/manage/Contents/Contents
|
|
1780
|
+
# defaultMessage: Item(s) copied.
|
|
1781
|
+
msgid "Item(s) copied."
|
|
1782
|
+
msgstr "Sisältö kopioitu."
|
|
1783
|
+
|
|
1784
|
+
#: components/manage/Contents/Contents
|
|
1785
|
+
# defaultMessage: Item(s) cut.
|
|
1786
|
+
msgid "Item(s) cut."
|
|
1787
|
+
msgstr "Sisältö leikattu."
|
|
1788
|
+
|
|
1789
|
+
#: components/manage/Contents/Contents
|
|
1790
|
+
# defaultMessage: Item(s) has been updated.
|
|
1791
|
+
msgid "Item(s) has been updated."
|
|
1792
|
+
msgstr "Sisältö on päivitetty."
|
|
1793
|
+
|
|
1794
|
+
#: components/manage/Actions/Actions
|
|
1795
|
+
#: components/manage/Contents/Contents
|
|
1796
|
+
# defaultMessage: Item(s) pasted.
|
|
1797
|
+
msgid "Item(s) pasted."
|
|
1798
|
+
msgstr "Sisältö liitetty."
|
|
1799
|
+
|
|
1800
|
+
#: components/manage/Contents/Contents
|
|
1801
|
+
# defaultMessage: Item(s) state has been updated.
|
|
1802
|
+
msgid "Item(s) state has been updated."
|
|
1803
|
+
msgstr "Kohteiden tila on päivitetty."
|
|
1804
|
+
|
|
1805
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
1806
|
+
# defaultMessage: Items
|
|
1807
|
+
msgid "Items"
|
|
1808
|
+
msgstr "Sisältö"
|
|
1809
|
+
|
|
1810
|
+
#: components/manage/Form/ModalForm
|
|
1811
|
+
#: helpers/MessageLabels/MessageLabels
|
|
1812
|
+
# defaultMessage: Items must be unique.
|
|
1813
|
+
msgid "Items must be unique."
|
|
1814
|
+
msgstr "Kohteiden täytyy olla ainutkertaisia."
|
|
1815
|
+
|
|
1816
|
+
#: components/manage/Contents/Contents
|
|
1817
|
+
# defaultMessage: Items to be deleted:
|
|
1818
|
+
msgid "Items to be deleted:"
|
|
1819
|
+
msgstr "Poistettavat kohteet:"
|
|
1820
|
+
|
|
1821
|
+
#: components/manage/Blocks/Search/schema
|
|
1822
|
+
# defaultMessage: Label
|
|
1823
|
+
msgid "Label"
|
|
1824
|
+
msgstr "Nimike"
|
|
1825
|
+
|
|
1826
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
1827
|
+
# defaultMessage: Language
|
|
1828
|
+
msgid "Language"
|
|
1829
|
+
msgstr "Kieli"
|
|
1830
|
+
|
|
1831
|
+
#: components/manage/Widgets/FormFieldWrapper
|
|
1832
|
+
# defaultMessage: Language independent field.
|
|
1833
|
+
msgid "Language independent field."
|
|
1834
|
+
msgstr "Kieliriippumaton kenttä"
|
|
1835
|
+
|
|
1836
|
+
#: components/manage/Widgets/ImageSizeWidget
|
|
1837
|
+
# defaultMessage: Large
|
|
1838
|
+
msgid "Large"
|
|
1839
|
+
msgstr "Suuri"
|
|
1840
|
+
|
|
1841
|
+
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
1842
|
+
# defaultMessage: Last
|
|
1843
|
+
msgid "Last"
|
|
1844
|
+
msgstr "Viimeinen"
|
|
1845
|
+
|
|
1846
|
+
#: components/manage/Contents/Contents
|
|
1847
|
+
# defaultMessage: Last comment date
|
|
1848
|
+
msgid "Last comment date"
|
|
1849
|
+
msgstr "Viimeisin kommentti"
|
|
1850
|
+
|
|
1851
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
1852
|
+
# defaultMessage: Last modified
|
|
1853
|
+
msgid "Last modified"
|
|
1854
|
+
msgstr "Muokattu viimeksi"
|
|
1855
|
+
|
|
1856
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
1857
|
+
# defaultMessage: Latest available configuration
|
|
1858
|
+
msgid "Latest available configuration"
|
|
1859
|
+
msgstr "Viimeisin saatavilla oleva konfiguraatio"
|
|
1860
|
+
|
|
1861
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
1862
|
+
# defaultMessage: Latest version
|
|
1863
|
+
msgid "Latest version"
|
|
1864
|
+
msgstr "Viimeisin versio"
|
|
1865
|
+
|
|
1866
|
+
#: components/manage/Controlpanels/ContentTypesActions
|
|
1867
|
+
# defaultMessage: Layout
|
|
1868
|
+
msgid "Layout"
|
|
1869
|
+
msgstr "Asettelu"
|
|
1870
|
+
|
|
1871
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
1872
|
+
# defaultMessage: Lead Image
|
|
1873
|
+
msgid "Lead Image"
|
|
1874
|
+
msgstr "Nostokuva"
|
|
1875
|
+
|
|
1876
|
+
#: components/manage/Blocks/Maps/Edit
|
|
1877
|
+
#: components/manage/Sidebar/AlignBlock
|
|
1878
|
+
#: components/manage/Widgets/AlignWidget
|
|
1879
|
+
# defaultMessage: Left
|
|
1880
|
+
msgid "Left"
|
|
1881
|
+
msgstr "Vasemmalla"
|
|
1882
|
+
|
|
1883
|
+
#: components/manage/Toolbar/Toolbar
|
|
1884
|
+
# defaultMessage: Link
|
|
1885
|
+
msgid "Link"
|
|
1886
|
+
msgstr "Linkki"
|
|
1887
|
+
|
|
1888
|
+
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1889
|
+
#: components/manage/Blocks/Listing/schema
|
|
1890
|
+
# defaultMessage: Link more
|
|
1891
|
+
msgid "Link more"
|
|
1892
|
+
msgstr "Lisää"
|
|
1893
|
+
|
|
1894
|
+
#: config/Views
|
|
1895
|
+
# defaultMessage: Link redirect view
|
|
1896
|
+
msgid "Link redirect view"
|
|
1897
|
+
msgstr "Linkin uudelleenohjauksen näkymä"
|
|
1898
|
+
|
|
1899
|
+
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1900
|
+
#: components/manage/Blocks/Listing/schema
|
|
1901
|
+
# defaultMessage: Link Title
|
|
1902
|
+
msgid "Link title"
|
|
1903
|
+
msgstr "Otsikko"
|
|
1904
|
+
|
|
1905
|
+
#: components/manage/Blocks/HeroImageLeft/schema
|
|
1906
|
+
#: components/manage/Blocks/Image/schema
|
|
1907
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
1908
|
+
#: components/manage/Blocks/Listing/schema
|
|
1909
|
+
# defaultMessage: Link to
|
|
1910
|
+
msgid "Link to"
|
|
1911
|
+
msgstr "Linkin kohde"
|
|
1912
|
+
|
|
1913
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
1914
|
+
# defaultMessage: Link translation for
|
|
1915
|
+
msgid "Link translation for"
|
|
1916
|
+
msgstr "Linkin käännös kohteelle"
|
|
1917
|
+
|
|
1918
|
+
#: components/manage/Blocks/Listing/schema
|
|
1919
|
+
# defaultMessage: Listing
|
|
1920
|
+
msgid "Listing"
|
|
1921
|
+
msgstr "Luettelo"
|
|
1922
|
+
|
|
1923
|
+
#: config/Views
|
|
1924
|
+
# defaultMessage: Listing view
|
|
1925
|
+
msgid "Listing view"
|
|
1926
|
+
msgstr "Luettelonäkymä"
|
|
1927
|
+
|
|
1928
|
+
#: components/theme/Comments/Comments
|
|
1929
|
+
# defaultMessage: Load more...
|
|
1930
|
+
msgid "Load more"
|
|
1931
|
+
msgstr "Lataa lisää"
|
|
1932
|
+
|
|
1933
|
+
#: components/manage/Form/ModalForm
|
|
1934
|
+
# defaultMessage: Loading.
|
|
1935
|
+
msgid "Loading"
|
|
1936
|
+
msgstr "Ladataan"
|
|
1937
|
+
|
|
1938
|
+
#: components/theme/Login/Login
|
|
1939
|
+
# defaultMessage: Login
|
|
1940
|
+
msgid "Log In"
|
|
1941
|
+
msgstr "Kirjaudu"
|
|
1942
|
+
|
|
1943
|
+
#: components/theme/Anontools/Anontools
|
|
1944
|
+
#: components/theme/Login/Login
|
|
1945
|
+
# defaultMessage: Log in
|
|
1946
|
+
msgid "Log in"
|
|
1947
|
+
msgstr "Kirjaudu"
|
|
1948
|
+
|
|
1949
|
+
#: components/theme/Logout/Logout
|
|
1950
|
+
# defaultMessage: Logged out
|
|
1951
|
+
msgid "Logged out"
|
|
1952
|
+
msgstr "Kirjauduttu ulos"
|
|
1953
|
+
|
|
1954
|
+
#: components/theme/Login/Login
|
|
1955
|
+
# defaultMessage: Login
|
|
1956
|
+
msgid "Login"
|
|
1957
|
+
msgstr "Kirjaudu"
|
|
1958
|
+
|
|
1959
|
+
#: components/theme/Login/Login
|
|
1960
|
+
# defaultMessage: Login Failed
|
|
1961
|
+
msgid "Login Failed"
|
|
1962
|
+
msgstr "Kirjautuminen epäonnistui"
|
|
1963
|
+
|
|
1964
|
+
#: components/theme/Login/Login
|
|
1965
|
+
# defaultMessage: Login Name
|
|
1966
|
+
msgid "Login Name"
|
|
1967
|
+
msgstr "Tunnus"
|
|
1968
|
+
|
|
1969
|
+
#: components/manage/Toolbar/PersonalTools
|
|
1970
|
+
# defaultMessage: Logout
|
|
1971
|
+
msgid "Logout"
|
|
1972
|
+
msgstr "Kirjaudu ulos"
|
|
1973
|
+
|
|
1974
|
+
#: components/manage/Toolbar/More
|
|
1975
|
+
# defaultMessage: Made by {creator} on {date}. This is not a working copy anymore, but the main content.
|
|
1976
|
+
msgid "Made by {creator} on {date}. This is not a working copy anymore, but the main content."
|
|
1977
|
+
msgstr ""
|
|
1978
|
+
|
|
1979
|
+
#: components/manage/Blocks/Table/Edit
|
|
1980
|
+
# defaultMessage: Reduce cell padding
|
|
1981
|
+
msgid "Make the table compact"
|
|
1982
|
+
msgstr "Tiivisrivinen taulukko"
|
|
1983
|
+
|
|
1984
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
1985
|
+
#: components/manage/Toolbar/More
|
|
1986
|
+
# defaultMessage: Manage Translations
|
|
1987
|
+
msgid "Manage Translations"
|
|
1988
|
+
msgstr "Hallitse käännöksiä"
|
|
1989
|
+
|
|
1990
|
+
#: components/manage/Toolbar/More
|
|
1991
|
+
# defaultMessage: Manage content…
|
|
1992
|
+
msgid "Manage content…"
|
|
1993
|
+
msgstr "Hallitse sisältöä..."
|
|
1994
|
+
|
|
1995
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
1996
|
+
# defaultMessage: Manage translations for {title}
|
|
1997
|
+
msgid "Manage translations for {title}"
|
|
1998
|
+
msgstr "Hallitse käännöksiä: {title}"
|
|
1999
|
+
|
|
2000
|
+
#: components/manage/Controlpanels/Aliases
|
|
2001
|
+
# defaultMessage: Manual
|
|
2002
|
+
msgid "Manual"
|
|
2003
|
+
msgstr "Manuaalinen"
|
|
2004
|
+
|
|
2005
|
+
#: components/manage/Controlpanels/Aliases
|
|
2006
|
+
# defaultMessage: Manually or automatically added?
|
|
2007
|
+
msgid "Manually or automatically added?"
|
|
2008
|
+
msgstr "Manuaalisesti vai automaattisesti lisätty?"
|
|
2009
|
+
|
|
2010
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2011
|
+
# defaultMessage: Many relations found. Please search.
|
|
2012
|
+
msgid "Many relations found. Please search."
|
|
2013
|
+
msgstr ""
|
|
2014
|
+
|
|
2015
|
+
#: components/manage/Blocks/Maps/MapsSidebar
|
|
2016
|
+
#: components/manage/Blocks/Maps/schema
|
|
2017
|
+
# defaultMessage: Maps
|
|
2018
|
+
msgid "Maps"
|
|
2019
|
+
msgstr "Kartat"
|
|
2020
|
+
|
|
2021
|
+
#: components/manage/Blocks/Maps/schema
|
|
2022
|
+
# defaultMessage: Maps URL
|
|
2023
|
+
msgid "Maps URL"
|
|
2024
|
+
msgstr "Kartan URL"
|
|
2025
|
+
|
|
2026
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2027
|
+
# defaultMessage: Maximum length is {len}.
|
|
2028
|
+
msgid "Maximum length is {len}."
|
|
2029
|
+
msgstr "Suurin mahdollinen pituus on {len}."
|
|
2030
|
+
|
|
2031
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2032
|
+
# defaultMessage: Maximum value is {len}.
|
|
2033
|
+
msgid "Maximum value is {len}."
|
|
2034
|
+
msgstr "Suurin mahdollinen arvo on {len}."
|
|
2035
|
+
|
|
2036
|
+
#: components/manage/Widgets/ImageSizeWidget
|
|
2037
|
+
# defaultMessage: Medium
|
|
2038
|
+
msgid "Medium"
|
|
2039
|
+
msgstr "Keskikokoinen"
|
|
2040
|
+
|
|
2041
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2042
|
+
# defaultMessage: Membership updated
|
|
2043
|
+
msgid "Membership updated"
|
|
2044
|
+
msgstr "Jäsenyys päivitetty"
|
|
2045
|
+
|
|
2046
|
+
#: components/theme/ContactForm/ContactForm
|
|
2047
|
+
# defaultMessage: Message
|
|
2048
|
+
msgid "Message"
|
|
2049
|
+
msgstr "Viesti"
|
|
2050
|
+
|
|
2051
|
+
#: components/manage/Form/ModalForm
|
|
2052
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2053
|
+
# defaultMessage: Minimum length is {len}.
|
|
2054
|
+
msgid "Minimum length is {len}."
|
|
2055
|
+
msgstr "Vähimmäispituus on {len} merkkiä."
|
|
2056
|
+
|
|
2057
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2058
|
+
# defaultMessage: Minimum value is {len}.
|
|
2059
|
+
msgid "Minimum value is {len}."
|
|
2060
|
+
msgstr "Pienin mahdollinen arvo on {len}."
|
|
2061
|
+
|
|
2062
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
2063
|
+
# defaultMessage: Moderate Comments
|
|
2064
|
+
msgid "Moderate Comments"
|
|
2065
|
+
msgstr "Kommenttien moderointi"
|
|
2066
|
+
|
|
2067
|
+
#: components/manage/Controlpanels/ModerateComments
|
|
2068
|
+
# defaultMessage: Moderate comments
|
|
2069
|
+
msgid "Moderate comments"
|
|
2070
|
+
msgstr "Kommenttien moderointi"
|
|
2071
|
+
|
|
2072
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2073
|
+
# defaultMessage: Monday and Friday
|
|
2074
|
+
msgid "Monday and Friday"
|
|
2075
|
+
msgstr "Maanantai ja perjantai"
|
|
2076
|
+
|
|
2077
|
+
#: components/manage/Widgets/RecurrenceWidget/ByMonthDayField
|
|
2078
|
+
# defaultMessage: Day
|
|
2079
|
+
msgid "Month day"
|
|
2080
|
+
msgstr "Kuukaudenpäivä"
|
|
2081
|
+
|
|
2082
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2083
|
+
# defaultMessage: Monthly
|
|
2084
|
+
msgid "Monthly"
|
|
2085
|
+
msgstr "Kuukausittain"
|
|
2086
|
+
|
|
2087
|
+
#: components/manage/Toolbar/Toolbar
|
|
2088
|
+
# defaultMessage: More
|
|
2089
|
+
msgid "More"
|
|
2090
|
+
msgstr "Lisää"
|
|
2091
|
+
|
|
2092
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
2093
|
+
# defaultMessage: More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide.
|
|
2094
|
+
msgid "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide."
|
|
2095
|
+
msgstr ""
|
|
2096
|
+
|
|
2097
|
+
#: config/Views
|
|
2098
|
+
# defaultMessage: Mosaic layout
|
|
2099
|
+
msgid "Mosaic layout"
|
|
2100
|
+
msgstr "Mosaic-asettelu"
|
|
2101
|
+
|
|
2102
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
2103
|
+
# defaultMessage: Move down
|
|
2104
|
+
msgid "Move down"
|
|
2105
|
+
msgstr "Siirrä alaspäin"
|
|
2106
|
+
|
|
2107
|
+
#: components/manage/Contents/ContentsItem
|
|
2108
|
+
# defaultMessage: Move to bottom of folder
|
|
2109
|
+
msgid "Move to bottom of folder"
|
|
2110
|
+
msgstr "Siirrä kansion pohjalle"
|
|
2111
|
+
|
|
2112
|
+
#: components/manage/Contents/ContentsItem
|
|
2113
|
+
# defaultMessage: Move to top of folder
|
|
2114
|
+
msgid "Move to top of folder"
|
|
2115
|
+
msgstr "Siirrä kansion pinnalle"
|
|
2116
|
+
|
|
2117
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
2118
|
+
# defaultMessage: Move up
|
|
2119
|
+
msgid "Move up"
|
|
2120
|
+
msgstr "Siirrä ylöspäin"
|
|
2121
|
+
|
|
2122
|
+
#: components/manage/Blocks/Search/schema
|
|
2123
|
+
# defaultMessage: Multiple choices?
|
|
2124
|
+
msgid "Multiple choices?"
|
|
2125
|
+
msgstr "Monivalinta?"
|
|
2126
|
+
|
|
2127
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2128
|
+
# defaultMessage: My email is
|
|
2129
|
+
msgid "My email is"
|
|
2130
|
+
msgstr "Sähköpostiosoitteeni on"
|
|
2131
|
+
|
|
2132
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2133
|
+
# defaultMessage: My user name is
|
|
2134
|
+
msgid "My username is"
|
|
2135
|
+
msgstr "Käyttäjätunnukseni on"
|
|
2136
|
+
|
|
2137
|
+
#: components/manage/Sharing/Sharing
|
|
2138
|
+
#: components/theme/ContactForm/ContactForm
|
|
2139
|
+
# defaultMessage: Name
|
|
2140
|
+
msgid "Name"
|
|
2141
|
+
msgstr "Nimi"
|
|
2142
|
+
|
|
2143
|
+
#: components/manage/Widgets/AlignWidget
|
|
2144
|
+
# defaultMessage: Narrow
|
|
2145
|
+
msgid "Narrow"
|
|
2146
|
+
msgstr "Kavenna"
|
|
2147
|
+
|
|
2148
|
+
#: error
|
|
2149
|
+
# defaultMessage: Navigate back
|
|
2150
|
+
msgid "Navigate back"
|
|
2151
|
+
msgstr "Takaisin"
|
|
2152
|
+
|
|
2153
|
+
#: components/theme/Navigation/ContextNavigation
|
|
2154
|
+
# defaultMessage: Navigation
|
|
2155
|
+
msgid "Navigation"
|
|
2156
|
+
msgstr "Navigaatio"
|
|
2157
|
+
|
|
2158
|
+
#: components/manage/Preferences/ChangePassword
|
|
2159
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2160
|
+
# defaultMessage: New password
|
|
2161
|
+
msgid "New password"
|
|
2162
|
+
msgstr "Uusi salasana"
|
|
2163
|
+
|
|
2164
|
+
#: components/manage/Toolbar/Toolbar
|
|
2165
|
+
# defaultMessage: News Item
|
|
2166
|
+
msgid "News Item"
|
|
2167
|
+
msgstr "Uutinen"
|
|
2168
|
+
|
|
2169
|
+
#: config/Views
|
|
2170
|
+
# defaultMessage: News item view
|
|
2171
|
+
msgid "News item view"
|
|
2172
|
+
msgstr "Uutisnäkymä"
|
|
2173
|
+
|
|
2174
|
+
#: components/manage/Contents/ContentsItem
|
|
2175
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
2176
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
2177
|
+
# defaultMessage: No
|
|
2178
|
+
msgid "No"
|
|
2179
|
+
msgstr "Ei"
|
|
2180
|
+
|
|
2181
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
2182
|
+
# defaultMessage: No transactions found
|
|
2183
|
+
msgid "No Transactions Found"
|
|
2184
|
+
msgstr "Käännöksiä ei löytynyt"
|
|
2185
|
+
|
|
2186
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
2187
|
+
# defaultMessage: No transactions selected
|
|
2188
|
+
msgid "No Transactions Selected"
|
|
2189
|
+
msgstr "Käännöksiä ei valittu"
|
|
2190
|
+
|
|
2191
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
2192
|
+
# defaultMessage: No transactions selected to do undo
|
|
2193
|
+
msgid "No Transactions Selected To Do Undo"
|
|
2194
|
+
msgstr "Käännöksiä ei valittu peruutusta varten"
|
|
2195
|
+
|
|
2196
|
+
#: components/manage/Blocks/Video/VideoSidebar
|
|
2197
|
+
# defaultMessage: No Video selected
|
|
2198
|
+
msgid "No Video selected"
|
|
2199
|
+
msgstr "Videota ei valittu"
|
|
2200
|
+
|
|
2201
|
+
#: components/manage/Controlpanels/VersionOverview
|
|
2202
|
+
# defaultMessage: No addons found
|
|
2203
|
+
msgid "No addons found"
|
|
2204
|
+
msgstr "Lisäosia ei löytynyt"
|
|
2205
|
+
|
|
2206
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
2207
|
+
# defaultMessage: No broken relations found.
|
|
2208
|
+
msgid "No broken relations found."
|
|
2209
|
+
msgstr ""
|
|
2210
|
+
|
|
2211
|
+
#: components/theme/RequestTimeout/RequestTimeout
|
|
2212
|
+
# defaultMessage: There is no connection to the server, due to a timeout o no network connection.
|
|
2213
|
+
msgid "No connection to the server"
|
|
2214
|
+
msgstr "Ei yhteyttä palvelimeen"
|
|
2215
|
+
|
|
2216
|
+
#: components/manage/Blocks/Image/ImageSidebar
|
|
2217
|
+
# defaultMessage: No image selected
|
|
2218
|
+
msgid "No image selected"
|
|
2219
|
+
msgstr "Kuvaa ei ole määritety"
|
|
2220
|
+
|
|
2221
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
2222
|
+
# defaultMessage: No image set in Lead Image content field
|
|
2223
|
+
msgid "No image set in Lead Image content field"
|
|
2224
|
+
msgstr "Sisällöstä puuttuu nostokuva"
|
|
2225
|
+
|
|
2226
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
2227
|
+
# defaultMessage: No image set in image content field
|
|
2228
|
+
msgid "No image set in image content field"
|
|
2229
|
+
msgstr "Kuva puuttuu"
|
|
2230
|
+
|
|
2231
|
+
#: components/manage/Blocks/Listing/GalleryNoResultsComponent
|
|
2232
|
+
# defaultMessage: No images found.
|
|
2233
|
+
msgid "No images found."
|
|
2234
|
+
msgstr ""
|
|
2235
|
+
|
|
2236
|
+
#: components/manage/Blocks/Listing/ListingBody
|
|
2237
|
+
# defaultMessage: No items found in this container.
|
|
2238
|
+
msgid "No items found in this container."
|
|
2239
|
+
msgstr "Ei sisältöä"
|
|
2240
|
+
|
|
2241
|
+
#: components/manage/Widgets/ObjectBrowserWidget
|
|
2242
|
+
# defaultMessage: No items selected
|
|
2243
|
+
msgid "No items selected"
|
|
2244
|
+
msgstr "Sisältöä ei ole valittu"
|
|
2245
|
+
|
|
2246
|
+
#: components/manage/Blocks/Maps/MapsSidebar
|
|
2247
|
+
# defaultMessage: No map selected
|
|
2248
|
+
msgid "No map selected"
|
|
2249
|
+
msgstr "Karttaa ei ole määritetty"
|
|
2250
|
+
|
|
2251
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
2252
|
+
# defaultMessage: No occurences set
|
|
2253
|
+
msgid "No occurences set"
|
|
2254
|
+
msgstr "Toistumista ei ole määritetty"
|
|
2255
|
+
|
|
2256
|
+
#: components/manage/Widgets/ArrayWidget
|
|
2257
|
+
#: components/manage/Widgets/SelectAutoComplete
|
|
2258
|
+
#: components/manage/Widgets/SelectWidget
|
|
2259
|
+
#: components/manage/Widgets/TokenWidget
|
|
2260
|
+
# defaultMessage: No options
|
|
2261
|
+
msgid "No options"
|
|
2262
|
+
msgstr "Ei vaihtoehtoja"
|
|
2263
|
+
|
|
2264
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2265
|
+
# defaultMessage: No relation found
|
|
2266
|
+
msgid "No relation found"
|
|
2267
|
+
msgstr ""
|
|
2268
|
+
|
|
2269
|
+
#: components/manage/BlockChooser/BlockChooser
|
|
2270
|
+
#: components/theme/Search/Search
|
|
2271
|
+
# defaultMessage: No results found
|
|
2272
|
+
msgid "No results found"
|
|
2273
|
+
msgstr "Yhtään tulosta ei löytynyt"
|
|
2274
|
+
|
|
2275
|
+
#: components/manage/Blocks/Listing/DefaultNoResultsComponent
|
|
2276
|
+
#: components/manage/Widgets/ReferenceWidget
|
|
2277
|
+
# defaultMessage: No results found.
|
|
2278
|
+
msgid "No results found."
|
|
2279
|
+
msgstr "Ei tuloksia"
|
|
2280
|
+
|
|
2281
|
+
#: components/manage/Blocks/Search/components/SortOn
|
|
2282
|
+
#: components/manage/Widgets/QuerySortOnWidget
|
|
2283
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
2284
|
+
# defaultMessage: No selection
|
|
2285
|
+
msgid "No selection"
|
|
2286
|
+
msgstr "Ei valintaa"
|
|
2287
|
+
|
|
2288
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
2289
|
+
# defaultMessage: This addon does not provide an uninstall profile.
|
|
2290
|
+
msgid "No uninstall profile"
|
|
2291
|
+
msgstr "Ei sisällä asennuksen poistamista"
|
|
2292
|
+
|
|
2293
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2294
|
+
# defaultMessage: No user found
|
|
2295
|
+
msgid "No user found"
|
|
2296
|
+
msgstr ""
|
|
2297
|
+
|
|
2298
|
+
#: components/manage/Widgets/ArrayWidget
|
|
2299
|
+
#: components/manage/Widgets/ReferenceWidget
|
|
2300
|
+
#: components/manage/Widgets/SelectUtils
|
|
2301
|
+
#: components/manage/Widgets/SelectWidget
|
|
2302
|
+
# defaultMessage: No value
|
|
2303
|
+
msgid "No value"
|
|
2304
|
+
msgstr "Ei arvoa"
|
|
2305
|
+
|
|
2306
|
+
#: components/manage/Workflow/Workflow
|
|
2307
|
+
# defaultMessage: No workflow
|
|
2308
|
+
msgid "No workflow"
|
|
2309
|
+
msgstr "Ei työnkulkua"
|
|
2310
|
+
|
|
2311
|
+
#: components/manage/Contents/Contents
|
|
2312
|
+
#: components/manage/Contents/ContentsItem
|
|
2313
|
+
# defaultMessage: None
|
|
2314
|
+
msgid "None"
|
|
2315
|
+
msgstr "Ei mitään"
|
|
2316
|
+
|
|
2317
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
2318
|
+
# defaultMessage: Note
|
|
2319
|
+
msgid "Note"
|
|
2320
|
+
msgstr "Muistiinpano"
|
|
2321
|
+
|
|
2322
|
+
#: components/manage/Controlpanels/Users/UsersControlpanel
|
|
2323
|
+
# defaultMessage: Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.
|
|
2324
|
+
msgid "Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group."
|
|
2325
|
+
msgstr "Huomioi, että tässä määritellyt roolit kohdistuvat suoraan käyttäjään. Symboli {plone_svg} kertoo että käyttäjälle periytyy rooli ryhmästä."
|
|
2326
|
+
|
|
2327
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
2328
|
+
# defaultMessage: Number of active objects
|
|
2329
|
+
msgid "Number of active objects"
|
|
2330
|
+
msgstr "Aktiivisten kohteiden määrä"
|
|
2331
|
+
|
|
2332
|
+
#: components/manage/Contents/Contents
|
|
2333
|
+
# defaultMessage: Object Size
|
|
2334
|
+
msgid "Object Size"
|
|
2335
|
+
msgstr "Koko"
|
|
2336
|
+
|
|
2337
|
+
#: components/manage/Widgets/RecurrenceWidget/EndField
|
|
2338
|
+
# defaultMessage: occurrence(s)
|
|
2339
|
+
msgid "Occurences"
|
|
2340
|
+
msgstr "Toistuminen"
|
|
2341
|
+
|
|
2342
|
+
#: components/manage/Delete/Delete
|
|
2343
|
+
# defaultMessage: Ok
|
|
2344
|
+
msgid "Ok"
|
|
2345
|
+
msgstr "Ok"
|
|
2346
|
+
|
|
2347
|
+
#: components/manage/Widgets/IdWidget
|
|
2348
|
+
# defaultMessage: Only lowercase letters (a-z) without accents, numbers (0-9), and the characters "-", "_", and "." are allowed.
|
|
2349
|
+
msgid "Only lowercase letters (a-z) without accents, numbers (0-9), and the characters "-", "_", and "." are allowed."
|
|
2350
|
+
msgstr "Ainostaan pienet kirjaimet (a-z), numerot (0-9) ja merkit "-", "_", ja "." ovat sallittuja. "
|
|
2351
|
+
|
|
2352
|
+
#: components/manage/Blocks/Image/schema
|
|
2353
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
2354
|
+
#: components/manage/Blocks/Teaser/schema
|
|
2355
|
+
# defaultMessage: Open in a new tab
|
|
2356
|
+
msgid "Open in a new tab"
|
|
2357
|
+
msgstr "Avaa uudella välilehdellä"
|
|
2358
|
+
|
|
2359
|
+
#: components/theme/Navigation/Navigation
|
|
2360
|
+
# defaultMessage: Open menu
|
|
2361
|
+
msgid "Open menu"
|
|
2362
|
+
msgstr "Avaa valikko"
|
|
2363
|
+
|
|
2364
|
+
#: components/manage/Widgets/ObjectBrowserWidget
|
|
2365
|
+
# defaultMessage: Open object browser
|
|
2366
|
+
msgid "Open object browser"
|
|
2367
|
+
msgstr ""
|
|
2368
|
+
|
|
2369
|
+
#: components/manage/Blocks/LeadImage/LeadImageSidebar
|
|
2370
|
+
# defaultMessage: Origin
|
|
2371
|
+
msgid "Origin"
|
|
2372
|
+
msgstr "Kuva"
|
|
2373
|
+
|
|
2374
|
+
#: components/manage/Toolbar/Toolbar
|
|
2375
|
+
# defaultMessage: Page
|
|
2376
|
+
msgid "Page"
|
|
2377
|
+
msgstr "Sivu"
|
|
2378
|
+
|
|
2379
|
+
#: components/manage/Widgets/SchemaWidget
|
|
2380
|
+
# defaultMessage: Parent fieldset
|
|
2381
|
+
msgid "Parent fieldset"
|
|
2382
|
+
msgstr "Kenttäjoukko"
|
|
2383
|
+
|
|
2384
|
+
#: components/theme/Login/Login
|
|
2385
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2386
|
+
# defaultMessage: Password
|
|
2387
|
+
msgid "Password"
|
|
2388
|
+
msgstr "Salasana"
|
|
2389
|
+
|
|
2390
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2391
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
2392
|
+
# defaultMessage: Password reset
|
|
2393
|
+
msgid "Password reset"
|
|
2394
|
+
msgstr "Salasanan vaihto"
|
|
2395
|
+
|
|
2396
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2397
|
+
# defaultMessage: Passwords do not match.
|
|
2398
|
+
msgid "Passwords do not match."
|
|
2399
|
+
msgstr "Salasanat eivät olleet identtiset."
|
|
2400
|
+
|
|
2401
|
+
#: components/manage/Actions/Actions
|
|
2402
|
+
#: components/manage/Contents/Contents
|
|
2403
|
+
# defaultMessage: Paste
|
|
2404
|
+
msgid "Paste"
|
|
2405
|
+
msgstr "Liitä"
|
|
2406
|
+
|
|
2407
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2408
|
+
# defaultMessage: undefined
|
|
2409
|
+
msgid "Paste blocks"
|
|
2410
|
+
msgstr ""
|
|
2411
|
+
|
|
2412
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
2413
|
+
# defaultMessage: Perform the following actions:
|
|
2414
|
+
msgid "Perform the following actions:"
|
|
2415
|
+
msgstr ""
|
|
2416
|
+
|
|
2417
|
+
#: components/manage/Sharing/Sharing
|
|
2418
|
+
# defaultMessage: Permissions have been updated successfully
|
|
2419
|
+
msgid "Permissions have been updated successfully"
|
|
2420
|
+
msgstr ""
|
|
2421
|
+
|
|
2422
|
+
#: components/manage/Sharing/Sharing
|
|
2423
|
+
# defaultMessage: Permissions updated
|
|
2424
|
+
msgid "Permissions updated"
|
|
2425
|
+
msgstr ""
|
|
2426
|
+
|
|
2427
|
+
#: components/manage/Toolbar/Toolbar
|
|
2428
|
+
# defaultMessage: Personal Information
|
|
2429
|
+
msgid "Personal Information"
|
|
2430
|
+
msgstr "Henkilötiedot"
|
|
2431
|
+
|
|
2432
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
2433
|
+
#: components/manage/Toolbar/Toolbar
|
|
2434
|
+
# defaultMessage: Personal Preferences
|
|
2435
|
+
msgid "Personal Preferences"
|
|
2436
|
+
msgstr "Omat asetukset"
|
|
2437
|
+
|
|
2438
|
+
#: components/manage/Toolbar/More
|
|
2439
|
+
#: components/manage/Toolbar/Toolbar
|
|
2440
|
+
# defaultMessage: Personal tools
|
|
2441
|
+
msgid "Personal tools"
|
|
2442
|
+
msgstr "Omat työkalut"
|
|
2443
|
+
|
|
2444
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
2445
|
+
# defaultMessage: Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.
|
|
2446
|
+
msgid "Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first."
|
|
2447
|
+
msgstr "Tämän sisällön tuottamiseen osallistuneet käyttäjät. Syötä Yksi käyttäjätunus per rivi. Syötä ensisijainen tekijä ensimmäisenä."
|
|
2448
|
+
|
|
2449
|
+
#: components/manage/Blocks/Teaser/DefaultBody
|
|
2450
|
+
# defaultMessage: Please choose an existing content as source for this element
|
|
2451
|
+
msgid "Please choose an existing content as source for this element"
|
|
2452
|
+
msgstr ""
|
|
2453
|
+
|
|
2454
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
2455
|
+
# defaultMessage: Please continue with the upgrade.
|
|
2456
|
+
msgid "Please continue with the upgrade."
|
|
2457
|
+
msgstr "Ole hyvä ja jatka päivitystä."
|
|
2458
|
+
|
|
2459
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
2460
|
+
# defaultMessage: Please ensure you have a backup of your site before performing the upgrade.
|
|
2461
|
+
msgid "Please ensure you have a backup of your site before performing the upgrade."
|
|
2462
|
+
msgstr "Varmista, että sinulla on varmuuskopio sivustosta ennen päivityksen suorittamista."
|
|
2463
|
+
|
|
2464
|
+
#: components/manage/Blocks/Video/Body
|
|
2465
|
+
# defaultMessage: Please enter a valid URL by deleting the block and adding a new video block.
|
|
2466
|
+
msgid "Please enter a valid URL by deleting the block and adding a new video block."
|
|
2467
|
+
msgstr "Syötä toimiva osoite poistamalla tämä palikka ja lisäämällä sitten uusi videopalikka."
|
|
2468
|
+
|
|
2469
|
+
#: components/manage/Blocks/Maps/Edit
|
|
2470
|
+
# defaultMessage: Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.
|
|
2471
|
+
msgid "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it."
|
|
2472
|
+
msgstr "Syötä Google Maps -upotuskoodi. Koodin tulee sisältää <frame>-tagi. Löydät koodin Google Maps -palvelusta valitsemalla: Jaa tai upota kartta -> Upota."
|
|
2473
|
+
|
|
2474
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2475
|
+
# defaultMessage: Please fill out the form below to set your password.
|
|
2476
|
+
msgid "Please fill out the form below to set your password."
|
|
2477
|
+
msgstr "Voit vaihtaa salasanan täytämällä oheisen lomakkeen."
|
|
2478
|
+
|
|
2479
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2480
|
+
# defaultMessage: Please search for users or use the filters on the side.
|
|
2481
|
+
msgid "Please search for users or use the filters on the side."
|
|
2482
|
+
msgstr "Etsi käyttäjiä tai käytä suodattimia."
|
|
2483
|
+
|
|
2484
|
+
#: components/manage/Controlpanels/Users/UserGroupMembershipControlPanel
|
|
2485
|
+
# defaultMessage: Please upgrade to plone.restapi >= 8.24.0.
|
|
2486
|
+
msgid "Please upgrade to plone.restapi >= 8.24.0."
|
|
2487
|
+
msgstr "Päivitä plone.restapi"
|
|
2488
|
+
|
|
2489
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
2490
|
+
# defaultMessage: Please upgrade to plone.restapi >= 8.35.3.
|
|
2491
|
+
msgid "Please upgrade to plone.restapi >= 8.35.3."
|
|
2492
|
+
msgstr ""
|
|
2493
|
+
|
|
2494
|
+
#: components/theme/Footer/Footer
|
|
2495
|
+
# defaultMessage: Plone Foundation
|
|
2496
|
+
msgid "Plone Foundation"
|
|
2497
|
+
msgstr "Plone-säätiön"
|
|
2498
|
+
|
|
2499
|
+
#: components/theme/Logo/Logo
|
|
2500
|
+
# defaultMessage: Plone Site
|
|
2501
|
+
msgid "Plone Site"
|
|
2502
|
+
msgstr "Plone-sivusto"
|
|
2503
|
+
|
|
2504
|
+
#: components/theme/Footer/Footer
|
|
2505
|
+
# defaultMessage: Plone{reg} Open Source CMS/WCM
|
|
2506
|
+
msgid "Plone{reg} Open Source CMS/WCM"
|
|
2507
|
+
msgstr "Plone{reg} avoimen lähdenkoodin sisällönhallintajärjestelmä CMS/WCM"
|
|
2508
|
+
|
|
2509
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
2510
|
+
# defaultMessage: Position changed
|
|
2511
|
+
msgid "Position changed"
|
|
2512
|
+
msgstr "Järjestystä muutettu"
|
|
2513
|
+
|
|
2514
|
+
#: components/manage/Widgets/SchemaWidget
|
|
2515
|
+
# defaultMessage: Possible values (Enter allowed choices one per line).
|
|
2516
|
+
msgid "Possible values"
|
|
2517
|
+
msgstr "Mahdolliset arvot"
|
|
2518
|
+
|
|
2519
|
+
#: components/manage/Contents/Contents
|
|
2520
|
+
# defaultMessage: Potential link breakage
|
|
2521
|
+
msgid "Potential link breakage"
|
|
2522
|
+
msgstr "Mahdollinen rikkinäinen linkki"
|
|
2523
|
+
|
|
2524
|
+
#: components/theme/Footer/Footer
|
|
2525
|
+
# defaultMessage: Powered by Plone & Python
|
|
2526
|
+
msgid "Powered by Plone & Python"
|
|
2527
|
+
msgstr "Voimanlähteenä Plone & Python"
|
|
2528
|
+
|
|
2529
|
+
#: components/manage/Toolbar/PersonalTools
|
|
2530
|
+
# defaultMessage: Preferences
|
|
2531
|
+
msgid "Preferences"
|
|
2532
|
+
msgstr "Asetukset"
|
|
2533
|
+
|
|
2534
|
+
#: components/manage/Blocks/HTML/Edit
|
|
2535
|
+
# defaultMessage: Prettify your code
|
|
2536
|
+
msgid "Prettify your code"
|
|
2537
|
+
msgstr "Siisti koodisi"
|
|
2538
|
+
|
|
2539
|
+
#: components/manage/Blocks/HTML/Edit
|
|
2540
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
2541
|
+
# defaultMessage: Preview
|
|
2542
|
+
msgid "Preview"
|
|
2543
|
+
msgstr "Esikatselu"
|
|
2544
|
+
|
|
2545
|
+
#: components/manage/Blocks/Video/schema
|
|
2546
|
+
# defaultMessage: Preview Image URL
|
|
2547
|
+
msgid "Preview Image URL"
|
|
2548
|
+
msgstr "Esikatselukuvan URL-osoite"
|
|
2549
|
+
|
|
2550
|
+
#: components/manage/Toolbar/PersonalTools
|
|
2551
|
+
# defaultMessage: Profile
|
|
2552
|
+
msgid "Profile"
|
|
2553
|
+
msgstr "Profiili"
|
|
2554
|
+
|
|
2555
|
+
#: components/manage/Contents/Contents
|
|
2556
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
2557
|
+
# defaultMessage: Properties
|
|
2558
|
+
msgid "Properties"
|
|
2559
|
+
msgstr "Ominaisuudet"
|
|
2560
|
+
|
|
2561
|
+
#: components/manage/Contents/Contents
|
|
2562
|
+
# defaultMessage: Publication date
|
|
2563
|
+
msgid "Publication date"
|
|
2564
|
+
msgstr "Julkaisupäivä"
|
|
2565
|
+
|
|
2566
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
2567
|
+
# defaultMessage: Publishing Date
|
|
2568
|
+
msgid "Publishing Date"
|
|
2569
|
+
msgstr "Voimaantulo"
|
|
2570
|
+
|
|
2571
|
+
#: components/manage/Blocks/Listing/schema
|
|
2572
|
+
# defaultMessage: Query
|
|
2573
|
+
msgid "Query"
|
|
2574
|
+
msgstr "Kysely"
|
|
2575
|
+
|
|
2576
|
+
#: components/manage/Preferences/ChangePassword
|
|
2577
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
2578
|
+
# defaultMessage: Re-enter the password. Make sure the passwords are identical.
|
|
2579
|
+
msgid "Re-enter the password. Make sure the passwords are identical."
|
|
2580
|
+
msgstr "Syötä salasana uudelleen. Syötettyjen salasanojen tulee olla identtiset."
|
|
2581
|
+
|
|
2582
|
+
#: components/theme/Search/Search
|
|
2583
|
+
#: components/theme/View/SummaryView
|
|
2584
|
+
# defaultMessage: Read More…
|
|
2585
|
+
msgid "Read More…"
|
|
2586
|
+
msgstr "Lue lisää…"
|
|
2587
|
+
|
|
2588
|
+
#: components/manage/Controlpanels/Relations/RelationsListing
|
|
2589
|
+
# defaultMessage: Read only for this type of relation.
|
|
2590
|
+
msgid "Read only for this type of relation."
|
|
2591
|
+
msgstr ""
|
|
2592
|
+
|
|
2593
|
+
#: components/manage/Contents/Contents
|
|
2594
|
+
# defaultMessage: Rearrange items by…
|
|
2595
|
+
msgid "Rearrange items by…"
|
|
2596
|
+
msgstr "Järjestä sisältö…"
|
|
2597
|
+
|
|
2598
|
+
#: components/manage/Widgets/RecurrenceWidget/EndField
|
|
2599
|
+
# defaultMessage: Ends
|
|
2600
|
+
msgid "Recurrence ends"
|
|
2601
|
+
msgstr "Toistuminen päättyy"
|
|
2602
|
+
|
|
2603
|
+
#: components/manage/Widgets/RecurrenceWidget/EndField
|
|
2604
|
+
# defaultMessage: after
|
|
2605
|
+
msgid "Recurrence ends after"
|
|
2606
|
+
msgstr "Toistumisen viimeinen päivä"
|
|
2607
|
+
|
|
2608
|
+
#: components/manage/Widgets/RecurrenceWidget/EndField
|
|
2609
|
+
# defaultMessage: on
|
|
2610
|
+
msgid "Recurrence ends on"
|
|
2611
|
+
msgstr "Toistuminen päättyy"
|
|
2612
|
+
|
|
2613
|
+
#: components/manage/Form/UndoToolbar
|
|
2614
|
+
# defaultMessage: Redo
|
|
2615
|
+
msgid "Redo"
|
|
2616
|
+
msgstr "Toista"
|
|
2617
|
+
|
|
2618
|
+
#: components/manage/Blocks/Table/Edit
|
|
2619
|
+
# defaultMessage: Minimalistic table design
|
|
2620
|
+
msgid "Reduce complexity"
|
|
2621
|
+
msgstr "Yksinkertainen taulukko"
|
|
2622
|
+
|
|
2623
|
+
#: components/theme/Anontools/Anontools
|
|
2624
|
+
#: components/theme/Login/Login
|
|
2625
|
+
#: components/theme/Register/Register
|
|
2626
|
+
# defaultMessage: Register
|
|
2627
|
+
msgid "Register"
|
|
2628
|
+
msgstr "Rekisteröidy"
|
|
2629
|
+
|
|
2630
|
+
#: components/theme/Register/Register
|
|
2631
|
+
# defaultMessage: Registration form
|
|
2632
|
+
msgid "Registration form"
|
|
2633
|
+
msgstr "Rekisteröitymislomake"
|
|
2634
|
+
|
|
2635
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
2636
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2637
|
+
# defaultMessage: Relation
|
|
2638
|
+
msgid "Relation name"
|
|
2639
|
+
msgstr ""
|
|
2640
|
+
|
|
2641
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
2642
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
2643
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2644
|
+
# defaultMessage: Relations
|
|
2645
|
+
msgid "Relations"
|
|
2646
|
+
msgstr ""
|
|
2647
|
+
|
|
2648
|
+
#: components/manage/Controlpanels/Relations/RelationsListing
|
|
2649
|
+
# defaultMessage: Relations are editable with plone.api >= 2.0.3.
|
|
2650
|
+
msgid "Relations are editable with plone.api >= 2.0.3."
|
|
2651
|
+
msgstr ""
|
|
2652
|
+
|
|
2653
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2654
|
+
# defaultMessage: Relations updated
|
|
2655
|
+
msgid "Relations updated"
|
|
2656
|
+
msgstr ""
|
|
2657
|
+
|
|
2658
|
+
#: components/theme/Search/Search
|
|
2659
|
+
# defaultMessage: Relevance
|
|
2660
|
+
msgid "Relevance"
|
|
2661
|
+
msgstr "Osuvuus"
|
|
2662
|
+
|
|
2663
|
+
#: components/manage/Aliases/Aliases
|
|
2664
|
+
# defaultMessage: Remove
|
|
2665
|
+
msgid "Remove"
|
|
2666
|
+
msgstr "Poista"
|
|
2667
|
+
|
|
2668
|
+
#: components/manage/Widgets/ObjectListWidget
|
|
2669
|
+
# defaultMessage: Remove item
|
|
2670
|
+
msgid "Remove item"
|
|
2671
|
+
msgstr "Poista kohde"
|
|
2672
|
+
|
|
2673
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2674
|
+
# defaultMessage: Remove
|
|
2675
|
+
msgid "Remove recurrence"
|
|
2676
|
+
msgstr "Poista toistuminen"
|
|
2677
|
+
|
|
2678
|
+
#: components/manage/Controlpanels/Aliases
|
|
2679
|
+
# defaultMessage: Remove selected
|
|
2680
|
+
msgid "Remove selected"
|
|
2681
|
+
msgstr "Poista valitut"
|
|
2682
|
+
|
|
2683
|
+
#: components/manage/Widgets/VocabularyTermsWidget
|
|
2684
|
+
# defaultMessage: Remove term
|
|
2685
|
+
msgid "Remove term"
|
|
2686
|
+
msgstr "Poista termi"
|
|
2687
|
+
|
|
2688
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2689
|
+
# defaultMessage: Remove users from group
|
|
2690
|
+
msgid "Remove users from group"
|
|
2691
|
+
msgstr "Poista käyttäjät ryhmästä"
|
|
2692
|
+
|
|
2693
|
+
#: components/manage/Toolbar/More
|
|
2694
|
+
# defaultMessage: Remove working copy
|
|
2695
|
+
msgid "Remove working copy"
|
|
2696
|
+
msgstr "Poista työkopio"
|
|
2697
|
+
|
|
2698
|
+
#: components/manage/Actions/Actions
|
|
2699
|
+
#: components/manage/Contents/Contents
|
|
2700
|
+
# defaultMessage: Rename
|
|
2701
|
+
msgid "Rename"
|
|
2702
|
+
msgstr "Nimeä uudelleen"
|
|
2703
|
+
|
|
2704
|
+
#: components/manage/Contents/ContentsRenameModal
|
|
2705
|
+
# defaultMessage: Renaming items...
|
|
2706
|
+
msgid "Rename Items Loading Message"
|
|
2707
|
+
msgstr "Kohteita nimetään uudelleen"
|
|
2708
|
+
|
|
2709
|
+
#: components/manage/Contents/ContentsRenameModal
|
|
2710
|
+
# defaultMessage: Rename items
|
|
2711
|
+
msgid "Rename items"
|
|
2712
|
+
msgstr "Nimeä uudelleen"
|
|
2713
|
+
|
|
2714
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2715
|
+
# defaultMessage: Repeat
|
|
2716
|
+
msgid "Repeat"
|
|
2717
|
+
msgstr "Toista"
|
|
2718
|
+
|
|
2719
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2720
|
+
# defaultMessage: Repeat every
|
|
2721
|
+
msgid "Repeat every"
|
|
2722
|
+
msgstr "Toista joka"
|
|
2723
|
+
|
|
2724
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2725
|
+
# defaultMessage: Repeat on
|
|
2726
|
+
msgid "Repeat on"
|
|
2727
|
+
msgstr "Toista"
|
|
2728
|
+
|
|
2729
|
+
#: components/manage/Widgets/FileWidget
|
|
2730
|
+
# defaultMessage: Replace existing file
|
|
2731
|
+
msgid "Replace existing file"
|
|
2732
|
+
msgstr "Korvaa olemassaoleva tiedosto"
|
|
2733
|
+
|
|
2734
|
+
#: components/theme/Comments/Comments
|
|
2735
|
+
# defaultMessage: Reply
|
|
2736
|
+
msgid "Reply"
|
|
2737
|
+
msgstr "Vastaa"
|
|
2738
|
+
|
|
2739
|
+
#: components/manage/Widgets/SchemaWidget
|
|
2740
|
+
#: components/manage/Widgets/SelectWidget
|
|
2741
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
2742
|
+
# defaultMessage: Required
|
|
2743
|
+
msgid "Required"
|
|
2744
|
+
msgstr "Pakollinen"
|
|
2745
|
+
|
|
2746
|
+
#: components/manage/Form/ModalForm
|
|
2747
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2748
|
+
# defaultMessage: Required input is missing.
|
|
2749
|
+
msgid "Required input is missing."
|
|
2750
|
+
msgstr "Pakollista tietoa puuttuu."
|
|
2751
|
+
|
|
2752
|
+
#: components/manage/Widgets/VocabularyTermsWidget
|
|
2753
|
+
# defaultMessage: Reset title
|
|
2754
|
+
msgid "Reset term title"
|
|
2755
|
+
msgstr "Tyhjennä termin otsikko"
|
|
2756
|
+
|
|
2757
|
+
#: components/manage/Blocks/Teaser/Data
|
|
2758
|
+
# defaultMessage: Reset the block
|
|
2759
|
+
msgid "Reset the block"
|
|
2760
|
+
msgstr ""
|
|
2761
|
+
|
|
2762
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
2763
|
+
# defaultMessage: Results limit
|
|
2764
|
+
msgid "Results limit"
|
|
2765
|
+
msgstr "Tulosten määrä"
|
|
2766
|
+
|
|
2767
|
+
#: components/manage/Blocks/Listing/Edit
|
|
2768
|
+
# defaultMessage: Results preview
|
|
2769
|
+
msgid "Results preview"
|
|
2770
|
+
msgstr "Tulosten esikatselu"
|
|
2771
|
+
|
|
2772
|
+
#: components/manage/Blocks/Search/SearchBlockEdit
|
|
2773
|
+
# defaultMessage: Results template
|
|
2774
|
+
msgid "Results template"
|
|
2775
|
+
msgstr "Tulospohja"
|
|
2776
|
+
|
|
2777
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
2778
|
+
# defaultMessage: Reversed order
|
|
2779
|
+
msgid "Reversed order"
|
|
2780
|
+
msgstr "Käänteinen järjestys"
|
|
2781
|
+
|
|
2782
|
+
#: components/manage/History/History
|
|
2783
|
+
# defaultMessage: Revert to this revision
|
|
2784
|
+
msgid "Revert to this revision"
|
|
2785
|
+
msgstr "Palauta tämä versio"
|
|
2786
|
+
|
|
2787
|
+
#: components/manage/Contents/Contents
|
|
2788
|
+
# defaultMessage: Review state
|
|
2789
|
+
msgid "Review state"
|
|
2790
|
+
msgstr "Julkaisutila"
|
|
2791
|
+
|
|
2792
|
+
#: components/manage/Widgets/SchemaWidget
|
|
2793
|
+
# defaultMessage: Richtext
|
|
2794
|
+
msgid "Richtext"
|
|
2795
|
+
msgstr "Muotoiltu teksti"
|
|
2796
|
+
|
|
2797
|
+
#: components/manage/Blocks/Maps/Edit
|
|
2798
|
+
#: components/manage/Sidebar/AlignBlock
|
|
2799
|
+
#: components/manage/Widgets/AlignWidget
|
|
2800
|
+
# defaultMessage: Right
|
|
2801
|
+
msgid "Right"
|
|
2802
|
+
msgstr "Oikealla"
|
|
2803
|
+
|
|
2804
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
2805
|
+
# defaultMessage: Rights
|
|
2806
|
+
msgid "Rights"
|
|
2807
|
+
msgstr "Oikeudet"
|
|
2808
|
+
|
|
2809
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2810
|
+
# defaultMessage: Roles
|
|
2811
|
+
msgid "Roles"
|
|
2812
|
+
msgstr "Roolit"
|
|
2813
|
+
|
|
2814
|
+
#: components/manage/Contents/ContentsBreadcrumbs
|
|
2815
|
+
#: components/manage/Contents/ContentsBreadcrumbsRootItem
|
|
2816
|
+
# defaultMessage: Root
|
|
2817
|
+
msgid "Root"
|
|
2818
|
+
msgstr "Juuri"
|
|
2819
|
+
|
|
2820
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
2821
|
+
# defaultMessage: Rule added
|
|
2822
|
+
msgid "Rule added"
|
|
2823
|
+
msgstr "Sääntö lisätty"
|
|
2824
|
+
|
|
2825
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
2826
|
+
# defaultMessage: Rule enable changed
|
|
2827
|
+
msgid "Rule enable changed"
|
|
2828
|
+
msgstr "Säännön aktivointi muutettu"
|
|
2829
|
+
|
|
2830
|
+
#: components/manage/Rules/Rules
|
|
2831
|
+
#: components/manage/Toolbar/More
|
|
2832
|
+
# defaultMessage: Rules
|
|
2833
|
+
msgid "Rules"
|
|
2834
|
+
msgstr "Säännöt"
|
|
2835
|
+
|
|
2836
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
2837
|
+
# defaultMessage: Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below.
|
|
2838
|
+
msgid "Rules execute when a triggering event occurs. Rule actions will only be invoked if all the rule's conditions are met. You can add new actions and conditions using the buttons below."
|
|
2839
|
+
msgstr ""
|
|
2840
|
+
|
|
2841
|
+
#: components/manage/Add/Add
|
|
2842
|
+
#: components/manage/Controlpanels/ContentType
|
|
2843
|
+
#: components/manage/Controlpanels/ContentTypeLayout
|
|
2844
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
2845
|
+
#: components/manage/Controlpanels/Controlpanel
|
|
2846
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
2847
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
2848
|
+
#: components/manage/Edit/Edit
|
|
2849
|
+
#: components/manage/Form/ModalForm
|
|
2850
|
+
#: components/manage/Sharing/Sharing
|
|
2851
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2852
|
+
# defaultMessage: Save
|
|
2853
|
+
msgid "Save"
|
|
2854
|
+
msgstr "Tallenna"
|
|
2855
|
+
|
|
2856
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2857
|
+
# defaultMessage: Save
|
|
2858
|
+
msgid "Save recurrence"
|
|
2859
|
+
msgstr "Tallenna toistuminen"
|
|
2860
|
+
|
|
2861
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2862
|
+
# defaultMessage: Saved
|
|
2863
|
+
msgid "Saved"
|
|
2864
|
+
msgstr "Tallennettu"
|
|
2865
|
+
|
|
2866
|
+
#: components/manage/Contents/ContentsItem
|
|
2867
|
+
# defaultMessage: Scheduled
|
|
2868
|
+
msgid "Scheduled"
|
|
2869
|
+
msgstr ""
|
|
2870
|
+
|
|
2871
|
+
#: components/manage/Controlpanels/ContentTypesActions
|
|
2872
|
+
# defaultMessage: Schema
|
|
2873
|
+
msgid "Schema"
|
|
2874
|
+
msgstr "Skeema"
|
|
2875
|
+
|
|
2876
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
2877
|
+
# defaultMessage: Schema updates
|
|
2878
|
+
msgid "Schema updates"
|
|
2879
|
+
msgstr "Skeemapäivitykset"
|
|
2880
|
+
|
|
2881
|
+
#: components/manage/BlockChooser/BlockChooserSearch
|
|
2882
|
+
#: components/manage/Blocks/Search/components/SearchInput
|
|
2883
|
+
#: components/manage/Blocks/Search/layout/LeftColumnFacets
|
|
2884
|
+
#: components/manage/Blocks/Search/layout/RightColumnFacets
|
|
2885
|
+
#: components/manage/Blocks/Search/layout/TopSideFacets
|
|
2886
|
+
#: components/manage/Blocks/Search/schema
|
|
2887
|
+
#: components/theme/Search/Search
|
|
2888
|
+
#: components/theme/SearchWidget/SearchWidget
|
|
2889
|
+
# defaultMessage: Search
|
|
2890
|
+
msgid "Search"
|
|
2891
|
+
msgstr "Haku"
|
|
2892
|
+
|
|
2893
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
2894
|
+
# defaultMessage: Search SVG
|
|
2895
|
+
msgid "Search SVG"
|
|
2896
|
+
msgstr "Etsi SVG"
|
|
2897
|
+
|
|
2898
|
+
#: components/theme/SearchWidget/SearchWidget
|
|
2899
|
+
# defaultMessage: Search Site
|
|
2900
|
+
msgid "Search Site"
|
|
2901
|
+
msgstr "Hae sisältöä"
|
|
2902
|
+
|
|
2903
|
+
#: components/manage/Blocks/Search/schema
|
|
2904
|
+
# defaultMessage: Search block
|
|
2905
|
+
msgid "Search block"
|
|
2906
|
+
msgstr "Haku"
|
|
2907
|
+
|
|
2908
|
+
#: components/manage/Blocks/Search/schema
|
|
2909
|
+
# defaultMessage: Search button label
|
|
2910
|
+
msgid "Search button label"
|
|
2911
|
+
msgstr "Hakunapin nimike"
|
|
2912
|
+
|
|
2913
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
2914
|
+
# defaultMessage: Search content
|
|
2915
|
+
msgid "Search content"
|
|
2916
|
+
msgstr "Hae sisältöä"
|
|
2917
|
+
|
|
2918
|
+
#: components/manage/Sharing/Sharing
|
|
2919
|
+
# defaultMessage: Search for user or group
|
|
2920
|
+
msgid "Search for user or group"
|
|
2921
|
+
msgstr "Hae käyttäjiä tai ryhmiä"
|
|
2922
|
+
|
|
2923
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2924
|
+
# defaultMessage: Search group…
|
|
2925
|
+
msgid "Search group…"
|
|
2926
|
+
msgstr "Etsi ryhmää…"
|
|
2927
|
+
|
|
2928
|
+
#: components/manage/Blocks/Search/schema
|
|
2929
|
+
# defaultMessage: Search input label
|
|
2930
|
+
msgid "Search input label"
|
|
2931
|
+
msgstr "Hakukentän nimike"
|
|
2932
|
+
|
|
2933
|
+
#: components/manage/Blocks/Search/components/SearchDetails
|
|
2934
|
+
#: components/theme/Search/Search
|
|
2935
|
+
# defaultMessage: Search results
|
|
2936
|
+
msgid "Search results"
|
|
2937
|
+
msgstr "Hakutulokset"
|
|
2938
|
+
|
|
2939
|
+
#: components/theme/Search/Search
|
|
2940
|
+
# defaultMessage: Search results for {term}
|
|
2941
|
+
msgid "Search results for {term}"
|
|
2942
|
+
msgstr "Hakutulokset: {term}"
|
|
2943
|
+
|
|
2944
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2945
|
+
# defaultMessage: Search sources by title or path
|
|
2946
|
+
msgid "Search sources by title or path"
|
|
2947
|
+
msgstr ""
|
|
2948
|
+
|
|
2949
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2950
|
+
# defaultMessage: Search targets by title or path
|
|
2951
|
+
msgid "Search targets by title or path"
|
|
2952
|
+
msgstr ""
|
|
2953
|
+
|
|
2954
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2955
|
+
# defaultMessage: Search users…
|
|
2956
|
+
msgid "Search users…"
|
|
2957
|
+
msgstr "Etsi käyttäjiä…"
|
|
2958
|
+
|
|
2959
|
+
#: components/manage/Blocks/Search/components/SearchDetails
|
|
2960
|
+
# defaultMessage: Searched for: <em>{searchedtext}</em>.
|
|
2961
|
+
msgid "Searched for: <em>{searchedtext}</em>."
|
|
2962
|
+
msgstr "Etsi: <em>{searchedtext}</em>."
|
|
2963
|
+
|
|
2964
|
+
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
2965
|
+
# defaultMessage: Second
|
|
2966
|
+
msgid "Second"
|
|
2967
|
+
msgstr "Sekunti"
|
|
2968
|
+
|
|
2969
|
+
#: components/manage/Blocks/Search/schema
|
|
2970
|
+
# defaultMessage: Section title
|
|
2971
|
+
msgid "Section title"
|
|
2972
|
+
msgstr "Osion otsikko"
|
|
2973
|
+
|
|
2974
|
+
#: components/manage/Controlpanels/Aliases
|
|
2975
|
+
#: components/manage/Rules/Rules
|
|
2976
|
+
#: components/manage/Sidebar/ObjectBrowserNav
|
|
2977
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2978
|
+
# defaultMessage: Select
|
|
2979
|
+
msgid "Select"
|
|
2980
|
+
msgstr "Valitse"
|
|
2981
|
+
|
|
2982
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
2983
|
+
# defaultMessage: Select a date to add to recurrence
|
|
2984
|
+
msgid "Select a date to add to recurrence"
|
|
2985
|
+
msgstr "Valitse toistumiseen lisättävä päivä"
|
|
2986
|
+
|
|
2987
|
+
#: components/manage/Contents/Contents
|
|
2988
|
+
# defaultMessage: Select columns to show
|
|
2989
|
+
msgid "Select columns to show"
|
|
2990
|
+
msgstr "Näytettävät sarakkeet"
|
|
2991
|
+
|
|
2992
|
+
#: helpers/MessageLabels/MessageLabels
|
|
2993
|
+
# defaultMessage: Select relation
|
|
2994
|
+
msgid "Select relation"
|
|
2995
|
+
msgstr ""
|
|
2996
|
+
|
|
2997
|
+
#: components/manage/Contents/ContentsWorkflowModal
|
|
2998
|
+
# defaultMessage: Select the transition to be used for modifying the items state.
|
|
2999
|
+
msgid "Select the transition to be used for modifying the items state."
|
|
3000
|
+
msgstr "Valitse tilasiirtymä, jolla sisällön julkisuutta muutetaan."
|
|
3001
|
+
|
|
3002
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3003
|
+
# defaultMessage: Selected
|
|
3004
|
+
msgid "Selected"
|
|
3005
|
+
msgstr ""
|
|
3006
|
+
|
|
3007
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
3008
|
+
# defaultMessage: Selected dates
|
|
3009
|
+
msgid "Selected dates"
|
|
3010
|
+
msgstr "Valitse päivät"
|
|
3011
|
+
|
|
3012
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
3013
|
+
# defaultMessage: Selected items
|
|
3014
|
+
msgid "Selected items"
|
|
3015
|
+
msgstr "Valitse sisältö"
|
|
3016
|
+
|
|
3017
|
+
#: components/manage/Sidebar/ObjectBrowserBody
|
|
3018
|
+
# defaultMessage: of
|
|
3019
|
+
msgid "Selected items - x of y"
|
|
3020
|
+
msgstr "Valittu sisältö"
|
|
3021
|
+
|
|
3022
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3023
|
+
# defaultMessage: Selection
|
|
3024
|
+
msgid "Selection"
|
|
3025
|
+
msgstr "Valinta"
|
|
3026
|
+
|
|
3027
|
+
#: components/manage/Blocks/Search/widgets/SelectMetadataField
|
|
3028
|
+
#: components/manage/Contents/Contents
|
|
3029
|
+
#: components/manage/Widgets/ArrayWidget
|
|
3030
|
+
#: components/manage/Widgets/SelectAutoComplete
|
|
3031
|
+
#: components/manage/Widgets/SelectWidget
|
|
3032
|
+
#: components/manage/Widgets/TokenWidget
|
|
3033
|
+
# defaultMessage: Select…
|
|
3034
|
+
msgid "Select…"
|
|
3035
|
+
msgstr "Valitse…"
|
|
3036
|
+
|
|
3037
|
+
#: components/theme/ContactForm/ContactForm
|
|
3038
|
+
# defaultMessage: Send
|
|
3039
|
+
msgid "Send"
|
|
3040
|
+
msgstr "Lähetä"
|
|
3041
|
+
|
|
3042
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3043
|
+
# defaultMessage: Send a confirmation mail with a link to set the password.
|
|
3044
|
+
msgid "Send a confirmation mail with a link to set the password."
|
|
3045
|
+
msgstr "Lähetä vahvistusviesti ja linkki salasanan asettamista varten."
|
|
3046
|
+
|
|
3047
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
3048
|
+
# defaultMessage: Set my password
|
|
3049
|
+
msgid "Set my password"
|
|
3050
|
+
msgstr "Vaihda salasanani"
|
|
3051
|
+
|
|
3052
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
3053
|
+
# defaultMessage: Set your password
|
|
3054
|
+
msgid "Set your password"
|
|
3055
|
+
msgstr "Vaihda salasanasi"
|
|
3056
|
+
|
|
3057
|
+
#: components/manage/Sidebar/Sidebar
|
|
3058
|
+
# defaultMessage: Settings
|
|
3059
|
+
msgid "Settings"
|
|
3060
|
+
msgstr "Asetukset"
|
|
3061
|
+
|
|
3062
|
+
#: components/manage/Sharing/Sharing
|
|
3063
|
+
#: components/manage/Toolbar/More
|
|
3064
|
+
# defaultMessage: Sharing
|
|
3065
|
+
msgid "Sharing"
|
|
3066
|
+
msgstr "Käyttöoikeudet"
|
|
3067
|
+
|
|
3068
|
+
#: components/manage/Sharing/Sharing
|
|
3069
|
+
# defaultMessage: Sharing for {title}
|
|
3070
|
+
msgid "Sharing for {title}"
|
|
3071
|
+
msgstr "{title} – käyttöoikeudet"
|
|
3072
|
+
|
|
3073
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3074
|
+
#: components/manage/Widgets/SelectWidget
|
|
3075
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
3076
|
+
# defaultMessage: Short Name
|
|
3077
|
+
msgid "Short Name"
|
|
3078
|
+
msgstr "Lyhyt nimi"
|
|
3079
|
+
|
|
3080
|
+
#: components/manage/Contents/ContentsRenameModal
|
|
3081
|
+
# defaultMessage: Short name
|
|
3082
|
+
msgid "Short name"
|
|
3083
|
+
msgstr "Lyhyt nimi"
|
|
3084
|
+
|
|
3085
|
+
#: components/manage/Controlpanels/Aliases
|
|
3086
|
+
#: components/theme/Pagination/Pagination
|
|
3087
|
+
# defaultMessage: Show
|
|
3088
|
+
msgid "Show"
|
|
3089
|
+
msgstr "Näytä"
|
|
3090
|
+
|
|
3091
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3092
|
+
# defaultMessage: Show All
|
|
3093
|
+
msgid "Show All"
|
|
3094
|
+
msgstr "Näytä kaikki"
|
|
3095
|
+
|
|
3096
|
+
#: components/theme/Comments/Comments
|
|
3097
|
+
# defaultMessage: Show Replies
|
|
3098
|
+
msgid "Show Replies"
|
|
3099
|
+
msgstr "Näytä vastaukset"
|
|
3100
|
+
|
|
3101
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3102
|
+
# defaultMessage: Show groups of users below
|
|
3103
|
+
msgid "Show groups of users below"
|
|
3104
|
+
msgstr "Näytä käyttäjäryhmät alapuolella"
|
|
3105
|
+
|
|
3106
|
+
#: components/manage/Widgets/ObjectListWidget
|
|
3107
|
+
# defaultMessage: Show item
|
|
3108
|
+
msgid "Show item"
|
|
3109
|
+
msgstr "Näytä kohde"
|
|
3110
|
+
|
|
3111
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3112
|
+
# defaultMessage: Show potential sources. Not only objects that are source of some relation.
|
|
3113
|
+
msgid "Show potential sources. Not only objects that are source of some relation."
|
|
3114
|
+
msgstr ""
|
|
3115
|
+
|
|
3116
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3117
|
+
# defaultMessage: Show potential targets. Not only objects that are target of some relation.
|
|
3118
|
+
msgid "Show potential targets. Not only objects that are target of some relation."
|
|
3119
|
+
msgstr ""
|
|
3120
|
+
|
|
3121
|
+
#: components/manage/Blocks/Search/schema
|
|
3122
|
+
# defaultMessage: Show search button?
|
|
3123
|
+
msgid "Show search button?"
|
|
3124
|
+
msgstr "Näytä hakupainike?"
|
|
3125
|
+
|
|
3126
|
+
#: components/manage/Blocks/Search/schema
|
|
3127
|
+
# defaultMessage: Show search input?
|
|
3128
|
+
msgid "Show search input?"
|
|
3129
|
+
msgstr "Näytä hakukenttä?"
|
|
3130
|
+
|
|
3131
|
+
#: components/manage/Blocks/Search/schema
|
|
3132
|
+
# defaultMessage: Show sorting?
|
|
3133
|
+
msgid "Show sorting?"
|
|
3134
|
+
msgstr "Näytä lajittelu?"
|
|
3135
|
+
|
|
3136
|
+
#: components/manage/Blocks/Search/schema
|
|
3137
|
+
# defaultMessage: Show total results
|
|
3138
|
+
msgid "Show total results"
|
|
3139
|
+
msgstr "Näytä tulokset"
|
|
3140
|
+
|
|
3141
|
+
#: components/manage/Sidebar/Sidebar
|
|
3142
|
+
# defaultMessage: Shrink sidebar
|
|
3143
|
+
msgid "Shrink sidebar"
|
|
3144
|
+
msgstr "Kutista sivupalkki"
|
|
3145
|
+
|
|
3146
|
+
#: components/manage/Toolbar/Toolbar
|
|
3147
|
+
# defaultMessage: Shrink toolbar
|
|
3148
|
+
msgid "Shrink toolbar"
|
|
3149
|
+
msgstr "Kutista työkalupalkki"
|
|
3150
|
+
|
|
3151
|
+
#: components/theme/Login/Login
|
|
3152
|
+
# defaultMessage: Sign in to start session
|
|
3153
|
+
msgid "Sign in to start session"
|
|
3154
|
+
msgstr "Kirjaudu sisään"
|
|
3155
|
+
|
|
3156
|
+
#: components/theme/Logo/Logo
|
|
3157
|
+
# defaultMessage: Site
|
|
3158
|
+
msgid "Site"
|
|
3159
|
+
msgstr "Sivusto"
|
|
3160
|
+
|
|
3161
|
+
#: components/theme/NotFound/NotFound
|
|
3162
|
+
#: components/theme/Unauthorized/Unauthorized
|
|
3163
|
+
# defaultMessage: Site Administration
|
|
3164
|
+
msgid "Site Administration"
|
|
3165
|
+
msgstr "Sivuston ylläpito"
|
|
3166
|
+
|
|
3167
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3168
|
+
#: components/manage/Toolbar/PersonalTools
|
|
3169
|
+
# defaultMessage: Site Setup
|
|
3170
|
+
msgid "Site Setup"
|
|
3171
|
+
msgstr "Sivuston asetukset"
|
|
3172
|
+
|
|
3173
|
+
#: components/theme/Sitemap/Sitemap
|
|
3174
|
+
# defaultMessage: Sitemap
|
|
3175
|
+
msgid "Sitemap"
|
|
3176
|
+
msgstr "Sivukartta"
|
|
3177
|
+
|
|
3178
|
+
#: components/theme/View/ImageView
|
|
3179
|
+
# defaultMessage: Size: {size}
|
|
3180
|
+
msgid "Size: {size}"
|
|
3181
|
+
msgstr "Koko: {size}"
|
|
3182
|
+
|
|
3183
|
+
#: components/manage/Widgets/ImageSizeWidget
|
|
3184
|
+
# defaultMessage: Small
|
|
3185
|
+
msgid "Small"
|
|
3186
|
+
msgstr "Pieni"
|
|
3187
|
+
|
|
3188
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
3189
|
+
# defaultMessage: Some relations are broken. Please fix.
|
|
3190
|
+
msgid "Some relations are broken. Please fix."
|
|
3191
|
+
msgstr ""
|
|
3192
|
+
|
|
3193
|
+
#: error
|
|
3194
|
+
# defaultMessage: Sorry, something went wrong with your request
|
|
3195
|
+
msgid "Sorry, something went wrong with your request"
|
|
3196
|
+
msgstr "Anteeksi, sivua ladattaessa jotain meni pieleen."
|
|
3197
|
+
|
|
3198
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3199
|
+
# defaultMessage: Sort by
|
|
3200
|
+
msgid "Sort By"
|
|
3201
|
+
msgstr "Lajittele"
|
|
3202
|
+
|
|
3203
|
+
#: components/theme/Search/Search
|
|
3204
|
+
# defaultMessage: Sort by:
|
|
3205
|
+
msgid "Sort By:"
|
|
3206
|
+
msgstr "Järjestys:"
|
|
3207
|
+
|
|
3208
|
+
#: components/manage/Blocks/Search/components/SortOn
|
|
3209
|
+
#: components/manage/Widgets/QuerySortOnWidget
|
|
3210
|
+
#: components/manage/Widgets/QuerystringWidget
|
|
3211
|
+
# defaultMessage: Sort on
|
|
3212
|
+
msgid "Sort on"
|
|
3213
|
+
msgstr "Järjestys"
|
|
3214
|
+
|
|
3215
|
+
#: components/manage/Blocks/Search/schema
|
|
3216
|
+
# defaultMessage: Sort on options
|
|
3217
|
+
msgid "Sort on options"
|
|
3218
|
+
msgstr "Lajittelun vaihtoehdot"
|
|
3219
|
+
|
|
3220
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3221
|
+
# defaultMessage: Sort transactions by User-Name, Path or Date
|
|
3222
|
+
msgid "Sort transactions by User-Name, Path or Date"
|
|
3223
|
+
msgstr "Lajittele nimen, polun tai päivämäärän perusteella"
|
|
3224
|
+
|
|
3225
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3226
|
+
# defaultMessage: Sorted
|
|
3227
|
+
msgid "Sorted"
|
|
3228
|
+
msgstr "Lajiteltu"
|
|
3229
|
+
|
|
3230
|
+
#: components/manage/Blocks/HTML/Edit
|
|
3231
|
+
#: components/manage/Blocks/Image/schema
|
|
3232
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3233
|
+
# defaultMessage: Source
|
|
3234
|
+
msgid "Source"
|
|
3235
|
+
msgstr "Lähde"
|
|
3236
|
+
|
|
3237
|
+
#: components/manage/Blocks/Video/Edit
|
|
3238
|
+
# defaultMessage: Specify a youtube video or playlist url
|
|
3239
|
+
msgid "Specify a youtube video or playlist url"
|
|
3240
|
+
msgstr "Syötä Youtube-videon tai soittolistan URL."
|
|
3241
|
+
|
|
3242
|
+
#: components/manage/Diff/Diff
|
|
3243
|
+
# defaultMessage: Split
|
|
3244
|
+
msgid "Split"
|
|
3245
|
+
msgstr "Halkaise"
|
|
3246
|
+
|
|
3247
|
+
#: components/manage/Blocks/Search/components/DateRangeFacet
|
|
3248
|
+
#: components/manage/Contents/Contents
|
|
3249
|
+
# defaultMessage: Start Date
|
|
3250
|
+
msgid "Start Date"
|
|
3251
|
+
msgstr "Aloituspäivä"
|
|
3252
|
+
|
|
3253
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
3254
|
+
# defaultMessage: Start of the recurrence
|
|
3255
|
+
msgid "Start of the recurrence"
|
|
3256
|
+
msgstr "Toistumisen aloituspäivä"
|
|
3257
|
+
|
|
3258
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
3259
|
+
# defaultMessage: Start password reset
|
|
3260
|
+
msgid "Start password reset"
|
|
3261
|
+
msgstr "Aloita salasanan vaihtaminen"
|
|
3262
|
+
|
|
3263
|
+
#: components/manage/Contents/Contents
|
|
3264
|
+
#: components/manage/Workflow/Workflow
|
|
3265
|
+
#: components/theme/View/TabularView
|
|
3266
|
+
# defaultMessage: State
|
|
3267
|
+
msgid "State"
|
|
3268
|
+
msgstr "Julkisuus"
|
|
3269
|
+
|
|
3270
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
3271
|
+
# defaultMessage: Status
|
|
3272
|
+
msgid "Status"
|
|
3273
|
+
msgstr "Tila"
|
|
3274
|
+
|
|
3275
|
+
#: components/manage/Multilingual/CompareLanguages
|
|
3276
|
+
# defaultMessage: Stop compare
|
|
3277
|
+
msgid "Stop compare"
|
|
3278
|
+
msgstr "Lopeta vertailu"
|
|
3279
|
+
|
|
3280
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3281
|
+
# defaultMessage: String
|
|
3282
|
+
msgid "String"
|
|
3283
|
+
msgstr "Merkkijono"
|
|
3284
|
+
|
|
3285
|
+
#: components/manage/Blocks/Table/Edit
|
|
3286
|
+
# defaultMessage: Alternate row background color
|
|
3287
|
+
msgid "Stripe alternate rows with color"
|
|
3288
|
+
msgstr "Väritä joka toinen rivi"
|
|
3289
|
+
|
|
3290
|
+
#: helpers/Extensions/withBlockSchemaEnhancer
|
|
3291
|
+
# defaultMessage: Styling
|
|
3292
|
+
msgid "Styling"
|
|
3293
|
+
msgstr "Tyyli"
|
|
3294
|
+
|
|
3295
|
+
#: components/theme/ContactForm/ContactForm
|
|
3296
|
+
# defaultMessage: Subject
|
|
3297
|
+
msgid "Subject"
|
|
3298
|
+
msgstr "Aihe"
|
|
3299
|
+
|
|
3300
|
+
#: components/manage/Actions/Actions
|
|
3301
|
+
#: components/manage/Aliases/Aliases
|
|
3302
|
+
#: components/manage/Contents/Contents
|
|
3303
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3304
|
+
#: components/manage/Controlpanels/Aliases
|
|
3305
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
3306
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
3307
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
3308
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
3309
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
3310
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
3311
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3312
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
3313
|
+
#: components/manage/Preferences/ChangePassword
|
|
3314
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
3315
|
+
#: components/manage/Rules/Rules
|
|
3316
|
+
#: components/theme/ContactForm/ContactForm
|
|
3317
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3318
|
+
# defaultMessage: Success
|
|
3319
|
+
msgid "Success"
|
|
3320
|
+
msgstr "Onnistui"
|
|
3321
|
+
|
|
3322
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3323
|
+
# defaultMessage: Successfully undone transactions
|
|
3324
|
+
msgid "Successfully Undone Transactions"
|
|
3325
|
+
msgstr "Toiminnot peruttu onnistuneesti"
|
|
3326
|
+
|
|
3327
|
+
#: config/Blocks
|
|
3328
|
+
# defaultMessage: Summary
|
|
3329
|
+
msgid "Summary"
|
|
3330
|
+
msgstr "Yhteenveto"
|
|
3331
|
+
|
|
3332
|
+
#: config/Views
|
|
3333
|
+
# defaultMessage: Summary view
|
|
3334
|
+
msgid "Summary view"
|
|
3335
|
+
msgstr "Yhteenvetonäkymä"
|
|
3336
|
+
|
|
3337
|
+
#: components/theme/LanguageSelector/LanguageSelector
|
|
3338
|
+
# defaultMessage: Switch to
|
|
3339
|
+
msgid "Switch to"
|
|
3340
|
+
msgstr "Vaihda"
|
|
3341
|
+
|
|
3342
|
+
#: components/manage/Blocks/Table/Edit
|
|
3343
|
+
# defaultMessage: Table
|
|
3344
|
+
msgid "Table"
|
|
3345
|
+
msgstr "Taulukkoa"
|
|
3346
|
+
|
|
3347
|
+
#: components/manage/Blocks/ToC/variations/DefaultTocRenderer
|
|
3348
|
+
#: components/manage/Blocks/ToC/variations/HorizontalMenu
|
|
3349
|
+
# defaultMessage: Table of Contents
|
|
3350
|
+
msgid "Table of Contents"
|
|
3351
|
+
msgstr "Sisällys"
|
|
3352
|
+
|
|
3353
|
+
#: config/Views
|
|
3354
|
+
# defaultMessage: Tabular view
|
|
3355
|
+
msgid "Tabular view"
|
|
3356
|
+
msgstr "Taulukkonäkymä"
|
|
3357
|
+
|
|
3358
|
+
#: components/manage/Contents/Contents
|
|
3359
|
+
#: components/manage/Contents/ContentsTagsModal
|
|
3360
|
+
# defaultMessage: Tags
|
|
3361
|
+
msgid "Tags"
|
|
3362
|
+
msgstr "Tagit eli avainsanat"
|
|
3363
|
+
|
|
3364
|
+
#: components/manage/Contents/ContentsTagsModal
|
|
3365
|
+
# defaultMessage: Tags to add
|
|
3366
|
+
msgid "Tags to add"
|
|
3367
|
+
msgstr "Lisättävät tagit"
|
|
3368
|
+
|
|
3369
|
+
#: components/manage/Contents/ContentsTagsModal
|
|
3370
|
+
# defaultMessage: Tags to remove
|
|
3371
|
+
msgid "Tags to remove"
|
|
3372
|
+
msgstr "Poistettavat tagit"
|
|
3373
|
+
|
|
3374
|
+
#: components/manage/Blocks/Teaser/schema
|
|
3375
|
+
#: components/manage/Controlpanels/Aliases
|
|
3376
|
+
#: components/manage/Controlpanels/Relations/RelationsMatrix
|
|
3377
|
+
# defaultMessage: Target
|
|
3378
|
+
msgid "Target"
|
|
3379
|
+
msgstr "Kohde"
|
|
3380
|
+
|
|
3381
|
+
#: components/manage/Controlpanels/Aliases
|
|
3382
|
+
# defaultMessage: Target Path (Required)
|
|
3383
|
+
msgid "Target Path (Required)"
|
|
3384
|
+
msgstr "Kohteen polku (pakollinen)"
|
|
3385
|
+
|
|
3386
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3387
|
+
# defaultMessage: Target memory size per cache in bytes
|
|
3388
|
+
msgid "Target memory size per cache in bytes"
|
|
3389
|
+
msgstr "Välimuistin tavoitekoko tavuina"
|
|
3390
|
+
|
|
3391
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3392
|
+
# defaultMessage: Target number of objects in memory per cache
|
|
3393
|
+
msgid "Target number of objects in memory per cache"
|
|
3394
|
+
msgstr "Välimuistin tavoitekoko olioiden määrässä"
|
|
3395
|
+
|
|
3396
|
+
#: components/manage/Controlpanels/Aliases
|
|
3397
|
+
# defaultMessage: Target url path must start with a slash.
|
|
3398
|
+
msgid "Target url path must start with a slash."
|
|
3399
|
+
msgstr "Kohdeosoitteen tulee alkaa kauttaviivalla."
|
|
3400
|
+
|
|
3401
|
+
#: components/manage/Blocks/Teaser/schema
|
|
3402
|
+
# defaultMessage: Teaser
|
|
3403
|
+
msgid "Teaser"
|
|
3404
|
+
msgstr ""
|
|
3405
|
+
|
|
3406
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3407
|
+
# defaultMessage: Text
|
|
3408
|
+
msgid "Text"
|
|
3409
|
+
msgstr "Teksti"
|
|
3410
|
+
|
|
3411
|
+
#: components/theme/ConnectionRefused/ConnectionRefused
|
|
3412
|
+
#: components/theme/CorsError/CorsError
|
|
3413
|
+
#: components/theme/NotFound/NotFound
|
|
3414
|
+
#: components/theme/RequestTimeout/RequestTimeout
|
|
3415
|
+
#: components/theme/Unauthorized/Unauthorized
|
|
3416
|
+
# defaultMessage: Thank you.
|
|
3417
|
+
msgid "Thank you."
|
|
3418
|
+
msgstr "Kiitos."
|
|
3419
|
+
|
|
3420
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3421
|
+
# defaultMessage: The Database Manager allow you to view database status information
|
|
3422
|
+
msgid "The Database Manager allow you to view database status information"
|
|
3423
|
+
msgstr "Tietokantamanageri sallii sinun katsoa tietokannan tilannetietoa."
|
|
3424
|
+
|
|
3425
|
+
#: components/theme/RequestTimeout/RequestTimeout
|
|
3426
|
+
# defaultMessage: The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again.
|
|
3427
|
+
msgid "The backend is not responding, due to a server timeout or a connection problem of your device. Please check your connection and try again."
|
|
3428
|
+
msgstr "Sivuston taustapalvelu ei vastaa, johtuen aikakatkaisusta tai verkkovirheestä laitteessasi. Varmista yhteyden toimivuus ja kokeile uudelleen."
|
|
3429
|
+
|
|
3430
|
+
#: components/theme/ConnectionRefused/ConnectionRefused
|
|
3431
|
+
# defaultMessage: The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.
|
|
3432
|
+
msgid "The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable."
|
|
3433
|
+
msgstr ""
|
|
3434
|
+
|
|
3435
|
+
#: components/theme/CorsError/CorsError
|
|
3436
|
+
# defaultMessage: The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.
|
|
3437
|
+
msgid "The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources."
|
|
3438
|
+
msgstr ""
|
|
3439
|
+
|
|
3440
|
+
#: components/theme/CorsError/CorsError
|
|
3441
|
+
# defaultMessage: The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.
|
|
3442
|
+
msgid "The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators."
|
|
3443
|
+
msgstr ""
|
|
3444
|
+
|
|
3445
|
+
#: components/manage/Blocks/Search/schema
|
|
3446
|
+
# defaultMessage: The button presence disables the live search, the query is issued when you press ENTER
|
|
3447
|
+
msgid "The button presence disables the live search, the query is issued when you press ENTER"
|
|
3448
|
+
msgstr "Napin näyttäminen poistaa live-haun käytöstä. Haku käynnistetään kun painat ENTER"
|
|
3449
|
+
|
|
3450
|
+
#: components/manage/Rules/Rules
|
|
3451
|
+
# defaultMessage: The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones.
|
|
3452
|
+
msgid "The following content rules are active in this Page. Use the content rules control panel to create new rules or delete or modify existing ones."
|
|
3453
|
+
msgstr "Seuraavat sisältösäännöt ovat voimassa tällä sivulla. Käytä sisältösääntöjen hallintapaneelia luodaksesi uusia sääntöjä tai poistaaksesi olemassa olevia. "
|
|
3454
|
+
|
|
3455
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3456
|
+
# defaultMessage: The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient.
|
|
3457
|
+
msgid "The following list shows which upgrade steps are going to be run. Upgrading sometimes performs a catalog/security update, which may take a long time on large sites. Be patient."
|
|
3458
|
+
msgstr ""
|
|
3459
|
+
|
|
3460
|
+
#: components/manage/Contents/Contents
|
|
3461
|
+
# defaultMessage: The item could not be deleted.
|
|
3462
|
+
msgid "The item could not be deleted."
|
|
3463
|
+
msgstr "Tätä kohdetta ei voitu poistaa."
|
|
3464
|
+
|
|
3465
|
+
#: components/theme/View/LinkView
|
|
3466
|
+
# defaultMessage: The link address is:
|
|
3467
|
+
msgid "The link address is:"
|
|
3468
|
+
msgstr "Linkin osoite on:"
|
|
3469
|
+
|
|
3470
|
+
#: components/manage/Aliases/Aliases
|
|
3471
|
+
# defaultMessage: The provided alternative url already exists!
|
|
3472
|
+
msgid "The provided alternative url already exists!"
|
|
3473
|
+
msgstr "Ehdotettu vaihtoehtoinen URL on jo olemassa!"
|
|
3474
|
+
|
|
3475
|
+
#: components/theme/Register/Register
|
|
3476
|
+
# defaultMessage: The registration process has been successful. Please check your e-mail inbox for information on how activate your account.
|
|
3477
|
+
msgid "The registration process has been successful. Please check your e-mail inbox for information on how activate your account."
|
|
3478
|
+
msgstr "Rekisteröinti onnistui. Tarkista, saitko sähköpostiisi ohjeet käyttäjätunnuksesi aktivoimiseksi."
|
|
3479
|
+
|
|
3480
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3481
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3482
|
+
# defaultMessage: The site configuration is outdated and needs to be upgraded.
|
|
3483
|
+
msgid "The site configuration is outdated and needs to be upgraded."
|
|
3484
|
+
msgstr "Sivuston konfiguraatio on vanhentunut ja se pitää päivittää."
|
|
3485
|
+
|
|
3486
|
+
#: components/manage/Toolbar/More
|
|
3487
|
+
# defaultMessage: The working copy was discarded
|
|
3488
|
+
msgid "The working copy was discarded"
|
|
3489
|
+
msgstr "Työkopio poistettiin"
|
|
3490
|
+
|
|
3491
|
+
#: components/theme/Footer/Footer
|
|
3492
|
+
# defaultMessage: The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.
|
|
3493
|
+
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
3494
|
+
msgstr "{plonecms} {copyright} 2000-{current_year} {plonefoundation} ja ystävien toimesta."
|
|
3495
|
+
|
|
3496
|
+
#: components/theme/CorsError/CorsError
|
|
3497
|
+
# defaultMessage: There is a configuration problem on the backend
|
|
3498
|
+
msgid "There is a configuration problem on the backend"
|
|
3499
|
+
msgstr "Taustapalvelussa havaittiin konfiguraatio-ongelma"
|
|
3500
|
+
|
|
3501
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3502
|
+
# defaultMessage: There was an error with the upgrade.
|
|
3503
|
+
msgid "There was an error with the upgrade."
|
|
3504
|
+
msgstr "Päivityksessä tapahtui virhe."
|
|
3505
|
+
|
|
3506
|
+
#: components/manage/Form/InlineForm
|
|
3507
|
+
# defaultMessage: There were some errors
|
|
3508
|
+
msgid "There were some errors"
|
|
3509
|
+
msgstr "Lomakkeesta löytyi virheitä"
|
|
3510
|
+
|
|
3511
|
+
#: components/manage/Form/ModalForm
|
|
3512
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3513
|
+
# defaultMessage: There were some errors.
|
|
3514
|
+
msgid "There were some errors."
|
|
3515
|
+
msgstr "Löytyi joitakin puutteita tai virheitä."
|
|
3516
|
+
|
|
3517
|
+
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
3518
|
+
# defaultMessage: Third
|
|
3519
|
+
msgid "Third"
|
|
3520
|
+
msgstr "Kolmas"
|
|
3521
|
+
|
|
3522
|
+
#: components/manage/Contents/Contents
|
|
3523
|
+
# defaultMessage: This Page is referenced by the following items:
|
|
3524
|
+
msgid "This Page is referenced by the following items:"
|
|
3525
|
+
msgstr "Tähän sivuun viitataan seuraavista:"
|
|
3526
|
+
|
|
3527
|
+
#: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
|
|
3528
|
+
# defaultMessage: This has an ongoing working copy in {title}
|
|
3529
|
+
msgid "This has an ongoing working copy in {title}"
|
|
3530
|
+
msgstr ""
|
|
3531
|
+
|
|
3532
|
+
#: components/manage/Widgets/IdWidget
|
|
3533
|
+
# defaultMessage: This is a reserved name and can't be used
|
|
3534
|
+
msgid "This is a reserved name and can't be used"
|
|
3535
|
+
msgstr ""
|
|
3536
|
+
|
|
3537
|
+
#: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory
|
|
3538
|
+
# defaultMessage: This is a working copy of {title}
|
|
3539
|
+
msgid "This is a working copy of {title}"
|
|
3540
|
+
msgstr ""
|
|
3541
|
+
|
|
3542
|
+
#: components/manage/LockingToastsFactory/LockingToastsFactory
|
|
3543
|
+
# defaultMessage: This item was locked by {creator} on {date}
|
|
3544
|
+
msgid "This item was locked by {creator} on {date}"
|
|
3545
|
+
msgstr "Tämä kohde oli lukittu {creator} toimesta {date}"
|
|
3546
|
+
|
|
3547
|
+
#: components/manage/Contents/ContentsRenameModal
|
|
3548
|
+
# defaultMessage: This name will be displayed in the URL.
|
|
3549
|
+
msgid "This name will be displayed in the URL."
|
|
3550
|
+
msgstr "Tämä on osa sivun näkyvää osoitetta selaimen osoiterivillä."
|
|
3551
|
+
|
|
3552
|
+
#: components/theme/NotFound/NotFound
|
|
3553
|
+
# defaultMessage: This page does not seem to exist…
|
|
3554
|
+
msgid "This page does not seem to exist…"
|
|
3555
|
+
msgstr "Tätä sivua ei näytä olevan olemassa…"
|
|
3556
|
+
|
|
3557
|
+
#: components/manage/Controlpanels/Rules/ConfigureRule
|
|
3558
|
+
# defaultMessage: This rule is assigned to the following locations:
|
|
3559
|
+
msgid "This rule is assigned to the following locations:"
|
|
3560
|
+
msgstr "Tämä sääntö on kohdistettu seuraaviin sijainteihin:"
|
|
3561
|
+
|
|
3562
|
+
#: components/manage/Widgets/DatetimeWidget
|
|
3563
|
+
# defaultMessage: Time
|
|
3564
|
+
msgid "Time"
|
|
3565
|
+
msgstr "Aika"
|
|
3566
|
+
|
|
3567
|
+
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3568
|
+
#: components/manage/Blocks/Teaser/schema
|
|
3569
|
+
#: components/manage/Contents/Contents
|
|
3570
|
+
#: components/manage/Contents/ContentsRenameModal
|
|
3571
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
3572
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3573
|
+
#: components/manage/Widgets/SelectWidget
|
|
3574
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
3575
|
+
#: components/theme/View/TabularView
|
|
3576
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3577
|
+
# defaultMessage: Title
|
|
3578
|
+
msgid "Title"
|
|
3579
|
+
msgstr "Nimike"
|
|
3580
|
+
|
|
3581
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
3582
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
3583
|
+
# defaultMessage: Title field error. Value not provided or already existing.
|
|
3584
|
+
msgid "Title field error. Value not provided or already existing."
|
|
3585
|
+
msgstr "Otsikkovirhe. Arvoa ei syötetty tai se on jo olemassa."
|
|
3586
|
+
|
|
3587
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3588
|
+
# defaultMessage: Total active and non-active objects
|
|
3589
|
+
msgid "Total active and non-active objects"
|
|
3590
|
+
msgstr "Aktiivisten ja ei-aktiivisten kohteiden määrä"
|
|
3591
|
+
|
|
3592
|
+
#: components/manage/Contents/Contents
|
|
3593
|
+
# defaultMessage: Total comments
|
|
3594
|
+
msgid "Total comments"
|
|
3595
|
+
msgstr "Kommentteja"
|
|
3596
|
+
|
|
3597
|
+
#: components/manage/Contents/Contents
|
|
3598
|
+
# defaultMessage: Total items to be deleted:
|
|
3599
|
+
msgid "Total items to be deleted:"
|
|
3600
|
+
msgstr ""
|
|
3601
|
+
|
|
3602
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3603
|
+
# defaultMessage: Total number of objects in each cache
|
|
3604
|
+
msgid "Total number of objects in each cache"
|
|
3605
|
+
msgstr "Jokaisessa välimuistissa olevien kohteiden määrä"
|
|
3606
|
+
|
|
3607
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3608
|
+
# defaultMessage: Total number of objects in memory from all caches
|
|
3609
|
+
msgid "Total number of objects in memory from all caches"
|
|
3610
|
+
msgstr "Kaikissa välimuisteissa olevien kohteiden yhteismäärä"
|
|
3611
|
+
|
|
3612
|
+
#: components/manage/Controlpanels/DatabaseInformation
|
|
3613
|
+
# defaultMessage: Total number of objects in the database
|
|
3614
|
+
msgid "Total number of objects in the database"
|
|
3615
|
+
msgstr "Tietokannassa olevien kohteiden määrä"
|
|
3616
|
+
|
|
3617
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3618
|
+
# defaultMessage: Transactions
|
|
3619
|
+
msgid "Transactions"
|
|
3620
|
+
msgstr "Toiminnot"
|
|
3621
|
+
|
|
3622
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3623
|
+
# defaultMessage: #
|
|
3624
|
+
msgid "Transactions Checkbox"
|
|
3625
|
+
msgstr "Toiminnot"
|
|
3626
|
+
|
|
3627
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3628
|
+
# defaultMessage: Transactions have been sorted
|
|
3629
|
+
msgid "Transactions Have Been Sorted"
|
|
3630
|
+
msgstr "Toiminnot on lajiteltu"
|
|
3631
|
+
|
|
3632
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3633
|
+
# defaultMessage: Transactions have been unsorted
|
|
3634
|
+
msgid "Transactions Have Been Unsorted"
|
|
3635
|
+
msgstr "Toimintojen lajittelu on purettu"
|
|
3636
|
+
|
|
3637
|
+
#: components/manage/Add/Add
|
|
3638
|
+
#: components/manage/Toolbar/Types
|
|
3639
|
+
# defaultMessage: Translate to {lang}
|
|
3640
|
+
msgid "Translate to {lang}"
|
|
3641
|
+
msgstr "Käännä kielelle {lang}"
|
|
3642
|
+
|
|
3643
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
3644
|
+
# defaultMessage: Translation linked
|
|
3645
|
+
msgid "Translation linked"
|
|
3646
|
+
msgstr "Käännös linkitetty"
|
|
3647
|
+
|
|
3648
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
3649
|
+
# defaultMessage: Translation linking removed
|
|
3650
|
+
msgid "Translation linking removed"
|
|
3651
|
+
msgstr "Käännöksen linkitys poistettu"
|
|
3652
|
+
|
|
3653
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
3654
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
3655
|
+
# defaultMessage: Triggering event field error. Please select a value
|
|
3656
|
+
msgid "Triggering event field error. Please select a value"
|
|
3657
|
+
msgstr "Käynnistä tapahtumakentän virhe. Valtse arvo"
|
|
3658
|
+
|
|
3659
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
3660
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3661
|
+
#: components/theme/View/TabularView
|
|
3662
|
+
# defaultMessage: Type
|
|
3663
|
+
msgid "Type"
|
|
3664
|
+
msgstr "Sisältötyyppi"
|
|
3665
|
+
|
|
3666
|
+
#: components/manage/Blocks/Video/Edit
|
|
3667
|
+
# defaultMessage: Type a Video (YouTube, Vimeo or mp4) URL
|
|
3668
|
+
msgid "Type a Video (YouTube, Vimeo or mp4) URL"
|
|
3669
|
+
msgstr "Syötä videon URL (YouTube, Vimeo tai mp4)"
|
|
3670
|
+
|
|
3671
|
+
#: components/manage/Widgets/SelectAutoComplete
|
|
3672
|
+
# defaultMessage: Type text...
|
|
3673
|
+
msgid "Type text..."
|
|
3674
|
+
msgstr "Syötä tekstiä..."
|
|
3675
|
+
|
|
3676
|
+
#: components/manage/Blocks/Text/Edit
|
|
3677
|
+
# defaultMessage: Type text…
|
|
3678
|
+
msgid "Type text…"
|
|
3679
|
+
msgstr "Syötä tekstiä…"
|
|
3680
|
+
|
|
3681
|
+
#: components/manage/TextLineEdit/TextLineEdit
|
|
3682
|
+
# defaultMessage: Type the heading…
|
|
3683
|
+
msgid "Type the heading…"
|
|
3684
|
+
msgstr "Syötä otsikko..."
|
|
3685
|
+
|
|
3686
|
+
#: components/manage/Blocks/Title/Edit
|
|
3687
|
+
# defaultMessage: Type the title…
|
|
3688
|
+
msgid "Type the title…"
|
|
3689
|
+
msgstr "Syötä nimike tai otsikko…"
|
|
3690
|
+
|
|
3691
|
+
#: components/manage/Contents/Contents
|
|
3692
|
+
# defaultMessage: UID
|
|
3693
|
+
msgid "UID"
|
|
3694
|
+
msgstr "UID"
|
|
3695
|
+
|
|
3696
|
+
#: components/manage/Aliases/Aliases
|
|
3697
|
+
#: components/manage/Controlpanels/Aliases
|
|
3698
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3699
|
+
#: components/manage/Toolbar/More
|
|
3700
|
+
# defaultMessage: URL Management
|
|
3701
|
+
msgid "URL Management"
|
|
3702
|
+
msgstr "URL-osoitteiden hallinta"
|
|
3703
|
+
|
|
3704
|
+
#: components/manage/Aliases/Aliases
|
|
3705
|
+
# defaultMessage: URL Management for {title}
|
|
3706
|
+
msgid "URL Management for {title}"
|
|
3707
|
+
msgstr "URL-osoitteiden hallinta kohteelle {title}"
|
|
3708
|
+
|
|
3709
|
+
#: components/manage/Rules/Rules
|
|
3710
|
+
# defaultMessage: Unassign
|
|
3711
|
+
msgid "Unassign"
|
|
3712
|
+
msgstr "Poista kohdistus"
|
|
3713
|
+
|
|
3714
|
+
#: components/manage/Rules/Rules
|
|
3715
|
+
# defaultMessage: Unassigned
|
|
3716
|
+
msgid "Unassigned"
|
|
3717
|
+
msgstr "Kohdistus poistettu"
|
|
3718
|
+
|
|
3719
|
+
#: components/manage/Toolbar/More
|
|
3720
|
+
#: components/theme/Unauthorized/Unauthorized
|
|
3721
|
+
# defaultMessage: Unauthorized
|
|
3722
|
+
msgid "Unauthorized"
|
|
3723
|
+
msgstr "Ei pääsyä"
|
|
3724
|
+
|
|
3725
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3726
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3727
|
+
#: components/manage/Form/UndoToolbar
|
|
3728
|
+
# defaultMessage: Undo
|
|
3729
|
+
msgid "Undo"
|
|
3730
|
+
msgstr "Peruuta"
|
|
3731
|
+
|
|
3732
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3733
|
+
# defaultMessage: Undo Controlpanel
|
|
3734
|
+
msgid "Undo Controlpanel"
|
|
3735
|
+
msgstr "Peruutukset"
|
|
3736
|
+
|
|
3737
|
+
#: components/manage/BlockChooser/BlockChooser
|
|
3738
|
+
# defaultMessage: Unfold
|
|
3739
|
+
msgid "Unfold"
|
|
3740
|
+
msgstr "Avaa"
|
|
3741
|
+
|
|
3742
|
+
#: components/manage/Diff/Diff
|
|
3743
|
+
# defaultMessage: Unified
|
|
3744
|
+
msgid "Unified"
|
|
3745
|
+
msgstr "Yhdistetty"
|
|
3746
|
+
|
|
3747
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3748
|
+
# defaultMessage: Uninstall
|
|
3749
|
+
msgid "Uninstall"
|
|
3750
|
+
msgstr "Poista asennus"
|
|
3751
|
+
|
|
3752
|
+
#: components/manage/Blocks/Block/DefaultView
|
|
3753
|
+
#: components/manage/Blocks/Block/Edit
|
|
3754
|
+
#: components/theme/View/RenderBlocks
|
|
3755
|
+
# defaultMessage: Unknown Block {block}
|
|
3756
|
+
msgid "Unknown Block"
|
|
3757
|
+
msgstr "Tunnistamaton palikka"
|
|
3758
|
+
|
|
3759
|
+
#: components/manage/Multilingual/ManageTranslations
|
|
3760
|
+
# defaultMessage: Unlink translation for
|
|
3761
|
+
msgid "Unlink translation for"
|
|
3762
|
+
msgstr "Poista käännöksen linkitys"
|
|
3763
|
+
|
|
3764
|
+
#: components/manage/Toolbar/Toolbar
|
|
3765
|
+
# defaultMessage: Unlock
|
|
3766
|
+
msgid "Unlock"
|
|
3767
|
+
msgstr "Avaa"
|
|
3768
|
+
|
|
3769
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
3770
|
+
# defaultMessage: Unsorted
|
|
3771
|
+
msgid "Unsorted"
|
|
3772
|
+
msgstr "Lajittelu poistettu"
|
|
3773
|
+
|
|
3774
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3775
|
+
# defaultMessage: Update
|
|
3776
|
+
msgid "Update"
|
|
3777
|
+
msgstr "Päivitä"
|
|
3778
|
+
|
|
3779
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3780
|
+
# defaultMessage: Update installed addons
|
|
3781
|
+
msgid "Update installed addons"
|
|
3782
|
+
msgstr "Päivitä asennettuja laajennoksia"
|
|
3783
|
+
|
|
3784
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3785
|
+
# defaultMessage: Update installed addons:
|
|
3786
|
+
msgid "Update installed addons:"
|
|
3787
|
+
msgstr "Päivitä asennetut lisäosat:"
|
|
3788
|
+
|
|
3789
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
3790
|
+
# defaultMessage: Updates available
|
|
3791
|
+
msgid "Updates available"
|
|
3792
|
+
msgstr "Päivityksiä saatavilla"
|
|
3793
|
+
|
|
3794
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3795
|
+
# defaultMessage: Upgrade
|
|
3796
|
+
msgid "Upgrade"
|
|
3797
|
+
msgstr "Päivitä"
|
|
3798
|
+
|
|
3799
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3800
|
+
# defaultMessage: Upgrade Plone Site
|
|
3801
|
+
msgid "Upgrade Plone Site"
|
|
3802
|
+
msgstr "Päivitä Plone-sivusto"
|
|
3803
|
+
|
|
3804
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3805
|
+
# defaultMessage: Upgrade Report
|
|
3806
|
+
msgid "Upgrade Report"
|
|
3807
|
+
msgstr "Päivitysraportti"
|
|
3808
|
+
|
|
3809
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3810
|
+
# defaultMessage: Upgrade Steps
|
|
3811
|
+
msgid "Upgrade Steps"
|
|
3812
|
+
msgstr "Päivityksen vaiheet"
|
|
3813
|
+
|
|
3814
|
+
#: components/manage/Contents/Contents
|
|
3815
|
+
# defaultMessage: Upload
|
|
3816
|
+
msgid "Upload"
|
|
3817
|
+
msgstr "Siirrä palvelimelle"
|
|
3818
|
+
|
|
3819
|
+
#: components/manage/Blocks/LeadImage/Edit
|
|
3820
|
+
# defaultMessage: Upload a lead image in the 'Lead Image' content field.
|
|
3821
|
+
msgid "Upload a lead image in the 'Lead Image' content field."
|
|
3822
|
+
msgstr "Tallenna nostokuva sisällön 'Nostokuva'-kentään"
|
|
3823
|
+
|
|
3824
|
+
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3825
|
+
# defaultMessage: Upload a new image
|
|
3826
|
+
msgid "Upload a new image"
|
|
3827
|
+
msgstr "Siirrä palvelimelle uusi kuva"
|
|
3828
|
+
|
|
3829
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
3830
|
+
# defaultMessage: Upload files
|
|
3831
|
+
msgid "Upload files"
|
|
3832
|
+
msgstr "Lähetä palvelimelle tiedostoja"
|
|
3833
|
+
|
|
3834
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
3835
|
+
# defaultMessage: Uploading files
|
|
3836
|
+
msgid "Uploading files"
|
|
3837
|
+
msgstr "Lähetetään tiedostoja"
|
|
3838
|
+
|
|
3839
|
+
#: components/manage/Blocks/HeroImageLeft/Edit
|
|
3840
|
+
#: components/manage/Blocks/Image/Edit
|
|
3841
|
+
# defaultMessage: Uploading image
|
|
3842
|
+
msgid "Uploading image"
|
|
3843
|
+
msgstr "Kuvaa ladataan"
|
|
3844
|
+
|
|
3845
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
3846
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
3847
|
+
# defaultMessage: Use the form below to define the new content rule
|
|
3848
|
+
msgid "Use the form below to define the new content rule"
|
|
3849
|
+
msgstr "Käytä alla olevaa lomaketta uuden sisältösäännön määrittelyyn"
|
|
3850
|
+
|
|
3851
|
+
#: components/manage/Controlpanels/Rules/Rules
|
|
3852
|
+
# defaultMessage: Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu.
|
|
3853
|
+
msgid "Use the form below to define, change or remove content rules. Rules will automatically perform actions on content when certain triggers take place. After defining rules, you may want to go to a folder to assign them, using the 'rules' item in the actions menu."
|
|
3854
|
+
msgstr "Käytä allaolevaa lomaketta sisältösääntöjen määrittelyyn, muuttamiseen ja poistoon. Säännöt suorittavat automaattisesti toimintoja tiettyjen ehtojen perusteella. Kun sääntö on luotu ja määriteelty, voit mennä kansioon tai sivuun kohdistamaan ne käyttämällä Säännöt-kohtaa valikossa."
|
|
3855
|
+
|
|
3856
|
+
#: components/manage/Widgets/SchemaWidget
|
|
3857
|
+
#: components/manage/Widgets/SelectWidget
|
|
3858
|
+
#: components/manage/Widgets/WysiwygWidget
|
|
3859
|
+
# defaultMessage: Used for programmatic access to the fieldset.
|
|
3860
|
+
msgid "Used for programmatic access to the fieldset."
|
|
3861
|
+
msgstr "Tiedon koneellisessa luvussa käytettävä tekninen tunniste."
|
|
3862
|
+
|
|
3863
|
+
#: components/manage/Sharing/Sharing
|
|
3864
|
+
# defaultMessage: User
|
|
3865
|
+
msgid "User"
|
|
3866
|
+
msgstr "Käyttäjä"
|
|
3867
|
+
|
|
3868
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3869
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3870
|
+
# defaultMessage: User Group Membership
|
|
3871
|
+
msgid "User Group Membership"
|
|
3872
|
+
msgstr "Käyttäjän ryhmäjäsenyys"
|
|
3873
|
+
|
|
3874
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3875
|
+
# defaultMessage: User Group Settings
|
|
3876
|
+
msgid "User Group Settings"
|
|
3877
|
+
msgstr "Käyttäjän ryhmän asetukset"
|
|
3878
|
+
|
|
3879
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3880
|
+
# defaultMessage: User created
|
|
3881
|
+
msgid "User created"
|
|
3882
|
+
msgstr "Käyttäjä luotu"
|
|
3883
|
+
|
|
3884
|
+
#: components/manage/Controlpanels/Users/UsersControlpanel
|
|
3885
|
+
# defaultMessage: User name
|
|
3886
|
+
msgid "User name"
|
|
3887
|
+
msgstr "Käyttäjän nimi"
|
|
3888
|
+
|
|
3889
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3890
|
+
# defaultMessage: User roles updated
|
|
3891
|
+
msgid "User roles updated"
|
|
3892
|
+
msgstr "Käyttäjän roolit päivitetty"
|
|
3893
|
+
|
|
3894
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3895
|
+
# defaultMessage: Username
|
|
3896
|
+
msgid "Username"
|
|
3897
|
+
msgstr "Käyttäjätunnus"
|
|
3898
|
+
|
|
3899
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3900
|
+
#: components/manage/Controlpanels/Users/UsersControlpanel
|
|
3901
|
+
#: helpers/MessageLabels/MessageLabels
|
|
3902
|
+
# defaultMessage: Users
|
|
3903
|
+
msgid "Users"
|
|
3904
|
+
msgstr "Käyttäjät"
|
|
3905
|
+
|
|
3906
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3907
|
+
# defaultMessage: Users and Groups
|
|
3908
|
+
msgid "Users and Groups"
|
|
3909
|
+
msgstr "Käyttäjät ja ryhmät"
|
|
3910
|
+
|
|
3911
|
+
#: components/manage/Aliases/Aliases
|
|
3912
|
+
# defaultMessage: Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs.
|
|
3913
|
+
msgid "Using this form, you can manage alternative urls for an item. This is an easy way to make an item available under two different URLs."
|
|
3914
|
+
msgstr "Tämän lomakkeen avulla voit hallita vaihtoehtoisia URL-osoitteita kohteelle. Tämä on helppo tapa saada kohde näkyviin useassa osoitteessa."
|
|
3915
|
+
|
|
3916
|
+
#: helpers/Extensions/withBlockSchemaEnhancer
|
|
3917
|
+
# defaultMessage: Variation
|
|
3918
|
+
msgid "Variation"
|
|
3919
|
+
msgstr "Variaatio"
|
|
3920
|
+
|
|
3921
|
+
#: components/manage/Controlpanels/Controlpanels
|
|
3922
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
3923
|
+
# defaultMessage: Version Overview
|
|
3924
|
+
msgid "Version Overview"
|
|
3925
|
+
msgstr "Versiot"
|
|
3926
|
+
|
|
3927
|
+
#: components/manage/Blocks/Video/schema
|
|
3928
|
+
#: components/manage/Blocks/Video/VideoSidebar
|
|
3929
|
+
# defaultMessage: Video
|
|
3930
|
+
msgid "Video"
|
|
3931
|
+
msgstr "Video"
|
|
3932
|
+
|
|
3933
|
+
#: components/manage/Blocks/Video/schema
|
|
3934
|
+
# defaultMessage: Video URL
|
|
3935
|
+
msgid "Video URL"
|
|
3936
|
+
msgstr "Videon URL"
|
|
3937
|
+
|
|
3938
|
+
#: components/manage/Contents/ContentsItem
|
|
3939
|
+
# defaultMessage: View
|
|
3940
|
+
msgid "View"
|
|
3941
|
+
msgstr "Näytä"
|
|
3942
|
+
|
|
3943
|
+
#: components/manage/History/History
|
|
3944
|
+
# defaultMessage: View changes
|
|
3945
|
+
msgid "View changes"
|
|
3946
|
+
msgstr "Näytä muutokset"
|
|
3947
|
+
|
|
3948
|
+
#: components/manage/History/History
|
|
3949
|
+
# defaultMessage: View this revision
|
|
3950
|
+
msgid "View this revision"
|
|
3951
|
+
msgstr "Näytä tämä versio"
|
|
3952
|
+
|
|
3953
|
+
#: components/manage/Toolbar/More
|
|
3954
|
+
# defaultMessage: View working copy
|
|
3955
|
+
msgid "View working copy"
|
|
3956
|
+
msgstr ""
|
|
3957
|
+
|
|
3958
|
+
#: components/manage/Display/Display
|
|
3959
|
+
# defaultMessage: View
|
|
3960
|
+
msgid "Viewmode"
|
|
3961
|
+
msgstr "Näkymä"
|
|
3962
|
+
|
|
3963
|
+
#: components/manage/Widgets/VocabularyTermsWidget
|
|
3964
|
+
# defaultMessage: Vocabulary term
|
|
3965
|
+
msgid "Vocabulary term"
|
|
3966
|
+
msgstr "Sanastotermi"
|
|
3967
|
+
|
|
3968
|
+
#: components/manage/Widgets/VocabularyTermsWidget
|
|
3969
|
+
# defaultMessage: Title
|
|
3970
|
+
msgid "Vocabulary term title"
|
|
3971
|
+
msgstr "Sanastotermin otsikko"
|
|
3972
|
+
|
|
3973
|
+
#: components/manage/Widgets/VocabularyTermsWidget
|
|
3974
|
+
# defaultMessage: Vocabulary terms
|
|
3975
|
+
msgid "Vocabulary terms"
|
|
3976
|
+
msgstr "Sanastotermit"
|
|
3977
|
+
|
|
3978
|
+
#: components/manage/Controlpanels/VersionOverview
|
|
3979
|
+
# defaultMessage: You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process.
|
|
3980
|
+
msgid "Warning Regarding debug mode"
|
|
3981
|
+
msgstr "Varoitus debug-tilaa koskien"
|
|
3982
|
+
|
|
3983
|
+
#: components/theme/ConnectionRefused/ConnectionRefused
|
|
3984
|
+
# defaultMessage: We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.
|
|
3985
|
+
msgid "We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later."
|
|
3986
|
+
msgstr "Olemme pahoillamme, mutta taustajärjestelmä ei vastaa. Ole hyvä ja kokeile myöhemmin uudelleen."
|
|
3987
|
+
|
|
3988
|
+
#: components/theme/NotFound/NotFound
|
|
3989
|
+
# defaultMessage: We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.
|
|
3990
|
+
msgid "We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for."
|
|
3991
|
+
msgstr "Olemme pahoillamme, mutta tästä osoitteesta ei löytynyt mitään sisältöä."
|
|
3992
|
+
|
|
3993
|
+
#: components/theme/Forbidden/Forbidden
|
|
3994
|
+
# defaultMessage: We apologize for the inconvenience, but you don't have permissions on this resource.
|
|
3995
|
+
msgid "We apologize for the inconvenience, but you don't have permissions on this resource."
|
|
3996
|
+
msgstr "Olemma pahoillamme, mutta emme löytäneet oikeutta päästä tälle sivulle."
|
|
3997
|
+
|
|
3998
|
+
#: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField
|
|
3999
|
+
# defaultMessage: The
|
|
4000
|
+
msgid "Weeek day of month"
|
|
4001
|
+
msgstr "Viikonpäivä"
|
|
4002
|
+
|
|
4003
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
4004
|
+
# defaultMessage: Weekday
|
|
4005
|
+
msgid "Weekday"
|
|
4006
|
+
msgstr "Viikonpäivä"
|
|
4007
|
+
|
|
4008
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
4009
|
+
# defaultMessage: Weekly
|
|
4010
|
+
msgid "Weekly"
|
|
4011
|
+
msgstr "Viikottain"
|
|
4012
|
+
|
|
4013
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
4014
|
+
#: components/manage/History/History
|
|
4015
|
+
# defaultMessage: What
|
|
4016
|
+
msgid "What"
|
|
4017
|
+
msgstr "Mitä"
|
|
4018
|
+
|
|
4019
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
4020
|
+
#: components/manage/History/History
|
|
4021
|
+
# defaultMessage: When
|
|
4022
|
+
msgid "When"
|
|
4023
|
+
msgstr "Milloin"
|
|
4024
|
+
|
|
4025
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
4026
|
+
# defaultMessage: When this date is reached, the content will nolonger be visible in listings and searches.
|
|
4027
|
+
msgid "When this date is reached, the content will nolonger be visible in listings and searches."
|
|
4028
|
+
msgstr "Kun tähän valittu erääntymisaika koittaa, tämä sisältö poistuu navigoinnista, sisältölistauksista ja hakutuloksissa."
|
|
4029
|
+
|
|
4030
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
4031
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
4032
|
+
# defaultMessage: Whether or not execution of further rules should stop after this rule is executed
|
|
4033
|
+
msgid "Whether or not execution of further rules should stop after this rule is executed"
|
|
4034
|
+
msgstr "Pitäisikö sääntöjen suorittaminen pysäyttää tämän säännön suorittamisen jälkeen"
|
|
4035
|
+
|
|
4036
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
4037
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
4038
|
+
# defaultMessage: Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops
|
|
4039
|
+
msgid "Whether or not other rules should be triggered by the actions launched by this rule. Activate this only if you are sure this won't create infinite loops"
|
|
4040
|
+
msgstr "Pitäisikö muiden sääntöjen käynnistyä tämän säännön toimintojen perusteella. Aktivoi ainoastaan, jos olet varma ettei tämä luo loppumattomia silmukoita"
|
|
4041
|
+
|
|
4042
|
+
#: components/manage/Controlpanels/Rules/AddRule
|
|
4043
|
+
#: components/manage/Controlpanels/Rules/EditRule
|
|
4044
|
+
# defaultMessage: Whether or not the rule is currently enabled
|
|
4045
|
+
msgid "Whether or not the rule is currently enabled"
|
|
4046
|
+
msgstr "Onko sääntö voimassa vai ei"
|
|
4047
|
+
|
|
4048
|
+
#: components/manage/Controlpanels/UndoControlpanel
|
|
4049
|
+
#: components/manage/History/History
|
|
4050
|
+
# defaultMessage: Who
|
|
4051
|
+
msgid "Who"
|
|
4052
|
+
msgstr "Kuka"
|
|
4053
|
+
|
|
4054
|
+
#: components/manage/Sidebar/AlignBlock
|
|
4055
|
+
#: components/manage/Widgets/AlignWidget
|
|
4056
|
+
# defaultMessage: Wide
|
|
4057
|
+
msgid "Wide"
|
|
4058
|
+
msgstr "Leveä"
|
|
4059
|
+
|
|
4060
|
+
#: components/manage/Contents/ContentsWorkflowModal
|
|
4061
|
+
# defaultMessage: Updating workflow states...
|
|
4062
|
+
msgid "Workflow Change Loading Message"
|
|
4063
|
+
msgstr "Työnkulkuja päivitetään"
|
|
4064
|
+
|
|
4065
|
+
#: components/manage/Workflow/Workflow
|
|
4066
|
+
# defaultMessage: Workflow updated.
|
|
4067
|
+
msgid "Workflow updated."
|
|
4068
|
+
msgstr "Sisällön tila on päivitetty."
|
|
4069
|
+
|
|
4070
|
+
#: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget
|
|
4071
|
+
# defaultMessage: Yearly
|
|
4072
|
+
msgid "Yearly"
|
|
4073
|
+
msgstr "Vuosittain"
|
|
4074
|
+
|
|
4075
|
+
#: components/manage/Contents/ContentsItem
|
|
4076
|
+
#: components/manage/Contents/ContentsPropertiesModal
|
|
4077
|
+
#: components/manage/Controlpanels/ContentTypes
|
|
4078
|
+
# defaultMessage: Yes
|
|
4079
|
+
msgid "Yes"
|
|
4080
|
+
msgstr "Kyllä"
|
|
4081
|
+
|
|
4082
|
+
#: components/theme/Unauthorized/Unauthorized
|
|
4083
|
+
# defaultMessage: You are trying to access a protected resource, please {login} first.
|
|
4084
|
+
msgid "You are trying to access a protected resource, please {login} first."
|
|
4085
|
+
msgstr "Ole hyvä ja {login} nähdäksesi tämän sivun."
|
|
4086
|
+
|
|
4087
|
+
#: components/theme/OutdatedBrowser/OutdatedBrowser
|
|
4088
|
+
# defaultMessage: You are using an outdated browser
|
|
4089
|
+
msgid "You are using an outdated browser"
|
|
4090
|
+
msgstr "Käytät vanhentunutta selainta"
|
|
4091
|
+
|
|
4092
|
+
#: components/theme/Comments/Comments
|
|
4093
|
+
# defaultMessage: You can add a comment by filling out the form below. Plain text formatting.
|
|
4094
|
+
msgid "You can add a comment by filling out the form below. Plain text formatting."
|
|
4095
|
+
msgstr "Kommentoi sisältöä täyttämällä oheinen lomake."
|
|
4096
|
+
|
|
4097
|
+
#: components/manage/Sharing/Sharing
|
|
4098
|
+
# defaultMessage: You can control who can view and edit your item using the list below.
|
|
4099
|
+
msgid "You can control who can view and edit your item using the list below."
|
|
4100
|
+
msgstr "Tällä sivulla voit hallita, kuka voi nähdä tai muokata sisältöä."
|
|
4101
|
+
|
|
4102
|
+
#: components/manage/Diff/Diff
|
|
4103
|
+
# defaultMessage: You can view the difference of the revisions below.
|
|
4104
|
+
msgid "You can view the difference of the revisions below."
|
|
4105
|
+
msgstr "Tällä sivulla voit selata sisältöön tehtyjä muutoksia."
|
|
4106
|
+
|
|
4107
|
+
#: components/manage/History/History
|
|
4108
|
+
# defaultMessage: You can view the history of your item below.
|
|
4109
|
+
msgid "You can view the history of your item below."
|
|
4110
|
+
msgstr "Tällä sivulla näet sisällön muutoshistorian."
|
|
4111
|
+
|
|
4112
|
+
#: components/manage/Contents/Contents
|
|
4113
|
+
# defaultMessage: You can't paste this content here
|
|
4114
|
+
msgid "You can't paste this content here"
|
|
4115
|
+
msgstr "Liitettävä sisältö ei sopinut tänne"
|
|
4116
|
+
|
|
4117
|
+
#: components/theme/Logout/Logout
|
|
4118
|
+
# defaultMessage: You have been logged out from the site.
|
|
4119
|
+
msgid "You have been logged out from the site."
|
|
4120
|
+
msgstr "Olet kirjautunut ulos sivustolta."
|
|
4121
|
+
|
|
4122
|
+
#: components/manage/Controlpanels/Relations/Relations
|
|
4123
|
+
# defaultMessage: You have not the required permission for this control panel.
|
|
4124
|
+
msgid "You have not the required permission for this control panel."
|
|
4125
|
+
msgstr ""
|
|
4126
|
+
|
|
4127
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4128
|
+
# defaultMessage: Your email is required for reset your password.
|
|
4129
|
+
msgid "Your email is required for reset your password."
|
|
4130
|
+
msgstr "Salasanavaihto ei ole mahdollista ilman toimivaa sähköpostiosoitetta."
|
|
4131
|
+
|
|
4132
|
+
#: components/theme/PasswordReset/PasswordReset
|
|
4133
|
+
# defaultMessage: Your password has been set successfully. You may now {link} with your new password.
|
|
4134
|
+
msgid "Your password has been set successfully. You may now {link} with your new password."
|
|
4135
|
+
msgstr "Salasanasi on nyt vaihdettu. Voit nyt {link} uudella salasanalla."
|
|
4136
|
+
|
|
4137
|
+
#: components/manage/Preferences/PersonalPreferences
|
|
4138
|
+
# defaultMessage: Your preferred language
|
|
4139
|
+
msgid "Your preferred language"
|
|
4140
|
+
msgstr "Käyttämäsi kieli"
|
|
4141
|
+
|
|
4142
|
+
#: components/manage/Controlpanels/UpgradeControlPanel
|
|
4143
|
+
# defaultMessage: Your site is up to date.
|
|
4144
|
+
msgid "Your site is up to date."
|
|
4145
|
+
msgstr "Sivustosi on ajan tasalla."
|
|
4146
|
+
|
|
4147
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4148
|
+
# defaultMessage: Your username is required for reset your password.
|
|
4149
|
+
msgid "Your usernaame is required for reset your password."
|
|
4150
|
+
msgstr "Käyttäjätunnuksesi tarvitaan salasanan palautusta varten."
|
|
4151
|
+
|
|
4152
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4153
|
+
# defaultMessage: Enter an email address. This is necessary in case the password is lost. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.
|
|
4154
|
+
msgid "addUserFormEmailDescription"
|
|
4155
|
+
msgstr "Syötä sähköpostiosoitteesi. Tämä tarvitaan mahdollista salasanan palauttamista varten. Kunnioitamme yksityisyyttäsi emmekä jaa osoitetta kolmansille osapuolille tai paljasta sitä missään."
|
|
4156
|
+
|
|
4157
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4158
|
+
# defaultMessage: Enter full name, e.g. John Smith.
|
|
4159
|
+
msgid "addUserFormFullnameDescription"
|
|
4160
|
+
msgstr "Syökä koko nimi, esim. Matti Meikäläinen."
|
|
4161
|
+
|
|
4162
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4163
|
+
# defaultMessage: Enter your new password. Minimum 8 characters.
|
|
4164
|
+
msgid "addUserFormPasswordDescription"
|
|
4165
|
+
msgstr "Lisää salasana. Minimissään 8 merkkiä."
|
|
4166
|
+
|
|
4167
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4168
|
+
# defaultMessage: Enter a user name, usually something like "jsmith". No spaces or special characters. Usernames and passwords are case sensitive, make sure the caps lock key is not enabled. This is the name used to log in.
|
|
4169
|
+
msgid "addUserFormUsernameDescription"
|
|
4170
|
+
msgstr "Lisää käyttäjätunnus, esim. mameikal. Älä käytä erikoismerkkejä."
|
|
4171
|
+
|
|
4172
|
+
#: components/manage/Blocks/Search/schema
|
|
4173
|
+
# defaultMessage: Available views
|
|
4174
|
+
msgid "availableViews"
|
|
4175
|
+
msgstr "Saatavilla olevat näkymät"
|
|
4176
|
+
|
|
4177
|
+
#: components/theme/Login/Login
|
|
4178
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4179
|
+
# defaultMessage: Forgot your password?
|
|
4180
|
+
msgid "box_forgot_password_option"
|
|
4181
|
+
msgstr "Unohditko salasanasi?"
|
|
4182
|
+
|
|
4183
|
+
#: config/Blocks
|
|
4184
|
+
# defaultMessage: Checkbox
|
|
4185
|
+
msgid "checkboxFacet"
|
|
4186
|
+
msgstr "Valintaruutu"
|
|
4187
|
+
|
|
4188
|
+
#: config/Blocks
|
|
4189
|
+
# defaultMessage: Common
|
|
4190
|
+
msgid "common"
|
|
4191
|
+
msgstr "yleiset"
|
|
4192
|
+
|
|
4193
|
+
#: components/manage/Multilingual/CompareLanguages
|
|
4194
|
+
# defaultMessage: Compare to language
|
|
4195
|
+
msgid "compare_to"
|
|
4196
|
+
msgstr "Vertaa"
|
|
4197
|
+
|
|
4198
|
+
#: config/Blocks
|
|
4199
|
+
# defaultMessage: Date Range
|
|
4200
|
+
msgid "daterangeFacet"
|
|
4201
|
+
msgstr "Päivämäärä"
|
|
4202
|
+
|
|
4203
|
+
#: components/manage/Blocks/Block/EditBlockWrapper
|
|
4204
|
+
# defaultMessage: delete
|
|
4205
|
+
msgid "delete"
|
|
4206
|
+
msgstr "poista"
|
|
4207
|
+
|
|
4208
|
+
#: components/theme/OutdatedBrowser/OutdatedBrowser
|
|
4209
|
+
# defaultMessage: You are using {browsername} {browserversion} which is deprecated by its vendor. That means that it does not get security updates and it is not ready for current modern web features, which deteriorates the user experience. Please upgrade to a modern browser.
|
|
4210
|
+
msgid "deprecated_browser_notice_message"
|
|
4211
|
+
msgstr ""
|
|
4212
|
+
|
|
4213
|
+
#: config/Blocks
|
|
4214
|
+
# defaultMessage: Description
|
|
4215
|
+
msgid "description"
|
|
4216
|
+
msgstr "kuvaus"
|
|
4217
|
+
|
|
4218
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4219
|
+
# defaultMessage: For security reasons, we store your password encrypted, and cannot mail it to you. If you would like to reset your password, fill out the form below and we will send you an email at the address you gave when you registered to start the process of resetting your password.
|
|
4220
|
+
msgid "description_lost_password"
|
|
4221
|
+
msgstr "Salasanat tallennetaan salattuina, eikä unohtuneen salasanan palauttaminen ole mahdollista. Voit kuitenkin vaihtaa salasanasi uuteen täyttämällä alla olevan lomakkeen. Lähetämme käyttäjätietojesi mukaiseen sähkpostiosoitteesen ohjeet salasanan vaihtamiseksi."
|
|
4222
|
+
|
|
4223
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4224
|
+
# defaultMessage: Your password reset request has been mailed. It should arrive in your mailbox shortly. When you receive the message, visit the address it contains to reset your password.
|
|
4225
|
+
msgid "description_sent_password"
|
|
4226
|
+
msgstr "Lähetimme sinulle sähköpostilla ohjeet salasanan vaihtamiseksi. Sen pitäisi tulla sähköpostiisi pian. Kun saat sähköpostin, ole hyvä ja kopioi sen sisältämä osoite selaimesi osoiteriville. Osoite avaa lomakkeen salasanan vaihtamiseksi."
|
|
4227
|
+
|
|
4228
|
+
#: components/manage/Contents/ContentsItem
|
|
4229
|
+
# defaultMessage: Draft
|
|
4230
|
+
msgid "draft"
|
|
4231
|
+
msgstr "luonnos"
|
|
4232
|
+
|
|
4233
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4234
|
+
# defaultMessage: Input must be valid email (something@domain.com)
|
|
4235
|
+
msgid "email"
|
|
4236
|
+
msgstr "sähköposti"
|
|
4237
|
+
|
|
4238
|
+
#: components/theme/EventDetails/EventDetails
|
|
4239
|
+
# defaultMessage: All dates
|
|
4240
|
+
msgid "event_alldates"
|
|
4241
|
+
msgstr "Päivät"
|
|
4242
|
+
|
|
4243
|
+
#: components/theme/EventDetails/EventDetails
|
|
4244
|
+
# defaultMessage: Attendees
|
|
4245
|
+
msgid "event_attendees"
|
|
4246
|
+
msgstr "Osallistujat"
|
|
4247
|
+
|
|
4248
|
+
#: components/theme/EventDetails/EventDetails
|
|
4249
|
+
# defaultMessage: Contact Name
|
|
4250
|
+
msgid "event_contactname"
|
|
4251
|
+
msgstr "Yhteyshenkilö"
|
|
4252
|
+
|
|
4253
|
+
#: components/theme/EventDetails/EventDetails
|
|
4254
|
+
# defaultMessage: Contact Phone
|
|
4255
|
+
msgid "event_contactphone"
|
|
4256
|
+
msgstr "Puhelinnumero"
|
|
4257
|
+
|
|
4258
|
+
#: components/theme/EventDetails/EventDetails
|
|
4259
|
+
# defaultMessage: Website
|
|
4260
|
+
msgid "event_website"
|
|
4261
|
+
msgstr "Lisätietoja"
|
|
4262
|
+
|
|
4263
|
+
#: components/theme/EventDetails/EventDetails
|
|
4264
|
+
# defaultMessage: What
|
|
4265
|
+
msgid "event_what"
|
|
4266
|
+
msgstr "Mitä"
|
|
4267
|
+
|
|
4268
|
+
#: components/theme/EventDetails/EventDetails
|
|
4269
|
+
# defaultMessage: When
|
|
4270
|
+
msgid "event_when"
|
|
4271
|
+
msgstr "Milloin"
|
|
4272
|
+
|
|
4273
|
+
#: components/theme/EventDetails/EventDetails
|
|
4274
|
+
# defaultMessage: Where
|
|
4275
|
+
msgid "event_where"
|
|
4276
|
+
msgstr "Missä"
|
|
4277
|
+
|
|
4278
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4279
|
+
# defaultMessage: flush intIds and rebuild relations
|
|
4280
|
+
msgid "flush intIds and rebuild relations"
|
|
4281
|
+
msgstr ""
|
|
4282
|
+
|
|
4283
|
+
#: components/manage/Blocks/Teaser/schema
|
|
4284
|
+
# defaultMessage: Head title
|
|
4285
|
+
msgid "head_title"
|
|
4286
|
+
msgstr ""
|
|
4287
|
+
|
|
4288
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4289
|
+
# defaultMessage: Password reset confirmation sent
|
|
4290
|
+
msgid "heading_sent_password"
|
|
4291
|
+
msgstr "Sähköposti salasanan vaihtamiseksi lähetetty"
|
|
4292
|
+
|
|
4293
|
+
#: config/Blocks
|
|
4294
|
+
# defaultMessage: Hero
|
|
4295
|
+
msgid "hero"
|
|
4296
|
+
msgstr "nosto"
|
|
4297
|
+
|
|
4298
|
+
#: config/Blocks
|
|
4299
|
+
# defaultMessage: HTML
|
|
4300
|
+
msgid "html"
|
|
4301
|
+
msgstr "HTML"
|
|
4302
|
+
|
|
4303
|
+
#: config/Blocks
|
|
4304
|
+
# defaultMessage: Image
|
|
4305
|
+
msgid "image"
|
|
4306
|
+
msgstr "kuva"
|
|
4307
|
+
|
|
4308
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4309
|
+
# defaultMessage: Input must be integer
|
|
4310
|
+
msgid "integer"
|
|
4311
|
+
msgstr "numero"
|
|
4312
|
+
|
|
4313
|
+
#: components/manage/Contents/ContentsItem
|
|
4314
|
+
# defaultMessage: Intranet
|
|
4315
|
+
msgid "intranet"
|
|
4316
|
+
msgstr "inranet"
|
|
4317
|
+
|
|
4318
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4319
|
+
# defaultMessage: My email is
|
|
4320
|
+
msgid "label_my_email_is"
|
|
4321
|
+
msgstr "Sähköpostiosoitteeni"
|
|
4322
|
+
|
|
4323
|
+
#: components/theme/PasswordReset/RequestPasswordReset
|
|
4324
|
+
# defaultMessage: My user name is
|
|
4325
|
+
msgid "label_my_username_is"
|
|
4326
|
+
msgstr "Käyttäjätunnukseni"
|
|
4327
|
+
|
|
4328
|
+
#: config/Blocks
|
|
4329
|
+
# defaultMessage: Lead Image Field
|
|
4330
|
+
msgid "leadimage"
|
|
4331
|
+
msgstr "nostokuva"
|
|
4332
|
+
|
|
4333
|
+
#: config/Blocks
|
|
4334
|
+
# defaultMessage: Listing
|
|
4335
|
+
msgid "listing"
|
|
4336
|
+
msgstr "luettelo"
|
|
4337
|
+
|
|
4338
|
+
#: components/manage/Blocks/Listing/ListingBody
|
|
4339
|
+
#: components/manage/Contents/Contents
|
|
4340
|
+
# defaultMessage: Loading
|
|
4341
|
+
msgid "loading"
|
|
4342
|
+
msgstr "ladataan"
|
|
4343
|
+
|
|
4344
|
+
#: components/theme/Unauthorized/Unauthorized
|
|
4345
|
+
# defaultMessage: log in
|
|
4346
|
+
msgid "log in"
|
|
4347
|
+
msgstr "kirjaudu"
|
|
4348
|
+
|
|
4349
|
+
#: config/Blocks
|
|
4350
|
+
# defaultMessage: Maps
|
|
4351
|
+
msgid "maps"
|
|
4352
|
+
msgstr "kartta"
|
|
4353
|
+
|
|
4354
|
+
#: components/manage/Widgets/SchemaWidget
|
|
4355
|
+
# defaultMessage: Maximum Length
|
|
4356
|
+
msgid "maxLength"
|
|
4357
|
+
msgstr "Maksimipituus"
|
|
4358
|
+
|
|
4359
|
+
#: components/manage/Widgets/SchemaWidget
|
|
4360
|
+
# defaultMessage: End of the range (including the value itself)
|
|
4361
|
+
msgid "maximum"
|
|
4362
|
+
msgstr "maksimi"
|
|
4363
|
+
|
|
4364
|
+
#: config/Blocks
|
|
4365
|
+
# defaultMessage: Media
|
|
4366
|
+
msgid "media"
|
|
4367
|
+
msgstr "media"
|
|
4368
|
+
|
|
4369
|
+
#: components/manage/Widgets/SchemaWidget
|
|
4370
|
+
# defaultMessage: Minimum Length
|
|
4371
|
+
msgid "minLength"
|
|
4372
|
+
msgstr "Minimipituus"
|
|
4373
|
+
|
|
4374
|
+
#: components/manage/Widgets/SchemaWidget
|
|
4375
|
+
# defaultMessage: Start of the range
|
|
4376
|
+
msgid "minimum"
|
|
4377
|
+
msgstr "minimi"
|
|
4378
|
+
|
|
4379
|
+
#: config/Blocks
|
|
4380
|
+
# defaultMessage: Most used
|
|
4381
|
+
msgid "mostUsed"
|
|
4382
|
+
msgstr "käytetyimmät"
|
|
4383
|
+
|
|
4384
|
+
#: components/manage/Controlpanels/Relations/RelationsListing
|
|
4385
|
+
# defaultMessage: Found {sources} sources and {targets} targets. Narrow down to {max}!
|
|
4386
|
+
msgid "narrowDownRelations"
|
|
4387
|
+
msgstr ""
|
|
4388
|
+
|
|
4389
|
+
#: components/manage/Blocks/Search/components/DateRangeFacetFilterListEntry
|
|
4390
|
+
#: components/manage/Blocks/Search/components/ToggleFacetFilterListEntry
|
|
4391
|
+
#: components/theme/Widgets/BooleanWidget
|
|
4392
|
+
# defaultMessage: No
|
|
4393
|
+
msgid "no"
|
|
4394
|
+
msgstr "Ei"
|
|
4395
|
+
|
|
4396
|
+
#: components/manage/Contents/ContentsItem
|
|
4397
|
+
# defaultMessage: No workflow state
|
|
4398
|
+
msgid "no workflow state"
|
|
4399
|
+
msgstr "ei julkaisutilaa"
|
|
4400
|
+
|
|
4401
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4402
|
+
# defaultMessage: Input must be number
|
|
4403
|
+
msgid "number"
|
|
4404
|
+
msgstr "numero"
|
|
4405
|
+
|
|
4406
|
+
#: components/manage/Widgets/RecurrenceWidget/ByMonthDayField
|
|
4407
|
+
#: components/manage/Widgets/RecurrenceWidget/ByYearField
|
|
4408
|
+
# defaultMessage: of the month
|
|
4409
|
+
msgid "of the month"
|
|
4410
|
+
msgstr "kuukaudessa"
|
|
4411
|
+
|
|
4412
|
+
#: error
|
|
4413
|
+
# defaultMessage: or try a different page.
|
|
4414
|
+
msgid "or try a different page."
|
|
4415
|
+
msgstr "kokeile jotain muuta sivua."
|
|
4416
|
+
|
|
4417
|
+
#: components/manage/Widgets/RecurrenceWidget/Occurences
|
|
4418
|
+
# defaultMessage: others
|
|
4419
|
+
msgid "others"
|
|
4420
|
+
msgstr "muut"
|
|
4421
|
+
|
|
4422
|
+
#: components/manage/Contents/ContentsItem
|
|
4423
|
+
# defaultMessage: Pending
|
|
4424
|
+
msgid "pending"
|
|
4425
|
+
msgstr "odottaa"
|
|
4426
|
+
|
|
4427
|
+
#: components/manage/Contents/ContentsItem
|
|
4428
|
+
# defaultMessage: Private
|
|
4429
|
+
msgid "private"
|
|
4430
|
+
msgstr "yksityinen"
|
|
4431
|
+
|
|
4432
|
+
#: components/manage/Contents/ContentsItem
|
|
4433
|
+
# defaultMessage: Published
|
|
4434
|
+
msgid "published"
|
|
4435
|
+
msgstr "julkaistu"
|
|
4436
|
+
|
|
4437
|
+
#: components/manage/Widgets/QueryWidget
|
|
4438
|
+
# defaultMessage: Select…
|
|
4439
|
+
msgid "querystring-widget-select"
|
|
4440
|
+
msgstr "Valitse..."
|
|
4441
|
+
|
|
4442
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4443
|
+
# defaultMessage: rebuild relations
|
|
4444
|
+
msgid "rebuild relations"
|
|
4445
|
+
msgstr ""
|
|
4446
|
+
|
|
4447
|
+
#: components/theme/Search/Search
|
|
4448
|
+
# defaultMessage: results
|
|
4449
|
+
msgid "results found"
|
|
4450
|
+
msgstr "hakutulosta"
|
|
4451
|
+
|
|
4452
|
+
#: error
|
|
4453
|
+
# defaultMessage: return to the site root
|
|
4454
|
+
msgid "return to the site root"
|
|
4455
|
+
msgstr "Palaa sivuston juureen"
|
|
4456
|
+
|
|
4457
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4458
|
+
# defaultMessage: and
|
|
4459
|
+
msgid "rrule_and"
|
|
4460
|
+
msgstr "ja"
|
|
4461
|
+
|
|
4462
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4463
|
+
# defaultMessage: (~approximate)
|
|
4464
|
+
msgid "rrule_approximate"
|
|
4465
|
+
msgstr "noin"
|
|
4466
|
+
|
|
4467
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4468
|
+
# defaultMessage: at
|
|
4469
|
+
msgid "rrule_at"
|
|
4470
|
+
msgstr ""
|
|
4471
|
+
|
|
4472
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4473
|
+
# defaultMessage: [month] [day], [year]
|
|
4474
|
+
msgid "rrule_dateFormat"
|
|
4475
|
+
msgstr ""
|
|
4476
|
+
|
|
4477
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4478
|
+
# defaultMessage: day
|
|
4479
|
+
msgid "rrule_day"
|
|
4480
|
+
msgstr "päivä"
|
|
4481
|
+
|
|
4482
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4483
|
+
# defaultMessage: days
|
|
4484
|
+
msgid "rrule_days"
|
|
4485
|
+
msgstr "päiviä"
|
|
4486
|
+
|
|
4487
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4488
|
+
# defaultMessage: every
|
|
4489
|
+
msgid "rrule_every"
|
|
4490
|
+
msgstr "joka"
|
|
4491
|
+
|
|
4492
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4493
|
+
# defaultMessage: for
|
|
4494
|
+
msgid "rrule_for"
|
|
4495
|
+
msgstr ""
|
|
4496
|
+
|
|
4497
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4498
|
+
# defaultMessage: hour
|
|
4499
|
+
msgid "rrule_hour"
|
|
4500
|
+
msgstr "tunti"
|
|
4501
|
+
|
|
4502
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4503
|
+
# defaultMessage: hours
|
|
4504
|
+
msgid "rrule_hours"
|
|
4505
|
+
msgstr "tunteja"
|
|
4506
|
+
|
|
4507
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4508
|
+
# defaultMessage: in
|
|
4509
|
+
msgid "rrule_in"
|
|
4510
|
+
msgstr ""
|
|
4511
|
+
|
|
4512
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4513
|
+
# defaultMessage: last
|
|
4514
|
+
msgid "rrule_last"
|
|
4515
|
+
msgstr ""
|
|
4516
|
+
|
|
4517
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4518
|
+
# defaultMessage: minutes
|
|
4519
|
+
msgid "rrule_minutes"
|
|
4520
|
+
msgstr "minuutteja"
|
|
4521
|
+
|
|
4522
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4523
|
+
# defaultMessage: month
|
|
4524
|
+
msgid "rrule_month"
|
|
4525
|
+
msgstr "kuukausi"
|
|
4526
|
+
|
|
4527
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4528
|
+
# defaultMessage: months
|
|
4529
|
+
msgid "rrule_months"
|
|
4530
|
+
msgstr "kuukausia"
|
|
4531
|
+
|
|
4532
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4533
|
+
# defaultMessage: nd
|
|
4534
|
+
msgid "rrule_nd"
|
|
4535
|
+
msgstr ""
|
|
4536
|
+
|
|
4537
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4538
|
+
# defaultMessage: on
|
|
4539
|
+
msgid "rrule_on"
|
|
4540
|
+
msgstr ""
|
|
4541
|
+
|
|
4542
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4543
|
+
# defaultMessage: on the
|
|
4544
|
+
msgid "rrule_on the"
|
|
4545
|
+
msgstr ""
|
|
4546
|
+
|
|
4547
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4548
|
+
# defaultMessage: or
|
|
4549
|
+
msgid "rrule_or"
|
|
4550
|
+
msgstr ""
|
|
4551
|
+
|
|
4552
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4553
|
+
# defaultMessage: rd
|
|
4554
|
+
msgid "rrule_rd"
|
|
4555
|
+
msgstr ""
|
|
4556
|
+
|
|
4557
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4558
|
+
# defaultMessage: st
|
|
4559
|
+
msgid "rrule_st"
|
|
4560
|
+
msgstr ""
|
|
4561
|
+
|
|
4562
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4563
|
+
# defaultMessage: th
|
|
4564
|
+
msgid "rrule_th"
|
|
4565
|
+
msgstr ""
|
|
4566
|
+
|
|
4567
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4568
|
+
# defaultMessage: the
|
|
4569
|
+
msgid "rrule_the"
|
|
4570
|
+
msgstr ""
|
|
4571
|
+
|
|
4572
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4573
|
+
# defaultMessage: time
|
|
4574
|
+
msgid "rrule_time"
|
|
4575
|
+
msgstr ""
|
|
4576
|
+
|
|
4577
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4578
|
+
# defaultMessage: times
|
|
4579
|
+
msgid "rrule_times"
|
|
4580
|
+
msgstr ""
|
|
4581
|
+
|
|
4582
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4583
|
+
# defaultMessage: until
|
|
4584
|
+
msgid "rrule_until"
|
|
4585
|
+
msgstr ""
|
|
4586
|
+
|
|
4587
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4588
|
+
# defaultMessage: week
|
|
4589
|
+
msgid "rrule_week"
|
|
4590
|
+
msgstr ""
|
|
4591
|
+
|
|
4592
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4593
|
+
# defaultMessage: weekday
|
|
4594
|
+
msgid "rrule_weekday"
|
|
4595
|
+
msgstr ""
|
|
4596
|
+
|
|
4597
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4598
|
+
# defaultMessage: weekdays
|
|
4599
|
+
msgid "rrule_weekdays"
|
|
4600
|
+
msgstr ""
|
|
4601
|
+
|
|
4602
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4603
|
+
# defaultMessage: weeks
|
|
4604
|
+
msgid "rrule_weeks"
|
|
4605
|
+
msgstr ""
|
|
4606
|
+
|
|
4607
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4608
|
+
# defaultMessage: year
|
|
4609
|
+
msgid "rrule_year"
|
|
4610
|
+
msgstr ""
|
|
4611
|
+
|
|
4612
|
+
#: components/manage/Widgets/RecurrenceWidget/Utils
|
|
4613
|
+
# defaultMessage: years
|
|
4614
|
+
msgid "rrule_years"
|
|
4615
|
+
msgstr ""
|
|
4616
|
+
|
|
4617
|
+
#: config/Blocks
|
|
4618
|
+
# defaultMessage: Select
|
|
4619
|
+
msgid "selectFacet"
|
|
4620
|
+
msgstr "Valitse"
|
|
4621
|
+
|
|
4622
|
+
#: components/manage/Blocks/Search/components/ViewSwitcher
|
|
4623
|
+
# defaultMessage: Select view
|
|
4624
|
+
msgid "selectView"
|
|
4625
|
+
msgstr "Valitse näkymä"
|
|
4626
|
+
|
|
4627
|
+
#: components/theme/SkipLinks/SkipLinks
|
|
4628
|
+
# defaultMessage: Skip to footer
|
|
4629
|
+
msgid "skiplink-footer"
|
|
4630
|
+
msgstr "Siirry alatunnisteeseen"
|
|
4631
|
+
|
|
4632
|
+
#: components/theme/SkipLinks/SkipLinks
|
|
4633
|
+
# defaultMessage: Skip to main content
|
|
4634
|
+
msgid "skiplink-main-content"
|
|
4635
|
+
msgstr "Siirry sisältöön"
|
|
4636
|
+
|
|
4637
|
+
#: components/theme/SkipLinks/SkipLinks
|
|
4638
|
+
# defaultMessage: Skip to navigation
|
|
4639
|
+
msgid "skiplink-navigation"
|
|
4640
|
+
msgstr "Siirry navigointiin"
|
|
4641
|
+
|
|
4642
|
+
#: components/manage/Contents/Contents
|
|
4643
|
+
# defaultMessage: sort
|
|
4644
|
+
msgid "sort"
|
|
4645
|
+
msgstr "järjestys"
|
|
4646
|
+
|
|
4647
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4648
|
+
# defaultMessage: sources path
|
|
4649
|
+
msgid "sources path"
|
|
4650
|
+
msgstr ""
|
|
4651
|
+
|
|
4652
|
+
#: config/Blocks
|
|
4653
|
+
# defaultMessage: Table
|
|
4654
|
+
msgid "table"
|
|
4655
|
+
msgstr "taulukko"
|
|
4656
|
+
|
|
4657
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4658
|
+
# defaultMessage: target path
|
|
4659
|
+
msgid "target path"
|
|
4660
|
+
msgstr ""
|
|
4661
|
+
|
|
4662
|
+
#: config/Blocks
|
|
4663
|
+
# defaultMessage: Text
|
|
4664
|
+
msgid "text"
|
|
4665
|
+
msgstr "teksti"
|
|
4666
|
+
|
|
4667
|
+
#: config/Blocks
|
|
4668
|
+
# defaultMessage: Title
|
|
4669
|
+
msgid "title"
|
|
4670
|
+
msgstr "nimike"
|
|
4671
|
+
|
|
4672
|
+
#: config/Blocks
|
|
4673
|
+
# defaultMessage: Table of Contents
|
|
4674
|
+
msgid "toc"
|
|
4675
|
+
msgstr "sisällys"
|
|
4676
|
+
|
|
4677
|
+
#: config/Blocks
|
|
4678
|
+
# defaultMessage: Toggle
|
|
4679
|
+
msgid "toggleFacet"
|
|
4680
|
+
msgstr ""
|
|
4681
|
+
|
|
4682
|
+
#: components/manage/Controlpanels/AddonsControlpanel
|
|
4683
|
+
# defaultMessage: Update from version {origin} to {destination}
|
|
4684
|
+
msgid "upgradeVersions"
|
|
4685
|
+
msgstr ""
|
|
4686
|
+
|
|
4687
|
+
#: helpers/MessageLabels/MessageLabels
|
|
4688
|
+
# defaultMessage: Input must be valid url (www.something.com or http(s)://www.something.com)
|
|
4689
|
+
msgid "url"
|
|
4690
|
+
msgstr "URL"
|
|
4691
|
+
|
|
4692
|
+
#: components/manage/Toolbar/PersonalTools
|
|
4693
|
+
# defaultMessage: user avatar
|
|
4694
|
+
msgid "user avatar"
|
|
4695
|
+
msgstr "käyttäjäkuva"
|
|
4696
|
+
|
|
4697
|
+
#: config/Blocks
|
|
4698
|
+
# defaultMessage: Video
|
|
4699
|
+
msgid "video"
|
|
4700
|
+
msgstr "video"
|
|
4701
|
+
|
|
4702
|
+
#: components/manage/Blocks/Search/schema
|
|
4703
|
+
# defaultMessage: Views
|
|
4704
|
+
msgid "views"
|
|
4705
|
+
msgstr "Näkymät"
|
|
4706
|
+
|
|
4707
|
+
#: components/theme/EventDetails/EventDetails
|
|
4708
|
+
# defaultMessage: Visit external website
|
|
4709
|
+
msgid "visit_external_website"
|
|
4710
|
+
msgstr "Tapahtuman linkki tai nettisivu"
|
|
4711
|
+
|
|
4712
|
+
#: components/manage/Toolbar/More
|
|
4713
|
+
# defaultMessage: You are not authorized to perform this operation.
|
|
4714
|
+
msgid "workingCopyErrorUnauthorized"
|
|
4715
|
+
msgstr "Sinulla ei ole oikeutta tehdä tätä"
|
|
4716
|
+
|
|
4717
|
+
#: components/manage/Toolbar/More
|
|
4718
|
+
# defaultMessage: An error occurred while performing this operation.
|
|
4719
|
+
msgid "workingCopyGenericError"
|
|
4720
|
+
msgstr "Virhe"
|
|
4721
|
+
|
|
4722
|
+
#: components/manage/Blocks/Search/components/DateRangeFacetFilterListEntry
|
|
4723
|
+
#: components/manage/Blocks/Search/components/ToggleFacetFilterListEntry
|
|
4724
|
+
#: components/theme/Widgets/BooleanWidget
|
|
4725
|
+
# defaultMessage: Yes
|
|
4726
|
+
msgid "yes"
|
|
4727
|
+
msgstr "Kyllä"
|
|
4728
|
+
|
|
4729
|
+
#: components/manage/Contents/ContentsUploadModal
|
|
4730
|
+
# defaultMessage: {count, plural, one {Upload {count} file} other {Upload {count} files}}
|
|
4731
|
+
msgid "{count, plural, one {Upload {count} file} other {Upload {count} files}}"
|
|
4732
|
+
msgstr ""
|
|
4733
|
+
|
|
4734
|
+
#: components/manage/Contents/Contents
|
|
4735
|
+
# defaultMessage: {count} selected
|
|
4736
|
+
msgid "{count} selected"
|
|
4737
|
+
msgstr "{count} valittu"
|
|
4738
|
+
|
|
4739
|
+
#: components/manage/Controlpanels/ContentType
|
|
4740
|
+
# defaultMessage: {id} Content Type
|
|
4741
|
+
msgid "{id} Content Type"
|
|
4742
|
+
msgstr ""
|
|
4743
|
+
|
|
4744
|
+
#: components/manage/Controlpanels/ContentTypeSchema
|
|
4745
|
+
# defaultMessage: {id} Schema
|
|
4746
|
+
msgid "{id} Schema"
|
|
4747
|
+
msgstr ""
|
|
4748
|
+
|
|
4749
|
+
#: components/manage/Actions/Actions
|
|
4750
|
+
# defaultMessage: {title} copied.
|
|
4751
|
+
msgid "{title} copied."
|
|
4752
|
+
msgstr "{title} on kopioitu."
|
|
4753
|
+
|
|
4754
|
+
#: components/manage/Actions/Actions
|
|
4755
|
+
# defaultMessage: {title} cut.
|
|
4756
|
+
msgid "{title} cut."
|
|
4757
|
+
msgstr "{title} on leikattu."
|
|
4758
|
+
|
|
4759
|
+
#: components/manage/Actions/Actions
|
|
4760
|
+
# defaultMessage: {title} has been deleted.
|
|
4761
|
+
msgid "{title} has been deleted."
|
|
4762
|
+
msgstr "{title} on poistettu."
|