#. Default: "You can add a comment by filling out the form below. Plain text formatting. Web and email addresses are transformed into clickable links."
#. Default: "If selected, anonymous users are able to post comments without loggin in. It is highly recommended to use a captcha solution to prevent spam if this setting is enabled."
#: ../interfaces.py:38
msgid "help_anonymous_comments"
msgstr "Tillåt anonyma användare att kommentera utan att logga in. För att undvika skräppost, rekommenderas starkt att Captcha-validering aktiveras."
#. Default: "Use this setting to enable or disable Captcha validation for comments. Install plone.formwidget.captcha, plone.formwidget.recaptcha, collective.akismet, or collective.z3cform.norobots if there are no options available."
msgstr "Aktivera captcha-validering av kommentarer. Om listrutan saknar alternativ: installera plone.formwidget.captcha, plone.formwidget.recaptcha, collective.akismet eller collective.z3cform.norobots."
#. Default: "Some discussion related settings are not located in the Discussion Control Panel.\nTo enable comments for a specific content type, go to the Types Control Panel of this type and choose \"Allow comments\".\nTo enable the moderation workflow for comments, go to the Types Control Panel, choose \"Comment\" and set workflow to \"Comment Review Workflow\"."
msgstr "Vissa inställningar för kommentarer finns inte på denna kontrollpanel. — För att aktivera kommentarer för en viss innehållstyp, välj denna på kontrollpanelen \"Innehållstyper\" och markera rutan \"Tillåt kommentarer \". — För att aktivera ett arbetsflöde för moderation av kommentarer, välj \"Kommentar\" på kontrollpanelen \"Innehållstyper\" och sätt nytt arbetsflöde \"Comment Review Workflow\"."
#. Default: "If selected, users are able to post comments on the site. Though, you have to enable comments for specific content types, folders or content objects before users will be able to post comments."
msgstr "Ge användarna möjlighet att kommentera innehållsposter. Dessutom måste du aktivera kommentarer för berörda innehållstyper, mappar eller poster."
#. Default: "If selected, comments will enter a 'Pending' state in which they are invisible to the public. A user with the 'Review comments' permission ('Reviewer' or 'Manager') can approve comments to make them visible to the public. If you want to enable a custom comment workflow, you have to go to the types control panel."
msgstr "Nya kommentarer får arbetsflödesstatus \"Pending\", och blir inte publikt tillgängliga förrän de godkänns av en moderator. Moderatorn behöver behörigheten \"Review comments\", rollerna \"Reviewer\" och \"Manager\" har det som standard. — För att ge kommentarer ett anpassat arbetsflöde, använd kontrollpanelen \"Innehållstyper\"."
#. Default: "If selected, the moderator is notified if a comment needs attention. The moderator email address can be found in the 'Mail settings' control panel (Site 'From' address)"
#. Default: "If selected, an image of the user is shown next to the comment."
#: ../interfaces.py:97
msgid "help_show_commenter_image"
msgstr "Visa ett porträtt av kommentatorn bredvid kommentaren."
#. Default: "Use this setting to choose if the comment text should be transformed in any way. You can choose between 'Plain text' and 'Intelligent text'. 'Intelligent text' converts plain text into HTML where line breaks and indentation is preserved, and web and email addresses are made into clickable links."
msgstr "\"Plain text\": Endast radbrytningar bevaras. — \"Intelligent text\": Konvertering till HTML; radbrytningar och indrag bevaras, webbadresser och e-postadresser blir klickbara länkar."
msgstr "Aktivera avisering med e-post till moderatorn"
#. Default: "Approve"
#: ../browser/moderation.pt:121
msgid "label_publish"
msgstr "Godkänn"
#. Default: "says:"
#: ../browser/comments.pt:74
msgid "label_says"
msgstr "säger:"
#. Default: "Show commenter image"
#: ../interfaces.py:95
msgid "label_show_commenter_image"
msgstr "Visa porträtt av kommentatorn"
#. Default: "show full comment text"
#: ../browser/moderation.pt:114
msgid "label_show_full_comment_text"
msgstr "visa hela kommentaren"
#. Default: "Subject"
#: ../interfaces.py:271
msgid "label_subject"
msgstr "Ämne"
#. Default: "Comment text transform"
#: ../interfaces.py:64
msgid "label_text_transform"
msgstr "Texttransformering för kommentarer"
#. Default: "Enable user email notification"
#: ../interfaces.py:125
msgid "label_user_notification_enabled"
msgstr "Aktivera e-post-avisering till användare"
#. Default: "A comment on '${title}' has been posted here: ${link}\n\n---\n${text}\n---\n"
#: ../comment.py:50
msgid "mail_notification_message"
msgstr ""
"En kommentar till '${title}' har postats här: ${link}\n"
"\n"
"---\n"
"${text}\n"
"---\n"
#. Default: "A comment on '${title}' has been posted here: ${link}\n\n---\n${text}\n---\n\nApprove comment:\n${link_approve}\n\nDelete comment:\n${link_delete}\n"
#: ../comment.py:58
msgid "mail_notification_message_moderator"
msgstr ""
"En kommentar till '${title}' har postats här: ${link}\n"
"\n"
"---\n"
"${text}\n"
"---\n"
"\n"
"Godkänn kommentaren:\n"
"${link_approve}\n"
"\n"
"Radera kommentaren:\n"
"${link_delete}\n"
# TODO: translate workflow name?
#. Default: "enable the 'Comment Review Workflow' for the Comment content type"
#: ../browser/moderation.pt:33
msgid "message_enable_comment_workflow"
msgstr "aktivera arbetsflödet 'Comment Review Workflow' för innehållstypen Kommentar"
#. Default: "Moderation workflow is disabled. You have to ${enable_comment_workflow} before you can moderate comments here."