odoo/addons/website_forum/i18n/fi.po

1797 lines
51 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_forum
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2015
# Miku Laitinen <miku.laitinen@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-21 14:08+0000\n"
"PO-Revision-Date: 2015-09-05 15:27+0000\n"
"Last-Translator: Miku Laitinen <miku.laitinen@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/odoo/odoo-8/language/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: website_forum
#: model:email.template,body_html:website_forum.validation_email
msgid ""
"\n"
"<p>\n"
" Hello ${object.name},\n"
"</p>\n"
"<p>\n"
" You have been invited to validate your email in order to get access to \"${object.company_id.name}\" Q/A Forums.\n"
"</p>\n"
"<p>\n"
" To validate your email, please click on the following link:\n"
"</p>\n"
"<ul>\n"
" <li><a href=\"${ctx.get('token_url')}\">Validate my account for \"${object.company_id.name}\" Q/A Forums</a></li>\n"
"</ul>\n"
"<p>\n"
" Thanks,\n"
"</p>\n"
"<pre>\n"
"--\n"
"${object.company_id.name or ''}\n"
"${object.company_id.email or ''}\n"
"${object.company_id.phone or ''}\n"
"</pre>"
msgstr "\n<p>\n Heippa ${object.name},\n</p>\n<p>\n Sinun on vahvistettava sähköpostiosoitteesi aktivoidaksesi käyttäjätilisi \"${object.company_id.name}\" kysymyspalstalla.\n</p>\n<p>\n Klikkaa oheista linkkiä vahvistaaksesi sähköpostiosoitteesi:\n</p>\n<ul>\n <li><a href=\"${ctx.get('token_url')}\">Aktivoi tili \"${object.company_id.name}\" kysymyspalstalla</a></li>\n</ul>\n<p>\n Terveisin,\n</p>\n<pre>\n--\n${object.company_id.name or ''}\n${object.company_id.email or ''}\n${object.company_id.phone or ''}\n</pre>"
#. module: website_forum
#: model:email.template,subject:website_forum.validation_email
msgid "${object.company_id.name} Forums validation"
msgstr "${object.company_id.name} - Sähköpostiosoitteen vahvistaminen"
#. module: website_forum
#: view:website:website_forum.header
msgid "&times;"
msgstr "&times;"
#. module: website_forum
#: view:website:website_forum.post_description_full
msgid "(only one answer per question is allowed)"
msgstr "(voit vastata kysymykseen vain yhden kerran)"
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "- it really helps to select the best questions and answers!"
msgstr "- se auttaa erottamaan parhaat kysymykset ja vastaukset."
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "- no need to answer the same question twice. Also, please"
msgstr "- yksi henkilö ei voi vastava samaan kysymykseen kahdesti. Älä myöskään "
#. module: website_forum
#: selection:forum.post.vote,vote:0
msgid "-1"
msgstr "-1"
#. module: website_forum
#: code:addons/website_forum/models/forum.py:374
#, python-format
msgid ""
"<p>A new answer for <i>%s</i> has been posted. <a "
"href=\"%s/forum/%s/question/%s\">Click here to access the post.</a></p>"
msgstr "<p>Kysymykseen <i>%s</i> on tullut uusi vastaus. <a href=\"%s/forum/%s/question/%s\">Klikkaa tästä nähdäksesi vastauksen.</a></p>"
#. module: website_forum
#: code:addons/website_forum/models/forum.py:380
#, python-format
msgid ""
"<p>A new question <i>%s</i> has been asked on %s. <a "
"href=\"%s/forum/%s/question/%s\">Click here to access the question.</a></p>"
msgstr "<p>Uusi kysymys <i>%s</i> on esitetty keskustelupalstalla %s. <a href=\"%s/forum/%s/question/%s\">Klikkaa tästä lukeaksesi kysymyksen.</a></p>"
#. module: website_forum
#: model:forum.forum,description:website_forum.forum_help
msgid ""
"<p>This community is for professionals and enthusiasts of our products and "
"services.</p>"
msgstr "<p>Tämä yhteisö on tarkoitettu ammattilaisille sekä muille tuotteistamme ja palveluistamme kiinnostuneille.</p>"
#. module: website_forum
#: view:website:website_forum.tag
msgid ""
"A tag is a label that categorizes your question with other,\n"
" similar questions. Using the right tags makes it easier for\n"
" others to find and answer your question."
msgstr "Tunniste on tapa kategorisoida kysymyksiä ja tehdä samankaltaisten kysymysten löytäminen helpommaksi. Oikeiden tunnisteiden käyttäminen helpottaa ihmisiä löytämään kysymyksesi ja vastaamaan siihen."
#. module: website_forum
#: view:website:website_forum.header
msgid "About This Forum"
msgstr "Tietoa keskustelupalstasta"
#. module: website_forum
#: field:forum.forum,karma_answer_accept_own:0
msgid "Accept an answer on its own questions"
msgstr "Omaan kysymykseen lähetetyn vastauksen hyväksyminen"
#. module: website_forum
#: field:forum.forum,karma_answer_accept_all:0
msgid "Accept an answer to all questions"
msgstr "Minkä vain kysymyksen vastauksen hyväksyminen"
#. module: website_forum
#: field:forum.forum,karma_gen_answer_accept:0
msgid "Accepting an answer"
msgstr "Vastauksen hyväksyminen"
#. module: website_forum
#: field:forum.post,active:0 selection:forum.post,state:0
msgid "Active"
msgstr "Aktiivinen"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "Activity"
msgstr "Toimet"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "All"
msgstr "Kaikki"
#. module: website_forum
#: view:website:website_forum.display_post
msgid "Answer"
msgstr "Vastaus"
#. module: website_forum
#: code:addons/website_forum/models/forum.py:411
#: model:mail.message.subtype,description:website_forum.mt_answer_edit
#: model:mail.message.subtype,name:website_forum.mt_answer_edit
#, python-format
msgid "Answer Edited"
msgstr "Vastaus muokattu"
#. module: website_forum
#: field:forum.forum,karma_answer:0
msgid "Answer a question"
msgstr "Kysymykseen vastaaminen"
#. module: website_forum
#: field:forum.forum,karma_gen_answer_accepted:0
msgid "Answer accepted"
msgstr "Vastaus hyväksytty"
#. module: website_forum
#: field:forum.forum,karma_gen_answer_downvote:0
msgid "Answer downvoted"
msgstr "Vastausta äänestetty huonommaksi"
#. module: website_forum
#: field:forum.forum,karma_gen_answer_flagged:0
msgid "Answer flagged"
msgstr "Vastaus merkattu vaatimaan ylläpidon huomiota"
#. module: website_forum
#: field:forum.forum,karma_gen_answer_upvote:0
msgid "Answer upvoted"
msgstr "Vastausta äänestetty paremmaksi"
#. module: website_forum
#: view:website:website_forum.post_description_full
msgid "Answered on"
msgstr "Vastattu"
#. module: website_forum
#: field:forum.post,child_count:0 field:forum.post,child_ids:0
#: view:website:website_forum.display_post
#: view:website:website_forum.user_detail_full
msgid "Answers"
msgstr "Vastaukset"
#. module: website_forum
#: view:website:website_forum.header field:forum.forum,karma_ask:0
msgid "Ask a Question"
msgstr "Esitä kysymys"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid "Ask your Question"
msgstr "Esitä kysymyksesi"
#. module: website_forum
#: field:forum.post,create_date:0
#: view:website:website_forum.post_description_full
msgid "Asked on"
msgstr "Kysytty"
#. module: website_forum
#: view:website:website_forum.header
msgid "Asked:"
msgstr "Kysytty:"
#. module: website_forum
#: field:forum.forum,karma_gen_question_new:0
msgid "Asking a question"
msgstr "Kysymyksen esittäminen"
#. module: website_forum
#: view:forum.post:website_forum.view_forum_post_search
msgid "Author"
msgstr "Laatija"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_p_1
msgid "Autobiographer"
msgstr "Avautuja"
#. module: website_forum
#: view:website:website_forum.header
msgid "Back to"
msgstr "Takaisin kohteeseen"
#. module: website_forum
#: view:website:website_forum.badge_user
msgid "Badge \""
msgstr "Ansiomerkki \""
#. module: website_forum
#: field:res.users,badge_ids:0 view:website:website_forum.badge
#: view:website:website_forum.header
#: view:website:website_forum.user_detail_full
msgid "Badges"
msgstr "Ansiomerkit"
#. module: website_forum
#: view:website:website_forum.badge
msgid ""
"Besides gaining reputation with your questions and answers,\n"
" you receive badges for being especially helpful. Badges\n"
" appear on your profile page, and your posts."
msgstr "Voit kerryttää mainettasi kysymyksin ja vastauksin, mutta sen lisäksi voit ansaita ansiomerkkejä olemalla erityisen avulias. Ansiomerkit näkyvät profiilisivullasi ja lähettämissäsi viesteissä."
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Biography"
msgstr "Kuvaus itsestäsi"
#. module: website_forum
#: field:forum.post,can_accept:0
msgid "Can Accept"
msgstr "Voi hyväksyä"
#. module: website_forum
#: field:forum.post,can_answer:0
msgid "Can Answer"
msgstr "Voi vastava"
#. module: website_forum
#: field:forum.post,can_ask:0
msgid "Can Ask"
msgstr "Voi kysyä"
#. module: website_forum
#: field:forum.post,can_close:0
msgid "Can Close"
msgstr "Voi sulkea"
#. module: website_forum
#: field:forum.post,can_comment:0
msgid "Can Comment"
msgstr "Voi kommentoida"
#. module: website_forum
#: field:forum.post,can_comment_convert:0
msgid "Can Convert to Comment"
msgstr "Voi muuntaa vastauksen kommentiksi"
#. module: website_forum
#: field:forum.post,can_downvote:0
msgid "Can Downvote"
msgstr "Voi äänestää huonommaksi"
#. module: website_forum
#: field:forum.post,can_edit:0
msgid "Can Edit"
msgstr "Voi muokata"
#. module: website_forum
#: field:forum.post,can_unlink:0
msgid "Can Unlink"
msgstr "Voi poistaa linkityksen"
#. module: website_forum
#: field:forum.post,can_upvote:0
msgid "Can Upvote"
msgstr "Voi äänestää paremmaksi"
#. module: website_forum
#: field:forum.forum,karma_retag:0
msgid "Change question tags"
msgstr "Kysymyksen tunnisteiden vaihtaminen"
#. module: website_forum
#: view:website:website_forum.user_badges
msgid "Check available badges"
msgstr "Näytä kaikki ansiomerkit"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_p_4
#: model:gamification.challenge,name:website_forum.challenge_chief_commentator
msgid "Chief Commentator"
msgstr "Päällikkökommentaattori"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "City"
msgstr "Kaupunki"
#. module: website_forum
#: view:website:website_forum.header
msgid ""
"Click here to send a verification email allowing you to participate to the "
"forum."
msgstr "Klikkaa tästä lähettääksesi vahvistussähköpostin. Sähköpostiosoitteen vahvistamisen jälkeen voit osallistua keskusteluihin."
#. module: website_forum
#: field:forum.forum,karma_editor_clickable_link:0
msgid "Clickable links (Editor)"
msgstr "Klikattavat linkit (editori)"
#. module: website_forum
#: selection:forum.post,state:0
msgid "Close"
msgstr "Sulje"
#. module: website_forum
#: field:forum.forum,karma_close_all:0
msgid "Close all posts"
msgstr "Kaikkien kysymysten sulkeminen"
#. module: website_forum
#: field:forum.forum,karma_close_own:0
msgid "Close its own posts"
msgstr "Omien kysymysten sulkeminen"
#. module: website_forum
#: view:website:website_forum.close_question
msgid "Close question"
msgstr "Sulje kysymys"
#. module: website_forum
#: field:forum.post,closed_uid:0
msgid "Closed by"
msgstr "Sulkenut"
#. module: website_forum
#: field:forum.post,closed_date:0
msgid "Closed on"
msgstr "Suljettu"
#. module: website_forum
#: view:website:website_forum.display_post_answer
#: view:website:website_forum.post_description_full
msgid "Comment"
msgstr "Kommentti"
#. module: website_forum
#: field:forum.forum,karma_comment_all:0
msgid "Comment all posts"
msgstr "Kaikkien viestien kommentointi"
#. module: website_forum
#: field:forum.forum,karma_comment_own:0
msgid "Comment its own posts"
msgstr "Omien viestien kommentointi"
#. module: website_forum
#: view:website:website_forum.post_comment
msgid "Comment this post..."
msgstr "Kommentoi tätä viestiä..."
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_p_2
#: model:gamification.challenge,name:website_forum.challenge_commentator
#: model:gamification.goal.definition,name:website_forum.definition_commentator
msgid "Commentator"
msgstr "Kommentaattori"
#. module: website_forum
#: view:website:website_forum.display_post_answer
msgid "Comments"
msgstr "Kommentit"
#. module: website_forum
#: help:forum.post,website_message_ids:0
msgid "Comments on forum post"
msgstr "Viestin kommentit"
#. module: website_forum
#: model:gamification.challenge,name:website_forum.challenge_configure_profile
msgid "Complete own biography"
msgstr "Viimeistele kuvaus itsestäsi"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_configure_profile
msgid "Completed own biography"
msgstr "Viimeisteli kuvauksen itsestään"
#. module: website_forum
#: view:website:website_forum.header
msgid ""
"Congratulations! Your email has just been validated. You may now participate"
" to our forums."
msgstr "Onnittelut! Sähköpostiosoitteesi on vahvistettu. Voit nyt osallistua keskustelupalstan toimintaan."
#. module: website_forum
#: view:forum.post:website_forum.view_forum_post_search
#: field:forum.post,content:0
msgid "Content"
msgstr "Sisältö"
#. module: website_forum
#: field:forum.forum,karma_comment_convert_all:0
msgid "Convert all answers to comments and vice versa"
msgstr "Muunna kaikki vastaukset kommenteiksi ja kommentit vastauksiksi"
#. module: website_forum
#: field:forum.forum,karma_comment_convert_own:0
msgid "Convert its own answers to comments and vice versa"
msgstr "Omien vastausten muuntaminen kommenteiksi ja päinvastoin"
#. module: website_forum
#: help:forum.post,is_correct:0
msgid "Correct Answer or Answer on this question accepted."
msgstr "Oikea vastaus tai tähän kysymykseen liittyvä vastaus hyväksytty."
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Country"
msgstr "Maa"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Country..."
msgstr "Maa..."
#. module: website_forum
#: field:forum.post.vote,create_date:0
msgid "Create Date"
msgstr "Luontipäivä"
#. module: website_forum
#: field:forum.forum,create_uid:0 field:forum.post,create_uid:0
#: field:forum.post.reason,create_uid:0 field:forum.post.vote,create_uid:0
#: field:forum.tag,create_uid:0
msgid "Created by"
msgstr "Luonut"
#. module: website_forum
#: field:forum.forum,create_date:0 field:forum.post.reason,create_date:0
#: field:forum.tag,create_date:0
msgid "Created on"
msgstr "Luotu"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_4
#: model:gamification.challenge,name:website_forum.challenge_favorite_question_1
msgid "Credible Question"
msgstr "Uskottava kysymys"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_5
#: model:gamification.challenge,name:website_forum.challenge_critic
#: model:gamification.goal.definition,name:website_forum.definition_critic
msgid "Critic"
msgstr "Kriitikko"
#. module: website_forum
#: help:forum.forum,message_last_post:0 help:forum.post,message_last_post:0
msgid "Date of the last message posted on the record."
msgstr "Viimeisen viestin päivämäärä"
#. module: website_forum
#: field:forum.forum,karma_unlink_all:0
msgid "Delete all posts"
msgstr "Poista kaikki viestit"
#. module: website_forum
#: field:forum.forum,karma_unlink_own:0
msgid "Delete its own posts"
msgstr "Omien viestien poistaminen"
#. module: website_forum
#: field:forum.forum,description:0
msgid "Description"
msgstr "Kuvaus"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_6
#: model:gamification.challenge,name:website_forum.challenge_disciplined
#: model:gamification.goal.definition,name:website_forum.definition_disciplined
msgid "Disciplined"
msgstr "Kurinalainen"
#. module: website_forum
#: field:forum.forum,karma_downvote:0
msgid "Downvote"
msgstr "Huonommaksi äänestäminen"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Edit Profile"
msgstr "Profiilin muokkaus"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "Edit Your Bio"
msgstr "Muokkaa kuvaustasi"
#. module: website_forum
#: view:website:website_forum.post_description_full
msgid "Edit Your Previous Answer"
msgstr "Päivitä vastaustasi"
#. module: website_forum
#: field:forum.forum,karma_edit_all:0
msgid "Edit all posts"
msgstr "Kaikkien viestien muokkaaminen"
#. module: website_forum
#: view:website:website_forum.edit_post
msgid "Edit answer"
msgstr "Muokkaa vastausta"
#. module: website_forum
#: field:forum.forum,karma_edit_own:0
msgid "Edit its own posts"
msgstr "Omien viestien muokkaaminen"
#. module: website_forum
#: view:website:website_forum.edit_post
msgid "Edit question"
msgstr "Muokkaa kysymystä"
#. module: website_forum
#: view:website:website_forum.edit_post
msgid "Edit your Question"
msgstr "Muokkaa kysymystäsi"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_7
#: model:gamification.challenge,name:website_forum.challenge_editor
#: model:gamification.goal.definition,name:website_forum.definition_editor
msgid "Editor"
msgstr "Muokkaaja"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Email"
msgstr "Sähköposti"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_5
#: model:gamification.challenge,name:website_forum.challenge_enlightened
#: model:gamification.goal.definition,name:website_forum.definition_enlightened
msgid "Enlightened"
msgstr "Valistunut"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid "Enter your Question"
msgstr "Kirjoita kysymyksesi"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_3
#: model:gamification.challenge,name:website_forum.challenge_famous_question
msgid "Famous Question"
msgstr "Kuuluisa kysymys"
#. module: website_forum
#: field:forum.post,favourite_count:0
msgid "Favorite Count"
msgstr "Suosikkimerkintöjen määrä"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_5
#: model:gamification.challenge,name:website_forum.challenge_favorite_question_5
msgid "Favorite Question"
msgstr "Suosikkikysymys"
#. module: website_forum
#: field:forum.post,favourite_ids:0
msgid "Favourite"
msgstr "Suosikki"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_favorite_question_1
msgid "Favourite Question (1)"
msgstr "Suosikkikysymys (1)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_stellar_question_25
msgid "Favourite Question (25)"
msgstr "Suosikkikysymys (25)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_favorite_question_5
msgid "Favourite Question (5)"
msgstr "Suosikkikysymys (5)"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "Favourite Questions"
msgstr "Suosikkikysymykset"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Filter on"
msgstr "Suodata"
#. module: website_forum
#: field:forum.forum,karma_flag:0
msgid "Flag a post as offensive"
msgstr "Ilmoita loukkaavasta sisällöstä"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Followed"
msgstr "Seuratut"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "Followed Questions"
msgstr "Seuratut kysymykset"
#. module: website_forum
#: field:forum.forum,message_follower_ids:0
#: field:forum.post,message_follower_ids:0
msgid "Followers"
msgstr "Seuraajat"
#. module: website_forum
#: view:forum.forum:website_forum.view_forum_forum_form
#: view:forum.post:website_forum.view_forum_post_search
#: field:forum.post,forum_id:0 field:forum.post.vote,forum_id:0
#: field:forum.tag,forum_id:0
#: model:ir.actions.act_url,name:website_forum.action_open_forum
#: model:ir.ui.menu,name:website_forum.menu_website_forum
#: model:website.menu,name:website_forum.menu_questions
msgid "Forum"
msgstr "Keskustelupalsta"
#. module: website_forum
#: field:gamification.badge,level:0
msgid "Forum Badge Level"
msgstr "Ansiomerkin taso"
#. module: website_forum
#: view:res.users:website_forum.view_users_form_forum
msgid "Forum Karma"
msgstr "Keskustelupalstan karma"
#. module: website_forum
#: view:forum.post:website_forum.view_forum_post_form
#: model:ir.model,name:website_forum.model_forum_post
msgid "Forum Post"
msgstr "Keskustelupalstan viesti"
#. module: website_forum
#: view:forum.post:website_forum.view_forum_post_list
#: model:ir.actions.act_window,name:website_forum.action_forum_post
msgid "Forum Posts"
msgstr "Keskustelupalstan viestit"
#. module: website_forum
#: view:forum.forum:website_forum.view_forum_forum_list
#: model:ir.actions.act_window,name:website_forum.action_forum_forum
#: model:ir.model,name:website_forum.model_forum_forum
#: model:ir.ui.menu,name:website_forum.menu_forum view:website:website.layout
msgid "Forums"
msgstr "Keskustelupalstat"
#. module: website_forum
#: model:ir.model,name:website_forum.model_gamification_badge
msgid "Gamification badge"
msgstr "Pelillistämisansiomerkki"
#. module: website_forum
#: model:ir.model,name:website_forum.model_gamification_challenge
msgid "Gamification challenge"
msgstr "Pelillistämishaaste"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_3
#: model:gamification.challenge,name:website_forum.challenge_good_answer
msgid "Good Answer"
msgstr "Hyvä vastaus"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_good_answer
msgid "Good Answer (6)"
msgstr "Hyvä vastaus (6)"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_9
#: model:gamification.challenge,name:website_forum.challenge_good_question
msgid "Good Question"
msgstr "Hyvä kysymys"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_4
#: model:gamification.challenge,name:website_forum.challenge_great_answer
msgid "Great Answer"
msgstr "Loistava vastaus"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_great_answer
msgid "Great Answer (15)"
msgstr "Loistava vastaus (15)"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_10
#: model:gamification.challenge,name:website_forum.challenge_great_question
msgid "Great Question"
msgstr "Loistava kysymys"
#. module: website_forum
#: view:forum.post:website_forum.view_forum_post_search
msgid "Group By"
msgstr "Ryhmittele"
#. module: website_forum
#: field:forum.forum,faq:0
msgid "Guidelines"
msgstr "Ohjesäännöt"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_6
#: model:gamification.challenge,name:website_forum.challenge_guru
msgid "Guru"
msgstr "Guru"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_guru
msgid "Guru (15)"
msgstr "Guru (15)"
#. module: website_forum
#: field:forum.post,uid_has_answered:0
msgid "Has Answered"
msgstr "On vastannut"
#. module: website_forum
#: field:forum.post,has_validated_answer:0
msgid "Has a Validated Answered"
msgstr "On hyväksynyt vastauksen"
#. module: website_forum
#: model:forum.forum,name:website_forum.forum_help
msgid "Help"
msgstr "Tuki"
#. module: website_forum
#: help:forum.forum,message_summary:0 help:forum.post,message_summary:0
msgid ""
"Holds the Chatter summary (number of messages, ...). This summary is "
"directly in html format in order to be inserted in kanban views."
msgstr "Sisältää viestien yhteenvedon (viestien määrän,...). Tämä yhteenveto on valmiiksi html-muodossa, jotta se voidaan viedä kanban näkymään."
#. module: website_forum
#: field:forum.forum,id:0 field:forum.post,id:0 field:forum.post.reason,id:0
#: field:forum.post.vote,id:0 field:forum.tag,id:0
msgid "ID"
msgstr "ID"
#. module: website_forum
#: help:forum.forum,message_unread:0 help:forum.post,message_unread:0
msgid "If checked new messages require your attention."
msgstr "Jos valittu, uudet viestit vaativat huomiosi."
#. module: website_forum
#: view:website:website_forum.close_question
msgid ""
"If you close this question, it will be hidden for most users. Only\n"
" users having a high karma can see closed questions to moderate\n"
" them."
msgstr "Jos suljet tämän kysymyksen, se piilotetaan suurimmalta osalta käyttäjistä. Vain korkean karman käyttäjät voivat nähdä suljetut kysymykset moderoidakseen niitä."
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "If you wanted to comment on the question or answer, just"
msgstr "Jos haluat kommentoida kysymystä tai vastausta,"
#. module: website_forum
#: field:forum.forum,message_is_follower:0
#: field:forum.post,message_is_follower:0
msgid "Is a Follower"
msgstr "on seuraaja"
#. module: website_forum
#: view:website:website_forum.header
msgid "It appears your email has not been verified."
msgstr "Näyttää siltä, että sähköpostiosoitettasi ei ole vahvistettu."
#. module: website_forum
#: field:res.users,karma:0 view:website:website_forum.user_detail_full
msgid "Karma"
msgstr "Karma"
#. module: website_forum
#: view:forum.forum:website_forum.view_forum_forum_form
msgid "Karma Gains"
msgstr "Ansaittu karma"
#. module: website_forum
#: view:forum.forum:website_forum.view_forum_forum_form
msgid "Karma Requirements"
msgstr "Karmavaatimukset"
#. module: website_forum
#: field:forum.post,karma_accept:0
msgid "Karma to accept this answer"
msgstr "Vaadittu karma tämän vastauksen hyväksymiseksi"
#. module: website_forum
#: field:forum.post,karma_answer:0
msgid "Karma to answer"
msgstr "Vastaamiseen vaadittu karma"
#. module: website_forum
#: field:forum.post,karma_ask:0
msgid "Karma to ask"
msgstr "Kysymiseen vaadittu karma"
#. module: website_forum
#: field:forum.post,karma_close:0
msgid "Karma to close"
msgstr "Kysymyksen sulkemiseen vaadittu karma"
#. module: website_forum
#: field:forum.post,karma_comment:0
msgid "Karma to comment"
msgstr "Kommentointiin vaadittu karma"
#. module: website_forum
#: field:forum.post,karma_downvote:0
msgid "Karma to downvote"
msgstr "Huonommaksi äänestämiseen vaadittu karma"
#. module: website_forum
#: field:forum.post,karma_edit:0
msgid "Karma to edit"
msgstr "Muokkaamiseen vaadittava karma"
#. module: website_forum
#: field:forum.post,karma_unlink:0
msgid "Karma to unlink"
msgstr "Linkityksen poistamiseen vaadittu karma"
#. module: website_forum
#: field:forum.post,karma_upvote:0
msgid "Karma to upvote"
msgstr "Paremmaksi äänestämiseen vaadittu karma"
#. module: website_forum
#: view:website:website_forum.header
msgid "Keep Informed"
msgstr "Pysy ajan tasalla"
#. module: website_forum
#: field:forum.forum,message_last_post:0 field:forum.post,message_last_post:0
msgid "Last Message Date"
msgstr "Viimeinen viestipvm"
#. module: website_forum
#: field:forum.forum,write_uid:0 field:forum.post.reason,write_uid:0
#: field:forum.post.vote,write_uid:0 field:forum.tag,write_uid:0
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: website_forum
#: field:forum.forum,write_date:0 field:forum.post.reason,write_date:0
#: field:forum.post.vote,write_date:0 field:forum.tag,write_date:0
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Last activity date"
msgstr "Viimeisin muokkaus"
#. module: website_forum
#: view:website:website_forum.header
msgid "Last updated:"
msgstr "Viimeksi päivitetty:"
#. module: website_forum
#: field:forum.forum,karma_editor_link_files:0
msgid "Linking files (Editor)"
msgstr "Tiedostojen linkittäminen (editori)"
#. module: website_forum
#: field:forum.forum,message_ids:0 field:forum.post,message_ids:0
msgid "Messages"
msgstr "Viestit"
#. module: website_forum
#: help:forum.forum,message_ids:0 help:forum.post,message_ids:0
msgid "Messages and communication history"
msgstr "Viesti- ja kommunikointihistoria"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Most answered"
msgstr "Vastatuimmat"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Most voted"
msgstr "Äänestetyimmät"
#. module: website_forum
#: field:forum.post,user_favourite:0
msgid "My Favourite"
msgstr "Suosikkini"
#. module: website_forum
#: view:website:website_forum.header
msgid "My Profile"
msgstr "Profiilini"
#. module: website_forum
#: field:forum.post,user_vote:0
msgid "My Vote"
msgstr "Ääneni"
#. module: website_forum
#: field:forum.forum,name:0 view:forum.post:website_forum.view_forum_post_form
#: field:forum.tag,name:0
msgid "Name"
msgstr "Nimi"
#. module: website_forum
#: model:mail.message.subtype,description:website_forum.mt_answer_new
#: model:mail.message.subtype,name:website_forum.mt_answer_new
#: model:mail.message.subtype,name:website_forum.mt_forum_answer_new
msgid "New Answer"
msgstr "Uusi vastaus"
#. module: website_forum
#. openerp-web
#: code:addons/website_forum/static/src/js/website_forum.editor.js:11
#: view:website:website.layout
#, python-format
msgid "New Forum"
msgstr "Uusi keskustelupalsta"
#. module: website_forum
#: model:mail.message.subtype,description:website_forum.mt_question_new
#: model:mail.message.subtype,name:website_forum.mt_forum_question_new
#: model:mail.message.subtype,name:website_forum.mt_question_new
msgid "New Question"
msgstr "Uusi kysymys"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Newest"
msgstr "Uusimmat"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_2
#: model:gamification.challenge,name:website_forum.challenge_nice_answer
msgid "Nice Answer"
msgstr "Kiva vastaus"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_nice_answer
msgid "Nice Answer (4)"
msgstr "Kiva vastaus (4)"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_8
msgid "Nice Quesiotn"
msgstr "Kiva kysymys"
#. module: website_forum
#: model:gamification.challenge,name:website_forum.challenge_nice_question
msgid "Nice Question"
msgstr "Kiva kysymys"
#. module: website_forum
#: view:website:website_forum.user_badges
msgid "No badge yet!"
msgstr "Ei ansiomerkkejä vielä!"
#. module: website_forum
#: view:website:website_forum.user_votes
msgid "No vote given by you yet!"
msgstr "Et ole vielä äänestänyt viestejä!"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_2
#: model:gamification.challenge,name:website_forum.challenge_notable_question
msgid "Notable Question"
msgstr "Huomionarvoinen kysymys"
#. module: website_forum
#: field:forum.tag,posts_count:0
msgid "Number of Posts"
msgstr "Viestien määrä"
#. module: website_forum
#: field:forum.post,views:0
msgid "Number of Views"
msgstr "Katselukertojen määrä"
#. module: website_forum
#: field:res.users,bronze_badge:0
msgid "Number of bronze badges"
msgstr "Pronssisten ansiomerkkien määrä"
#. module: website_forum
#: field:res.users,gold_badge:0
msgid "Number of gold badges"
msgstr "Kultaisten ansiomerkkien määrä"
#. module: website_forum
#: field:res.users,silver_badge:0
msgid "Number of silver badges"
msgstr "Hopeisten ansiomerkkien määrä"
#. module: website_forum
#: selection:forum.post,state:0
msgid "Offensive"
msgstr "Loukkaava"
#. module: website_forum
#: view:website:website_forum.forum_all
msgid "Our forums"
msgstr "Keskustelupalstamme"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_23
#: model:gamification.challenge,name:website_forum.challenge_peer_pressure
#: model:gamification.goal.definition,name:website_forum.definition_peer_pressure
msgid "Peer Pressure"
msgstr "Vertaispaine"
#. module: website_forum
#: view:website:website_forum.header
msgid "People"
msgstr "Jäsenet"
#. module: website_forum
#: view:website:website_forum.edit_post
msgid "Please enter a descriptive question (should finish by a '?')"
msgstr "Kirjoita kuvaava kysymys (hyvä kysymys päättyy kysymysmerkkiin)"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid "Please enter a descriptive question (should finish with a '?')"
msgstr "Kirjoita kuvaava kysymys (hyvä kysymys päättyy kysymysmerkkiin)"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid ""
"Please enter a valid email address in order to receive notifications from "
"answers or comments."
msgstr "Anna toimiva sähköpostiosoite vastaanottaaksesi päivityksiä uusista vastauksista ja kommenteista."
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "Please remember that you can always"
msgstr "Muista, että voit aina "
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "Please try to give a substantial answer."
msgstr "Pyri mahdollisimman konkreettiseen vastaukseen."
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_1
#: model:gamification.challenge,name:website_forum.challenge_popular_question
msgid "Popular Question"
msgstr "Suosittu kysymys"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_popular_question
msgid "Popular Question (150)"
msgstr "Suosittu kysymys (150)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_notable_question
msgid "Popular Question (250)"
msgstr "Suosittu kysymys (250)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_famous_question
msgid "Popular Question (500)"
msgstr "Suosittu kysymys (500)"
#. module: website_forum
#: field:forum.post.vote,post_id:0 view:website:website_forum.post_comment
msgid "Post"
msgstr "Lähetä"
#. module: website_forum
#: model:ir.model,name:website_forum.model_forum_post_reason
msgid "Post Closing Reason"
msgstr "Kysymyksen sulkemisen syy"
#. module: website_forum
#: field:forum.post,website_message_ids:0
msgid "Post Messages"
msgstr "Viestin kommentit"
#. module: website_forum
#: field:forum.post.reason,name:0
msgid "Post Reason"
msgstr "Sulkemisen syy"
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "Post Your Answer"
msgstr "Lähetä vastauksesi"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid "Post Your Question"
msgstr "Lähetä kysymyksesi"
#. module: website_forum
#: field:forum.tag,post_ids:0
#: model:ir.ui.menu,name:website_forum.menu_forum_posts
msgid "Posts"
msgstr "Viestit"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Public profile"
msgstr "Profiili julkinen"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_25
#: model:gamification.challenge,name:website_forum.challenge_pundit
#: model:gamification.goal.definition,name:website_forum.definition_pundit
msgid "Pundit"
msgstr "Asiantuntija"
#. module: website_forum
#: view:website:website.layout
msgid "Q&A"
msgstr "Kysymys & vastaus"
#. module: website_forum
#: field:forum.post,parent_id:0
msgid "Question"
msgstr "Kysymys"
#. module: website_forum
#: code:addons/website_forum/models/forum.py:414
#: model:mail.message.subtype,description:website_forum.mt_question_edit
#: model:mail.message.subtype,name:website_forum.mt_question_edit
#, python-format
msgid "Question Edited"
msgstr "Kysymystä muokattu"
#. module: website_forum
#: field:forum.forum,karma_gen_question_downvote:0
msgid "Question downvoted"
msgstr "Kysymystä äänestetty huonommaksi"
#. module: website_forum
#: view:website:website_forum.404
msgid "Question not found!"
msgstr "Kysymystä ei löydy!"
#. module: website_forum
#: view:website:website_forum.header
msgid "Question tools"
msgstr "Kysymystyökalut"
#. module: website_forum
#: field:forum.forum,karma_gen_question_upvote:0
msgid "Question upvoted"
msgstr "Kysymystä äänestetty paremmaksi"
#. module: website_forum
#: view:website:website_forum.close_question
msgid "Question:"
msgstr "Kysymys:"
#. module: website_forum
#: view:website:website_forum.forum_index view:website:website_forum.header
#: view:website:website_forum.user_detail_full
msgid "Questions"
msgstr "Kysymykset"
#. module: website_forum
#: code:addons/website_forum/models/forum.py:376
#, python-format
msgid "Re: %s"
msgstr "Re: %s"
#. module: website_forum
#: view:website:website_forum.header
msgid "Read Guidelines"
msgstr "Lue ohjesäännöt"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Real name"
msgstr "Oikea nimi"
#. module: website_forum
#: field:forum.post,closed_reason_id:0
msgid "Reason"
msgstr "Syy"
#. module: website_forum
#: view:website:website_forum.close_question
msgid "Reason:"
msgstr "Syy:"
#. module: website_forum
#: view:website:website_forum.404 view:website:website_forum.private_profile
msgid "Return to the question list."
msgstr "Palaa kysymyslistaan."
#. module: website_forum
#: view:website:website_forum.edit_post
msgid "Save"
msgstr "Tallenna"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_26
#: model:gamification.challenge,name:website_forum.challenge_scholar
#: model:gamification.goal.definition,name:website_forum.definition_scholar
msgid "Scholar"
msgstr "Oppinut"
#. module: website_forum
#: view:website:website_forum.header
msgid "Search"
msgstr "Etsi"
#. module: website_forum
#: view:website:website_forum.header
msgid "Search a question..."
msgstr "Etsi kysymyksiä..."
#. module: website_forum
#: view:forum.post:website_forum.view_forum_post_search
msgid "Search in Post"
msgstr "Etsi viesteistä"
#. module: website_forum
#: view:website:website_forum.header
msgid "Seen:"
msgstr "Nähty:"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_8
#: model:gamification.challenge,name:website_forum.challenge_self_learner
#: model:gamification.goal.definition,name:website_forum.definition_self_learner
msgid "Self-Learner"
msgstr "Itseoppinut"
#. module: website_forum
#: view:forum.forum:website_forum.view_forum_forum_form
#: view:forum.post:website_forum.view_forum_post_form
msgid "Send a message to the group"
msgstr "Lähetä viesti ryhmälle"
#. module: website_forum
#: view:website:website_forum.404
msgid "Sorry, this question is not available anymore."
msgstr "Valitettavasti tämä kysymys ei ole enää saatavilla."
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Sort by"
msgstr "Järjestä"
#. module: website_forum
#: view:website:website_forum.header
msgid "Stats"
msgstr "Tilastot"
#. module: website_forum
#: field:forum.post,state:0
msgid "Status"
msgstr "Tila"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_6
#: model:gamification.challenge,name:website_forum.challenge_stellar_question_25
msgid "Stellar Question"
msgstr "Erinomainen kysymys"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_q_7
#: model:gamification.challenge,name:website_forum.challenge_student
msgid "Student"
msgstr "Oppilas"
#. module: website_forum
#: field:forum.forum,message_summary:0 field:forum.post,message_summary:0
msgid "Summary"
msgstr "Yhteenveto"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_31
#: model:gamification.challenge,name:website_forum.challenge_supporter
#: model:gamification.goal.definition,name:website_forum.definition_supporter
msgid "Supporter"
msgstr "Tukija"
#. module: website_forum
#: model:ir.model,name:website_forum.model_forum_tag
msgid "Tag"
msgstr "Tunniste"
#. module: website_forum
#: field:forum.post,tag_ids:0 view:website:website_forum.ask_question
#: view:website:website_forum.edit_post view:website:website_forum.forum_index
#: view:website:website_forum.header view:website:website_forum.tag
msgid "Tags"
msgstr "Tunnisteet"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_32
#: model:gamification.challenge,name:website_forum.challenge_taxonomist
#: model:gamification.goal.definition,name:website_forum.definition_taxonomist
msgid "Taxonomist"
msgstr "Taksonomisti"
#. module: website_forum
#: model:gamification.badge,name:website_forum.badge_a_1
#: model:gamification.challenge,name:website_forum.challenge_teacher
#: model:gamification.goal.definition,name:website_forum.definition_teacher
msgid "Teacher"
msgstr "Opettaja"
#. module: website_forum
#: view:website:website_forum.post_description_full
msgid "The question has been closed"
msgstr "Kysymys on suljettu"
#. module: website_forum
#: help:forum.post.vote,recipient_id:0
msgid "The user receiving the vote"
msgstr "Äänen saanut jäsen"
#. module: website_forum
#: view:website:website_forum.private_profile
msgid "This profile is private!"
msgstr "Tämä profiili on yksityinen!"
#. module: website_forum
#: field:forum.post,name:0
msgid "Title"
msgstr "Titteli"
#. module: website_forum
#: field:forum.post.vote,recipient_id:0
msgid "To"
msgstr "päättyen"
#. module: website_forum
#: view:website:website_forum.header
msgid "Toggle navigation"
msgstr "Kytke navigaatio päälle/pois"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "Unanswered"
msgstr "Vastaamattomat"
#. module: website_forum
#: field:forum.forum,karma_comment_unlink_all:0
msgid "Unlink all comments"
msgstr "Poista kaikkien kommenttien linkitykset"
#. module: website_forum
#: field:forum.forum,karma_comment_unlink_own:0
msgid "Unlink its own comments"
msgstr "Omien kommenttien linkitysten poistaminen"
#. module: website_forum
#: field:forum.forum,message_unread:0 field:forum.post,message_unread:0
msgid "Unread Messages"
msgstr "Lukemattomia viestejä"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Update"
msgstr "Päivitä"
#. module: website_forum
#: field:forum.post,write_date:0
msgid "Update on"
msgstr "Päivitetty"
#. module: website_forum
#: field:forum.post,write_uid:0
msgid "Updated by"
msgstr "Päivittänyt"
#. module: website_forum
#: field:forum.forum,karma_upvote:0
msgid "Upvote"
msgstr "Paremmaksi äänestäminen"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_student
msgid "Upvoted question (1)"
msgstr "Äänesti kysymystä paremmaksi (1)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_great_question
msgid "Upvoted question (15)"
msgstr "Äänesti kysymystä paremmaksi (15)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_nice_question
msgid "Upvoted question (4)"
msgstr "Äänesti kysymystä paremmaksi (4)"
#. module: website_forum
#: model:gamification.goal.definition,name:website_forum.definition_good_question
msgid "Upvoted question (6)"
msgstr "Äänesti kysymystä paremmaksi (6)"
#. module: website_forum
#: field:forum.post.vote,user_id:0
msgid "User"
msgstr "Käyttäjä"
#. module: website_forum
#: model:ir.model,name:website_forum.model_res_users
msgid "Users"
msgstr "Käyttäjät"
#. module: website_forum
#: field:forum.post,is_correct:0
msgid "Valid Answer"
msgstr "Oikea vastaus"
#. module: website_forum
#: view:website:website_forum.header
msgid "View Your Badges"
msgstr "Tarkastele ansiomerkkejäsi"
#. module: website_forum
#: view:website:website_forum.post_description_full
msgid "Views"
msgstr "katselukertaa"
#. module: website_forum
#: field:forum.post.vote,vote:0
#: model:ir.model,name:website_forum.model_forum_post_vote
msgid "Vote"
msgstr "Äänestä"
#. module: website_forum
#: field:forum.post,vote_count:0 field:forum.post,vote_ids:0
#: view:website:website_forum.user_detail_full
msgid "Votes"
msgstr "Ääniä"
#. module: website_forum
#: view:website:website_forum.edit_profile
msgid "Website"
msgstr "Verkkosivusto"
#. module: website_forum
#: field:forum.forum,website_message_ids:0
msgid "Website Messages"
msgstr "Verkkosivu ilmoitukset"
#. module: website_forum
#: help:forum.forum,website_message_ids:0
msgid "Website communication history"
msgstr "Verkkosivun viestihistoria"
#. module: website_forum
#: field:forum.forum,website_meta_description:0
#: field:forum.post,website_meta_description:0
#: field:forum.tag,website_meta_description:0
msgid "Website meta description"
msgstr "Verkkosivuston metakuvaus"
#. module: website_forum
#: field:forum.forum,website_meta_keywords:0
#: field:forum.post,website_meta_keywords:0
#: field:forum.tag,website_meta_keywords:0
msgid "Website meta keywords"
msgstr "Verkkosivuston meta avainsanat"
#. module: website_forum
#: field:forum.forum,website_meta_title:0
#: field:forum.post,website_meta_title:0 field:forum.tag,website_meta_title:0
msgid "Website meta title"
msgstr "Verkkosivuston metaotsikko"
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "Your answer"
msgstr "Vastauksesi kysymykseen"
#. module: website_forum
#: view:website:website_forum.display_post
#: view:website:website_forum.post_description_full
msgid "[Closed]"
msgstr "[Suljettu]"
#. module: website_forum
#: view:website:website_forum.display_post
#: view:website:website_forum.post_description_full
msgid "[Deleted]"
msgstr "[Poistettu]"
#. module: website_forum
#: view:website:website_forum.display_post
msgid "and"
msgstr "ja"
#. module: website_forum
#: view:website:website_forum.display_post
msgid "answers"
msgstr "vastausta"
#. module: website_forum
#: view:website:website_forum.badge view:website:website_forum.user_badges
msgid "awarded users"
msgstr "palkittua käyttäjää"
#. module: website_forum
#: view:website:website_forum.close_question
msgid "back to question"
msgstr "takaisin kysymykseen"
#. module: website_forum
#: view:website:website_forum.users
msgid "badges:"
msgstr "ansiomerkkejä:"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid ""
"be clear and concise, avoid unnecessary introductions (Hi, ... Thanks...)"
msgstr "kirjoita selkeästi ja ytimekkäästi. Vältä turhia tervehdyksiä (Hei, ... Kiitos...)"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "bio"
msgstr "bio"
#. module: website_forum
#: selection:gamification.badge,level:0
msgid "bronze"
msgstr "pronssi"
#. module: website_forum
#: view:website:website_forum.display_post
#: view:website:website_forum.post_description_full
msgid "by"
msgstr "kirjoittanut"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "by activity date"
msgstr "muokkauspäivän mukaan"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "by creation date"
msgstr "luomisjärjestyksessä"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "by most answered"
msgstr "vastatuimpien mukaisesti"
#. module: website_forum
#: view:website:website_forum.forum_index
msgid "by most voted"
msgstr "äänestetyimpien mukaisesti"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_7
msgid "contains offensive or malicious remarks"
msgstr "sisältää loukkaavia tai haitallisia huomautuksia"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "contributions"
msgstr "kontribuutiot"
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "don't forget to vote"
msgstr "unohda äänestää"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_1
msgid "duplicate question"
msgstr "duplikaatti kysymys"
#. module: website_forum
#: view:website:website_forum.header
msgid "follower(s)"
msgstr "seuraaja(a)"
#. module: website_forum
#: view:website:website_forum.post_description_full
msgid "for reason:"
msgstr "seuraavasta syystä:"
#. module: website_forum
#: selection:gamification.badge,level:0
msgid "gold"
msgstr "kulta"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "karma"
msgstr "karma"
#. module: website_forum
#: field:forum.post,karma_comment_convert:0
msgid "karma to convert as a comment"
msgstr "Kommentiksi muuntamiseksi vaadittava karma"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "last connection"
msgstr "viimeksi paikalla"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "location"
msgstr "sijainti"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "member since"
msgstr "liittynyt jäseneksi"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_4
msgid "not a real question"
msgstr "ei oikea kysymys"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_6
msgid "not relevant or out dated"
msgstr "ei relevantti tai vanhentunut"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_2
msgid "off-topic or not relevant"
msgstr "ei liity aiheeseen tai ei relevantti"
#. module: website_forum
#: view:website:website_forum.display_post
#: view:website:website_forum.post_comment
#: view:website:website_forum.post_description_full
msgid "on"
msgstr "päiväyksellä"
#. module: website_forum
#: view:website:website_forum.close_question
msgid "or"
msgstr "tai"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid "please, try to make your question interesting to others"
msgstr "pyri muotoilemaan kysymyksesi siten, että se herättää kiinnostusta"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "profile"
msgstr "profiili"
#. module: website_forum
#: view:website:website_forum.ask_question
msgid "provide enough details and, if possible, give an example"
msgstr "anna riittävät pohjatiedot, ja jos mahdollista, anna esimerkki"
#. module: website_forum
#: view:website:website_forum.badge_user
msgid "received this badge:"
msgstr "on ansainnut tämän ansiomerkin:"
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "revise your answers"
msgstr "päivittää vastaustasi"
#. module: website_forum
#: selection:gamification.badge,level:0
msgid "silver"
msgstr "hopea"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_8
msgid "spam or advertising"
msgstr "roskapost tai mainos"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "stats"
msgstr "tilastot"
#. module: website_forum
#: view:website:website_forum.header
msgid "time"
msgstr "kerran"
#. module: website_forum
#: view:website:website_forum.header
msgid "times"
msgstr "kertaa"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_9
msgid "too localized"
msgstr "liian rajattu"
#. module: website_forum
#: model:forum.post.reason,name:website_forum.reason_3
msgid "too subjective and argumentative"
msgstr "liian subjektiivinen tai kiistanalainen"
#. module: website_forum
#: field:forum.post,self_reply:0
msgid "unknown"
msgstr "tuntematon"
#. module: website_forum
#: view:website:website_forum.post_answer
msgid "use the commenting tool."
msgstr "käytä kommentointityökalua painamalla kysymyksen tai vastauksen alapuolella olevaa \"Kommentti\"-painiketta."
#. module: website_forum
#: view:website:website_forum.badge_user
msgid "user"
msgstr "jäsen"
#. module: website_forum
#: view:website:website_forum.badge_user
msgid "users"
msgstr "jäsentä"
#. module: website_forum
#: view:website:website_forum.display_post
msgid "views"
msgstr "katselukertaa"
#. module: website_forum
#: view:website:website_forum.display_post view:website:website_forum.vote
msgid "vote"
msgstr "ääni"
#. module: website_forum
#: view:website:website_forum.display_post
#: view:website:website_forum.user_detail_full view:website:website_forum.vote
msgid "votes"
msgstr "ääntä"
#. module: website_forum
#: view:website:website_forum.user_detail_full
msgid "website"
msgstr "verkkosivusto"
#. module: website_forum
#: view:website:website_forum.display_post
msgid "with"
msgstr "saavuttaen"