Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added swedish translation #76

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified cookielaw/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified cookielaw/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified cookielaw/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified cookielaw/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified cookielaw/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified cookielaw/locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified cookielaw/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
Binary file added cookielaw/locale/sv/LC_MESSAGES/django.mo
Binary file not shown.
39 changes: 39 additions & 0 deletions cookielaw/locale/sv/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-07 11:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: templates/cookielaw/banner.html:5 templates/cookielaw/rejectable.html:5
msgid "COOKIE_INFO_HEADER"
msgstr "Cookies meddelande"

#: templates/cookielaw/banner.html:7 templates/cookielaw/rejectable.html:7
msgid "COOKIE_INFO_OK"
msgstr "Jag godkänner"

#: templates/cookielaw/banner.html:8 templates/cookielaw/rejectable.html:9
msgid "COOKIE_INFO_PARA"
msgstr ""
"Vår sida sparar en liten bit text-information (cookies) på din enhet för att "
"kunna förse dig med bättre innehåll och för statistiska syften. Du kan avaktivera "
"användningen av cookies genom att ändra inställningarna i din webbläsare. "
"Genom att godkänna här till höger ger du oss tillstånd att spara den informationen "
"på din enhet. Våra villkor: <a href='https://www.kontorshund.se/privacy/'>https://www.kontorshund.se/privacy/</a>"

#: templates/cookielaw/rejectable.html:8
msgid "COOKIE_INFO_REJECT"
msgstr "Jag avvisar"
2 changes: 1 addition & 1 deletion cookielaw/templates/cookielaw/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="CookielawBanner">
<div class="container">
<h6>{% trans "COOKIE_INFO_HEADER" %}</h6>
<p>
<p id="cookie-info-paragraph">
<a class="btn btn-primary pull-right" href="javascript:Cookielaw.createCookielawCookie();">{% trans "COOKIE_INFO_OK" %}</a>
{% trans "COOKIE_INFO_PARA" %}
</p>
Expand Down