Adding Danish translation.
This commit is contained in:
parent
97456ee032
commit
fa8a3bab2d
2 changed files with 42 additions and 0 deletions
BIN
password_required/locale/da/LC_MESSAGES/django.mo
Normal file
BIN
password_required/locale/da/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
42
password_required/locale/da/LC_MESSAGES/django.po
Normal file
42
password_required/locale/da/LC_MESSAGES/django.po
Normal file
|
@ -0,0 +1,42 @@
|
|||
# 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: 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2010-06-07 09:11+0200\n"
|
||||
"PO-Revision-Date: 2010-06-07 09:13+0200\n"
|
||||
"Last-Translator: Mikkel Høgh <mikkel@hoegh.org>\n"
|
||||
"Language-Team: Dansk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: forms.py:13
|
||||
msgid "Password"
|
||||
msgstr "Kodeord"
|
||||
|
||||
#: forms.py:34 tests.py:33
|
||||
msgid ""
|
||||
"PASSWORD_REQUIRED_PASSWORD is not set, and thus it is currently impossible "
|
||||
"to log in."
|
||||
msgstr "PASSWORD_REQUIRED_PASSWORD er ikke sat, og det er derfor pt. ikke muligt at logge ind."
|
||||
|
||||
#: forms.py:38
|
||||
msgid ""
|
||||
"Please enter the correct password. Note that the password is case-sensitive."
|
||||
msgstr "Skriv venligst det korrekte kodeord. Bemærk at der gøres forskel på store og små bogstaver."
|
||||
|
||||
#: forms.py:43
|
||||
msgid ""
|
||||
"Your Web browser doesn't appear to have cookies enabled. Cookies are "
|
||||
"required for logging in."
|
||||
msgstr "Din Internetbrwoser ser ikke ud til at have cookies slået til. Uden adgang til cookies, kan vi ikke logge dig ind."
|
||||
|
||||
#: templates/password_required_login.html:4
|
||||
msgid "Let me in"
|
||||
msgstr "Luk mig ind"
|
Reference in a new issue