Git init
[framework/base/attr.git] / po / attr.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2009-07-31 19:07-0700\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: ../attr/attr.c:46
20 #, c-format
21 msgid ""
22 "Usage: %s [-LRSq] -s attrname [-V attrvalue] pathname  # set value\n"
23 "       %s [-LRSq] -g attrname pathname                 # get value\n"
24 "       %s [-LRSq] -r attrname pathname                 # remove attr\n"
25 "       %s [-LRq]  -l pathname                          # list attrs \n"
26 "      -s reads a value from stdin and -g writes a value to stdout\n"
27 msgstr ""
28
29 #: ../attr/attr.c:83 ../attr/attr.c:100 ../attr/attr.c:109 ../attr/attr.c:118
30 #, c-format
31 msgid "Only one of -s, -g, -r, or -l allowed\n"
32 msgstr ""
33
34 #: ../attr/attr.c:91
35 #, c-format
36 msgid "-V only allowed with -s\n"
37 msgstr ""
38
39 #: ../attr/attr.c:136
40 #, c-format
41 msgid "Unrecognized option: %c\n"
42 msgstr ""
43
44 #: ../attr/attr.c:143
45 #, c-format
46 msgid "A filename to operate on is required\n"
47 msgstr ""
48
49 #: ../attr/attr.c:171
50 #, c-format
51 msgid "Could not set \"%s\" for %s\n"
52 msgstr ""
53
54 #: ../attr/attr.c:176
55 #, c-format
56 msgid "Attribute \"%s\" set to a %d byte value for %s:\n"
57 msgstr ""
58
59 #: ../attr/attr.c:194
60 #, c-format
61 msgid "Could not get \"%s\" for %s\n"
62 msgstr ""
63
64 #: ../attr/attr.c:199
65 #, c-format
66 msgid "Attribute \"%s\" had a %d byte value for %s:\n"
67 msgstr ""
68
69 #: ../attr/attr.c:212
70 #, c-format
71 msgid "Could not remove \"%s\" for %s\n"
72 msgstr ""
73
74 #: ../attr/attr.c:230
75 #, c-format
76 msgid "Could not list \"%s\" for %s\n"
77 msgstr ""
78
79 #: ../attr/attr.c:240
80 #, c-format
81 msgid "Attribute \"%s\" has a %d byte value for %s\n"
82 msgstr ""
83
84 #: ../attr/attr.c:252
85 #, c-format
86 msgid "At least one of -s, -g, -r, or -l is required\n"
87 msgstr ""
88
89 #: ../getfattr/getfattr.c:97 ../setfattr/setfattr.c:70
90 msgid "No such attribute"
91 msgstr ""
92
93 #: ../getfattr/getfattr.c:256
94 #, c-format
95 msgid "%s: Removing leading '/' from absolute path names\n"
96 msgstr ""
97
98 #: ../getfattr/getfattr.c:373
99 #, c-format
100 msgid "%s %s -- get extended attributes\n"
101 msgstr ""
102
103 #: ../getfattr/getfattr.c:375 ../setfattr/setfattr.c:176
104 #, c-format
105 msgid "Usage: %s %s\n"
106 msgstr ""
107
108 #: ../getfattr/getfattr.c:378
109 #, c-format
110 msgid ""
111 "  -n, --name=name         get the named extended attribute value\n"
112 "  -d, --dump              get all extended attribute values\n"
113 "  -e, --encoding=...      encode values (as 'text', 'hex' or 'base64')\n"
114 "      --match=pattern     only get attributes with names matching pattern\n"
115 "      --only-values       print the bare values only\n"
116 "  -h, --no-dereference    do not dereference symbolic links\n"
117 "      --absolute-names    don't strip leading '/' in pathnames\n"
118 "  -R, --recursive         recurse into subdirectories\n"
119 "  -L, --logical           logical walk, follow symbolic links\n"
120 "  -P  --physical          physical walk, do not follow symbolic links\n"
121 "      --version           print version and exit\n"
122 "      --help              this help text\n"
123 msgstr ""
124
125 #: ../getfattr/getfattr.c:474
126 #, c-format
127 msgid "%s: invalid regular expression \"%s\"\n"
128 msgstr ""
129
130 #: ../getfattr/getfattr.c:488
131 #, c-format
132 msgid ""
133 "Usage: %s %s\n"
134 "Try `%s --help' for more information.\n"
135 msgstr ""
136
137 #: ../setfattr/setfattr.c:124
138 #, c-format
139 msgid "%s: %s: No filename found in line %d, aborting\n"
140 msgstr ""
141
142 #: ../setfattr/setfattr.c:128
143 #, c-format
144 msgid "%s: No filename found in line %d of standard input, aborting\n"
145 msgstr ""
146
147 #: ../setfattr/setfattr.c:175
148 #, c-format
149 msgid "%s %s -- set extended attributes\n"
150 msgstr ""
151
152 #: ../setfattr/setfattr.c:177
153 #, c-format
154 msgid "       %s %s\n"
155 msgstr ""
156
157 #: ../setfattr/setfattr.c:179
158 #, c-format
159 msgid ""
160 "  -n, --name=name         set the value of the named extended attribute\n"
161 "  -x, --remove=name       remove the named extended attribute\n"
162 "  -v, --value=value       use value as the attribute value\n"
163 "  -h, --no-dereference    do not dereference symbolic links\n"
164 "      --restore=file      restore extended attributes\n"
165 "      --version           print version and exit\n"
166 "      --help              this help text\n"
167 msgstr ""
168
169 #: ../setfattr/setfattr.c:254
170 #, c-format
171 msgid ""
172 "Usage: %s %s\n"
173 "       %s %s\n"
174 "Try `%s --help' for more information.\n"
175 msgstr ""
176
177 #: ../libattr/attr_copy_fd.c:82 ../libattr/attr_copy_fd.c:97
178 #: ../libattr/attr_copy_file.c:80 ../libattr/attr_copy_file.c:95
179 #, c-format
180 msgid "listing attributes of %s"
181 msgstr ""
182
183 #: ../libattr/attr_copy_fd.c:117 ../libattr/attr_copy_fd.c:134
184 #: ../libattr/attr_copy_file.c:115 ../libattr/attr_copy_file.c:132
185 #, c-format
186 msgid "getting attribute %s of %s"
187 msgstr ""
188
189 #: ../libattr/attr_copy_fd.c:148 ../libattr/attr_copy_fd.c:166
190 #: ../libattr/attr_copy_file.c:145 ../libattr/attr_copy_file.c:164
191 #, c-format
192 msgid "setting attributes for %s"
193 msgstr ""
194
195 #: ../libattr/attr_copy_fd.c:154 ../libattr/attr_copy_file.c:152
196 #, c-format
197 msgid "setting attribute %s for %s"
198 msgstr ""