Skip to content

Commit c76f8d0

Browse files
author
Brandon Taylor
committed
Merge pull request jazzband#66 from Alp-Phone/master
Added German translation
2 parents 0e390d8 + ad73a80 commit c76f8d0

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed
1.37 KB
Binary file not shown.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: Adminsortable 1.6.2\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2013-11-29 10:36+0100\n"
11+
"PO-Revision-Date: 2013-11-29 10:50+0100\n"
12+
"Last-Translator: Moritz Pfeiffer <moritz.pfeiffer@alp-phone.ch>\n"
13+
"Language-Team: LANGUAGE <LL@li.org>\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"X-Generator: Poedit 1.5.7\n"
19+
20+
#: templates/adminsortable/change_list.html:19
21+
#, python-format
22+
msgid "Drag and drop %(model)s to change display order"
23+
msgstr "Drag and drop %(model)s um die Reihenfolge zu ändern"
24+
25+
#: templates/adminsortable/change_list.html:31
26+
msgid "Reorder"
27+
msgstr "Reihenfolge ändern"
28+
29+
#: templates/adminsortable/change_list.html:38
30+
#, python-format
31+
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
32+
msgstr "Drag and drop %(sort_type)s %(model)s um die Reihenfolge zu ändern."
33+
34+
#: templates/adminsortable/change_list.html:40
35+
#, python-format
36+
msgid "Drag and drop %(model)s to change their order."
37+
msgstr "Drag and drop %(model)s um ihre Reihenfolge zu ändern."
38+
39+
#: templates/adminsortable/change_list.html:45
40+
#, python-format
41+
msgid ""
42+
"You may also drag and drop %(sortable_by_class_display_name)s to change "
43+
"their order."
44+
msgstr ""
45+
"Sie können per drag and drop die Reihenfolge von "
46+
"%(sortable_by_class_display_name)s ändern."
47+
48+
#: templates/adminsortable/change_list.html:56
49+
#, python-format
50+
msgid "Return to %(model)s"
51+
msgstr "Zurück zu %(model)s"
52+
53+
#: templates/adminsortable/change_list_with_sort_link.html:6
54+
msgid "Change Order"
55+
msgstr "Reihenfolge ändern"
56+
57+
#: templates/adminsortable/edit_inline/stacked.html:3
58+
#: templates/adminsortable/edit_inline/tabular.html:6
59+
msgid "drag and drop to change order"
60+
msgstr "drag and drop um die Reihenfolge zu ändern"
61+
62+
#: templates/adminsortable/edit_inline/stacked.html:9
63+
#: templates/adminsortable/edit_inline/tabular.html:30
64+
msgid "View on site"
65+
msgstr ""
66+
67+
#: templates/adminsortable/edit_inline/stacked.html:29
68+
#: templates/adminsortable/edit_inline/tabular.html:79
69+
msgid "Remove"
70+
msgstr "Entfernen"
71+
72+
#: templates/adminsortable/edit_inline/stacked.html:30
73+
#: templates/adminsortable/edit_inline/tabular.html:78
74+
#, python-format
75+
msgid "Add another %(verbose_name)s"
76+
msgstr ""
77+
78+
#: templates/adminsortable/edit_inline/tabular.html:17
79+
msgid "Delete?"
80+
msgstr "Löschen?"

0 commit comments

Comments
 (0)