File: apparmor-parser.pot

package info (click to toggle)
apparmor 2.7.103-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 11,920 kB
  • sloc: ansic: 12,022; perl: 10,644; sh: 8,119; cpp: 2,505; yacc: 1,592; python: 1,489; makefile: 1,138; lex: 1,003; pascal: 399; ruby: 374; exp: 250; java: 212; xml: 159
file content (540 lines) | stat: -rw-r--r-- 12,048 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR NOVELL, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: apparmor@lists.ubuntu.com\n"
"POT-Creation-Date: 2011-02-22 03:25-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../parser_include.c:113
msgid "Error: Out of memory.\n"
msgstr ""

#: ../parser_include.c:123
#, c-format
msgid "Error: basedir %s is not a directory, skipping.\n"
msgstr ""

#: ../parser_include.c:137
#, c-format
msgid "Error: Could not add directory %s to search path.\n"
msgstr ""

#: ../parser_include.c:147
msgid "Error: Could not allocate memory.\n"
msgstr ""

#: ../parser_interface.c:69
msgid "Bad write position\n"
msgstr ""

#: ../parser_interface.c:72
msgid "Permission denied\n"
msgstr ""

#: ../parser_interface.c:75
msgid "Out of memory\n"
msgstr ""

#: ../parser_interface.c:78
msgid "Couldn't copy profile: Bad memory address\n"
msgstr ""

#: ../parser_interface.c:81
msgid "Profile doesn't conform to protocol\n"
msgstr ""

#: ../parser_interface.c:84
msgid "Profile does not match signature\n"
msgstr ""

#: ../parser_interface.c:87
msgid "Profile version not supported by Apparmor module\n"
msgstr ""

#: ../parser_interface.c:90
msgid "Profile already exists\n"
msgstr ""

#: ../parser_interface.c:93
msgid "Profile doesn't exist\n"
msgstr ""

#: ../parser_interface.c:96
msgid "Permission denied; attempted to load a profile while confined?\n"
msgstr ""

#: ../parser_interface.c:99
#, c-format
msgid "Unknown error (%d): %s\n"
msgstr ""

#: ../parser_interface.c:116
#, c-format
msgid "%s: Unable to add \"%s\".  "
msgstr ""

#: ../parser_interface.c:121
#, c-format
msgid "%s: Unable to replace \"%s\".  "
msgstr ""

#: ../parser_interface.c:126
#, c-format
msgid "%s: Unable to remove \"%s\".  "
msgstr ""

#: ../parser_interface.c:131
#, c-format
msgid "%s: Unable to write to stdout\n"
msgstr ""

#: ../parser_interface.c:135
#, c-format
msgid "%s: Unable to write to output file\n"
msgstr ""

#: ../parser_interface.c:138 ../parser_interface.c:162
#, c-format
msgid "%s: ASSERT: Invalid option: %d\n"
msgstr ""

#: ../parser_interface.c:147
#, c-format
msgid "Addition succeeded for \"%s\".\n"
msgstr ""

#: ../parser_interface.c:151
#, c-format
msgid "Replacement succeeded for \"%s\".\n"
msgstr ""

#: ../parser_interface.c:155
#, c-format
msgid "Removal succeeded for \"%s\".\n"
msgstr ""

#: ../parser_interface.c:251
#, c-format
msgid "PANIC bad increment buffer %p pos %p ext %p size %d res %p\n"
msgstr ""

#: ../parser_interface.c:656
#, c-format
msgid "profile %s network rules not enforced\n"
msgstr ""

#: ../parser_interface.c:666
msgid "Unknown pattern type\n"
msgstr ""

#: ../parser_interface.c:750 ../parser_interface.c:902
#, c-format
msgid "Unable to open %s - %s\n"
msgstr ""

#: ../parser_interface.c:776
#, c-format
msgid "Memory Allocation Error: Unable to remove ^%s\n"
msgstr ""

#: ../parser_interface.c:789
#, c-format
msgid "Memory Allocation Error: Unable to remove %s:%s."
msgstr ""

#: ../parser_interface.c:810
msgid "unable to create work area\n"
msgstr ""

#: ../parser_interface.c:818
#, c-format
msgid "unable to serialize profile %s\n"
msgstr ""

#: ../parser_interface.c:829 ../parser_interface.c:916
#, c-format
msgid "%s: Unable to write entire profile entry\n"
msgstr ""

#: ../parser_interface.c:839
#, c-format
msgid "%s: Unable to write entire profile entry to cache\n"
msgstr ""

#: parser_lex.l:100
#, c-format
msgid "Could not open '%s'"
msgstr ""

#: parser_lex.l:104
#, c-format
msgid "fstat failed for '%s'"
msgstr ""

#: parser_lex.l:121
#, c-format
msgid "opendir failed '%s'"
msgstr ""

#: parser_lex.l:152
#, c-format
msgid "stat failed for '%s'"
msgstr ""

#: parser_lex.l:155
#, c-format
msgid "Could not open '%s' in '%s'"
msgstr ""

#: parser_lex.l:284 parser_lex.l:322 parser_lex.l:362 parser_lex.l:399
#: parser_lex.l:469 parser_lex.l:655
#, c-format
msgid "Found unexpected character: '%s'"
msgstr ""

#: parser_lex.l:386
msgid "Variable declarations do not accept trailing commas"
msgstr ""

#: parser_lex.l:420
#, c-format
msgid "(network_mode) Found unexpected character: '%s'"
msgstr ""

#: ../parser_main.c:333
#, c-format
msgid "Warning from %s (%s%sline %d): %s"
msgstr ""

#: ../parser_main.c:531
#, c-format
msgid "%s: Could not allocate memory for subdomainbase mount point\n"
msgstr ""

#: ../parser_main.c:577
#, c-format
msgid ""
"Warning: unable to find a suitable fs in %s, is it mounted?\n"
"Use --subdomainfs to override.\n"
msgstr ""

#: ../parser_main.c:597
#, c-format
msgid ""
"%s: Sorry. You need root privileges to run this program.\n"
"\n"
msgstr ""

#: ../parser_main.c:604
#, c-format
msgid ""
"%s: Warning! You've set this program setuid root.\n"
"Anybody who can run this program can update your AppArmor profiles.\n"
"\n"
msgstr ""

#: ../parser_main.c:704 ../parser_main.c:813
#, c-format
msgid "Error: Could not read profile %s: %s.\n"
msgstr ""

#: ../parser_main.c:718 ../parser_misc.c:270 parser_yacc.y:227
#: parser_yacc.y:374 parser_yacc.y:386 parser_yacc.y:484 parser_yacc.y:586
#: parser_yacc.y:624 parser_yacc.y:939 parser_yacc.y:948 parser_yacc.y:960
#: parser_yacc.y:1008 parser_yacc.y:1019 parser_yacc.y:1101 parser_yacc.y:1119
#: parser_yacc.y:1126
msgid "Memory allocation error."
msgstr ""

#: ../parser_main.c:740
#, c-format
msgid "Cached load succeeded for \"%s\".\n"
msgstr ""

#: ../parser_main.c:744
#, c-format
msgid "Cached reload succeeded for \"%s\".\n"
msgstr ""

#: ../parser_main.c:910
#, c-format
msgid "%s: Errors found in file. Aborting.\n"
msgstr ""

#: ../parser_misc.c:426
msgid ""
"Uppercase qualifiers \"RWLIMX\" are deprecated, please convert to lowercase\n"
"See the apparmor.d(5) manpage for details.\n"
msgstr ""

#: ../parser_misc.c:467 ../parser_misc.c:474
msgid "Conflict 'a' and 'w' perms are mutually exclusive."
msgstr ""

#: ../parser_misc.c:491
msgid "Exec qualifier 'i' invalid, conflicting qualifier already specified"
msgstr ""

#: ../parser_misc.c:502
#, c-format
msgid ""
"Unconfined exec qualifier (%c%c) allows some dangerous environment variables "
"to be passed to the unconfined process; 'man 5 apparmor.d' for details.\n"
msgstr ""

#: ../parser_misc.c:510 ../parser_misc.c:551
#, c-format
msgid "Exec qualifier '%c' invalid, conflicting qualifier already specified"
msgstr ""

#: ../parser_misc.c:537 ../parser_misc.c:545
#, c-format
msgid "Exec qualifier '%c%c' invalid, conflicting qualifier already specified"
msgstr ""

#: ../parser_misc.c:593
#, c-format
msgid "Internal: unexpected mode character '%c' in input"
msgstr ""

#: ../parser_misc.c:615
#, c-format
msgid "Internal error generated invalid perm 0x%llx\n"
msgstr ""

#: ../parser_misc.c:865 ../parser_symtab.c:561 ../parser_regex.c:626
#: ../parser_variable.c:229
#, c-format
msgid "AppArmor parser error: %s\n"
msgstr ""

#: ../parser_merge.c:92
msgid "Couldn't merge entries. Out of Memory\n"
msgstr ""

#: ../parser_merge.c:111
#, c-format
msgid "profile %s: has merged rule %s with conflicting x modifiers\n"
msgstr ""

#: parser_yacc.y:236
msgid "Profile attachment must begin with a '/'."
msgstr ""

#: parser_yacc.y:260
msgid ""
"Profile names must begin with a '/', namespace or keyword 'profile' or 'hat'."
msgstr ""

#: parser_yacc.y:296
#, c-format
msgid "Failed to create alias %s -> %s\n"
msgstr ""

#: parser_yacc.y:417
msgid "Profile flag chroot_relative conflicts with namespace_relative"
msgstr ""

#: parser_yacc.y:421
msgid "Profile flag mediate_deleted conflicts with delegate_deleted"
msgstr ""

#: parser_yacc.y:424
msgid "Profile flag attach_disconnected conflicts with no_attach_disconnected"
msgstr ""

#: parser_yacc.y:427
msgid "Profile flag chroot_attach conflicts with chroot_no_attach"
msgstr ""

#: parser_yacc.y:441
msgid "Profile flag 'debug' is no longer valid."
msgstr ""

#: parser_yacc.y:463
#, c-format
msgid "Invalid profile flag: %s."
msgstr ""

#: parser_yacc.y:498 parser_yacc.y:520
msgid "Assert: `rule' returned NULL."
msgstr ""

#: parser_yacc.y:501 parser_yacc.y:546
msgid ""
"Invalid mode, in deny rules 'x' must not be preceded by exec qualifier 'i', "
"'p', or 'u'"
msgstr ""

#: parser_yacc.y:524
msgid ""
"Invalid mode, 'x' must be preceded by exec qualifier 'i', 'p', 'c', or 'u'"
msgstr ""

#: parser_yacc.y:549
msgid "Invalid mode, 'x' must be preceded by exec qualifier 'i', 'p', or 'u'"
msgstr ""

#: parser_yacc.y:574 parser_yacc.y:612
msgid "Assert: `network_rule' return invalid protocol."
msgstr ""

#: parser_yacc.y:649
msgid "Assert: `change_profile' returned NULL."
msgstr ""

#: parser_yacc.y:680
msgid "Assert: 'hat rule' returned NULL."
msgstr ""

#: parser_yacc.y:689
msgid "Assert: 'local_profile rule' returned NULL."
msgstr ""

#: parser_yacc.y:824
#, c-format
msgid "Unset boolean variable %s used in if-expression"
msgstr ""

#: parser_yacc.y:882
msgid "unsafe rule missing exec permissions"
msgstr ""

#: parser_yacc.y:901
msgid "subset can only be used with link rules."
msgstr ""

#: parser_yacc.y:903
msgid "link and exec perms conflict on a file rule using ->"
msgstr ""

#: parser_yacc.y:905
msgid "link perms are not allowed on a named profile transition.\n"
msgstr ""

#: parser_yacc.y:921
#, c-format
msgid "missing an end of line character? (entry: %s)"
msgstr ""

#: parser_yacc.y:975 parser_yacc.y:985
msgid "Invalid network entry."
msgstr ""

#: parser_yacc.y:1039 parser_yacc.y:1048
#, c-format
msgid "Invalid capability %s."
msgstr ""

#: parser_yacc.y:1066
#, c-format
msgid "AppArmor parser error for %s%s%s at line %d: %s\n"
msgstr ""

#: parser_yacc.y:1072
#, c-format
msgid "AppArmor parser error,%s%s line %d: %s\n"
msgstr ""

#: ../parser_regex.c:244
#, c-format
msgid "%s: Illegal open {, nesting groupings not allowed\n"
msgstr ""

#: ../parser_regex.c:265
#, c-format
msgid "%s: Regex grouping error: Invalid number of items between {}\n"
msgstr ""

#: ../parser_regex.c:271
#, c-format
msgid ""
"%s: Regex grouping error: Invalid close }, no matching open { detected\n"
msgstr ""

#: ../parser_regex.c:337
#, c-format
msgid ""
"%s: Regex grouping error: Unclosed grouping or character class, expecting "
"close }\n"
msgstr ""

#: ../parser_regex.c:351
#, c-format
msgid "%s: Internal buffer overflow detected, %d characters exceeded\n"
msgstr ""

#: ../parser_regex.c:355
#, c-format
msgid "%s: Unable to parse input line '%s'\n"
msgstr ""

#: ../parser_regex.c:397
#, c-format
msgid "%s: Invalid profile name '%s' - bad regular expression\n"
msgstr ""

#: ../parser_policy.c:202
#, c-format
msgid "ERROR merging rules for profile %s, failed to load\n"
msgstr ""

#: ../parser_policy.c:234
#, c-format
msgid ""
"ERROR profile %s contains policy elements not usable with this kernel:\n"
"\t'*', '?', character ranges, and alternations are not allowed.\n"
"\t'**' may only be used at the end of a rule.\n"
msgstr ""

#: ../parser_policy.c:279
#, c-format
msgid "ERROR processing regexs for profile %s, failed to load\n"
msgstr ""

#: ../parser_policy.c:306
#, c-format
msgid "ERROR expanding variables for profile %s, failed to load\n"
msgstr ""

#: ../parser_policy.c:390
#, c-format
msgid "ERROR adding hat access rule for profile %s\n"
msgstr ""

#: ../parser_policy.c:490
#, c-format
msgid "ERROR in profile %s, failed to load\n"
msgstr ""

#: ../parser_policy.c:675
#, c-format
msgid "%s: Errors found during postprocessing.  Aborting.\n"
msgstr ""

#: ../parser_policy.c:682 ../parser_policy.c:704
#, c-format
msgid "%s: Errors found during regex postprocess.  Aborting.\n"
msgstr ""

#: ../parser_policy.c:689
#, c-format
msgid "%s: Errors found during postprocess.  Aborting.\n"
msgstr ""

#: ../parser_policy.c:696
#, c-format
msgid "%s: Errors found in combining rules postprocessing. Aborting.\n"
msgstr ""