1# German translation for ATTR utilities
2# Copyright (C) 2000 Free Software Foundation, Inc.
3# Andreas Gr��nbacher <a.gruenbacher@computer.org>, 2002.
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: attr-2.2.0\n"
8"POT-Creation-Date: 2002-12-02 00:45+0100\n"
9"PO-Revision-Date: 2003-01-23 01:31+0100\n"
10"Last-Translator: Andreas Gr��nbacher <a.gruenbacher@computer.org>\n"
11"Language-Team:  <de@li.org>\n"
12"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n"
15
16#: ../attr/attr.c:57
17#, c-format
18msgid ""
19"Usage: %s [-LRq] -s attrname [-V attrvalue] pathname  # set value\n"
20"       %s [-LRq] -g attrname pathname                 # get value\n"
21"       %s [-LRq] -r attrname pathname                 # remove attr\n"
22"      -s reads a value from stdin and -g writes a value to stdout\n"
23msgstr ""
24"Verwendung: %s [-LRq] -s attrname [-V attrvalue] pfadname  # Wert setzen\n"
25"            %s [-LRq] -g attrname pfadname                 # Wert lesen\n"
26"            %s [-LRq] -r attrname pfadname                 # Wert entfernen\n"
27"            -s liest einen Wert von stdin, -g schreibt einen Wert auf "
28"stdout\n"
29
30#: ../attr/attr.c:90 ../attr/attr.c:108 ../attr/attr.c:117
31msgid "Only one of -s, -g, or -r allowed\n"
32msgstr "Nur eine der Optionen -s, -g, oder -r erlaubt\n"
33
34#: ../attr/attr.c:99
35msgid "-V only allowed with -s\n"
36msgstr "-V nur mit -s erlaubt\n"
37
38#: ../attr/attr.c:134
39#, c-format
40msgid "Unrecognized option: %c\n"
41msgstr "Unbekannte Option: %c\n"
42
43#: ../attr/attr.c:140
44msgid "A filename to operate on is required\n"
45msgstr "Der Name der zu verwendenden Datei ist erforderlich\n"
46
47#: ../attr/attr.c:167
48#, c-format
49msgid "Could not set \"%s\" for %s\n"
50msgstr "Konnte \"%s\" f��r %s nicht setzen\n"
51
52#: ../attr/attr.c:172
53#, c-format
54msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
55msgstr "Attribut \"%1$s\" von %3$s auf einen %2$d-Byte-Wert gesetzt:\n"
56
57#: ../attr/attr.c:192
58#, c-format
59msgid "Could not get \"%s\" for %s\n"
60msgstr "Konnte \"%s\" von %s nicht lesen\n"
61
62#: ../attr/attr.c:197
63#, c-format
64msgid "Attribute \"%s\" had a %d byte value for %s:\n"
65msgstr "Attribut \"%1$s\" von %3$s hat einen %2$d-Byte-Wert:\n"
66
67#: ../attr/attr.c:212
68#, c-format
69msgid "Could not remove \"%s\" for %s\n"
70msgstr "Konnte \"%s\" von %s nicht entfernen\n"
71
72#: ../attr/attr.c:220
73msgid "At least one of -s, -g, or -r is required\n"
74msgstr "Eine der Optionen -s, -g, oder -r ist erforderlich\n"
75
76#: ../getfattr/getfattr.c:111 ../setfattr/setfattr.c:68
77msgid "No such attribute"
78msgstr "Kein solches Attribut"
79
80#: ../getfattr/getfattr.c:263
81#, c-format
82msgid "%s: Removing leading '/' from absolute path names\n"
83msgstr "%s: Entferne f��hrenden '/' von absoluten Pfadnamen\n"
84
85#: ../getfattr/getfattr.c:387
86#, c-format
87msgid "%s %s -- get extended attributes\n"
88msgstr "%s %s -- erweiterte Attribute lesen\n"
89
90#: ../getfattr/getfattr.c:389 ../setfattr/setfattr.c:155
91#, c-format
92msgid "Usage: %s %s\n"
93msgstr "Verwendung: %s %s\n"
94
95#: ../getfattr/getfattr.c:392
96msgid ""
97"  -n, --name=name         get the named extended attribute value\n"
98"  -d, --dump              get all extended attribute values\n"
99"  -e, --encoding=...      encode values (as 'text', 'hex' or 'base64')\n"
100"      --match=pattern     only get attributes with names matching pattern\n"
101"      --only-values       print the bare values only\n"
102"  -h, --no-dereference    do not dereference symbolic links\n"
103"      --absolute-names    don't strip leading '/' in pathnames\n"
104"  -R, --recursive         recurse into subdirectories\n"
105"  -L, --logical           logical walk, follow symbolic links\n"
106"  -P  --physical          physical walk, do not follow symbolic links\n"
107"      --version           print version and exit\n"
108"      --help              this help text\n"
109msgstr ""
110"  -n, --name=name         Das angegebene erweiterte Attribut lesen\n"
111"  -d, --dump              Alle erweiterten Attribute lesen\n"
112"  -e, --encoding=...      Wert codieren (als 'text', 'hex' oder 'base64')\n"
113"      --match=muster      Nur Attribute, die mit muster ��bereinstimmen\n"
114"      --only-values       Die Attributwerte ohne Codierung ausgeben\n"
115"  -h, --no-dereference    Symbolische Links nicht dereferenzieren\n"
116"      --absolute-names    F��hrende '/' in Pfadnamen nicht entfernen\n"
117"  -R, --recursive         In Unterverzeichnisse wechseln\n"
118"  -L, --logical           Alle symbolischen Links verfolgen\n"
119"  -P  --physical          Symbolische Links nicht verfolgen\n"
120"      --version           Die Version ausgeben\n"
121"      --help              Diese Hilfe\n"
122
123#: ../getfattr/getfattr.c:489
124#, c-format
125msgid "%s: invalid regular expression \"%s\"\n"
126msgstr "%s: ung��ltiger regul��rer Ausdruck \"%s\"\n"
127
128#: ../getfattr/getfattr.c:507 ../setfattr/setfattr.c:247
129#, c-format
130msgid ""
131"Usage: %s %s\n"
132"Try `%s --help' for more information.\n"
133msgstr "Weiterf��hrende Informationen mit `%s --help'.\n"
134
135#: ../setfattr/setfattr.c:109
136#, c-format
137msgid "%s: %s: No filename found in line %d, aborting\n"
138msgstr "%s: %s: Kein Dateiname in Zeile %d gefunden, Abbruch\n"
139
140#: ../setfattr/setfattr.c:113
141#, c-format
142msgid "%s: No filename found inline %d of standard input, aborting\n"
143msgstr "%s: Kein Dateiname in Zeile %d der Standardeingabe gefunden, Abbruch\n"
144
145#: ../setfattr/setfattr.c:154
146#, c-format
147msgid "%s %s -- set extended attributes\n"
148msgstr "%s %s -- Erweiterte Attribute setzen\n"
149
150#: ../setfattr/setfattr.c:157
151msgid ""
152"  -n, --name=name         set the value of the named extended attribute\n"
153"  -x, --remove=name       remove the named extended attribute\n"
154"  -v, --value=value       use value as the attribute value\n"
155"  -h, --no-dereference    do not dereference symbolic links\n"
156"      --restore=file      restore extended attributes\n"
157"      --version           print version and exit\n"
158"      --help              this help text\n"
159msgstr ""
160"  -n, --name=name         Name des Attributs, das gesetzt werden soll\n"
161"  -x, --remove=name       Entfernt das angegebene erweiterte Attribut\n"
162"  -v, --value=wert        Wert f��r das erweiterte Attribut\n"
163"  -h, --no-dereference    Symbolische Links nicht dereferenzieren\n"
164"      --restore=datei     Erweiterte Attribute wiederhestellen\n"
165"      --version           Die Version ausgeben\n"
166"      --help              Diese Hilfe\n"
167
168#: ../libattr/attr_copy_fd.c:82 ../libattr/attr_copy_fd.c:96
169#: ../libattr/attr_copy_file.c:79 ../libattr/attr_copy_file.c:93
170#, c-format
171msgid "listing attributes of %s"
172msgstr "Auslisten von Attributen von %s"
173
174#: ../libattr/attr_copy_fd.c:115 ../libattr/attr_copy_fd.c:128
175#: ../libattr/attr_copy_file.c:112 ../libattr/attr_copy_file.c:125
176#, c-format
177msgid "getting attribute %s of %s"
178msgstr "Lesen von Attribut %s von %s"
179
180#: ../libattr/attr_copy_fd.c:136 ../libattr/attr_copy_file.c:133
181#, c-format
182msgid "setting attributes for %s"
183msgstr "Setzen von Attributen f��r %s"
184
185#: ../libattr/attr_copy_fd.c:142 ../libattr/attr_copy_file.c:139
186#, c-format
187msgid "setting attribute %s for %s"
188msgstr "Setzen von Attribut %s f��r %s"
189