Mercurial > hg > soundsoftware-site
comparison .svn/pristine/4d/4db92861e8516d6d862c43d4820c7fc671e920ed.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
1 # Finnish translations for Ruby on Rails | |
2 # by Marko Seppä (marko.seppa@gmail.com) | |
3 | |
4 fi: | |
5 direction: ltr | |
6 date: | |
7 formats: | |
8 default: "%e. %Bta %Y" | |
9 long: "%A%e. %Bta %Y" | |
10 short: "%e.%m.%Y" | |
11 | |
12 day_names: [Sunnuntai, Maanantai, Tiistai, Keskiviikko, Torstai, Perjantai, Lauantai] | |
13 abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La] | |
14 month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kesäkuu, Heinäkuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu] | |
15 abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu] | |
16 order: | |
17 - :day | |
18 - :month | |
19 - :year | |
20 | |
21 time: | |
22 formats: | |
23 default: "%a, %e. %b %Y %H:%M:%S %z" | |
24 time: "%H:%M" | |
25 short: "%e. %b %H:%M" | |
26 long: "%B %d, %Y %H:%M" | |
27 am: "aamupäivä" | |
28 pm: "iltapäivä" | |
29 | |
30 support: | |
31 array: | |
32 words_connector: ", " | |
33 two_words_connector: " ja " | |
34 last_word_connector: " ja " | |
35 | |
36 | |
37 | |
38 number: | |
39 format: | |
40 separator: "," | |
41 delimiter: "." | |
42 precision: 3 | |
43 | |
44 currency: | |
45 format: | |
46 format: "%n %u" | |
47 unit: "€" | |
48 separator: "," | |
49 delimiter: "." | |
50 precision: 2 | |
51 | |
52 percentage: | |
53 format: | |
54 # separator: | |
55 delimiter: "" | |
56 # precision: | |
57 | |
58 precision: | |
59 format: | |
60 # separator: | |
61 delimiter: "" | |
62 # precision: | |
63 | |
64 human: | |
65 format: | |
66 delimiter: "" | |
67 precision: 3 | |
68 storage_units: | |
69 format: "%n %u" | |
70 units: | |
71 byte: | |
72 one: "Tavua" | |
73 other: "Tavua" | |
74 kb: "KB" | |
75 mb: "MB" | |
76 gb: "GB" | |
77 tb: "TB" | |
78 | |
79 datetime: | |
80 distance_in_words: | |
81 half_a_minute: "puoli minuuttia" | |
82 less_than_x_seconds: | |
83 one: "aiemmin kuin sekunti" | |
84 other: "aiemmin kuin %{count} sekuntia" | |
85 x_seconds: | |
86 one: "sekunti" | |
87 other: "%{count} sekuntia" | |
88 less_than_x_minutes: | |
89 one: "aiemmin kuin minuutti" | |
90 other: "aiemmin kuin %{count} minuuttia" | |
91 x_minutes: | |
92 one: "minuutti" | |
93 other: "%{count} minuuttia" | |
94 about_x_hours: | |
95 one: "noin tunti" | |
96 other: "noin %{count} tuntia" | |
97 x_hours: | |
98 one: "1 tunti" | |
99 other: "%{count} tuntia" | |
100 x_days: | |
101 one: "päivä" | |
102 other: "%{count} päivää" | |
103 about_x_months: | |
104 one: "noin kuukausi" | |
105 other: "noin %{count} kuukautta" | |
106 x_months: | |
107 one: "kuukausi" | |
108 other: "%{count} kuukautta" | |
109 about_x_years: | |
110 one: "vuosi" | |
111 other: "noin %{count} vuotta" | |
112 over_x_years: | |
113 one: "yli vuosi" | |
114 other: "yli %{count} vuotta" | |
115 almost_x_years: | |
116 one: "almost 1 year" | |
117 other: "almost %{count} years" | |
118 prompts: | |
119 year: "Vuosi" | |
120 month: "Kuukausi" | |
121 day: "Päivä" | |
122 hour: "Tunti" | |
123 minute: "Minuutti" | |
124 second: "Sekuntia" | |
125 | |
126 activerecord: | |
127 errors: | |
128 template: | |
129 header: | |
130 one: "1 virhe esti tämän %{model} mallinteen tallentamisen" | |
131 other: "%{count} virhettä esti tämän %{model} mallinteen tallentamisen" | |
132 body: "Seuraavat kentät aiheuttivat ongelmia:" | |
133 messages: | |
134 inclusion: "ei löydy listauksesta" | |
135 exclusion: "on jo varattu" | |
136 invalid: "on kelvoton" | |
137 confirmation: "ei vastaa varmennusta" | |
138 accepted: "täytyy olla hyväksytty" | |
139 empty: "ei voi olla tyhjä" | |
140 blank: "ei voi olla sisällötön" | |
141 too_long: "on liian pitkä (maksimi on %{count} merkkiä)" | |
142 too_short: "on liian lyhyt (minimi on %{count} merkkiä)" | |
143 wrong_length: "on väärän pituinen (täytyy olla täsmälleen %{count} merkkiä)" | |
144 taken: "on jo käytössä" | |
145 not_a_number: "ei ole numero" | |
146 greater_than: "täytyy olla suurempi kuin %{count}" | |
147 greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin%{count}" | |
148 equal_to: "täytyy olla yhtä suuri kuin %{count}" | |
149 less_than: "täytyy olla pienempi kuin %{count}" | |
150 less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin %{count}" | |
151 odd: "täytyy olla pariton" | |
152 even: "täytyy olla parillinen" | |
153 greater_than_start_date: "tulee olla aloituspäivän jälkeinen" | |
154 not_same_project: "ei kuulu samaan projektiin" | |
155 circular_dependency: "Tämä suhde loisi kehän." | |
156 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" | |
157 | |
158 actionview_instancetag_blank_option: Valitse, ole hyvä | |
159 | |
160 general_text_No: 'Ei' | |
161 general_text_Yes: 'Kyllä' | |
162 general_text_no: 'ei' | |
163 general_text_yes: 'kyllä' | |
164 general_lang_name: 'Finnish (Suomi)' | |
165 general_csv_separator: ',' | |
166 general_csv_decimal_separator: '.' | |
167 general_csv_encoding: ISO-8859-15 | |
168 general_pdf_encoding: UTF-8 | |
169 general_first_day_of_week: '1' | |
170 | |
171 notice_account_updated: Tilin päivitys onnistui. | |
172 notice_account_invalid_creditentials: Virheellinen käyttäjätunnus tai salasana | |
173 notice_account_password_updated: Salasanan päivitys onnistui. | |
174 notice_account_wrong_password: Väärä salasana | |
175 notice_account_register_done: Tilin luonti onnistui. Aktivoidaksesi tilin seuraa linkkiä joka välitettiin sähköpostiisi. | |
176 notice_account_unknown_email: Tuntematon käyttäjä. | |
177 notice_can_t_change_password: Tämä tili käyttää ulkoista tunnistautumisjärjestelmää. Salasanaa ei voi muuttaa. | |
178 notice_account_lost_email_sent: Sinulle on lähetetty sähköposti jossa on ohje kuinka vaihdat salasanasi. | |
179 notice_account_activated: Tilisi on nyt aktivoitu, voit kirjautua sisälle. | |
180 notice_successful_create: Luonti onnistui. | |
181 notice_successful_update: Päivitys onnistui. | |
182 notice_successful_delete: Poisto onnistui. | |
183 notice_successful_connection: Yhteyden muodostus onnistui. | |
184 notice_file_not_found: Hakemaasi sivua ei löytynyt tai se on poistettu. | |
185 notice_locking_conflict: Toinen käyttäjä on päivittänyt tiedot. | |
186 notice_not_authorized: Sinulla ei ole oikeutta näyttää tätä sivua. | |
187 notice_email_sent: "Sähköposti on lähetty osoitteeseen %{value}" | |
188 notice_email_error: "Sähköpostilähetyksessä tapahtui virhe (%{value})" | |
189 notice_feeds_access_key_reseted: RSS salasana on nollaantunut. | |
190 notice_failed_to_save_issues: "%{count} Tapahtum(an/ien) tallennus epäonnistui %{total} valitut: %{ids}." | |
191 notice_no_issue_selected: "Tapahtumia ei ole valittu! Valitse tapahtumat joita haluat muokata." | |
192 notice_account_pending: "Tilisi on luotu ja odottaa ylläpitäjän hyväksyntää." | |
193 notice_default_data_loaded: Vakioasetusten palautus onnistui. | |
194 | |
195 error_can_t_load_default_data: "Vakioasetuksia ei voitu ladata: %{value}" | |
196 error_scm_not_found: "Syötettä ja/tai versiota ei löydy tietovarastosta." | |
197 error_scm_command_failed: "Tietovarastoon pääsyssä tapahtui virhe: %{value}" | |
198 | |
199 mail_subject_lost_password: "Sinun %{value} salasanasi" | |
200 mail_body_lost_password: 'Vaihtaaksesi salasanasi, napsauta seuraavaa linkkiä:' | |
201 mail_subject_register: "%{value} tilin aktivointi" | |
202 mail_body_register: 'Aktivoidaksesi tilisi, napsauta seuraavaa linkkiä:' | |
203 mail_body_account_information_external: "Voit nyt käyttää %{value} tiliäsi kirjautuaksesi järjestelmään." | |
204 mail_body_account_information: Sinun tilin tiedot | |
205 mail_subject_account_activation_request: "%{value} tilin aktivointi pyyntö" | |
206 mail_body_account_activation_request: "Uusi käyttäjä (%{value}) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:" | |
207 | |
208 | |
209 field_name: Nimi | |
210 field_description: Kuvaus | |
211 field_summary: Yhteenveto | |
212 field_is_required: Vaaditaan | |
213 field_firstname: Etunimi | |
214 field_lastname: Sukunimi | |
215 field_mail: Sähköposti | |
216 field_filename: Tiedosto | |
217 field_filesize: Koko | |
218 field_downloads: Latausta | |
219 field_author: Tekijä | |
220 field_created_on: Luotu | |
221 field_updated_on: Päivitetty | |
222 field_field_format: Muoto | |
223 field_is_for_all: Kaikille projekteille | |
224 field_possible_values: Mahdolliset arvot | |
225 field_regexp: Säännöllinen lauseke (reg exp) | |
226 field_min_length: Minimipituus | |
227 field_max_length: Maksimipituus | |
228 field_value: Arvo | |
229 field_category: Luokka | |
230 field_title: Otsikko | |
231 field_project: Projekti | |
232 field_issue: Tapahtuma | |
233 field_status: Tila | |
234 field_notes: Muistiinpanot | |
235 field_is_closed: Tapahtuma suljettu | |
236 field_is_default: Vakioarvo | |
237 field_tracker: Tapahtuma | |
238 field_subject: Aihe | |
239 field_due_date: Määräaika | |
240 field_assigned_to: Nimetty | |
241 field_priority: Prioriteetti | |
242 field_fixed_version: Kohdeversio | |
243 field_user: Käyttäjä | |
244 field_role: Rooli | |
245 field_homepage: Kotisivu | |
246 field_is_public: Julkinen | |
247 field_parent: Aliprojekti | |
248 field_is_in_roadmap: Tapahtumat näytetään roadmap näkymässä | |
249 field_login: Kirjautuminen | |
250 field_mail_notification: Sähköposti muistutukset | |
251 field_admin: Ylläpitäjä | |
252 field_last_login_on: Viimeinen yhteys | |
253 field_language: Kieli | |
254 field_effective_date: Päivä | |
255 field_password: Salasana | |
256 field_new_password: Uusi salasana | |
257 field_password_confirmation: Vahvistus | |
258 field_version: Versio | |
259 field_type: Tyyppi | |
260 field_host: Verkko-osoite | |
261 field_port: Portti | |
262 field_account: Tili | |
263 field_base_dn: Base DN | |
264 field_attr_login: Kirjautumismääre | |
265 field_attr_firstname: Etuminenmääre | |
266 field_attr_lastname: Sukunimenmääre | |
267 field_attr_mail: Sähköpostinmääre | |
268 field_onthefly: Automaattinen käyttäjien luonti | |
269 field_start_date: Alku | |
270 field_done_ratio: "% Tehty" | |
271 field_auth_source: Varmennusmuoto | |
272 field_hide_mail: Piiloita sähköpostiosoitteeni | |
273 field_comments: Kommentti | |
274 field_url: URL | |
275 field_start_page: Aloitussivu | |
276 field_subproject: Aliprojekti | |
277 field_hours: Tuntia | |
278 field_activity: Historia | |
279 field_spent_on: Päivä | |
280 field_identifier: Tunniste | |
281 field_is_filter: Käytetään suodattimena | |
282 field_issue_to: Liittyvä tapahtuma | |
283 field_delay: Viive | |
284 field_assignable: Tapahtumia voidaan nimetä tälle roolille | |
285 field_redirect_existing_links: Uudelleenohjaa olemassa olevat linkit | |
286 field_estimated_hours: Arvioitu aika | |
287 field_column_names: Saraketta | |
288 field_time_zone: Aikavyöhyke | |
289 field_searchable: Haettava | |
290 field_default_value: Vakioarvo | |
291 | |
292 setting_app_title: Ohjelman otsikko | |
293 setting_app_subtitle: Ohjelman alaotsikko | |
294 setting_welcome_text: Tervehdysteksti | |
295 setting_default_language: Vakiokieli | |
296 setting_login_required: Pakollinen kirjautuminen | |
297 setting_self_registration: Itserekisteröinti | |
298 setting_attachment_max_size: Liitteen maksimikoko | |
299 setting_issues_export_limit: Tapahtumien vientirajoite | |
300 setting_mail_from: Lähettäjän sähköpostiosoite | |
301 setting_bcc_recipients: Vastaanottajat piilokopiona (bcc) | |
302 setting_host_name: Verkko-osoite | |
303 setting_text_formatting: Tekstin muotoilu | |
304 setting_wiki_compression: Wiki historian pakkaus | |
305 setting_feeds_limit: Syötteen sisällön raja | |
306 setting_autofetch_changesets: Automaattisten muutosjoukkojen haku | |
307 setting_sys_api_enabled: Salli WS tietovaraston hallintaan | |
308 setting_commit_ref_keywords: Viittaavat hakusanat | |
309 setting_commit_fix_keywords: Korjaavat hakusanat | |
310 setting_autologin: Automaatinen kirjautuminen | |
311 setting_date_format: Päivän muoto | |
312 setting_time_format: Ajan muoto | |
313 setting_cross_project_issue_relations: Salli projektien väliset tapahtuminen suhteet | |
314 setting_issue_list_default_columns: Vakiosarakkeiden näyttö tapahtumalistauksessa | |
315 setting_emails_footer: Sähköpostin alatunniste | |
316 setting_protocol: Protokolla | |
317 setting_per_page_options: Sivun objektien määrän asetukset | |
318 | |
319 label_user: Käyttäjä | |
320 label_user_plural: Käyttäjät | |
321 label_user_new: Uusi käyttäjä | |
322 label_project: Projekti | |
323 label_project_new: Uusi projekti | |
324 label_project_plural: Projektit | |
325 label_x_projects: | |
326 zero: no projects | |
327 one: 1 project | |
328 other: "%{count} projects" | |
329 label_project_all: Kaikki projektit | |
330 label_project_latest: Uusimmat projektit | |
331 label_issue: Tapahtuma | |
332 label_issue_new: Uusi tapahtuma | |
333 label_issue_plural: Tapahtumat | |
334 label_issue_view_all: Näytä kaikki tapahtumat | |
335 label_issues_by: "Tapahtumat %{value}" | |
336 label_document: Dokumentti | |
337 label_document_new: Uusi dokumentti | |
338 label_document_plural: Dokumentit | |
339 label_role: Rooli | |
340 label_role_plural: Roolit | |
341 label_role_new: Uusi rooli | |
342 label_role_and_permissions: Roolit ja oikeudet | |
343 label_member: Jäsen | |
344 label_member_new: Uusi jäsen | |
345 label_member_plural: Jäsenet | |
346 label_tracker: Tapahtuma | |
347 label_tracker_plural: Tapahtumat | |
348 label_tracker_new: Uusi tapahtuma | |
349 label_workflow: Työnkulku | |
350 label_issue_status: Tapahtuman tila | |
351 label_issue_status_plural: Tapahtumien tilat | |
352 label_issue_status_new: Uusi tila | |
353 label_issue_category: Tapahtumaluokka | |
354 label_issue_category_plural: Tapahtumaluokat | |
355 label_issue_category_new: Uusi luokka | |
356 label_custom_field: Räätälöity kenttä | |
357 label_custom_field_plural: Räätälöidyt kentät | |
358 label_custom_field_new: Uusi räätälöity kenttä | |
359 label_enumerations: Lista | |
360 label_enumeration_new: Uusi arvo | |
361 label_information: Tieto | |
362 label_information_plural: Tiedot | |
363 label_please_login: Kirjaudu ole hyvä | |
364 label_register: Rekisteröidy | |
365 label_password_lost: Hukattu salasana | |
366 label_home: Koti | |
367 label_my_page: Omasivu | |
368 label_my_account: Oma tili | |
369 label_my_projects: Omat projektit | |
370 label_administration: Ylläpito | |
371 label_login: Kirjaudu sisään | |
372 label_logout: Kirjaudu ulos | |
373 label_help: Ohjeet | |
374 label_reported_issues: Raportoidut tapahtumat | |
375 label_assigned_to_me_issues: Minulle nimetyt tapahtumat | |
376 label_last_login: Viimeinen yhteys | |
377 label_registered_on: Rekisteröity | |
378 label_activity: Historia | |
379 label_new: Uusi | |
380 label_logged_as: Kirjauduttu nimellä | |
381 label_environment: Ympäristö | |
382 label_authentication: Varmennus | |
383 label_auth_source: Varmennustapa | |
384 label_auth_source_new: Uusi varmennustapa | |
385 label_auth_source_plural: Varmennustavat | |
386 label_subproject_plural: Aliprojektit | |
387 label_min_max_length: Min - Max pituudet | |
388 label_list: Lista | |
389 label_date: Päivä | |
390 label_integer: Kokonaisluku | |
391 label_float: Liukuluku | |
392 label_boolean: Totuusarvomuuttuja | |
393 label_string: Merkkijono | |
394 label_text: Pitkä merkkijono | |
395 label_attribute: Määre | |
396 label_attribute_plural: Määreet | |
397 label_no_data: Ei tietoa näytettäväksi | |
398 label_change_status: Muutos tila | |
399 label_history: Historia | |
400 label_attachment: Tiedosto | |
401 label_attachment_new: Uusi tiedosto | |
402 label_attachment_delete: Poista tiedosto | |
403 label_attachment_plural: Tiedostot | |
404 label_report: Raportti | |
405 label_report_plural: Raportit | |
406 label_news: Uutinen | |
407 label_news_new: Lisää uutinen | |
408 label_news_plural: Uutiset | |
409 label_news_latest: Viimeisimmät uutiset | |
410 label_news_view_all: Näytä kaikki uutiset | |
411 label_settings: Asetukset | |
412 label_overview: Yleiskatsaus | |
413 label_version: Versio | |
414 label_version_new: Uusi versio | |
415 label_version_plural: Versiot | |
416 label_confirmation: Vahvistus | |
417 label_export_to: Vie | |
418 label_read: Lukee... | |
419 label_public_projects: Julkiset projektit | |
420 label_open_issues: avoin, yhteensä | |
421 label_open_issues_plural: avointa, yhteensä | |
422 label_closed_issues: suljettu | |
423 label_closed_issues_plural: suljettua | |
424 label_x_open_issues_abbr_on_total: | |
425 zero: 0 open / %{total} | |
426 one: 1 open / %{total} | |
427 other: "%{count} open / %{total}" | |
428 label_x_open_issues_abbr: | |
429 zero: 0 open | |
430 one: 1 open | |
431 other: "%{count} open" | |
432 label_x_closed_issues_abbr: | |
433 zero: 0 closed | |
434 one: 1 closed | |
435 other: "%{count} closed" | |
436 label_total: Yhteensä | |
437 label_permissions: Oikeudet | |
438 label_current_status: Nykyinen tila | |
439 label_new_statuses_allowed: Uudet tilat sallittu | |
440 label_all: kaikki | |
441 label_none: ei mitään | |
442 label_nobody: ei kukaan | |
443 label_next: Seuraava | |
444 label_previous: Edellinen | |
445 label_used_by: Käytetty | |
446 label_details: Yksityiskohdat | |
447 label_add_note: Lisää muistiinpano | |
448 label_per_page: Per sivu | |
449 label_calendar: Kalenteri | |
450 label_months_from: kuukauden päässä | |
451 label_gantt: Gantt | |
452 label_internal: Sisäinen | |
453 label_last_changes: "viimeiset %{count} muutokset" | |
454 label_change_view_all: Näytä kaikki muutokset | |
455 label_personalize_page: Personoi tämä sivu | |
456 label_comment: Kommentti | |
457 label_comment_plural: Kommentit | |
458 label_x_comments: | |
459 zero: no comments | |
460 one: 1 comment | |
461 other: "%{count} comments" | |
462 label_comment_add: Lisää kommentti | |
463 label_comment_added: Kommentti lisätty | |
464 label_comment_delete: Poista kommentti | |
465 label_query: Räätälöity haku | |
466 label_query_plural: Räätälöidyt haut | |
467 label_query_new: Uusi haku | |
468 label_filter_add: Lisää suodatin | |
469 label_filter_plural: Suodattimet | |
470 label_equals: sama kuin | |
471 label_not_equals: eri kuin | |
472 label_in_less_than: pienempi kuin | |
473 label_in_more_than: suurempi kuin | |
474 label_today: tänään | |
475 label_this_week: tällä viikolla | |
476 label_less_than_ago: vähemmän kuin päivää sitten | |
477 label_more_than_ago: enemän kuin päivää sitten | |
478 label_ago: päiviä sitten | |
479 label_contains: sisältää | |
480 label_not_contains: ei sisällä | |
481 label_day_plural: päivää | |
482 label_repository: Tietovarasto | |
483 label_repository_plural: Tietovarastot | |
484 label_browse: Selaus | |
485 label_revision: Versio | |
486 label_revision_plural: Versiot | |
487 label_added: lisätty | |
488 label_modified: muokattu | |
489 label_deleted: poistettu | |
490 label_latest_revision: Viimeisin versio | |
491 label_latest_revision_plural: Viimeisimmät versiot | |
492 label_view_revisions: Näytä versiot | |
493 label_max_size: Suurin koko | |
494 label_sort_highest: Siirrä ylimmäiseksi | |
495 label_sort_higher: Siirrä ylös | |
496 label_sort_lower: Siirrä alas | |
497 label_sort_lowest: Siirrä alimmaiseksi | |
498 label_roadmap: Roadmap | |
499 label_roadmap_due_in: "Määräaika %{value}" | |
500 label_roadmap_overdue: "%{value} myöhässä" | |
501 label_roadmap_no_issues: Ei tapahtumia tälle versiolle | |
502 label_search: Haku | |
503 label_result_plural: Tulokset | |
504 label_all_words: kaikki sanat | |
505 label_wiki: Wiki | |
506 label_wiki_edit: Wiki muokkaus | |
507 label_wiki_edit_plural: Wiki muokkaukset | |
508 label_wiki_page: Wiki sivu | |
509 label_wiki_page_plural: Wiki sivut | |
510 label_index_by_title: Hakemisto otsikoittain | |
511 label_index_by_date: Hakemisto päivittäin | |
512 label_current_version: Nykyinen versio | |
513 label_preview: Esikatselu | |
514 label_feed_plural: Syötteet | |
515 label_changes_details: Kaikkien muutosten yksityiskohdat | |
516 label_issue_tracking: Tapahtumien seuranta | |
517 label_spent_time: Käytetty aika | |
518 label_f_hour: "%{value} tunti" | |
519 label_f_hour_plural: "%{value} tuntia" | |
520 label_time_tracking: Ajan seuranta | |
521 label_change_plural: Muutokset | |
522 label_statistics: Tilastot | |
523 label_commits_per_month: Tapahtumaa per kuukausi | |
524 label_commits_per_author: Tapahtumaa per tekijä | |
525 label_view_diff: Näytä erot | |
526 label_diff_inline: sisällössä | |
527 label_diff_side_by_side: vierekkäin | |
528 label_options: Valinnat | |
529 label_copy_workflow_from: Kopioi työnkulku | |
530 label_permissions_report: Oikeuksien raportti | |
531 label_watched_issues: Seurattavat tapahtumat | |
532 label_related_issues: Liittyvät tapahtumat | |
533 label_applied_status: Lisätty tila | |
534 label_loading: Lataa... | |
535 label_relation_new: Uusi suhde | |
536 label_relation_delete: Poista suhde | |
537 label_relates_to: liittyy | |
538 label_duplicates: kopio | |
539 label_blocks: estää | |
540 label_blocked_by: estetty | |
541 label_precedes: edeltää | |
542 label_follows: seuraa | |
543 label_end_to_start: lopusta alkuun | |
544 label_end_to_end: lopusta loppuun | |
545 label_start_to_start: alusta alkuun | |
546 label_start_to_end: alusta loppuun | |
547 label_stay_logged_in: Pysy kirjautuneena | |
548 label_disabled: poistettu käytöstä | |
549 label_show_completed_versions: Näytä valmiit versiot | |
550 label_me: minä | |
551 label_board: Keskustelupalsta | |
552 label_board_new: Uusi keskustelupalsta | |
553 label_board_plural: Keskustelupalstat | |
554 label_topic_plural: Aiheet | |
555 label_message_plural: Viestit | |
556 label_message_last: Viimeisin viesti | |
557 label_message_new: Uusi viesti | |
558 label_reply_plural: Vastaukset | |
559 label_send_information: Lähetä tilin tiedot käyttäjälle | |
560 label_year: Vuosi | |
561 label_month: Kuukausi | |
562 label_week: Viikko | |
563 label_language_based: Pohjautuen käyttäjän kieleen | |
564 label_sort_by: "Lajittele %{value}" | |
565 label_send_test_email: Lähetä testi sähköposti | |
566 label_feeds_access_key_created_on: "RSS salasana luotiin %{value} sitten" | |
567 label_module_plural: Moduulit | |
568 label_added_time_by: "Lisännyt %{author} %{age} sitten" | |
569 label_updated_time: "Päivitetty %{value} sitten" | |
570 label_jump_to_a_project: Siirry projektiin... | |
571 label_file_plural: Tiedostot | |
572 label_changeset_plural: Muutosryhmät | |
573 label_default_columns: Vakiosarakkeet | |
574 label_no_change_option: (Ei muutosta) | |
575 label_bulk_edit_selected_issues: Perusmuotoile valitut tapahtumat | |
576 label_theme: Teema | |
577 label_default: Vakio | |
578 label_search_titles_only: Hae vain otsikot | |
579 label_user_mail_option_all: "Kaikista tapahtumista kaikissa projekteistani" | |
580 label_user_mail_option_selected: "Kaikista tapahtumista vain valitsemistani projekteista..." | |
581 label_user_mail_no_self_notified: "En halua muistutusta muutoksista joita itse teen" | |
582 label_registration_activation_by_email: tilin aktivointi sähköpostitse | |
583 label_registration_manual_activation: tilin aktivointi käsin | |
584 label_registration_automatic_activation: tilin aktivointi automaattisesti | |
585 label_display_per_page: "Per sivu: %{value}" | |
586 label_age: Ikä | |
587 label_change_properties: Vaihda asetuksia | |
588 label_general: Yleinen | |
589 | |
590 button_login: Kirjaudu | |
591 button_submit: Lähetä | |
592 button_save: Tallenna | |
593 button_check_all: Valitse kaikki | |
594 button_uncheck_all: Poista valinnat | |
595 button_delete: Poista | |
596 button_create: Luo | |
597 button_test: Testaa | |
598 button_edit: Muokkaa | |
599 button_add: Lisää | |
600 button_change: Muuta | |
601 button_apply: Ota käyttöön | |
602 button_clear: Tyhjää | |
603 button_lock: Lukitse | |
604 button_unlock: Vapauta | |
605 button_download: Lataa | |
606 button_list: Lista | |
607 button_view: Näytä | |
608 button_move: Siirrä | |
609 button_back: Takaisin | |
610 button_cancel: Peruuta | |
611 button_activate: Aktivoi | |
612 button_sort: Järjestä | |
613 button_log_time: Seuraa aikaa | |
614 button_rollback: Siirry takaisin tähän versioon | |
615 button_watch: Seuraa | |
616 button_unwatch: Älä seuraa | |
617 button_reply: Vastaa | |
618 button_archive: Arkistoi | |
619 button_unarchive: Palauta | |
620 button_reset: Nollaus | |
621 button_rename: Uudelleen nimeä | |
622 button_change_password: Vaihda salasana | |
623 button_copy: Kopioi | |
624 button_annotate: Lisää selitys | |
625 button_update: Päivitä | |
626 | |
627 status_active: aktiivinen | |
628 status_registered: rekisteröity | |
629 status_locked: lukittu | |
630 | |
631 text_select_mail_notifications: Valitse tapahtumat joista tulisi lähettää sähköpostimuistutus. | |
632 text_regexp_info: esim. ^[A-Z0-9]+$ | |
633 text_min_max_length_info: 0 tarkoittaa, ei rajoitusta | |
634 text_project_destroy_confirmation: Oletko varma että haluat poistaa tämän projektin ja kaikki siihen kuuluvat tiedot? | |
635 text_workflow_edit: Valitse rooli ja tapahtuma muokataksesi työnkulkua | |
636 text_are_you_sure: Oletko varma? | |
637 text_tip_issue_begin_day: tehtävä joka alkaa tänä päivänä | |
638 text_tip_issue_end_day: tehtävä joka loppuu tänä päivänä | |
639 text_tip_issue_begin_end_day: tehtävä joka alkaa ja loppuu tänä päivänä | |
640 text_caracters_maximum: "%{count} merkkiä enintään." | |
641 text_caracters_minimum: "Täytyy olla vähintään %{count} merkkiä pitkä." | |
642 text_length_between: "Pituus välillä %{min} ja %{max} merkkiä." | |
643 text_tracker_no_workflow: Työnkulkua ei määritelty tälle tapahtumalle | |
644 text_unallowed_characters: Kiellettyjä merkkejä | |
645 text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). | |
646 text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä | |
647 text_issue_added: "Issue %{id} has been reported by %{author}." | |
648 text_issue_updated: "Issue %{id} has been updated by %{author}." | |
649 text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon? | |
650 text_issue_category_destroy_question: "Jotkut tapahtumat (%{count}) ovat nimetty tälle luokalle. Mitä haluat tehdä?" | |
651 text_issue_category_destroy_assignments: Poista luokan tehtävät | |
652 text_issue_category_reassign_to: Vaihda tapahtuma tähän luokkaan | |
653 text_user_mail_option: "Valitsemattomille projekteille, saat vain muistutuksen asioista joita seuraat tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)." | |
654 text_no_configuration_data: "Rooleja, tapahtumien tiloja ja työnkulkua ei vielä olla määritelty.\nOn erittäin suotavaa ladata vakioasetukset. Voit muuttaa sitä latauksen jälkeen." | |
655 text_load_default_configuration: Lataa vakioasetukset | |
656 | |
657 default_role_manager: Päälikkö | |
658 default_role_developer: Kehittäjä | |
659 default_role_reporter: Tarkastelija | |
660 default_tracker_bug: Ohjelmointivirhe | |
661 default_tracker_feature: Ominaisuus | |
662 default_tracker_support: Tuki | |
663 default_issue_status_new: Uusi | |
664 default_issue_status_in_progress: In Progress | |
665 default_issue_status_resolved: Hyväksytty | |
666 default_issue_status_feedback: Palaute | |
667 default_issue_status_closed: Suljettu | |
668 default_issue_status_rejected: Hylätty | |
669 default_doc_category_user: Käyttäjä dokumentaatio | |
670 default_doc_category_tech: Tekninen dokumentaatio | |
671 default_priority_low: Matala | |
672 default_priority_normal: Normaali | |
673 default_priority_high: Korkea | |
674 default_priority_urgent: Kiireellinen | |
675 default_priority_immediate: Valitön | |
676 default_activity_design: Suunnittelu | |
677 default_activity_development: Kehitys | |
678 | |
679 enumeration_issue_priorities: Tapahtuman tärkeysjärjestys | |
680 enumeration_doc_categories: Dokumentin luokat | |
681 enumeration_activities: Historia (ajan seuranta) | |
682 label_associated_revisions: Liittyvät versiot | |
683 setting_user_format: Käyttäjien esitysmuoto | |
684 text_status_changed_by_changeset: "Päivitetty muutosversioon %{value}." | |
685 text_issues_destroy_confirmation: 'Oletko varma että haluat poistaa valitut tapahtumat ?' | |
686 label_more: Lisää | |
687 label_issue_added: Tapahtuma lisätty | |
688 label_issue_updated: Tapahtuma päivitetty | |
689 label_document_added: Dokumentti lisätty | |
690 label_message_posted: Viesti lisätty | |
691 label_file_added: Tiedosto lisätty | |
692 label_scm: SCM | |
693 text_select_project_modules: 'Valitse modulit jotka haluat käyttöön tähän projektiin:' | |
694 label_news_added: Uutinen lisätty | |
695 project_module_boards: Keskustelupalsta | |
696 project_module_issue_tracking: Tapahtuman seuranta | |
697 project_module_wiki: Wiki | |
698 project_module_files: Tiedostot | |
699 project_module_documents: Dokumentit | |
700 project_module_repository: Tietovarasto | |
701 project_module_news: Uutiset | |
702 project_module_time_tracking: Ajan seuranta | |
703 text_file_repository_writable: Kirjoitettava tiedostovarasto | |
704 text_default_administrator_account_changed: Vakio hallinoijan tunnus muutettu | |
705 text_rmagick_available: RMagick saatavilla (valinnainen) | |
706 button_configure: Asetukset | |
707 label_plugins: Lisäosat | |
708 label_ldap_authentication: LDAP tunnistautuminen | |
709 label_downloads_abbr: D/L | |
710 label_add_another_file: Lisää uusi tiedosto | |
711 label_this_month: tässä kuussa | |
712 text_destroy_time_entries_question: "%{hours} tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?" | |
713 label_last_n_days: "viimeiset %{count} päivää" | |
714 label_all_time: koko ajalta | |
715 error_issue_not_found_in_project: 'Tapahtumaa ei löytynyt tai se ei kuulu tähän projektiin' | |
716 label_this_year: tänä vuonna | |
717 text_assign_time_entries_to_project: Määritä tunnit projektille | |
718 label_date_range: Aikaväli | |
719 label_last_week: viime viikolla | |
720 label_yesterday: eilen | |
721 label_optional_description: Lisäkuvaus | |
722 label_last_month: viime kuussa | |
723 text_destroy_time_entries: Poista raportoidut tunnit | |
724 text_reassign_time_entries: 'Siirrä raportoidut tunnit tälle tapahtumalle:' | |
725 label_chronological_order: Aikajärjestyksessä | |
726 label_date_to: '' | |
727 setting_activity_days_default: Päivien esittäminen projektien historiassa | |
728 label_date_from: '' | |
729 label_in: '' | |
730 setting_display_subprojects_issues: Näytä aliprojektien tapahtumat pääprojektissa oletusarvoisesti | |
731 field_comments_sorting: Näytä kommentit | |
732 label_reverse_chronological_order: Käänteisessä aikajärjestyksessä | |
733 label_preferences: Asetukset | |
734 setting_default_projects_public: Uudet projektit ovat oletuksena julkisia | |
735 label_overall_activity: Kokonaishistoria | |
736 error_scm_annotate: "Merkintää ei ole tai siihen ei voi lisätä selityksiä." | |
737 label_planning: Suunnittelu | |
738 text_subprojects_destroy_warning: "Tämän aliprojekti(t): %{value} tullaan myös poistamaan." | |
739 label_and_its_subprojects: "%{value} ja aliprojektit" | |
740 mail_body_reminder: "%{count} sinulle nimettyä tapahtuma(a) erääntyy %{days} päivä sisään:" | |
741 mail_subject_reminder: "%{count} tapahtuma(a) erääntyy %{days} lähipäivinä" | |
742 text_user_wrote: "%{value} kirjoitti:" | |
743 label_duplicated_by: kopioinut | |
744 setting_enabled_scm: Versionhallinta käytettävissä | |
745 text_enumeration_category_reassign_to: 'Siirrä täksi arvoksi:' | |
746 text_enumeration_destroy_question: "%{count} kohdetta on sijoitettu tälle arvolle." | |
747 label_incoming_emails: Saapuvat sähköpostiviestit | |
748 label_generate_key: Luo avain | |
749 setting_mail_handler_api_enabled: Ota käyttöön WS saapuville sähköposteille | |
750 setting_mail_handler_api_key: API avain | |
751 text_email_delivery_not_configured: "Sähköpostin jakelu ei ole määritelty ja sähköpostimuistutukset eivät ole käytössä.\nKonfiguroi sähköpostipalvelinasetukset (SMTP) config/configuration.yml tiedostosta ja uudelleenkäynnistä sovellus jotta asetukset astuvat voimaan." | |
752 field_parent_title: Aloitussivu | |
753 label_issue_watchers: Tapahtuman seuraajat | |
754 button_quote: Vastaa | |
755 setting_sequential_project_identifiers: Luo peräkkäiset projektien tunnisteet | |
756 notice_unable_delete_version: Version poisto epäonnistui | |
757 label_renamed: uudelleennimetty | |
758 label_copied: kopioitu | |
759 setting_plain_text_mail: vain muotoilematonta tekstiä (ei HTML) | |
760 permission_view_files: Näytä tiedostot | |
761 permission_edit_issues: Muokkaa tapahtumia | |
762 permission_edit_own_time_entries: Muokka omia aikamerkintöjä | |
763 permission_manage_public_queries: Hallinnoi julkisia hakuja | |
764 permission_add_issues: Lisää tapahtumia | |
765 permission_log_time: Lokita käytettyä aikaa | |
766 permission_view_changesets: Näytä muutosryhmät | |
767 permission_view_time_entries: Näytä käytetty aika | |
768 permission_manage_versions: Hallinnoi versioita | |
769 permission_manage_wiki: Hallinnoi wikiä | |
770 permission_manage_categories: Hallinnoi tapahtumien luokkia | |
771 permission_protect_wiki_pages: Suojaa wiki sivut | |
772 permission_comment_news: Kommentoi uutisia | |
773 permission_delete_messages: Poista viestit | |
774 permission_select_project_modules: Valitse projektin modulit | |
775 permission_edit_wiki_pages: Muokkaa wiki sivuja | |
776 permission_add_issue_watchers: Lisää seuraajia | |
777 permission_view_gantt: Näytä gantt kaavio | |
778 permission_move_issues: Siirrä tapahtuma | |
779 permission_manage_issue_relations: Hallinoi tapahtuman suhteita | |
780 permission_delete_wiki_pages: Poista wiki sivuja | |
781 permission_manage_boards: Hallinnoi keskustelupalstaa | |
782 permission_delete_wiki_pages_attachments: Poista liitteitä | |
783 permission_view_wiki_edits: Näytä wiki historia | |
784 permission_add_messages: Jätä viesti | |
785 permission_view_messages: Näytä viestejä | |
786 permission_manage_files: Hallinnoi tiedostoja | |
787 permission_edit_issue_notes: Muokkaa muistiinpanoja | |
788 permission_manage_news: Hallinnoi uutisia | |
789 permission_view_calendar: Näytä kalenteri | |
790 permission_manage_members: Hallinnoi jäseniä | |
791 permission_edit_messages: Muokkaa viestejä | |
792 permission_delete_issues: Poista tapahtumia | |
793 permission_view_issue_watchers: Näytä seuraaja lista | |
794 permission_manage_repository: Hallinnoi tietovarastoa | |
795 permission_commit_access: Tee pääsyoikeus | |
796 permission_browse_repository: Selaa tietovarastoa | |
797 permission_view_documents: Näytä dokumentit | |
798 permission_edit_project: Muokkaa projektia | |
799 permission_add_issue_notes: Lisää muistiinpanoja | |
800 permission_save_queries: Tallenna hakuja | |
801 permission_view_wiki_pages: Näytä wiki | |
802 permission_rename_wiki_pages: Uudelleennimeä wiki sivuja | |
803 permission_edit_time_entries: Muokkaa aika lokeja | |
804 permission_edit_own_issue_notes: Muokkaa omia muistiinpanoja | |
805 setting_gravatar_enabled: Käytä Gravatar käyttäjä ikoneita | |
806 label_example: Esimerkki | |
807 text_repository_usernames_mapping: "Valitse päivittääksesi Redmine käyttäjä jokaiseen käyttäjään joka löytyy tietovaraston lokista.\nKäyttäjät joilla on sama Redmine ja tietovaraston käyttäjänimi tai sähköpostiosoite, yhdistetään automaattisesti." | |
808 permission_edit_own_messages: Muokkaa omia viestejä | |
809 permission_delete_own_messages: Poista omia viestejä | |
810 label_user_activity: "Käyttäjän %{value} historia" | |
811 label_updated_time_by: "Updated by %{author} %{age} ago" | |
812 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
813 setting_diff_max_lines_displayed: Max number of diff lines displayed | |
814 text_plugin_assets_writable: Plugin assets directory writable | |
815 warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
816 button_create_and_continue: Create and continue | |
817 text_custom_field_possible_values_info: 'One line for each value' | |
818 label_display: Display | |
819 field_editable: Editable | |
820 setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
821 setting_file_max_size_displayed: Max size of text files displayed inline | |
822 field_watcher: Watcher | |
823 setting_openid: Allow OpenID login and registration | |
824 field_identity_url: OpenID URL | |
825 label_login_with_open_id_option: or login with OpenID | |
826 field_content: Content | |
827 label_descending: Descending | |
828 label_sort: Sort | |
829 label_ascending: Ascending | |
830 label_date_from_to: From %{start} to %{end} | |
831 label_greater_or_equal: ">=" | |
832 label_less_or_equal: <= | |
833 text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? | |
834 text_wiki_page_reassign_children: Reassign child pages to this parent page | |
835 text_wiki_page_nullify_children: Keep child pages as root pages | |
836 text_wiki_page_destroy_children: Delete child pages and all their descendants | |
837 setting_password_min_length: Minimum password length | |
838 field_group_by: Group results by | |
839 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
840 label_wiki_content_added: Wiki page added | |
841 mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
842 mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}. | |
843 label_wiki_content_updated: Wiki page updated | |
844 mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. | |
845 permission_add_project: Create project | |
846 setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
847 label_view_all_revisions: View all revisions | |
848 label_tag: Tag | |
849 label_branch: Branch | |
850 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
851 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). | |
852 text_journal_changed: "%{label} changed from %{old} to %{new}" | |
853 text_journal_set_to: "%{label} set to %{value}" | |
854 text_journal_deleted: "%{label} deleted (%{old})" | |
855 label_group_plural: Groups | |
856 label_group: Group | |
857 label_group_new: New group | |
858 label_time_entry_plural: Spent time | |
859 text_journal_added: "%{label} %{value} added" | |
860 field_active: Active | |
861 enumeration_system_activity: System Activity | |
862 permission_delete_issue_watchers: Delete watchers | |
863 version_status_closed: closed | |
864 version_status_locked: locked | |
865 version_status_open: open | |
866 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened | |
867 label_user_anonymous: Anonymous | |
868 button_move_and_follow: Move and follow | |
869 setting_default_projects_modules: Default enabled modules for new projects | |
870 setting_gravatar_default: Default Gravatar image | |
871 field_sharing: Sharing | |
872 label_version_sharing_hierarchy: With project hierarchy | |
873 label_version_sharing_system: With all projects | |
874 label_version_sharing_descendants: With subprojects | |
875 label_version_sharing_tree: With project tree | |
876 label_version_sharing_none: Not shared | |
877 error_can_not_archive_project: This project can not be archived | |
878 button_duplicate: Duplicate | |
879 button_copy_and_follow: Copy and follow | |
880 label_copy_source: Source | |
881 setting_issue_done_ratio: Calculate the issue done ratio with | |
882 setting_issue_done_ratio_issue_status: Use the issue status | |
883 error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
884 error_workflow_copy_target: Please select target tracker(s) and role(s) | |
885 setting_issue_done_ratio_issue_field: Use the issue field | |
886 label_copy_same_as_target: Same as target | |
887 label_copy_target: Target | |
888 notice_issue_done_ratios_updated: Issue done ratios updated. | |
889 error_workflow_copy_source: Please select a source tracker or role | |
890 label_update_issue_done_ratios: Update issue done ratios | |
891 setting_start_of_week: Start calendars on | |
892 permission_view_issues: View Issues | |
893 label_display_used_statuses_only: Only display statuses that are used by this tracker | |
894 label_revision_id: Revision %{value} | |
895 label_api_access_key: API access key | |
896 label_api_access_key_created_on: API access key created %{value} ago | |
897 label_feeds_access_key: RSS access key | |
898 notice_api_access_key_reseted: Your API access key was reset. | |
899 setting_rest_api_enabled: Enable REST web service | |
900 label_missing_api_access_key: Missing an API access key | |
901 label_missing_feeds_access_key: Missing a RSS access key | |
902 button_show: Show | |
903 text_line_separated: Multiple values allowed (one line for each value). | |
904 setting_mail_handler_body_delimiters: Truncate emails after one of these lines | |
905 permission_add_subprojects: Create subprojects | |
906 label_subproject_new: New subproject | |
907 text_own_membership_delete_confirmation: |- | |
908 You are about to remove some or all of your permissions and may no longer be able to edit this project after that. | |
909 Are you sure you want to continue? | |
910 label_close_versions: Close completed versions | |
911 label_board_sticky: Sticky | |
912 label_board_locked: Locked | |
913 permission_export_wiki_pages: Export wiki pages | |
914 setting_cache_formatted_text: Cache formatted text | |
915 permission_manage_project_activities: Manage project activities | |
916 error_unable_delete_issue_status: Unable to delete issue status | |
917 label_profile: Profile | |
918 permission_manage_subtasks: Manage subtasks | |
919 field_parent_issue: Parent task | |
920 label_subtask_plural: Subtasks | |
921 label_project_copy_notifications: Send email notifications during the project copy | |
922 error_can_not_delete_custom_field: Unable to delete custom field | |
923 error_unable_to_connect: Unable to connect (%{value}) | |
924 error_can_not_remove_role: This role is in use and can not be deleted. | |
925 error_can_not_delete_tracker: This tracker contains issues and can't be deleted. | |
926 field_principal: Principal | |
927 label_my_page_block: My page block | |
928 notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
929 text_zoom_out: Zoom out | |
930 text_zoom_in: Zoom in | |
931 notice_unable_delete_time_entry: Unable to delete time log entry. | |
932 label_overall_spent_time: Overall spent time | |
933 field_time_entries: Log time | |
934 project_module_gantt: Gantt | |
935 project_module_calendar: Calendar | |
936 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
937 field_text: Text field | |
938 label_user_mail_option_only_owner: Only for things I am the owner of | |
939 setting_default_notification_option: Default notification option | |
940 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | |
941 label_user_mail_option_only_assigned: Only for things I am assigned to | |
942 label_user_mail_option_none: No events | |
943 field_member_of_group: Assignee's group | |
944 field_assigned_to_role: Assignee's role | |
945 notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
946 label_principal_search: "Search for user or group:" | |
947 label_user_search: "Search for user:" | |
948 field_visible: Visible | |
949 setting_commit_logtime_activity_id: Activity for logged time | |
950 text_time_logged_by_changeset: Applied in changeset %{value}. | |
951 setting_commit_logtime_enabled: Enable time logging | |
952 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | |
953 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
954 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text | |
955 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. | |
956 label_my_queries: My custom queries | |
957 text_journal_changed_no_detail: "%{label} updated" | |
958 label_news_comment_added: Comment added to a news | |
959 button_expand_all: Expand all | |
960 button_collapse_all: Collapse all | |
961 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
962 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
963 label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
964 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
965 label_role_anonymous: Anonymous | |
966 label_role_non_member: Non member | |
967 label_issue_note_added: Note added | |
968 label_issue_status_updated: Status updated | |
969 label_issue_priority_updated: Priority updated | |
970 label_issues_visibility_own: Issues created by or assigned to the user | |
971 field_issues_visibility: Issues visibility | |
972 label_issues_visibility_all: All issues | |
973 permission_set_own_issues_private: Set own issues public or private | |
974 field_is_private: Private | |
975 permission_set_issues_private: Set issues public or private | |
976 label_issues_visibility_public: All non private issues | |
977 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
978 field_commit_logs_encoding: Tee viestien koodaus | |
979 field_scm_path_encoding: Path encoding | |
980 text_scm_path_encoding_note: "Default: UTF-8" | |
981 field_path_to_repository: Path to repository | |
982 field_root_directory: Root directory | |
983 field_cvs_module: Module | |
984 field_cvsroot: CVSROOT | |
985 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
986 text_scm_command: Command | |
987 text_scm_command_version: Version | |
988 label_git_report_last_commit: Report last commit for files and directories | |
989 notice_issue_successful_create: Issue %{id} created. | |
990 label_between: between | |
991 setting_issue_group_assignment: Allow issue assignment to groups | |
992 label_diff: diff | |
993 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
994 description_query_sort_criteria_direction: Sort direction | |
995 description_project_scope: Search scope | |
996 description_filter: Filter | |
997 description_user_mail_notification: Mail notification settings | |
998 description_date_from: Enter start date | |
999 description_message_content: Message content | |
1000 description_available_columns: Available Columns | |
1001 description_date_range_interval: Choose range by selecting start and end date | |
1002 description_issue_category_reassign: Choose issue category | |
1003 description_search: Searchfield | |
1004 description_notes: Notes | |
1005 description_date_range_list: Choose range from list | |
1006 description_choose_project: Projects | |
1007 description_date_to: Enter end date | |
1008 description_query_sort_criteria_attribute: Sort attribute | |
1009 description_wiki_subpages_reassign: Choose new parent page | |
1010 description_selected_columns: Selected Columns | |
1011 label_parent_revision: Parent | |
1012 label_child_revision: Child | |
1013 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. | |
1014 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
1015 button_edit_section: Edit this section | |
1016 setting_repositories_encodings: Attachments and repositories encodings | |
1017 description_all_columns: All Columns | |
1018 button_export: Export | |
1019 label_export_options: "%{export_format} export options" | |
1020 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | |
1021 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | |
1022 label_x_issues: | |
1023 zero: 0 tapahtuma | |
1024 one: 1 tapahtuma | |
1025 other: "%{count} tapahtumat" | |
1026 label_repository_new: New repository | |
1027 field_repository_is_default: Main repository | |
1028 label_copy_attachments: Copy attachments | |
1029 label_item_position: "%{position}/%{count}" | |
1030 label_completed_versions: Completed versions | |
1031 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1032 field_multiple: Multiple values | |
1033 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
1034 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | |
1035 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | |
1036 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1037 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1038 permission_manage_related_issues: Manage related issues | |
1039 field_auth_source_ldap_filter: LDAP filter | |
1040 label_search_for_watchers: Search for watchers to add | |
1041 notice_account_deleted: Your account has been permanently deleted. | |
1042 setting_unsubscribe: Allow users to delete their own account | |
1043 button_delete_my_account: Delete my account | |
1044 text_account_destroy_confirmation: |- | |
1045 Are you sure you want to proceed? | |
1046 Your account will be permanently deleted, with no way to reactivate it. | |
1047 error_session_expired: Your session has expired. Please login again. | |
1048 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1049 setting_session_lifetime: Session maximum lifetime | |
1050 setting_session_timeout: Session inactivity timeout | |
1051 label_session_expiration: Session expiration | |
1052 permission_close_project: Close / reopen the project | |
1053 label_show_closed_projects: View closed projects | |
1054 button_close: Close | |
1055 button_reopen: Reopen | |
1056 project_status_active: active | |
1057 project_status_closed: closed | |
1058 project_status_archived: archived | |
1059 text_project_closed: This project is closed and read-only. | |
1060 notice_user_successful_create: User %{id} created. | |
1061 field_core_fields: Standard fields | |
1062 field_timeout: Timeout (in seconds) | |
1063 setting_thumbnails_enabled: Display attachment thumbnails | |
1064 setting_thumbnails_size: Thumbnails size (in pixels) | |
1065 label_status_transitions: Status transitions | |
1066 label_fields_permissions: Fields permissions | |
1067 label_readonly: Read-only | |
1068 label_required: Required | |
1069 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1070 field_board_parent: Parent forum | |
1071 label_attribute_of_project: Project's %{name} | |
1072 label_attribute_of_author: Author's %{name} | |
1073 label_attribute_of_assigned_to: Assignee's %{name} | |
1074 label_attribute_of_fixed_version: Target version's %{name} | |
1075 label_copy_subtasks: Copy subtasks | |
1076 label_copied_to: copied to | |
1077 label_copied_from: copied from | |
1078 label_any_issues_in_project: any issues in project | |
1079 label_any_issues_not_in_project: any issues not in project | |
1080 field_private_notes: Private notes | |
1081 permission_view_private_notes: View private notes | |
1082 permission_set_notes_private: Set notes as private | |
1083 label_no_issues_in_project: no issues in project | |
1084 label_any: kaikki | |
1085 label_last_n_weeks: last %{count} weeks | |
1086 setting_cross_project_subtasks: Allow cross-project subtasks | |
1087 label_cross_project_descendants: With subprojects | |
1088 label_cross_project_tree: With project tree | |
1089 label_cross_project_hierarchy: With project hierarchy | |
1090 label_cross_project_system: With all projects | |
1091 button_hide: Hide | |
1092 setting_non_working_week_days: Non-working days | |
1093 label_in_the_next_days: in the next | |
1094 label_in_the_past_days: in the past | |
1095 label_attribute_of_user: User's %{name} | |
1096 text_turning_multiple_off: If you disable multiple values, multiple values will be | |
1097 removed in order to preserve only one value per item. | |
1098 label_attribute_of_issue: Issue's %{name} | |
1099 permission_add_documents: Add documents | |
1100 permission_edit_documents: Edit documents | |
1101 permission_delete_documents: Delete documents | |
1102 label_gantt_progress_line: Progress line | |
1103 setting_jsonp_enabled: Enable JSONP support | |
1104 field_inherit_members: Inherit members | |
1105 field_closed_on: Closed | |
1106 setting_default_projects_tracker_ids: Default trackers for new projects | |
1107 label_total_time: Yhteensä | |
1108 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. | |
1109 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. | |
1110 setting_emails_header: Email header |