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 translation for German. #156

Merged
merged 1 commit into from
Apr 12, 2024
Merged
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
29 changes: 29 additions & 0 deletions session_security/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright (C) 2013 James Pic
# This file is distributed under the same license as the
# django-session-security package.
# James Pic <jamespic@gmail.com> 2013
msgid ""
msgstr ""
"Project-Id-Version: 2.0.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-18 11:41-0400\n"
"PO-Revision-Date: 2024-03-18 16:26+0100\n"
"Last-Translator: Daniel Zielinski <daniel@loctimize.com>\n"
"Language: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: templates/session_security/all.html:32
msgid "You have unsaved changes in a form of this page."
msgstr ""
"Sie haben nicht gespeicherte Änderungen in einem Formular auf dieser Seite."

#: templates/session_security/dialog.html:6
msgid "Your session is about to expire"
msgstr "Ihre Sitzung läuft in Kürze ab."

#: templates/session_security/dialog.html:7
msgid "Click or type to extend your session."
msgstr "Klicken oder tippen Sie, um nicht automatisch ausgeloggt zu werden."
Loading