Update to 4.01.
[profile/ivi/quota.git] / pot.po
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: 2012-03-01 23:31+0100\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 #: bylabel.c:253
20 #, c-format
21 msgid "Found an invalid UUID: %s\n"
22 msgstr ""
23
24 #: bylabel.c:273
25 #, c-format
26 msgid "Error checking device name: %s\n"
27 msgstr ""
28
29 #: common.c:124
30 #, c-format
31 msgid "Quota utilities version %s.\n"
32 msgstr ""
33
34 #: common.c:125
35 #, c-format
36 msgid "Compiled with:%s\n"
37 msgstr ""
38
39 #: common.c:126 convertquota.c:48 quotacheck.c:318 quotasync.c:26
40 #: repquota.c:64 warnquota.c:994
41 #, c-format
42 msgid "Bugs to %s\n"
43 msgstr ""
44
45 #: convertquota.c:41
46 #, c-format
47 msgid ""
48 "Utility for converting quota files.\n"
49 "Usage:\n"
50 "\t%s [options] mountpoint\n"
51 "\n"
52 "-u, --user                          convert user quota file\n"
53 "-g, --group                         convert group quota file\n"
54 "-e, --convert-endian                convert quota file to correct endianity\n"
55 "-f, --convert-format oldfmt,newfmt  convert from old to VFSv0 quota format\n"
56 "-h, --help                          show this help text and exit\n"
57 "-V, --version                       output version information and exit\n"
58 "\n"
59 msgstr ""
60
61 #: convertquota.c:97
62 msgid "You have to specify source and target format of conversion.\n"
63 msgstr ""
64
65 #: convertquota.c:112 quotacheck.c:404 quotaon.c:137 quotasync.c:64
66 #: repquota.c:141 setquota.c:221
67 msgid "Bad number of arguments.\n"
68 msgstr ""
69
70 #: convertquota.c:119
71 msgid "You have to specify action to perform.\n"
72 msgstr ""
73
74 #: convertquota.c:166 quotacheck_v2.c:241 quotaio_tree.c:58
75 #, c-format
76 msgid "Cannot read block %u: %s\n"
77 msgstr ""
78
79 #: convertquota.c:191 convertquota.c:283
80 #, c-format
81 msgid "Cannot commit dquot for id %u: %s\n"
82 msgstr ""
83
84 #: convertquota.c:239
85 msgid "Cannot read header of old quotafile.\n"
86 msgstr ""
87
88 #: convertquota.c:243
89 msgid ""
90 "Bad file magic or version (probably not quotafile with bad endianity).\n"
91 msgstr ""
92
93 #: convertquota.c:254
94 msgid "Cannot read information about old quotafile.\n"
95 msgstr ""
96
97 #: convertquota.c:296
98 msgid "Cannot get name of new quotafile.\n"
99 msgstr ""
100
101 #: convertquota.c:302 quotacheck.c:753
102 #, c-format
103 msgid "Cannot rename new quotafile %s to name %s: %s\n"
104 msgstr ""
105
106 #: convertquota.c:316
107 #, c-format
108 msgid "Cannot open old format file for %ss on %s\n"
109 msgstr ""
110
111 #: convertquota.c:321 convertquota.c:354
112 #, c-format
113 msgid "Cannot create file for %ss for new format on %s: %s\n"
114 msgstr ""
115
116 #: convertquota.c:344
117 #, c-format
118 msgid "Cannot open old quota file on %s: %s\n"
119 msgstr ""
120
121 #: convertquota.c:380
122 msgid "Unknown action should be performed.\n"
123 msgstr ""
124
125 #: edquota.c:81
126 #, c-format
127 msgid ""
128 "Usage:\n"
129 "\tedquota %1$s[-u] [-F formatname] [-p username] [-f filesystem] "
130 "username ...\n"
131 "\tedquota %1$s-g [-F formatname] [-p groupname] [-f filesystem] "
132 "groupname ...\n"
133 "\tedquota [-u|g] [-F formatname] [-f filesystem] -t\n"
134 "\tedquota [-u|g] [-F formatname] [-f filesystem] -T username|groupname ...\n"
135 msgstr ""
136
137 #: edquota.c:85
138 msgid ""
139 "\n"
140 "-u, --user                    edit user data\n"
141 "-g, --group                   edit group data\n"
142 msgstr ""
143
144 #: edquota.c:89
145 msgid ""
146 "-r, --remote                  edit remote quota (via RPC)\n"
147 "-m, --no-mixed-pathnames      trim leading slashes from NFSv4 mountpoints\n"
148 msgstr ""
149
150 #: edquota.c:92
151 msgid ""
152 "-F, --format=formatname       edit quotas of a specific format\n"
153 "-p, --prototype=name          copy data from a prototype user/group\n"
154 "    --always-resolve          always try to resolve name, even if it is\n"
155 "                              composed only of digits\n"
156 "-f, --filesystem=filesystem   edit data only on a specific filesystem\n"
157 "-t, --edit-period             edit grace period\n"
158 "-T, --edit-times              edit grace time of a user/group\n"
159 "-h, --help                    display this help text and exit\n"
160 "-V, --version                 display version information and exit\n"
161 "\n"
162 msgstr ""
163
164 #: edquota.c:101 quota.c:111 setquota.c:79
165 #, c-format
166 msgid "Bugs to: %s\n"
167 msgstr ""
168
169 #: edquota.c:183
170 msgid ""
171 "Prototype name does not make sense when editing grace period or times.\n"
172 msgstr ""
173
174 #: edquota.c:187
175 msgid "Cannot change grace times over RPC protocol.\n"
176 msgstr ""
177
178 #: edquota.c:205
179 #, c-format
180 msgid "Cannot get quota information for user %s\n"
181 msgstr ""
182
183 #: edquota.c:211
184 msgid "fsname mismatch\n"
185 msgstr ""
186
187 #: edquota.c:253
188 msgid "No filesystems with quota detected.\n"
189 msgstr ""
190
191 #: edquota.c:269
192 #, c-format
193 msgid "Cannot create temporary file: %s\n"
194 msgstr ""
195
196 #: edquota.c:274
197 #, c-format
198 msgid "Cannot change owner of temporary file: %s\n"
199 msgstr ""
200
201 #: edquota.c:281
202 msgid "Cannot write grace times to file.\n"
203 msgstr ""
204
205 #: edquota.c:285
206 msgid "Error while editing grace times.\n"
207 msgstr ""
208
209 #: edquota.c:289
210 msgid "Failed to parse grace times file.\n"
211 msgstr ""
212
213 #: edquota.c:298 edquota.c:324
214 #, c-format
215 msgid "Cannot get quota information for user %s.\n"
216 msgstr ""
217
218 #: edquota.c:300
219 msgid "Cannot write individual grace times to file.\n"
220 msgstr ""
221
222 #: edquota.c:305
223 msgid "Error while editing individual grace times.\n"
224 msgstr ""
225
226 #: edquota.c:310
227 msgid "Cannot read individual grace times from file.\n"
228 msgstr ""
229
230 #: edquota.c:326
231 msgid "Cannot write quotas to file.\n"
232 msgstr ""
233
234 #: edquota.c:331
235 msgid "Error while editing quotas.\n"
236 msgstr ""
237
238 #: edquota.c:337
239 msgid "Cannot reopen!"
240 msgstr ""
241
242 #: edquota.c:339
243 msgid "Cannot read quotas from file.\n"
244 msgstr ""
245
246 #: quota.c:85
247 msgid "Usage: quota [-guqvswim] [-l | [-Q | -A]] [-F quotaformat]\n"
248 msgstr ""
249
250 #: quota.c:86
251 msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -u username ...\n"
252 msgstr ""
253
254 #: quota.c:87
255 msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -g groupname ...\n"
256 msgstr ""
257
258 #: quota.c:88
259 msgid "\tquota [-qvswugQm] [-F quotaformat] -f filesystem ...\n"
260 msgstr ""
261
262 #: quota.c:89
263 msgid ""
264 "\n"
265 "-u, --user                display quota for user\n"
266 "-g, --group               display quota for group\n"
267 "-q, --quiet               print more terse message\n"
268 "-v, --verbose             print more verbose message\n"
269 "-s, --human-readable      display numbers in human friendly units (MB, "
270 "GB...)\n"
271 "    --always-resolve      always try to translate name to id, even if it is\n"
272 "\t\t\t  composed of only digits\n"
273 "-w, --no-wrap             do not wrap long lines\n"
274 "-p, --raw-grace           print grace time in seconds since epoch\n"
275 "-l, --local-only          do not query NFS filesystems\n"
276 "-Q, --quiet-refuse        do not print error message when NFS server does\n"
277 "                          not respond\n"
278 "-i, --no-autofs           do not query autofs mountpoints\n"
279 "-F, --format=formatname   display quota of a specific format\n"
280 "-f, --filesystem-list     display quota information only for given "
281 "filesystems\n"
282 "-A, --nfs-all             display quota for all NFS mountpoints\n"
283 "-m, --no-mixed-pathnames  trim leading slashes from NFSv4 mountpoints\n"
284 "    --show-mntpoint       show mount point of the file system in output\n"
285 "    --hide-device         do not show file system device in output\n"
286 "-h, --help                display this help message and exit\n"
287 "-V, --version             display version information and exit\n"
288 "\n"
289 msgstr ""
290
291 #: quota.c:120
292 msgid "space"
293 msgstr ""
294
295 #: quota.c:122
296 msgid "blocks"
297 msgstr ""
298
299 #: quota.c:124
300 #, c-format
301 msgid "Disk quotas for %s %s (%cid %u): %s\n"
302 msgstr ""
303
304 #: quota.c:127
305 msgid "Filesystem"
306 msgstr ""
307
308 #: quota.c:128 quota.c:129
309 msgid "quota"
310 msgstr ""
311
312 #: quota.c:128 quota.c:129
313 msgid "limit"
314 msgstr ""
315
316 #: quota.c:128 quota.c:129
317 msgid "grace"
318 msgstr ""
319
320 #: quota.c:129
321 msgid "files"
322 msgstr ""
323
324 #: quota.c:201
325 msgid "File limit reached on"
326 msgstr ""
327
328 #: quota.c:207
329 msgid "In file grace period on"
330 msgstr ""
331
332 #: quota.c:211
333 msgid "Over file quota on"
334 msgstr ""
335
336 #: quota.c:217
337 msgid "Block limit reached on"
338 msgstr ""
339
340 #: quota.c:223
341 msgid "In block grace period on"
342 msgstr ""
343
344 #: quota.c:227
345 msgid "Over block quota on"
346 msgstr ""
347
348 #: quota.c:290 quotasys.c:288
349 msgid "none"
350 msgstr ""
351
352 #: quota.c:396
353 #, c-format
354 msgid "Warning: Ignoring -%c when filesystem list specified.\n"
355 msgstr ""
356
357 #: quota.c:403
358 msgid "No filesystem specified.\n"
359 msgstr ""
360
361 #: quota.c:411
362 #, c-format
363 msgid "Gid set allocation (%d): %s\n"
364 msgstr ""
365
366 #: quota.c:417
367 #, c-format
368 msgid "getgroups(): %s\n"
369 msgstr ""
370
371 #: quotacheck.c:96
372 msgid "Not enough memory.\n"
373 msgstr ""
374
375 #: quotacheck.c:128
376 #, c-format
377 msgid "Adding hardlink for inode %llu\n"
378 msgstr ""
379
380 #: quotacheck.c:171
381 #, c-format
382 msgid "Adding dquot structure type %s for %d\n"
383 msgstr ""
384
385 #: quotacheck.c:257
386 #, c-format
387 msgid "Cannot open file %s: %s\n"
388 msgstr ""
389
390 #: quotacheck.c:262
391 msgid "Cannot get exact used space... Results might be inaccurate.\n"
392 msgstr ""
393
394 #: quotacheck.c:300
395 #, c-format
396 msgid ""
397 "Utility for checking and repairing quota files.\n"
398 "%s [-gucbfinvdmMR] [-F <quota-format>] filesystem|-a\n"
399 "\n"
400 "-u, --user                check user files\n"
401 "-g, --group               check group files\n"
402 "-c, --create-files        create new quota files\n"
403 "-b, --backup              create backups of old quota files\n"
404 "-f, --force               force check even if quotas are enabled\n"
405 "-i, --interactive         interactive mode\n"
406 "-n, --use-first-dquot     use the first copy of duplicated structure\n"
407 "-v, --verbose             print more information\n"
408 "-d, --debug               print even more messages\n"
409 "-m, --no-remount          do not remount filesystem read-only\n"
410 "-M, --try-remount         try remounting filesystem read-only,\n"
411 "                          continue even if it fails\n"
412 "-R, --exclude-root        exclude root when checking all filesystems\n"
413 "-F, --format=formatname   check quota files of specific format\n"
414 "-a, --all                 check all filesystems\n"
415 "-h, --help                display this message and exit\n"
416 "-V, --version             display version information and exit\n"
417 "\n"
418 msgstr ""
419
420 #: quotacheck.c:430
421 #, c-format
422 msgid "error (%d) while opening %s\n"
423 msgstr ""
424
425 #: quotacheck.c:435
426 #, c-format
427 msgid "error (%d) while allocating file inode bitmap\n"
428 msgstr ""
429
430 #: quotacheck.c:440
431 #, c-format
432 msgid "errstr (%d) while allocating directory inode bitmap\n"
433 msgstr ""
434
435 #: quotacheck.c:445
436 #, c-format
437 msgid "error (%d) while opening inode scan\n"
438 msgstr ""
439
440 #: quotacheck.c:450
441 #, c-format
442 msgid "error (%d) while starting inode scan\n"
443 msgstr ""
444
445 #: quotacheck.c:458
446 #, c-format
447 msgid "Found i_num %ld, blocks %ld\n"
448 msgstr ""
449
450 #: quotacheck.c:464
451 msgid "High uid detected.\n"
452 msgstr ""
453
454 #: quotacheck.c:480
455 #, c-format
456 msgid "Something weird happened while scanning. Error %d\n"
457 msgstr ""
458
459 #: quotacheck.c:504
460 #, c-format
461 msgid "Cannot stat directory %s: %s\n"
462 msgstr ""
463
464 #: quotacheck.c:516
465 #, c-format
466 msgid ""
467 "\n"
468 "Can open directory %s: %s\n"
469 msgstr ""
470
471 #: quotacheck.c:528
472 #, c-format
473 msgid ""
474 "lstat: Cannot stat `%s/%s': %s\n"
475 "Guess you'd better run fsck first !\n"
476 "exiting...\n"
477 msgstr ""
478
479 #: quotacheck.c:539
480 #, c-format
481 msgid "pushd %s/%s\n"
482 msgstr ""
483
484 #: quotacheck.c:555
485 #, c-format
486 msgid "\tAdding %s size %lld ino %d links %d uid %u gid %u\n"
487 msgstr ""
488
489 #: quotacheck.c:565
490 msgid "Scanning stored directories from directory stack\n"
491 msgstr ""
492
493 #: quotacheck.c:569
494 #, c-format
495 msgid ""
496 "popd %s\n"
497 "Entering directory %s\n"
498 msgstr ""
499
500 #: quotacheck.c:581
501 #, c-format
502 msgid "Leaving %s\n"
503 msgstr ""
504
505 #: quotacheck.c:621
506 #, c-format
507 msgid "Going to check %s quota file of %s\n"
508 msgstr ""
509
510 #: quotacheck.c:627
511 #, c-format
512 msgid ""
513 "Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
514 "file.\n"
515 msgstr ""
516
517 #: quotacheck.c:628 quotacheck.c:939
518 msgid "Should I continue?"
519 msgstr ""
520
521 #: quotacheck.c:629 quotacheck.c:940
522 #, c-format
523 msgid "As you wish... Canceling check of this file.\n"
524 msgstr ""
525
526 #: quotacheck.c:634
527 #, c-format
528 msgid ""
529 "Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
530 "file.\n"
531 "Please turn quotas off or use -f to force checking.\n"
532 msgstr ""
533
534 #: quotacheck.c:641
535 #, c-format
536 msgid "Error while syncing quotas on %s: %s\n"
537 msgstr ""
538
539 #: quotacheck.c:646
540 #, c-format
541 msgid "Cannot get quotafile name for %s\n"
542 msgstr ""
543
544 #: quotacheck.c:651 quotaio.c:150 quotasys.c:552
545 #, c-format
546 msgid "Cannot open quotafile %s: %s\n"
547 msgstr ""
548
549 #: quotacheck.c:691
550 msgid "Renaming new files to proper names.\n"
551 msgstr ""
552
553 #: quotacheck.c:693
554 #, c-format
555 msgid "Cannot get name of old quotafile on %s.\n"
556 msgstr ""
557
558 #: quotacheck.c:696
559 msgid "Old file not found.\n"
560 msgstr ""
561
562 #: quotacheck.c:699
563 #, c-format
564 msgid "Error while searching for old quota file %s: %s\n"
565 msgstr ""
566
567 #: quotacheck.c:708
568 msgid "Old file found removed during check!\n"
569 msgstr ""
570
571 #: quotacheck.c:711
572 #, c-format
573 msgid "Error while opening old quota file %s: %s\n"
574 msgstr ""
575
576 #: quotacheck.c:717
577 #, c-format
578 msgid "EXT2_IOC_GETFLAGS failed: %s\n"
579 msgstr ""
580
581 #: quotacheck.c:721
582 #, c-format
583 msgid "Quota file %s has IMMUTABLE flag set. Clearing.\n"
584 msgstr ""
585
586 #: quotacheck.c:724
587 #, c-format
588 msgid "Failed to remove IMMUTABLE flag from quota file %s: %s\n"
589 msgstr ""
590
591 #: quotacheck.c:733
592 #, c-format
593 msgid "Renaming old quotafile to %s~\n"
594 msgstr ""
595
596 #: quotacheck.c:739
597 #, c-format
598 msgid "Name of quota file too long. Contact %s.\n"
599 msgstr ""
600
601 #: quotacheck.c:741
602 #, c-format
603 msgid "Cannot rename old quotafile %s to %s: %s\n"
604 msgstr ""
605
606 #: quotacheck.c:747
607 msgid "Renaming new quotafile\n"
608 msgstr ""
609
610 #: quotacheck.c:759
611 #, c-format
612 msgid "Cannot change permission of %s: %s\n"
613 msgstr ""
614
615 #: quotacheck.c:766
616 #, c-format
617 msgid "Cannot open new quota file %s: %s\n"
618 msgstr ""
619
620 #: quotacheck.c:771
621 #, c-format
622 msgid "Warning: Cannot set EXT2 flags on %s: %s\n"
623 msgstr ""
624
625 #: quotacheck.c:791
626 #, c-format
627 msgid "Dumping gathered data for %ss.\n"
628 msgstr ""
629
630 #: quotacheck.c:794
631 #, c-format
632 msgid "Cannot initialize IO on xfs/gfs2 quotafile: %s\n"
633 msgstr ""
634
635 #: quotacheck.c:800
636 #, c-format
637 msgid "Cannot initialize IO on new quotafile: %s\n"
638 msgstr ""
639
640 #: quotacheck.c:827
641 #, c-format
642 msgid "Cannot finish IO on new quotafile: %s\n"
643 msgstr ""
644
645 #: quotacheck.c:830
646 msgid "Data dumped.\n"
647 msgstr ""
648
649 #: quotacheck.c:835
650 #, c-format
651 msgid "Cannot find checked quota file for %ss on %s!\n"
652 msgstr ""
653
654 #: quotacheck.c:839
655 #, c-format
656 msgid ""
657 "Cannot turn %s quotas off on %s: %s\n"
658 "Kernel won't know about changes quotacheck did.\n"
659 msgstr ""
660
661 #: quotacheck.c:852
662 #, c-format
663 msgid ""
664 "Cannot turn %s quotas on on %s: %s\n"
665 "Kernel won't know about changes quotacheck did.\n"
666 msgstr ""
667
668 #: quotacheck.c:874
669 #, c-format
670 msgid "Substracting space used by old %s quota file.\n"
671 msgstr ""
672
673 #: quotacheck.c:876
674 #, c-format
675 msgid ""
676 "Old %s file name could not been determined. Usage will not be substracted.\n"
677 msgstr ""
678
679 #: quotacheck.c:881
680 #, c-format
681 msgid "Cannot stat old %s quota file %s: %s. Usage will not be substracted.\n"
682 msgstr ""
683
684 #: quotacheck.c:893
685 #, c-format
686 msgid ""
687 "Quota structure for %s owning quota file not present! Something is really "
688 "wrong...\n"
689 msgstr ""
690
691 #: quotacheck.c:898
692 #, c-format
693 msgid "Substracted %lu bytes.\n"
694 msgstr ""
695
696 #: quotacheck.c:911
697 #, c-format
698 msgid "Cannot stat mountpoint %s: %s\n"
699 msgstr ""
700
701 #: quotacheck.c:913
702 #, c-format
703 msgid "Mountpoint %s is not a directory?!\n"
704 msgstr ""
705
706 #: quotacheck.c:938
707 #, c-format
708 msgid ""
709 "Cannot remount filesystem mounted on %s read-only. Counted values might not "
710 "be right.\n"
711 msgstr ""
712
713 #: quotacheck.c:946
714 #, c-format
715 msgid ""
716 "Cannot remount filesystem mounted on %s read-only so counted values might "
717 "not be right.\n"
718 "Please stop all programs writing to filesystem or use -m flag to force "
719 "checking.\n"
720 msgstr ""
721
722 #: quotacheck.c:954
723 msgid "Filesystem remounted read-only\n"
724 msgstr ""
725
726 #: quotacheck.c:957
727 #, c-format
728 msgid "Scanning %s [%s] "
729 msgstr ""
730
731 #: quotacheck.c:974
732 msgid "done\n"
733 msgstr ""
734
735 #: quotacheck.c:983
736 #, c-format
737 msgid "Checked %d directories and %d files\n"
738 msgstr ""
739
740 #: quotacheck.c:987
741 #, c-format
742 msgid ""
743 "Cannot remount filesystem %s read-write. cannot write new quota files.\n"
744 msgstr ""
745
746 #: quotacheck.c:988
747 msgid "Filesystem remounted RW.\n"
748 msgstr ""
749
750 #: quotacheck.c:1031
751 #, c-format
752 msgid "Cannot find quota option on filesystem %s with quotas!\n"
753 msgstr ""
754
755 #: quotacheck.c:1037
756 #, c-format
757 msgid "Cannot detect quota format for journalled quota on %s\n"
758 msgstr ""
759
760 #: quotacheck.c:1103
761 #, c-format
762 msgid "Cannot get system info: %s\n"
763 msgstr ""
764
765 #: quotacheck.c:1123
766 msgid ""
767 "Your kernel probably supports journaled quota but you are not using it. "
768 "Consider switching to journaled quota to avoid running quotacheck after an "
769 "unclean shutdown.\n"
770 msgstr ""
771
772 #: quotacheck.c:1137 quotasys.c:642
773 msgid "Cannot initialize mountpoint scan.\n"
774 msgstr ""
775
776 #: quotacheck.c:1142
777 #, c-format
778 msgid "Skipping %s [%s]\n"
779 msgstr ""
780
781 #: quotacheck.c:1159
782 #, c-format
783 msgid ""
784 "Cannot guess format from filename on %s. Please specify format on "
785 "commandline.\n"
786 msgstr ""
787
788 #: quotacheck.c:1164
789 #, c-format
790 msgid "Detected quota format %s\n"
791 msgstr ""
792
793 #: quotacheck.c:1185
794 msgid ""
795 "Cannot find filesystem to check or filesystem not mounted with quota "
796 "option.\n"
797 msgstr ""
798
799 #: quotacheck.c:1203
800 #, c-format
801 msgid ""
802 "Allocated %d bytes memory\n"
803 "Free'd %d bytes\n"
804 "Lost %d bytes\n"
805 msgstr ""
806
807 #: quotacheck_v1.c:32
808 #, c-format
809 msgid "Cannot read entry for id %u from quotafile %s: %s\n"
810 msgstr ""
811
812 #: quotacheck_v1.c:35
813 #, c-format
814 msgid "Entry for id %u is truncated.\n"
815 msgstr ""
816
817 #: quotacheck_v1.c:64
818 msgid "Loading first quota entry with grace times.\n"
819 msgstr ""
820
821 #: quotacheck_v1.c:68
822 #, c-format
823 msgid "Cannot read first entry from quotafile %s: %s\n"
824 msgstr ""
825
826 #: quotacheck_v1.c:72
827 #, c-format
828 msgid ""
829 "WARNING - Quotafile %s was probably truncated. Cannot save quota "
830 "settings...\n"
831 msgstr ""
832
833 #: quotacheck_v1.c:78
834 msgid "First entry loaded.\n"
835 msgstr ""
836
837 #: quotacheck_v2.c:55
838 msgid "Checking quotafile info...\n"
839 msgstr ""
840
841 #: quotacheck_v2.c:60
842 #, c-format
843 msgid "Cannot read info from quota file %s: %s\n"
844 msgstr ""
845
846 #: quotacheck_v2.c:65
847 #, c-format
848 msgid ""
849 "WARNING - Quota file %s was probably truncated. Cannot save quota "
850 "settings...\n"
851 msgstr ""
852
853 #: quotacheck_v2.c:77
854 msgid "WARNING - Quota file info was corrupted.\n"
855 msgstr ""
856
857 #: quotacheck_v2.c:78
858 #, c-format
859 msgid ""
860 "Size of file: %lu\n"
861 "Blocks: %u Free block: %u Block with free entry: %u Flags: %x\n"
862 msgstr ""
863
864 #: quotacheck_v2.c:85
865 #, c-format
866 msgid ""
867 "Setting grace times and other flags to default values.\n"
868 "Assuming number of blocks is %u.\n"
869 msgstr ""
870
871 #: quotacheck_v2.c:102
872 msgid "File info done.\n"
873 msgstr ""
874
875 #: quotacheck_v2.c:113
876 msgid "Corrupted blocks: "
877 msgstr ""
878
879 #: quotacheck_v2.c:117
880 #, c-format
881 msgid "Block %u: "
882 msgstr ""
883
884 #: quotacheck_v2.c:179
885 msgid "Duplicated entries."
886 msgstr ""
887
888 #: quotacheck_v2.c:183
889 #, c-format
890 msgid ""
891 "Found more structures for ID %u. Using values: BHARD: %lld BSOFT: %lld "
892 "IHARD: %lld ISOFT: %lld\n"
893 msgstr ""
894
895 #: quotacheck_v2.c:191
896 #, c-format
897 msgid ""
898 "Found more structures for ID %u. Values: BHARD: %lld/%lld BSOFT: %lld/%lld "
899 "IHARD: %lld/%lld ISOFT: %lld/%lld\n"
900 msgstr ""
901
902 #: quotacheck_v2.c:196
903 msgid "Should I use new values?"
904 msgstr ""
905
906 #: quotacheck_v2.c:206
907 #, c-format
908 msgid ""
909 "ID %u has more structures. User intervention needed (use -i for interactive "
910 "mode or -n for automatic answer).\n"
911 msgstr ""
912
913 #: quotacheck_v2.c:243
914 #, c-format
915 msgid "Block %u is truncated.\n"
916 msgstr ""
917
918 #: quotacheck_v2.c:252
919 #, c-format
920 msgid "Reference to illegal block %u"
921 msgstr ""
922
923 #: quotacheck_v2.c:259
924 #, c-format
925 msgid "Block %u in tree referenced twice"
926 msgstr ""
927
928 #: quotacheck_v2.c:275
929 #, c-format
930 msgid "Illegal free block reference to block %u"
931 msgstr ""
932
933 #: quotacheck_v2.c:278
934 #, c-format
935 msgid "Corrupted number of used entries (%u)"
936 msgstr ""
937
938 #: quotacheck_v2.c:330
939 #, c-format
940 msgid ""
941 "Quota file %s has corrupted headers. You have to specify quota format on "
942 "command line.\n"
943 msgstr ""
944
945 #: quotacheck_v2.c:346
946 msgid "Checking quotafile headers...\n"
947 msgstr ""
948
949 #: quotacheck_v2.c:350
950 #, c-format
951 msgid "Cannot read header from quotafile %s: %s\n"
952 msgstr ""
953
954 #: quotacheck_v2.c:352
955 #, c-format
956 msgid ""
957 "WARNING -  Quotafile %s was probably truncated. Cannot save quota "
958 "settings...\n"
959 msgstr ""
960
961 #: quotacheck_v2.c:358
962 #, c-format
963 msgid "WARNING - Quota file %s has corrupted headers\n"
964 msgstr ""
965
966 #: quotacheck_v2.c:362
967 #, c-format
968 msgid ""
969 "Quota file format version %d does not match the one specified on command "
970 "line (%d). Quota file header may be corrupted.\n"
971 msgstr ""
972
973 #: quotacheck_v2.c:366
974 msgid "Continue checking assuming version from command line?"
975 msgstr ""
976
977 #: quotacheck_v2.c:372
978 msgid "Headers checked.\n"
979 msgstr ""
980
981 #: quotacheck_v2.c:388
982 #, c-format
983 msgid "Do not know how to buffer format %d\n"
984 msgstr ""
985
986 #: quotacheck_v2.c:398
987 #, c-format
988 msgid "Headers of file %s checked. Going to load data...\n"
989 msgstr ""
990
991 #: quotacheck_v2.c:406
992 msgid "Cannot gather quota data. Tree root node corrupted.\n"
993 msgstr ""
994
995 #: quotacheck_v2.c:414
996 msgid "WARNING - Some data might be changed due to corruption.\n"
997 msgstr ""
998
999 #: quotacheck_v2.c:417
1000 msgid "Not found any corrupted blocks. Congratulations.\n"
1001 msgstr ""
1002
1003 #: quotaio.c:62
1004 msgid "Only RPC quota format is allowed on NFS filesystem.\n"
1005 msgstr ""
1006
1007 #: quotaio.c:73
1008 msgid "RPC quota format not compiled.\n"
1009 msgstr ""
1010
1011 #: quotaio.c:77
1012 msgid "RPC quota format specified for non-NFS filesystem.\n"
1013 msgstr ""
1014
1015 #: quotaio.c:84
1016 msgid "Only XFS quota format is allowed on XFS filesystem.\n"
1017 msgstr ""
1018
1019 #: quotaio.c:95
1020 msgid "XFS quota allowed only on XFS filesystem.\n"
1021 msgstr ""
1022
1023 #: quotaio.c:109
1024 msgid "Quota not supported by the filesystem.\n"
1025 msgstr ""
1026
1027 #: quotaio.c:129
1028 msgid "Cannot find any quota file to work on.\n"
1029 msgstr ""
1030
1031 #: quotaio.c:134
1032 msgid "Quota file not found or has wrong format.\n"
1033 msgstr ""
1034
1035 #: quotaio.c:144
1036 #, c-format
1037 msgid "Cannot sync quotas on device %s: %s\n"
1038 msgstr ""
1039
1040 #: quotaio.c:175
1041 #, c-format
1042 msgid "Cannot initialize quota on %s: %s\n"
1043 msgstr ""
1044
1045 #: quotaio.c:202
1046 #, c-format
1047 msgid "Creation of %s quota format is not supported.\n"
1048 msgstr ""
1049
1050 #: quotaio.c:212
1051 #, c-format
1052 msgid ""
1053 "Quota on %s is stored in system files and must be manipulated by fs tools.\n"
1054 msgstr ""
1055
1056 #: quotaio.c:222
1057 #, c-format
1058 msgid "Cannot create new quotafile %s: %s\n"
1059 msgstr ""
1060
1061 #: quotaio.c:296
1062 #, c-format
1063 msgid ""
1064 "Trying to set quota limits out of range supported by quota format on %s.\n"
1065 msgstr ""
1066
1067 #: quotaio.c:302
1068 #, c-format
1069 msgid ""
1070 "Trying to set quota usage out of range supported by quota format on %s.\n"
1071 msgstr ""
1072
1073 #: quotaio_generic.c:54
1074 #, c-format
1075 msgid "Cannot get info for %s quota file from kernel on %s: %s\n"
1076 msgstr ""
1077
1078 #: quotaio_generic.c:72
1079 #, c-format
1080 msgid "Cannot set info for %s quota file from kernel on %s: %s\n"
1081 msgstr ""
1082
1083 #: quotaio_generic.c:84
1084 #, c-format
1085 msgid "Cannot get quota for %s %d from kernel on %s: %s\n"
1086 msgstr ""
1087
1088 #: quotaio_generic.c:99
1089 #, c-format
1090 msgid "Cannot set quota for %s %d from kernel on %s: %s\n"
1091 msgstr ""
1092
1093 #: quotaio_meta.c:22
1094 msgid "Metadata init_io called when kernel support is not enabled.\n"
1095 msgstr ""
1096
1097 #: quotaio_meta.c:26
1098 msgid ""
1099 "Metadata init_io called when kernel does not support generic quota "
1100 "interface!\n"
1101 msgstr ""
1102
1103 #: quotaio_rpc.c:76 quotaio_v1.c:308 quotaio_v2.c:464
1104 #, c-format
1105 msgid "Trying to write quota to readonly quotafile on %s\n"
1106 msgstr ""
1107
1108 #: quotaio_tree.c:71
1109 #, c-format
1110 msgid "Cannot write block (%u): %s\n"
1111 msgstr ""
1112
1113 #: quotaio_tree.c:94
1114 msgid "Cannot allocate new quota block (out of disk space).\n"
1115 msgstr ""
1116
1117 #: quotaio_tree.c:202
1118 msgid "find_free_dqentry(): Data block full but it shouldn't.\n"
1119 msgstr ""
1120
1121 #: quotaio_tree.c:237
1122 #, c-format
1123 msgid "Inserting already present quota entry (block %u).\n"
1124 msgstr ""
1125
1126 #: quotaio_tree.c:260
1127 #, c-format
1128 msgid "Cannot write quota (id %u): %s\n"
1129 msgstr ""
1130
1131 #: quotaio_tree.c:279
1132 #, c-format
1133 msgid "Quota write failed (id %u): %s\n"
1134 msgstr ""
1135
1136 #: quotaio_tree.c:291
1137 #, c-format
1138 msgid "Quota structure has offset to other block (%u) than it should (%u).\n"
1139 msgstr ""
1140
1141 #: quotaio_tree.c:367
1142 #, c-format
1143 msgid "Quota for id %u referenced but not present.\n"
1144 msgstr ""
1145
1146 #: quotaio_tree.c:426
1147 #, c-format
1148 msgid "Cannot read quota structure for id %u: %s\n"
1149 msgstr ""
1150
1151 #: quotaio_tree.c:468
1152 #, c-format
1153 msgid ""
1154 "Illegal reference (%u >= %u) in %s quota file on %s. Quota file is probably "
1155 "corrupted.\n"
1156 "Please run quotacheck(8) and try again.\n"
1157 msgstr ""
1158
1159 #: quotaio_v1.c:214
1160 #, c-format
1161 msgid "Trying to write info to readonly quotafile on %s.\n"
1162 msgstr ""
1163
1164 #: quotaio_v2.c:255
1165 msgid ""
1166 "Your quota file is stored in wrong endianity. Please use convertquota(8) to "
1167 "convert it.\n"
1168 msgstr ""
1169
1170 #: quotaio_v2.c:388
1171 #, c-format
1172 msgid "Trying to write info to readonly quotafile on %s\n"
1173 msgstr ""
1174
1175 #: quotaio_v2.c:518
1176 #, c-format
1177 msgid ""
1178 "Statistics:\n"
1179 "Total blocks: %u\n"
1180 "Data blocks: %u\n"
1181 "Entries: %u\n"
1182 "Used average: %f\n"
1183 msgstr ""
1184
1185 #: quotaio_xfs.c:217
1186 #, c-format
1187 msgid "*** Status for %s quotas on device %s\n"
1188 msgstr ""
1189
1190 #: quotaio_xfs.c:219 quotaio_xfs.c:234
1191 msgid "ON"
1192 msgstr ""
1193
1194 #: quotaio_xfs.c:219 quotaio_xfs.c:234
1195 msgid "OFF"
1196 msgstr ""
1197
1198 #: quotaio_xfs.c:221 quotaio_xfs.c:225
1199 #, c-format
1200 msgid "Accounting: %s; Enforcement: %s\n"
1201 msgstr ""
1202
1203 #: quotaio_xfs.c:237 quotaio_xfs.c:241
1204 #, c-format
1205 msgid "Accounting [ondisk]: %s; Enforcement [ondisk]: %s\n"
1206 msgstr ""
1207
1208 #: quotaio_xfs.c:250 quotaio_xfs.c:259
1209 #, c-format
1210 msgid "Inode: none\n"
1211 msgstr ""
1212
1213 #: quotaio_xfs.c:252 quotaio_xfs.c:261
1214 #, c-format
1215 msgid "Inode: #%llu (%llu blocks, %u extents)\n"
1216 msgstr ""
1217
1218 #: quota_nld.c:81
1219 #, c-format
1220 msgid ""
1221 "Usage: %s [options]\n"
1222 "Options are:\n"
1223 " -h --help         shows this text\n"
1224 " -V --version      shows version information\n"
1225 " -C --no-console   do not try to write messages to console\n"
1226 " -b --print-below  write to console also information about getting below "
1227 "hard/soft limits\n"
1228 " -D --no-dbus      do not try to write messages to DBUS\n"
1229 " -F --foreground   run daemon in foreground\n"
1230 msgstr ""
1231
1232 #: quota_nld.c:115 rquota_svc.c:160
1233 #, c-format
1234 msgid "Unknown option '%c'.\n"
1235 msgstr ""
1236
1237 #: quota_nld.c:121
1238 msgid "No possible destination for messages. Nothing to do.\n"
1239 msgstr ""
1240
1241 #: quota_nld.c:147
1242 msgid "Error parsing netlink message.\n"
1243 msgstr ""
1244
1245 #: quota_nld.c:154
1246 msgid ""
1247 "Unknown format of kernel netlink message!\n"
1248 "Maybe your quota tools are too old?\n"
1249 msgstr ""
1250
1251 #: quota_nld.c:178
1252 msgid "Cannot allocate netlink handle!\n"
1253 msgstr ""
1254
1255 #: quota_nld.c:182
1256 #, c-format
1257 msgid "Cannot connect to netlink socket: %s\n"
1258 msgstr ""
1259
1260 #: quota_nld.c:185
1261 #, c-format
1262 msgid "Cannot resolve quota netlink name: %s\n"
1263 msgstr ""
1264
1265 #: quota_nld.c:189
1266 #, c-format
1267 msgid "Cannot join quota multicast group: %s\n"
1268 msgstr ""
1269
1270 #: quota_nld.c:194
1271 #, c-format
1272 msgid "Cannot register callback for netlink messages: %s\n"
1273 msgstr ""
1274
1275 #: quota_nld.c:208
1276 #, c-format
1277 msgid "Cannot connect to system DBUS: %s\n"
1278 msgstr ""
1279
1280 #: quota_nld.c:273
1281 #, c-format
1282 msgid "Failed to find tty of user %llu to report warning to.\n"
1283 msgstr ""
1284
1285 #: quota_nld.c:278
1286 #, c-format
1287 msgid "Failed to open tty %s of user %llu to report warning.\n"
1288 msgstr ""
1289
1290 #: quota_nld.c:284
1291 msgid "Warning"
1292 msgstr ""
1293
1294 #: quota_nld.c:287
1295 msgid "Error"
1296 msgstr ""
1297
1298 #: quota_nld.c:289
1299 msgid "Info"
1300 msgstr ""
1301
1302 #: quota_nld.c:292
1303 msgid "file limit reached"
1304 msgstr ""
1305
1306 #: quota_nld.c:295
1307 msgid "file quota exceeded too long"
1308 msgstr ""
1309
1310 #: quota_nld.c:298
1311 msgid "file quota exceeded"
1312 msgstr ""
1313
1314 #: quota_nld.c:301
1315 msgid "block limit reached"
1316 msgstr ""
1317
1318 #: quota_nld.c:304
1319 msgid "block quota exceeded too long"
1320 msgstr ""
1321
1322 #: quota_nld.c:307
1323 msgid "block quota exceeded"
1324 msgstr ""
1325
1326 #: quota_nld.c:310
1327 msgid "got below file limit"
1328 msgstr ""
1329
1330 #: quota_nld.c:313
1331 msgid "got below file quota"
1332 msgstr ""
1333
1334 #: quota_nld.c:316
1335 msgid "got below block limit"
1336 msgstr ""
1337
1338 #: quota_nld.c:319
1339 msgid "got below block quota"
1340 msgstr ""
1341
1342 #: quota_nld.c:322
1343 msgid "unknown quota warning"
1344 msgstr ""
1345
1346 #: quota_nld.c:326
1347 #, c-format
1348 msgid "Failed to write quota message for user %llu to %s: %s\n"
1349 msgstr ""
1350
1351 #: quota_nld.c:339
1352 msgid "Cannot create DBUS message: No enough memory.\n"
1353 msgstr ""
1354
1355 #: quota_nld.c:357
1356 msgid "Failed to write message to dbus: No enough memory.\n"
1357 msgstr ""
1358
1359 #: quota_nld.c:373
1360 #, c-format
1361 msgid "Failed to read or parse quota netlink message: %s\n"
1362 msgstr ""
1363
1364 #: quota_nld.c:384
1365 msgid "Undefined program name.\n"
1366 msgstr ""
1367
1368 #: quota_nld.c:389
1369 msgid "Not enough memory to build PID file name.\n"
1370 msgstr ""
1371
1372 #: quota_nld.c:408
1373 #, c-format
1374 msgid "Could not open PID file '%s': %s\n"
1375 msgstr ""
1376
1377 #: quota_nld.c:414
1378 #, c-format
1379 msgid "Could not write daemon's PID into '%s'.\n"
1380 msgstr ""
1381
1382 #: quota_nld.c:421
1383 #, c-format
1384 msgid "Could not close PID file '%s'.\n"
1385 msgstr ""
1386
1387 #: quota_nld.c:451
1388 msgid "Could not register PID file removal on SIGTERM.\n"
1389 msgstr ""
1390
1391 #: quota_nld.c:453
1392 #, c-format
1393 msgid "Could not store my PID %jd.\n"
1394 msgstr ""
1395
1396 #: quotaon.c:66
1397 #, c-format
1398 msgid ""
1399 "Usage:\n"
1400 "\t%s [-guvp] [-F quotaformat] [-x state] -a\n"
1401 "\t%s [-guvp] [-F quotaformat] [-x state] filesys ...\n"
1402 "\n"
1403 "-a, --all                %s\n"
1404 "-f, --off                turn quotas off\n"
1405 "-u, --user               operate on user quotas\n"
1406 "-g, --group              operate on group quotas\n"
1407 "-p, --print-state        print whether quotas are on or off\n"
1408 "-x, --xfs-command=cmd    perform XFS quota command\n"
1409 "-F, --format=formatname  operate on specific quota format\n"
1410 "-v, --verbose            print more messages\n"
1411 "-h, --help               display this help text and exit\n"
1412 "-V, --version            display version information and exit\n"
1413 msgstr ""
1414
1415 #: quotaon.c:79
1416 msgid "turn quotas off for all filesystems"
1417 msgstr ""
1418
1419 #: quotaon.c:80
1420 msgid "turn quotas on for all filesystems"
1421 msgstr ""
1422
1423 #: quotaon.c:141
1424 msgid "Cannot turn on/off quotas via RPC.\n"
1425 msgstr ""
1426
1427 #: quotaon.c:188
1428 #, c-format
1429 msgid "set root_squash on %s: %s\n"
1430 msgstr ""
1431
1432 #: quotaon.c:192
1433 #, c-format
1434 msgid "%s: %s root_squash turned off\n"
1435 msgstr ""
1436
1437 #: quotaon.c:194
1438 #, c-format
1439 msgid "%s: %s root_squash turned on\n"
1440 msgstr ""
1441
1442 #: quotaon.c:212
1443 #, c-format
1444 msgid "quotactl on %s [%s]: %s\n"
1445 msgstr ""
1446
1447 #: quotaon.c:215
1448 #, c-format
1449 msgid "%s [%s]: %s quotas turned off\n"
1450 msgstr ""
1451
1452 #: quotaon.c:228
1453 #, c-format
1454 msgid "cannot find %s on %s [%s]\n"
1455 msgstr ""
1456
1457 #: quotaon.c:230
1458 #, c-format
1459 msgid "using %s on %s [%s]: %s\n"
1460 msgstr ""
1461
1462 #: quotaon.c:232
1463 msgid "Maybe create new quota files with quotacheck(8)?\n"
1464 msgstr ""
1465
1466 #: quotaon.c:234
1467 msgid "Quota format not supported in kernel.\n"
1468 msgstr ""
1469
1470 #: quotaon.c:237
1471 #, c-format
1472 msgid "%s [%s]: %s quotas turned on\n"
1473 msgstr ""
1474
1475 #: quotaon.c:277
1476 msgid "Cannot change state of GFS2 quota.\n"
1477 msgstr ""
1478
1479 #: quotaon.c:281
1480 msgid "Cannot change state of XFS quota. It's not compiled in kernel.\n"
1481 msgstr ""
1482
1483 #: quotaon.c:306
1484 #, c-format
1485 msgid "Cannot find quota file on %s [%s] to turn quotas on/off.\n"
1486 msgstr ""
1487
1488 #: quotaon.c:311
1489 #, c-format
1490 msgid "Quota file on %s [%s] does not exist or has wrong format.\n"
1491 msgstr ""
1492
1493 #: quotaon.c:342
1494 #, c-format
1495 msgid "%s quota on %s (%s) is %s\n"
1496 msgstr ""
1497
1498 #: quotaon.c:343
1499 msgid "on"
1500 msgstr ""
1501
1502 #: quotaon.c:343
1503 msgid "off"
1504 msgstr ""
1505
1506 #: quotaon.c:359
1507 #, c-format
1508 msgid "Name must be quotaon or quotaoff not %s\n"
1509 msgstr ""
1510
1511 #: quotaon.c:365
1512 #, c-format
1513 msgid "Required format %s not supported by kernel.\n"
1514 msgstr ""
1515
1516 #: quotaon.c:367
1517 msgid "Warning: No quota format detected in the kernel.\n"
1518 msgstr ""
1519
1520 #: quotaon.c:374
1521 #, c-format
1522 msgid "%s: Quota cannot be turned on on NFS filesystem\n"
1523 msgstr ""
1524
1525 #: quotaon_xfs.c:36
1526 #, c-format
1527 msgid "quotactl() on %s: %s\n"
1528 msgstr ""
1529
1530 #: quotaon_xfs.c:62 quotaon_xfs.c:82
1531 #, c-format
1532 msgid "Enabling %s quota on root filesystem (reboot to take effect)\n"
1533 msgstr ""
1534
1535 #: quotaon_xfs.c:66
1536 #, c-format
1537 msgid "Enable XFS %s quota accounting during mount\n"
1538 msgstr ""
1539
1540 #: quotaon_xfs.c:76
1541 #, c-format
1542 msgid "Cannot delete %s quota on %s - switch quota accounting off first\n"
1543 msgstr ""
1544
1545 #: quotaon_xfs.c:87
1546 #, c-format
1547 msgid "Enabling %s quota enforcement on %s\n"
1548 msgstr ""
1549
1550 #: quotaon_xfs.c:90
1551 #, c-format
1552 msgid "Already accounting %s quota on %s\n"
1553 msgstr ""
1554
1555 #: quotaon_xfs.c:95
1556 #, c-format
1557 msgid "Disabling %s quota accounting on %s\n"
1558 msgstr ""
1559
1560 #: quotaon_xfs.c:99
1561 #, c-format
1562 msgid "Quota enforcement already disabled for %s on %s\n"
1563 msgstr ""
1564
1565 #: quotaon_xfs.c:108
1566 #, c-format
1567 msgid ""
1568 "Cannot delete %s quota on %s - switch quota enforcement and accounting off "
1569 "first\n"
1570 msgstr ""
1571
1572 #: quotaon_xfs.c:113
1573 #, c-format
1574 msgid "Enforcing %s quota already on %s\n"
1575 msgstr ""
1576
1577 #: quotaon_xfs.c:118
1578 #, c-format
1579 msgid "Cannot switch off %s quota accounting on %s when enforcement is on\n"
1580 msgstr ""
1581
1582 #: quotaon_xfs.c:124
1583 msgid "and accounting "
1584 msgstr ""
1585
1586 #: quotaon_xfs.c:125
1587 #, c-format
1588 msgid "Disabling %s quota enforcement %son %s\n"
1589 msgstr ""
1590
1591 #: quotaon_xfs.c:131
1592 #, c-format
1593 msgid "Unexpected XFS quota state sought on %s\n"
1594 msgstr ""
1595
1596 #: quotaon_xfs.c:146
1597 #, c-format
1598 msgid "quotactl on %s: %s\n"
1599 msgstr ""
1600
1601 #: quotaon_xfs.c:150
1602 #, c-format
1603 msgid "%s: %s quotas turned off\n"
1604 msgstr ""
1605
1606 #: quotaon_xfs.c:152
1607 #, c-format
1608 msgid "%s: %s quotas turned on\n"
1609 msgstr ""
1610
1611 #: quotaon_xfs.c:166
1612 #, c-format
1613 msgid "Failed to delete quota: %s\n"
1614 msgstr ""
1615
1616 #: quotaon_xfs.c:171
1617 #, c-format
1618 msgid "%s: deleted %s quota blocks\n"
1619 msgstr ""
1620
1621 #: quotaon_xfs.c:224
1622 #, c-format
1623 msgid "Invalid argument \"%s\"\n"
1624 msgstr ""
1625
1626 #: quotaops.c:108
1627 #, c-format
1628 msgid "%s (uid %d): Permission denied\n"
1629 msgstr ""
1630
1631 #: quotaops.c:120
1632 #, c-format
1633 msgid "%s (gid %d): gid set allocation (%d): %s\n"
1634 msgstr ""
1635
1636 #: quotaops.c:131
1637 #, c-format
1638 msgid "%s (gid %d): error while trying getgroups(): %s\n"
1639 msgstr ""
1640
1641 #: quotaops.c:142
1642 #, c-format
1643 msgid "%s (gid %d): Permission denied\n"
1644 msgstr ""
1645
1646 #: quotaops.c:158
1647 #, c-format
1648 msgid "error while getting quota from %s for %s (id %u): %s\n"
1649 msgstr ""
1650
1651 #: quotaops.c:183
1652 #, c-format
1653 msgid "Cannot write quota for %u on %s: %s\n"
1654 msgstr ""
1655
1656 #: quotaops.c:232
1657 msgid "Too many parameters to editor.\n"
1658 msgstr ""
1659
1660 #: quotaops.c:240
1661 #, c-format
1662 msgid "Cannot exec %s\n"
1663 msgstr ""
1664
1665 #: quotaops.c:259 quotaops.c:384
1666 #, c-format
1667 msgid "Cannot duplicate descriptor of file to write to: %s\n"
1668 msgstr ""
1669
1670 #: quotaops.c:261
1671 #, c-format
1672 msgid "Disk quotas for %s %s (%cid %d):\n"
1673 msgstr ""
1674
1675 #: quotaops.c:265
1676 #, c-format
1677 msgid ""
1678 "  Filesystem                   blocks       soft       hard     inodes     "
1679 "soft     hard\n"
1680 msgstr ""
1681
1682 #: quotaops.c:298
1683 #, c-format
1684 msgid "WARNING - %s: cannot change current block allocation\n"
1685 msgstr ""
1686
1687 #: quotaops.c:301
1688 #, c-format
1689 msgid "WARNING - %s: cannot change current inode allocation\n"
1690 msgstr ""
1691
1692 #: quotaops.c:319 quotaops.c:426
1693 #, c-format
1694 msgid "Cannot duplicate descriptor of temp file: %s\n"
1695 msgstr ""
1696
1697 #: quotaops.c:332
1698 #, c-format
1699 msgid ""
1700 "Bad format:\n"
1701 "%s\n"
1702 msgstr ""
1703
1704 #: quotaops.c:386
1705 #, c-format
1706 msgid "Times to enforce softlimit for %s %s (%cid %d):\n"
1707 msgstr ""
1708
1709 #: quotaops.c:388 quotaops.c:490
1710 #, c-format
1711 msgid "Time units may be: days, hours, minutes, or seconds\n"
1712 msgstr ""
1713
1714 #: quotaops.c:390
1715 #, c-format
1716 msgid ""
1717 "  Filesystem                         block grace               inode grace\n"
1718 msgstr ""
1719
1720 #: quotaops.c:395 quotaops.c:401 quotaops.c:443 quotaops.c:455 setquota.c:245
1721 #: setquota.c:251
1722 msgid "unset"
1723 msgstr ""
1724
1725 #: quotaops.c:397 quotaops.c:403
1726 msgid "0seconds"
1727 msgstr ""
1728
1729 #: quotaops.c:399 quotaops.c:405 quotasys.c:320
1730 #, c-format
1731 msgid "%useconds"
1732 msgstr ""
1733
1734 #: quotaops.c:440 quotaops.c:538
1735 #, c-format
1736 msgid ""
1737 "bad format:\n"
1738 "%s\n"
1739 msgstr ""
1740
1741 #: quotaops.c:450 quotaops.c:543
1742 msgid "Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"
1743 msgstr ""
1744
1745 #: quotaops.c:486
1746 #, c-format
1747 msgid "Cannot duplicate descriptor of file to edit: %s\n"
1748 msgstr ""
1749
1750 #: quotaops.c:488
1751 #, c-format
1752 msgid "Grace period before enforcing soft limits for %ss:\n"
1753 msgstr ""
1754
1755 #: quotaops.c:491
1756 #, c-format
1757 msgid "  Filesystem             Block grace period     Inode grace period\n"
1758 msgstr ""
1759
1760 #: quotaops.c:517
1761 #, c-format
1762 msgid "Cannot reopen temp file: %s\n"
1763 msgstr ""
1764
1765 #: quotastats.c:48
1766 #, c-format
1767 msgid "Cannot read stat file %s: %s\n"
1768 msgstr ""
1769
1770 #: quotastats.c:83
1771 #, c-format
1772 msgid "Error while getting quota statistics from kernel: %s\n"
1773 msgstr ""
1774
1775 #: quotastats.c:87
1776 #, c-format
1777 msgid "Error while getting old quota statistics from kernel: %s\n"
1778 msgstr ""
1779
1780 #: quotastats.c:101
1781 #, c-format
1782 msgid "Kernel quota version: old\n"
1783 msgstr ""
1784
1785 #: quotastats.c:103
1786 #, c-format
1787 msgid "Kernel quota version: %u.%u.%u\n"
1788 msgstr ""
1789
1790 #: quotastats.c:104
1791 #, c-format
1792 msgid "Number of dquot lookups: %ld\n"
1793 msgstr ""
1794
1795 #: quotastats.c:105
1796 #, c-format
1797 msgid "Number of dquot drops: %ld\n"
1798 msgstr ""
1799
1800 #: quotastats.c:106
1801 #, c-format
1802 msgid "Number of dquot reads: %ld\n"
1803 msgstr ""
1804
1805 #: quotastats.c:107
1806 #, c-format
1807 msgid "Number of dquot writes: %ld\n"
1808 msgstr ""
1809
1810 #: quotastats.c:108
1811 #, c-format
1812 msgid "Number of quotafile syncs: %ld\n"
1813 msgstr ""
1814
1815 #: quotastats.c:109
1816 #, c-format
1817 msgid "Number of dquot cache hits: %ld\n"
1818 msgstr ""
1819
1820 #: quotastats.c:110
1821 #, c-format
1822 msgid "Number of allocated dquots: %ld\n"
1823 msgstr ""
1824
1825 #: quotastats.c:111
1826 #, c-format
1827 msgid "Number of free dquots: %ld\n"
1828 msgstr ""
1829
1830 #: quotastats.c:112
1831 #, c-format
1832 msgid "Number of in use dquot entries (user/group): %ld\n"
1833 msgstr ""
1834
1835 #: quotasync.c:25
1836 #, c-format
1837 msgid ""
1838 "Utility for syncing quotas.\n"
1839 "Usage:\n"
1840 "%s [-ug] -a | mntpoint...\n"
1841 "\n"
1842 msgstr ""
1843
1844 #: quotasync.c:89
1845 #, c-format
1846 msgid "%s quota sync failed: %s\n"
1847 msgstr ""
1848
1849 #: quotasync.c:100
1850 #, c-format
1851 msgid "%s quota sync failed for %s: %s\n"
1852 msgstr ""
1853
1854 #: quotasys.c:94
1855 #, c-format
1856 msgid "user %s does not exist.\n"
1857 msgstr ""
1858
1859 #: quotasys.c:123
1860 #, c-format
1861 msgid "group %s does not exist.\n"
1862 msgstr ""
1863
1864 #: quotasys.c:225
1865 #, c-format
1866 msgid ""
1867 "Unknown quota format: %s\n"
1868 "Supported formats are:\n"
1869 "  vfsold - original quota format\n"
1870 "  vfsv0 - standard quota format\n"
1871 "  vfsv1 - quota format with 64-bit limits\n"
1872 "  rpc - use RPC calls\n"
1873 "  xfs - XFS quota format\n"
1874 msgstr ""
1875
1876 #: quotasys.c:308
1877 #, c-format
1878 msgid "%ddays"
1879 msgstr ""
1880
1881 #: quotasys.c:310
1882 #, c-format
1883 msgid "%02d:%02d"
1884 msgstr ""
1885
1886 #: quotasys.c:322
1887 #, c-format
1888 msgid "%uminutes"
1889 msgstr ""
1890
1891 #: quotasys.c:324
1892 #, c-format
1893 msgid "%uhours"
1894 msgstr ""
1895
1896 #: quotasys.c:326
1897 #, c-format
1898 msgid "%udays"
1899 msgstr ""
1900
1901 #: quotasys.c:335
1902 msgid "second"
1903 msgstr ""
1904
1905 #: quotasys.c:335
1906 msgid "seconds"
1907 msgstr ""
1908
1909 #: quotasys.c:337
1910 msgid "minute"
1911 msgstr ""
1912
1913 #: quotasys.c:337
1914 msgid "minutes"
1915 msgstr ""
1916
1917 #: quotasys.c:339
1918 msgid "hour"
1919 msgstr ""
1920
1921 #: quotasys.c:339
1922 msgid "hours"
1923 msgstr ""
1924
1925 #: quotasys.c:341
1926 msgid "day"
1927 msgstr ""
1928
1929 #: quotasys.c:341
1930 msgid "days"
1931 msgstr ""
1932
1933 #: quotasys.c:535
1934 #, c-format
1935 msgid "Cannot stat quota file %s: %s\n"
1936 msgstr ""
1937
1938 #: quotasys.c:681
1939 msgid "Not all specified mountpoints are using quota.\n"
1940 msgstr ""
1941
1942 #: quotasys.c:695
1943 #, c-format
1944 msgid "Error while releasing file on %s\n"
1945 msgstr ""
1946
1947 #: quotasys.c:754
1948 #, c-format
1949 msgid "Cannot create set for sigaction(): %s\n"
1950 msgstr ""
1951
1952 #: quotasys.c:757
1953 #, c-format
1954 msgid "Cannot set signal handler: %s\n"
1955 msgstr ""
1956
1957 #: quotasys.c:810
1958 #, c-format
1959 msgid "Cannot reset signal handler: %s\n"
1960 msgstr ""
1961
1962 #: quotasys.c:950
1963 msgid "Cannot open any file with mount points.\n"
1964 msgstr ""
1965
1966 #: quotasys.c:963
1967 #, c-format
1968 msgid "Cannot get device name for %s\n"
1969 msgstr ""
1970
1971 #: quotasys.c:1017
1972 #, c-format
1973 msgid "Cannot resolve mountpoint path %s: %s\n"
1974 msgstr ""
1975
1976 #: quotasys.c:1023
1977 #, c-format
1978 msgid "Cannot statfs() %s: %s\n"
1979 msgstr ""
1980
1981 #: quotasys.c:1035
1982 #, c-format
1983 msgid "Cannot stat() mounted device %s: %s\n"
1984 msgstr ""
1985
1986 #: quotasys.c:1040
1987 #, c-format
1988 msgid ""
1989 "Device (%s) filesystem is mounted on unsupported device type. Skipping.\n"
1990 msgstr ""
1991
1992 #: quotasys.c:1050
1993 #, c-format
1994 msgid "Cannot stat() mountpoint %s: %s\n"
1995 msgstr ""
1996
1997 #: quotasys.c:1116
1998 #, c-format
1999 msgid ""
2000 "Cannot find a device with %s.\n"
2001 "Skipping...\n"
2002 msgstr ""
2003
2004 #: quotasys.c:1120
2005 #, c-format
2006 msgid ""
2007 "Cannot stat() a mountpoint with %s: %s\n"
2008 "Skipping...\n"
2009 msgstr ""
2010
2011 #: quotasys.c:1128
2012 #, c-format
2013 msgid ""
2014 "Cannot stat() given mountpoint %s: %s\n"
2015 "Skipping...\n"
2016 msgstr ""
2017
2018 #: quotasys.c:1138
2019 #, c-format
2020 msgid "Cannot find a filesystem mountpoint for directory %s\n"
2021 msgstr ""
2022
2023 #: quotasys.c:1144
2024 #, c-format
2025 msgid "Cannot resolve path %s: %s\n"
2026 msgstr ""
2027
2028 #: quotasys.c:1155
2029 #, c-format
2030 msgid "Cannot find mountpoint for device %s\n"
2031 msgstr ""
2032
2033 #: quotasys.c:1161
2034 #, c-format
2035 msgid "Specified path %s is not directory nor device.\n"
2036 msgstr ""
2037
2038 #: quotasys.c:1169
2039 msgid "No correct mountpoint specified.\n"
2040 msgstr ""
2041
2042 #: quotasys.c:1224
2043 #, c-format
2044 msgid "Mountpoint (or device) %s not found or has no quota enabled.\n"
2045 msgstr ""
2046
2047 #: quot.c:81
2048 #, c-format
2049 msgid "Usage: %s [-acfugvViTq] [filesystem...]\n"
2050 msgstr ""
2051
2052 #: quot.c:178
2053 #, c-format
2054 msgid "%s (%s):\n"
2055 msgstr ""
2056
2057 #: quot.c:182 quot.c:186
2058 #, c-format
2059 msgid "%d\t%llu\t%llu\n"
2060 msgstr ""
2061
2062 #: quot.c:195
2063 #, c-format
2064 msgid "%s (%s) %s:\n"
2065 msgstr ""
2066
2067 #: quot.c:203 quot.c:205
2068 #, c-format
2069 msgid "%8llu    "
2070 msgstr ""
2071
2072 #: quot.c:208
2073 #, c-format
2074 msgid "%s"
2075 msgstr ""
2076
2077 #: quot.c:210
2078 #, c-format
2079 msgid "%-8.8s"
2080 msgstr ""
2081
2082 #: quot.c:212
2083 #, c-format
2084 msgid "#%-7d"
2085 msgstr ""
2086
2087 #: quot.c:214
2088 #, c-format
2089 msgid "    %8llu    %8llu    %8llu"
2090 msgstr ""
2091
2092 #: quot.c:362
2093 #, c-format
2094 msgid "cannot open %s: %s\n"
2095 msgstr ""
2096
2097 #: quot.c:382
2098 #, c-format
2099 msgid "XFS_IOC_FSBULKSTAT ioctl failed: %s\n"
2100 msgstr ""
2101
2102 #: repquota.c:50
2103 #, c-format
2104 msgid ""
2105 "Utility for reporting quotas.\n"
2106 "Usage:\n"
2107 "%s [-vugsi] [-c|C] [-t|n] [-F quotaformat] (-a | mntpoint)\n"
2108 "\n"
2109 "-v, --verbose               display also users/groups without any usage\n"
2110 "-u, --user                  display information about users\n"
2111 "-g, --group                 display information about groups\n"
2112 "-s, --human-readable        show numbers in human friendly units (MB, "
2113 "GB, ...)\n"
2114 "-t, --truncate-names        truncate names to 9 characters\n"
2115 "-p, --raw-grace             print grace time in seconds since epoch\n"
2116 "-n, --no-names              do not translate uid/gid to name\n"
2117 "-i, --no-autofs             avoid autofs mountpoints\n"
2118 "-c, --batch-translation     translate big number of ids at once\n"
2119 "-C, --no-batch-translation  translate ids one by one\n"
2120 "-F, --format=formatname     report information for specific format\n"
2121 "-h, --help                  display this help message and exit\n"
2122 "-V, --version               display version information and exit\n"
2123 "\n"
2124 msgstr ""
2125
2126 #: repquota.c:145
2127 msgid "Repquota cannot report through RPC calls.\n"
2128 msgstr ""
2129
2130 #: repquota.c:149
2131 msgid "Specified both -n and -t but only one of them can be used.\n"
2132 msgstr ""
2133
2134 #: repquota.c:292
2135 msgid "Space"
2136 msgstr ""
2137
2138 #: repquota.c:294
2139 msgid "Block"
2140 msgstr ""
2141
2142 #: repquota.c:296
2143 #, c-format
2144 msgid "*** Report for %s quotas on device %s\n"
2145 msgstr ""
2146
2147 #: repquota.c:299
2148 #, c-format
2149 msgid "Block grace time: %s; Inode grace time: %s\n"
2150 msgstr ""
2151
2152 #: repquota.c:300
2153 #, c-format
2154 msgid "                        %s limits                File limits\n"
2155 msgstr ""
2156
2157 #: repquota.c:301
2158 #, c-format
2159 msgid "%-9s       used    soft    hard  grace    used  soft  hard  grace\n"
2160 msgstr ""
2161
2162 #: repquota.c:301
2163 msgid "User"
2164 msgstr ""
2165
2166 #: repquota.c:301
2167 msgid "Group"
2168 msgstr ""
2169
2170 #: rquota_svc.c:88
2171 #, c-format
2172 msgid ""
2173 "Usage: %s [options]\n"
2174 "Options are:\n"
2175 " -h --help             shows this text\n"
2176 " -V --version          shows version information\n"
2177 " -F --foreground       starts the quota service in foreground\n"
2178 " -I --autofs           do not ignore mountpoints mounted by automounter\n"
2179 " -p --port <port>      listen on given port\n"
2180 " -s --no-setquota      disables remote calls to setquota (default)\n"
2181 " -S --setquota         enables remote calls to setquota\n"
2182 " -x --xtab <path>      set an alternative file with NFSD export table\n"
2183 msgstr ""
2184
2185 #: rquota_svc.c:99
2186 #, c-format
2187 msgid ""
2188 "Usage: %s [options]\n"
2189 "Options are:\n"
2190 " -h --help             shows this text\n"
2191 " -V --version          shows version information\n"
2192 " -F --foreground       starts the quota service in foreground\n"
2193 " -I --autofs           do not ignore mountpoints mounted by automounter\n"
2194 " -p --port <port>      listen on given port\n"
2195 " -x --xtab <path>      set an alternative file with NFSD export table\n"
2196 msgstr ""
2197
2198 #: rquota_svc.c:146
2199 #, c-format
2200 msgid "Illegal port number: %s\n"
2201 msgstr ""
2202
2203 #: rquota_svc.c:153
2204 #, c-format
2205 msgid "Cannot access the specified xtab file %s: %s\n"
2206 msgstr ""
2207
2208 #: rquota_svc.c:183
2209 #, c-format
2210 msgid "host %s attempted to call setquota when disabled\n"
2211 msgstr ""
2212
2213 #: rquota_svc.c:190
2214 #, c-format
2215 msgid "host %s attempted to call setquota from port >= 1024\n"
2216 msgstr ""
2217
2218 #: rquota_svc.c:205
2219 #, c-format
2220 msgid "Denied access to host %s\n"
2221 msgstr ""
2222
2223 #: rquota_svc.c:293 rquota_svc.c:379
2224 msgid "unable to free arguments\n"
2225 msgstr ""
2226
2227 #: rquota_svc.c:402
2228 #, c-format
2229 msgid ""
2230 "Warning: Cannot open export table %s: %s\n"
2231 "Using '/' as a pseudofilesystem root.\n"
2232 msgstr ""
2233
2234 #: rquota_svc.c:454
2235 msgid "cannot create udp service.\n"
2236 msgstr ""
2237
2238 #: rquota_svc.c:458
2239 msgid "unable to register (RQUOTAPROG, RQUOTAVERS, udp).\n"
2240 msgstr ""
2241
2242 #: rquota_svc.c:462
2243 msgid "unable to register (RQUOTAPROG, EXT_RQUOTAVERS, udp).\n"
2244 msgstr ""
2245
2246 #: rquota_svc.c:469
2247 msgid "cannot create tcp service.\n"
2248 msgstr ""
2249
2250 #: rquota_svc.c:473
2251 msgid "unable to register (RQUOTAPROG, RQUOTAVERS, tcp).\n"
2252 msgstr ""
2253
2254 #: rquota_svc.c:477
2255 msgid "unable to register (RQUOTAPROG, EXT_RQUOTAVERS, tcp).\n"
2256 msgstr ""
2257
2258 #: rquota_svc.c:486
2259 msgid "svc_run returned\n"
2260 msgstr ""
2261
2262 #: set_limits_example.c:20
2263 #, c-format
2264 msgid "copy_user_quota_limits: Failed to set userquota for uid %ld : %s\n"
2265 msgstr ""
2266
2267 #: set_limits_example.c:27
2268 #, c-format
2269 msgid "copy_user_quota_limits: Failed to get userquota for uid %ld : %s\n"
2270 msgstr ""
2271
2272 #: set_limits_example.c:43
2273 #, c-format
2274 msgid "copy_group_quota_limits: Failed to set groupquota for gid %ld : %s\n"
2275 msgstr ""
2276
2277 #: set_limits_example.c:50
2278 #, c-format
2279 msgid "copy_group_quota_limits: Failed to get groupquota for gid %ld : %s\n"
2280 msgstr ""
2281
2282 #: setquota.c:55
2283 #, c-format
2284 msgid ""
2285 "Usage:\n"
2286 "  setquota [-u|-g] %1$s[-F quotaformat] <user|group>\n"
2287 "\t<block-softlimit> <block-hardlimit> <inode-softlimit> <inode-hardlimit> -a|"
2288 "<filesystem>...\n"
2289 "  setquota [-u|-g] %1$s[-F quotaformat] <-p protouser|protogroup> <user|"
2290 "group> -a|<filesystem>...\n"
2291 "  setquota [-u|-g] %1$s[-F quotaformat] -b [-c] -a|<filesystem>...\n"
2292 "  setquota [-u|-g] [-F quotaformat] -t <blockgrace> <inodegrace> -a|"
2293 "<filesystem>...\n"
2294 "  setquota [-u|-g] [-F quotaformat] <user|group> -T <blockgrace> "
2295 "<inodegrace> -a|<filesystem>...\n"
2296 "\n"
2297 "-u, --user                 set limits for user\n"
2298 "-g, --group                set limits for group\n"
2299 "-a, --all                  set limits for all filesystems\n"
2300 "    --always-resolve       always try to resolve name, even if is\n"
2301 "                           composed only of digits\n"
2302 "-F, --format=formatname    operate on specific quota format\n"
2303 "-p, --prototype=protoname  copy limits from user/group\n"
2304 "-b, --batch                read limits from standard input\n"
2305 "-c, --continue-batch       continue in input processing in case of an error\n"
2306 msgstr ""
2307
2308 #: setquota.c:72
2309 msgid ""
2310 "-r, --remote               set remote quota (via RPC)\n"
2311 "-m, --no-mixed-pathnames      trim leading slashes from NFSv4 mountpoints\n"
2312 msgstr ""
2313
2314 #: setquota.c:75
2315 msgid ""
2316 "-t, --edit-period          edit grace period\n"
2317 "-T, --edit-times           edit grace times for user/group\n"
2318 "-h, --help                 display this help text and exit\n"
2319 "-V, --version              display version information and exit\n"
2320 "\n"
2321 msgstr ""
2322
2323 #: setquota.c:90 warnquota.c:182
2324 #, c-format
2325 msgid "%s: %s\n"
2326 msgstr ""
2327
2328 #: setquota.c:186
2329 msgid "Group and user quotas cannot be used together.\n"
2330 msgstr ""
2331
2332 #: setquota.c:190
2333 msgid "Prototype user has no sense when editing grace times.\n"
2334 msgstr ""
2335
2336 #: setquota.c:194
2337 msgid "Cannot set both individual and global grace time.\n"
2338 msgstr ""
2339
2340 #: setquota.c:198
2341 msgid "Batch mode cannot be used for setting grace times.\n"
2342 msgstr ""
2343
2344 #: setquota.c:202
2345 msgid "Batch mode and prototype user cannot be used together.\n"
2346 msgstr ""
2347
2348 #: setquota.c:206
2349 msgid "Cannot set grace times over RPC protocol.\n"
2350 msgstr ""
2351
2352 #: setquota.c:229
2353 msgid "Bad block softlimit"
2354 msgstr ""
2355
2356 #: setquota.c:230
2357 msgid "Bad block hardlimit"
2358 msgstr ""
2359
2360 #: setquota.c:231
2361 msgid "Bad inode softlimit"
2362 msgstr ""
2363
2364 #: setquota.c:232
2365 msgid "Bad inode hardlimit"
2366 msgstr ""
2367
2368 #: setquota.c:238 setquota.c:250
2369 msgid "Bad block grace time"
2370 msgstr ""
2371
2372 #: setquota.c:239 setquota.c:256
2373 msgid "Bad inode grace time"
2374 msgstr ""
2375
2376 #: setquota.c:262
2377 msgid "Mountpoint not specified.\n"
2378 msgstr ""
2379
2380 #: setquota.c:317
2381 #, c-format
2382 msgid "Line %d too long.\n"
2383 msgstr ""
2384
2385 #: setquota.c:329
2386 #, c-format
2387 msgid "Cannot parse input line %d.\n"
2388 msgstr ""
2389
2390 #: setquota.c:331 setquota.c:339
2391 msgid "Exitting.\n"
2392 msgstr ""
2393
2394 #: setquota.c:332 setquota.c:340
2395 msgid "Skipping line.\n"
2396 msgstr ""
2397
2398 #: setquota.c:337
2399 #, c-format
2400 msgid "Unable to resolve name '%s' on line %d.\n"
2401 msgstr ""
2402
2403 #: setquota.c:383
2404 #, c-format
2405 msgid "Setting grace period on %s is not supported.\n"
2406 msgstr ""
2407
2408 #: setquota.c:405
2409 #, c-format
2410 msgid "Not setting block grace time on %s because softlimit is not exceeded.\n"
2411 msgstr ""
2412
2413 #: setquota.c:409
2414 #, c-format
2415 msgid "Not setting inode grace time on %s because softlimit is not exceeded.\n"
2416 msgstr ""
2417
2418 #: setquota.c:412
2419 #, c-format
2420 msgid ""
2421 "cannot write times for %s. Maybe kernel does not support such operation?\n"
2422 msgstr ""
2423
2424 #: svc_socket.c:42
2425 #, c-format
2426 msgid "Cannot create socket: %s\n"
2427 msgstr ""
2428
2429 #: svc_socket.c:49
2430 #, c-format
2431 msgid "Cannot set socket options: %s\n"
2432 msgstr ""
2433
2434 #: svc_socket.c:84
2435 #, c-format
2436 msgid "Cannot bind to given address: %s\n"
2437 msgstr ""
2438
2439 #: warnquota.c:54
2440 msgid ""
2441 "Hi,\n"
2442 "\n"
2443 "We noticed that you are in violation with the quotasystem\n"
2444 "used on this system. We have found the following violations:\n"
2445 "\n"
2446 msgstr ""
2447
2448 #: warnquota.c:56
2449 #, c-format
2450 msgid ""
2451 "\n"
2452 "We hope that you will cleanup before your grace period expires.\n"
2453 "\n"
2454 "Basically, this means that the system thinks you are using more disk space\n"
2455 "on the above partition(s) than you are allowed.  If you do not delete files\n"
2456 "and get below your quota before the grace period expires, the system will\n"
2457 "prevent you from creating new files.\n"
2458 "\n"
2459 "For additional assistance, please contact us at %s\n"
2460 "or via phone at %s.\n"
2461 msgstr ""
2462
2463 #: warnquota.c:63
2464 #, c-format
2465 msgid ""
2466 "Hi,\n"
2467 "\n"
2468 "We noticed that the group %s you are member of violates the quotasystem\n"
2469 "used on this system. We have found the following violations:\n"
2470 "\n"
2471 msgstr ""
2472
2473 #: warnquota.c:65
2474 #, c-format
2475 msgid ""
2476 "\n"
2477 "Please cleanup the group data before the grace period expires.\n"
2478 "\n"
2479 "Basically, this means that the system thinks group is using more disk space\n"
2480 "on the above partition(s) than it is allowed.  If you do not delete files\n"
2481 "and get below group quota before the grace period expires, the system will\n"
2482 "prevent you and other members of the group from creating new files owned by\n"
2483 "the group.\n"
2484 "\n"
2485 "For additional assistance, please contact us at %s\n"
2486 "or via phone at %s.\n"
2487 msgstr ""
2488
2489 #: warnquota.c:226
2490 #, c-format
2491 msgid "Cannot get name for uid/gid %u.\n"
2492 msgstr ""
2493
2494 #: warnquota.c:310
2495 #, c-format
2496 msgid "Cannot create pipe: %s\n"
2497 msgstr ""
2498
2499 #: warnquota.c:316
2500 #, c-format
2501 msgid "Cannot fork: %s\n"
2502 msgstr ""
2503
2504 #: warnquota.c:321
2505 #, c-format
2506 msgid "Cannot duplicate descriptor: %s\n"
2507 msgstr ""
2508
2509 #: warnquota.c:325
2510 #, c-format
2511 msgid "Cannot execute '%s': %s\n"
2512 msgstr ""
2513
2514 #: warnquota.c:330
2515 #, c-format
2516 msgid "Cannot open pipe: %s\n"
2517 msgstr ""
2518
2519 #: warnquota.c:411
2520 msgid "Could not setup ldap connection, returning.\n"
2521 msgstr ""
2522
2523 #: warnquota.c:434
2524 #, c-format
2525 msgid "Error with %s.\n"
2526 msgstr ""
2527
2528 #: warnquota.c:442
2529 #, c-format
2530 msgid "Multiple entries found for client %s (%d). Not sending mail.\n"
2531 msgstr ""
2532
2533 #: warnquota.c:446
2534 #, c-format
2535 msgid "Entry not found for client %s. Not sending mail.\n"
2536 msgstr ""
2537
2538 #: warnquota.c:457
2539 #, c-format
2540 msgid "Could not get values for %s.\n"
2541 msgstr ""
2542
2543 #: warnquota.c:489
2544 #, c-format
2545 msgid "Administrator for a group %s not found. Cancelling mail.\n"
2546 msgstr ""
2547
2548 #: warnquota.c:534
2549 #, c-format
2550 msgid ""
2551 "\n"
2552 "                        Block limits               File limits\n"
2553 msgstr ""
2554
2555 #: warnquota.c:535
2556 #, c-format
2557 msgid ""
2558 "Filesystem           used    soft    hard  grace    used  soft  hard  grace\n"
2559 msgstr ""
2560
2561 #: warnquota.c:575
2562 #, c-format
2563 msgid "Cannot wait for mailer: %s\n"
2564 msgstr ""
2565
2566 #: warnquota.c:577
2567 msgid "Warning: Mailer exitted abnormally.\n"
2568 msgstr ""
2569
2570 #: warnquota.c:634
2571 #, c-format
2572 msgid ""
2573 "Cannot open %s: %s\n"
2574 "Will use device names.\n"
2575 msgstr ""
2576
2577 #: warnquota.c:657
2578 #, c-format
2579 msgid "Cannot parse line %d in quotatab (missing ':')\n"
2580 msgstr ""
2581
2582 #: warnquota.c:671
2583 #, c-format
2584 msgid "Cannot stat device %s (maybe typo in quotatab)\n"
2585 msgstr ""
2586
2587 #: warnquota.c:691
2588 #, c-format
2589 msgid ""
2590 "Incorrect format string for variable %s.\n"
2591 "Unrecognized expression %%%c.\n"
2592 msgstr ""
2593
2594 #: warnquota.c:730
2595 #, c-format
2596 msgid "Cannot open %s: %s\n"
2597 msgstr ""
2598
2599 #: warnquota.c:750
2600 #, c-format
2601 msgid "Line %d too long. Truncating.\n"
2602 msgstr ""
2603
2604 #: warnquota.c:822
2605 #, c-format
2606 msgid "Cannot parse time at CC_BEFORE variable (line %d).\n"
2607 msgstr ""
2608
2609 #: warnquota.c:846
2610 #, c-format
2611 msgid "Error in config file (line %d), ignoring\n"
2612 msgstr ""
2613
2614 #: warnquota.c:849
2615 #, c-format
2616 msgid "Possible error in config file (line %d), ignoring\n"
2617 msgstr ""
2618
2619 #: warnquota.c:852
2620 msgid "Unterminated last line, ignoring\n"
2621 msgstr ""
2622
2623 #: warnquota.c:859
2624 #, c-format
2625 msgid ""
2626 "LDAP library version >= 2.3 detected. Please use LDAP_URI instead of "
2627 "hostname and port.\n"
2628 "Generated URI %s\n"
2629 msgstr ""
2630
2631 #: warnquota.c:863
2632 msgid "LDAP library does not support ldap_initialize() but URI is specified."
2633 msgstr ""
2634
2635 #: warnquota.c:885
2636 #, c-format
2637 msgid "Cannot open file with group administrators: %s\n"
2638 msgstr ""
2639
2640 #: warnquota.c:900
2641 #, c-format
2642 msgid "Parse error at line %d. Cannot find end of group name.\n"
2643 msgstr ""
2644
2645 #: warnquota.c:909
2646 #, c-format
2647 msgid "Parse error at line %d. Cannot find administrators name.\n"
2648 msgstr ""
2649
2650 #: warnquota.c:919
2651 #, c-format
2652 msgid ""
2653 "Parse error at line %d. Trailing characters after administrators name.\n"
2654 msgstr ""
2655
2656 #: warnquota.c:982
2657 msgid ""
2658 "Usage:\n"
2659 "  warnquota [-ugsid] [-F quotaformat] [-c configfile] [-q quotatabfile] [-a "
2660 "adminsfile] [filesystem...]\n"
2661 "\n"
2662 "-u, --user                      warn users\n"
2663 "-g, --group                     warn groups\n"
2664 "-s, --human-readable            send information in more human friendly "
2665 "units\n"
2666 "-i, --no-autofs                 avoid autofs mountpoints\n"
2667 "-d, --no-details                do not send quota information itself\n"
2668 "-F, --format=formatname         use quotafiles of specific format\n"
2669 "-c, --config=config-file        non-default config file\n"
2670 "-q, --quota-tab=quotatab-file   non-default quotatab\n"
2671 "-a, --admins-file=admins-file   non-default admins file\n"
2672 "-h, --help                      display this help message and exit\n"
2673 "-v, --version                   display version information and exit\n"
2674 "\n"
2675 msgstr ""
2676
2677 #: warnquota.c:1063
2678 #, c-format
2679 msgid "Cannot get host name: %s\n"
2680 msgstr ""
2681
2682 #: xqmstats.c:32 xqmstats.c:37
2683 msgid "The running kernel does not support XFS\n"
2684 msgstr ""
2685
2686 #: xqmstats.c:49
2687 #, c-format
2688 msgid "XFS Quota Manager dquot statistics\n"
2689 msgstr ""
2690
2691 #: xqmstats.c:50
2692 #, c-format
2693 msgid "  reclaims:        %u\n"
2694 msgstr ""
2695
2696 #: xqmstats.c:51
2697 #, c-format
2698 msgid "  missed reclaims: %u\n"
2699 msgstr ""
2700
2701 #: xqmstats.c:52
2702 #, c-format
2703 msgid "  dquot dups:      %u\n"
2704 msgstr ""
2705
2706 #: xqmstats.c:53
2707 #, c-format
2708 msgid "  cache misses:    %u\n"
2709 msgstr ""
2710
2711 #: xqmstats.c:54
2712 #, c-format
2713 msgid "  cache hits:      %u\n"
2714 msgstr ""
2715
2716 #: xqmstats.c:55
2717 #, c-format
2718 msgid "  dquot wants:     %u\n"
2719 msgstr ""
2720
2721 #: xqmstats.c:56
2722 #, c-format
2723 msgid "  shake reclaims:  %u\n"
2724 msgstr ""
2725
2726 #: xqmstats.c:57
2727 #, c-format
2728 msgid "  inact reclaims:  %u\n"
2729 msgstr ""
2730
2731 #: xqmstats.c:62
2732 #, c-format
2733 msgid "Maximum %u dquots (currently %u incore, %u on freelist)\n"
2734 msgstr ""
2735
2736 #: quota.h:19
2737 msgid "user"
2738 msgstr ""
2739
2740 #: quota.h:20
2741 msgid "group"
2742 msgstr ""
2743
2744 #: quota.h:21
2745 msgid "undefined"
2746 msgstr ""