Skip to content

Commit d5503db

Browse files
authored
Merge pull request #34 from deployed/23614_german_translations
23614 german translations
2 parents 5c32ef6 + 5a51ab1 commit d5503db

File tree

5 files changed

+137
-4
lines changed

5 files changed

+137
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ pip-log.txt
2727
.tox
2828
nosetests.xml
2929

30-
# Translations
31-
*.mo
32-
3330
# Mr Developer
3431
.mr.developer.cfg
3532
.project
2.07 KB
Binary file not shown.
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2020-11-13 12:08+0100\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
20+
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
21+
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
22+
23+
#: emailtemplates/admin.py:34
24+
msgid "Show email preview"
25+
msgstr "E-Mail-Vorschau anzeigen"
26+
27+
#: emailtemplates/admin.py:38
28+
msgid "Actions"
29+
msgstr "Aktionen"
30+
31+
msgid "Send as link"
32+
msgstr "Als Link versenden"
33+
34+
#: emailtemplates/apps.py:8
35+
msgid "E-MAIL TEMPLATES"
36+
msgstr "E-Mail Templates"
37+
38+
#: emailtemplates/forms.py:19 emailtemplates/models.py:25
39+
msgid "template"
40+
msgstr "Vorlage"
41+
42+
#: emailtemplates/models.py:26 emailtemplates/models.py:76
43+
msgid "subject"
44+
msgstr "Thema"
45+
46+
#: emailtemplates/models.py:27 emailtemplates/models.py:77
47+
msgid "content"
48+
msgstr "Inhalt"
49+
50+
#: emailtemplates/models.py:28
51+
msgid "language"
52+
msgstr "Sprache"
53+
54+
#: emailtemplates/models.py:30
55+
msgid "created"
56+
msgstr "erstellt"
57+
58+
#: emailtemplates/models.py:31
59+
msgid "modified"
60+
msgstr "geändert"
61+
62+
#: emailtemplates/models.py:35
63+
msgid "Email template"
64+
msgstr "E-Mail Template"
65+
66+
#: emailtemplates/models.py:36
67+
msgid "Email templates"
68+
msgstr "E-Mail Templates"
69+
70+
#: emailtemplates/models.py:56
71+
msgid "name"
72+
msgstr "Name"
73+
74+
#: emailtemplates/models.py:57
75+
msgid "Attachment file"
76+
msgstr "Datei anhängen"
77+
78+
#: emailtemplates/models.py:61
79+
msgid "Attachment"
80+
msgstr "Anlage"
81+
82+
#: emailtemplates/models.py:62
83+
msgid "Attachments"
84+
msgstr "Anhänge"
85+
86+
#: emailtemplates/models.py:65
87+
#, python-format
88+
msgid "Attachment: %s"
89+
msgstr "Anlage: %s"
90+
91+
#: emailtemplates/models.py:72
92+
msgid "email template"
93+
msgstr "E-Mail-Vorlage"
94+
95+
#: emailtemplates/models.py:78
96+
msgid "sent"
97+
msgstr "gesendet"
98+
99+
#: emailtemplates/models.py:81
100+
msgid "Mass email message"
101+
msgstr "Massen E-Mail"
102+
103+
#: emailtemplates/models.py:82
104+
msgid "Mass email messages"
105+
msgstr "Massen E-Mails"
106+
107+
#: emailtemplates/registry.py:68
108+
#, python-format
109+
msgid "<b>USAGE: %s</b>"
110+
msgstr "<b>ANWENDUNG: %s</b>"
111+
112+
#: emailtemplates/registry.py:69
113+
#, python-format
114+
msgid "<b>CONTEXT:</b><br/>%s"
115+
msgstr "<b>KONTEXT:</b><br/>%s"
116+
117+
#: emailtemplates/templates/admin/emailtemplates/massemailmessage/change_form.html:5
118+
msgid "Send to all users"
119+
msgstr "An alle Benutzer senden"
120+
121+
#: emailtemplates/views.py:51
122+
msgid ""
123+
"Mass email was already sent. Create new mail message or force sending from "
124+
"shell."
125+
msgstr ""
126+
"Die Massen-E-Mail wurde bereits gesendet. Neue E-Mail-Nachricht erstellen oder "
127+
"Senden aus der Shell erzwingen"
128+
129+
#: emailtemplates/views.py:56
130+
msgid "Mass email sent successfully"
131+
msgstr "Massen-E-Mail erfolgreich gesendet"
132+
133+
#: emailtemplates/views.py:58
134+
msgid "Error occurred when trying to send mass email message."
135+
msgstr "Beim Versuch, eine Massen-E-Mail-Nachricht zu senden, ist ein Fehler aufgetreten"
2.11 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
setup(
1818
name='django-emailtemplates',
19-
version='1.1.11',
19+
version='1.1.12',
2020
packages=find_packages(),
21+
package_data={'emailtemplates': ['locale/*/LC_MESSAGES/*.po', 'locale/*/LC_MESSAGES/*.mo']},
2122
include_package_data=True,
2223
license='MIT License',
2324
description='A simple Django app to create emails based on database or filesystem templates.',

0 commit comments

Comments
 (0)