Mercurial > p > roundup > code
annotate locale/de.po @ 8207:894eabf95385
chore(ruff): sort imports.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 11 Dec 2024 15:26:32 -0500 |
| parents | 1f0038623c33 |
| children | 3812c0fb1137 |
| rev | line source |
|---|---|
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1 # German message file for Roundup Issue Tracker |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2 # Initial work by Stefan Niederhauser <stefan.niederhauser@unibas.ch>, 2004. |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
3 # updated by Toni Mueller <toni@debian.org> |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4 # updated by Tobias Herp <tobias.herp@gmx.de> |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5 # |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
6 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
7 msgstr "" |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
8 "Project-Id-Version: Roundup 2.4.0\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
9 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
10 "POT-Creation-Date: 2024-08-07 21:43-0400\n" |
|
5052
737d3edee3ab
E-mail -> E-Mail in de.po (issue2550717)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
5046
diff
changeset
|
11 "PO-Revision-Date: 2016-04-11 09:13+0200\n" |
| 4098 | 12 "Last-Translator: Tobias Herp <tobias.herp@gmx.de>\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
13 "Language-Team: German Translators <roundup-devel@lists.sourceforge.net>\n" |
| 7052 | 14 "Language: de\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
15 "MIME-Version: 1.0\n" |
| 4098 | 16 "Content-Type: text/plain; charset=UTF-8\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
17 "Content-Transfer-Encoding: 8bit\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
18 "Plural-Forms: nplurals=2; plural=n != 1;\n" |
| 4098 | 19 "X-Poedit-Bookmarks: 75,-1,-1,-1,-1,-1,-1,-1,-1,-1\n" |
| 20 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
21 #: ../roundup/actions.py:49 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
22 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
23 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
24 "You do not have permission to retire or restore the %(classname)s class." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
25 msgstr "" |
|
8110
1f0038623c33
fix: translation with missing variable for item 'retire or restore'.
John Rouillard <rouilj@ieee.org>
parents:
8109
diff
changeset
|
26 "Sie haben keine Berechtigung die %(classname)s Klasse als gelöscht zu " |
|
1f0038623c33
fix: translation with missing variable for item 'retire or restore'.
John Rouillard <rouilj@ieee.org>
parents:
8109
diff
changeset
|
27 "markieren oder die Löschmarkierung aufzuheben." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
28 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
29 #: ../roundup/actions.py:65 ../roundup/cgi/actions.py:240 |
| 4098 | 30 msgid "You may not retire the admin or anonymous user" |
| 31 msgstr "Sie können den Administrator oder den Gast-Benutzer nicht löschen" | |
| 32 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
33 #: ../roundup/admin.py:131 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
34 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
35 "Have 'display designator[,designator*]' show header inside\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
36 " []'s before items. Includes retired/active status.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
37 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
38 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
39 #: ../roundup/admin.py:135 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
40 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
41 "Have 'display designator' and 'specification class' show\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
42 " protected fields: creator, id etc.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
43 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
44 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
45 #: ../roundup/admin.py:139 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
46 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
47 "Controls history options. It is a bitstring where setting\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
48 " the bit disables the feature. A value of 0 (default)\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
49 " enables all features. Value 1 disables loading of\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
50 " history. Value 2 disables saving history. Value 4\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
51 " disables loading init file. Since it is a bitstring a\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
52 " value of 6 disables both loading init file and saving\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
53 " history.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
54 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
55 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
56 #: ../roundup/admin.py:148 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
57 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
58 "Set the number of lines of history to keep for this session.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
59 " -1 is infinite.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
60 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
61 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
62 #: ../roundup/admin.py:152 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
63 msgid "Set indexer to use when running 'reindex' NYI\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
64 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
65 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
66 #: ../roundup/admin.py:155 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
67 msgid "Force reopening of tracker when running each command.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
68 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
69 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
70 #: ../roundup/admin.py:158 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
71 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
72 "set the number of rows imported before a database commit is\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
73 " done. Used only for imports on PostgreSQL.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
74 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
75 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
76 #: ../roundup/admin.py:160 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
77 msgid "Show retired items in table, list etc. One of 'no', 'only', 'both'\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
78 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
79 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
80 #: ../roundup/admin.py:162 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
81 msgid "internal mapping for show_retired.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
82 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
83 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
84 #: ../roundup/admin.py:163 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
85 msgid "Enable verbose output: tracing, descriptions...\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
86 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
87 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
88 #: ../roundup/admin.py:175 ../roundup/admin.py:1188 ../roundup/admin.py:1836 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
89 #: ../roundup/admin.py:1868 ../roundup/admin.py:175:1188 :1836:1868 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
90 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
91 msgid "no such class \"%(classname)s\"" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
92 msgstr "Die Klasse \"%(classname)s\" existiert nicht" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
93 |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
94 # ../roundup/admin.py:93 :97 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
95 #: ../roundup/admin.py:188 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
96 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
97 msgid "argument \"%(arg)s\" not propname=value" |
| 4098 | 98 msgstr "Der Parameter \"%(arg)s\" entspricht nicht dem Format Eigenschaft=Wert" |
| 99 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
100 #: ../roundup/admin.py:201 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
101 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
102 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
103 "Problem: %(message)s\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
104 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
105 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
106 "Problem: %(message)s\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
107 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
108 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
109 #: ../roundup/admin.py:202 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
110 #, fuzzy, python-format |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
111 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
112 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
113 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
114 "Options:\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
115 " -i instance home -- specify the issue tracker \"home directory\" to " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
116 "administer\n" |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
117 " -u -- the user[:password] to use for commands (default " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
118 "admin)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
119 " -d -- print full designators not just class id numbers\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
120 " -c -- when outputting lists of data, comma-separate them.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
121 " Same as '-S \",\"'.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
122 " -S <string> -- when outputting lists of data, string-separate them\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
123 " -s -- when outputting lists of data, space-separate them.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
124 " Same as '-S \" \"'.\n" |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
125 " -P pragma=value -- Set a pragma on command line rather than " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
126 "interactively.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
127 " Can be used multiple times.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
128 " -V -- be verbose when importing\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
129 " -v -- report Roundup and Python versions (and quit)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
130 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
131 " Only one of -s, -c or -S can be specified.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
132 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
133 "Help:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
134 " roundup-admin -h\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
135 " roundup-admin help -- this help\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
136 " roundup-admin help <command> -- command-specific help\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
137 " roundup-admin help all -- all available help\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
138 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
139 "%(message)sVerwendung: roundup-admin [Optionen] [<Befehl> <Parameter>]\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
140 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
141 "Optionen:\n" |
| 4098 | 142 " -i <Instanzverzeichnis> -- Tracker-Instanz zur Administration auswählen\n" |
| 143 " -u -- Benutzer[:Passwort] für das Ausführen von Befehlen\n" | |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
144 " -d -- lange Bezeichner statt Klassen-Ids anzeigen\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
145 " -c -- Komma-getrennte Listenausgabe (CSV).\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
146 " Analog zu '-S \",\"'.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
147 " -S <Zeichenkette> -- Trennzeichen bei der Listenausgabe.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
148 " -s -- Leerzeichen als Trennzeichen verwenden.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
149 " Analog zu '-S \" \"'.\n" |
| 4098 | 150 " -V -- ausführliche Ausgaben (\"verbose\") beim Import\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
151 " -v -- Roundup- und Python-Version ausgeben (und beenden)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
152 "\n" |
| 4098 | 153 " Nur eine der Optionen -s, -c or -S kann gewählt werden.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
154 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
155 "Hilfe:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
156 " roundup-admin -h\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
157 " roundup-admin help -- diese Kurzhilfe anzeigen\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
158 " roundup-admin help <Befehl> -- Hilfe zu einem Befehl anzeigen\n" |
| 4098 | 159 " roundup-admin help all -- sämtliche Hilfen anzeigen\n" |
| 160 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
161 #: ../roundup/admin.py:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
162 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
163 msgid "Commands: " |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
164 msgstr "Befehle:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
165 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
166 #: ../roundup/admin.py:238 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
167 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
168 "Commands may be abbreviated as long as the abbreviation\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
169 "matches only one command, e.g. l == li == lis == list." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
170 msgstr "" |
| 4098 | 171 "Befehle können abgekürzt werden, solange sie eindeutig bleiben, \n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
172 "z.B. l == li == lis == list." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
173 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
174 #: ../roundup/admin.py:270 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
175 #, fuzzy |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
176 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
177 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
178 "All commands (except help) require a tracker specifier. This is just\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
179 "the path to the roundup tracker you're working with. A roundup tracker\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
180 "is where roundup keeps the database and configuration file that defines\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
181 "an issue tracker. It may be thought of as the issue tracker's \"home\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
182 "directory\". It may be specified in the environment variable TRACKER_HOME\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
183 "or on the command line as \"-i tracker\".\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
184 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
185 "A designator is a classname and a nodeid concatenated, eg. bug1, " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
186 "user10, ...\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
187 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
188 "Property values are represented as strings in command arguments and in the\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
189 "printed results:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
190 " . Strings are, well, strings.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
191 " . Date values are printed in the full date format in the local time zone,\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
192 " and accepted in the full format or any of the partial formats explained\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
193 " below.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
194 " . Link values are printed as node designators. When given as an argument,\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
195 " node designators and key strings are both accepted.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
196 " . Multilink values are printed as lists of node designators joined\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
197 " by commas. When given as an argument, node designators and key\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
198 " strings are both accepted; an empty string, a single node, or a list\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
199 " of nodes joined by commas is accepted.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
200 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
201 "When property values must contain spaces, just surround the value with\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
202 "quotes, either ' or \". A single space may also be backslash-quoted. If a\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
203 "value must contain a quote character, it must be backslash-quoted or inside\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
204 "quotes. Examples:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
205 " hello world (2 tokens: hello, world)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
206 " \"hello world\" (1 token: hello world)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
207 " \"Roch'e\" Compaan (2 tokens: Roch'e Compaan)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
208 " Roch\\'e Compaan (2 tokens: Roch'e Compaan)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
209 " address=\"1 2 3\" (1 token: address=1 2 3)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
210 " \\\\ (1 token: \\)\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
211 " \\n\\r\\t (1 token: a newline, carriage-return and " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
212 "tab)\n" |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
213 " f \"test\\\"q\" (2 tokens: f test\"q)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
214 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
215 "When multiple nodes are specified to the roundup get or roundup set\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
216 "commands, the specified properties are retrieved or set on all the listed\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
217 "nodes.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
218 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
219 "When multiple results are returned by the roundup get or roundup find\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
220 "commands, they are printed one per line (default) or joined by commas (with\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
221 "the -c) option.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
222 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
223 "Where the command changes data, a login name/password is required. The\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
224 "login may be specified as either \"name\" or \"name:password\".\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
225 " . ROUNDUP_LOGIN environment variable\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
226 " . the -u command-line option\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
227 "If either the name or password is not supplied, they are obtained from the\n" |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
228 "command-line. (See admin guide before using -u.)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
229 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
230 "Date format examples:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
231 " \"2000-04-17.03:45\" means <Date 2000-04-17.08:45:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
232 " \"2000-04-17\" means <Date 2000-04-17.00:00:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
233 " \"01-25\" means <Date yyyy-01-25.00:00:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
234 " \"08-13.22:13\" means <Date yyyy-08-14.03:13:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
235 " \"11-07.09:32:43\" means <Date yyyy-11-07.14:32:43>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
236 " \"14:25\" means <Date yyyy-mm-dd.19:25:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
237 " \"8:47:11\" means <Date yyyy-mm-dd.13:47:11>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
238 " \".\" means \"right now\"\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
239 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
240 "Command help:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
241 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
242 "\n" |
| 4098 | 243 "Sie müssen für sämtliche Befehle - außer für die Hilfe - das Verzeichnis\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
244 "einer Tracker-Instanz angeben. Dort wird die Konfiguration gespeichert und\n" |
| 4098 | 245 " - je nach Datenbank - auch die Daten. Das Tracker-Verzeichnis kann über\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
246 "die Umgebungsvariable TRACKER_HOME oder die Option \"-i Verzeichnis\"\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
247 "angegeben werden.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
248 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
249 "Ein Bezeichner besteht aus einem Klassennamen und einer ID, zum Beispiel\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
250 "\"issue12\"\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
251 "\n" |
| 4098 | 252 "Eigenschaften werden als Zeichenketten übergeben und angezeigt.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
253 " . Eine Zeichenkette (\"String\") wird direkt ausgegeben.\n" |
| 4098 | 254 " . Datumswerte werden als vollständiges Datum in der lokalen Zeitzone\n" |
| 255 " ausgegeben und können im vollständigen Format oder in einem Teilformat\n" | |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
256 " eingeben werden (siehe unten).\n" |
| 4098 | 257 " . Links zu anderen Einträgen werden mit dem Bezeichner dargestellt.\n" |
| 258 " Bei der Eingabe wird entweder der Bezeichner oder nur der Schlüssel\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
259 " angegeben.\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
260 " . Bei Mehrfach-Links werden die verlinkten Bezeichner mit Kommata getrennt\n" |
| 4098 | 261 " ausgegeben. Bei der Eingabe können Bezeichner oder Schlüssel\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
262 " mit Kommata getrennt eingegeben werden.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
263 "\n" |
| 4098 | 264 "Falls Eigenschaften Leerzeichen enthalten, müssen die Werte in\n" |
| 265 "\"Anführungszeichen\" eingeschlossen werden. Leerzeichen können auch mit\n" | |
| 266 "einem \\Backslash geschützt werden. Ebenso müssen Anführungszeichen im Wert\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
267 "mit einem Backslash versehen werden, einfache ' wie doppelte \".\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
268 "Beispiele:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
269 " Hallo Welt (2 Werte: Hallo, Welt)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
270 " \"Hallo Welt\" (1 Wert: Hallo Welt)\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
271 " \"Alfons'\" Welt (2 Werte: Alfons', Welt)\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
272 " Alfons\\' Welt (2 Werte: Alfons', Welt)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
273 " Adresse=\"1 2 3\" (1 Wert: Address=1 2 3)\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
274 " \\\\ (1 Wert: \\)\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
275 " \\n\\r\\t (1 Wert: Zeilenumbruch + CR + Tab)\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
276 "\n" |
| 4098 | 277 "Wenn bei einer Abfrage oder einer Änderung mehrere Einträge angegeben\n" |
| 278 "werden, so werden die gewünschten Eigenschaften aller Einträge angezeigt\n" | |
| 279 "bzw. geändert.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
280 "\n" |
| 4098 | 281 "Wenn ein Befehl \"get\" oder \"find\" mehrere Einträge zurückgibt, so \n" |
| 282 "werden diese Zeile für Zeile oder (mit der Option -c) kommagetrennt\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
283 "ausgegeben.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
284 "\n" |
| 4098 | 285 "Bei Änderungen wird ein Benutzername und ein Passwort benötigt.\n" |
| 286 "Diese Angaben können in der Umgebungsvariable ROUNDUP_LOGIN oder mit der\n" | |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
287 "Option -u gemacht werden, entweder als \"Benutzername\" oder als\n" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
288 "\"benutzername:passwort\".\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
289 "\n" |
| 4098 | 290 "Beispiele für Datumsformate:\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
291 " \"2000-04-17.03:45\" ergibt <Date 2000-04-17.08:45:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
292 " \"2000-04-17\" ergibt <Date 2000-04-17.00:00:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
293 " \"01-25\" ergibt <Date yyyy-01-25.00:00:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
294 " \"08-13.22:13\" ergibt <Date yyyy-08-14.03:13:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
295 " \"11-07.09:32:43\" ergibt <Date yyyy-11-07.14:32:43>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
296 " \"14:25\" ergibt <Date yyyy-mm-dd.19:25:00>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
297 " \"8:47:11\" ergibt <Date yyyy-mm-dd.13:47:11>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
298 " \".\" ergibt \"jetzt\"\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
299 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
300 "Befehlshilfe:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
301 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
302 #: ../roundup/admin.py:334 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
303 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
304 msgid "%s:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
305 msgstr "%s:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
306 |
| 7401 | 307 # ../roundup/admin.py:336 :382 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
308 #: ../roundup/admin.py:439 ../roundup/admin.py:1396 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
309 #: ../roundup/admin.py:439:1396 |
| 7401 | 310 msgid "Templates:" |
| 311 msgstr "Vorlagen:" | |
| 312 | |
| 313 # ../roundup/admin.py:339 :393 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
314 #: ../roundup/admin.py:442 ../roundup/admin.py:1406 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
315 #: ../roundup/admin.py:442:1406 |
| 7401 | 316 msgid "Back ends:" |
| 317 msgstr "Datenbanken:" | |
| 318 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
319 #. noqa: ARG002 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
320 #: ../roundup/admin.py:459 |
| 7401 | 321 msgid "" |
| 322 "Usage: commit\n" | |
| 323 " Commit changes made to the database during an interactive session.\n" | |
| 324 "\n" | |
| 325 " The changes made during an interactive session are not\n" | |
| 326 " automatically written to the database - they must be committed\n" | |
| 327 " using this command.\n" | |
| 328 "\n" | |
| 329 " One-off commands on the command-line are automatically committed if\n" | |
| 330 " they are successful.\n" | |
| 331 " " | |
| 332 msgstr "" | |
| 333 "Verwendung: commit\n" | |
| 334 " Speichern der Datenbank-Änderungen.\n" | |
| 335 "\n" | |
| 336 " Falls die Datenbank Transaktionen unterstützt, werden Änderungen\n" | |
| 337 " während einer Bearbeitungs-Session erst nach einem \"commit\" an " | |
| 338 "die\n" | |
| 339 " Datenbank übermittelt.\n" | |
| 340 "\n" | |
| 341 " Einzelbefehle über die Kommandozeile werden sofort in die Datenbank\n" | |
| 342 " geschrieben.\n" | |
| 343 " " | |
| 344 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
345 #: ../roundup/admin.py:474 |
| 7401 | 346 msgid "" |
| 347 "Usage: create classname property=value ...\n" | |
| 348 " Create a new entry of a given class.\n" | |
| 349 "\n" | |
| 350 " This creates a new entry of the given class using the property\n" | |
| 351 " name=value arguments provided on the command line after the \"create" | |
| 352 "\"\n" | |
| 353 " command.\n" | |
| 354 " " | |
| 355 msgstr "" | |
| 356 "Verwendung: create Klassenname Eigenschaft=Wert ...\n" | |
| 357 " Erstellt einen neuen Eintrag der angegebenen Klasse.\n" | |
| 358 "\n" | |
| 359 " Ein neuer Eintrag der Klasse wird erstellt, und die Eigenschaften\n" | |
| 360 " werden mit den Werten initialisiert\n" | |
| 361 " " | |
| 362 | |
| 363 # ../roundup/admin.py:358 :483 :562 :612 :682 :703 :731 :802 :869 :940 :988 | |
| 364 # :1010 :1037 :1098 :1156 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
365 #: ../roundup/admin.py:482 ../roundup/admin.py:555 ../roundup/admin.py:606 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
366 #: ../roundup/admin.py:733 ../roundup/admin.py:806 ../roundup/admin.py:851 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
367 #: ../roundup/admin.py:902 ../roundup/admin.py:999 ../roundup/admin.py:1216 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
368 #: ../roundup/admin.py:1369 ../roundup/admin.py:1497 ../roundup/admin.py:1580 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
369 #: ../roundup/admin.py:1703 ../roundup/admin.py:1826 ../roundup/admin.py:1858 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
370 #: ../roundup/admin.py:1974 ../roundup/admin.py:2028 ../roundup/admin.py:2076 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
371 #: ../roundup/admin.py:482:555 :1216:1369:1497 :1580:1703 :1826:1858 :1974:2028 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
372 #: :2076 :606:733 :806:851 :902:999 |
| 7401 | 373 msgid "Not enough arguments supplied" |
| 374 msgstr "Zu wenig Parameter übergeben" | |
| 375 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
376 #: ../roundup/admin.py:502 |
| 7401 | 377 #, python-format |
| 378 msgid "%(propname)s (Password): " | |
| 379 msgstr "%(propname)s (Passwort):" | |
| 380 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
381 #: ../roundup/admin.py:505 |
| 7401 | 382 #, python-format |
| 383 msgid " %(propname)s (Again): " | |
| 384 msgstr " %(propname)s (Wiederholen):" | |
| 385 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
386 #: ../roundup/admin.py:509 |
| 7401 | 387 msgid "Sorry, try again..." |
| 388 msgstr "Bitte erneut versuchen..." | |
| 389 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
390 #: ../roundup/admin.py:514 |
| 7401 | 391 #, python-format |
| 392 msgid "%(propname)s (%(proptype)s): " | |
| 393 msgstr "%(propname)s (%(proptype)s): " | |
| 394 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
395 #: ../roundup/admin.py:533 |
| 7401 | 396 #, python-format |
| 397 msgid "you must provide the \"%(propname)s\" property." | |
| 398 msgstr "Sie müssen einen Wert für \"%(propname)s\" angeben." | |
| 399 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
400 #: ../roundup/admin.py:545 |
| 7401 | 401 #, fuzzy |
| 402 msgid "" | |
| 403 "Usage: display designator[,designator]*\n" | |
| 404 " Show the property values for the given node(s).\n" | |
| 405 "\n" | |
| 406 " A designator is a classname and a nodeid concatenated,\n" | |
| 407 " eg. bug1, user10, ...\n" | |
| 408 "\n" | |
| 409 " This lists the properties and their associated values\n" | |
| 410 " for the given node.\n" | |
| 411 " " | |
| 412 msgstr "" | |
| 413 "Verwendung: display Bezeichner[,Bezeichner]*\n" | |
| 414 " Zeigt alle Eigenschaften eines oder mehrerer Eintrage an.\n" | |
| 415 "\n" | |
| 416 " Der Befehl zeigt die Eigenschaften und ihre Werte des\n" | |
| 417 " gewählten Eintrags an.\n" | |
| 418 " " | |
| 419 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
420 #: ../roundup/admin.py:586 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
421 #, fuzzy, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
422 msgid "%(protected)s%(key)s: %(value)s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
423 msgstr "%(protected)s%(key)s: %(value)s" |
| 7401 | 424 |
| 425 #. grab the directory to export to | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
426 #: ../roundup/admin.py:589 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
427 #, fuzzy |
| 7401 | 428 msgid "" |
| 429 "Usage: export [[-]class[,class]] export_dir\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
430 " Export the database and file content.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
431 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
432 " Database content is exported to colon separated files.\n" |
| 7401 | 433 " To exclude the files (e.g. for the msg or file class),\n" |
| 434 " use the exporttables command.\n" | |
| 435 "\n" | |
| 436 " Optionally limit the export to just the named classes\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
437 " or exclude the named classes, if the 1st argument\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
438 " starts with '-'.\n" |
| 7401 | 439 "\n" |
| 440 " This action exports the current data from the database into\n" | |
| 441 " colon-separated-value files that are placed in the nominated\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
442 " export_dir directory.\n" |
| 7401 | 443 " " |
| 444 msgstr "" | |
| 445 "Verwendung: export [Klasse[,Klasse]] Exportverzeichnis\n" | |
| 446 " Exportiert die Datenbank in ein Verzeichnis mit CSV-Dateien.\n" | |
| 447 " Um die im Dateisystem abgelegten Daten fortzulassen (z. B.\n" | |
| 448 " die Klassen msg und file), verwenden Sie \"exporttables\".\n" | |
| 449 "\n" | |
| 450 " Wenn Sie Klassennamen übergeben, wird der Export auf diese " | |
| 451 "beschränkt\n" | |
| 452 " bzw. (wenn der ersten Klasse ein '-' vorgestellt wird) diese " | |
| 453 "fortgelassen.\n" | |
| 454 "\n" | |
| 455 " Die Daten werden als kommagetrennte Dateien in das angegebene\n" | |
| 456 " Exportverzeichnis geschrieben.\n" | |
| 457 " " | |
| 458 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
459 #: ../roundup/admin.py:704 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
460 #, fuzzy |
| 7401 | 461 msgid "" |
| 462 "Usage: exporttables [[-]class[,class]] export_dir\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
463 " Export only the database to files, no file content.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
464 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
465 " Database content is exported to colon separated files.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
466 " The files below $TRACKER_HOME/db/files/ (which can be\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
467 " archived separately) are not part of the export.\n" |
| 7401 | 468 " To include the files, use the export command.\n" |
| 469 "\n" | |
| 470 " Optionally limit the export to just the named classes\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
471 " or exclude the named classes, if the 1st argument\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
472 " starts with '-'.\n" |
| 7401 | 473 "\n" |
| 474 " This action exports the current data from the database into\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
475 " colon-separated-value files that are placed in the export_dir\n" |
| 7401 | 476 " destination directory.\n" |
| 477 " " | |
| 478 msgstr "" | |
| 479 "Verwendung: exporttables [Klasse[,Klasse]] Exportverzeichnis\n" | |
| 480 " Exportiert die Datenbank in ein Verzeichnis mit CSV-Dateien,\n" | |
| 481 " unter Fortlassung der im Dateisystem unter $TRACKER_HOME/db/files\n" | |
| 482 " abgelegten Daten; um diese mitzuexportieren, verwenden Sie \"export" | |
| 483 "\".\n" | |
| 484 "\n" | |
| 485 " Wenn Sie Klassennamen übergeben, wird der Export auf diese " | |
| 486 "beschränkt\n" | |
| 487 " bzw. (wenn der ersten Klasse ein '-' vorgestellt wird) diese " | |
| 488 "fortgelassen.\n" | |
| 489 "\n" | |
| 490 " Die Daten werden als kommagetrennte Dateien in das angegebene\n" | |
| 491 " Exportverzeichnis geschrieben.\n" | |
| 492 " " | |
| 493 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
494 #: ../roundup/admin.py:723 |
| 7401 | 495 #, fuzzy |
| 496 msgid "" | |
| 497 "Usage: filter classname propname=value ...\n" | |
| 498 " Find the nodes of the given class with a given property value.\n" | |
| 499 "\n" | |
| 500 " Find the nodes of the given class with a given property value.\n" | |
| 501 " Multiple values can be specified by separating them with commas.\n" | |
| 502 " If property is a string, all values must match. I.E. it's an\n" | |
| 503 " 'and' operation. If the property is a link/multilink any value\n" | |
| 504 " matches. I.E. an 'or' operation.\n" | |
| 505 " " | |
| 506 msgstr "" | |
| 507 "Verwendung: find Klassenname Eigenschaft=Wert ...\n" | |
| 508 " Findet Einträge, welche die angegebene Verlinkung aufweisen.\n" | |
| 509 "\n" | |
| 510 " Findet sämtliche Einträge einer Klasse, bei welchen die Link-\n" | |
| 511 " Eigenschaft den angegebenen Wert enthält. Der Wert kann entweder\n" | |
| 512 " als ID oder als Bezeichner (\"msg23\") spezifiziert werden.\n" | |
| 513 " " | |
| 514 | |
| 515 # ../roundup/admin.py:631 :669 :822 :834 :888 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
516 #: ../roundup/admin.py:764 |
| 7401 | 517 #, fuzzy, python-format |
| 518 msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s." | |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
519 msgstr "Die Klasse \"%(curclassname)s\" hat keine Eigenschaft \"%(propname)s\"" |
| 7401 | 520 |
| 521 # ../roundup/admin.py:631 :669 :822 :834 :888 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
522 #: ../roundup/admin.py:791 ../roundup/admin.py:840 ../roundup/admin.py:1517 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
523 #: ../roundup/admin.py:1530 ../roundup/admin.py:2098 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
524 #: ../roundup/admin.py:791:840 :1517:1530:2098 |
| 7401 | 525 #, python-format |
| 526 msgid "%(classname)s has no property \"%(propname)s\"" | |
| 527 msgstr "Die Klasse \"%(classname)s\" hat keine Eigenschaft \"%(propname)s\"" | |
| 528 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
529 #: ../roundup/admin.py:798 |
| 7401 | 530 msgid "" |
| 531 "Usage: find classname propname=value ...\n" | |
| 532 " Find the nodes of the given class with a given link property value.\n" | |
| 533 "\n" | |
| 534 " Find the nodes of the given class with a given link property value.\n" | |
| 535 " The value may be either the nodeid of the linked node, or its key\n" | |
| 536 " value.\n" | |
| 537 " " | |
| 538 msgstr "" | |
| 539 "Verwendung: find Klassenname Eigenschaft=Wert ...\n" | |
| 540 " Findet Einträge, welche die angegebene Verlinkung aufweisen.\n" | |
| 541 "\n" | |
| 542 " Findet sämtliche Einträge einer Klasse, bei welchen die Link-\n" | |
| 543 " Eigenschaft den angegebenen Wert enthält. Der Wert kann entweder\n" | |
| 544 " als ID oder als Bezeichner (\"msg23\") spezifiziert werden.\n" | |
| 545 " " | |
| 546 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
547 #: ../roundup/admin.py:847 |
| 7401 | 548 #, fuzzy |
| 549 msgid "" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
550 "Usage: genconfig filename\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
551 " Create a new tracker config file with default values in filename.\n" |
| 7401 | 552 " " |
| 553 msgstr "" | |
| 554 "Verwendung: genconfig <filename>\n" | |
| 555 " Schreibt eine neue Tracker-Konfiguration (im \".ini\"-Format) mit \n" | |
| 556 " Standardwerten in die Datei <filename>.\n" | |
| 557 " " | |
| 558 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
559 #: ../roundup/admin.py:864 |
| 7401 | 560 #, python-format |
| 561 msgid "" | |
| 562 "Changing option\n" | |
| 563 " 'password_pbkdf2_default_rounds'\n" | |
| 564 "from old default of %(old_number)s to new default of %(new_number)s." | |
| 565 msgstr "" | |
| 566 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
567 #: ../roundup/admin.py:875 |
| 7401 | 568 #, python-format |
| 569 msgid "" | |
| 570 "Update 'password_pbkdf2_default_rounds' to a number equal to or larger\n" | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
571 " than %s.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
572 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
573 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
574 #: ../roundup/admin.py:882 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
575 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
576 "Check the rdbms mysql_* settings. Your charset and collations may need\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
577 " to be changed. See upgrading instructions.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
578 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
579 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
580 #: ../roundup/admin.py:892 |
| 7401 | 581 #, fuzzy |
| 582 msgid "" | |
| 583 "Usage: get property designator[,designator]*\n" | |
| 584 " Get the given property of one or more designator(s).\n" | |
| 585 "\n" | |
| 586 " A designator is a classname and a nodeid concatenated,\n" | |
| 587 " eg. bug1, user10, ...\n" | |
| 588 "\n" | |
| 589 " Retrieves the property value of the nodes specified\n" | |
| 590 " by the designators.\n" | |
| 591 " " | |
| 592 msgstr "" | |
| 593 "Verwendung: get Eigenschaft Bezeichner[,Bezeichner]*\n" | |
| 594 " Gibt die Eigenschaft eines oder mehrerer Einträge zurück.\n" | |
| 595 "\n" | |
| 596 " Diese Funktion zeigt Ihnen die Werte einer bestimmten\n" | |
| 597 " Eigenschaft der gewünschten Einträge an.\n" | |
| 598 " " | |
| 599 | |
| 600 # ../roundup/admin.py:516 :531 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
601 #: ../roundup/admin.py:925 |
| 7401 | 602 #, python-format |
| 603 msgid "property %s is not of type Multilink or Link so -d flag does not apply." | |
| 604 msgstr "" | |
| 605 "Die Eigenschaft %s ist kein Multilink oder Link; die Option -d wird deshalb " | |
| 606 "hier nicht ausgewertet." | |
| 607 | |
| 608 # ../roundup/admin.py:539 :951 :1000 :1022 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
609 #: ../roundup/admin.py:942 ../roundup/admin.py:1190 ../roundup/admin.py:1842 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
610 #: ../roundup/admin.py:1870 ../roundup/admin.py:942:1190 :1842:1870 |
| 7401 | 611 #, python-format |
| 612 msgid "no such %(classname)s node \"%(nodeid)s\"" | |
| 613 msgstr "" | |
| 614 "Es existiert kein Eintrag der Klasse %(classname)s mit der ID \"%(nodeid)s\"" | |
| 615 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
616 #: ../roundup/admin.py:945 |
| 7401 | 617 #, python-format |
| 618 msgid "no such %(classname)s property \"%(propname)s\"" | |
| 619 msgstr "" | |
| 620 "Die Eigenschaft \"%(propname)s\" ist für die Klasse \"%(classname)s\" nicht " | |
| 621 "definiert" | |
| 622 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
623 #: ../roundup/admin.py:950 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
624 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
625 "Usage: help topic\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
626 " Give help about topic.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
627 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
628 " commands -- list commands\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
629 " <command> -- help specific to a command\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
630 " initopts -- init command options\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
631 " all -- all available help\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
632 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
633 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
634 "Verwendung: help Thema\n" |
| 4098 | 635 " Zeigt die Hilfe für ein Thema ein.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
636 "\n" |
|
4881
96a2c825c8d6
Apply german translation fixes in issue2550761
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4843
diff
changeset
|
637 " commands -- Befehlsliste ausgeben\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
638 " <command> -- Hilfe zu einem bestimmten Befehl\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
639 " initopts -- Optionen zur Initialisierung\n" |
| 4098 | 640 " all -- sämtlichen Hilfetext anzeigen\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
641 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
642 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
643 #: ../roundup/admin.py:969 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
644 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
645 msgid "Sorry, no help for \"%(topic)s\"" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
646 msgstr "Zum Thema \"%(topic)s\" existiert leider kein Hilfetext" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
647 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
648 #: ../roundup/admin.py:986 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
649 #, fuzzy |
| 7401 | 650 msgid "" |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
651 "Usage: history designator [skipquiet] [raw]\n" |
| 7401 | 652 " Show the history entries of a designator.\n" |
| 653 "\n" | |
| 654 " A designator is a classname and a nodeid concatenated,\n" | |
| 655 " eg. bug1, user10, ...\n" | |
| 656 "\n" | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
657 " Lists the journal entries viewable by the user for the node\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
658 " identified by the designator. If skipquiet is added, journal\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
659 " entries for quiet properties are not shown. If raw is added,\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
660 " the output is the raw representation of the journal entries.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
661 " " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
662 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
663 "Verwendung: retire Bezeichner[,Bezeichner]*\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
664 " Verbirgt einen oder mehrere Einträge.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
665 "\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
666 " Das Verbergen eines Eintrags bewirkt, dass dieser bei einer Suche\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
667 " nicht mehr angezeigt wird. Der Schlüssel des verborgenen Eintrags\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
668 " kann zudem wiederverwendet werden.\n" |
| 7401 | 669 " " |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
670 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
671 #: ../roundup/admin.py:1011 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
672 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
673 msgid "Unexpected argument(s): %s. Expected 'skipquiet' or 'raw'." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
674 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
675 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
676 #: ../roundup/admin.py:1062 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
677 #, fuzzy |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
678 msgid "removed" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
679 msgstr "verbergen" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
680 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
681 #: ../roundup/admin.py:1064 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
682 msgid "added" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
683 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
684 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
685 #: ../roundup/admin.py:1066 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
686 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
687 msgid "Unknown history set operation '%s'. Expected +/-." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
688 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
689 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
690 #. .Hint added issue23 to superseder |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
691 #: ../roundup/admin.py:1091 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
692 #, fuzzy, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
693 msgid "added %(class)s%(item_id)s to %(propname)s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
694 msgstr "Eigenschaft \"%(propname)s\" bei \"%(class)s %(item_id)s\" bearbeitet" |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
695 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
696 #. .Hint read as: assignedto was admin(1) |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
697 #. where assignedto is the property |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
698 #. admin is the key name for value 1 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
699 #: ../roundup/admin.py:1112 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
700 #, fuzzy, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
701 msgid "%(prop)s was %(name)s(%(value)s)" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
702 msgstr "%(propname)s (%(proptype)s): " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
703 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
704 #: ../roundup/admin.py:1118 ../roundup/admin.py:1147 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
705 #: ../roundup/admin.py:1118:1147 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
706 #, fuzzy, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
707 msgid "%(prop)s was %(value)s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
708 msgstr "%(prop)s: %(value)s" |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
709 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
710 #: ../roundup/admin.py:1137 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
711 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
712 msgid "%(prop)s was [%(value_list)s]" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
713 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
714 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
715 #. .Hint modified nosy: added demo(3) |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
716 #: ../roundup/admin.py:1144 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
717 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
718 msgid "modified %(prop)s: %(how)s" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
719 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
720 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
721 #: ../roundup/admin.py:1195 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
722 #, fuzzy |
| 7401 | 723 msgid "" |
| 724 "Usage: import import_dir\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
725 " Import a database and file contents from the directory.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
726 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
727 " The directory should have the same format as one containing\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
728 " the output of export. There are two files imported per class.\n" |
| 7401 | 729 " The files used in the import are:\n" |
| 730 "\n" | |
| 731 " <class>.csv\n" | |
| 732 " This must define the same properties as the class (including\n" | |
| 733 " having a \"header\" line with those property names.)\n" | |
| 734 " <class>-journals.csv\n" | |
| 735 " This defines the journals for the items being imported.\n" | |
| 736 "\n" | |
| 737 " The imported nodes will have the same nodeid as defined in the\n" | |
| 738 " import file, thus replacing any existing content.\n" | |
| 739 "\n" | |
| 740 " The new nodes are added to the existing database - if you want to\n" | |
| 741 " create a new database using the imported data, then create a new\n" | |
| 742 " database (or, tediously, retire all the old data.)\n" | |
| 743 " " | |
| 744 msgstr "" | |
| 745 "Verwendung: import Importverzeichnis\n" | |
| 746 " Importiert Datensätze aus einem Verzeichnis mit CSV-Dateien\n" | |
| 747 "\n" | |
| 748 " Folgende Dateien werden beim Import verwendet:\n" | |
| 749 "\n" | |
| 750 " <Klasse>.csv\n" | |
| 751 " In dieser Datei sind die Daten zu den Einträgen einer Klasse.\n" | |
| 752 " Für sämtliche Eigenschaften der Klasse muss eine Spalte \n" | |
| 753 " exisitieren. In der ersten Zeile stehen die Eigenschaftsnamen.\n" | |
| 754 " <Klasse>-journals.csv\n" | |
| 755 " In dieser Datei wird der Bearbeitungs-Verlauf der Einträge\n" | |
| 756 " beschrieben.\n" | |
| 757 "\n" | |
| 758 " Importierte Einträge übernehmen die IDs, welche in den Dateien\n" | |
| 759 " definiert sind. Existierende Einträge mit denselben IDs werden\n" | |
| 760 " überschrieben.\n" | |
| 761 " Die Einträge werden in die existierende Datenbank geschrieben.\n" | |
| 762 " Falls eine neue, leere Datenbank verwendet werden soll, so müssen\n" | |
| 763 " Sie diese zuerst erstellen (oder sämtliche bestehenden Inhalte \n" | |
| 764 " verbergen).\n" | |
| 765 " " | |
| 766 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
767 #: ../roundup/admin.py:1287 |
| 7401 | 768 msgid "" |
| 769 "Usage: importtables export_dir\n" | |
| 770 " This imports the database tables exported using exporttables.\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
771 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
772 " It does not import the content of files like msgs and files.\n" |
| 7401 | 773 " " |
| 774 msgstr "" | |
| 775 | |
| 776 #. password | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
777 #: ../roundup/admin.py:1295 |
| 7401 | 778 msgid "" |
| 779 "Usage: initialise [adminpw]\n" | |
| 780 " Initialise a new Roundup tracker.\n" | |
| 781 "\n" | |
| 782 " The administrator details will be set at this step.\n" | |
| 783 "\n" | |
| 784 " Execute the tracker's initialisation function dbinit.init()\n" | |
| 785 " " | |
| 786 msgstr "" | |
| 787 "Verwendung: initialise [Admin-Passwort]\n" | |
| 788 " Initialisieren eines neuen Roundup-Trackers.\n" | |
| 789 "\n" | |
| 790 " Der Administrator-Benutzer wird eingerichtet.\n" | |
| 791 "\n" | |
| 792 " Die Funktion dbinit.init() wird aufgerufen\n" | |
| 793 " " | |
| 794 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
795 #: ../roundup/admin.py:1309 |
| 7401 | 796 msgid "Admin Password: " |
| 797 msgstr "Administratorpasswort: " | |
| 798 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
799 #: ../roundup/admin.py:1310 |
| 7401 | 800 msgid " Confirm: " |
| 801 msgstr " Wiederholen: " | |
| 802 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
803 #: ../roundup/admin.py:1314 |
| 7401 | 804 msgid "Instance home does not exist" |
| 805 msgstr "Tracker-Verzeichnis existiert nicht" | |
| 806 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
807 #: ../roundup/admin.py:1318 |
| 7401 | 808 msgid "Instance has not been installed" |
| 809 msgstr "Tracker-Instanz wurde nicht installiert" | |
| 810 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
811 #: ../roundup/admin.py:1326 |
| 7401 | 812 msgid "" |
| 813 "WARNING: The database is already initialised!\n" | |
| 814 "If you re-initialise it, you will lose all the data!\n" | |
| 815 "Erase it? Y/N: " | |
| 816 msgstr "" | |
| 817 "WARNUNG: Die Datenbank ist schon initialisiert!\n" | |
| 818 "Eine erneute Initialisierung löscht sämtliche Daten!\n" | |
| 819 "Wirklich löschen? Y/N: " | |
| 820 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
821 #: ../roundup/admin.py:1346 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
822 msgid "" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
823 "Usage: install [template [backend [key=val[,key=val]]]]\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
824 " Install a new Roundup tracker.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
825 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
826 " The command will prompt for the tracker home directory\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
827 " (if not supplied through TRACKER_HOME or the -i option).\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
828 " The template and backend may be specified on the command-line\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
829 " as arguments, in that order.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
830 "\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
831 " Command line arguments following the backend allows you to\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
832 " pass initial values for config options. For example, passing\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
833 " \"web_http_auth=no,rdbms_user=dinsdale\" will override defaults\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
834 " for options http_auth in section [web] and user in section [rdbms].\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
835 " Please be careful to not use spaces in this argument! (Enclose\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
836 " whole argument in quotes if you need spaces in option value).\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
837 "\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
838 " The initialise command must be called after this command in order\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
839 " to initialise the tracker's database. You may edit the tracker's\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
840 " initial database contents before running that command by editing\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
841 " the tracker's dbinit.py module init() function.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
842 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
843 " See also initopts help.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
844 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
845 msgstr "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
846 "Verwendung: install [Vorlage [Datenbanktyp [Admin-Passwort " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
847 "[opt=wert[,...]]]]]\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
848 " Installiert einen neuen Roundup-Tracker.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
849 "\n" |
| 4098 | 850 " Sie werden aufgefordert, ein Tracker-Verzeichnis zu wählen\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
851 " (falls Sie keines mit TRACKER_HOME oder -i angegeben haben),\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
852 " sowie eine Vorlage, den Datenbanktyp und das Administrations-\n" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
853 " passwort anzugeben.\n" |
| 4098 | 854 " Sie können auch die Vorlage, den Datenbanktyp und das Passwort\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
855 " in dieser Reihenfolge auf der Kommandozeile angegen.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
856 "\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
857 " Das letzte Argument erlaubt die Angabe von Konfigurations-Optionen.\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
858 " So wird zum Beispiel durch Angabe von\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
859 " \"web_http_auth=no,rdbms_user=dinsdale\"\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
860 " die Option http_auth in der Sektion [web] ausgeschaltet und der\n" |
| 4098 | 861 " Name des Datenbank-Benutzers in der Sektion [rdbms] geändert.\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
862 " Vorsicht bitte mit Leerzeichen! Wenn sie Leerzeichen angeben " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
863 "müssen,\n" |
| 4098 | 864 " schließen Sie das ganze Argument in Gänsefüßchen ein.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
865 "\n" |
| 4098 | 866 " Nach der Installation müssen Sie die Datenbank mit dem Befehl \n" |
| 867 " \"initialise\" einrichten. Zuvor können Sie in der Datei\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
868 " \"dbinit.py\" die Funktion \"init()\" einen Anfangsbestand an\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
869 " Daten programmieren.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
870 "\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
871 " Siehe auch unter dem Hilfethema \"initopts\".\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
872 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
873 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
874 #: ../roundup/admin.py:1375 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
875 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
876 msgid "Instance home parent directory \"%(parent)s\" does not exist" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
877 msgstr "Das angegebene Tracker-Verzeichnis \"%(parent)s\" existiert nicht" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
878 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
879 #: ../roundup/admin.py:1384 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
880 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
881 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
882 "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
883 "If you re-install it, you will lose all the data!\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
884 "Erase it? Y/N: " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
885 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
886 "WARNUNG: Im Verzeichnis \"%(tracker_home)s\" scheint bereits ein Tracker\n" |
| 4098 | 887 "installiert zu sein! Eine erneute Installation löscht sämtliche Daten!\n" |
| 888 "Wirklich löschen? Y/N: " | |
| 889 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
890 #: ../roundup/admin.py:1397 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
891 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
892 msgid "Select template" |
|
4881
96a2c825c8d6
Apply german translation fixes in issue2550761
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4843
diff
changeset
|
893 msgstr "Vorlagensatz auswählen [classic]:" |
| 4098 | 894 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
895 #: ../roundup/admin.py:1407 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
896 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
897 msgid "Select backend" |
| 4098 | 898 msgstr "Datenbank auswählen [anydbm]" |
| 899 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
900 #: ../roundup/admin.py:1418 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
901 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
902 msgid "Error in configuration settings: \"%s\"" |
| 4098 | 903 msgstr "Fehler in der Konfiguration: \"%s\"" |
| 904 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
905 #: ../roundup/admin.py:1451 |
| 4098 | 906 #, fuzzy, python-format |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
907 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
908 "\n" |
| 4098 | 909 "---------------------------------------------------------------------------\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
910 " You should now edit the tracker configuration file:\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
911 " %(config_file)s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
912 msgstr "" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
913 "\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
914 " Sie sollten nun die Konfigurationsdatei des Trackers bearbeiten:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
915 " %(config_file)s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
916 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
917 #: ../roundup/admin.py:1461 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
918 msgid " ... at a minimum, you must set following options:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
919 msgstr " ... passen sie zumindest folgende Optionen an:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
920 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
921 #: ../roundup/admin.py:1466 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
922 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
923 msgid "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
924 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
925 " If you wish to modify the database schema,\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
926 " you should also edit the schema file:\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
927 " %(database_config_file)s\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
928 " You may also change the database initialisation file:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
929 " %(database_init_file)s\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
930 " ... see the documentation on customizing for more information.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
931 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
932 " You MUST run the \"roundup-admin initialise\" command once you've " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
933 "performed\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
934 " the above steps.\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
935 "---------------------------------------------------------------------------\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
936 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
937 "\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
938 " Um das Datenbank-Schema anzupassen, bearbeiten Sie die Datei:\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
939 " %(database_config_file)s\n" |
| 4098 | 940 " Sie können zudem auch den anfänglichen Datenbestand ändern:\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
941 " %(database_init_file)s\n" |
| 4098 | 942 " ... die Online-Dokumentation enthält ein eigenes Kapitel über Anpassungen.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
943 "\n" |
| 4098 | 944 " Anschließend MÜSSEN Sie \"roundup-admin initialise\" ausführen.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
945 "---------------------------------------------------------------------------\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
946 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
947 #: ../roundup/admin.py:1482 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
948 msgid "" |
| 7401 | 949 "Usage: list classname [property]\n" |
| 950 " List the instances of a class.\n" | |
| 951 "\n" | |
| 952 " Lists all instances of the given class. If the property is not\n" | |
| 953 " specified, the \"label\" property is used. The label property is\n" | |
| 954 " tried in order: the key, \"name\", \"title\" and then the first\n" | |
| 955 " property, alphabetically.\n" | |
| 956 "\n" | |
| 957 " With -c, -S or -s print a list of item id's if no property\n" | |
| 958 " specified. If property specified, print list of that property\n" | |
| 959 " for every class instance.\n" | |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
960 " " |
| 7401 | 961 msgstr "" |
| 962 "Usage: list Klassenname [Eigenschaft]\n" | |
| 963 " Listet sämtliche Einträge einer Klasse auf.\n" | |
| 964 "\n" | |
| 965 " Es werden sämtliche Einträge der Klasse ausgegeben. Wird keine\n" | |
| 966 " Eigenschaft angegeben, so wird ein Bezeichner aus der folgenden\n" | |
| 967 " Liste generiert, mit absteigender Priorität:\n" | |
| 968 " Schlüsselfeld, ein Feld namens \"name\" oder \"title\". Falls\n" | |
| 969 " auch diese Felder nicht existieren, wird das \n" | |
| 970 " erste Feld alphabetisch sortiert angezeigt.\n" | |
| 971 "\n" | |
| 972 " Mit den Optionen -c, -S or -s wird eine Liste von IDs ausgegeben,\n" | |
| 973 " falls keine Eigenschaft angegeben wird. Sonst werden die Werte\n" | |
| 974 " dieser Eigenschaften sämtlicher Instanzen dieser Klasse " | |
| 975 "aufgelistet.\n" | |
| 976 " " | |
| 977 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
978 #: ../roundup/admin.py:1495 |
| 7401 | 979 msgid "Too many arguments supplied" |
| 980 msgstr "Sie haben zuviele Argumente übergeben" | |
| 981 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
982 #: ../roundup/admin.py:1528 |
| 7401 | 983 #, python-format |
| 984 msgid "%(nodeid)4s: %(value)s" | |
| 985 msgstr "%(nodeid)4s: %(value)s" | |
| 986 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
987 #. noqa: ARG002 - args unused |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
988 #: ../roundup/admin.py:1535 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
989 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
990 msgid "" |
| 7401 | 991 "Usage: migrate\n" |
| 992 " Update a tracker's database to be compatible with the Roundup\n" | |
| 993 " codebase.\n" | |
| 994 "\n" | |
| 995 " You should run the \"migrate\" command for your tracker once\n" | |
| 996 " you've installed the latest codebase.\n" | |
| 997 "\n" | |
| 998 " Do this before you use the web, command-line or mail interface\n" | |
| 999 " and before any users access the tracker.\n" | |
| 1000 "\n" | |
| 1001 " This command will respond with either \"Tracker updated\" (if\n" | |
| 1002 " you've not previously run it on an RDBMS backend) or \"No\n" | |
| 1003 " migration action required\" (if you have run it, or have used\n" | |
| 1004 " another interface to the tracker, or possibly because you are\n" | |
| 1005 " using anydbm).\n" | |
| 1006 "\n" | |
| 1007 " It's safe to run this even if it's not required, so just get\n" | |
| 1008 " into the habit.\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1009 " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1010 msgstr "" |
| 7401 | 1011 "Verwendung: migrate\n" |
| 1012 " Aktualisiert die Datenbank eines Trackers, um sie mit dem aktuellen\n" | |
| 1013 " Roundup-Code kompatibel zu machen\n" | |
| 1014 "\n" | |
| 1015 " Sie sollten \"migrate\" einmalig ausführen, wenn Sie auf die " | |
| 1016 "neueste Roundup-Version aktualisiert haben.\n" | |
| 1017 "\n" | |
| 1018 " Tun Sie das, bevor Sie per Web (Internet-Browser), Kommandozeile\n" | |
| 1019 " oder Mail auf den Tracker zugreifen.\n" | |
| 1020 "\n" | |
| 1021 " Das Kommando wird anschließend \"Tracker aktualisiert\" antworten\n" | |
| 1022 " (sofern Sie es nicht schon vorher ausgeführt haben) oder\n" | |
| 1023 " \"Keine Migration notwendig\" (wenn Sie es schon ausgeführt hatten,\n" | |
| 1024 " oder ein anderes Datenbank-Backend verwendet haben, oder\n" | |
| 1025 " vielleicht weil Sie anydbm verwenden.\n" | |
| 1026 "\n" | |
| 1027 " Es kann nicht schaden, dieses Kommando auszuführen, selbst wenn\n" | |
| 1028 " es nicht nötig ist; also gewöhnen Sie es sich einfach an.\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1029 " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1030 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1031 #: ../roundup/admin.py:1555 |
| 7401 | 1032 #, python-format |
| 1033 msgid "Tracker updated to schema version %s." | |
| 1034 msgstr "" | |
| 1035 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1036 #: ../roundup/admin.py:1559 |
| 7401 | 1037 #, fuzzy, python-format |
| 1038 msgid "No migration action required. At schema version %s." | |
| 1039 msgstr "Keine Migration notwendig" | |
| 1040 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1041 #: ../roundup/admin.py:1564 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1042 #, fuzzy |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1043 msgid "" |
| 7401 | 1044 "Usage: pack period | date\n" |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1045 " Remove journal entries older than the date/period.\n" |
| 7401 | 1046 "\n" |
| 1047 " A period is specified using the suffixes \"y\", \"m\", and \"d\". " | |
| 1048 "The\n" | |
| 1049 " suffix \"w\" (for \"week\") means 7 days.\n" | |
| 1050 "\n" | |
| 1051 " \"3y\" means three years\n" | |
| 1052 " \"2y 1m\" means two years and one month\n" | |
| 1053 " \"1m 25d\" means one month and 25 days\n" | |
| 1054 " \"2w 3d\" means two weeks and three days\n" | |
| 1055 "\n" | |
| 1056 " Date format is \"YYYY-MM-DD\" eg:\n" | |
| 1057 " 2001-01-01\n" | |
| 1058 "\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1059 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1060 msgstr "" |
| 7401 | 1061 "Verwendung: pack Periode | Datum\n" |
| 1062 " Entfernt den Bearbeitungsverlauf ab einem gewissen Datum.\n" | |
| 1063 "\n" | |
| 1064 " Das Datum kann als rückläufige Periode spezifiziert werden:\n" | |
| 1065 " \"y\", \"m\", and \"d\". wobei \"w\" (Woche) für 7 Tage " | |
| 1066 "steht.\n" | |
| 1067 "\n" | |
| 1068 " Beispiele:\n" | |
| 1069 " \"3y\" steht für 3 Jahre\n" | |
| 1070 " \"2y 1m\" steht für 2 Jahre und ein Monat\n" | |
| 1071 " \"1m 25d\" steht für 1 Monat und 25 Tage\n" | |
| 1072 " \"2w 3d\" steht für 2 Wochen und 3 Tage\n" | |
| 1073 "\n" | |
| 1074 " Das Datumsformat lautet \"JJJJ-MM-TT\", z.B:\n" | |
| 1075 " 2001-06-27\n" | |
| 1076 "\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1077 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1078 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1079 #: ../roundup/admin.py:1590 |
| 7401 | 1080 msgid "Invalid format" |
| 1081 msgstr "Ungültiges Format" | |
| 1082 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1083 #: ../roundup/admin.py:1601 |
| 7401 | 1084 msgid "" |
| 1085 "Usage: perftest [mode] [arguments]*\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1086 " Time operations in Roundup.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1087 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1088 " Supported arguments:\n" |
| 7401 | 1089 "\n" |
| 1090 " [password] [rounds=<integer>] [scheme=<scheme>]\n" | |
| 1091 "\n" | |
| 1092 " 'password' is the default mode. The tracker's config.ini\n" | |
| 1093 " setting for 'password_pbkdf2_default_rounds' is the default\n" | |
| 1094 " value for 'rounds'. On the command line, 'rounds' can include\n" | |
| 1095 " thousands separator of ',' or '.'. 'scheme' is the default\n" | |
| 1096 " coded into Roundup. List supported schemes by using 'scheme='.\n" | |
| 1097 "\n" | |
| 1098 " " | |
| 1099 msgstr "" | |
| 1100 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1101 #: ../roundup/admin.py:1635 |
| 7401 | 1102 msgid "Invalid 'rounds'. Must be larger than 999." |
| 1103 msgstr "" | |
| 1104 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1105 #: ../roundup/admin.py:1639 |
| 7401 | 1106 #, python-format |
| 1107 msgid "Invalid 'rounds'. It must be an integer not: %s" | |
| 1108 msgstr "" | |
| 1109 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1110 #: ../roundup/admin.py:1666 |
| 7401 | 1111 msgid "scheme does not support rounds." |
| 1112 msgstr "" | |
| 1113 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1114 #: ../roundup/admin.py:1669 |
| 7401 | 1115 #, python-format |
| 1116 msgid "Hash time: %(time)0.9f seconds, scheme: %(scheme)s, rounds: %(rounds)s" | |
| 1117 msgstr "" | |
| 1118 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1119 #: ../roundup/admin.py:1675 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1120 msgid "" |
| 7401 | 1121 "Usage: pragma setting=value | 'list'\n" |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1122 " Set internal admin settings to a value.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1123 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1124 " For example:\n" |
| 7401 | 1125 "\n" |
| 1126 " pragma verbose=True\n" | |
| 1127 " pragma verbose=yes\n" | |
| 1128 " pragma verbose=on\n" | |
| 1129 " pragma verbose=1\n" | |
| 1130 "\n" | |
| 1131 " will turn on verbose mode for roundup-admin.\n" | |
| 1132 "\n" | |
| 1133 " pragma list\n" | |
| 1134 "\n" | |
| 1135 " will show all settings and their current values. If verbose\n" | |
| 1136 " is enabled hidden settings and descriptions will be shown.\n" | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1137 " \n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1138 " The following are to be implemented:\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1139 " exportfiles={true|false} - Not Implemented - If true\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1140 " (default) export/import db tables and files. If\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1141 " False, export/import just database tables, not\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1142 " files. Use for faster database migration.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1143 " Replaces exporttables/importtables with\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1144 " exportfiles=false then export/import\n" |
| 7401 | 1145 " " |
| 1146 msgstr "" | |
| 1147 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1148 #: ../roundup/admin.py:1710 |
| 7401 | 1149 #, python-format |
| 1150 msgid "Argument must be setting=value, was given: %s." | |
| 1151 msgstr "" | |
| 1152 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1153 #: ../roundup/admin.py:1713 |
| 7401 | 1154 msgid "Current settings and values (NYI - not yet implemented):" |
| 1155 msgstr "" | |
| 1156 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1157 #: ../roundup/admin.py:1724 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1158 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1159 " Help for this pragma is missing. Please report it to the Roundup " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1160 "project.\n" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1161 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1162 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1163 #: ../roundup/admin.py:1730 |
| 7401 | 1164 #, fuzzy, python-format |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1165 msgid "Unknown setting %s. Try \"pragma list\"." |
| 7401 | 1166 msgstr "Benutzername unbekannt" |
| 1167 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1168 #: ../roundup/admin.py:1740 |
| 7401 | 1169 #, python-format |
| 1170 msgid "Incorrect value for boolean setting %(setting)s: %(value)s." | |
| 1171 msgstr "" | |
| 1172 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1173 #: ../roundup/admin.py:1747 |
| 7401 | 1174 #, python-format |
| 1175 msgid "Incorrect value for integer setting %(setting)s: %(value)s." | |
| 1176 msgstr "" | |
| 1177 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1178 #: ../roundup/admin.py:1754 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1179 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1180 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1181 "Incorrect value for setting %(setting)s: %(value)s. Should be no, both, or " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1182 "only." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1183 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1184 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1185 #: ../roundup/admin.py:1764 |
| 7401 | 1186 #, python-format |
| 1187 msgid "Internal error: pragma can not handle values of type: %s" | |
| 1188 msgstr "" | |
| 1189 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1190 #: ../roundup/admin.py:1773 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1191 #, fuzzy |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1192 msgid "" |
| 7401 | 1193 "Usage: reindex [classname|classname:#-#|designator]*\n" |
| 1194 " Re-generate a tracker's search indexes.\n" | |
| 1195 "\n" | |
| 1196 " This will re-generate the search indexes for a tracker.\n" | |
| 1197 " This will typically happen automatically.\n" | |
| 1198 "\n" | |
| 1199 " You can incrementally reindex using an argument like:\n" | |
| 1200 "\n" | |
| 1201 " reindex issue:23-1000\n" | |
| 1202 "\n" | |
| 1203 " to reindex issue class items 23-1000. Missing items\n" | |
| 1204 " are reported but do not stop indexing of the range.\n" | |
| 1205 " " | |
| 1206 msgstr "" | |
| 1207 "Verwendung: reindex [Klasse|Bezeichner]*\n" | |
| 1208 " Der Volltext-Index eines Trackers wird neu erstellt.\n" | |
| 1209 "\n" | |
| 1210 " Der Volltext-Index wird neu generiert. Dies geschieht \n" | |
| 1211 " normalerweise automatisch.\n" | |
| 1212 " " | |
| 1213 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1214 #: ../roundup/admin.py:1795 |
| 7401 | 1215 #, python-format |
| 1216 msgid "no such item \"%(designator)s\"" | |
| 1217 msgstr "Der Eintrag \"%(designator)s\" existiert nicht" | |
| 1218 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1219 #: ../roundup/admin.py:1805 |
| 7401 | 1220 #, fuzzy, python-format |
| 1221 msgid "no such item \"%(class)s%(id)s\"" | |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
1222 msgstr "Der Eintrag \"%(class)s%(id)s\" existiert nicht" |
| 7401 | 1223 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1224 #: ../roundup/admin.py:1817 |
| 7401 | 1225 #, fuzzy |
| 1226 msgid "" | |
| 1227 "Usage: restore designator[,designator]*\n" | |
| 1228 " Restore the retired node specified by designator.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1229 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1230 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1231 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1232 "\n" |
| 7401 | 1233 " The given nodes will become available for users again.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1234 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1235 msgstr "" |
| 7401 | 1236 "Verwendung: restore Bezeichner[,Bezeichner]*\n" |
| 1237 " Ein oder mehrere verborgene Einträge werden wiederhergestellt.\n" | |
| 1238 "\n" | |
| 1239 " Ein verborgener Eintrag wird wiederhergestellt und ist danach\n" | |
| 1240 " für die Benutzer wieder sichtbar.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1241 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1242 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1243 #: ../roundup/admin.py:1848 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1244 #, fuzzy |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1245 msgid "" |
| 7401 | 1246 "Usage: retire designator[,designator]*\n" |
| 1247 " Retire the node specified by designator.\n" | |
| 1248 "\n" | |
| 1249 " A designator is a classname and a nodeid concatenated,\n" | |
| 1250 " eg. bug1, user10, ...\n" | |
| 1251 "\n" | |
| 1252 " This action indicates that a particular node is not to be retrieved\n" | |
| 1253 " by the list or find commands, and its key value may be re-used.\n" | |
| 1254 " " | |
| 1255 msgstr "" | |
| 1256 "Verwendung: retire Bezeichner[,Bezeichner]*\n" | |
| 1257 " Verbirgt einen oder mehrere Einträge.\n" | |
| 1258 "\n" | |
| 1259 " Das Verbergen eines Eintrags bewirkt, dass dieser bei einer Suche\n" | |
| 1260 " nicht mehr angezeigt wird. Der Schlüssel des verborgenen Eintrags\n" | |
| 1261 " kann zudem wiederverwendet werden.\n" | |
| 1262 " " | |
| 1263 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1264 #. noqa: ARG002 - args unused |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1265 #: ../roundup/admin.py:1876 |
| 7401 | 1266 msgid "" |
| 1267 "Usage: rollback\n" | |
| 1268 " Undo all changes that are pending commit to the database.\n" | |
| 1269 "\n" | |
| 1270 " The changes made during an interactive session are not\n" | |
| 1271 " automatically written to the database - they must be committed\n" | |
| 1272 " manually. This command undoes all those changes, so a commit\n" | |
| 1273 " immediately after would make no changes to the database.\n" | |
| 1274 " " | |
| 1275 msgstr "" | |
| 1276 "Verwendung: rollback\n" | |
| 1277 " Sämtliche nicht gespeicherte Änderungen werden verworfen.\n" | |
| 1278 "\n" | |
| 1279 " Falls die Datenbank Transaktionen unterstützt, werden dadurch\n" | |
| 1280 " sämtliche noch nicht gespeicherte Änderungen (siehe \"commit\")\n" | |
| 1281 " verworfen.\n" | |
| 1282 " " | |
| 1283 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1284 #: ../roundup/admin.py:1889 |
| 7401 | 1285 msgid "" |
| 1286 "Usage: security [Role name]\n" | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1287 " Display the Permissions available to one or all Roles.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1288 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1289 " Also validates that any properties defined in a\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1290 " permission are valid.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1291 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1292 " Run this after changing your permissions to catch\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1293 " typos.\n" |
| 7401 | 1294 " " |
| 1295 msgstr "" | |
| 1296 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1297 #: ../roundup/admin.py:1904 |
| 7401 | 1298 #, fuzzy, python-format |
| 1299 msgid "No such Role \"%(role)s\"\n" | |
| 1300 msgstr "Die Rolle \"%(role)s\" existiert nicht " | |
| 1301 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1302 #: ../roundup/admin.py:1910 |
| 7401 | 1303 #, fuzzy, python-format |
| 1304 msgid "New Web users get the Roles \"%(role)s\"\n" | |
| 1305 msgstr "Neue Web-Benutzer erhalten die Rollen \"%(role)s\"" | |
| 1306 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1307 #: ../roundup/admin.py:1913 |
| 7401 | 1308 #, fuzzy, python-format |
| 1309 msgid "New Web users get the Role \"%(role)s\"\n" | |
| 1310 msgstr "Neue Web-Benutzer erhalten die Rolle \"%(role)s\"" | |
| 1311 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1312 #: ../roundup/admin.py:1917 |
| 7401 | 1313 #, fuzzy, python-format |
| 1314 msgid "New Email users get the Roles \"%(role)s\"\n" | |
| 1315 msgstr "Neue E-Mail-Benutzer erhalten die Rollen \"%(role)s\"" | |
| 1316 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1317 #: ../roundup/admin.py:1919 |
| 7401 | 1318 #, fuzzy, python-format |
| 1319 msgid "New Email users get the Role \"%(role)s\"\n" | |
| 1320 msgstr "Neue E-Mail-Benutzer erhalten die Rolle \"%(role)s\"" | |
| 1321 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1322 #: ../roundup/admin.py:1922 |
| 7401 | 1323 #, fuzzy, python-format |
| 1324 msgid "Role \"%(name)s\":\n" | |
| 1325 msgstr "Rolle \"%(name)s\":" | |
| 1326 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1327 #: ../roundup/admin.py:1928 |
| 7401 | 1328 #, fuzzy |
| 1329 msgid " %(description)s (%(name)s for \"%(klass)s\"" | |
| 1330 msgstr "%(description)s (%(name)s einzig für \"%(klass)s\")" | |
| 1331 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1332 #: ../roundup/admin.py:1928 |
| 7401 | 1333 #, fuzzy, python-format |
| 1334 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n" | |
| 1335 msgstr "" | |
| 1336 " %(description)s (%(name)s für \"%(klass)s\": ausschließlich %(properties)s)" | |
| 1337 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1338 #: ../roundup/admin.py:1941 |
| 7401 | 1339 #, python-format |
| 1340 msgid "" | |
| 1341 "\n" | |
| 1342 " **Invalid properties for %(class)s: %(props)s\n" | |
| 1343 "\n" | |
| 1344 msgstr "" | |
| 1345 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1346 #: ../roundup/admin.py:1947 |
| 7401 | 1347 #, fuzzy, python-format |
| 1348 msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n" | |
| 1349 msgstr "%(description)s (%(name)s einzig für \"%(klass)s\")" | |
| 1350 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1351 #: ../roundup/admin.py:1950 |
| 7401 | 1352 #, fuzzy, python-format |
| 1353 msgid " %(description)s (%(name)s)\n" | |
| 1354 msgstr " %(description)s (%(name)s)" | |
| 1355 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1356 #: ../roundup/admin.py:1954 |
| 7401 | 1357 #, fuzzy |
| 1358 msgid "" | |
| 1359 "Usage: set items property=value [property=value ...]\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1360 " Set the given properties of one or more items(s).\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1361 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1362 " The items are specified as a class or as a comma-separated\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1363 " list of item designators (ie \"designator[,designator,...]\").\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1364 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1365 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1366 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1367 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1368 " This command sets the properties to the values for all\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1369 " designators given. If a class is used, the property will be\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1370 " set for all items in the class. If the value is missing\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1371 " (ie. \"property=\") then the property is un-set. If the property\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1372 " is a multilink, you specify the linked ids for the multilink\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1373 " as comma-separated numbers (ie \"1,2,3\").\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1374 "\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1375 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1376 msgstr "" |
| 4098 | 1377 "Verwendung: set Einträge Eigenschaft=Wert Eigenschaft=Wert ...\n" |
| 1378 " Bearbeitet den Eigenschaftswert eines oder mehrerer Einträge.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1379 "\n" |
| 4098 | 1380 " Für \"Einträge\" können Sie eine Klasse angeben oder eine Liste\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1381 " von einem oder mehreren mit Kommata getrennten Bezeichnern " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1382 "aufführen\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1383 " (\"Bezeichner[,Bezeichner]*\").\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1384 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1385 " Der Wert der Eigenschaft wird für alle angegebenen Einträge " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1386 "gesetzt.\n" |
| 4098 | 1387 " Wenn der Wert fehlt (Eigenschaft=), wird die Eigenschaft gelöscht.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1388 " Wenn die Eigenschaft ein Link/Multilink ist, werden die verlinkten\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1389 " Einträge als mit Kommata getrennte ID-Nummern angegeben " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1390 "(\"1,2,3\").\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1391 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1392 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1393 #: ../roundup/admin.py:2022 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1394 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1395 "Usage: specification classname\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1396 " Show the properties for a classname.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1397 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1398 " This lists the properties for a given class.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1399 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1400 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1401 "Verwendung: specification Klassenname\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
1402 " Gibt die Attribute der Klasse aus.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1403 "\n" |
| 4098 | 1404 " Zeigt sämtliche Eigenschaften der Klasse auf.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1405 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1406 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1407 #: ../roundup/admin.py:2041 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1408 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1409 msgid "%(key)s: %(value)s (key property)\n" |
| 4098 | 1410 msgstr "%(key)s: %(value)s (Schlüsseleigenschaft)" |
| 1411 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1412 #: ../roundup/admin.py:2044 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1413 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1414 msgid "%(key)s: %(value)s\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1415 msgstr "%(key)s: %(value)s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1416 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1417 #: ../roundup/admin.py:2047 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1418 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1419 "Usage: table classname [property[,property]*]\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1420 " List the instances of a class in tabular form.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1421 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1422 " Lists all instances of the given class. If the properties are not\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1423 " specified, all properties are displayed. By default, the column\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1424 " widths are the width of the largest value. The width may be\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1425 " explicitly defined by defining the property as \"name:width\".\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1426 " For example::\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1427 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1428 " roundup> table priority id,name:10\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1429 " Id Name\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1430 " 1 fatal-bug\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1431 " 2 bug\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1432 " 3 usability\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1433 " 4 feature\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1434 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1435 " Also to make the width of the column the width of the label,\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1436 " leave a trailing : without a width on the property. For example::\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1437 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1438 " roundup> table priority id,name:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1439 " Id Name\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1440 " 1 fata\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1441 " 2 bug\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1442 " 3 usab\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1443 " 4 feat\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1444 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1445 " will result in a the 4 character wide \"Name\" column.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1446 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1447 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1448 "Verwendung: table Klassenname [Eigenschaft[,Eigenschaft]*]\n" |
| 4098 | 1449 " Listet die Einträge einer Klasse in tabellarischer Form.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1450 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1451 " Dieser Befehl gibt eine Liste sämtlicher Instanzen einer Klasse " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1452 "aus.\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1453 " Werden die Eigenschaften nicht explizit angegeben, so werden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1454 " alle angezeigt. Die Spaltenbreite wird automatisch nach dem \n" |
| 4098 | 1455 " grössten Wert jeder Spalte berechnet, oder sie kann explizit\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
1456 " als \"Eigenschaft:Breite\" angegeben werden.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1457 " Beispiel:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1458 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1459 " roundup> table priority id,name:10\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1460 " Id Name\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1461 " 1 fatal-bug\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1462 " 2 bug\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1463 " 3 usability\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1464 " 4 feature\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1465 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1466 " Um die Spaltenbreite auf die Grösse des Spaltentitels zu " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1467 "bechränken,\n" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
1468 " lassen Sie die Breitenangabe hinter dem Doppelpunkt weg.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1469 " Beispiel:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1470 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1471 " roundup> table priority id,name:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1472 " Id Name\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1473 " 1 fata\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1474 " 2 bug\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1475 " 3 usab\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1476 " 4 feat\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1477 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1478 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1479 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1480 #: ../roundup/admin.py:2093 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1481 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1482 msgid "\"%(spec)s\" not name:width" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1483 msgstr "\"%(spec)s\" entspricht nicht dem Format Eigenschaft:Breite" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1484 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1485 #: ../roundup/admin.py:2115 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1486 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1487 msgid "\"%(spec)s\" does not have an integer width: \"%(width)s\"" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1488 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1489 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1490 #: ../roundup/admin.py:2151 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1491 msgid "" |
| 7401 | 1492 "Usage: templates [trace_search]\n" |
| 1493 " List templates and their installed directories.\n" | |
| 1494 "\n" | |
| 1495 " With trace_search also list all directories that are\n" | |
| 1496 " searched for templates.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1497 " " |
| 7401 | 1498 msgstr "" |
| 1499 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1500 #: ../roundup/admin.py:2179 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1501 #, fuzzy |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1502 msgid "" |
| 7401 | 1503 "Usage: updateconfig <filename>\n" |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1504 " Merge existing tracker config with new settings.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1505 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1506 " Output the updated config file to <filename>. Use current\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1507 " settings from existing roundup tracker in tracker home.\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
1508 " " |
| 7401 | 1509 msgstr "" |
| 1510 "Verwendung: genconfig <filename>\n" | |
| 1511 " Schreibt eine neue Tracker-Konfiguration (im \".ini\"-Format) mit \n" | |
| 1512 " Standardwerten in die Datei <filename>.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1513 " " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1514 |
| 7401 | 1515 # ../roundup/cgi/actions.py:546 :556 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1516 #: ../roundup/admin.py:2188 ../roundup/cgi/actions.py:886 |
| 7401 | 1517 #: ../roundup/cgi/actions.py:897 ../roundup/cgi/actions.py:1099 |
| 1518 #: ../roundup/cgi/actions.py:1113 ../roundup/cgi/actions.py:886:897 :1099:1113 | |
| 1519 #, python-format | |
| 1520 msgid "Error: %s" | |
| 1521 msgstr "Fehler: %s" | |
| 1522 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1523 #: ../roundup/admin.py:2220 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1524 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1525 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1526 msgstr "Der Befehl \"%(command)s\" existiert nicht (siehe \"help commands\")" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1527 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1528 #: ../roundup/admin.py:2226 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1529 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1530 msgid "Multiple commands match \"%(command)s\": %(list)s" |
| 4098 | 1531 msgstr "Zur Abkürzung \"%(command)s\" passen mehrere Befehle: %(list)s" |
| 1532 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1533 #: ../roundup/admin.py:2241 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1534 msgid "Enter tracker home: " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1535 msgstr "Tracker-Verzeichnis: " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1536 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1537 #: ../roundup/admin.py:2270 ../roundup/admin.py:2274 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1538 #: ../roundup/admin.py:2270:2274 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1539 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1540 msgid "Error: Couldn't open tracker: %(message)s" |
| 4098 | 1541 msgstr "Fehler: Die Tracker-Instanz konnte nicht geöffnet werden: %(message)s" |
| 1542 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1543 #: ../roundup/admin.py:2322 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1544 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1545 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1546 "Roundup %s ready for input.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1547 "Type \"help\" for help." |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1548 msgstr "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1549 "Roundup %s ist bereit.\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1550 "Schreiben Sie \"help\", um zur Hilfe zu gelangen." |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1551 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1552 #: ../roundup/admin.py:2355 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1553 msgid "Note: command history and editing not available" |
| 4098 | 1554 msgstr "Bemerkung: Befehlsverlauf/-bearbeitung möglicherweise nicht verfügbar" |
| 1555 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1556 #: ../roundup/admin.py:2361 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1557 msgid "exit..." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1558 msgstr "beenden..." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1559 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
1560 #: ../roundup/admin.py:2374 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1561 msgid "There are unsaved changes. Commit them (y/N)? " |
| 4098 | 1562 msgstr "Es gibt noch ungespeicherte Änderungen. Änderungen speichern (y/N)?" |
| 1563 | |
| 7052 | 1564 #: ../roundup/backends/back_anydbm.py:215 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1565 #: ../roundup/backends/rdbms_common.py:928 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1566 #, python-format |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1567 msgid "Class \"%s\" already defined." |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1568 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1569 |
| 7052 | 1570 #: ../roundup/backends/back_anydbm.py:280 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1571 #: ../roundup/backends/sessions_dbm.py:61 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
1572 msgid "Couldn't identify database type" |
| 4098 | 1573 msgstr "Konnte den Datenbanktyp nicht ermitteln" |
| 1574 | |
| 7052 | 1575 #: ../roundup/backends/back_anydbm.py:314 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1576 #, fuzzy, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1577 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1578 "Couldn't open database - the required module '%s' (as dbm.gnu) is not " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1579 "available" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1580 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1581 "Konnte die Datenbank nicht öffnen - das erforderliche Modul '%s' ist nicht " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1582 "verfügbar" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1583 |
| 7052 | 1584 #: ../roundup/backends/back_anydbm.py:318 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
1585 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
1586 msgid "Couldn't open database - the required module '%s' is not available" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1587 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1588 "Konnte die Datenbank nicht öffnen - das erforderliche Modul '%s' ist nicht " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1589 "verfügbar" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1590 |
| 7052 | 1591 #: ../roundup/backends/back_anydbm.py:871 |
| 1592 #: ../roundup/backends/back_anydbm.py:884 | |
| 1593 #: ../roundup/backends/back_anydbm.py:1158 | |
| 1594 #: ../roundup/backends/back_anydbm.py:1193 | |
| 1595 #: ../roundup/backends/back_anydbm.py:1422 | |
| 1596 #: ../roundup/backends/back_anydbm.py:1440 | |
| 1597 #: ../roundup/backends/back_anydbm.py:1487 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1598 #: ../roundup/backends/back_anydbm.py:2123 |
| 7052 | 1599 #: ../roundup/backends/back_anydbm.py:871:884 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1600 #: ../roundup/backends/rdbms_common.py:1720 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1601 #: ../roundup/backends/rdbms_common.py:1967 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1602 #: ../roundup/backends/rdbms_common.py:2206 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1603 #: ../roundup/backends/rdbms_common.py:2226 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1604 #: ../roundup/backends/rdbms_common.py:2279 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1605 #: ../roundup/backends/rdbms_common.py:3246 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1606 #: ../roundup/backends/rdbms_common.py:1720:1967 :1158:1193 :1422:1440:1487 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1607 #: :2123 :2206:2226 :2279:3246 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
1608 msgid "Database open read-only" |
| 4098 | 1609 msgstr "Datenbank nur zum Lesen geöffnet" |
| 1610 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1611 #: ../roundup/backends/indexer_postgresql_fts.py:113 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1612 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1613 "You have non-word/operator characters \"<>!&|()*\" in your query. Did you " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1614 "want to do a tsquery search and forgot to start it with \"ts:\"?" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1615 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1616 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1617 #: ../roundup/backends/indexer_postgresql_fts.py:145 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1618 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1619 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1620 "Check tracker config.ini for a bad indexer_language setting. Error is: %s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1621 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1622 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1623 #: ../roundup/backends/indexer_sqlite_fts.py:133 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1624 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1625 "Search failed. Try quoting any terms that include a '-' and retry the search." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1626 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1627 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1628 #: ../roundup/backends/indexer_xapian.py:39 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1629 #, python-format |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1630 msgid "Unable to get lock after 10 retries on %s." |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1631 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1632 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1633 #: ../roundup/backends/rdbms_common.py:632 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1634 #, python-format |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1635 msgid "ALTER operation disallowed: %(old)r -> %(new)r." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1636 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1637 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1638 #: ../roundup/backends/rdbms_common.py:867 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1639 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1640 msgid "CREATE operation disallowed: \"%s\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1641 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1642 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1643 #: ../roundup/backends/rdbms_common.py:884 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1644 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1645 msgid "DROP operation disallowed: \"%s\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1646 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1647 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1648 #: ../roundup/backends/rdbms_common.py:1863 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1649 msgid "create" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1650 msgstr "erstellt" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1651 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1652 #: ../roundup/backends/rdbms_common.py:2038 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1653 msgid "unlink" |
| 4098 | 1654 msgstr "Link gelöscht" |
| 1655 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1656 #: ../roundup/backends/rdbms_common.py:2042 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1657 msgid "link" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1658 msgstr "verlinkt" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1659 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1660 #: ../roundup/backends/rdbms_common.py:2187 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1661 msgid "set" |
| 4098 | 1662 msgstr "geändert" |
| 1663 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1664 #: ../roundup/backends/rdbms_common.py:2216 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1665 msgid "retired" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1666 msgstr "verborgen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1667 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1668 #: ../roundup/backends/rdbms_common.py:2246 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1669 msgid "restored" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1670 msgstr "wiederhergestellt" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1671 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1672 #: ../roundup/backends/sessions_redis.py:78 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1673 #: ../roundup/backends/sessions_redis.py:97 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1674 #: ../roundup/backends/sessions_redis.py:78:97 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1675 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1676 msgid "Key %(key)s not found in %(name)s database." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1677 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1678 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1679 #: ../roundup/backends/sessions_redis.py:193 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1680 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1681 msgid "Key %(key)s changed in %(name)s db" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1682 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1683 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1684 #: ../roundup/backends/sessions_redis.py:203 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1685 #, python-format |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1686 msgid "" |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1687 "Redis set failed after %(retries)d retries for user %(user)s with key %(key)s" |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1688 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1689 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1690 #: ../roundup/cgi/actions.py:97 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1691 msgid "Base url not set. Check configuration." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1692 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1693 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1694 #: ../roundup/cgi/actions.py:113 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1695 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1696 msgid "Base url %(base_url)s requires https. Redirect url %(url)s uses http." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1697 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1698 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1699 #: ../roundup/cgi/actions.py:118 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1700 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1701 msgid "Unrecognized scheme in %(url)s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
1702 msgstr "Zeichensatz nicht erkannt: %(url)s" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1703 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1704 #: ../roundup/cgi/actions.py:122 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1705 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1706 msgid "Net location in %(url)s does not match base: %(base_netloc)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1707 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1708 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1709 #: ../roundup/cgi/actions.py:126 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1710 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1711 msgid "Base path %(base_path)s is not a prefix for url %(url)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1712 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1713 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1714 #: ../roundup/cgi/actions.py:140 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1715 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1716 msgid "Path component (%(url_path)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1717 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1718 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1719 #: ../roundup/cgi/actions.py:144 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1720 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1721 msgid "Params component (%(url_params)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1722 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1723 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1724 #: ../roundup/cgi/actions.py:147 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1725 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1726 msgid "Query component (%(url_query)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1727 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1728 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1729 #: ../roundup/cgi/actions.py:150 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1730 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1731 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1732 "Fragment component (%(url_fragment)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1733 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1734 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1735 #: ../roundup/cgi/actions.py:172 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1736 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1737 msgid "You do not have permission to %(action)s the %(classname)s class." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1738 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1739 "Sie sind nicht berechtigt, die Aktion(en) %(action)s auf die Klasse " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1740 "%(classname)s anzuwenden." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1741 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1742 #: ../roundup/cgi/actions.py:207 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1743 msgid "No type specified" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1744 msgstr "Typ nicht spezifiziert" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1745 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1746 #: ../roundup/cgi/actions.py:209 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1747 msgid "No ID entered" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
1748 msgstr "keine ID spezifiziert" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1749 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1750 #: ../roundup/cgi/actions.py:215 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1751 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1752 msgid "\"%(input)s\" is not an ID (%(classname)s ID required)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1753 msgstr "\"%(input)s\" ist keine ID (%(classname)s ID wird erwartet)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1754 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1755 #: ../roundup/cgi/actions.py:228 ../roundup/cgi/actions.py:266 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1756 #: ../roundup/cgi/actions.py:493 ../roundup/cgi/actions.py:833 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1757 #: ../roundup/cgi/actions.py:880 ../roundup/cgi/actions.py:1084 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1758 #: ../roundup/cgi/actions.py:1246 ../roundup/cgi/actions.py:228:266:1246 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1759 #: :493:833 :880:1084 |
| 4098 | 1760 msgid "Invalid request" |
| 1761 msgstr "Ungültige Anforderung" | |
| 1762 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1763 #: ../roundup/cgi/actions.py:246 ../roundup/cgi/actions.py:604 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1764 #: ../roundup/cgi/actions.py:246:604 |
| 4098 | 1765 #, python-format |
| 1766 msgid "You do not have permission to retire %(class)s" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1767 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1768 "Sie sind nicht berechtigt, Einträge der Klasse \"%(class)s\" zu löschen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1769 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1770 #: ../roundup/cgi/actions.py:254 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1771 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1772 msgid "%(classname)s %(itemid)s has been retired" |
| 4098 | 1773 msgstr "%(classname)s %(itemid)s wurde gelöscht" |
| 1774 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1775 #: ../roundup/cgi/actions.py:278 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1776 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1777 msgid "You do not have permission to restore %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1778 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1779 "Sie sind nicht berechtigt, Einträge der Klasse \"%(class)s\" zu löschen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1780 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1781 #: ../roundup/cgi/actions.py:286 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1782 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1783 msgid "%(classname)s %(itemid)s has been restored" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1784 msgstr "%(classname)s %(itemid)s wurde gelöscht" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1785 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1786 # ../roundup/cgi/actions.py:174 :202 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1787 #: ../roundup/cgi/actions.py:329 ../roundup/cgi/actions.py:380 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1788 #: ../roundup/cgi/actions.py:329:380 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1789 msgid "You do not have permission to edit queries" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
1790 msgstr "Sie haben keine Berechtigung, Abfragen zu bearbeiten." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1791 |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1792 # ../roundup/cgi/actions.py:180 :209 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1793 #: ../roundup/cgi/actions.py:335 ../roundup/cgi/actions.py:387 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1794 #: ../roundup/cgi/actions.py:335:387 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1795 msgid "You do not have permission to store queries" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
1796 msgstr "Sie haben keine Berechtigung, Abfragen zu speichern." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1797 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1798 #: ../roundup/cgi/actions.py:357 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1799 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1800 msgid "You already own a query named '%s'. Please choose another name." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1801 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1802 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1803 #: ../roundup/cgi/actions.py:440 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1804 #, fuzzy |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1805 msgid "Invalid number: " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1806 msgstr "Ungültige Anforderung" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1807 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1808 #: ../roundup/cgi/actions.py:450 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1809 #, fuzzy |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1810 msgid "Invalid integer: " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1811 msgstr "Ungültiger Benutzername" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1812 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1813 #: ../roundup/cgi/actions.py:531 ../roundup/cgi/actions.py:735 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1814 #: ../roundup/cgi/actions.py:531:735 |
| 4098 | 1815 #, python-format |
| 1816 msgid "You do not have permission to create %(class)s" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1817 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1818 "Sie sind nicht berechtigt, Einträge der Klasse \"%(class)s\" zu erstellen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1819 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1820 #: ../roundup/cgi/actions.py:544 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1821 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1822 msgid "Not enough values on line %(line)s" |
| 4098 | 1823 msgstr "Nicht genügend Werte in Zeile %(line)s" |
| 1824 | |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1825 #: ../roundup/cgi/actions.py:556 ../roundup/cgi/actions.py:723 |
|
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1826 #: ../roundup/cgi/actions.py:556:723 |
| 4098 | 1827 #, python-format |
| 1828 msgid "You do not have permission to edit %(class)s" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1829 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1830 "Sie sind nicht berechtigt, Einträge der Klasse \"%(class)s\" zu bearbeiten" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1831 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1832 #: ../roundup/cgi/actions.py:611 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1833 msgid "Items edited OK" |
| 4098 | 1834 msgstr "Die Einträge wurden aktualisiert" |
| 1835 | |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1836 #: ../roundup/cgi/actions.py:671 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1837 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1838 msgid "%(class)s %(id)s %(properties)s edited ok" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1839 msgstr "Eigenschaft \"%(properties)s\" bei \"%(class)s %(id)s\" bearbeitet" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1840 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1841 #: ../roundup/cgi/actions.py:689 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1842 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1843 msgid "%(class)s %(id)s created" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
1844 msgstr "Der Eintrag \"%(class)s%(id)s\" wurde erstellt" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1845 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1846 #: ../roundup/cgi/actions.py:817 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1847 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1848 msgid "" |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1849 "Edit Error: someone else has edited this %(klass)s (%(props)s). View <a " |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1850 "target=\"_blank\" href=\"%(klass)s%(id)s\">their changes</a> in a new window." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1851 msgstr "" |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1852 "Fehler: Jemand anders hat dieses %(klass)s bearbeitet (%(props)s). Sehen Sie " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1853 "<a target=\"_new\" href=\"%(klass)s%(id)s\">dessen Änderungen</a> in einem " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1854 "neuen Fenster." |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1855 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1856 #: ../roundup/cgi/actions.py:850 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1857 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1858 msgid "Edit Error: %s" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1859 msgstr "Fehler bei der Bearbeitung: %s" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1860 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1861 #: ../roundup/cgi/actions.py:931 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1862 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1863 "Invalid One Time Key!\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1864 "(a Mozilla bug may cause this message to show up erroneously, please check " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1865 "your email)" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1866 msgstr "" |
| 4098 | 1867 "Ungültiger Authentifizierungscode!\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1868 "(Ein Fehler in Mozilla kann diese Meldung hervorrufen, bitte prüfen Sie Ihr " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1869 "E-Mail-Konto)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1870 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1871 #: ../roundup/cgi/actions.py:972 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1872 #, fuzzy, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1873 msgid "Password reset for %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1874 msgstr "Passwort zurücksetzen" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1875 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1876 #: ../roundup/cgi/actions.py:973 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1877 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1878 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1879 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1880 "The password has been reset for username \"%(name)s\".\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1881 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1882 "Your password is now: %(password)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1883 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1884 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1885 #: ../roundup/cgi/actions.py:982 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1886 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1887 msgid "Password reset and email sent to %s" |
| 4098 | 1888 msgstr "Ihr Passwort wurde zurückgesetzt und per E-Mail an %s versandt" |
| 1889 | |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1890 #: ../roundup/cgi/actions.py:991 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1891 msgid "Unknown username" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1892 msgstr "Benutzername unbekannt" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1893 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1894 #: ../roundup/cgi/actions.py:999 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1895 msgid "Unknown email address" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
1896 msgstr "E-Mail-Adresse unbekannt" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1897 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1898 #: ../roundup/cgi/actions.py:1004 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1899 msgid "You need to specify a username or address" |
| 4098 | 1900 msgstr "Sie müssen einen Benutzernamen oder eine E-Mail-Adresse angeben" |
| 1901 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1902 #: ../roundup/cgi/actions.py:1015 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1903 #, fuzzy, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1904 msgid "Confirm reset of password for %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1905 msgstr "Passwort bestätigen" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1906 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1907 #: ../roundup/cgi/actions.py:1016 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1908 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1909 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1910 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1911 "Someone, perhaps you, has requested that the password be changed for your\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1912 "username, \"%(name)s\". If you wish to proceed with the change, please " |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1913 "follow\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1914 "the link below:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1915 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1916 " %(url)suser?@template=forgotten&@action=passrst&otk=%(otk)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1917 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1918 "You should then receive another email with the new password.\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1919 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1920 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1921 #: ../roundup/cgi/actions.py:1029 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1922 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1923 msgid "Email sent to primary notification address for %s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1924 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1925 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1926 #: ../roundup/cgi/actions.py:1031 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1927 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
1928 msgid "Email sent to %s." |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
1929 msgstr "Eine E-Mail wurde an %s versandt" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
1930 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1931 #: ../roundup/cgi/actions.py:1046 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1932 msgid "You are now registered, welcome!" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1933 msgstr "Sie sind nun registriert. Willkommen!" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1934 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1935 #: ../roundup/cgi/actions.py:1139 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1936 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1937 msgid "Username '%s' is already used." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1938 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1939 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1940 #: ../roundup/cgi/actions.py:1163 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1941 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1942 msgid "Complete your registration to %(tracker_name)s -- key %(key)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1943 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1944 |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1945 #: ../roundup/cgi/actions.py:1167 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1946 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1947 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1948 "To complete your registration of the user \"%(name)s\" with\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1949 "%(tracker)s, please do one of the following:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1950 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1951 "- send a reply to %(tracker_email)s and maintain the subject line as is " |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1952 "(the\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1953 "reply's additional \"Re:\" is ok),\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1954 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1955 "- or visit the following URL:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1956 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1957 "%(url)s?@action=confrego&otk=%(otk)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1958 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1959 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1960 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1961 #: ../roundup/cgi/actions.py:1181 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1962 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1963 msgid "Complete your registration to %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1964 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1965 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1966 #: ../roundup/cgi/actions.py:1182 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1967 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1968 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1969 "To complete your registration of the user \"%(name)s\" with\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1970 "%(tracker)s, please visit the following URL:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1971 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1972 "%(url)s?@action=confrego&otk=%(otk)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1973 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1974 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1975 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1976 #: ../roundup/cgi/actions.py:1206 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1977 msgid "It is not permitted to supply roles at registration." |
| 4098 | 1978 msgstr "Bei der Registrierung dürfen keine Rollen angegeben werden" |
| 1979 | |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1980 #: ../roundup/cgi/actions.py:1220 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1981 msgid "You are logged out" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1982 msgstr "Sie wurden vom System abgemeldet" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1983 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1984 #: ../roundup/cgi/actions.py:1250 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1985 msgid "Username required" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1986 msgstr "Benutzername notwendig" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1987 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1988 #: ../roundup/cgi/actions.py:1354 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1989 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1990 msgid "Welcome %(username)s!" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1991 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1992 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1993 #: ../roundup/cgi/actions.py:1477 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1994 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1995 msgid "Logins occurring too fast. Please wait: %s seconds." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1996 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1997 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1998 #: ../roundup/cgi/actions.py:1515 ../roundup/cgi/actions.py:1526 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
1999 #: ../roundup/cgi/actions.py:1515:1526 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2000 msgid "Invalid login" |
| 4098 | 2001 msgstr "Ungültiger Benutzername" |
| 2002 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2003 #: ../roundup/cgi/actions.py:1532 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2004 msgid "You do not have permission to login" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
2005 msgstr "Sie sind nicht berechtigt, sich anzumelden" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2006 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
2007 #: ../roundup/cgi/actions.py:1577 ../roundup/cgi/actions.py:1761 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
2008 #: ../roundup/cgi/actions.py:1577:1761 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2009 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2010 msgid "Column \"%(column)s\" not found in %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2011 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2012 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
2013 #: ../roundup/cgi/actions.py:1832 |
| 4098 | 2014 #, python-format |
| 2015 msgid "You do not have permission to view %(class)s" | |
| 2016 msgstr "Sie sind nicht berechtigt, Einträge der Klasse \"%(class)s\" zu lesen" | |
| 2017 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2018 #: ../roundup/cgi/cgitb.py:62 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2019 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2020 msgid "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2021 "<h1>Templating Error</h1>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2022 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2023 "<p class=\"help\">Debugging information follows</p>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2024 msgstr "" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
2025 "<h1>Fehler in einer Vorlage:</h1>\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2026 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2027 "<p class=\"help\">Es folgen Informationen zum Fehler:</p>" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2028 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2029 #: ../roundup/cgi/cgitb.py:77 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2030 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2031 msgid "<li>\"%(name)s\" (%(info)s)</li>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2032 msgstr "<li>\"%(name)s\" (%(info)s)</li>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2033 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2034 #: ../roundup/cgi/cgitb.py:81 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2035 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2036 msgid "<li>Looking for \"%(name)s\", current path:<ol>%(path)s</ol></li>" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2037 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2038 "<li>Suche nach \"%(name)s\", aktuelles Verzeichnis:<ol>%(path)s</ol></li>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2039 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2040 #: ../roundup/cgi/cgitb.py:85 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2041 #, python-format |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2042 msgid "<li>In %s</li>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2043 msgstr "<li>In %s</li>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2044 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2045 #: ../roundup/cgi/cgitb.py:90 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2046 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2047 msgid "A problem occurred in your template \"%s\"." |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
2048 msgstr "Ein Problem ist in der Vorlage \"%s\" aufgetreten." |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2049 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2050 #: ../roundup/cgi/cgitb.py:98 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2051 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2052 msgid "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2053 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2054 "<li>While evaluating the %(info)r expression on line %(line)d\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2055 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2056 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2057 " %(globals)s\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2058 " %(locals)s\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2059 "</table></li>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2060 msgstr "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2061 "\n" |
| 4098 | 2062 "<li>Beim Ausführen von %(info)r auf Zeile %(line)d\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2063 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2064 " <tr><th colspan=\"2\" class=\"header\">Aktuelle Variablen:</th></tr>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2065 " %(globals)s\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2066 " %(locals)s\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2067 "</table></li>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2068 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2069 #: ../roundup/cgi/cgitb.py:117 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2070 msgid "Full traceback:" |
| 4098 | 2071 msgstr "Vollständiger Traceback:" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2072 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2073 #: ../roundup/cgi/cgitb.py:133 ../roundup/cgi/cgitb.py:138 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2074 #: ../roundup/cgi/cgitb.py:133:138 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2075 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2076 msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2077 msgstr "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2078 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2079 #: ../roundup/cgi/cgitb.py:143 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2080 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2081 "<p>A problem occurred while running a Python script. Here is the sequence of " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2082 "function calls leading up to the error, with the most recent (innermost) " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2083 "call first. The exception attributes are:" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2084 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2085 "<p>Ein Problem trat auf, als ein Python-Script ausgeführt wurde. Hier sehen " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2086 "Sie die Aufrufe, welche zu dem Fehler führten. Der letzte (innerste) Aufruf " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2087 "erscheint dabei zuoberst. Der Fehler hat folgende Attribute: " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2088 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2089 #: ../roundup/cgi/cgitb.py:152 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2090 msgid "<file is None - probably inside <tt>eval</tt> or <tt>exec</tt>>" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2091 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2092 "<file ist None - Wahrscheinlich in einem <tt>eval</tt> oder einem " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2093 "<tt>exec</tt>>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2094 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2095 #: ../roundup/cgi/cgitb.py:161 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2096 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2097 msgid "in <strong>%s</strong>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2098 msgstr "in <strong>%s</strong>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2099 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2100 # ../roundup/cgi/cgitb.py:145 :151 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2101 #: ../roundup/cgi/cgitb.py:209 ../roundup/cgi/cgitb.py:215 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2102 #: ../roundup/cgi/cgitb.py:209:215 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2103 msgid "<em>undefined</em>" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2104 msgstr "<em>nicht definiert</em>" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2105 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2106 #: ../roundup/cgi/client.py:105 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2107 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2108 "<html><head><title>An error has occurred</title></head>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2109 "<body><h1>An error has occurred</h1>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2110 "<p>A problem was encountered processing your request.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2111 "The tracker maintainers have been notified of the problem.</p>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2112 "</body></html>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2113 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2114 "<html><head><title>Ein Fehler ist aufgetreten</title></head>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2115 "<body><h1>Ein Fehler ist aufgetreten</h1>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2116 "<p>Bei der Bearbeitung Ihrer Daten ist ein Fehler aufgetreten. Die " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2117 "Admistratoren wurden benachrichtigt.</p>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2118 "</body></html>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2119 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2120 #: ../roundup/cgi/client.py:717 ../roundup/cgi/client.py:1635 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2121 #: ../roundup/cgi/client.py:717:1635 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2122 msgid "Required Header Missing" |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2123 msgstr "" |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2124 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2125 #: ../roundup/cgi/client.py:719 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2126 #, fuzzy |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2127 msgid "Client is not allowed to use Rest Interface." |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2128 msgstr "Gast-Benutzer sind nicht berechtigt, das Web-Interface zu benutzen." |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2129 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2130 #: ../roundup/cgi/client.py:971 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2131 msgid "Form Error: " |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2132 msgstr "Formular-Fehler: " |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2133 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2134 #: ../roundup/cgi/client.py:1064 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2135 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2136 msgid "Unrecognized charset: %r" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2137 msgstr "Zeichensatz nicht erkannt: %r" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2138 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2139 #: ../roundup/cgi/client.py:1331 ../roundup/cgi/client.py:2294 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2140 #: ../roundup/cgi/client.py:1331:2294 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2141 msgid "broken form: multiple @action values submitted" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2142 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2143 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2144 #: ../roundup/cgi/client.py:1348 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2145 msgid "Anonymous users are not allowed to use the web interface" |
| 4098 | 2146 msgstr "Gast-Benutzer sind nicht berechtigt, das Web-Interface zu benutzen." |
| 2147 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2148 #: ../roundup/cgi/client.py:1496 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2149 msgid "Referer header not available." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2150 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2151 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2152 #: ../roundup/cgi/client.py:1500 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2153 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2154 msgid "csrf key used with wrong method from: %s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2155 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2156 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2157 #: ../roundup/cgi/client.py:1529 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2158 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2159 msgid "csrf header %(header)s required but missing for user%(userid)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2160 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2161 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
2162 #: ../roundup/cgi/client.py:1533 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2163 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2164 msgid "Missing header: %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2165 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2166 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2167 #: ../roundup/cgi/client.py:1541 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2168 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2169 msgid "csrf Referer header check failed for user%(userid)s. Value=%(referer)s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2170 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2171 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2172 #: ../roundup/cgi/client.py:1546 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2173 #, fuzzy, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2174 msgid "Invalid Referer: %s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2175 msgstr "Ungültiger Benutzername %s" |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2176 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2177 #: ../roundup/cgi/client.py:1561 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2178 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2179 msgid "csrf Origin header check failed for user%(userid)s. Value=%(origin)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2180 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2181 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2182 #: ../roundup/cgi/client.py:1566 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2183 #, fuzzy, python-format |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2184 msgid "Invalid Origin %s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2185 msgstr "Ungültiger Benutzername %s" |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2186 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2187 #: ../roundup/cgi/client.py:1580 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2188 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2189 msgid "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2190 "csrf X-FORWARDED-HOST header check failed for user%(userid)s. Value=%(host)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2191 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2192 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2193 #: ../roundup/cgi/client.py:1586 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2194 #, python-format |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2195 msgid "Invalid X-FORWARDED-HOST %s" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2196 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2197 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2198 #: ../roundup/cgi/client.py:1605 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2199 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2200 msgid "csrf HOST header check failed for user%(userid)s. Value=%(host)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2201 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2202 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2203 #: ../roundup/cgi/client.py:1610 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2204 #, fuzzy, python-format |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2205 msgid "Invalid HOST %s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2206 msgstr "Ungültige Anforderung %s" |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2207 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2208 #: ../roundup/cgi/client.py:1618 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2209 msgid "Csrf: unable to verify sufficient headers" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2210 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2211 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
2212 #: ../roundup/cgi/client.py:1619 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2213 msgid "Unable to verify sufficient headers" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2214 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2215 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2216 #: ../roundup/cgi/client.py:1632 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2217 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2218 msgid "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%s." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2219 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2220 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2221 #: ../roundup/cgi/client.py:1673 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2222 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2223 msgid "Required csrf field missing for user%s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2224 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2225 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2226 #: ../roundup/cgi/client.py:1675 ../roundup/cgi/client.py:1702 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2227 #: ../roundup/cgi/client.py:1719 ../roundup/cgi/client.py:1675:1702:1719 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2228 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2229 "We can't validate your session (csrf failure). Re-enter any unsaved data and " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2230 "try again." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2231 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2232 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2233 #: ../roundup/cgi/client.py:1679 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2234 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2235 msgid "csrf field not supplied by user%s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2236 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2237 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2238 #: ../roundup/cgi/client.py:1691 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2239 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2240 msgid "" |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2241 "Csrf mismatch user: current user %(user)s != stored user %(stored)s, current " |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2242 "session, stored session: %(cur_sess)s,%(stor_sess)s for key %(key)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2243 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2244 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2245 #: ../roundup/cgi/client.py:1709 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2246 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2247 msgid "" |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2248 "Csrf mismatch user: current session %(curr_sess)s != stored session " |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2249 "%(stor_sess)s, current user/stored user is: %(user)s for key %(key)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2250 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2251 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2252 #: ../roundup/cgi/client.py:1901 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2253 msgid "You are not allowed to view this file." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2254 msgstr "Sie sind nicht berechtigt, diese Seite anzuzeigen." |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2255 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2256 #: ../roundup/cgi/client.py:2172 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2257 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2258 msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n" |
| 4098 | 2259 msgstr "%(starttag)sBenötigte Zeit: %(seconds)fs%(endtag)s\n" |
| 2260 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2261 #: ../roundup/cgi/client.py:2176 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2262 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2263 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2264 "%(starttag)sCache hits: %(cache_hits)d, misses %(cache_misses)d. Loading " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2265 "items: %(get_items)f secs. Filtering: %(filtering)f secs.%(endtag)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2266 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2267 "%(starttag)sCache benutzt: %(cache_hits)d, verfehlt: %(cache_misses)d. " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2268 "Einträge laden: %(get_items)fs; filtern: %(filtering)fs.%(endtag)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2269 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2270 #: ../roundup/cgi/client.py:2716 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2271 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2272 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2273 "Cache failure: compressed file %(compressed)s is older than its source file " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2274 "%(filename)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2275 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2276 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2277 #: ../roundup/cgi/form_parser.py:292 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2278 #, python-format |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2279 msgid "link \"%(key)s\" value \"%(entry)s\" not a designator" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2280 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2281 "Der Wert \"%(entry)s\" ist kein gültiger Bezeichner für die Verknüpfung " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2282 "\"%(key)s\"" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2283 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2284 #: ../roundup/cgi/form_parser.py:311 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2285 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2286 msgid "%(class)s %(property)s is not a link or multilink property" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2287 msgstr "%(class)s %(property)s ist weder ein Link noch ein Mehrfachlink" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2288 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2289 #: ../roundup/cgi/form_parser.py:324 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2290 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2291 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2292 "The form action claims to require property \"%(property)s\" which doesn't " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2293 "exist" |
| 4098 | 2294 msgstr "Die Aktion erfordert die fehlende Angabe \"%(property)s\"" |
| 2295 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2296 #: ../roundup/cgi/form_parser.py:347 |
| 4098 | 2297 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2298 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2299 "You have submitted a %(action)s action for the property \"%(property)s\" " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2300 "which doesn't exist" |
| 4098 | 2301 msgstr "Die Aktion %(action)s gilt nicht für die Eigenschaft \"%(property)s\" " |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2302 |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2303 # ../roundup/cgi/form_parser.py:331 :357 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2304 #: ../roundup/cgi/form_parser.py:373 ../roundup/cgi/form_parser.py:402 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2305 #: ../roundup/cgi/form_parser.py:373:402 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2306 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2307 msgid "You have submitted more than one value for the %s property" |
| 4098 | 2308 msgstr "Sie haben mehr als einen Wert für die Eigenschaft \"%s\" übermittelt" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2309 |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2310 # ../roundup/cgi/form_parser.py:354 :360 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2311 #: ../roundup/cgi/form_parser.py:398 ../roundup/cgi/form_parser.py:405 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2312 #: ../roundup/cgi/form_parser.py:398:405 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2313 msgid "Password and confirmation text do not match" |
| 4098 | 2314 msgstr "Die beiden Passwortfelder stimmen nicht überein" |
| 2315 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2316 #: ../roundup/cgi/form_parser.py:423 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2317 msgid "Not a file attachment" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2318 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2319 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2320 #: ../roundup/cgi/form_parser.py:468 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2321 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2322 msgid "property \"%(propname)s\": \"%(value)s\" not currently in list" |
| 4098 | 2323 msgstr "Der Wert \"%(value)s\" ist nicht in der Liste für \"%(propname)s\"" |
| 2324 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2325 #: ../roundup/cgi/form_parser.py:590 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2326 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2327 msgid "Required %(class)s property %(property)s not supplied" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2328 msgid_plural "Required %(class)s properties %(property)s not supplied" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2329 msgstr[0] "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2330 "Die Eigenschaft \"%(property)s\" muss für die Klasse \"%(class)s\" angegeben " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2331 "werden" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2332 msgstr[1] "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2333 "Die Eigenschaften \"%(property)s\" müssen für die Klasse \"%(class)s\" " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2334 "angegeben werden" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2335 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2336 #: ../roundup/cgi/templating.py:278 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2337 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2338 msgid "You are not allowed to %(action)s items of class %(class)s" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2339 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2340 "Sie sind nicht berechtigt, die Aktion \"%(action)s\" auf Einträge der " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2341 "Klasse \"%(class)s\" anzuwenden" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2342 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2343 #: ../roundup/cgi/templating.py:916 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2344 msgid "(list)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2345 msgstr "(Liste)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2346 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2347 #: ../roundup/cgi/templating.py:991 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2348 msgid "Submit New Entry" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2349 msgstr "Eintrag speichern" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2350 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2351 #: ../roundup/cgi/templating.py:1013 ../roundup/cgi/templating.py:1189 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2352 #: ../roundup/cgi/templating.py:1824 ../roundup/cgi/templating.py:1855 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2353 #: ../roundup/cgi/templating.py:1876 ../roundup/cgi/templating.py:1914 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2354 #: ../roundup/cgi/templating.py:1967 ../roundup/cgi/templating.py:1991 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2355 #: ../roundup/cgi/templating.py:1998 ../roundup/cgi/templating.py:2035 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2356 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2121 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2357 #: ../roundup/cgi/templating.py:2216 ../roundup/cgi/templating.py:2237 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2358 #: ../roundup/cgi/templating.py:2328 ../roundup/cgi/templating.py:2348 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2359 #: ../roundup/cgi/templating.py:2370 ../roundup/cgi/templating.py:2413 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2360 #: ../roundup/cgi/templating.py:2423 ../roundup/cgi/templating.py:2488 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2361 #: ../roundup/cgi/templating.py:2791 ../roundup/cgi/templating.py:1013:1189 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2362 #: :1824:1855 :1876:1914 :1967:1991 :1998:2035 :2088:2121 :2216:2237 :2328:2348 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2363 #: :2370:2413 :2423:2488:2791 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2364 msgid "[hidden]" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2365 msgstr "[verborgen]" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2366 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2367 #: ../roundup/cgi/templating.py:1014 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2368 msgid "New node - no history" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2369 msgstr "Neuer Eintrag - Noch kein Verlauf" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2370 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2371 #: ../roundup/cgi/templating.py:1154 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2372 msgid "Submit Changes" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2373 msgstr "Speichern" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2374 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2375 #: ../roundup/cgi/templating.py:1232 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2376 msgid "<em>The indicated property no longer exists</em>" |
| 4098 | 2377 msgstr "<em>Die gewählte Eigenschaft existiert nicht mehr</em>" |
| 2378 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2379 #: ../roundup/cgi/templating.py:1268 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2380 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2381 msgid "The linked class %(classname)s no longer exists" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2382 msgstr "Die verlinkte Klasse \"%(classname)s\" existiert nicht mehr" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2383 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2384 #: ../roundup/cgi/templating.py:1305 ../roundup/cgi/templating.py:1335 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2385 #: ../roundup/cgi/templating.py:2497 ../roundup/cgi/templating.py:2800 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2386 #: ../roundup/cgi/templating.py:1305:1335 :2497:2800 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2387 msgid "[label is missing]" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2388 msgstr "" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2389 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2390 # ../roundup/cgi/templating.py:905 :926 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2391 #: ../roundup/cgi/templating.py:1309 ../roundup/cgi/templating.py:1338 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2392 #: ../roundup/cgi/templating.py:1309:1338 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2393 msgid "<strike>The linked node no longer exists</strike>" |
| 4098 | 2394 msgstr "<strike>Der verknüpfte Eintrag existiert nicht mehr</strike>" |
| 2395 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2396 #: ../roundup/cgi/templating.py:1400 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2397 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2398 msgid "%s: (no value)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2399 msgstr "%s: (kein Wert)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2400 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2401 #: ../roundup/cgi/templating.py:1416 |
|
5951
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
2402 #, fuzzy, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2403 msgid "" |
|
5951
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
2404 "<strong><em>This event %s is not handled by the history display!</em></" |
|
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
2405 "strong>" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2406 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2407 "<strong><em>Dieses Ereignis kann nicht im Verlauf angezeigt werden!</em></" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2408 "strong>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2409 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2410 #: ../roundup/cgi/templating.py:1429 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2411 msgid "<tr><td colspan=4><strong>Note:</strong></td></tr>" |
| 4006 | 2412 msgstr "<tr><td colspan=\"4\"><strong>Bitte beachten:</strong></td></tr>" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2413 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2414 #: ../roundup/cgi/templating.py:1438 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2415 msgid "History" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2416 msgstr "Verlauf" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2417 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2418 #: ../roundup/cgi/templating.py:1440 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2419 msgid "<th>Date</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2420 msgstr "<th>Datum</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
2421 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2422 #: ../roundup/cgi/templating.py:1441 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2423 msgid "<th>User</th>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2424 msgstr "<th>Benutzer</th>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2425 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2426 #: ../roundup/cgi/templating.py:1442 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2427 msgid "<th>Action</th>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2428 msgstr "<th>Aktion</th>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2429 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2430 #: ../roundup/cgi/templating.py:1443 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2431 msgid "<th>Args</th>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2432 msgstr "<th>Argumente</th>" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2433 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2434 #: ../roundup/cgi/templating.py:1494 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2435 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2436 msgid "Copy of %(class)s %(id)s" |
| 4098 | 2437 msgstr "Kopie von %(class)s %(id)s" |
| 2438 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2439 #: ../roundup/cgi/templating.py:2125 ../roundup/cgi/templating.py:2160 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2440 #: ../roundup/cgi/templating.py:1382:2125:2160 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2441 msgid "No" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2442 msgstr "Nein" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2443 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2444 #: ../roundup/cgi/templating.py:2125 ../roundup/cgi/templating.py:2154 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2445 #: ../roundup/cgi/templating.py:1382:2125:2154 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2446 msgid "Yes" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2447 msgstr "Ja" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2448 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2449 #: ../roundup/cgi/templating.py:2286 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2450 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2451 "default value for DateHTMLProperty must be either DateHTMLProperty or string " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2452 "date representation." |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2453 msgstr "" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
2454 "Der voreingestellte Wert einer DateHTML-Eigenschaft muss entweder ein\n" |
| 4098 | 2455 "DateHTML-Objekt sein oder ein Datum repräsentieren." |
| 2456 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2457 #: ../roundup/cgi/templating.py:2468 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2458 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2459 msgid "Attempt to look up %(attr)s on a missing value" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2460 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2461 "Versuch, das Attribut %(attr)s eines nicht vorhandenen Werts abzufragen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2462 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2463 #: ../roundup/cgi/templating.py:2479 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2464 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2465 msgid "Attempt to look up %(item)s on a missing value" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2466 msgstr "" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2467 "Versuch, das Attribut %(item)s eines nicht vorhandenen Werts abzufragen" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2468 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2469 #: ../roundup/cgi/templating.py:2584 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2470 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2471 msgid "<option %svalue=\"-1\">- no selection -</option>" |
| 4098 | 2472 msgstr "<option %svalue=\"-1\">- nichts ausgewählt -</option>" |
| 2473 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2474 #: ../roundup/cgi/templating.py:3745 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2475 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2476 msgid "Unable to read or expand file '%(name)s' in template '%(template)s'." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2477 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2478 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2479 #: ../roundup/cgi/templating.py:3795 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2480 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2481 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2482 "Found an incorrect token when expandfile applied string subsitution on " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2483 "'%(fullpath)s'. ValueError('%(issue)s') was raised. Check the format of your " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2484 "named conversion specifiers." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2485 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2486 |
| 7401 | 2487 #: ../roundup/cgi/timestamp.py:23 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2488 msgid "Form is corrupted." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2489 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2490 |
| 7401 | 2491 #: ../roundup/cgi/timestamp.py:32 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2492 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2493 msgid "Form is corrupted, missing: %s." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2494 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2495 |
| 7401 | 2496 #: ../roundup/cgi/timestamp.py:34 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2497 msgid "Responding to form too quickly." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2498 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2499 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2500 #: ../roundup/configuration.py:268 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2501 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2502 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2503 "Error in %(filepath)s with section [%(section)s] at option %(option)s: " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2504 "%(message)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2505 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2506 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2507 #: ../roundup/configuration.py:501 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2508 #, fuzzy |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2509 msgid "Valid languages: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2510 msgstr "Ungültige Anforderung" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2511 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2512 #: ../roundup/configuration.py:511 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2513 #, fuzzy |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2514 msgid "Expected languages: " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2515 msgstr "Ungültige Anforderung" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2516 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2517 #: ../roundup/date.py:400 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2518 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2519 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2520 "Not a date spec: %r (\"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2521 "\"yyyy-mm-dd.HH:MM:SS.SSS\")" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2522 msgstr "" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2523 "Kein gültiges Datum: %r \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" " |
|
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2524 "oder \"yyyy-mm-dd.HH:MM:SS.SSS\"" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2525 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2526 #: ../roundup/date.py:423 |
| 4098 | 2527 msgid "Could not determine granularity" |
| 2528 msgstr "Konnte Körnigkeit nicht ermitteln" | |
| 2529 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2530 #: ../roundup/date.py:475 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2531 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2532 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2533 "%r not a date / time spec \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2534 "or \"yyyy-mm-dd.HH:MM:SS.SSS\"" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2535 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2536 "%r ist keine Datums- oder Zeitangabe (\"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2537 "\"HH:MM:SS\" oder \"yyyy-mm-dd.HH:MM:SS.SSS\")" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2538 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2539 #: ../roundup/date.py:847 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2540 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2541 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2542 "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2543 "spec])" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2544 msgstr "" |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2545 "Keine gültige Intervall-Angabe: \"%s\" [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
2546 "SS] [Datum]" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2547 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2548 #: ../roundup/date.py:870 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2549 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2550 msgid "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS])" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2551 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2552 "Keine gültige Intervall-Angabe: [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2553 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2554 #: ../roundup/date.py:1047 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2555 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2556 msgid "%(number)s year" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2557 msgid_plural "%(number)s years" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2558 msgstr[0] "%(number)s Jahr" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2559 msgstr[1] "%(number)s Jahren" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2560 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2561 #: ../roundup/date.py:1051 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2562 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2563 msgid "%(number)s month" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2564 msgid_plural "%(number)s months" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2565 msgstr[0] "%(number)s Monat" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2566 msgstr[1] "%(number)s Monaten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2567 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2568 #: ../roundup/date.py:1055 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2569 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2570 msgid "%(number)s week" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2571 msgid_plural "%(number)s weeks" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2572 msgstr[0] "%(number)s Woche" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2573 msgstr[1] "%(number)s Wochen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2574 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2575 #: ../roundup/date.py:1059 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2576 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2577 msgid "%(number)s day" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2578 msgid_plural "%(number)s days" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2579 msgstr[0] "%(number)s Tag" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2580 msgstr[1] "%(number)s Tagen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2581 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2582 #: ../roundup/date.py:1063 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2583 msgid "tomorrow" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2584 msgstr "morgen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2585 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2586 #: ../roundup/date.py:1065 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2587 msgid "yesterday" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2588 msgstr "gestern" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2589 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2590 #: ../roundup/date.py:1068 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2591 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2592 msgid "%(number)s hour" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2593 msgid_plural "%(number)s hours" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2594 msgstr[0] "%(number)s Stunde" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2595 msgstr[1] "%(number)s Stunden" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2596 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2597 #: ../roundup/date.py:1072 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2598 msgid "an hour" |
|
4307
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4173
diff
changeset
|
2599 msgstr "einer Stunde" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2600 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2601 #: ../roundup/date.py:1074 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2602 msgid "1 1/2 hours" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2603 msgstr "1 1/2 Stunden" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2604 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2605 #: ../roundup/date.py:1076 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2606 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2607 msgid "1 %(number)s/4 hours" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2608 msgid_plural "1 %(number)s/4 hours" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2609 msgstr[0] "1 %(number)s/4 Stunde" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2610 msgstr[1] "1 %(number)s/4 Stunden" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2611 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2612 #: ../roundup/date.py:1081 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2613 msgid "in a moment" |
| 4098 | 2614 msgstr "in Kürze" |
| 2615 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2616 #: ../roundup/date.py:1083 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2617 msgid "just now" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2618 msgstr "soeben" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2619 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2620 #: ../roundup/date.py:1086 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2621 msgid "1 minute" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2622 msgstr "1 Minute" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2623 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2624 #: ../roundup/date.py:1089 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2625 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2626 msgid "%(number)s minute" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2627 msgid_plural "%(number)s minutes" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2628 msgstr[0] "%(number)s Minute" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2629 msgstr[1] "%(number)s Minuten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2630 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2631 #: ../roundup/date.py:1092 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2632 msgid "1/2 an hour" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2633 msgstr "1/2 Stunde" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2634 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2635 #: ../roundup/date.py:1094 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2636 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2637 msgid "%(number)s/4 hour" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2638 msgid_plural "%(number)s/4 hours" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2639 msgstr[0] "%(number)s/4 Stunde" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2640 msgstr[1] "%(number)s/4 Stunden" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2641 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2642 #: ../roundup/date.py:1098 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2643 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2644 msgid "%s ago" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2645 msgstr "vor %s" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2646 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
2647 #: ../roundup/date.py:1100 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2648 #, python-format |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2649 msgid "in %s" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2650 msgstr "in %s" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2651 |
| 7401 | 2652 #: ../roundup/hyperdb.py:120 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2653 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2654 msgid "property %(property)s: %(errormsg)s" |
| 4098 | 2655 msgstr "Eigenschaft %s: %s" |
| 2656 | |
| 7401 | 2657 #: ../roundup/hyperdb.py:149 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2658 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2659 msgid "property %(property)s: %(value)r is an invalid date (%(errormsg)s)" |
| 4098 | 2660 msgstr "Eigenschaft %s: %r ist kein gültiges Datum (%s)" |
| 2661 | |
| 7401 | 2662 #: ../roundup/hyperdb.py:172 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2663 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2664 msgid "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2665 "property %(property)s: %(value)r is an invalid date interval (%(errormsg)s)" |
| 4098 | 2666 msgstr "Eigenschaft %s: %r ist kein gültiges Datumsintervall (%s)" |
| 2667 | |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2668 #: ../roundup/hyperdb.py:434 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2669 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2670 msgid "property %(property)s: %(value)r is not a number" |
| 4098 | 2671 msgstr "Eigenschaft %s: %r ist keine Zahl" |
| 2672 | |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2673 #: ../roundup/hyperdb.py:448 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2674 #, fuzzy, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2675 msgid "property %(property)s: %(value)r is not an integer" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2676 msgstr "Eigenschaft %s: %r ist keine Zahl" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2677 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2678 #: ../roundup/hyperdb.py:470 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2679 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2680 msgid "\"%s\" not a node designator" |
| 4098 | 2681 msgstr "\"%s\" ist kein gültiger Bezeichner" |
| 2682 | |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2683 #: ../roundup/hyperdb.py:1499 ../roundup/hyperdb.py:1507 |
|
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2684 #: ../roundup/hyperdb.py:1499:1507 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2685 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2686 msgid "Not a property name: %s" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2687 msgstr "Keine Eigenschaft: %s" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2688 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2689 #: ../roundup/hyperdb.py:1984 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2690 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2691 msgid "property %(property)s: %(value)r is not a %(classname)s." |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
2692 msgstr "Der Wert \"%(value)s\" ist nicht in der Liste für \"%(property)s\"" |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2693 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2694 #: ../roundup/hyperdb.py:1990 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2695 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2696 msgid "you may only enter ID values for property %s" |
| 4098 | 2697 msgstr "Sie können für die Eigenschaft %s nur IDs eingeben" |
| 2698 | |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2699 #: ../roundup/hyperdb.py:2025 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2700 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2701 msgid "%(property)r is not a property of %(classname)s" |
| 4098 | 2702 msgstr "%r ist keine Eigenschaft von %s" |
| 2703 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2704 #: ../roundup/init.py:141 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2705 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2706 msgid "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2707 "WARNING: directory '%s'\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2708 "\tcontains old-style template - ignored" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2709 msgstr "" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
2710 "WARNUNG: Das Verzeichnis '%s'\n" |
|
4881
96a2c825c8d6
Apply german translation fixes in issue2550761
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4843
diff
changeset
|
2711 "\tenthält Vorlagen im alten Format, die ignoriert werden." |
| 4098 | 2712 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2713 #: ../roundup/mailgw.py:215 ../roundup/mailgw.py:228 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2714 #: ../roundup/mailgw.py:215:228 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2715 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2716 msgid "Message signed with unknown key: %s" |
| 4098 | 2717 msgstr "Nachricht signiert mit unbekanntem Schlüssel: %s" |
| 2718 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2719 #: ../roundup/mailgw.py:218 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2720 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2721 msgid "Message signed with an expired key: %s" |
| 4098 | 2722 msgstr "Nachricht signiert mit abgelaufenem Schlüssel: %s" |
| 2723 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2724 #: ../roundup/mailgw.py:221 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2725 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2726 msgid "Message signed with a revoked key: %s" |
| 4098 | 2727 msgstr "Nachricht signiert mit zurückgezogenem Schlüssel: %s" |
| 2728 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2729 #: ../roundup/mailgw.py:224 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2730 msgid "Invalid PGP signature detected." |
| 4098 | 2731 msgstr "Ungültige PGP-Signatur festgestellt." |
| 2732 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2733 #: ../roundup/mailgw.py:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2734 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2735 msgid "Unsigned Message" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2736 msgstr "Neuer Kommentar" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2737 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2738 #: ../roundup/mailgw.py:481 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2739 msgid "Unknown multipart/encrypted version." |
| 4098 | 2740 msgstr "Unbekannte Version von multipart/encrypted." |
| 2741 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2742 #: ../roundup/mailgw.py:490 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2743 msgid "Unable to decrypt your message." |
| 4098 | 2744 msgstr "Kann Ihre Nachricht nicht entschlüsseln" |
| 2745 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2746 #: ../roundup/mailgw.py:517 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2747 msgid "No PGP signature found in message." |
| 4098 | 2748 msgstr "Keine PGP-Signatur in Nachricht gefunden" |
| 2749 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2750 #: ../roundup/mailgw.py:599 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2751 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2752 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2753 "Emails to Roundup trackers must include a Subject: line!\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2754 msgstr "" |
| 4098 | 2755 "\n" |
| 2756 "Mails an Roundup müssen eine Subject-Zeile haben (Betreff)!\n" | |
| 2757 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2758 #: ../roundup/mailgw.py:712 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2759 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2760 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2761 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2762 "The message you sent to roundup did not contain a properly formed subject\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2763 "line. The subject must contain a class name or designator to indicate the\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2764 "'topic' of the message. For example:\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2765 " Subject: [issue] This is a new issue\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2766 " - this will create a new issue in the tracker with the title 'This is\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2767 " a new issue'.\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2768 " Subject: [issue1234] This is a followup to issue 1234\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2769 " - this will append the message's contents to the existing issue 1234\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2770 " in the tracker.\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2771 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2772 "Subject was: '%(subject)s'\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2773 msgstr "" |
| 4098 | 2774 "\n" |
| 2775 "Ihre Nachricht an Roundup enthielt keine gültige Betreffzeile (subject).\n" | |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
2776 "Der Betreff muss einen Klassennamen oder Bezeichner enthalten, um\n" |
| 4098 | 2777 "anzuzeigen, worum es geht. Zum Beispiel:\n" |
| 2778 " Betreff: [issue] Ein neues Thema\n" | |
| 2779 " - dadurch wird ein neuer issue-Eintrag mit dem Titel\n" | |
| 2780 " 'Ein neues Thema' angelegt\n" | |
| 2781 " Betreff: [issue1234] Vorhandenes Thema 1234\n" | |
| 2782 " - dadurch wird dem vorhandenen 'issue' mit der Nummer 1234\n" | |
| 2783 " eine neue Nachricht hinzugefügt\n" | |
| 2784 "\n" | |
| 2785 "Der Betreff war: '%(subject)s'\n" | |
| 2786 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2787 #: ../roundup/mailgw.py:747 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2788 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2789 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2790 "\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2791 "The class name you identified in the subject line (\"%(classname)s\") does\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2792 "not exist in the database.\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2793 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2794 "Valid class names are: %(validname)s\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2795 "Subject was: \"%(subject)s\"\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2796 msgstr "" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2797 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2798 "Der von Ihnen in der Betreffzeile angegebene Klassenname (\"%(classname)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2799 "\")existiert in der Datenbank nicht.\n" |
| 4098 | 2800 "Gültige Klassen sind: %(validname)s\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2801 "Die Betreffzeile war: \"%(subject)s\"\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2802 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2803 #: ../roundup/mailgw.py:755 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2804 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2805 msgid "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2806 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2807 "You did not identify a class name in the subject line and there is no\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2808 "default set for this tracker. The subject must contain a class name or\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2809 "designator to indicate the 'topic' of the message. For example:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2810 " Subject: [issue] This is a new issue\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2811 " - this will create a new issue in the tracker with the title 'This is\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2812 " a new issue'.\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2813 " Subject: [issue1234] This is a followup to issue 1234\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2814 " - this will append the message's contents to the existing issue 1234\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2815 " in the tracker.\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2816 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2817 "Subject was: '%(subject)s'\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2818 msgstr "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2819 "\n" |
| 4098 | 2820 "Sie haben in der Betreffzeile keinen Klassennamen angegeben, und es ist für\n" |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
2821 "diesen Tracker kein Standardwert gesetzt. Die Betreffzeile muss eine Klasse\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2822 "oder einen Bezeichner des Gegenstands Ihrer Nachricht enthalten;\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2823 "zum Beispiel:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2824 " Subject: [issue] Dies ist ein neues Issue\n" |
| 4098 | 2825 " - dies erzeugt ein neues Issue im Tracker mit dem Titel 'Dies\n" |
| 2826 " ist ein neues Issue'.\n" | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2827 " Subject: [issue1234] Dies bezieht sich auf Issue 1234\n" |
| 4098 | 2828 " - fügt den Inhalt der Nachricht dem existierenden Issue 1234 hinzu\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2829 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2830 "Die Betreffzeile (Subject) war:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2831 " '%(subject)s'\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2832 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2833 #: ../roundup/mailgw.py:815 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2834 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2835 msgid "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2836 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2837 "I cannot match your message to a node in the database - you need to either\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2838 "supply a full designator (with number, eg \"[issue123]\") or keep the\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2839 "previous subject title intact so I can match that.\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2840 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2841 "Subject was: \"%(subject)s\"\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2842 msgstr "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2843 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2844 "Ich kann Ihre Nachricht keinem Eintrag in der Datenbank zuordnen - Sie " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2845 "müssen\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2846 "entweder einen vollen Bezeichner angeben (mit Nummer, z. B. \"[issue123]\")\n" |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
2847 "oder die Betreffzeile intakt lassen, so dass ich diese zuordnen kann.\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2848 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2849 "Die Betreffzeile (Subject) war:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2850 " '%(subject)s'\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2851 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2852 #: ../roundup/mailgw.py:848 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2853 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2854 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2855 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2856 "The node specified by the designator in the subject of your message\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2857 "(\"%(nodeid)s\") does not exist.\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2858 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2859 "Subject was: \"%(subject)s\"\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2860 msgstr "" |
| 4098 | 2861 "\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2862 "Der in der Betreffzeile Ihre Nachricht bezeichnete Eintrag\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2863 "(\"%(nodeid)s\") existiert nicht.\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2864 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2865 "Die Betreffzeile (Subject) war:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2866 " '%(subject)s'\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2867 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2868 #: ../roundup/mailgw.py:893 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2869 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2870 msgid "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2871 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2872 "You are not a registered user.%(registration_info)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2873 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2874 "Unknown address: %(from_address)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2875 msgstr "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2876 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2877 "Sie sind kein registrierter Anwender.%(registration_info)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2878 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2879 "Unbekannte Adresse: %(from_address)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2880 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2881 #: ../roundup/mailgw.py:901 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2882 msgid "You are not permitted to access this tracker." |
| 4098 | 2883 msgstr "Sie haben keinen Zugriff auf diesen Tracker." |
| 2884 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2885 #: ../roundup/mailgw.py:913 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2886 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2887 msgid "You are not permitted to edit %(classname)s." |
| 4098 | 2888 msgstr "Sie sind nicht berechtigt, die Klasse \"%(classname)s\" zu bearbeiten" |
| 2889 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2890 #: ../roundup/mailgw.py:919 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2891 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2892 msgid "You are not permitted to create %(classname)s." |
| 4098 | 2893 msgstr "Sie sind nicht berechtigt, ein \"%(classname)s\" zu erzeugen" |
| 2894 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2895 #: ../roundup/mailgw.py:1001 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2896 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2897 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2898 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2899 "There were problems handling your subject line argument list:\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2900 "- %(errors)s\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2901 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2902 "Subject was: \"%(subject)s\"\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2903 msgstr "" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2904 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2905 "Es sind Probleme aufgetreten bei der Verarbeitung Ihrer Betreffzeile:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2906 "- %(errors)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2907 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2908 "Die Betreffzeile war: \"%(subject)s\"\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2909 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2910 #: ../roundup/mailgw.py:1054 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2911 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2912 msgid "This tracker has been configured to require all email be PGP encrypted." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2913 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2914 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2915 "Dieser Tracker wurde konfiguriert, E-Mail-Nachrichten nur PGP-signiert oder\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2916 "verschlüsselt entgegenzunehmen." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2917 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2918 #: ../roundup/mailgw.py:1092 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2919 msgid "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2920 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2921 "This tracker has been configured to require all email be PGP signed or\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2922 "encrypted." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2923 msgstr "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2924 "\n" |
|
5052
737d3edee3ab
E-mail -> E-Mail in de.po (issue2550717)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
5046
diff
changeset
|
2925 "Dieser Tracker wurde konfiguriert, E-Mail-Nachrichten nur PGP-signiert oder\n" |
| 4098 | 2926 "verschlüsselt entgegenzunehmen." |
| 2927 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2928 #: ../roundup/mailgw.py:1122 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2929 msgid "You are not permitted to create files." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2930 msgstr "Sie sind nicht berechtigt, Dateien zu erzeugen." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2931 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2932 #: ../roundup/mailgw.py:1139 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2933 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2934 msgid "You are not permitted to add files to %(classname)s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2935 msgstr "Sie sind nicht berechtigt, Dateien zu %(classname)s hinzuzufügen." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2936 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2937 #: ../roundup/mailgw.py:1170 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2938 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2939 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2940 "Roundup requires the submission to be plain text. The message parser could\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2941 "not find a text/plain part to use.\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2942 msgstr "" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2943 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2944 "Dieser Tracker akzeptiert nur einfache Textnachrichten. Der Mail-Parser " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2945 "konnte\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2946 "keinen entsprechenden Teil (\"text/plain\") finden.\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2947 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2948 #: ../roundup/mailgw.py:1183 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2949 msgid "You are not permitted to create messages." |
| 4098 | 2950 msgstr "Sie sind nicht berechtigt, Nachrichten zu erzeugen" |
| 2951 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2952 #: ../roundup/mailgw.py:1192 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2953 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2954 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2955 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2956 "Mail message was rejected by a detector.\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2957 "%(error)s\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2958 msgstr "" |
| 4098 | 2959 "\n" |
| 2960 "Die Mail-Nachricht wurde von einem Detektor zurückgewiesen.\n" | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2961 "%(error)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2962 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2963 #: ../roundup/mailgw.py:1203 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2964 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2965 msgid "You are not permitted to add messages to %(classname)s." |
| 4098 | 2966 msgstr "Sie sind nicht berechtigt, Kommentare zu %(classname)s hinzuzufügen." |
| 2967 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2968 #: ../roundup/mailgw.py:1226 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2969 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2970 msgid "You are not permitted to edit property %(prop)s of class %(classname)s." |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2971 msgstr "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2972 "Sie sind nicht berechtigt, die Eigenschaft %(prop)s der Klasse " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2973 "%(classname)s\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2974 "zu bearbeiten." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2975 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2976 #: ../roundup/mailgw.py:1238 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2977 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2978 msgid "You are not permitted to set property %(prop)s of class %(classname)s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2979 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2980 "Sie sind nicht berechtigt, die Eigenschaft %(prop)s der Klasse " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2981 "%(classname)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2982 "zu bearbeiten." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2983 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2984 #: ../roundup/mailgw.py:1246 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2985 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2986 msgid "" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2987 "\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2988 "There was a problem with the message you sent:\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2989 " %(message)s\n" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
2990 msgstr "" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2991 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2992 "Es gab ein Problem mit Ihrer Nachricht:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2993 " %(message)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2994 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2995 #: ../roundup/mailgw.py:1366 ../roundup/mailgw.py:1835 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2996 #: ../roundup/mailgw.py:1366:1835 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2997 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2998 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
2999 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3000 "The mail gateway is not properly set up. Please contact\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3001 "%(mailadmin)s and have them fix the incorrect properties:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3002 " %(errors)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3003 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3004 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3005 "Das Mail-Gateway ist nicht korrekt eingerichtet. Bitte wenden\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3006 "Sie sich an %(mailadmin)s und bitten Sie um Korrektur der\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3007 "fehlerhaften Eigenschaften: %(errors)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3008 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
3009 #: ../roundup/mailgw.py:1821 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3010 #, fuzzy, python-format |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3011 msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3012 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3013 "The mail gateway is not properly set up. Please contact\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3014 "%(mailadmin)s and have them fix the incorrect class specified as:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3015 " %(classname)s\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3016 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3017 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3018 "Das Mail-Gateway ist nicht korrekt eingerichtet. Bitte wenden\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3019 "Sie sich an %(mailadmin)s und bitten Sie um Korrektur der\n" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
3020 "fehlerhaften Klasse: %(classname)s\n" |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3021 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3022 #: ../roundup/mailgw.py:1856 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3023 msgid "not of form [arg=value,value,...;arg=value,value,...]" |
| 4098 | 3024 msgstr "entspricht nicht der Form [arg=wert,wert,...;arg=wert,wert,...]" |
| 3025 | |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3026 #: ../roundup/pygettext.py:401 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3027 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3028 msgid "*** %(file)s:%(lineno)s: Seen unexpected token \"%(token)s\"" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3029 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3030 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3031 #: ../roundup/pygettext.py:457 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3032 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3033 msgid "# File: %(filename)s, line: %(lineno)d" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3034 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3035 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3036 #: ../roundup/pygettext.py:464 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3037 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3038 msgid " %(filename)s:%(lineno)d" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3039 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3040 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3041 #: ../roundup/pygettext.py:540 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3042 #, fuzzy, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3043 msgid "Invalid value for --style: %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3044 msgstr "Ungültiger Benutzername %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3045 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3046 #: ../roundup/pygettext.py:548 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3047 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3048 msgid "pygettext.py (xgettext for Python) %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3049 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3050 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3051 #: ../roundup/pygettext.py:554 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3052 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3053 msgid "--width argument must be an integer: %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3054 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3055 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3056 #: ../roundup/pygettext.py:582 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3057 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3058 msgid "Can't read --exclude-file: %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3059 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3060 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3061 #: ../roundup/pygettext.py:601 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3062 msgid "Reading standard input" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3063 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3064 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3065 #: ../roundup/pygettext.py:606 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3066 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3067 msgid "Working on %s" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3068 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3069 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3070 #: ../roundup/pygettext.py:640 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3071 msgid "a unicode string" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3072 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3073 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3074 #: ../roundup/pygettext.py:642 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3075 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3076 msgid "*** Seen unexpected token \"%(token)s\"" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3077 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3078 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3079 #: ../roundup/pygettext.py:643 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3080 msgid "morethanonestring" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3081 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3082 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3083 #: ../roundup/rest.py:410 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3084 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3085 msgid "Method %(m)s not allowed. Allowed: %(a)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3086 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3087 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3088 #: ../roundup/rest.py:948 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3089 #, python-format |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3090 msgid "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3091 "Page size %(page_size)s must be less than admin limit on query result size: " |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3092 "%(max_size)s." |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3093 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3094 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3095 #: ../roundup/rest.py:1193 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3096 #, fuzzy, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3097 msgid "Invalid attribute %s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
3098 msgstr "Ungültiger Benutzername %s" |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3099 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3100 #: ../roundup/rest.py:2182 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3101 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3102 msgid "Api rate limits exceeded. Please wait: %s seconds." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3103 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3104 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3105 #: ../roundup/rest.py:2258 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
3106 #, python-format |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
3107 msgid "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
3108 "Unable to parse Accept Header. %(error)s. Acceptable types: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
3109 "%(acceptable_types)s" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
3110 msgstr "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
3111 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3112 #: ../roundup/rest.py:2441 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3113 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3114 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3115 "Unrecognized api version: %s. See /rest without specifying api version for " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3116 "supported versions." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3117 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3118 |
| 7401 | 3119 #: ../roundup/roundupdb.py:140 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3120 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3121 msgid "Username '%s' already exists." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3122 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3123 |
| 7401 | 3124 #: ../roundup/roundupdb.py:224 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3125 msgid "files" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3126 msgstr "Dateien" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3127 |
| 7401 | 3128 #: ../roundup/roundupdb.py:224 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3129 msgid "messages" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3130 msgstr "Kommentare" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3131 |
| 7401 | 3132 #: ../roundup/roundupdb.py:224 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3133 msgid "nosy" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3134 msgstr "Interessenten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3135 |
| 7401 | 3136 #: ../roundup/roundupdb.py:224 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3137 msgid "superseder" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3138 msgstr "ersetzt durch" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3139 |
| 7401 | 3140 #: ../roundup/roundupdb.py:224 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3141 msgid "title" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3142 msgstr "Titel" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3143 |
| 7401 | 3144 #: ../roundup/roundupdb.py:225 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3145 msgid "assignedto" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3146 msgstr "zugewiesen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3147 |
| 7401 | 3148 #: ../roundup/roundupdb.py:225 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3149 msgid "keyword" |
| 4098 | 3150 msgstr "Schlagwort" |
| 3151 | |
| 7401 | 3152 #: ../roundup/roundupdb.py:225 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3153 msgid "priority" |
|
4993
ae12b4b3ea9e
Fix issue2550892 (translation error of priority in locale de) Thanks Martin Thomas Swaton for reporting.
Bernhard Reiter <bernhard@intevation.de>
parents:
4881
diff
changeset
|
3154 msgstr "Priorität" |
| 4098 | 3155 |
| 7401 | 3156 #: ../roundup/roundupdb.py:225 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3157 msgid "status" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3158 msgstr "Status" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3159 |
| 7401 | 3160 #: ../roundup/roundupdb.py:228 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3161 msgid "activity" |
| 4098 | 3162 msgstr "Aktivität" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3163 |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3164 #. following properties are common for all hyperdb classes |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3165 #. they are listed here to keep things in one place |
| 7401 | 3166 #: ../roundup/roundupdb.py:228 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3167 msgid "actor" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3168 msgstr "Akteur" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3169 |
| 7401 | 3170 #: ../roundup/roundupdb.py:228 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3171 msgid "creation" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3172 msgstr "Erstellungsdatum" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3173 |
| 7401 | 3174 #: ../roundup/roundupdb.py:228 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3175 msgid "creator" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3176 msgstr "Ersteller" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3177 |
| 7401 | 3178 #: ../roundup/roundupdb.py:426 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3179 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3180 msgid "No key for \"%(adr)s\" in keyring" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3181 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3182 |
| 7401 | 3183 #: ../roundup/roundupdb.py:504 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3184 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3185 msgid "New submission from %(authname)s%(authaddr)s:" |
| 4098 | 3186 msgstr "Neue Nachricht von %(authname)s%(authaddr)s:" |
| 3187 | |
| 7401 | 3188 #: ../roundup/roundupdb.py:507 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3189 #, python-format |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3190 msgid "%(authname)s%(authaddr)s added the comment:" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3191 msgstr "%(authname)s%(authaddr)s merkte an:" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3192 |
| 7401 | 3193 #: ../roundup/roundupdb.py:510 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3194 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3195 msgid "Change by %(authname)s%(authaddr)s:" |
| 4098 | 3196 msgstr "Änderung von %(authname)s%(authaddr)s:" |
| 3197 | |
| 7401 | 3198 #: ../roundup/roundupdb.py:529 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3199 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3200 msgid "File '%(filename)s' not attached - you can download it from %(link)s." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3201 msgstr "" |
| 4098 | 3202 "Die Datei '%(filename)s' ist nicht beigefügt - Sie können Sie unter\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3203 "%(link)s herunterladen." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3204 |
| 7401 | 3205 #: ../roundup/roundupdb.py:904 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3206 #, python-format |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3207 msgid "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3208 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3209 "Now:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3210 "%(new)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3211 "Was:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3212 "%(old)s" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3213 msgstr "" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3214 "\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3215 "Jetzt:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3216 "%(new)s\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3217 "Vorher:\n" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3218 "%(old)s" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3219 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3220 #: ../roundup/scripts/roundup_demo.py:50 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3221 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
3222 msgid "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
3223 "Enter tracker template to use (one of (%(template_list)s)) " |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
3224 "[%(default_template)s]: " |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3225 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3226 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3227 #: ../roundup/scripts/roundup_demo.py:166 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3228 #, python-format |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3229 msgid "Enter directory path to create demo tracker [%s]: " |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3230 msgstr "Verzeichnis für Tracker-Demo eingeben [%s]: " |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3231 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3232 #: ../roundup/scripts/roundup_gettext.py:33 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3233 msgid "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3234 "\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3235 "Extracting translatable strings only from html templates.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3236 "Because the 'polib' module is missing, unable to extract\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3237 "translations from detectors or extensions.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3238 "The 'polib' module can be installed with pip.\n" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3239 msgstr "" |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3240 |
|
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3241 #: ../roundup/scripts/roundup_gettext.py:71 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3242 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3243 msgid "Usage: %(program)s <tracker home>" |
| 4098 | 3244 msgstr "Verwendung: %(program)s <Tracker-Verzeichnis>" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3245 |
|
8109
cd642eaf358e
fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents:
8107
diff
changeset
|
3246 #: ../roundup/scripts/roundup_gettext.py:89 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3247 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3248 msgid "No tracker templates found in directory %s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3249 msgstr "Keine Tracker-Vorlage gefunden im Verzeichnis %s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3250 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
3251 #: ../roundup/scripts/roundup_mailgw.py:182 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3252 msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3253 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3254 "Error: The instance home must be specified" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3255 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3256 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
3257 #: ../roundup/scripts/roundup_mailgw.py:200 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3258 #, fuzzy |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3259 msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3260 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3261 "Error: not enough source specification information" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3262 msgstr "Sie haben nicht genügend Angaben zur E-Mail-Quelle gemacht" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3263 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
3264 #: ../roundup/scripts/roundup_mailgw.py:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3265 #, fuzzy, python-format |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3266 msgid "" |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3267 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3268 "Error: %s specification not valid" |
| 4098 | 3269 msgstr "Fehler: %s-Optionen ungültig" |
| 3270 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
3271 #: ../roundup/scripts/roundup_mailgw.py:254 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3272 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3273 msgid "" |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3274 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3275 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", " |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
3276 "\"imap\", \"imaps\", \"imaps_cram\", or \"imaps_oauth\"" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3277 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3278 "Fehler: Als E-Mail-Quelle muss \"mailbox\", \"pop\", \"pops\", \"apop\", " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3279 "\"imap\" oder \"imaps\" gewählt werden" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3280 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
3281 #: ../roundup/scripts/roundup_server.py:112 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3282 msgid "WARNING: generating temporary SSL certificate" |
| 4098 | 3283 msgstr "WARNUNG: erzeuge temporäres SSL-Zertifikat" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3284 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3285 #: ../roundup/scripts/roundup_server.py:143 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3286 #, python-format |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3287 msgid "Unable to find/use key from file: %(pemfile)s" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3288 msgstr "" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3289 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3290 #: ../roundup/scripts/roundup_server.py:144 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3291 msgid "" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3292 "Does it have a private key surrounded by '-----BEGIN PRIVATE KEY-----' and\n" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3293 " '-----END PRIVATE KEY-----' markers?" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3294 msgstr "" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3295 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3296 #: ../roundup/scripts/roundup_server.py:149 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3297 #, python-format |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3298 msgid "Unable to find/use certificate from file: %(pemfile)s" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3299 msgstr "" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3300 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3301 #: ../roundup/scripts/roundup_server.py:150 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3302 msgid "" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3303 "Does it have a certificate surrounded by '-----BEGIN CERTIFICATE-----' and\n" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3304 " '-----END CERTIFICATE-----' markers?" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3305 msgstr "" |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3306 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3307 #: ../roundup/scripts/roundup_server.py:344 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3308 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3309 "<html><head><title>Roundup trackers index</title></head>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3310 "<body><h1>Roundup trackers index</h1><ol>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3311 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3312 "<html><head><title>Roundup Tracker-Liste</title></head>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3313 "<body><h1>Roundup Tracker-Liste</h1><ol>\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3314 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3315 #: ../roundup/scripts/roundup_server.py:570 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3316 #, fuzzy, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3317 msgid "Error: %(type)s: %(value)s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
3318 msgstr "%(type)s: %(value)s" |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3319 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3320 #: ../roundup/scripts/roundup_server.py:582 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3321 msgid "WARNING: ignoring \"-g\" argument, not root" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3322 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3323 "WARNUNG: die Option \"-g\" wird ignoriert, da Sie nicht Administrator sind" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3324 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3325 #: ../roundup/scripts/roundup_server.py:588 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3326 msgid "Can't change groups - no grp module" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3327 msgstr "Die Gruppe kann nicht gewechselt werden - das Modul grp fehlt" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3328 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3329 #: ../roundup/scripts/roundup_server.py:597 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3330 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3331 msgid "Group %(group)s doesn't exist" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3332 msgstr "Die Gruppe %(group)s existiert nicht" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3333 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3334 #: ../roundup/scripts/roundup_server.py:609 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3335 msgid "Can't run as root!" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3336 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3337 "Dieser Prozess kann nicht unter dem Administrator-Konto (\"root\") laufen!" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3338 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3339 #: ../roundup/scripts/roundup_server.py:612 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3340 msgid "WARNING: ignoring \"-u\" argument, not root" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3341 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3342 "WARNUNG: die Option \"-u\" wird ignoriert, da Sie nicht Administrator sind" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3343 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3344 #: ../roundup/scripts/roundup_server.py:618 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3345 msgid "Can't change users - no pwd module" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3346 msgstr "Der Benutzer kann nicht gewechselt werden - das Modul pwd fehlt" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3347 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3348 #: ../roundup/scripts/roundup_server.py:627 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3349 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3350 msgid "User %(user)s doesn't exist" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3351 msgstr "Der Benutzer %(user)s existiert nicht" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3352 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3353 #: ../roundup/scripts/roundup_server.py:833 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3354 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3355 msgid "Multiprocess mode \"%s\" is not available, switching to single-process" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3356 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3357 "Der Multiprozessmodus \"%s\" ist nicht verfügbar, Einprozessmodus aktiviert" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3358 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3359 #: ../roundup/scripts/roundup_server.py:861 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3360 #, python-format |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3361 msgid "Unable to bind to port %s, port already in use." |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3362 msgstr "Start des Servers auf Port %s schlug fehl. Port bereits verwendet." |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3363 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3364 #: ../roundup/scripts/roundup_server.py:865 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
3365 #, fuzzy, python-format |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
3366 msgid "" |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
3367 "Unable to bind to port %(port)s, access not allowed, errno: %(errno)s %(msg)s" |
|
8107
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
3368 msgstr "" |
|
e01bac852ce1
fix: try to fix some translated string printf's.
John Rouillard <rouilj@ieee.org>
parents:
8106
diff
changeset
|
3369 "Start des Servers auf Port %(port)s schlug fehl. Port bereits verwendet." |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
3370 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3371 #: ../roundup/scripts/roundup_server.py:944 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3372 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3373 " -c <Command> Windows Service options.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3374 " If you want to run the server as a Windows Service, you\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3375 " must use configuration file to specify tracker homes.\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3376 " Logfile option is required to run Roundup Tracker service.\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3377 " Typing \"roundup-server -c help\" shows Windows Services\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3378 " specifics." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3379 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3380 " -c <Befehl> Windows Service Optionen.\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3381 " Um den Roundup-Server als Windows Service zu starten,\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3382 " benutzen Sie eine Server-Konfiguration, in der die Tracker-\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3383 " Instanzen angegeben werden.\n" |
| 4098 | 3384 " Zudem müssen Sie die Logfile-Option aktivieren.\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3385 " \"roundup-server -c help\" zeigt eine weitere Hilfe zum Thema." |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3386 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3387 #: ../roundup/scripts/roundup_server.py:951 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3388 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3389 " -u <UID> runs the Roundup web server as this UID\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3390 " -g <GID> runs the Roundup web server as this GID\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3391 " -d <PIDfile> run the server in the background and write the server's PID\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3392 " to the file indicated by PIDfile. The -l option *must* be\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3393 " specified if -d is used." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3394 msgstr "" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
3395 " -u <UID> Startet den Roundup-Server mit dieser Benutzernummer\n" |
|
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
3396 " -g <GID> Startet den Roundup-Server mit dieser Gruppennummer\n" |
|
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
3397 " -d <PIDDatei> Startet den Server als Hintergrundprozess und schreibt\n" |
|
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
3398 " die Prozess-ID in die Datei PIDDatei.\n" |
|
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
3399 " Die Option -l muss dann auch angegeben werden." |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3400 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3401 #: ../roundup/scripts/roundup_server.py:958 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3402 #, fuzzy, python-format |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3403 msgid "" |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3404 "\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3405 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3406 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3407 "Options:\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3408 " -v print the Roundup version number and exit\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3409 " -h print this text and exit\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3410 " -S create or update configuration file and exit\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3411 " -C <fname> use configuration file <fname>\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3412 " -n <name> set the host name of the Roundup web server instance,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3413 " specifies on which network interfaces to listen for\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3414 " connections, defaults to localhost, use 0.0.0.0 to bind\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3415 " to all network interfaces\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3416 " -p <port> set the port to listen on (default: %(port)s)\n" |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
3417 " -I <header1[,header2]*> list of headers to pass to the backend\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3418 " -l <fname> log to the file indicated by fname instead of stderr/stdout\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3419 " -N log client machine names instead of IP addresses (much " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3420 "slower)\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3421 " -i <fname> set tracker index template\n" |
| 7401 | 3422 " -m <children> maximum number of children to spawn in fork multiprocess " |
| 3423 "mode\n" | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3424 " -s enable SSL\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3425 " -L http request logging uses python logging (roundup.http)\n" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3426 " -e <fname> PEM file containing SSL key and certificate\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3427 " -t <mode> multiprocess mode (default: %(mp_def)s).\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3428 " Allowed values: %(mp_types)s.\n" |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3429 " -V <version> set HTTP version (default: HTTP/1.1).\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3430 " Allowed values: HTTP/1.0, HTTP/1.1.\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3431 "\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3432 "%(os_part)s\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3433 "\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3434 "Long options:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3435 " --version print the Roundup version number and exit\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3436 " --help print this text and exit\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3437 " --save-config create or update configuration file and exit\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3438 " --config <fname> use configuration file <fname>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3439 " All settings of the [main] section of the configuration file\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3440 " also may be specified in form --<name>=<value>\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3441 "\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3442 "Examples:\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3443 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3444 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3445 " -n localhost -p 8917 -l /var/log/roundup.log \\\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3446 " support=/var/spool/roundup-trackers/support\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3447 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3448 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3449 "\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3450 " roundup-server support=/var/spool/roundup-trackers/support\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3451 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3452 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3453 " support=/var/spool/roundup-trackers/support\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3454 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3455 "Configuration file format:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3456 " Roundup Server configuration file has common .ini file format.\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3457 " Configuration file created with 'roundup-server -S' contains\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3458 " detailed explanations for each option. Please see that file\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3459 " for option descriptions.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3460 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3461 "How to use \"name=tracker home\":\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3462 " These arguments set the tracker home(s) to use. The name is how the\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3463 " tracker is identified in the URL (it's the first part of the URL path).\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3464 " The tracker home is the directory that was identified when you did\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3465 " \"roundup-admin init\". You may specify any number of these name=home\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3466 " pairs on the command-line. Make sure the name part doesn't include\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3467 " any url-unsafe characters like spaces, as these confuse IE.\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3468 msgstr "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3469 "%(message)sBenutzung: roundup-server [Optionen] [Tracker-Name=Tracker-" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3470 "Verzeichnis]*\n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3471 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3472 "Optionen:\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3473 " -v Versionsnummer ausgeben und beenden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3474 " -h Diese Hilfe ausgeben und beenden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3475 " -S Konfiguration erstellen oder aktualiseren und beenden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3476 " -C <Datei> Konfiguration in <Datei> verwenden\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3477 " -n Hostnamen des Serverprozesses bestimmen\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3478 " -p Port bestimmen (Voreinstellung: %(port)s)\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3479 " -l Logdatei bestimmen (anstelle \"stderr\" / \"stdout\")\n" |
| 4098 | 3480 " -N Domainnamen in der Logdatei auflösen (viel langsamer)\n" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
3481 " -t <Modus> Multiprozessmodus (Voreinstellung: %(mp_def)s).\n" |
| 4098 | 3482 " Verfügbare Modi: %(mp_types)s.\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3483 "%(os_part)s\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3484 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3485 "Lange Optionen:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3486 " --version Roundup Versionsnummer ausgeben und beenden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3487 " --help Diese Hilfe ausgeben und beenden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3488 " --save-config Konfiguration erstellen oder aktualiseren und beenden\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3489 " --config <fname> Konfiguration <Datei> verwenden\n" |
| 4098 | 3490 " Die Einstellungen in der Sektion [main] der Konfigurationsdatei können Sie\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3491 " auch in der Form --<Name>=<Wert> angegeben.\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3492 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3493 "Beispiele:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3494 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3495 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3496 " -n localhost -p 8917 -l /var/log/roundup.log \\\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3497 " support=/var/spool/roundup-trackers/support\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3498 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3499 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3500 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3501 " roundup-server support=/var/spool/roundup-trackers/support\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3502 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3503 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3504 " support=/var/spool/roundup-trackers/support\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3505 "\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3506 "Konfigurations-Format:\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3507 " Roundup Server benutzt das standardisierte .ini Format.\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3508 " Konfigurationen, welche mit 'roundup-server -S' erstellt werden, \n" |
| 4098 | 3509 " enthalten detaillierte Erklärungen zu jeder Option. Bitte konsultieren\n" |
| 3510 " Sie diese Datei für weitere Angaben.\n" | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3511 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3512 "Tracker-Name=Tracker-Verzeichnis:\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3513 " Gibt an, welche Tracker-Instanz(en) verwendet werden. Der Tracker-Name\n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3514 " bestimmt den URL-Pfad im Web. Das Tracker-Verzeichnis gibt an, in \n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3515 " welchem Verzeichnis die Tracker-Konfiguration gespeichert wurde.\n" |
| 4098 | 3516 " Sie können mehrere Tracker-Instanzen auf der Kommandozeile angeben oder\n" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3517 " alternativ die Variable TRACKER_HOME in der roundup-server Datei \n" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3518 " anpassen. \n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3519 " ACHTUNG: Der Tracker-Name darf keine Sonderzeichen enthalten, welche in \n" |
| 4098 | 3520 " URLs Probleme bereiten könnten. Am besten verwenden Sie nur Buchstaben, \n" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3521 " Zahlen und \"-_\".\n" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3522 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3523 #: ../roundup/scripts/roundup_server.py:1135 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3524 msgid "Instances must be name=home" |
| 4098 | 3525 msgstr "Instanzen müssen als Tracker-Name=Tracker-Verzeichnis angegeben werden" |
| 3526 | |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3527 #: ../roundup/scripts/roundup_server.py:1149 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3528 #, python-format |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3529 msgid "Configuration saved to %s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3530 msgstr "Konfiguration in der Datei %s gespeichert" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3531 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3532 #: ../roundup/scripts/roundup_server.py:1167 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3533 msgid "Sorry, you can't run the server as a daemon on this Operating System" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3534 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3535 "Auf diesem Betriebssystem kann der Server nicht als Hintergrundprozess laufen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3536 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3537 #: ../roundup/scripts/roundup_server.py:1187 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3538 #, python-format |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3539 msgid "Roundup server started on %(HOST)s:%(PORT)s" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
3540 msgstr "Der Roundup-Server wurde unter %(HOST)s:%(PORT)s gestartet" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3541 |
| 4098 | 3542 #: ../share/roundup/templates/classic/html/_generic.collision.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3543 #: ../share/roundup/templates/devel/html/_generic.collision.html:4 |
| 4098 | 3544 #: ../share/roundup/templates/minimal/html/_generic.collision.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3545 #: ../share/roundup/templates/responsive/html/_generic.collision.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3546 msgid "${class} Edit Collision - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3547 msgstr "Kollision bei der Bearbeitung - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3548 |
| 4098 | 3549 #: ../share/roundup/templates/classic/html/_generic.collision.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3550 #: ../share/roundup/templates/devel/html/_generic.collision.html:7 |
| 4098 | 3551 #: ../share/roundup/templates/minimal/html/_generic.collision.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3552 #: ../share/roundup/templates/responsive/html/_generic.collision.html:7 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3553 msgid "${class} Edit Collision" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3554 msgstr "Kollision bei der Bearbeitung" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3555 |
| 4098 | 3556 #: ../share/roundup/templates/classic/html/_generic.collision.html:14 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3557 #: ../share/roundup/templates/devel/html/_generic.collision.html:14 |
| 4098 | 3558 #: ../share/roundup/templates/minimal/html/_generic.collision.html:14 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3559 #: ../share/roundup/templates/responsive/html/_generic.collision.html:14 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3560 msgid "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3561 "\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3562 " There has been a collision. Another user updated this node\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
|
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3564 " the node and review your edits.\n" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3565 msgstr "" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3566 "\n" |
| 4098 | 3567 " Eine Kollision wurde festgestellt. Während Ihrer Bearbeitung\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3568 " hat ein anderer Benutzer diesen Eintrag aktualisiert. Bitte <a " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
|
| 4098 | 3570 " und fügen Sie Ihre Änderungen erneut ein.\n" |
| 3571 | |
| 3572 #: ../share/roundup/templates/classic/html/_generic.help-empty.html:6 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3573 #: ../share/roundup/templates/devel/html/_generic.help-empty.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3574 #: ../share/roundup/templates/devel/html/user.help.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3575 #: ../share/roundup/templates/responsive/html/_generic.help-empty.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3576 #: ../share/roundup/templates/responsive/html/user.help.html:90 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3577 msgid "Please specify your search parameters!" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3578 msgstr "Bitte geben Sie Ihre Suchparameter an!" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3579 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3580 #: ../share/roundup/templates/classic/html/_generic.help-list.html:19 |
| 4098 | 3581 #: ../share/roundup/templates/classic/html/_generic.index.html:14 |
| 3582 #: ../share/roundup/templates/classic/html/_generic.item.html:12 | |
| 3583 #: ../share/roundup/templates/classic/html/file.item.html:9 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3584 #: ../share/roundup/templates/classic/html/issue.index.html:15 |
| 4098 | 3585 #: ../share/roundup/templates/classic/html/issue.item.html:28 |
| 3586 #: ../share/roundup/templates/classic/html/msg.item.html:26 | |
| 3587 #: ../share/roundup/templates/classic/html/user.index.html:9 | |
| 3588 #: ../share/roundup/templates/classic/html/user.item.html:35 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3589 #: ../share/roundup/templates/devel/html/_generic.help-list.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3590 #: ../share/roundup/templates/devel/html/_generic.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3591 #: ../share/roundup/templates/devel/html/_generic.item.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3592 #: ../share/roundup/templates/devel/html/_generic.query.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3593 #: ../share/roundup/templates/devel/html/bug.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3594 #: ../share/roundup/templates/devel/html/bug.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3595 #: ../share/roundup/templates/devel/html/file.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3596 #: ../share/roundup/templates/devel/html/keyword.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3597 #: ../share/roundup/templates/devel/html/keyword.item.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3598 #: ../share/roundup/templates/devel/html/milestone.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3599 #: ../share/roundup/templates/devel/html/msg.item.html:25 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3600 #: ../share/roundup/templates/devel/html/patch.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3601 #: ../share/roundup/templates/devel/html/patch.item.html:97 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3602 #: ../share/roundup/templates/devel/html/task.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3603 #: ../share/roundup/templates/devel/html/task.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3604 #: ../share/roundup/templates/devel/html/user.index.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3605 #: ../share/roundup/templates/devel/html/user.item.html:34 |
| 4098 | 3606 #: ../share/roundup/templates/minimal/html/_generic.index.html:14 |
| 3607 #: ../share/roundup/templates/minimal/html/_generic.item.html:12 | |
| 3608 #: ../share/roundup/templates/minimal/html/user.index.html:9 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3609 #: ../share/roundup/templates/minimal/html/user.item.html:34 |
| 4098 | 3610 #: ../share/roundup/templates/minimal/html/user.register.html:14 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3611 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3612 #: ../share/roundup/templates/responsive/html/_generic.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3613 #: ../share/roundup/templates/responsive/html/_generic.item.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3614 #: ../share/roundup/templates/responsive/html/_generic.query.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3615 #: ../share/roundup/templates/responsive/html/bug.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3616 #: ../share/roundup/templates/responsive/html/bug.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3617 #: ../share/roundup/templates/responsive/html/file.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3618 #: ../share/roundup/templates/responsive/html/keyword.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3619 #: ../share/roundup/templates/responsive/html/keyword.item.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3620 #: ../share/roundup/templates/responsive/html/milestone.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3621 #: ../share/roundup/templates/responsive/html/msg.item.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3622 #: ../share/roundup/templates/responsive/html/patch.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3623 #: ../share/roundup/templates/responsive/html/patch.item.html:95 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3624 #: ../share/roundup/templates/responsive/html/task.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3625 #: ../share/roundup/templates/responsive/html/task.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3626 #: ../share/roundup/templates/responsive/html/user.index.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3627 #: ../share/roundup/templates/responsive/html/user.item.html:34 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3628 msgid "You are not allowed to view this page." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3629 msgstr "Sie sind nicht berechtigt, diese Seite anzuzeigen." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3630 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3631 #: ../share/roundup/templates/classic/html/_generic.help-list.html:33 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3632 #: ../share/roundup/templates/devel/html/_generic.help-list.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3633 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:12 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3634 msgid "1..25 out of 50" |
| 4098 | 3635 msgstr "1..25 von 50" |
| 3636 | |
| 3637 #: ../share/roundup/templates/classic/html/_generic.help-search.html:9 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3638 #: ../share/roundup/templates/devel/html/_generic.help-search.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3639 #: ../share/roundup/templates/responsive/html/_generic.help-search.html:9 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3640 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3641 "Generic template ${template} or version for class ${classname} is not yet " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3642 "implemented" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3643 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3644 "Die generische Vorlage ${template} bzw. die Version für die Klasse " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3645 "${classname} ist noch nicht implementiert" |
| 4098 | 3646 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3647 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:59 |
| 4098 | 3648 #: ../share/roundup/templates/classic/html/_generic.help.html:31 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3649 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:60 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3650 #: ../share/roundup/templates/devel/html/user.help.html:103 |
| 4098 | 3651 #: ../share/roundup/templates/minimal/html/_generic.help.html:31 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3652 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:60 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3653 #: ../share/roundup/templates/responsive/html/user.help.html:103 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3654 msgid " Cancel " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3655 msgstr " Abbrechen " |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3656 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3657 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:65 |
| 4098 | 3658 #: ../share/roundup/templates/classic/html/_generic.help.html:34 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3659 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:66 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3660 #: ../share/roundup/templates/devel/html/user.help.html:108 |
| 4098 | 3661 #: ../share/roundup/templates/minimal/html/_generic.help.html:34 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3662 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:66 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3663 #: ../share/roundup/templates/responsive/html/user.help.html:108 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3664 msgid " Apply " |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3665 msgstr " Anwenden " |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3666 |
| 4098 | 3667 #: ../share/roundup/templates/classic/html/_generic.help.html:9 |
| 3668 #: ../share/roundup/templates/classic/html/user.help.html:13 | |
| 3669 #: ../share/roundup/templates/minimal/html/_generic.help.html:9 | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3670 msgid "${property} help - ${tracker}" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3671 msgstr "Hilfe zu \"${property}\" - ${tracker}" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3672 |
| 4098 | 3673 #: ../share/roundup/templates/classic/html/_generic.help.html:41 |
| 3674 #: ../share/roundup/templates/classic/html/help.html:21 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3675 #: ../share/roundup/templates/classic/html/issue.index.html:80 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3676 #: ../share/roundup/templates/classic/html/user.index.html:82 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3677 #: ../share/roundup/templates/devel/html/_generic.help.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3678 #: ../share/roundup/templates/devel/html/bug.index.html:94 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3679 #: ../share/roundup/templates/devel/html/help.html:50 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3680 #: ../share/roundup/templates/devel/html/milestone.index.html:59 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3681 #: ../share/roundup/templates/devel/html/task.index.html:85 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3682 #: ../share/roundup/templates/devel/html/user.index.html:76 |
| 4098 | 3683 #: ../share/roundup/templates/minimal/html/_generic.help.html:41 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3684 #: ../share/roundup/templates/responsive/html/_generic.help.html:42 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3685 #: ../share/roundup/templates/responsive/html/help.html:58 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3686 #: ../share/roundup/templates/responsive/html/user.index.html:77 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3687 msgid "<< previous" |
| 4098 | 3688 msgstr "<< zurück" |
| 3689 | |
| 3690 #: ../share/roundup/templates/classic/html/_generic.help.html:53 | |
| 3691 #: ../share/roundup/templates/classic/html/help.html:28 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3692 #: ../share/roundup/templates/classic/html/issue.index.html:88 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3693 #: ../share/roundup/templates/classic/html/user.index.html:90 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3694 #: ../share/roundup/templates/devel/html/_generic.help.html:54 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3695 #: ../share/roundup/templates/devel/html/bug.index.html:102 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3696 #: ../share/roundup/templates/devel/html/help.html:57 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3697 #: ../share/roundup/templates/devel/html/milestone.index.html:67 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3698 #: ../share/roundup/templates/devel/html/task.index.html:93 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3699 #: ../share/roundup/templates/devel/html/user.index.html:84 |
| 4098 | 3700 #: ../share/roundup/templates/minimal/html/_generic.help.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3701 #: ../share/roundup/templates/responsive/html/_generic.help.html:54 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3702 #: ../share/roundup/templates/responsive/html/help.html:65 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3703 #: ../share/roundup/templates/responsive/html/user.index.html:85 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3704 msgid "${start}..${end} out of ${total}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3705 msgstr "${start}..${end} von ${total}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3706 |
| 4098 | 3707 #: ../share/roundup/templates/classic/html/_generic.help.html:57 |
| 3708 #: ../share/roundup/templates/classic/html/help.html:32 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3709 #: ../share/roundup/templates/classic/html/issue.index.html:91 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3710 #: ../share/roundup/templates/classic/html/user.index.html:93 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3711 #: ../share/roundup/templates/devel/html/_generic.help.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3712 #: ../share/roundup/templates/devel/html/bug.index.html:105 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3713 #: ../share/roundup/templates/devel/html/help.html:61 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3714 #: ../share/roundup/templates/devel/html/milestone.index.html:70 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3715 #: ../share/roundup/templates/devel/html/task.index.html:96 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3716 #: ../share/roundup/templates/devel/html/user.index.html:87 |
| 4098 | 3717 #: ../share/roundup/templates/minimal/html/_generic.help.html:57 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3718 #: ../share/roundup/templates/responsive/html/_generic.help.html:58 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
3719 #: ../share/roundup/templates/responsive/html/help.html:69 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3720 #: ../share/roundup/templates/responsive/html/user.index.html:88 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3721 msgid "next >>" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3722 msgstr "weiter >>" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3723 |
| 4098 | 3724 #: ../share/roundup/templates/classic/html/_generic.index.html:6 |
| 3725 #: ../share/roundup/templates/classic/html/_generic.item.html:4 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3726 #: ../share/roundup/templates/devel/html/_generic.index.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3727 #: ../share/roundup/templates/devel/html/_generic.item.html:4 |
| 4098 | 3728 #: ../share/roundup/templates/minimal/html/_generic.index.html:6 |
| 3729 #: ../share/roundup/templates/minimal/html/_generic.item.html:4 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3730 #: ../share/roundup/templates/responsive/html/_generic.index.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3731 #: ../share/roundup/templates/responsive/html/_generic.item.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3732 msgid "${class} editing - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3733 msgstr "Klasse bearbeiten - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3734 |
| 4098 | 3735 #: ../share/roundup/templates/classic/html/_generic.index.html:9 |
| 3736 #: ../share/roundup/templates/classic/html/_generic.item.html:7 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3737 #: ../share/roundup/templates/devel/html/_generic.index.html:7 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3738 #: ../share/roundup/templates/devel/html/_generic.item.html:7 |
| 4098 | 3739 #: ../share/roundup/templates/minimal/html/_generic.index.html:9 |
| 3740 #: ../share/roundup/templates/minimal/html/_generic.item.html:7 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3741 #: ../share/roundup/templates/responsive/html/_generic.index.html:7 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3742 #: ../share/roundup/templates/responsive/html/_generic.item.html:7 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3743 msgid "${class} editing" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3744 msgstr "\"${class}\" bearbeiten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3745 |
| 4098 | 3746 #: ../share/roundup/templates/classic/html/_generic.index.html:19 |
| 3747 #: ../share/roundup/templates/classic/html/_generic.item.html:16 | |
| 3748 #: ../share/roundup/templates/classic/html/file.item.html:13 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3749 #: ../share/roundup/templates/classic/html/issue.index.html:19 |
| 4098 | 3750 #: ../share/roundup/templates/classic/html/issue.item.html:32 |
| 3751 #: ../share/roundup/templates/classic/html/msg.item.html:30 | |
| 3752 #: ../share/roundup/templates/classic/html/user.index.html:13 | |
| 3753 #: ../share/roundup/templates/classic/html/user.item.html:39 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3754 #: ../share/roundup/templates/devel/html/_generic.index.html:17 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3755 #: ../share/roundup/templates/devel/html/_generic.item.html:16 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3756 #: ../share/roundup/templates/devel/html/bug.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3757 #: ../share/roundup/templates/devel/html/bug.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3758 #: ../share/roundup/templates/devel/html/file.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3759 #: ../share/roundup/templates/devel/html/keyword.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3760 #: ../share/roundup/templates/devel/html/keyword.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3761 #: ../share/roundup/templates/devel/html/milestone.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3762 #: ../share/roundup/templates/devel/html/msg.item.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3763 #: ../share/roundup/templates/devel/html/patch.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3764 #: ../share/roundup/templates/devel/html/patch.item.html:101 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3765 #: ../share/roundup/templates/devel/html/task.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3766 #: ../share/roundup/templates/devel/html/task.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3767 #: ../share/roundup/templates/devel/html/user.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3768 #: ../share/roundup/templates/devel/html/user.item.html:38 |
| 4098 | 3769 #: ../share/roundup/templates/minimal/html/_generic.index.html:19 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3770 #: ../share/roundup/templates/minimal/html/_generic.item.html:16 |
| 4098 | 3771 #: ../share/roundup/templates/minimal/html/user.index.html:13 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3772 #: ../share/roundup/templates/minimal/html/user.item.html:38 |
| 4098 | 3773 #: ../share/roundup/templates/minimal/html/user.register.html:17 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3774 #: ../share/roundup/templates/responsive/html/_generic.index.html:17 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3775 #: ../share/roundup/templates/responsive/html/_generic.item.html:16 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3776 #: ../share/roundup/templates/responsive/html/bug.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3777 #: ../share/roundup/templates/responsive/html/bug.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3778 #: ../share/roundup/templates/responsive/html/file.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3779 #: ../share/roundup/templates/responsive/html/keyword.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3780 #: ../share/roundup/templates/responsive/html/keyword.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3781 #: ../share/roundup/templates/responsive/html/milestone.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3782 #: ../share/roundup/templates/responsive/html/msg.item.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3783 #: ../share/roundup/templates/responsive/html/patch.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3784 #: ../share/roundup/templates/responsive/html/patch.item.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3785 #: ../share/roundup/templates/responsive/html/task.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3786 #: ../share/roundup/templates/responsive/html/task.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3787 #: ../share/roundup/templates/responsive/html/user.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3788 #: ../share/roundup/templates/responsive/html/user.item.html:38 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3789 msgid "Please login with your username and password." |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
3790 msgstr "Bitte melden Sie sich an mit Ihrem Benutzernamen und Passwort" |
| 4098 | 3791 |
| 3792 #: ../share/roundup/templates/classic/html/_generic.index.html:28 | |
| 3793 #: ../share/roundup/templates/minimal/html/_generic.index.html:28 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3794 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3795 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3796 "<p class=\"form-help\"> You may edit the contents of the ${classname} class " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3797 "using this form. Commas, newlines and double quotes (\") must be handled " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3798 "delicately. You may include commas and newlines by enclosing the values in " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3799 "double-quotes (\"). Double quotes themselves must be quoted by doubling " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3800 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3801 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3802 "<p class=\"form-help\"> Remove entries by deleting their line. Add new " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3803 "entries by appending them to the table - put an X in the id column. If you " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3804 "wish to restore a removed item and you know its id then just put that id in " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3805 "the id column. </p>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3806 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3807 "<p class=\"form-help\">Sie können hier die Einträge der Klasse " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3808 "\"${classname}\" bearbeiten. <strong>Hinweise:</strong></p><ul><li> Kommata, " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3809 "Zeilenumbrüche und Anführungszeichen (\") mit Vorsicht verwenden:<ul><li> " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3810 "Kommata und Zeilenumbrüche dürfen nur in Anführungszeichen (\") verwendet " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3811 "werden.<li> Um Anführungszeichen in Werten zu verwenden, müssen sie " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3812 "verdoppelt werden (<q><tt>\"\"</tt></q>)</ul><li>Mehrfachlinks werden durch " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3813 "Doppelpunkt (<q><tt>:</tt></q>) getrennt <tt>(... ,\"eins:zwei:drei\", ...)</" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3814 "tt><li> Einträge können gelöscht werden, indem Sie Zeilen entfernen.<li>Für " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3815 "neue Einträge fügen Sie Zeilen ein; geben Sie bei der ID-Spalte ein großes " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3816 "<tt>X</tt> an. </ul><p>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3817 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3818 #: ../share/roundup/templates/classic/html/_generic.index.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3819 #: ../share/roundup/templates/devel/html/_generic.index.html:50 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3820 #: ../share/roundup/templates/minimal/html/_generic.index.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3821 #: ../share/roundup/templates/responsive/html/_generic.index.html:50 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3822 msgid "Edit Items" |
| 4098 | 3823 msgstr "Einträge bearbeiten" |
| 3824 | |
| 6777 | 3825 #: ../share/roundup/templates/classic/html/_generic.item.html:52 |
| 3826 #: ../share/roundup/templates/minimal/html/_generic.item.html:52 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3827 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3828 "Showing 10 items. <a href=\"\">Show all history</a> (warning: this could be " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3829 "VERY long)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3830 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3831 |
| 4098 | 3832 #: ../share/roundup/templates/classic/html/file.index.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3833 #: ../share/roundup/templates/devel/html/file.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3834 #: ../share/roundup/templates/responsive/html/file.index.html:3 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3835 msgid "List of files - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3836 msgstr "Dateiliste - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3837 |
| 4098 | 3838 #: ../share/roundup/templates/classic/html/file.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3839 #: ../share/roundup/templates/devel/html/file.index.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3840 #: ../share/roundup/templates/responsive/html/file.index.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3841 msgid "List of files" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3842 msgstr "Dateiliste" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3843 |
| 4098 | 3844 #: ../share/roundup/templates/classic/html/file.index.html:10 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3845 #: ../share/roundup/templates/devel/html/file.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3846 #: ../share/roundup/templates/devel/html/patch.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3847 #: ../share/roundup/templates/devel/html/patch.index.html:43 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3848 #: ../share/roundup/templates/responsive/html/file.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3849 #: ../share/roundup/templates/responsive/html/patch.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3850 #: ../share/roundup/templates/responsive/html/patch.index.html:43 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3851 msgid "Download" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3852 msgstr "Herunterladen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3853 |
| 4098 | 3854 #: ../share/roundup/templates/classic/html/file.index.html:11 |
| 3855 #: ../share/roundup/templates/classic/html/file.item.html:27 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3856 #: ../share/roundup/templates/devel/html/file.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3857 #: ../share/roundup/templates/devel/html/file.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3858 #: ../share/roundup/templates/devel/html/patch.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3859 #: ../share/roundup/templates/devel/html/patch.index.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3860 #: ../share/roundup/templates/devel/html/patch.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3861 #: ../share/roundup/templates/devel/html/patch.item.html:119 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3862 #: ../share/roundup/templates/responsive/html/file.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3863 #: ../share/roundup/templates/responsive/html/file.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3864 #: ../share/roundup/templates/responsive/html/patch.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3865 #: ../share/roundup/templates/responsive/html/patch.index.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3866 #: ../share/roundup/templates/responsive/html/patch.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3867 #: ../share/roundup/templates/responsive/html/patch.item.html:117 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3868 msgid "Content Type" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3869 msgstr "Inhaltstyp" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3870 |
| 4098 | 3871 #: ../share/roundup/templates/classic/html/file.index.html:12 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3872 #: ../share/roundup/templates/devel/html/file.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3873 #: ../share/roundup/templates/devel/html/patch.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3874 #: ../share/roundup/templates/devel/html/patch.index.html:46 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3875 #: ../share/roundup/templates/responsive/html/file.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3876 #: ../share/roundup/templates/responsive/html/patch.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3877 #: ../share/roundup/templates/responsive/html/patch.index.html:46 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3878 msgid "Uploaded By" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3879 msgstr "Hochgeladen von" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3880 |
| 4098 | 3881 #: ../share/roundup/templates/classic/html/file.index.html:13 |
| 3882 #: ../share/roundup/templates/classic/html/msg.item.html:48 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3883 #: ../share/roundup/templates/devel/html/file.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3884 #: ../share/roundup/templates/devel/html/msg.item.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3885 #: ../share/roundup/templates/devel/html/patch.index.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3886 #: ../share/roundup/templates/devel/html/patch.index.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3887 #: ../share/roundup/templates/responsive/html/file.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3888 #: ../share/roundup/templates/responsive/html/msg.item.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3889 #: ../share/roundup/templates/responsive/html/patch.index.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3890 #: ../share/roundup/templates/responsive/html/patch.index.html:47 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3891 msgid "Date" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3892 msgstr "Datum" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3893 |
| 4098 | 3894 #: ../share/roundup/templates/classic/html/file.item.html:2 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3895 #: ../share/roundup/templates/devel/html/file.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3896 #: ../share/roundup/templates/responsive/html/file.item.html:2 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3897 msgid "File display - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3898 msgstr "Datei anzeigen - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3899 |
| 4098 | 3900 #: ../share/roundup/templates/classic/html/file.item.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3901 #: ../share/roundup/templates/devel/html/file.item.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3902 #: ../share/roundup/templates/responsive/html/file.item.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3903 msgid "File display" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3904 msgstr "Datei anzeigen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3905 |
| 4098 | 3906 #: ../share/roundup/templates/classic/html/file.item.html:23 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3907 #: ../share/roundup/templates/classic/html/user.register.html:19 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3908 #: ../share/roundup/templates/devel/html/file.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3909 #: ../share/roundup/templates/devel/html/patch.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3910 #: ../share/roundup/templates/devel/html/patch.item.html:111 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3911 #: ../share/roundup/templates/devel/html/user.register.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3912 #: ../share/roundup/templates/responsive/html/file.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3913 #: ../share/roundup/templates/responsive/html/patch.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3914 #: ../share/roundup/templates/responsive/html/patch.item.html:109 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3915 #: ../share/roundup/templates/responsive/html/user.register.html:25 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3916 msgid "Name" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3917 msgstr "Name" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3918 |
| 4098 | 3919 #: ../share/roundup/templates/classic/html/file.item.html:45 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3920 #: ../share/roundup/templates/devel/html/file.item.html:53 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3921 #: ../share/roundup/templates/devel/html/patch.item.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3922 #: ../share/roundup/templates/devel/html/patch.item.html:149 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3923 #: ../share/roundup/templates/responsive/html/file.item.html:53 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3924 #: ../share/roundup/templates/responsive/html/patch.item.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3925 #: ../share/roundup/templates/responsive/html/patch.item.html:147 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3926 msgid "download" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3927 msgstr "herunterladen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3928 |
| 4098 | 3929 #: ../share/roundup/templates/classic/html/home.classlist.html:2 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3930 #: ../share/roundup/templates/devel/html/home.classlist.html:2 |
| 4098 | 3931 #: ../share/roundup/templates/minimal/html/home.classlist.html:2 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3932 #: ../share/roundup/templates/responsive/html/home.classlist.html:2 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3933 msgid "List of classes - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3934 msgstr "Klassenliste - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3935 |
| 4098 | 3936 #: ../share/roundup/templates/classic/html/home.classlist.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3937 #: ../share/roundup/templates/devel/html/home.classlist.html:4 |
| 4098 | 3938 #: ../share/roundup/templates/minimal/html/home.classlist.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3939 #: ../share/roundup/templates/responsive/html/home.classlist.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3940 msgid "List of classes" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3941 msgstr "Klassenliste" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3942 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3943 #: ../share/roundup/templates/classic/html/issue.index.html:3 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3944 #: ../share/roundup/templates/classic/html/issue.index.html:9 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3945 msgid "List of issues" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3946 msgstr "Aufgabenliste" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3947 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3948 #: ../share/roundup/templates/classic/html/issue.index.html:26 |
| 4098 | 3949 #: ../share/roundup/templates/classic/html/issue.item.html:49 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3950 #: ../share/roundup/templates/responsive/html/bug.item.html:142 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3951 #: ../share/roundup/templates/responsive/html/bug.item.html:241 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3952 #: ../share/roundup/templates/responsive/html/task.item.html:118 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3953 #: ../share/roundup/templates/responsive/html/task.item.html:215 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3954 msgid "Priority" |
| 4098 | 3955 msgstr "Priorität" |
| 3956 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3957 #: ../share/roundup/templates/classic/html/issue.index.html:27 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3958 #: ../share/roundup/templates/devel/html/bug.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3959 #: ../share/roundup/templates/devel/html/milestone.index.html:26 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3960 #: ../share/roundup/templates/devel/html/task.index.html:26 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3961 #: ../share/roundup/templates/responsive/html/bug.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3962 #: ../share/roundup/templates/responsive/html/milestone.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3963 #: ../share/roundup/templates/responsive/html/task.index.html:26 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3964 msgid "ID" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3965 msgstr "ID" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3966 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3967 #: ../share/roundup/templates/classic/html/issue.index.html:28 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3968 #: ../share/roundup/templates/devel/html/bug.index.html:28 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3969 #: ../share/roundup/templates/devel/html/task.index.html:27 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3970 #: ../share/roundup/templates/responsive/html/task.index.html:27 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3971 msgid "Creation" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3972 msgstr "Erstellungsdatum" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3973 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3974 #: ../share/roundup/templates/classic/html/issue.index.html:29 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3975 #: ../share/roundup/templates/devel/html/bug.index.html:29 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3976 #: ../share/roundup/templates/devel/html/task.index.html:28 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3977 #: ../share/roundup/templates/responsive/html/bug.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3978 #: ../share/roundup/templates/responsive/html/task.index.html:28 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3979 msgid "Activity" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3980 msgstr "Aktivität" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3981 |
| 4098 | 3982 #: ../share/roundup/templates/classic/html/issue.index.html:30 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3983 #: ../share/roundup/templates/devel/html/bug.index.html:30 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
3984 #: ../share/roundup/templates/devel/html/task.index.html:29 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3985 #: ../share/roundup/templates/responsive/html/bug.index.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3986 #: ../share/roundup/templates/responsive/html/task.index.html:29 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3987 msgid "Actor" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3988 msgstr "Akteur" |
| 4098 | 3989 |
| 3990 #: ../share/roundup/templates/classic/html/issue.index.html:31 | |
| 3991 #: ../share/roundup/templates/classic/html/keyword.item.html:37 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3992 #: ../share/roundup/templates/devel/html/keyword.index.html:25 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3993 #: ../share/roundup/templates/responsive/html/keyword.index.html:25 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3994 msgid "Keyword" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
3995 msgstr "Schlagwort" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
3996 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
3997 #: ../share/roundup/templates/classic/html/issue.index.html:32 |
| 4098 | 3998 #: ../share/roundup/templates/classic/html/issue.item.html:44 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3999 #: ../share/roundup/templates/devel/html/bug.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4000 #: ../share/roundup/templates/devel/html/milestone.index.html:27 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4001 #: ../share/roundup/templates/devel/html/task.index.html:30 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4002 #: ../share/roundup/templates/responsive/html/bug.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4003 #: ../share/roundup/templates/responsive/html/bug.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4004 #: ../share/roundup/templates/responsive/html/bug.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4005 #: ../share/roundup/templates/responsive/html/milestone.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4006 #: ../share/roundup/templates/responsive/html/task.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4007 #: ../share/roundup/templates/responsive/html/task.item.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4008 #: ../share/roundup/templates/responsive/html/task.item.html:56 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4009 #: ../share/roundup/templates/responsive/html/task.item.html:62 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4010 msgid "Title" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4011 msgstr "Titel" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4012 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4013 #: ../share/roundup/templates/classic/html/issue.index.html:33 |
| 4098 | 4014 #: ../share/roundup/templates/classic/html/issue.item.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4015 #: ../share/roundup/templates/devel/html/bug.index.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4016 #: ../share/roundup/templates/devel/html/milestone.index.html:28 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4017 #: ../share/roundup/templates/devel/html/task.index.html:32 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4018 #: ../share/roundup/templates/responsive/html/bug.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4019 #: ../share/roundup/templates/responsive/html/bug.item.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4020 #: ../share/roundup/templates/responsive/html/bug.item.html:159 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4021 #: ../share/roundup/templates/responsive/html/milestone.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4022 #: ../share/roundup/templates/responsive/html/task.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4023 #: ../share/roundup/templates/responsive/html/task.item.html:104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4024 #: ../share/roundup/templates/responsive/html/task.item.html:133 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4025 msgid "Status" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4026 msgstr "Status" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4027 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4028 #: ../share/roundup/templates/classic/html/issue.index.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4029 #: ../share/roundup/templates/devel/html/bug.index.html:36 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4030 #: ../share/roundup/templates/devel/html/task.index.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4031 #: ../share/roundup/templates/responsive/html/bug.index.html:35 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4032 msgid "Creator" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4033 msgstr "Ersteller" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4034 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4035 #: ../share/roundup/templates/classic/html/issue.index.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4036 #: ../share/roundup/templates/devel/html/bug.index.html:37 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4037 #: ../share/roundup/templates/devel/html/task.index.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4038 #: ../share/roundup/templates/responsive/html/bug.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4039 #: ../share/roundup/templates/responsive/html/task.index.html:34 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4040 msgid "Assigned To" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4041 msgstr "Zugewiesen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4042 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4043 #: ../share/roundup/templates/classic/html/issue.index.html:104 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4044 msgid "Download as CSV" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4045 msgstr "Als CSV-Datei herunterladen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4046 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4047 #: ../share/roundup/templates/classic/html/issue.index.html:114 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4048 msgid "Sort on:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4049 msgstr "Sortieren:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4050 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4051 #: ../share/roundup/templates/classic/html/issue.index.html:118 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4052 #: ../share/roundup/templates/classic/html/issue.index.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4053 #: ../share/roundup/templates/devel/html/bug.index.html:155 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4054 #: ../share/roundup/templates/devel/html/milestone.index.html:120 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4055 #: ../share/roundup/templates/devel/html/task.index.html:146 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4056 #: ../share/roundup/templates/responsive/html/bug.index.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4057 #: ../share/roundup/templates/responsive/html/milestone.index.html:118 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4058 #: ../share/roundup/templates/responsive/html/task.index.html:138 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4059 msgid "- nothing -" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4060 msgstr "- nichts -" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4061 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4062 #: ../share/roundup/templates/classic/html/issue.index.html:126 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4063 #: ../share/roundup/templates/classic/html/issue.index.html:147 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4064 #: ../share/roundup/templates/devel/html/bug.index.html:163 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4065 #: ../share/roundup/templates/devel/html/milestone.index.html:128 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4066 #: ../share/roundup/templates/devel/html/task.index.html:154 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4067 #: ../share/roundup/templates/responsive/html/bug.index.html:151 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4068 #: ../share/roundup/templates/responsive/html/milestone.index.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4069 #: ../share/roundup/templates/responsive/html/task.index.html:146 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4070 msgid "Descending:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4071 msgstr "Absteigend:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4072 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4073 #: ../share/roundup/templates/classic/html/issue.index.html:135 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4074 #: ../share/roundup/templates/devel/html/bug.index.html:151 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4075 #: ../share/roundup/templates/devel/html/milestone.index.html:116 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4076 #: ../share/roundup/templates/devel/html/task.index.html:142 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4077 #: ../share/roundup/templates/responsive/html/bug.index.html:139 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4078 #: ../share/roundup/templates/responsive/html/milestone.index.html:114 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4079 #: ../share/roundup/templates/responsive/html/task.index.html:134 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4080 msgid "Group on:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4081 msgstr "Gruppieren:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4082 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4083 #: ../share/roundup/templates/classic/html/issue.index.html:154 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4084 #: ../share/roundup/templates/devel/html/bug.index.html:170 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4085 #: ../share/roundup/templates/devel/html/milestone.index.html:135 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4086 #: ../share/roundup/templates/devel/html/task.index.html:161 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4087 #: ../share/roundup/templates/responsive/html/bug.index.html:158 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4088 #: ../share/roundup/templates/responsive/html/milestone.index.html:133 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4089 #: ../share/roundup/templates/responsive/html/task.index.html:153 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4090 msgid "Redisplay" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4091 msgstr "Aktualisieren" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4092 |
| 4098 | 4093 #: ../share/roundup/templates/classic/html/issue.item.html:7 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4094 msgid "Issue ${id}: ${title} - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4095 msgstr "Aufgabe ${id}: ${title} - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4096 |
| 4098 | 4097 #: ../share/roundup/templates/classic/html/issue.item.html:10 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4098 msgid "New Issue - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4099 msgstr "Neue Aufgabe - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4100 |
| 4098 | 4101 #: ../share/roundup/templates/classic/html/issue.item.html:14 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4102 msgid "New Issue" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4103 msgstr "Neue Aufgabe" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4104 |
| 4098 | 4105 #: ../share/roundup/templates/classic/html/issue.item.html:16 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4106 msgid "New Issue Editing" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4107 msgstr "Neue Aufgabe bearbeiten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4108 |
| 4098 | 4109 #: ../share/roundup/templates/classic/html/issue.item.html:19 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4110 msgid "Issue${id}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4111 msgstr "Aufgabe${id}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4112 |
| 4098 | 4113 #: ../share/roundup/templates/classic/html/issue.item.html:22 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4114 msgid "Issue${id} Editing" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4115 msgstr "Aufgabe ${id} bearbeiten" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4116 |
| 4098 | 4117 #: ../share/roundup/templates/classic/html/issue.item.html:56 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4118 #: ../share/roundup/templates/devel/html/bug.item.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4119 #: ../share/roundup/templates/devel/html/task.item.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4120 #: ../share/roundup/templates/responsive/html/bug.item.html:134 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4121 #: ../share/roundup/templates/responsive/html/task.item.html:110 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4122 msgid "Superseder" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4123 msgstr "Ersetzt durch" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4124 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4125 #: ../share/roundup/templates/classic/html/issue.item.html:65 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4126 msgid "View:" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4127 msgstr "Anzeigen:" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4128 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4129 #: ../share/roundup/templates/classic/html/issue.item.html:71 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4130 #: ../share/roundup/templates/devel/html/bug.item.html:135 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4131 #: ../share/roundup/templates/devel/html/task.item.html:110 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4132 #: ../share/roundup/templates/responsive/html/bug.item.html:224 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4133 #: ../share/roundup/templates/responsive/html/task.item.html:198 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4134 msgid "Nosy List" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4135 msgstr "Interessenten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4136 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4137 #: ../share/roundup/templates/classic/html/issue.item.html:89 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4138 #: ../share/roundup/templates/devel/html/bug.item.html:133 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4139 #: ../share/roundup/templates/devel/html/task.item.html:108 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4140 #: ../share/roundup/templates/responsive/html/bug.item.html:216 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4141 #: ../share/roundup/templates/responsive/html/task.item.html:190 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4142 msgid "Assigned To" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4143 msgstr "Zugewiesen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4144 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4145 #: ../share/roundup/templates/classic/html/issue.item.html:91 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4146 #: ../share/roundup/templates/classic/html/page.html:107 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4147 #: ../share/roundup/templates/devel/html/bug.index.html:38 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4148 #: ../share/roundup/templates/minimal/html/page.html:105 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4149 #: ../share/roundup/templates/responsive/html/bug.item.html:144 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4150 msgid "Keywords" |
| 4098 | 4151 msgstr "Schlagwörter" |
| 4152 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4153 #: ../share/roundup/templates/classic/html/issue.item.html:103 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4154 msgid "Change Note" |
| 4098 | 4155 msgstr "Änderungsnotiz" |
| 4156 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4157 #: ../share/roundup/templates/classic/html/issue.item.html:111 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4158 #: ../share/roundup/templates/devel/html/bug.item.html:164 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4159 #: ../share/roundup/templates/devel/html/task.item.html:133 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4160 #: ../share/roundup/templates/responsive/html/bug.item.html:274 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4161 #: ../share/roundup/templates/responsive/html/task.item.html:241 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4162 msgid "File" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4163 msgstr "Datei" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4164 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4165 #: ../share/roundup/templates/classic/html/issue.item.html:123 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4166 #: ../share/roundup/templates/devel/html/bug.item.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4167 #: ../share/roundup/templates/devel/html/task.item.html:154 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4168 #: ../share/roundup/templates/responsive/html/bug.item.html:301 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4169 #: ../share/roundup/templates/responsive/html/task.item.html:268 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4170 msgid "Make a copy" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4171 msgstr "kopieren" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4172 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4173 #: ../share/roundup/templates/classic/html/issue.item.html:131 |
| 4098 | 4174 #: ../share/roundup/templates/classic/html/user.item.html:153 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4175 #: ../share/roundup/templates/classic/html/user.register.html:74 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4176 #: ../share/roundup/templates/devel/html/user.item.html:149 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4177 #: ../share/roundup/templates/devel/html/user.register.html:81 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4178 #: ../share/roundup/templates/minimal/html/user.item.html:103 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4179 #: ../share/roundup/templates/responsive/html/user.item.html:149 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4180 #: ../share/roundup/templates/responsive/html/user.register.html:80 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4181 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4182 "<table class=\"form\"> <tr> <td>Note: </td> <th class=\"required" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4183 "\">highlighted</th> <td> fields are required.</td> </tr> </table>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4184 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4185 "<table class=\"form\"> <tr> <td>Achtung: </td> <th class=\"required" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4186 "\">Fett markierte</th> <td> Felder sind immer auszufüllen. </td> </tr> " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4187 "</table>" |
| 4098 | 4188 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4189 #: ../share/roundup/templates/classic/html/issue.item.html:145 |
| 4098 | 4190 #, fuzzy |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4191 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4192 "Created on ${creation} by ${creator}, last changed ${activity} by ${actor}." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4193 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4194 "Erstellt am <b>${creation}</b> durch <b>${creator}</b>, geändert am <b>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4195 "${activity}</b> durch <b>${actor}</b>." |
| 4098 | 4196 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4197 #: ../share/roundup/templates/classic/html/issue.item.html:149 |
| 4098 | 4198 #: ../share/roundup/templates/classic/html/msg.item.html:61 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4199 #: ../share/roundup/templates/devel/html/bug.item.html:222 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4200 #: ../share/roundup/templates/devel/html/msg.item.html:103 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4201 #: ../share/roundup/templates/devel/html/task.item.html:169 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4202 #: ../share/roundup/templates/responsive/html/msg.item.html:56 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4203 msgid "Files" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4204 msgstr "Dateien" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4205 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4206 #: ../share/roundup/templates/classic/html/issue.item.html:151 |
| 4098 | 4207 #: ../share/roundup/templates/classic/html/msg.item.html:63 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4208 #: ../share/roundup/templates/devel/html/bug.item.html:224 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4209 #: ../share/roundup/templates/devel/html/msg.item.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4210 #: ../share/roundup/templates/devel/html/task.item.html:171 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4211 #: ../share/roundup/templates/responsive/html/bug.item.html:316 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4212 #: ../share/roundup/templates/responsive/html/msg.item.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4213 #: ../share/roundup/templates/responsive/html/task.item.html:283 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4214 msgid "File name" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4215 msgstr "Dateiname" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4216 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4217 #: ../share/roundup/templates/classic/html/issue.item.html:152 |
| 4098 | 4218 #: ../share/roundup/templates/classic/html/msg.item.html:64 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4219 #: ../share/roundup/templates/devel/html/bug.item.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4220 #: ../share/roundup/templates/devel/html/msg.item.html:106 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4221 #: ../share/roundup/templates/devel/html/task.item.html:172 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4222 #: ../share/roundup/templates/responsive/html/bug.item.html:317 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4223 #: ../share/roundup/templates/responsive/html/msg.item.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4224 #: ../share/roundup/templates/responsive/html/task.item.html:284 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4225 msgid "Uploaded" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4226 msgstr "Hochgeladen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4227 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4228 #: ../share/roundup/templates/classic/html/issue.item.html:153 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4229 #: ../share/roundup/templates/devel/html/bug.index.html:40 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4230 #: ../share/roundup/templates/devel/html/task.index.html:37 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4231 #: ../share/roundup/templates/responsive/html/bug.index.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4232 #: ../share/roundup/templates/responsive/html/bug.item.html:46 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4233 #: ../share/roundup/templates/responsive/html/bug.item.html:71 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4234 #: ../share/roundup/templates/responsive/html/task.index.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4235 #: ../share/roundup/templates/responsive/html/task.item.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4236 #: ../share/roundup/templates/responsive/html/task.item.html:76 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4237 msgid "Type" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4238 msgstr "Typ" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4239 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4240 #: ../share/roundup/templates/classic/html/issue.item.html:154 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4241 #: ../share/roundup/templates/classic/html/query.edit.html:60 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4242 #: ../share/roundup/templates/devel/html/bug.item.html:227 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4243 #: ../share/roundup/templates/devel/html/query.edit.html:62 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4244 #: ../share/roundup/templates/devel/html/task.item.html:174 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4245 #: ../share/roundup/templates/responsive/html/bug.item.html:319 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4246 #: ../share/roundup/templates/responsive/html/query.edit.html:62 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4247 #: ../share/roundup/templates/responsive/html/task.item.html:286 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4248 msgid "Edit" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4249 msgstr "bearbeiten" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4250 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4251 #: ../share/roundup/templates/classic/html/issue.item.html:155 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4252 #: ../share/roundup/templates/devel/html/bug.item.html:228 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4253 #: ../share/roundup/templates/devel/html/task.item.html:175 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4254 #: ../share/roundup/templates/responsive/html/bug.item.html:320 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4255 #: ../share/roundup/templates/responsive/html/task.item.html:287 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4256 msgid "Remove" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4257 msgstr "verbergen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4258 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4259 #: ../share/roundup/templates/classic/html/issue.item.html:177 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4260 #: ../share/roundup/templates/classic/html/issue.item.html:200 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4261 #: ../share/roundup/templates/classic/html/query.edit.html:83 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4262 #: ../share/roundup/templates/devel/html/bug.item.html:248 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4263 #: ../share/roundup/templates/devel/html/bug.item.html:305 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4264 #: ../share/roundup/templates/devel/html/query.edit.html:82 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4265 #: ../share/roundup/templates/devel/html/task.item.html:197 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4266 #: ../share/roundup/templates/devel/html/task.item.html:221 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4267 #: ../share/roundup/templates/responsive/html/bug.item.html:341 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4268 #: ../share/roundup/templates/responsive/html/bug.item.html:365 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4269 #: ../share/roundup/templates/responsive/html/query.edit.html:82 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4270 #: ../share/roundup/templates/responsive/html/task.item.html:310 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4271 #: ../share/roundup/templates/responsive/html/task.item.html:334 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4272 msgid "remove" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4273 msgstr "verbergen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4274 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4275 #: ../share/roundup/templates/classic/html/issue.item.html:184 |
| 4098 | 4276 #: ../share/roundup/templates/classic/html/msg.index.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4277 #: ../share/roundup/templates/devel/html/bug.item.html:291 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4278 #: ../share/roundup/templates/devel/html/msg.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4279 #: ../share/roundup/templates/devel/html/task.item.html:204 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4280 #: ../share/roundup/templates/responsive/html/bug.item.html:347 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4281 #: ../share/roundup/templates/responsive/html/msg.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4282 #: ../share/roundup/templates/responsive/html/task.item.html:316 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4283 msgid "Messages" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4284 msgstr "Kommentare" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4285 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4286 #: ../share/roundup/templates/classic/html/issue.item.html:188 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4287 msgid "msg${id} (view)" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4288 msgstr "Kommentar msg${id} (betrachten)" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4289 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4290 #: ../share/roundup/templates/classic/html/issue.item.html:189 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4291 msgid "Author: ${author}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4292 msgstr "Autor: ${author}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4293 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4294 #: ../share/roundup/templates/classic/html/issue.item.html:191 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4295 #: ../share/roundup/templates/devel/html/bug.item.html:298 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4296 #: ../share/roundup/templates/devel/html/task.item.html:211 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4297 #: ../share/roundup/templates/responsive/html/bug.item.html:357 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4298 #: ../share/roundup/templates/responsive/html/task.item.html:326 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4299 msgid "Date: ${date}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4300 msgstr "Datum: ${date}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4301 |
| 4098 | 4302 #: ../share/roundup/templates/classic/html/issue.search.html:2 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4303 msgid "Issue searching - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4304 msgstr "Aufgaben suchen - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4305 |
| 4098 | 4306 #: ../share/roundup/templates/classic/html/issue.search.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4307 msgid "Issue searching" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4308 msgstr "Aufgaben suchen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4309 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4310 #: ../share/roundup/templates/classic/html/issue.search.html:32 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4311 #: ../share/roundup/templates/devel/html/bug.search.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4312 #: ../share/roundup/templates/devel/html/task.search.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4313 #: ../share/roundup/templates/responsive/html/bug.search.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4314 #: ../share/roundup/templates/responsive/html/task.search.html:32 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4315 msgid "Filter on" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4316 msgstr "Filtern" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4317 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4318 #: ../share/roundup/templates/classic/html/issue.search.html:33 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4319 #: ../share/roundup/templates/devel/html/bug.search.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4320 #: ../share/roundup/templates/devel/html/task.search.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4321 #: ../share/roundup/templates/responsive/html/bug.search.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4322 #: ../share/roundup/templates/responsive/html/task.search.html:33 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4323 msgid "Display" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4324 msgstr "anzeigen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4325 |
| 4098 | 4326 #: ../share/roundup/templates/classic/html/issue.search.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4327 #: ../share/roundup/templates/devel/html/bug.search.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4328 #: ../share/roundup/templates/devel/html/task.search.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4329 #: ../share/roundup/templates/responsive/html/bug.search.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4330 #: ../share/roundup/templates/responsive/html/task.search.html:34 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4331 msgid "Sort on" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4332 msgstr "sortieren" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4333 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4334 #: ../share/roundup/templates/classic/html/issue.search.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4335 #: ../share/roundup/templates/devel/html/bug.search.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4336 #: ../share/roundup/templates/devel/html/task.search.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4337 #: ../share/roundup/templates/responsive/html/bug.search.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4338 #: ../share/roundup/templates/responsive/html/task.search.html:35 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4339 msgid "Group on" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4340 msgstr "gruppieren" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4341 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4342 #: ../share/roundup/templates/classic/html/issue.search.html:39 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4343 #: ../share/roundup/templates/devel/html/bug.search.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4344 #: ../share/roundup/templates/devel/html/task.search.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4345 #: ../share/roundup/templates/responsive/html/bug.search.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4346 #: ../share/roundup/templates/responsive/html/task.search.html:39 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4347 msgid "All text*:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4348 msgstr "Volltext*:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4349 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4350 #: ../share/roundup/templates/classic/html/issue.search.html:47 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4351 #: ../share/roundup/templates/devel/html/bug.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4352 #: ../share/roundup/templates/devel/html/bug.search.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4353 #: ../share/roundup/templates/devel/html/task.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4354 #: ../share/roundup/templates/devel/html/task.search.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4355 #: ../share/roundup/templates/responsive/html/bug.search.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4356 #: ../share/roundup/templates/responsive/html/task.search.html:47 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4357 msgid "Title:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4358 msgstr "Titel:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4359 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4360 #: ../share/roundup/templates/classic/html/issue.search.html:57 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4361 #: ../share/roundup/templates/devel/html/bug.search.html:199 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4362 #: ../share/roundup/templates/devel/html/keyword.item.html:51 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4363 #: ../share/roundup/templates/devel/html/task.search.html:199 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4364 #: ../share/roundup/templates/responsive/html/bug.search.html:199 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4365 #: ../share/roundup/templates/responsive/html/keyword.item.html:51 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4366 msgid "Keyword:" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4367 msgstr "Schlagwort:" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4368 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4369 #: ../share/roundup/templates/classic/html/issue.search.html:59 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4370 #: ../share/roundup/templates/classic/html/issue.search.html:126 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4371 #: ../share/roundup/templates/classic/html/issue.search.html:142 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4372 #: ../share/roundup/templates/devel/html/bug.search.html:121 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4373 #: ../share/roundup/templates/devel/html/bug.search.html:134 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4374 #: ../share/roundup/templates/devel/html/bug.search.html:147 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4375 #: ../share/roundup/templates/devel/html/bug.search.html:214 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4376 #: ../share/roundup/templates/devel/html/bug.search.html:230 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4377 #: ../share/roundup/templates/devel/html/task.search.html:121 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4378 #: ../share/roundup/templates/devel/html/task.search.html:134 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4379 #: ../share/roundup/templates/devel/html/task.search.html:147 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4380 #: ../share/roundup/templates/devel/html/task.search.html:214 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4381 #: ../share/roundup/templates/devel/html/task.search.html:230 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4382 #: ../share/roundup/templates/responsive/html/bug.search.html:121 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4383 #: ../share/roundup/templates/responsive/html/bug.search.html:134 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4384 #: ../share/roundup/templates/responsive/html/bug.search.html:147 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4385 #: ../share/roundup/templates/responsive/html/bug.search.html:214 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4386 #: ../share/roundup/templates/responsive/html/bug.search.html:230 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4387 #: ../share/roundup/templates/responsive/html/task.search.html:121 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4388 #: ../share/roundup/templates/responsive/html/task.search.html:134 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4389 #: ../share/roundup/templates/responsive/html/task.search.html:175 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4390 #: ../share/roundup/templates/responsive/html/task.search.html:191 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
4391 msgid "not selected" |
| 4098 | 4392 msgstr "nicht ausgewählt" |
| 4393 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4394 #: ../share/roundup/templates/classic/html/issue.search.html:68 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4395 #: ../share/roundup/templates/devel/html/bug.search.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4396 #: ../share/roundup/templates/devel/html/task.search.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4397 #: ../share/roundup/templates/responsive/html/bug.search.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4398 #: ../share/roundup/templates/responsive/html/task.search.html:55 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4399 msgid "ID:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4400 msgstr "ID:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4401 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4402 #: ../share/roundup/templates/classic/html/issue.search.html:76 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4403 #: ../share/roundup/templates/devel/html/bug.search.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4404 #: ../share/roundup/templates/devel/html/task.search.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4405 #: ../share/roundup/templates/responsive/html/bug.search.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4406 #: ../share/roundup/templates/responsive/html/task.search.html:63 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4407 msgid "Creation Date:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4408 msgstr "Erstellungsdatum:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4409 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4410 #: ../share/roundup/templates/classic/html/issue.search.html:87 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4411 #: ../share/roundup/templates/devel/html/bug.search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4412 #: ../share/roundup/templates/devel/html/task.search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4413 #: ../share/roundup/templates/responsive/html/bug.search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4414 #: ../share/roundup/templates/responsive/html/task.search.html:73 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4415 msgid "Creator:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4416 msgstr "Ersteller:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4417 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4418 #: ../share/roundup/templates/classic/html/issue.search.html:89 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4419 #: ../share/roundup/templates/devel/html/bug.search.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4420 #: ../share/roundup/templates/devel/html/task.search.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4421 #: ../share/roundup/templates/responsive/html/bug.search.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4422 #: ../share/roundup/templates/responsive/html/task.search.html:75 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4423 msgid "created by me" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4424 msgstr "von mir erstellt" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4425 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4426 #: ../share/roundup/templates/classic/html/issue.search.html:99 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4427 #: ../share/roundup/templates/devel/html/bug.search.html:86 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4428 #: ../share/roundup/templates/devel/html/task.search.html:86 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4429 #: ../share/roundup/templates/responsive/html/bug.search.html:86 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4430 #: ../share/roundup/templates/responsive/html/task.search.html:86 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4431 msgid "Activity:" |
| 4098 | 4432 msgstr "Aktivität:" |
| 4433 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4434 #: ../share/roundup/templates/classic/html/issue.search.html:110 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4435 msgid "Actor:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4436 msgstr "Akteur:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4437 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4438 #: ../share/roundup/templates/classic/html/issue.search.html:112 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4439 #: ../share/roundup/templates/devel/html/bug.search.html:98 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4440 #: ../share/roundup/templates/devel/html/task.search.html:98 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4441 #: ../share/roundup/templates/responsive/html/bug.search.html:98 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4442 #: ../share/roundup/templates/responsive/html/task.search.html:98 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4443 msgid "done by me" |
| 4098 | 4444 msgstr "von mir zuletzt geändert" |
| 4445 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4446 #: ../share/roundup/templates/classic/html/issue.search.html:124 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4447 #: ../share/roundup/templates/devel/html/bug.search.html:212 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4448 #: ../share/roundup/templates/devel/html/task.search.html:212 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4449 #: ../share/roundup/templates/responsive/html/bug.search.html:212 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4450 #: ../share/roundup/templates/responsive/html/task.search.html:173 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4451 msgid "Priority:" |
| 4098 | 4452 msgstr "Priorität:" |
| 4453 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4454 #: ../share/roundup/templates/classic/html/issue.search.html:137 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4455 #: ../share/roundup/templates/devel/html/bug.search.html:225 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4456 #: ../share/roundup/templates/devel/html/task.search.html:225 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4457 #: ../share/roundup/templates/responsive/html/bug.search.html:225 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4458 #: ../share/roundup/templates/responsive/html/task.search.html:186 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4459 msgid "Status:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4460 msgstr "Status:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4461 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4462 #: ../share/roundup/templates/classic/html/issue.search.html:140 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4463 msgid "not resolved" |
| 4098 | 4464 msgstr "ungelöst" |
| 4465 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4466 #: ../share/roundup/templates/classic/html/issue.search.html:155 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4467 #: ../share/roundup/templates/devel/html/bug.search.html:181 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4468 #: ../share/roundup/templates/devel/html/task.search.html:181 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4469 #: ../share/roundup/templates/responsive/html/bug.search.html:181 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4470 #: ../share/roundup/templates/responsive/html/task.search.html:155 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4471 msgid "Assigned to:" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4472 msgstr "Zugewiesen:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4473 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4474 #: ../share/roundup/templates/classic/html/issue.search.html:158 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4475 #: ../share/roundup/templates/devel/html/bug.search.html:184 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4476 #: ../share/roundup/templates/devel/html/task.search.html:184 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4477 #: ../share/roundup/templates/responsive/html/bug.search.html:184 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4478 #: ../share/roundup/templates/responsive/html/task.search.html:158 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4479 msgid "assigned to me" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4480 msgstr "mir zugewiesen" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4481 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4482 #: ../share/roundup/templates/classic/html/issue.search.html:161 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4483 #: ../share/roundup/templates/devel/html/bug.search.html:187 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4484 #: ../share/roundup/templates/devel/html/task.search.html:187 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4485 #: ../share/roundup/templates/responsive/html/bug.search.html:187 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4486 #: ../share/roundup/templates/responsive/html/task.search.html:161 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4487 msgid "unassigned" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4488 msgstr "nicht zugewiesen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4489 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4490 #: ../share/roundup/templates/classic/html/issue.search.html:171 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4491 #: ../share/roundup/templates/devel/html/bug.search.html:250 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4492 #: ../share/roundup/templates/devel/html/task.search.html:250 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4493 #: ../share/roundup/templates/responsive/html/bug.search.html:250 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4494 #: ../share/roundup/templates/responsive/html/task.search.html:211 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4495 msgid "No Sort or group:" |
| 4098 | 4496 msgstr "Nicht sortieren/gruppieren:" |
| 4497 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4498 #: ../share/roundup/templates/classic/html/issue.search.html:179 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4499 #: ../share/roundup/templates/devel/html/bug.search.html:258 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4500 #: ../share/roundup/templates/devel/html/task.search.html:258 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4501 #: ../share/roundup/templates/responsive/html/bug.search.html:258 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4502 #: ../share/roundup/templates/responsive/html/task.search.html:219 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4503 msgid "Pagesize:" |
| 4098 | 4504 msgstr "Einträge/Seite:" |
| 4505 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4506 #: ../share/roundup/templates/classic/html/issue.search.html:185 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4507 #: ../share/roundup/templates/devel/html/bug.search.html:264 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4508 #: ../share/roundup/templates/devel/html/task.search.html:264 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4509 #: ../share/roundup/templates/responsive/html/bug.search.html:264 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4510 #: ../share/roundup/templates/responsive/html/task.search.html:225 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4511 msgid "Start With:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4512 msgstr "Starten bei:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4513 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4514 #: ../share/roundup/templates/classic/html/issue.search.html:191 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4515 #: ../share/roundup/templates/devel/html/bug.search.html:270 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4516 #: ../share/roundup/templates/devel/html/task.search.html:270 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4517 #: ../share/roundup/templates/responsive/html/bug.search.html:270 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4518 #: ../share/roundup/templates/responsive/html/task.search.html:231 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4519 msgid "Sort Descending:" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4520 msgstr "Absteigend sortieren:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4521 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4522 #: ../share/roundup/templates/classic/html/issue.search.html:198 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4523 #: ../share/roundup/templates/devel/html/bug.search.html:277 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4524 #: ../share/roundup/templates/devel/html/task.search.html:277 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4525 #: ../share/roundup/templates/responsive/html/bug.search.html:277 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4526 #: ../share/roundup/templates/responsive/html/task.search.html:238 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4527 msgid "Group Descending:" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4528 msgstr "Absteigend gruppieren:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4529 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4530 #: ../share/roundup/templates/classic/html/issue.search.html:205 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4531 #: ../share/roundup/templates/devel/html/bug.search.html:284 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4532 #: ../share/roundup/templates/devel/html/task.search.html:284 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4533 #: ../share/roundup/templates/responsive/html/bug.search.html:284 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4534 #: ../share/roundup/templates/responsive/html/task.search.html:245 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4535 msgid "Query name**:" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4536 msgstr "Speichern unter**:" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4537 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4538 #: ../share/roundup/templates/classic/html/issue.search.html:218 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4539 #: ../share/roundup/templates/classic/html/page.html:42 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4540 #: ../share/roundup/templates/classic/html/page.html:94 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
4541 #: ../share/roundup/templates/classic/html/user.help-search.html:70 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4542 #: ../share/roundup/templates/classic/html/user.index.html:38 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4543 #: ../share/roundup/templates/devel/html/bug.search.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4544 #: ../share/roundup/templates/devel/html/page.html:79 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4545 #: ../share/roundup/templates/devel/html/page.html:126 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4546 #: ../share/roundup/templates/devel/html/task.search.html:297 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
4547 #: ../share/roundup/templates/devel/html/user.help-search.html:70 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4548 #: ../share/roundup/templates/devel/html/user.help.html:77 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4549 #: ../share/roundup/templates/devel/html/user.index.html:37 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4550 #: ../share/roundup/templates/minimal/html/page.html:40 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4551 #: ../share/roundup/templates/minimal/html/page.html:92 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4552 #: ../share/roundup/templates/responsive/html/bug.search.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4553 #: ../share/roundup/templates/responsive/html/page.html:95 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4554 #: ../share/roundup/templates/responsive/html/page.html:143 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4555 #: ../share/roundup/templates/responsive/html/task.search.html:258 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
4556 #: ../share/roundup/templates/responsive/html/user.help-search.html:70 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4557 #: ../share/roundup/templates/responsive/html/user.help.html:77 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4558 #: ../share/roundup/templates/responsive/html/user.index.html:39 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4559 msgid "Search" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4560 msgstr "Suchen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4561 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4562 #: ../share/roundup/templates/classic/html/issue.search.html:223 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4563 msgid "*: The \"all text\" field will look in message bodies and issue titles" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4564 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4565 "*: Das Feld \"Volltext\" durchsucht Titel von Aufgaben und Kommentartexte" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4566 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4567 #: ../share/roundup/templates/classic/html/issue.search.html:226 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4568 #: ../share/roundup/templates/devel/html/bug.search.html:305 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4569 #: ../share/roundup/templates/devel/html/task.search.html:305 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4570 #: ../share/roundup/templates/responsive/html/bug.search.html:305 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4571 #: ../share/roundup/templates/responsive/html/task.search.html:266 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4572 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4573 "**: If you supply a name, the query will be saved off and available as a " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4574 "link in the sidebar" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4575 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4576 "**: Geben Sie einen Namen für diese Abfrage ein, um sie in der Seitenleiste " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4577 "zu speichern. " |
| 4098 | 4578 |
| 4579 #: ../share/roundup/templates/classic/html/keyword.item.html:3 | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4580 msgid "Keyword editing - ${tracker}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4581 msgstr "Schlagwort bearbeiten - ${tracker}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4582 |
| 4098 | 4583 #: ../share/roundup/templates/classic/html/keyword.item.html:5 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4584 msgid "Keyword editing" |
| 4098 | 4585 msgstr "Schlagwörter bearbeiten" |
| 4586 | |
| 4587 #: ../share/roundup/templates/classic/html/keyword.item.html:11 | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4588 msgid "Existing Keywords" |
| 4098 | 4589 msgstr "Vorhandene Schlagwörter" |
| 4590 | |
| 4591 #: ../share/roundup/templates/classic/html/keyword.item.html:20 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4592 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4593 "To edit an existing keyword (for spelling or typing errors), click on its " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4594 "entry above." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4595 msgstr "Um ein bestehendes Schlagwort zu bearbeiten, klicken Sie darauf." |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4596 |
| 4098 | 4597 #: ../share/roundup/templates/classic/html/keyword.item.html:27 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4598 msgid "To create a new keyword, enter it below and click \"Submit New Entry\"." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4599 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4600 "Um ein neues Schlagwort hinzufügen, tragen Sie es hier ein und klicken Sie " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4601 "auf \"Eintrag speichern\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4602 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4603 #: ../share/roundup/templates/classic/html/keyword.item.html:51 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4604 msgid "Continue adding keywords." |
|
7653
e8e33da7f755
Add german translation for 'Continue adding keywords.
John Rouillard <rouilj@ieee.org>
parents:
7652
diff
changeset
|
4605 msgstr "Fügen Sie weitere Schlüsselwörter hinzu." |
| 4098 | 4606 |
| 4607 #: ../share/roundup/templates/classic/html/msg.index.html:3 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4608 #: ../share/roundup/templates/devel/html/msg.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4609 #: ../share/roundup/templates/responsive/html/msg.index.html:3 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4610 msgid "List of messages - ${tracker}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4611 msgstr "Kommentare - ${tracker}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4612 |
| 4098 | 4613 #: ../share/roundup/templates/classic/html/msg.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4614 #: ../share/roundup/templates/devel/html/msg.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4615 #: ../share/roundup/templates/responsive/html/msg.index.html:5 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4616 msgid "Message listing" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4617 msgstr "Kommentare" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4618 |
| 4098 | 4619 #: ../share/roundup/templates/classic/html/msg.item.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4620 #: ../share/roundup/templates/devel/html/msg.item.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4621 #: ../share/roundup/templates/responsive/html/msg.item.html:5 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4622 msgid "Message ${id} - ${tracker}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4623 msgstr "Kommentar ${id} - ${tracker}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4624 |
| 4098 | 4625 #: ../share/roundup/templates/classic/html/msg.item.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4626 #: ../share/roundup/templates/devel/html/msg.item.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4627 #: ../share/roundup/templates/responsive/html/msg.item.html:8 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4628 msgid "New Message - ${tracker}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4629 msgstr "Neuer Kommentar - ${tracker}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4630 |
| 4098 | 4631 #: ../share/roundup/templates/classic/html/msg.item.html:13 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4632 #: ../share/roundup/templates/devel/html/msg.item.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4633 #: ../share/roundup/templates/responsive/html/msg.item.html:12 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4634 msgid "New Message" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4635 msgstr "Neuer Kommentar" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4636 |
| 4098 | 4637 #: ../share/roundup/templates/classic/html/msg.item.html:15 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4638 #: ../share/roundup/templates/devel/html/msg.item.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4639 #: ../share/roundup/templates/responsive/html/msg.item.html:14 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4640 msgid "New Message Editing" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4641 msgstr "Neuen Kommentar bearbeiten" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4642 |
| 4098 | 4643 #: ../share/roundup/templates/classic/html/msg.item.html:18 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4644 #: ../share/roundup/templates/devel/html/msg.item.html:17 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4645 #: ../share/roundup/templates/responsive/html/msg.item.html:17 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4646 msgid "Message${id}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4647 msgstr "Kommentar ${id}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4648 |
| 4098 | 4649 #: ../share/roundup/templates/classic/html/msg.item.html:21 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4650 #: ../share/roundup/templates/devel/html/msg.item.html:20 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4651 #: ../share/roundup/templates/responsive/html/msg.item.html:20 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4652 msgid "Message${id} Editing" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4653 msgstr "Kommentar ${id} bearbeiten" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4654 |
| 4098 | 4655 #: ../share/roundup/templates/classic/html/msg.item.html:38 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4656 #: ../share/roundup/templates/devel/html/msg.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4657 #: ../share/roundup/templates/responsive/html/msg.item.html:36 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4658 msgid "Author" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4659 msgstr "Autor" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4660 |
| 4098 | 4661 #: ../share/roundup/templates/classic/html/msg.item.html:43 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4662 #: ../share/roundup/templates/devel/html/msg.item.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4663 #: ../share/roundup/templates/responsive/html/msg.item.html:38 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4664 msgid "Recipients" |
| 4098 | 4665 msgstr "Empfänger" |
| 4666 | |
| 4667 #: ../share/roundup/templates/classic/html/msg.item.html:54 | |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4668 msgid "Content" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4669 msgstr "Inhalt" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4670 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4671 #: ../share/roundup/templates/classic/html/page.html:56 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4672 #: ../share/roundup/templates/minimal/html/page.html:54 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4673 msgid "<b>Your Queries</b> (<a href=\"query?@template=edit\">edit</a>)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4674 msgstr "<b>Abfragen</b> (<a href=\"query?@template=edit\">bearbeiten</a>)" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4675 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4676 #: ../share/roundup/templates/classic/html/page.html:67 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4677 #: ../share/roundup/templates/minimal/html/page.html:65 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4678 msgid "Issues" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4679 msgstr "Aufgaben" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4680 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4681 #: ../share/roundup/templates/classic/html/page.html:69 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4682 #: ../share/roundup/templates/classic/html/page.html:109 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4683 #: ../share/roundup/templates/devel/html/page.html:48 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4684 #: ../share/roundup/templates/devel/html/page.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4685 #: ../share/roundup/templates/devel/html/page.html:143 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4686 #: ../share/roundup/templates/minimal/html/page.html:67 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4687 #: ../share/roundup/templates/minimal/html/page.html:107 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4688 #: ../share/roundup/templates/responsive/html/page.html:64 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4689 #: ../share/roundup/templates/responsive/html/page.html:113 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4690 #: ../share/roundup/templates/responsive/html/page.html:161 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4691 msgid "Create New" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4692 msgstr "neuer Eintrag" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4693 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4694 #: ../share/roundup/templates/classic/html/page.html:71 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4695 #: ../share/roundup/templates/devel/html/page.html:64 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4696 #: ../share/roundup/templates/devel/html/page.html:112 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4697 #: ../share/roundup/templates/minimal/html/page.html:69 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4698 #: ../share/roundup/templates/responsive/html/page.html:80 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4699 #: ../share/roundup/templates/responsive/html/page.html:129 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4700 msgid "Show Unassigned" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4701 msgstr "nicht zugewiesen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4702 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4703 #: ../share/roundup/templates/classic/html/page.html:83 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4704 #: ../share/roundup/templates/minimal/html/page.html:81 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4705 msgid "Show All" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4706 msgstr "alle anzeigen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4707 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4708 #: ../share/roundup/templates/classic/html/page.html:95 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4709 #: ../share/roundup/templates/minimal/html/page.html:93 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4710 msgid "Show issue:" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4711 msgstr "Aufgabe anzeigen:" |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4712 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4713 #: ../share/roundup/templates/classic/html/page.html:112 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4714 #: ../share/roundup/templates/minimal/html/page.html:110 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4715 msgid "Edit Existing" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4716 msgstr "bearbeiten" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4717 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4718 #: ../share/roundup/templates/classic/html/page.html:118 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4719 #: ../share/roundup/templates/devel/html/page.html:224 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4720 #: ../share/roundup/templates/minimal/html/page.html:116 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4721 #: ../share/roundup/templates/responsive/html/page.html:241 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4722 msgid "Administration" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4723 msgstr "Administration" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4724 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4725 #: ../share/roundup/templates/classic/html/page.html:120 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4726 #: ../share/roundup/templates/devel/html/page.html:227 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4727 #: ../share/roundup/templates/minimal/html/page.html:118 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4728 #: ../share/roundup/templates/responsive/html/page.html:244 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4729 msgid "Class List" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4730 msgstr "Klassenliste" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4731 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4732 #: ../share/roundup/templates/classic/html/page.html:124 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4733 #: ../share/roundup/templates/devel/html/page.html:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4734 #: ../share/roundup/templates/minimal/html/page.html:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4735 #: ../share/roundup/templates/responsive/html/page.html:248 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4736 msgid "User List" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4737 msgstr "Benutzerliste" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4738 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4739 #: ../share/roundup/templates/classic/html/page.html:126 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4740 #: ../share/roundup/templates/devel/html/page.html:234 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4741 #: ../share/roundup/templates/minimal/html/page.html:124 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4742 #: ../share/roundup/templates/responsive/html/page.html:251 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4743 msgid "Add User" |
| 4098 | 4744 msgstr "Benutzer hinzufügen" |
| 4745 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4746 #: ../share/roundup/templates/classic/html/page.html:133 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4747 #: ../share/roundup/templates/classic/html/page.html:141 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4748 #: ../share/roundup/templates/devel/html/page.html:164 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4749 #: ../share/roundup/templates/devel/html/page.html:172 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4750 #: ../share/roundup/templates/minimal/html/page.html:131 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4751 #: ../share/roundup/templates/minimal/html/page.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4752 #: ../share/roundup/templates/responsive/html/page.html:188 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4753 msgid "Login" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4754 msgstr "anmelden" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4755 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4756 #: ../share/roundup/templates/classic/html/page.html:138 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4757 #: ../share/roundup/templates/devel/html/page.html:171 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4758 #: ../share/roundup/templates/minimal/html/page.html:138 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4759 msgid "Remember me?" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4760 msgstr "dauerhaft anmelden?" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4761 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4762 #: ../share/roundup/templates/classic/html/page.html:149 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4763 #: ../share/roundup/templates/classic/html/user.register.html:68 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4764 #: ../share/roundup/templates/devel/html/page.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4765 #: ../share/roundup/templates/devel/html/user.register.html:75 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4766 #: ../share/roundup/templates/minimal/html/page.html:147 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4767 #: ../share/roundup/templates/minimal/html/user.register.html:65 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4768 #: ../share/roundup/templates/responsive/html/page.html:200 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4769 #: ../share/roundup/templates/responsive/html/user.register.html:74 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4770 msgid "Register" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4771 msgstr "registrieren" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4772 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4773 #: ../share/roundup/templates/classic/html/page.html:152 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4774 #: ../share/roundup/templates/devel/html/page.html:187 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4775 #: ../share/roundup/templates/minimal/html/page.html:150 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4776 #: ../share/roundup/templates/responsive/html/page.html:205 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4777 msgid "Lost your login?" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
4778 msgstr "Passwort vergessen?" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4779 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4780 #: ../share/roundup/templates/classic/html/page.html:157 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4781 #: ../share/roundup/templates/minimal/html/page.html:155 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4782 msgid "Hello, ${user}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4783 msgstr "Hallo, ${user}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4784 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4785 #: ../share/roundup/templates/classic/html/page.html:159 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4786 msgid "Your Issues" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4787 msgstr "Ihre Aufgaben" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4788 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4789 #: ../share/roundup/templates/classic/html/page.html:171 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4790 #: ../share/roundup/templates/devel/html/page.html:209 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4791 #: ../share/roundup/templates/minimal/html/page.html:157 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4792 #: ../share/roundup/templates/responsive/html/page.html:226 |
|
3109
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4793 msgid "Your Details" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4794 msgstr "Ihr Konto" |
|
b2a5792b4e5c
updated German translation
Richard Jones <richard@users.sourceforge.net>
parents:
2550
diff
changeset
|
4795 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4796 #: ../share/roundup/templates/classic/html/page.html:173 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4797 #: ../share/roundup/templates/devel/html/page.html:212 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4798 #: ../share/roundup/templates/minimal/html/page.html:159 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4799 #: ../share/roundup/templates/responsive/html/page.html:229 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4800 msgid "Logout" |
|
3783
19d1e674768b
German translation update
Richard Jones <richard@users.sourceforge.net>
parents:
3708
diff
changeset
|
4801 msgstr "abmelden" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4802 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4803 #: ../share/roundup/templates/classic/html/page.html:177 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4804 #: ../share/roundup/templates/minimal/html/page.html:163 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4805 msgid "Help" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4806 msgstr "Hilfe" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4807 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4808 #: ../share/roundup/templates/classic/html/page.html:178 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4809 #: ../share/roundup/templates/minimal/html/page.html:164 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4810 msgid "Roundup docs" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4811 msgstr "Roundup-Handbuch" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4812 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4813 #: ../share/roundup/templates/classic/html/page.html:189 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4814 #: ../share/roundup/templates/devel/html/page.html:254 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4815 #: ../share/roundup/templates/minimal/html/page.html:175 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4816 #: ../share/roundup/templates/responsive/html/page.html:269 |
| 4098 | 4817 msgid "clear this message" |
| 4818 msgstr "diese Nachricht löschen" | |
| 4819 | |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4820 #: ../share/roundup/templates/classic/html/page.html:257 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4821 #: ../share/roundup/templates/classic/html/page.html:270 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4822 #: ../share/roundup/templates/classic/html/page.html:288 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4823 #: ../share/roundup/templates/classic/html/page.html:302 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4824 #: ../share/roundup/templates/devel/html/page.html:316 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4825 #: ../share/roundup/templates/devel/html/page.html:329 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4826 #: ../share/roundup/templates/devel/html/page.html:347 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4827 #: ../share/roundup/templates/devel/html/page.html:361 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4828 #: ../share/roundup/templates/minimal/html/page.html:239 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4829 #: ../share/roundup/templates/minimal/html/page.html:254 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4830 #: ../share/roundup/templates/minimal/html/page.html:268 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4831 #: ../share/roundup/templates/responsive/html/page.html:331 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4832 #: ../share/roundup/templates/responsive/html/page.html:344 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4833 #: ../share/roundup/templates/responsive/html/page.html:362 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4834 #: ../share/roundup/templates/responsive/html/page.html:376 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4835 msgid "don't care" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4836 msgstr "egal" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4837 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4838 #: ../share/roundup/templates/classic/html/page.html:259 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4839 #: ../share/roundup/templates/classic/html/page.html:272 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4840 #: ../share/roundup/templates/classic/html/page.html:290 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4841 #: ../share/roundup/templates/classic/html/page.html:303 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4842 #: ../share/roundup/templates/devel/html/page.html:318 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4843 #: ../share/roundup/templates/devel/html/page.html:331 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4844 #: ../share/roundup/templates/devel/html/page.html:349 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4845 #: ../share/roundup/templates/devel/html/page.html:362 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4846 #: ../share/roundup/templates/minimal/html/page.html:241 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4847 #: ../share/roundup/templates/minimal/html/page.html:256 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4848 #: ../share/roundup/templates/minimal/html/page.html:269 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4849 #: ../share/roundup/templates/responsive/html/page.html:333 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4850 #: ../share/roundup/templates/responsive/html/page.html:346 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4851 #: ../share/roundup/templates/responsive/html/page.html:364 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4852 #: ../share/roundup/templates/responsive/html/page.html:377 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4853 msgid "------------" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4854 msgstr "------------" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4855 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
4856 #: ../share/roundup/templates/classic/html/page.html:335 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4857 #: ../share/roundup/templates/devel/html/page.html:390 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4858 #: ../share/roundup/templates/minimal/html/page.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4859 #: ../share/roundup/templates/responsive/html/page.html:405 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4860 msgid "no value" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4861 msgstr "kein Wert" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4862 |
| 4098 | 4863 #: ../share/roundup/templates/classic/html/query.edit.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4864 #: ../share/roundup/templates/devel/html/query.edit.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4865 #: ../share/roundup/templates/responsive/html/query.edit.html:3 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4866 msgid "\"Your Queries\" Editing - ${tracker}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4867 msgstr "Abfragen bearbeiten - ${tracker}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4868 |
| 4098 | 4869 #: ../share/roundup/templates/classic/html/query.edit.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4870 #: ../share/roundup/templates/devel/html/query.edit.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4871 #: ../share/roundup/templates/responsive/html/query.edit.html:5 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4872 msgid "\"Your Queries\" Editing" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4873 msgstr "Abfragen bearbeiten" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4874 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4875 #: ../share/roundup/templates/classic/html/query.edit.html:12 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4876 #: ../share/roundup/templates/devel/html/query.edit.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4877 #: ../share/roundup/templates/responsive/html/query.edit.html:11 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4878 msgid "You are not allowed to edit queries." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4879 msgstr "Sie sind nicht berechtigt, Abfragen zu bearbeiten." |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4880 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4881 #: ../share/roundup/templates/classic/html/query.edit.html:58 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4882 #: ../share/roundup/templates/devel/html/query.edit.html:60 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4883 #: ../share/roundup/templates/responsive/html/query.edit.html:60 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4884 msgid "Query" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4885 msgstr "Abfrage" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4886 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4887 #: ../share/roundup/templates/classic/html/query.edit.html:59 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4888 #: ../share/roundup/templates/devel/html/query.edit.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4889 #: ../share/roundup/templates/responsive/html/query.edit.html:61 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4890 msgid "Include in \"Your Queries\"" |
| 4098 | 4891 msgstr "Unter \"Abfragen\" aufführen" |
| 4892 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4893 #: ../share/roundup/templates/classic/html/query.edit.html:61 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4894 #: ../share/roundup/templates/devel/html/query.edit.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4895 #: ../share/roundup/templates/responsive/html/query.edit.html:63 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4896 msgid "Private to you?" |
| 4098 | 4897 msgstr "Nur für Sie?" |
| 4898 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4899 #: ../share/roundup/templates/classic/html/query.edit.html:62 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4900 #: ../share/roundup/templates/devel/html/query.edit.html:64 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4901 #: ../share/roundup/templates/responsive/html/query.edit.html:64 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4902 msgid "delete/restore<br> (javascript<br>required)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4903 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4904 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4905 #: ../share/roundup/templates/classic/html/query.edit.html:65 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4906 msgid "Queries I created" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4907 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4908 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4909 #: ../share/roundup/templates/classic/html/query.edit.html:77 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4910 #: ../share/roundup/templates/devel/html/query.edit.html:76 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4911 #: ../share/roundup/templates/responsive/html/query.edit.html:76 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4912 msgid "leave out" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4913 msgstr "weglassen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4914 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4915 #: ../share/roundup/templates/classic/html/query.edit.html:78 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4916 #: ../share/roundup/templates/devel/html/query.edit.html:77 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4917 #: ../share/roundup/templates/responsive/html/query.edit.html:77 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4918 msgid "include" |
| 4098 | 4919 msgstr "anfügen" |
| 4920 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4921 #: ../share/roundup/templates/classic/html/query.edit.html:82 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4922 #: ../share/roundup/templates/devel/html/query.edit.html:81 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4923 #: ../share/roundup/templates/responsive/html/query.edit.html:81 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4924 msgid "leave in" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
4925 msgstr "belassen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4926 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4927 #: ../share/roundup/templates/classic/html/query.edit.html:87 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4928 #: ../share/roundup/templates/classic/html/query.edit.html:121 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4929 #: ../share/roundup/templates/devel/html/query.edit.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4930 #: ../share/roundup/templates/devel/html/query.edit.html:124 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4931 #: ../share/roundup/templates/responsive/html/query.edit.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4932 #: ../share/roundup/templates/responsive/html/query.edit.html:124 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4933 msgid "edit" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4934 msgstr "bearbeiten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4935 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4936 #: ../share/roundup/templates/classic/html/query.edit.html:91 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4937 #: ../share/roundup/templates/devel/html/query.edit.html:103 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4938 #: ../share/roundup/templates/responsive/html/query.edit.html:103 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4939 msgid "yes" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4940 msgstr "ja" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4941 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4942 #: ../share/roundup/templates/classic/html/query.edit.html:93 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4943 #: ../share/roundup/templates/devel/html/query.edit.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4944 #: ../share/roundup/templates/responsive/html/query.edit.html:105 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4945 msgid "no" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4946 msgstr "nein" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4947 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4948 #: ../share/roundup/templates/classic/html/query.edit.html:99 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4949 #: ../share/roundup/templates/devel/html/query.edit.html:111 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4950 #: ../share/roundup/templates/responsive/html/query.edit.html:111 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4951 msgid "Delete" |
| 4098 | 4952 msgstr "Löschen" |
| 4953 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4954 #: ../share/roundup/templates/classic/html/query.edit.html:105 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4955 msgid "Queries others created" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4956 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4957 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4958 #: ../share/roundup/templates/classic/html/query.edit.html:106 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4959 msgid "Owner" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4960 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4961 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4962 #: ../share/roundup/templates/classic/html/query.edit.html:118 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4963 #: ../share/roundup/templates/devel/html/query.edit.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4964 #: ../share/roundup/templates/responsive/html/query.edit.html:126 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4965 msgid "[not yours to edit]" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4966 msgstr "[nicht Ihr Eintrag]" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4967 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4968 #: ../share/roundup/templates/classic/html/query.edit.html:121 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4969 msgid "<a href=\"\">x</a>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4970 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4971 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4972 #: ../share/roundup/templates/classic/html/query.edit.html:128 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4973 msgid "Active retired/private queries" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4974 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4975 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4976 #: ../share/roundup/templates/classic/html/query.edit.html:138 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4977 #: ../share/roundup/templates/classic/html/query.edit.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4978 #: ../share/roundup/templates/devel/html/query.edit.html:86 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4979 #: ../share/roundup/templates/responsive/html/query.edit.html:86 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4980 msgid "[query is retired]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4981 msgstr "[Abfrage ist verborgen]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4982 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4983 #: ../share/roundup/templates/classic/html/query.edit.html:141 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4984 #: ../share/roundup/templates/classic/html/query.edit.html:156 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4985 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4986 msgid "Restore" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4987 msgstr "wiederhergestellt" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4988 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4989 #: ../share/roundup/templates/classic/html/query.edit.html:154 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4990 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4991 msgid "[query is private]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4992 msgstr "[Abfrage ist verborgen]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4993 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
4994 #: ../share/roundup/templates/classic/html/query.edit.html:168 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4995 #: ../share/roundup/templates/devel/html/query.edit.html:136 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4996 #: ../share/roundup/templates/responsive/html/query.edit.html:136 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4997 msgid "Save Selection" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4998 msgstr "Auswahl speichern" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4999 |
| 4098 | 5000 #: ../share/roundup/templates/classic/html/user.forgotten.html:3 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5001 #: ../share/roundup/templates/devel/html/user.forgotten.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5002 #: ../share/roundup/templates/responsive/html/user.forgotten.html:2 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5003 msgid "Password reset request - ${tracker}" |
| 4098 | 5004 msgstr "Passwort zurücksetzen - ${tracker}" |
| 5005 | |
| 5006 #: ../share/roundup/templates/classic/html/user.forgotten.html:5 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5007 #: ../share/roundup/templates/devel/html/user.forgotten.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5008 #: ../share/roundup/templates/responsive/html/user.forgotten.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5009 msgid "Password reset request" |
| 4098 | 5010 msgstr "Passwort zurücksetzen" |
| 5011 | |
| 5012 #: ../share/roundup/templates/classic/html/user.forgotten.html:9 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5013 #: ../share/roundup/templates/devel/html/user.forgotten.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5014 #: ../share/roundup/templates/responsive/html/user.forgotten.html:10 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5015 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5016 "You have two options if you have forgotten your password. If you know the " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5017 "email address you registered with, enter it below." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5018 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5019 "Um Ihr Passwort zurückzusetzen, geben Sie entweder die E-Mail-Adresse an, " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5020 "mit der Sie sich registriert haben..." |
| 4098 | 5021 |
| 5022 #: ../share/roundup/templates/classic/html/user.forgotten.html:16 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5023 #: ../share/roundup/templates/devel/html/user.forgotten.html:22 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5024 #: ../share/roundup/templates/responsive/html/user.forgotten.html:22 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5025 msgid "Email Address:" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
5026 msgstr "E-Mail-Adresse" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5027 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5028 #: ../share/roundup/templates/classic/html/user.forgotten.html:26 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5029 #: ../share/roundup/templates/classic/html/user.forgotten.html:36 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5030 #: ../share/roundup/templates/devel/html/user.forgotten.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5031 #: ../share/roundup/templates/devel/html/user.forgotten.html:46 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5032 #: ../share/roundup/templates/responsive/html/user.forgotten.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5033 #: ../share/roundup/templates/responsive/html/user.forgotten.html:46 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5034 msgid "Request password reset" |
| 4098 | 5035 msgstr "Passwort zurücksetzen" |
| 5036 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5037 #: ../share/roundup/templates/classic/html/user.forgotten.html:32 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5038 #: ../share/roundup/templates/devel/html/user.forgotten.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5039 #: ../share/roundup/templates/responsive/html/user.forgotten.html:38 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5040 msgid "Or, if you know your username, then enter it below." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5041 msgstr "... oder Ihren Benutzernamen." |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5042 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5043 #: ../share/roundup/templates/classic/html/user.forgotten.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5044 #: ../share/roundup/templates/devel/html/user.forgotten.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5045 #: ../share/roundup/templates/responsive/html/user.forgotten.html:45 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5046 msgid "Username:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5047 msgstr "Benutzername:" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5048 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5049 #: ../share/roundup/templates/classic/html/user.forgotten.html:41 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5050 #: ../share/roundup/templates/devel/html/user.forgotten.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5051 #: ../share/roundup/templates/responsive/html/user.forgotten.html:51 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5052 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5053 "A confirmation email will be sent to you - please follow the instructions " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5054 "within it to complete the reset process." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5055 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5056 "Danach wird eine Bestätigungs-E-Mail verschickt. Bitte folgen Sie den " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5057 "Anweisungen darin, um ihr Passwort zurückzusetzen." |
| 4098 | 5058 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
5059 #: ../share/roundup/templates/classic/html/user.help-search.html:74 |
|
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
5060 #: ../share/roundup/templates/devel/html/user.help-search.html:74 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5061 #: ../share/roundup/templates/devel/html/user.help.html:81 |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
5062 #: ../share/roundup/templates/responsive/html/user.help-search.html:74 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5063 #: ../share/roundup/templates/responsive/html/user.help.html:81 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5064 msgid "Pagesize" |
| 4098 | 5065 msgstr "Einträge/Seite" |
| 5066 | |
|
8066
88af8f1a9e1b
build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents:
8007
diff
changeset
|
5067 #: ../share/roundup/templates/classic/html/user.help.html:42 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5068 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5069 "Your browser is not capable of using frames; you should be redirected " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5070 "immediately, or visit ${link}." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5071 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5072 "Ihr Browser unterstützt keine Frames; Sie sollten gleich " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5073 "weitergeleitetwerden, oder besuchen Sie ${link}." |
| 4098 | 5074 |
| 5075 #: ../share/roundup/templates/classic/html/user.index.html:3 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5076 #: ../share/roundup/templates/devel/html/user.index.html:2 |
| 4098 | 5077 #: ../share/roundup/templates/minimal/html/user.index.html:3 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5078 #: ../share/roundup/templates/responsive/html/user.index.html:2 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5079 msgid "User listing - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5080 msgstr "Benutzerliste - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5081 |
| 4098 | 5082 #: ../share/roundup/templates/classic/html/user.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5083 #: ../share/roundup/templates/devel/html/user.index.html:4 |
| 4098 | 5084 #: ../share/roundup/templates/minimal/html/user.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5085 #: ../share/roundup/templates/responsive/html/user.index.html:4 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5086 msgid "User listing" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5087 msgstr "Benutzerliste" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5088 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5089 #: ../share/roundup/templates/classic/html/user.index.html:48 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5090 #: ../share/roundup/templates/devel/html/user.index.html:48 |
| 4098 | 5091 #: ../share/roundup/templates/minimal/html/user.index.html:19 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5092 #: ../share/roundup/templates/responsive/html/page.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5093 #: ../share/roundup/templates/responsive/html/user.index.html:49 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5094 msgid "Username" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5095 msgstr "Benutzername" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5096 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5097 #: ../share/roundup/templates/classic/html/user.index.html:49 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5098 #: ../share/roundup/templates/devel/html/user.index.html:49 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5099 #: ../share/roundup/templates/responsive/html/user.index.html:50 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5100 msgid "Real name" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5101 msgstr "Name" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5102 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5103 #: ../share/roundup/templates/classic/html/user.index.html:50 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5104 #: ../share/roundup/templates/classic/html/user.register.html:47 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5105 #: ../share/roundup/templates/devel/html/user.index.html:50 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5106 #: ../share/roundup/templates/devel/html/user.register.html:54 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5107 #: ../share/roundup/templates/responsive/html/user.index.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5108 #: ../share/roundup/templates/responsive/html/user.register.html:53 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5109 msgid "Organisation" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5110 msgstr "Organisation" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5111 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5112 #: ../share/roundup/templates/classic/html/user.index.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5113 #: ../share/roundup/templates/devel/html/user.index.html:51 |
| 4098 | 5114 #: ../share/roundup/templates/minimal/html/user.index.html:20 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5115 #: ../share/roundup/templates/responsive/html/user.index.html:52 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5116 msgid "Email address" |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
5117 msgstr "E-Mail-Adresse" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5118 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5119 #: ../share/roundup/templates/classic/html/user.index.html:52 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5120 #: ../share/roundup/templates/devel/html/user.index.html:52 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5121 #: ../share/roundup/templates/responsive/html/user.index.html:53 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5122 msgid "Phone number" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5123 msgstr "Telefonnummer" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5124 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5125 #: ../share/roundup/templates/classic/html/user.index.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5126 #: ../share/roundup/templates/devel/html/user.index.html:53 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5127 #: ../share/roundup/templates/responsive/html/user.index.html:54 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5128 msgid "Retire" |
|
3983
4cb375b0676e
Better German translation for retiring users [SF#1998701]
Richard Jones <richard@users.sourceforge.net>
parents:
3783
diff
changeset
|
5129 msgstr "Entfernen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5130 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5131 #: ../share/roundup/templates/classic/html/user.index.html:72 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5132 #: ../share/roundup/templates/devel/html/user.index.html:66 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5133 #: ../share/roundup/templates/responsive/html/user.index.html:67 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5134 msgid "retire" |
|
3983
4cb375b0676e
Better German translation for retiring users [SF#1998701]
Richard Jones <richard@users.sourceforge.net>
parents:
3783
diff
changeset
|
5135 msgstr "entfernen" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5136 |
| 4098 | 5137 #: ../share/roundup/templates/classic/html/user.item.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5138 #: ../share/roundup/templates/devel/html/user.item.html:8 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5139 #: ../share/roundup/templates/minimal/html/user.item.html:8 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5140 #: ../share/roundup/templates/responsive/html/user.item.html:8 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5141 msgid "User ${id}: ${title} - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5142 msgstr "Benutzer ${id}: ${title} - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5143 |
| 4098 | 5144 #: ../share/roundup/templates/classic/html/user.item.html:12 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5145 #: ../share/roundup/templates/devel/html/user.item.html:11 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5146 #: ../share/roundup/templates/minimal/html/user.item.html:11 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5147 #: ../share/roundup/templates/responsive/html/user.item.html:11 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5148 msgid "New User - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5149 msgstr "Neuer Benutzer - ${tracker}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5150 |
| 4098 | 5151 #: ../share/roundup/templates/classic/html/user.item.html:21 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5152 #: ../share/roundup/templates/devel/html/user.item.html:20 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5153 #: ../share/roundup/templates/minimal/html/user.item.html:20 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5154 #: ../share/roundup/templates/responsive/html/user.item.html:20 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5155 msgid "New User" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5156 msgstr "Neuer Benutzer" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5157 |
| 4098 | 5158 #: ../share/roundup/templates/classic/html/user.item.html:23 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5159 #: ../share/roundup/templates/devel/html/user.item.html:22 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5160 #: ../share/roundup/templates/minimal/html/user.item.html:22 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5161 #: ../share/roundup/templates/responsive/html/user.item.html:22 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5162 msgid "New User Editing" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5163 msgstr "Neuen Benutzer bearbeiten" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5164 |
| 4098 | 5165 #: ../share/roundup/templates/classic/html/user.item.html:26 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5166 #: ../share/roundup/templates/devel/html/user.item.html:25 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5167 #: ../share/roundup/templates/minimal/html/user.item.html:25 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5168 #: ../share/roundup/templates/responsive/html/user.item.html:25 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5169 msgid "User${id}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5170 msgstr "Benutzer${id}" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5171 |
| 4098 | 5172 #: ../share/roundup/templates/classic/html/user.item.html:29 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5173 #: ../share/roundup/templates/devel/html/user.item.html:28 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5174 #: ../share/roundup/templates/minimal/html/user.item.html:28 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5175 #: ../share/roundup/templates/responsive/html/user.item.html:28 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5176 msgid "User${id} Editing" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5177 msgstr "Benutzer ${id} bearbeiten" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5178 |
| 4098 | 5179 #: ../share/roundup/templates/classic/html/user.item.html:80 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5180 #: ../share/roundup/templates/classic/html/user.register.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5181 #: ../share/roundup/templates/devel/html/user.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5182 #: ../share/roundup/templates/devel/html/user.register.html:42 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5183 #: ../share/roundup/templates/minimal/html/user.item.html:75 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5184 #: ../share/roundup/templates/minimal/html/user.register.html:43 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5185 #: ../share/roundup/templates/responsive/html/user.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5186 #: ../share/roundup/templates/responsive/html/user.register.html:41 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5187 msgid "Roles" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5188 msgstr "Rollen" |
|
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5189 |
| 4098 | 5190 #: ../share/roundup/templates/classic/html/user.item.html:88 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5191 #: ../share/roundup/templates/devel/html/user.item.html:86 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5192 #: ../share/roundup/templates/minimal/html/user.item.html:83 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5193 #: ../share/roundup/templates/responsive/html/user.item.html:86 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5194 msgid "(to give the user more than one role, enter a comma,separated,list)" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5195 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5196 "<tt>Verwenden,Sie,Kommata</tt>, um einem Benutzer mehrere Rollen zuzuteilen" |
| 4098 | 5197 |
| 5198 #: ../share/roundup/templates/classic/html/user.item.html:109 | |
|
4843
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4778
diff
changeset
|
5199 msgid "(the default is ${zone})" |
|
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4778
diff
changeset
|
5200 msgstr "(Voreinstellung: ${zone})" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5201 |
| 4098 | 5202 #: ../share/roundup/templates/classic/html/user.item.html:130 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5203 #: ../share/roundup/templates/classic/html/user.register.html:55 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5204 #: ../share/roundup/templates/devel/html/user.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5205 #: ../share/roundup/templates/devel/html/user.register.html:62 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5206 #: ../share/roundup/templates/minimal/html/user.register.html:55 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5207 #: ../share/roundup/templates/responsive/html/user.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5208 #: ../share/roundup/templates/responsive/html/user.register.html:61 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5209 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5210 msgid "Alternate E-mail addresses<br>One address per line" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5211 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5212 "<div title=\"alle, von denen E-Mails an den Bugtracker geschickt werden " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5213 "sollen\">Alternative E-Mail-Adressen</div><i>(eine pro Zeile)</i>" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5214 |
| 4098 | 5215 #: ../share/roundup/templates/classic/html/user.register.html:4 |
| 5216 #: ../share/roundup/templates/classic/html/user.register.html:7 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5217 #: ../share/roundup/templates/devel/html/user.register.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5218 #: ../share/roundup/templates/devel/html/user.register.html:6 |
| 4098 | 5219 #: ../share/roundup/templates/minimal/html/user.register.html:4 |
| 5220 #: ../share/roundup/templates/minimal/html/user.register.html:7 | |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5221 #: ../share/roundup/templates/responsive/html/user.register.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5222 #: ../share/roundup/templates/responsive/html/user.register.html:6 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5223 msgid "Registering with ${tracker}" |
| 4098 | 5224 msgstr "Registrieren für ${tracker}" |
| 5225 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5226 #: ../share/roundup/templates/classic/html/user.register.html:23 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5227 #: ../share/roundup/templates/devel/html/user.register.html:30 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5228 #: ../share/roundup/templates/minimal/html/user.register.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5229 #: ../share/roundup/templates/responsive/html/user.register.html:29 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5230 msgid "Login Name" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5231 msgstr "Benutzername" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5232 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5233 #: ../share/roundup/templates/classic/html/user.register.html:27 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5234 #: ../share/roundup/templates/devel/html/user.register.html:34 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5235 #: ../share/roundup/templates/minimal/html/user.register.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5236 #: ../share/roundup/templates/responsive/html/user.register.html:33 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5237 msgid "Login Password" |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
5238 msgstr "Passwort" |
| 4098 | 5239 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5240 #: ../share/roundup/templates/classic/html/user.register.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5241 #: ../share/roundup/templates/devel/html/user.register.html:38 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5242 #: ../share/roundup/templates/minimal/html/user.register.html:39 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5243 #: ../share/roundup/templates/responsive/html/user.register.html:37 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5244 msgid "Confirm Password" |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
5245 msgstr "Passwort bestätigen" |
| 4098 | 5246 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5247 #: ../share/roundup/templates/classic/html/user.register.html:43 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5248 #: ../share/roundup/templates/devel/html/user.register.html:50 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5249 #: ../share/roundup/templates/responsive/html/user.register.html:49 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5250 msgid "Phone" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5251 msgstr "Telefon" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5252 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5253 #: ../share/roundup/templates/classic/html/user.register.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5254 #: ../share/roundup/templates/devel/html/user.register.html:58 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5255 #: ../share/roundup/templates/minimal/html/user.register.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5256 #: ../share/roundup/templates/responsive/html/user.register.html:57 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5257 msgid "E-mail address" |
|
5052
737d3edee3ab
E-mail -> E-Mail in de.po (issue2550717)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
5046
diff
changeset
|
5258 msgstr "E-Mail-Adresse" |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5259 |
| 4098 | 5260 #: ../share/roundup/templates/classic/html/user.rego_progress.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5261 #: ../share/roundup/templates/devel/html/user.rego_progress.html:3 |
| 4098 | 5262 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5263 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:3 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5264 msgid "Registration in progress - ${tracker}" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5265 msgstr "Die Registrierung ist im Gange - ${tracker}" |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5266 |
| 4098 | 5267 #: ../share/roundup/templates/classic/html/user.rego_progress.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5268 #: ../share/roundup/templates/devel/html/user.rego_progress.html:5 |
| 4098 | 5269 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5270 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:5 |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5271 msgid "Registration in progress..." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5272 msgstr "Die Registrierung ist im Gange..." |
|
2549
072b794ef0c1
German message file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5273 |
| 4098 | 5274 #: ../share/roundup/templates/classic/html/user.rego_progress.html:10 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5275 #: ../share/roundup/templates/devel/html/user.rego_progress.html:9 |
| 4098 | 5276 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:10 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5277 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:9 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5278 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5279 "You will shortly receive an email to confirm your registration. To complete " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5280 "the registration process, visit the link indicated in the email." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5281 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5282 "Sie werden in Kürze eine Bestätigungs-E-Mail erhalten. Um die Registrierung " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5283 "abzuschließen, klicken Sie auf den enthaltenen Link." |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5284 |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5285 # priority translations: |
| 4098 | 5286 #: ../share/roundup/templates/classic/initial_data.py:5 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5287 #: ../share/roundup/templates/jinja2/initial_data.py:4 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5288 msgid "critical" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5289 msgstr "Fehler (KRITISCH)" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5290 |
| 4098 | 5291 #: ../share/roundup/templates/classic/initial_data.py:6 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5292 #: ../share/roundup/templates/jinja2/initial_data.py:5 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5293 msgid "urgent" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5294 msgstr "Fehler (dringend)" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5295 |
| 4098 | 5296 #: ../share/roundup/templates/classic/initial_data.py:7 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5297 #: ../share/roundup/templates/jinja2/initial_data.py:6 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5298 msgid "bug" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5299 msgstr "Fehler" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5300 |
| 4098 | 5301 #: ../share/roundup/templates/classic/initial_data.py:8 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5302 #: ../share/roundup/templates/jinja2/initial_data.py:7 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5303 msgid "feature" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5304 msgstr "Anforderung" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5305 |
| 4098 | 5306 #: ../share/roundup/templates/classic/initial_data.py:9 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5307 #: ../share/roundup/templates/jinja2/initial_data.py:8 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5308 msgid "wish" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5309 msgstr "Wunsch" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5310 |
| 4098 | 5311 #: ../share/roundup/templates/classic/initial_data.py:12 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5312 #: ../share/roundup/templates/jinja2/initial_data.py:11 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5313 msgid "unread" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5314 msgstr "ungelesen" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5315 |
| 4098 | 5316 #: ../share/roundup/templates/classic/initial_data.py:13 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5317 #: ../share/roundup/templates/jinja2/initial_data.py:12 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5318 msgid "deferred" |
| 4098 | 5319 msgstr "zurückgestellt" |
| 5320 | |
| 5321 #: ../share/roundup/templates/classic/initial_data.py:14 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5322 #: ../share/roundup/templates/jinja2/initial_data.py:13 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5323 msgid "chatting" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5324 msgstr "in Diskussion" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5325 |
| 4098 | 5326 #: ../share/roundup/templates/classic/initial_data.py:15 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5327 #: ../share/roundup/templates/jinja2/initial_data.py:14 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5328 msgid "need-eg" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5329 msgstr "Beispiel erbeten" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5330 |
| 4098 | 5331 #: ../share/roundup/templates/classic/initial_data.py:16 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5332 #: ../share/roundup/templates/jinja2/initial_data.py:15 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5333 msgid "in-progress" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5334 msgstr "in Arbeit" |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5335 |
| 4098 | 5336 #: ../share/roundup/templates/classic/initial_data.py:17 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5337 #: ../share/roundup/templates/jinja2/initial_data.py:16 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5338 msgid "testing" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5339 msgstr "im Test" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5340 |
| 4098 | 5341 #: ../share/roundup/templates/classic/initial_data.py:18 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5342 #: ../share/roundup/templates/jinja2/initial_data.py:17 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5343 msgid "done-cbb" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5344 msgstr "erledigt (provisorisch)" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5345 |
| 4098 | 5346 #: ../share/roundup/templates/classic/initial_data.py:19 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
5347 #: ../share/roundup/templates/jinja2/initial_data.py:18 |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5348 msgid "resolved" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5349 msgstr "erledigt" |
|
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5350 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5351 #: ../share/roundup/templates/devel/extensions/spambayes.py:66 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5352 #: ../share/roundup/templates/responsive/extensions/spambayes.py:66 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5353 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5354 msgid "Message classified as" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5355 msgstr "Kommentare" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5356 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5357 #: ../share/roundup/templates/devel/extensions/spambayes.py:68 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5358 #: ../share/roundup/templates/responsive/extensions/spambayes.py:68 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5359 msgid "Unable to classify message, got error:" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5360 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
5361 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5362 #: ../share/roundup/templates/devel/html/_generic.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5363 #: ../share/roundup/templates/responsive/html/_generic.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5364 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5365 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5366 "<p class=\"form-help\"> You may edit the contents of the ${classname} class " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5367 "using this form. Commas, newlines and double quotes (\") must be handled " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5368 "delicately. You may include commas and newlines by enclosing the values in " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5369 "double-quotes (\"). Double quotes themselves must be quoted by doubling " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5370 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5371 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5372 "<p class=\"form-help\"> Remove entries by deleting their line. Add new " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5373 "entries by appending them to the table - put an X in the id column. </p>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5374 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5375 "<p class=\"form-help\">Sie können hier die Einträge der Klasse " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5376 "\"${classname}\" bearbeiten. <strong>Hinweise:</strong></p><ul><li> Kommata, " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5377 "Zeilenumbrüche und Anführungszeichen (\") mit Vorsicht verwenden:<ul><li> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5378 "Kommata und Zeilenumbrüche dürfen nur in Anführungszeichen (\") verwendet " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5379 "werden.<li> Um Anführungszeichen in Werten zu verwenden, müssen sie " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5380 "verdoppelt werden (<q><tt>\"\"</tt></q>)</ul><li>Mehrfachlinks werden durch " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5381 "Doppelpunkt (<q><tt>:</tt></q>) getrennt <tt>(... ,\"eins:zwei:drei\", ...)</" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5382 "tt><li> Einträge können gelöscht werden, indem Sie Zeilen entfernen.<li>Für " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5383 "neue Einträge fügen Sie Zeilen ein; geben Sie bei der ID-Spalte ein großes " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5384 "<tt>X</tt> an. </ul><p>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5385 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5386 #: ../share/roundup/templates/devel/html/bug.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5387 #: ../share/roundup/templates/devel/html/bug.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5388 #: ../share/roundup/templates/responsive/html/bug.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5389 #: ../share/roundup/templates/responsive/html/bug.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5390 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5391 msgid "List of bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5392 msgstr "Aufgabenliste" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5393 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5394 #: ../share/roundup/templates/devel/html/bug.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5395 #: ../share/roundup/templates/responsive/html/bug.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5396 #: ../share/roundup/templates/responsive/html/bug.item.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5397 msgid "Severity" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5398 msgstr "Schwere" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5399 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5400 #: ../share/roundup/templates/devel/html/bug.index.html:32 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5401 #: ../share/roundup/templates/devel/html/task.index.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5402 #: ../share/roundup/templates/responsive/html/bug.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5403 #: ../share/roundup/templates/responsive/html/bug.item.html:48 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5404 #: ../share/roundup/templates/responsive/html/task.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5405 #: ../share/roundup/templates/responsive/html/task.item.html:49 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5406 msgid "Components" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5407 msgstr "Komponenten" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5408 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5409 #: ../share/roundup/templates/devel/html/bug.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5410 #: ../share/roundup/templates/responsive/html/bug.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5411 #: ../share/roundup/templates/responsive/html/bug.item.html:113 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5412 msgid "Versions" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5413 msgstr "Versionen" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5414 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5415 #: ../share/roundup/templates/devel/html/bug.index.html:35 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5416 #: ../share/roundup/templates/devel/html/task.index.html:33 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5417 #: ../share/roundup/templates/responsive/html/bug.index.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5418 #: ../share/roundup/templates/responsive/html/bug.item.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5419 #: ../share/roundup/templates/responsive/html/bug.item.html:172 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5420 #: ../share/roundup/templates/responsive/html/task.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5421 #: ../share/roundup/templates/responsive/html/task.item.html:106 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5422 #: ../share/roundup/templates/responsive/html/task.item.html:146 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5423 msgid "Resolution" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5424 msgstr "Auflösung" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5425 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5426 #: ../share/roundup/templates/devel/html/bug.index.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5427 msgid "Depends On" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5428 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5429 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5430 #: ../share/roundup/templates/devel/html/bug.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5431 #: ../share/roundup/templates/responsive/html/bug.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5432 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5433 msgid "Bug ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5434 msgstr "Aufgabe ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5435 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5436 #: ../share/roundup/templates/devel/html/bug.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5437 #: ../share/roundup/templates/responsive/html/bug.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5438 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5439 msgid "New Bug report - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5440 msgstr "Neuer Benutzer - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5441 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5442 #: ../share/roundup/templates/devel/html/bug.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5443 #: ../share/roundup/templates/responsive/html/bug.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5444 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5445 msgid "New Bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5446 msgstr "Neue Aufgabe" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5447 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5448 #: ../share/roundup/templates/devel/html/bug.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5449 #: ../share/roundup/templates/responsive/html/bug.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5450 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5451 msgid "New Bug Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5452 msgstr "Neue Aufgabe bearbeiten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5453 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5454 #: ../share/roundup/templates/devel/html/bug.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5455 #: ../share/roundup/templates/responsive/html/bug.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5456 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5457 msgid "Bug ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5458 msgstr "Aufgabe${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5459 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5460 #: ../share/roundup/templates/devel/html/bug.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5461 #: ../share/roundup/templates/responsive/html/bug.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5462 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5463 msgid "Bug ${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5464 msgstr "Aufgabe ${id} bearbeiten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5465 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5466 #: ../share/roundup/templates/devel/html/bug.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5467 msgid "<span>Type</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5468 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5469 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5470 #: ../share/roundup/templates/devel/html/bug.item.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5471 msgid "<span>Severity</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5472 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5473 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5474 #: ../share/roundup/templates/devel/html/bug.item.html:72 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5475 msgid "<span>Components</span>:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5476 msgstr "<span>Komponenten</span>:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5477 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5478 #: ../share/roundup/templates/devel/html/bug.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5479 msgid "<span>Versions</span>:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5480 msgstr "<span>Versionen</span>:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5481 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5482 #: ../share/roundup/templates/devel/html/bug.item.html:91 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5483 msgid "<span>Status</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5484 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5485 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5486 #: ../share/roundup/templates/devel/html/bug.item.html:97 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5487 msgid "<span>Resolution</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5488 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5489 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5490 #: ../share/roundup/templates/devel/html/bug.item.html:104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5491 #: ../share/roundup/templates/devel/html/task.item.html:79 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5492 #: ../share/roundup/templates/responsive/html/bug.item.html:132 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5493 #: ../share/roundup/templates/responsive/html/bug.item.html:183 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5494 #: ../share/roundup/templates/responsive/html/task.item.html:108 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5495 #: ../share/roundup/templates/responsive/html/task.item.html:157 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5496 msgid "Dependencies" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5497 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5498 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5499 #: ../share/roundup/templates/devel/html/bug.item.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5500 #: ../share/roundup/templates/devel/html/task.item.html:91 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5501 msgid "x:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5502 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5503 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5504 #: ../share/roundup/templates/devel/html/bug.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5505 #: ../share/roundup/templates/devel/html/task.item.html:101 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5506 #: ../share/roundup/templates/responsive/html/bug.item.html:204 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5507 #: ../share/roundup/templates/responsive/html/task.item.html:178 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5508 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5509 msgid "View" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5510 msgstr "Anzeigen:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5511 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5512 #: ../share/roundup/templates/devel/html/bug.item.html:150 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5513 #: ../share/roundup/templates/responsive/html/bug.item.html:249 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5514 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5515 msgid "Keywords:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5516 msgstr "Schlagwörter" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5517 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5518 #: ../share/roundup/templates/devel/html/bug.item.html:156 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5519 #: ../share/roundup/templates/devel/html/task.item.html:125 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5520 msgid "Comment" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5521 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5522 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5523 #: ../share/roundup/templates/devel/html/bug.item.html:171 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5524 #: ../share/roundup/templates/devel/html/task.item.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5525 #: ../share/roundup/templates/responsive/html/bug.item.html:287 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5526 #: ../share/roundup/templates/responsive/html/task.item.html:254 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5527 msgid "File Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5528 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5529 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5530 #: ../share/roundup/templates/devel/html/bug.item.html:218 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5531 #: ../share/roundup/templates/devel/html/task.item.html:165 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5532 #: ../share/roundup/templates/responsive/html/bug.item.html:310 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5533 #: ../share/roundup/templates/responsive/html/task.item.html:277 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5534 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5535 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5536 "Created on <b>${creation}</b> by <b>${creator}</b>, last changed <b>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5537 "${activity}</b> by <b>${actor}</b>." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5538 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5539 "Erstellt am <b>${creation}</b> durch <b>${creator}</b>, geändert am <b>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5540 "${activity}</b> durch <b>${actor}</b>." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5541 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5542 #: ../share/roundup/templates/devel/html/bug.item.html:226 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5543 #: ../share/roundup/templates/devel/html/file.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5544 #: ../share/roundup/templates/devel/html/file.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5545 #: ../share/roundup/templates/devel/html/keyword.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5546 #: ../share/roundup/templates/devel/html/patch.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5547 #: ../share/roundup/templates/devel/html/patch.index.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5548 #: ../share/roundup/templates/devel/html/patch.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5549 #: ../share/roundup/templates/devel/html/patch.item.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5550 #: ../share/roundup/templates/devel/html/task.item.html:173 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5551 #: ../share/roundup/templates/responsive/html/bug.item.html:318 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5552 #: ../share/roundup/templates/responsive/html/file.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5553 #: ../share/roundup/templates/responsive/html/file.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5554 #: ../share/roundup/templates/responsive/html/keyword.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5555 #: ../share/roundup/templates/responsive/html/patch.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5556 #: ../share/roundup/templates/responsive/html/patch.index.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5557 #: ../share/roundup/templates/responsive/html/patch.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5558 #: ../share/roundup/templates/responsive/html/patch.item.html:113 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5559 #: ../share/roundup/templates/responsive/html/task.item.html:285 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5560 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5561 msgid "Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5562 msgstr "Erstellungsdatum" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5563 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5564 #: ../share/roundup/templates/devel/html/bug.item.html:295 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5565 #: ../share/roundup/templates/devel/html/task.item.html:208 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5566 #: ../share/roundup/templates/responsive/html/bug.item.html:352 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5567 #: ../share/roundup/templates/responsive/html/task.item.html:321 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5568 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5569 msgid "msg${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5570 msgstr "Benutzer${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5571 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5572 #: ../share/roundup/templates/devel/html/bug.item.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5573 #: ../share/roundup/templates/devel/html/task.item.html:210 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5574 #: ../share/roundup/templates/responsive/html/bug.item.html:356 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5575 #: ../share/roundup/templates/responsive/html/task.item.html:325 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5576 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5577 msgid "Author: ${author} ()" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5578 msgstr "Autor: ${author}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5579 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5580 #: ../share/roundup/templates/devel/html/bug.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5581 #: ../share/roundup/templates/responsive/html/bug.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5582 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5583 msgid "Bug searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5584 msgstr "Aufgaben suchen - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5585 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5586 #: ../share/roundup/templates/devel/html/bug.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5587 #: ../share/roundup/templates/responsive/html/bug.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5588 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5589 msgid "Bug searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5590 msgstr "Aufgaben suchen" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5591 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5592 #: ../share/roundup/templates/devel/html/bug.search.html:96 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5593 #: ../share/roundup/templates/devel/html/task.search.html:96 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5594 #: ../share/roundup/templates/responsive/html/bug.search.html:96 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5595 #: ../share/roundup/templates/responsive/html/task.search.html:96 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5596 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5597 msgid "Last actor:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5598 msgstr "Zuletzt geändert von:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5599 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5600 #: ../share/roundup/templates/devel/html/bug.search.html:109 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5601 #: ../share/roundup/templates/devel/html/task.search.html:109 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5602 #: ../share/roundup/templates/responsive/html/bug.search.html:109 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5603 #: ../share/roundup/templates/responsive/html/task.search.html:109 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5604 msgid "Nosy list member:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5605 msgstr "Interessent:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5606 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5607 #: ../share/roundup/templates/devel/html/bug.search.html:119 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5608 #: ../share/roundup/templates/devel/html/task.search.html:119 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5609 #: ../share/roundup/templates/responsive/html/bug.search.html:119 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5610 #: ../share/roundup/templates/responsive/html/task.search.html:119 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5611 msgid "Type:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5612 msgstr "Typ:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5613 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5614 #: ../share/roundup/templates/devel/html/bug.search.html:132 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5615 #: ../share/roundup/templates/devel/html/task.search.html:132 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5616 #: ../share/roundup/templates/responsive/html/bug.search.html:132 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5617 #: ../share/roundup/templates/responsive/html/task.search.html:132 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5618 msgid "Components:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5619 msgstr "Komponenten:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5620 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5621 #: ../share/roundup/templates/devel/html/bug.search.html:145 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5622 #: ../share/roundup/templates/devel/html/task.search.html:145 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5623 #: ../share/roundup/templates/responsive/html/bug.search.html:145 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5624 msgid "Versions:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5625 msgstr "Versionen:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5626 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5627 #: ../share/roundup/templates/devel/html/bug.search.html:171 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5628 #: ../share/roundup/templates/devel/html/task.search.html:171 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5629 #: ../share/roundup/templates/responsive/html/bug.search.html:171 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5630 #: ../share/roundup/templates/responsive/html/task.search.html:145 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5631 msgid "Depends on:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5632 msgstr "Abhängig von:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5633 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5634 #: ../share/roundup/templates/devel/html/bug.search.html:201 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5635 #: ../share/roundup/templates/devel/html/task.search.html:201 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5636 #: ../share/roundup/templates/responsive/html/bug.search.html:201 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5637 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5638 msgid "not set" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5639 msgstr "nicht ausgewählt" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5640 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5641 #: ../share/roundup/templates/devel/html/bug.search.html:228 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5642 #: ../share/roundup/templates/devel/html/task.search.html:228 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5643 #: ../share/roundup/templates/responsive/html/bug.search.html:228 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5644 #: ../share/roundup/templates/responsive/html/task.search.html:189 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5645 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5646 msgid "not closed" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5647 msgstr "nicht ausgewählt" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5648 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5649 #: ../share/roundup/templates/devel/html/bug.search.html:242 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5650 #: ../share/roundup/templates/devel/html/task.item.html:73 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5651 #: ../share/roundup/templates/devel/html/task.search.html:242 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5652 #: ../share/roundup/templates/responsive/html/bug.search.html:242 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5653 #: ../share/roundup/templates/responsive/html/task.search.html:203 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5654 msgid "Resolution:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5655 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5656 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5657 #: ../share/roundup/templates/devel/html/bug.search.html:302 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5658 #: ../share/roundup/templates/responsive/html/bug.search.html:302 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5659 msgid "*: The \"all text\" field will look in message bodies and bug titles" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5660 msgstr "" |
|
6429
d30c3191b6e6
checkin master .pot and langage specific translation templates
John Rouillard <rouilj@ieee.org>
parents:
6406
diff
changeset
|
5661 "*: Der Volltext-Suchbegriff wird gesucht in den Überschriften und in den " |
|
d30c3191b6e6
checkin master .pot and langage specific translation templates
John Rouillard <rouilj@ieee.org>
parents:
6406
diff
changeset
|
5662 "Texten" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5663 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5664 #: ../share/roundup/templates/devel/html/help.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5665 #: ../share/roundup/templates/responsive/html/help.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5666 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5667 msgid "${what} help - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5668 msgstr "Hilfe zu \"${property}\" - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5669 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5670 #: ../share/roundup/templates/devel/html/keyword.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5671 #: ../share/roundup/templates/devel/html/keyword.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5672 #: ../share/roundup/templates/responsive/html/keyword.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5673 #: ../share/roundup/templates/responsive/html/keyword.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5674 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5675 msgid "List of keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5676 msgstr "Dateiliste" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5677 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5678 #: ../share/roundup/templates/devel/html/keyword.item.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5679 #: ../share/roundup/templates/responsive/html/keyword.item.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5680 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5681 msgid "Keyword ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5682 msgstr "Benutzer ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5683 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5684 #: ../share/roundup/templates/devel/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5685 #: ../share/roundup/templates/responsive/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5686 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5687 msgid "New Keyword - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5688 msgstr "Neuer Benutzer - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5689 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5690 #: ../share/roundup/templates/devel/html/keyword.item.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5691 #: ../share/roundup/templates/responsive/html/keyword.item.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5692 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5693 msgid "New Keyword" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5694 msgstr "Schlagwort" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5695 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5696 #: ../share/roundup/templates/devel/html/keyword.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5697 #: ../share/roundup/templates/responsive/html/keyword.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5698 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5699 msgid "New Keyword Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5700 msgstr "Schlagwörter bearbeiten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5701 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5702 #: ../share/roundup/templates/devel/html/keyword.item.html:24 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5703 #: ../share/roundup/templates/responsive/html/keyword.item.html:24 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5704 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5705 msgid "Keyword${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5706 msgstr "Schlagwort" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5707 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5708 #: ../share/roundup/templates/devel/html/keyword.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5709 #: ../share/roundup/templates/responsive/html/keyword.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5710 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5711 msgid "Keyword${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5712 msgstr "Benutzer ${id} bearbeiten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5713 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5714 #: ../share/roundup/templates/devel/html/keyword.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5715 #: ../share/roundup/templates/responsive/html/keyword.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5716 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5717 msgid "Description:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5718 msgstr "Absteigend:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5719 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5720 #: ../share/roundup/templates/devel/html/milestone.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5721 #: ../share/roundup/templates/devel/html/milestone.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5722 #: ../share/roundup/templates/responsive/html/milestone.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5723 #: ../share/roundup/templates/responsive/html/milestone.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5724 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5725 msgid "List of milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5726 msgstr "Dateiliste" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5727 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5728 #: ../share/roundup/templates/devel/html/msg.item.html:52 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5729 #: ../share/roundup/templates/responsive/html/msg.item.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5730 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5731 msgid "Message-id" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5732 msgstr "Kommentar ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5733 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5734 #: ../share/roundup/templates/devel/html/msg.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5735 #: ../share/roundup/templates/responsive/html/msg.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5736 msgid "In-reply-to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5737 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5738 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5739 #: ../share/roundup/templates/devel/html/page.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5740 #: ../share/roundup/templates/responsive/html/page.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5741 msgid "Bugs" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5742 msgstr "Fehler" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5743 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5744 #: ../share/roundup/templates/devel/html/page.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5745 #: ../share/roundup/templates/devel/html/page.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5746 #: ../share/roundup/templates/devel/html/page.html:146 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5747 #: ../share/roundup/templates/responsive/html/page.html:67 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5748 #: ../share/roundup/templates/responsive/html/page.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5749 #: ../share/roundup/templates/responsive/html/page.html:164 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5750 msgid "Show Open" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5751 msgstr "Offene anzeigen" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5752 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5753 #: ../share/roundup/templates/devel/html/page.html:83 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5754 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5755 msgid "Show bug:" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5756 msgstr "Fehler anzeigen:" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5757 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5758 #: ../share/roundup/templates/devel/html/page.html:93 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5759 #: ../share/roundup/templates/responsive/html/page.html:111 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5760 msgid "Tasks" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5761 msgstr "Aufgaben" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5762 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5763 #: ../share/roundup/templates/devel/html/page.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5764 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5765 msgid "Show task:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5766 msgstr "Aufgabe anzeigen:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5767 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5768 #: ../share/roundup/templates/devel/html/page.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5769 #: ../share/roundup/templates/responsive/html/page.html:159 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5770 msgid "Milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5771 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5772 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5773 #: ../share/roundup/templates/devel/html/page.html:160 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5774 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5775 msgid "User" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5776 msgstr "Benutzer hinzufügen" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5777 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5778 #: ../share/roundup/templates/devel/html/page.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5779 #: ../share/roundup/templates/responsive/html/page.html:213 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5780 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5781 msgid "Bugs assigned to you" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5782 msgstr "mir zugewiesen" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5783 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5784 #: ../share/roundup/templates/devel/html/page.html:216 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5785 #: ../share/roundup/templates/responsive/html/page.html:233 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5786 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5787 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5788 "<b>Your Queries</b> (<a class=\"nomargin\" href=\"query?@template=edit" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5789 "\">edit</a>)" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5790 msgstr "<b>Abfragen</b> (<a href=\"query?@template=edit\">bearbeiten</a>)" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5791 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5792 #: ../share/roundup/templates/devel/html/page.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5793 #: ../share/roundup/templates/responsive/html/page.html:254 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5794 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5795 msgid "Edit Keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5796 msgstr "Vorhandene Schlagwörter" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5797 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5798 #: ../share/roundup/templates/devel/html/patch.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5799 #: ../share/roundup/templates/devel/html/patch.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5800 #: ../share/roundup/templates/responsive/html/patch.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5801 #: ../share/roundup/templates/responsive/html/patch.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5802 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5803 msgid "List of patches - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5804 msgstr "Klassenliste - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5805 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5806 #: ../share/roundup/templates/devel/html/patch.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5807 #: ../share/roundup/templates/devel/html/patch.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5808 #: ../share/roundup/templates/responsive/html/patch.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5809 #: ../share/roundup/templates/responsive/html/patch.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5810 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5811 msgid "List of patches" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5812 msgstr "Klassenliste" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5813 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5814 #: ../share/roundup/templates/devel/html/patch.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5815 #: ../share/roundup/templates/devel/html/patch.item.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5816 #: ../share/roundup/templates/responsive/html/patch.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5817 #: ../share/roundup/templates/responsive/html/patch.item.html:88 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5818 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5819 msgid "Patch display - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5820 msgstr "Datei anzeigen - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5821 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5822 #: ../share/roundup/templates/devel/html/patch.item.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5823 #: ../share/roundup/templates/responsive/html/patch.item.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5824 msgid "Modify patch" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5825 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5826 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5827 #: ../share/roundup/templates/devel/html/patch.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5828 #: ../share/roundup/templates/devel/html/patch.item.html:125 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5829 #: ../share/roundup/templates/responsive/html/patch.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5830 #: ../share/roundup/templates/responsive/html/patch.item.html:123 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5831 msgid "Repository" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5832 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5833 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5834 #: ../share/roundup/templates/devel/html/patch.item.html:41 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5835 #: ../share/roundup/templates/devel/html/patch.item.html:129 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5836 #: ../share/roundup/templates/responsive/html/patch.item.html:41 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5837 #: ../share/roundup/templates/responsive/html/patch.item.html:127 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5838 msgid "Repository revision" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5839 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5840 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5841 #: ../share/roundup/templates/devel/html/patch.item.html:92 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5842 #: ../share/roundup/templates/responsive/html/patch.item.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5843 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5844 msgid "Patch display" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5845 msgstr "Datei anzeigen" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5846 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5847 #: ../share/roundup/templates/devel/html/query.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5848 #: ../share/roundup/templates/responsive/html/query.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5849 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5850 msgid "${start}.. ${end} out of ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5851 msgstr "${start}..${end} von ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5852 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5853 #: ../share/roundup/templates/devel/html/task.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5854 #: ../share/roundup/templates/devel/html/task.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5855 #: ../share/roundup/templates/responsive/html/task.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5856 #: ../share/roundup/templates/responsive/html/task.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5857 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5858 msgid "List of tasks" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5859 msgstr "Klassenliste" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5860 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5861 #: ../share/roundup/templates/devel/html/task.index.html:36 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5862 msgid "Solves" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5863 msgstr "" |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5864 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5865 #: ../share/roundup/templates/devel/html/task.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5866 #: ../share/roundup/templates/responsive/html/task.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5867 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5868 msgid "Task ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5869 msgstr "Benutzer ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5870 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5871 #: ../share/roundup/templates/devel/html/task.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5872 #: ../share/roundup/templates/responsive/html/task.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5873 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5874 msgid "New Task - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5875 msgstr "Neuer Benutzer - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5876 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5877 #: ../share/roundup/templates/devel/html/task.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5878 #: ../share/roundup/templates/responsive/html/task.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5879 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5880 msgid "New Task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5881 msgstr "Neuer Benutzer" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5882 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5883 #: ../share/roundup/templates/devel/html/task.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5884 #: ../share/roundup/templates/responsive/html/task.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5885 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5886 msgid "New Task Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5887 msgstr "Neuen Benutzer bearbeiten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5888 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5889 #: ../share/roundup/templates/devel/html/task.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5890 #: ../share/roundup/templates/responsive/html/task.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5891 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5892 msgid "Task ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5893 msgstr "Benutzer${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5894 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5895 #: ../share/roundup/templates/devel/html/task.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5896 #: ../share/roundup/templates/responsive/html/task.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5897 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5898 msgid "Task${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5899 msgstr "Benutzer ${id} bearbeiten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5900 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5901 #: ../share/roundup/templates/devel/html/task.item.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5902 #: ../share/roundup/templates/devel/html/task.item.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5903 #: ../share/roundup/templates/devel/html/task.item.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5904 msgid ":" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5905 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5906 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5907 #: ../share/roundup/templates/devel/html/task.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5908 #: ../share/roundup/templates/responsive/html/task.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5909 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5910 msgid "Task searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5911 msgstr "Aufgaben suchen - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5912 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5913 #: ../share/roundup/templates/devel/html/task.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5914 #: ../share/roundup/templates/responsive/html/task.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5915 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5916 msgid "Task searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5917 msgstr "Aufgaben suchen" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5918 |
|
8002
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5919 #: ../share/roundup/templates/devel/html/task.search.html:302 |
|
a377590eba34
changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents:
7653
diff
changeset
|
5920 #: ../share/roundup/templates/responsive/html/task.search.html:263 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5921 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5922 msgid "*: The \"all text\" field will look in message bodies and task titles" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5923 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5924 "*: Das Feld \"Volltext\" durchsucht Titel von Aufgaben und Kommentartexte" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5925 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5926 #: ../share/roundup/templates/devel/html/user.forgotten.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5927 #: ../share/roundup/templates/responsive/html/user.forgotten.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5928 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5929 "If your user was automatically created during import from the old " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5930 "sourceforge tracker, your e-mail address is <Sourceforge username>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5931 "@users.sourceforge.net. The mail address associated with your account can be " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5932 "changed after login." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5933 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5934 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5935 #: ../share/roundup/templates/devel/html/user.forgotten.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5936 #: ../share/roundup/templates/responsive/html/user.forgotten.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5937 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5938 "If you have previously created or modified issue reports in the sourceforge " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5939 "issue tracker, you have an account here with the same username as your " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5940 "sourceforge username." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5941 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5942 |
| 4098 | 5943 #: ../share/roundup/templates/minimal/html/home.html:2 |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5944 msgid "Tracker home - ${tracker}" |
| 4098 | 5945 msgstr "Tracker-Startseite - ${tracker}" |
| 5946 | |
| 5947 #: ../share/roundup/templates/minimal/html/home.html:4 | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5948 msgid "Tracker home" |
| 4098 | 5949 msgstr "Tracker-Startseite" |
| 5950 | |
| 5951 #: ../share/roundup/templates/minimal/html/home.html:16 | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5952 msgid "Please select from one of the menu options on the left." |
| 4098 | 5953 msgstr "Bitte wählen Sie links eine Menu-Option." |
| 5954 | |
| 5955 #: ../share/roundup/templates/minimal/html/home.html:19 | |
|
3986
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5956 msgid "Please log in or register." |
|
68accc7d4b69
indexerror when there are no messages to the issue
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
5957 msgstr "Bitte anmelden oder registrieren" |
|
3708
458aea62ca79
updated to Roundup 1.1.2;
Tobias Herp <tobias-herp@users.sourceforge.net>
parents:
3109
diff
changeset
|
5958 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5959 #: ../share/roundup/templates/responsive/html/bug.index.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5960 #: ../share/roundup/templates/responsive/html/bug.index.html:89 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5961 #: ../share/roundup/templates/responsive/html/milestone.index.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5962 #: ../share/roundup/templates/responsive/html/milestone.index.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5963 #: ../share/roundup/templates/responsive/html/task.index.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5964 #: ../share/roundup/templates/responsive/html/task.index.html:83 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5965 msgid "Previous" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5966 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5967 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5968 #: ../share/roundup/templates/responsive/html/bug.index.html:93 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5969 #: ../share/roundup/templates/responsive/html/milestone.index.html:67 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5970 #: ../share/roundup/templates/responsive/html/task.index.html:87 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5971 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5972 msgid "<a href=\"#\">${start}..${end} out of ${total}</a>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5973 msgstr "${start}..${end} von ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5974 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5975 #: ../share/roundup/templates/responsive/html/bug.index.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5976 #: ../share/roundup/templates/responsive/html/bug.index.html:101 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5977 #: ../share/roundup/templates/responsive/html/milestone.index.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5978 #: ../share/roundup/templates/responsive/html/milestone.index.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5979 #: ../share/roundup/templates/responsive/html/task.index.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5980 #: ../share/roundup/templates/responsive/html/task.index.html:95 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5981 msgid "Next" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5982 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5983 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5984 #: ../share/roundup/templates/responsive/html/bug.item.html:50 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5985 msgid "Version" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
5986 msgstr "Version" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5987 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5988 #: ../share/roundup/templates/responsive/html/bug.item.html:100 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5989 #: ../share/roundup/templates/responsive/html/task.item.html:89 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5990 msgid "component" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5991 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5992 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5993 #: ../share/roundup/templates/responsive/html/bug.item.html:138 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5994 #: ../share/roundup/templates/responsive/html/task.item.html:114 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5995 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5996 msgid "Assigned to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5997 msgstr "Zugewiesen:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5998 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5999 #: ../share/roundup/templates/responsive/html/bug.item.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6000 #: ../share/roundup/templates/responsive/html/task.item.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6001 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6002 msgid "Nosy list" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6003 msgstr "Interessenten" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6004 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6005 #: ../share/roundup/templates/responsive/html/bug.item.html:260 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6006 #: ../share/roundup/templates/responsive/html/task.item.html:227 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6007 msgid "<span class=\"badge badge-inverse\">Comment</span> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6008 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6009 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6010 #: ../share/roundup/templates/responsive/html/page.html:100 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6011 msgid "Show bug" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
6012 msgstr "Fehler anzeigen" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6013 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6014 #: ../share/roundup/templates/responsive/html/page.html:148 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6015 msgid "Show task" |
|
6406
3dd478def31d
merge request https://sourceforge.net/p/roundup/code/merge-requests/3/ with updated translations for responsive template
John Rouillard <rouilj@ieee.org>
parents:
6405
diff
changeset
|
6016 msgstr "Aufgabe anzeigen" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6017 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6018 #: ../share/roundup/templates/responsive/html/page.html:181 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6019 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6020 msgid "Password" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6021 msgstr "Passwort" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
6022 |
| 7401 | 6023 #, fuzzy |
| 6024 #~ msgid "" | |
| 6025 #~ "Usage: security [Role name]\n" | |
| 6026 #~ "\n" | |
| 6027 #~ " Display the Permissions available to one or all Roles.\n" | |
| 6028 #~ " " | |
| 6029 #~ msgstr "" | |
| 6030 #~ "Verwendung: security [Rollenname]\n" | |
| 6031 #~ " Zeigt die Berechtigungen einer oder aller Rollen an.\n" | |
| 6032 #~ " " | |
| 6033 | |
| 6034 # ../roundup/admin.py:1263 :1269 :1289 | |
| 6035 #~ msgid "Error: %(message)s" | |
| 6036 #~ msgstr "Fehler: %(message)s" | |
| 6037 | |
|
7209
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
6038 #~ msgid "Tracker updated" |
|
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
6039 #~ msgstr "Tracker aktualisiert" |
|
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
6040 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
6041 #~ msgid "roundup> " |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
6042 #~ msgstr "roundup> " |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
6043 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6044 #, fuzzy |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6045 #~ msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6046 #~ "Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* [instance " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6047 #~ "home] [mail source [specification]]\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6048 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6049 #~ "Options:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6050 #~ " -v: print version and exit\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6051 #~ " -c: default class of item to create (else the tracker's " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6052 #~ "MAIL_DEFAULT_CLASS)\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6053 #~ " -C / -S: see below\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6054 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6055 #~ "The roundup mail gateway may be called in one of the following ways:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6056 #~ " . without arguments. Then the env var ROUNDUP_INSTANCE will be tried.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6057 #~ " . with an instance home as the only argument,\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6058 #~ " . with both an instance home and a mail spool file,\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6059 #~ " . with an instance home, a mail source type and its specification.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6060 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6061 #~ "It also supports optional -C and -S arguments that allows you to set a\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6062 #~ "fields for a class created by the roundup-mailgw. The default class if\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6063 #~ "not specified is msg, but the other classes: issue, file, user can\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6064 #~ "also be used. The -S or --set options uses the same\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6065 #~ "property=value[;property=value] notation accepted by the command line\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6066 #~ "roundup command or the commands that can be given on the Subject line\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6067 #~ "of an email message.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6068 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6069 #~ "It can let you set the type of the message on a per email address basis.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6070 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6071 #~ "PIPE:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6072 #~ " If there is no mail source specified,\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6073 #~ " the mail gateway reads a single message from the standard input\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6074 #~ " and submits the message to the roundup.mailgw module.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6075 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6076 #~ "Mail source \"mailbox\":\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6077 #~ " In this case, the gateway reads all messages from the UNIX mail spool\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6078 #~ " file and submits each in turn to the roundup.mailgw module. The file is\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6079 #~ " emptied once all messages have been successfully handled. The file is\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6080 #~ " specified as:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6081 #~ " mailbox /path/to/mailbox\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6082 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6083 #~ "In all of the following mail source type the username and password\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6084 #~ "can be stored in a ~/.netrc file. If done so case only the server name\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6085 #~ "need to be specified on the command-line.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6086 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6087 #~ "The username and/or password will be prompted for if not supplied on\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6088 #~ "the command-line or in ~/.netrc.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6089 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6090 #~ "POP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6091 #~ " For the mail source \"pop\", the gateway reads all messages from the POP " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6092 #~ "server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6093 #~ " specified and submits each in turn to the roundup.mailgw module. The\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6094 #~ " server is specified as:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6095 #~ " pop username:password@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6096 #~ " Alternatively, one can omit one or both of username and password:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6097 #~ " pop username@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6098 #~ " pop server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6099 #~ " are both valid.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6100 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6101 #~ "POPS:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6102 #~ " Connect to a POP server over ssl. This requires python 2.4 or later.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6103 #~ " This supports the same notation as POP.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6104 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6105 #~ "APOP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6106 #~ " Same as POP, but using Authenticated POP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6107 #~ " apop username:password@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6108 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6109 #~ "IMAP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6110 #~ " Connect to an IMAP server. This supports the same notation as that of\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6111 #~ " POP mail.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6112 #~ " imap username:password@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6113 #~ " It also allows you to specify a specific mailbox other than INBOX using\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6114 #~ " this format:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6115 #~ " imap username:password@server mailbox\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6116 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6117 #~ "IMAPS:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6118 #~ " Connect to an IMAP server over ssl.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6119 #~ " This supports the same notation as IMAP.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6120 #~ " imaps username:password@server [mailbox]\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6121 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6122 #~ "IMAPS_CRAM:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6123 #~ " Connect to an IMAP server over ssl using CRAM-MD5 authentication.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6124 #~ " This supports the same notation as IMAP.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6125 #~ " imaps_cram username:password@server [mailbox]\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6126 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6127 #~ msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6128 #~ "Verwendung: %(program)s [-v] [[-C Klasse] -S Eigenschaft=Wert]* <Tracker-" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6129 #~ "Verzeichnis> [Methode]\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6130 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6131 #~ "Optionen:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6132 #~ " -v: Versionsnummer ausgeben und beenden\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6133 #~ " -c: Vorgegebene Klasse beim Erstellen eines Eintrags (sonst: " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6134 #~ "MAIL_DEFAULT_CLASS)\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6135 #~ " -C / -S: siehe unten\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6136 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6137 #~ "Das Roundup Mailgateway kann auf vier verschiedene Arten aufgerufen " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6138 #~ "werden:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6139 #~ " . mit einem Tracker-Verzeichnis als einziges Argument,\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6140 #~ " . mit einem Tracker-Verzeichnis und einer Mailbox-Datei,\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6141 #~ " . mit einem Tracker-Verzeichnis und einem POP/APOP-Konto, oder\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6142 #~ " . mit einem Tracker-Verzeichnis und einem IMAP/IMAPS-Konto.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6143 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6144 #~ "Optional kann mit -C die Klasse des zu erstellenden Eintrags " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6145 #~ "spezifiziert \n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6146 #~ "werden. Zudem können Sie mit -S oder --set Eigenschaften der Einträge\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6147 #~ "als Eigenschaft=Wert[;Eigenschaft=Wert]* setzen, analog zum Roundup-\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6148 #~ "Kommandozeilen Programm, resp. zur Syntax in der Betreffszeile einer E-" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6149 #~ "Mail.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6150 #~ "Voreingestellt ist die Klasse \"msg\", aber auch Klassen wie \"issue\",\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6151 #~ "\"user\" oder \"file\" können verwendet werden.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6152 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6153 #~ "Sie können dadurch mehrere E-Mail-Konten für einen Tracker verwenden und\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6154 #~ "unterschiedliche Eintragstypen aus den Nachrichten erstellen.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6155 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6156 #~ "PIPE:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6157 #~ " Das Mail-Gateway liest eine Nachricht von der Standardeingabe und\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6158 #~ " übergibt sie an das Modul roundup.mailgw.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6159 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6160 #~ "UNIX-Mailbox:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6161 #~ " Die angegebene Mailbox-Datei wird ausgelesen, und alle Nachrichten " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6162 #~ "werden\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6163 #~ " an das Modul roundup.mailgw übergeben. Nach erfolgreicher Verarbeitung \n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6164 #~ " wird die Mail-Spooldatei geleert.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6165 #~ " Die Mailbox-Datei wird folgendermaßen angegeben: mailbox /pfad/zur/" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6166 #~ "mailbox\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6167 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6168 #~ "POP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6169 #~ " Das Gateway liest alle Nachrichten vom POP3-Konto und leitet sie weiter " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6170 #~ "an \n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6171 #~ " das Modul roundup.mailgw. \n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6172 #~ " Das Konto wird folgendermaßen angegeben:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6173 #~ " pop benutzername:passwort@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6174 #~ " Benutzername und Passwort können weggelassen werden:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6175 #~ " pop benutzername@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6176 #~ " pop server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6177 #~ " In diesem Fall werden die Anmeldungs-Daten zur Laufzeit erfragt.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6178 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6179 #~ "POPS:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6180 #~ " Mit einem POP3-Server über SSL verbinden; dies erfordert Python 2.4 " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6181 #~ "oder\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6182 #~ " neuer. Argumente wie bei POP.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6183 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6184 #~ "APOP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6185 #~ " Wie POP, aber unter Verwendung von authentifiziertem POP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6186 #~ " apop benutzername:passwort@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6187 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6188 #~ "IMAP:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6189 #~ " Verbindung mit einem IMAP-Server. Die Syntax entspricht der POP-\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6190 #~ " Spezifikation:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6191 #~ " imap benutzername:passwort@server\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6192 #~ " Um eine andere Mailbox anstelle von \"INBOX\" zu verwenden, benutzen " |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6193 #~ "Sie:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6194 #~ " imap benutzername:passwort@server mailbox\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6195 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6196 #~ "IMAPS:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6197 #~ " Verbindung zu einem IMAP-Server über eine sichere SSL-Verbindung.\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6198 #~ " Die Syntax entspricht der IMAP-Spezifikation:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6199 #~ " imaps benutzername:passwort@server [mailbox]\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6200 #~ "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
6201 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
6202 #~ msgid "<em>%s: %s</em>\n" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
6203 #~ msgstr "<em>%s: %s</em>\n" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
6204 |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
6205 #~ msgid "property %s: %r is not a %s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
6206 #~ msgstr "Eigenschaft %s: %r ist kein %s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
6207 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
6208 #, fuzzy |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
6209 #~ msgid " %(description)s (%(name)s for \"%(klass)s\" " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
6210 #~ msgstr "%(description)s (%(name)s einzig für \"%(klass)s\")" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
6211 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
6212 #~ msgid "Error: a later version of python is required" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
6213 #~ msgstr "Fehler: eine neuere Python-Version wird benötigt" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
6214 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
6215 #~ msgid "Error: %s: %s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
6216 #~ msgstr "Fehler: %s: %s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
6217 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6218 #~ msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6219 #~ "Usage: history designator\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6220 #~ " Show the history entries of a designator.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6221 #~ "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6222 #~ " Lists the journal entries for the node identified by the " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6223 #~ "designator.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6224 #~ " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6225 #~ msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6226 #~ "Verwendung: history Bezeichner\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6227 #~ " Zeigt den Verlauf eines Eintrags an.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6228 #~ "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6229 #~ " Listet das Bearbeitungs-Journal des Eintrags mit dem angegebenen\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6230 #~ " Bezeichner auf.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6231 #~ " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6232 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6233 #~ msgid "WARNING: invalid date tuple %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6234 #~ msgstr "WARNUNG: ungültiges Datums-Tupel %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6235 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6236 #~ msgid "%(class)s %(id)s - nothing changed" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6237 #~ msgstr "%(class)s %(id)s - keine Änderungen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6238 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6239 #~ msgid "File is empty" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6240 #~ msgstr "Die ausgewählte Datei ist leer" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6241 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6242 #~ msgid "*encrypted*" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6243 #~ msgstr "*verschlüsselt*" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6244 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6245 #~ msgid "property %s: %r is not currently an element" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6246 #~ msgstr "Eigenschaft %s: %r ist derzeit kein Element" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6247 |
| 4098 | 6248 #~ msgid "%(key)s: %(value)r" |
| 6249 #~ msgstr "%(key)s: %(value)r" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6250 |
| 4098 | 6251 #~ msgid "You do not have permission to edit user roles" |
| 6252 #~ msgstr "Sie sind nicht berechtigt, Benutzer-Rollen zu ändern" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6253 |
| 4098 | 6254 #~ msgid "Not a date spec: %s" |
| 6255 #~ msgstr "Kein gültiges Datum: %s" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6256 |
| 4098 | 6257 #~ msgid "" |
| 6258 #~ "\n" | |
| 6259 #~ "I cannot match your message to a node in the database - you need to " | |
| 6260 #~ "either\n" | |
| 6261 #~ "supply a full designator (with number, eg \"[issue123]\" or keep the\n" | |
| 6262 #~ "previous subject title intact so I can match that.\n" | |
| 6263 #~ "\n" | |
| 6264 #~ "Subject was: \"%(subject)s\"\n" | |
| 6265 #~ msgstr "" | |
| 6266 #~ "\n" | |
| 6267 #~ "Ich kann Ihre Nachricht keinem Eintrag in der Datenbank zuordnen - Sie " | |
| 6268 #~ "müssen\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6269 #~ "entweder einen vollen Bezeichner angeben (mit Nummer, z. B. " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6270 #~ "\"[issue123]\")\n" |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4570
diff
changeset
|
6271 #~ "oder die Betreffzeile intakt lassen, so dass ich diese zuordnen kann.\n" |
| 4098 | 6272 #~ "\n" |
| 6273 #~ "Die Betreffzeile (Subject) war:\n" | |
| 6274 #~ " '%(subject)s'\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6275 |
| 4098 | 6276 #~ msgid "" |
| 6277 #~ "\n" | |
| 6278 #~ "You are not a registered user.\n" | |
| 6279 #~ "\n" | |
| 6280 #~ "Unknown address: %(from_address)s\n" | |
| 6281 #~ msgstr "" | |
| 6282 #~ "\n" | |
| 6283 #~ "Sie sind kein registrierter Anwender.\n" | |
| 6284 #~ "\n" | |
| 6285 #~ "Unbekannte Adresse: %(from_address)s\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6286 |
| 4098 | 6287 #~ msgid "topic" |
| 6288 #~ msgstr "Schlagwort" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6289 |
| 4098 | 6290 #~ msgid "Error: apop specification not valid" |
| 6291 #~ msgstr "Fehler: apop Optionen ungültig" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6292 |
| 4098 | 6293 #~ msgid "List of issues - ${tracker}" |
| 6294 #~ msgstr "Aufgabenliste - ${tracker}" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6295 |
| 4098 | 6296 #~ msgid "List of issues - ${query} - ${tracker}" |
| 6297 #~ msgstr "Aufgabenliste - ${query} - ${tracker}" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6298 |
| 4098 | 6299 #~ msgid "List of issues - ${query}" |
| 6300 #~ msgstr "Aufgabenliste - ${query}" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6301 |
| 4098 | 6302 #~ msgid "Topic" |
| 6303 #~ msgstr "Schlagwort" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6304 |
| 4098 | 6305 #~ msgid "View: ${link}" |
| 6306 #~ msgstr "Anzeigen: ${link}" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6307 |
| 4098 | 6308 #~ msgid "Topics" |
| 6309 #~ msgstr "Schlagwörter" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6310 |
| 4098 | 6311 #~ msgid "Topic:" |
| 6312 #~ msgstr "Schlagwort:" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6313 |
| 4098 | 6314 #~ msgid "Timezone" |
| 6315 #~ msgstr "Zeitzone" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6316 |
| 4098 | 6317 #~ msgid "Hello,<br>${user}" |
| 6318 #~ msgstr "Hallo,<br>${user}" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6319 |
| 4098 | 6320 #~ msgid "User editing - ${tracker}" |
| 6321 #~ msgstr "Benutzer bearbeiten - ${tracker}" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6322 |
| 4098 | 6323 #~ msgid "Copy item" |
| 6324 #~ msgstr "kopieren" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6325 |
| 4098 | 6326 #~ msgid "sort descending" |
| 6327 #~ msgstr "absteigend sortieren" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6328 |
| 4098 | 6329 #~ msgid "group descending" |
| 6330 #~ msgstr "absteigend gruppieren" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6331 |
| 4098 | 6332 #~ msgid "don't sort" |
| 6333 #~ msgstr "nicht sortieren" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6334 |
| 4098 | 6335 #~ msgid "don't group" |
| 6336 #~ msgstr "nicht gruppieren" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6337 |
| 4098 | 6338 #~ msgid "Sort/Group Descending:" |
| 6339 #~ msgstr "absteigend sortieren/gruppieren:" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6340 |
| 4098 | 6341 #~ msgid "Paged Output:" |
| 6342 #~ msgstr "seitenweise ausgeben:" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6343 |
| 4098 | 6344 #~ msgid "username" |
| 6345 #~ msgstr "Benutzername" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6346 |
| 4098 | 6347 #~ msgid "realname" |
| 6348 #~ msgstr "Name" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6349 |
| 4098 | 6350 #~ msgid "firstname" |
| 6351 #~ msgstr "Vorname" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6352 |
| 4098 | 6353 #~ msgid "lastname" |
| 6354 #~ msgstr "Nachname" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6355 |
| 4098 | 6356 #~ msgid "address" |
| 6357 #~ msgstr "Mail-Adresse" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5052
diff
changeset
|
6358 |
| 4098 | 6359 #~ msgid "(cal)" |
| 6360 #~ msgstr "(Kal.)" |
