summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2019-03-29 11:52:57 +0100
committerJan Kara <jack@suse.cz>2019-03-29 12:00:38 +0100
commit922771cc363795c537d26133b5350ab8b8e98f99 (patch)
tree3b27a28dea08be579ae9d52c42ca1e0ed0186b03
parent24e2affaba425279b0957534bec1ea7d3f842fa2 (diff)
downloadlinuxquota-922771cc363795c537d26133b5350ab8b8e98f99.tar.gz
Release quota-tools 4.05v4.05
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--Changelog32
-rw-r--r--configure.ac2
-rw-r--r--po/cs.po796
-rw-r--r--po/de.po795
-rw-r--r--po/fr.po794
-rw-r--r--po/pl.po796
6 files changed, 1754 insertions, 1461 deletions
diff --git a/Changelog b/Changelog
index 220f8f7..068e090 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,35 @@
+Changes in quota-tools from 4.04 to 4.05
+* Use getrpcbynumber() instead of getrpcbynumber_r() (Jan Kara)
+* configure.ac: fix pkg_check_modules calls (Fabrice Fontaine)
+* Include <fcntl.h> to get loff_t definition (Fabrice Fontaine)
+* Add missing <sys/cdefs.h> include (Fabrice Fontaine)
+* Use proper C99 integer types (Fabrice Fontaine)
+* Disable quot tool (Jan Kara)
+* Remove old disclaimers (Jan Kara)
+* rpc.rquotad: Handle daemon(3) failure (Jan Kara)
+* quota_nld: Check daemon() for failures (Petr Písař)
+* xqmstats: Fix a file descriptor leak in main() (Petr Písař)
+* quotackeck: Fix a directory descriptor leak in scan_dir() (Petr Písař)
+* convertquota: Fix a file descriptor leak in convert_endian() (Petr Písař)
+* quota(1): Distinguish between none quota limits and no allocated resources (Petr Písař)
+* Merge warnquota CC handling fix. (Jan Kara)
+* Fix warnquota Cc field being set incorrectly when using LDAP (Santiago Castro)
+* Track COPYING file in git. (Jan Kara)
+* Add quota_nld to .gitignore (Jan Kara)
+* rpc: Fix wrong limit for space usage (Jan Kara)
+* Listen on a TCP socket (Steve Dickson)
+* Add HPE XFS support (Tinguely, Mark)
+* warnquota: Fix comparing user name to non-null-terminated utmp.ut_user (Petr Písař)
+* warnquota: Check snprintf() for overflows (Petr Písař)
+* Add $(TIRPC_CFLAGS) globally to CFLAGS for RPC support, needed for libc 2.26 (Andreas K. Hüttel)
+* Install rquota(3) only if RPC is enabled (Petr Písař)
+* quotacheck: Fail check if quota file magic is invalid (Jan Kara)
+* quotacheck: Report error when caching of quota file fails (Jan Kara)
+* quotacheck: Avoid question in non-interactive mode (Jan Kara)
+* repquota: Fix output when user -2 exists (Jan Kara)
+* Implement manual choice of output unit (Jan Kara)
+* f2fs: support f2fs's quota sysfile (Jaegeuk Kim)
+
Changes in quota-tools from 4.03 to 4.04
* Use TI-RPC for RPC client communication (Jan Kara)
* rpc.rquotad: IPv6 support (Jan Kara)
diff --git a/configure.ac b/configure.ac
index 2617e0a..e8e6412 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ([2.60])
# Version informations
# ====================
m4_define([quota_version_major],[4])
-m4_define([quota_version_minor],[04])
+m4_define([quota_version_minor],[05])
m4_define([quota_version],[quota_version_major.quota_version_minor])
# =============
diff --git a/po/cs.po b/po/cs.po
index 9a381d2..2643403 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: quota-tools 4.01\n"
"Report-Msgid-Bugs-To: jack@suse.cz\n"
-"POT-Creation-Date: 2017-09-05 16:53+0200\n"
+"POT-Creation-Date: 2019-03-29 11:53+0100\n"
"PO-Revision-Date: 2012-09-10 16:55+0200\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -25,12 +25,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: bylabel.c:253
+#: bylabel.c:274
#, c-format
msgid "Found an invalid UUID: %s\n"
msgstr "Nalezeno neplatné UUID: %s\n"
-#: bylabel.c:273
+#: bylabel.c:294
#, c-format
msgid "Error checking device name: %s\n"
msgstr "Chyba při kontrole názvu zařízení: %s\n"
@@ -64,8 +64,8 @@ msgstr ""
"-V, --version zobrazí informace o verzi a skončí\n"
"\n"
-#: convertquota.c:48 warnquota.c:1028 quotacheck.c:314 repquota.c:68
-#: common.c:126
+#: convertquota.c:48 warnquota.c:1046 quotacheck.c:314 repquota.c:73
+#: common.c:127
#, c-format
msgid "Bugs to %s\n"
msgstr "Chyby hlaste na <%s>\n"
@@ -74,8 +74,8 @@ msgstr "Chyby hlaste na <%s>\n"
msgid "You have to specify source and target format of conversion.\n"
msgstr "Musíte zadat zdrojový a cílový formát převodu.\n"
-#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:154
-#: quotaon.c:143 setquota.c:264
+#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:163
+#: quotaon.c:113 setquota.c:264
msgid "Bad number of arguments.\n"
msgstr "Špatný počet argumentů.\n"
@@ -112,7 +112,7 @@ msgstr "Údaje o starém kvótovém souboru nelze přečíst.\n"
msgid "Cannot get name of new quotafile.\n"
msgstr "Nelze získat název nového souboru s kvótami.\n"
-#: convertquota.c:302 quotacheck.c:764
+#: convertquota.c:302 quotacheck.c:765
#, c-format
msgid "Cannot rename new quotafile %s to name %s: %s\n"
msgstr "Nový kvótový soubor %s nelze přejmenovat na %s: %s\n"
@@ -132,7 +132,7 @@ msgstr "Nelze vytvořit soubor pro třídu %s v novém formátu na %s: %s\n"
msgid "Cannot open old quota file on %s: %s\n"
msgstr "Nelze otevřít starý kvótový soubor na %s: %s\n"
-#: convertquota.c:380
+#: convertquota.c:381
msgid "Unknown action should be performed.\n"
msgstr "Provedena by měla být neznámá akce.\n"
@@ -267,37 +267,44 @@ msgstr "Nelze otevřít rouru: %s\n"
msgid "Could not setup ldap connection.\n"
msgstr "Spojení LDAP nelze nastavit.\n"
-#: warnquota.c:422
+#: warnquota.c:417
+#, c-format
+msgid ""
+"Could not format LDAP search filter for %s user and %s search attribute due "
+"to excessive length.\n"
+msgstr ""
+
+#: warnquota.c:428
#, c-format
msgid "Error with %s.\n"
msgstr "Chyba u %s.\n"
-#: warnquota.c:423
+#: warnquota.c:429
#, c-format
msgid "ldap_search_ext_s() failed: %s\n"
msgstr ""
-#: warnquota.c:429
+#: warnquota.c:435
#, fuzzy, c-format
msgid "Multiple entries found for client %s (%d).\n"
msgstr "Nalezeno více záznamů pro klienta %s (%d). E-mail nebude odeslán.\n"
-#: warnquota.c:433
+#: warnquota.c:439
#, fuzzy, c-format
msgid "Entry not found for client %s.\n"
msgstr "Záznam pro klienta %s nenalezen. E-mail nebude odeslán.\n"
-#: warnquota.c:443
+#: warnquota.c:449
#, c-format
msgid "Could not get values for %s.\n"
msgstr "Hodnoty pro %s nebylo možné získat.\n"
-#: warnquota.c:489
+#: warnquota.c:495
#, c-format
msgid "Administrator for a group %s not found. Cancelling mail.\n"
msgstr "Správce skupiny %s nenalezen. E-mail zrušen.\n"
-#: warnquota.c:541
+#: warnquota.c:547
#, c-format
msgid ""
"\n"
@@ -306,23 +313,23 @@ msgstr ""
"\n"
" Limity bloků Limity souborů\n"
-#: warnquota.c:542
+#: warnquota.c:548
#, c-format
msgid ""
"Filesystem used soft hard grace used soft hard grace\n"
msgstr ""
"Souborový systém užito měkký pevný odklad užito měkký pevný odklad\n"
-#: warnquota.c:582
+#: warnquota.c:588
#, c-format
msgid "Cannot wait for mailer: %s\n"
msgstr "Nelze se dočkat dokončení odeslání pošty: %s\n"
-#: warnquota.c:584
+#: warnquota.c:590
msgid "Warning: Mailer exitted abnormally.\n"
msgstr "Pozor: Odesílání pošty skončilo mimořádně.\n"
-#: warnquota.c:641
+#: warnquota.c:647
#, c-format
msgid ""
"Cannot open %s: %s\n"
@@ -331,17 +338,17 @@ msgstr ""
"%s nelze otevřít: %s\n"
"Použijí se názvy zařízení.\n"
-#: warnquota.c:664
+#: warnquota.c:670
#, c-format
msgid "Cannot parse line %d in quotatab (missing ':')\n"
msgstr "V souboru quotatab nelze rozebrat řádek %d (chybí „:“)\n"
-#: warnquota.c:678
+#: warnquota.c:684
#, c-format
msgid "Cannot stat device %s (maybe typo in quotatab)\n"
msgstr "O zařízení %s nelze získat údaje (možná překlep v souboru quotatab)\n"
-#: warnquota.c:698
+#: warnquota.c:704
#, c-format
msgid ""
"Incorrect format string for variable %s.\n"
@@ -350,36 +357,41 @@ msgstr ""
"Nesprávný formátovací řetězec proměnné %s.\n"
"Nerozpoznaný výraz %%%c.\n"
-#: warnquota.c:749
+#: warnquota.c:755
#, c-format
msgid "Cannot open %s: %s\n"
msgstr "%s nelze otevřít: %s\n"
-#: warnquota.c:769
+#: warnquota.c:775
#, c-format
msgid "Line %d too long. Truncating.\n"
msgstr "Řádek %d je příliš dlouhý. Bude zkrácen.\n"
-#: warnquota.c:835
+#: warnquota.c:841
#, c-format
msgid "Cannot parse time at CC_BEFORE variable (line %d).\n"
msgstr "Čas v proměnné CC_BEFORE nelze rozebrat (řádek %d).\n"
-#: warnquota.c:885
+#: warnquota.c:891
#, c-format
msgid "Error in config file (line %d), ignoring\n"
msgstr "Chyba v konfiguračním souboru (řádek %d), ignoruje se.\n"
-#: warnquota.c:888
+#: warnquota.c:894
#, c-format
msgid "Possible error in config file (line %d), ignoring\n"
msgstr "Možná chyba v konfiguračním souboru (řádek %d), ignoruje se.\n"
-#: warnquota.c:891
+#: warnquota.c:897
msgid "Unterminated last line, ignoring\n"
msgstr "Neukončený poslední řádek, ignoruje se.\n"
-#: warnquota.c:897
+#: warnquota.c:905
+#, c-format
+msgid "Could not format LDAP URI because it's longer than %d bytes.\n"
+msgstr ""
+
+#: warnquota.c:910
#, c-format
msgid ""
"LDAP library version >= 2.3 detected. Please use LDAP_URI instead of "
@@ -390,28 +402,29 @@ msgstr ""
"názvu stroje a portu.\n"
"Vytvořené URI: %s\n"
-#: warnquota.c:919
+#: warnquota.c:932
#, c-format
msgid "Cannot open file with group administrators: %s\n"
msgstr "Soubor se správci skupin nelze otevřít: %s\n"
-#: warnquota.c:934
+#: warnquota.c:947
#, c-format
msgid "Parse error at line %d. Cannot find end of group name.\n"
msgstr "Chyba při rozboru řádku %d. Nelze nalézt konec názvu skupiny.\n"
-#: warnquota.c:943
+#: warnquota.c:956
#, c-format
msgid "Parse error at line %d. Cannot find administrators name.\n"
msgstr "Chyba při rozboru řádku %d. Nelze nalézt jméno správce.\n"
-#: warnquota.c:953
+#: warnquota.c:966
#, c-format
msgid ""
"Parse error at line %d. Trailing characters after administrators name.\n"
msgstr "Chyba při rozboru řádku %d. Přebytečné znaky za jménem správce.\n"
-#: warnquota.c:1016
+#: warnquota.c:1029
+#, fuzzy
msgid ""
"Usage:\n"
" warnquota [-ugsid] [-F quotaformat] [-c configfile] [-q quotatabfile] [-a "
@@ -419,8 +432,16 @@ msgid ""
"\n"
"-u, --user warn users\n"
"-g, --group warn groups\n"
-"-s, --human-readable send information in more human friendly "
-"units\n"
+"-s, --human-readable[=units] display numbers in human friendly units "
+"(MB,\n"
+" GB, ...). Units can be also specified\n"
+" explicitely by an optional argument in "
+"format\n"
+" [kgt],[kgt] where the first character "
+"specifies\n"
+" space units and the second character "
+"specifies\n"
+" inode units\n"
"-i, --no-autofs avoid autofs mountpoints\n"
"-d, --no-details do not send quota information itself\n"
"-F, --format=formatname use quotafiles of specific format\n"
@@ -450,7 +471,12 @@ msgstr ""
"-v, --version zobrazí údaje o verzi a skončí\n"
"\n"
-#: warnquota.c:1097
+#: warnquota.c:1102 repquota.c:134 quota.c:343
+#, c-format
+msgid "Bad output format units for human readable output: %s\n"
+msgstr ""
+
+#: warnquota.c:1119
#, c-format
msgid "Cannot get host name: %s\n"
msgstr "Nelze získat název stroje: %s\n"
@@ -598,21 +624,21 @@ msgstr ""
"Bylo by lepší, kdybyste nejprve spustili fsck!\n"
"Končí se…\n"
-#: quotacheck.c:550
+#: quotacheck.c:551
#, c-format
msgid "pushd %s/%s\n"
msgstr "pushd %s/%s\n"
-#: quotacheck.c:566
+#: quotacheck.c:567
#, c-format
msgid "\tAdding %s size %lld ino %d links %d uid %u gid %u\n"
msgstr "\tPřidává se %s: velikost %lld iuzel %d odkazů %d, UID %u GID %u\n"
-#: quotacheck.c:576
+#: quotacheck.c:577
msgid "Scanning stored directories from directory stack\n"
msgstr "Prohledávají se adresáře uložené na zásobníku adresářů\n"
-#: quotacheck.c:580
+#: quotacheck.c:581
#, c-format
msgid ""
"popd %s\n"
@@ -621,19 +647,19 @@ msgstr ""
"popd %s\n"
"Vstupuje se do adresáře %s\n"
-#: quotacheck.c:592
+#: quotacheck.c:593
#, c-format
msgid "Leaving %s\n"
msgstr "Opouští se %s\n"
# FIXME: I18n first argument
-#: quotacheck.c:632
+#: quotacheck.c:633
#, c-format
msgid "Going to check %s quota file of %s\n"
msgstr "Bude se kontrolovat %s kvótový soubor systému %s\n"
# FIXME: I18n first argument
-#: quotacheck.c:638
+#: quotacheck.c:639
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -642,16 +668,16 @@ msgstr ""
"Kvóta pro %s je na systému %s zapnuta,\n"
"takže quotacheck by mohl daný soubor poškodit.\n"
-#: quotacheck.c:639 quotacheck.c:957
+#: quotacheck.c:640 quotacheck.c:967
msgid "Should I continue?"
msgstr "Má se pokračovat?"
-#: quotacheck.c:640 quotacheck.c:958
+#: quotacheck.c:641 quotacheck.c:968
#, c-format
msgid "As you wish... Canceling check of this file.\n"
msgstr "Jak si přejete. Kontrola tohoto souboru se ruší.\n"
-#: quotacheck.c:645
+#: quotacheck.c:646
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -662,129 +688,129 @@ msgstr ""
"takže quotacheck by mohl daný soubor poškodit. Prosím, kvóty vypněte,\n"
"nebo kontrolu vynuťte přepínačem „-f“.\n"
-#: quotacheck.c:652
+#: quotacheck.c:653
#, c-format
msgid "Error while syncing quotas on %s: %s\n"
msgstr "Chyba při synchronizaci kvót na %s: %s\n"
-#: quotacheck.c:657
+#: quotacheck.c:658
#, c-format
msgid "Cannot get quotafile name for %s\n"
msgstr "Nelze získat název kvótového souboru pro %s\n"
-#: quotacheck.c:662 quotaio.c:150 quotasys.c:820
+#: quotacheck.c:663 quotaio.c:151 quotasys.c:843
#, c-format
msgid "Cannot open quotafile %s: %s\n"
msgstr "Kvótový soubor %s nelze otevřít: %s\n"
-#: quotacheck.c:702
+#: quotacheck.c:703
msgid "Renaming new files to proper names.\n"
msgstr "Nové soubory se přejmenovávají na správné názvy.\n"
-#: quotacheck.c:704
+#: quotacheck.c:705
#, c-format
msgid "Cannot get name of old quotafile on %s.\n"
msgstr "Nelze zjistit název starého kvótového souboru na %s.\n"
-#: quotacheck.c:707
+#: quotacheck.c:708
msgid "Old file not found.\n"
msgstr "Starý kvótový soubor nenalezen.\n"
-#: quotacheck.c:710
+#: quotacheck.c:711
#, c-format
msgid "Error while searching for old quota file %s: %s\n"
msgstr "Chyba při hledávání starého kvótového souboru %s: %s\n"
-#: quotacheck.c:719
+#: quotacheck.c:720
msgid "Old file found removed during check!\n"
msgstr "Starý soubor byl během kontroly odstraněn!\n"
-#: quotacheck.c:722
+#: quotacheck.c:723
#, c-format
msgid "Error while opening old quota file %s: %s\n"
msgstr "Chyba při otevírání starého kvótového souboru %s: %s\n"
-#: quotacheck.c:728
+#: quotacheck.c:729
#, c-format
msgid "EXT2_IOC_GETFLAGS failed: %s\n"
msgstr "Volání EXT2_IOC_GETFLAGS selhalo: %s\n"
-#: quotacheck.c:732
+#: quotacheck.c:733
#, c-format
msgid "Quota file %s has IMMUTABLE flag set. Clearing.\n"
msgstr ""
"Kvótový soubor %s má nastaven příznak\n"
"NEMĚNITELNOSTI (immutable). Příznak odebrán.\n"
-#: quotacheck.c:735
+#: quotacheck.c:736
#, c-format
msgid "Failed to remove IMMUTABLE flag from quota file %s: %s\n"
msgstr "Odebrání příznaku NEMĚNITELNOSTI z kvótového souboru %s selhalo: %s\n"
-#: quotacheck.c:744
+#: quotacheck.c:745
#, c-format
msgid "Renaming old quotafile to %s~\n"
msgstr "Starý kvótový soubor se přejmenovává na %s~\n"
-#: quotacheck.c:750
+#: quotacheck.c:751
#, c-format
msgid "Name of quota file too long. Contact %s.\n"
msgstr "Název kvótového souboru je příliš dlouhý. Kontaktujte %s.\n"
-#: quotacheck.c:752
+#: quotacheck.c:753
#, c-format
msgid "Cannot rename old quotafile %s to %s: %s\n"
msgstr "Starý kvótový soubor %s nelze přejmenovat na %s: %s\n"
-#: quotacheck.c:758
+#: quotacheck.c:759
msgid "Renaming new quotafile\n"
msgstr "Přejmenovává se nový kvótový soubor\n"
-#: quotacheck.c:770
+#: quotacheck.c:771
#, c-format
msgid "Cannot change permission of %s: %s\n"
msgstr "Nelze změnit práva souboru %s: %s\n"
-#: quotacheck.c:777
+#: quotacheck.c:778
#, c-format
msgid "Cannot open new quota file %s: %s\n"
msgstr "Nový kvótový soubor %s nelze otevřít: %s\n"
-#: quotacheck.c:782
+#: quotacheck.c:783
#, c-format
msgid "Warning: Cannot set EXT2 flags on %s: %s\n"
msgstr "Pozor: Příznak EXT2 nelze u %s nastavit: %s\n"
-#: quotacheck.c:802
+#: quotacheck.c:803
#, c-format
msgid "Dumping gathered data for %ss.\n"
msgstr "Zapisují se data nasbíraná pro třídu %s.\n"
-#: quotacheck.c:805
+#: quotacheck.c:806
#, c-format
msgid "Cannot initialize IO on xfs/gfs2 quotafile: %s\n"
msgstr "Nelze inicializovat I/O na kvótovém souboru XFS/GFS2: %s\n"
-#: quotacheck.c:811
+#: quotacheck.c:812
#, c-format
msgid "Cannot initialize IO on new quotafile: %s\n"
msgstr "Nelze inicializovat I/O na novém kvótovém souboru: %s\n"
-#: quotacheck.c:838
+#: quotacheck.c:839
#, c-format
msgid "Cannot finish IO on new quotafile: %s\n"
msgstr "Nelze dokončit I/O na novém kvótovém souboru: %s\n"
-#: quotacheck.c:841
+#: quotacheck.c:842
msgid "Data dumped.\n"
msgstr "Data zapsána.\n"
-#: quotacheck.c:849
+#: quotacheck.c:850
#, c-format
msgid "Cannot find checked quota file for %ss on %s!\n"
msgstr "Nelze najít kontrolovaný kvótový soubor pro třídu %s na %s!\n"
-#: quotacheck.c:853
+#: quotacheck.c:854
#, c-format
msgid ""
"Cannot turn %s quotas off on %s: %s\n"
@@ -793,7 +819,7 @@ msgstr ""
"Kvóty pro třídu %s na %s nelze vypnout: %s\n"
"Jádro se nedozví o změnách, které nástroj quotacheck provedl.\n"
-#: quotacheck.c:866
+#: quotacheck.c:867
#, c-format
msgid ""
"Cannot turn %s quotas on on %s: %s\n"
@@ -802,26 +828,26 @@ msgstr ""
"Kvóty pro třídu %s na %s nelze zapnout: %s\n"
"Jádro se nedozví o změnách, které nástroj quotacheck provedl.\n"
-#: quotacheck.c:892
+#: quotacheck.c:893
#, c-format
msgid "Substracting space used by old %s quota file.\n"
msgstr "Odečítá se místo zabrané starým kvótovým souborem pro třídu %s.\n"
-#: quotacheck.c:894
+#: quotacheck.c:895
#, c-format
msgid ""
"Old %s file name could not been determined. Usage will not be subtracted.\n"
msgstr ""
"Název starého souboru pro třídu %s nemohl být určen. Místo nebude odečteno.\n"
-#: quotacheck.c:899
+#: quotacheck.c:900
#, c-format
msgid "Cannot stat old %s quota file %s: %s. Usage will not be subtracted.\n"
msgstr ""
"Nebylo možné zjistit údaje o starém kvótovém souboru %2$s pro třídu %1$s:\n"
"%3$s. Místo nebude odečteno.\n"
-#: quotacheck.c:911
+#: quotacheck.c:912
#, c-format
msgid ""
"Quota structure for %s owning quota file not present! Something is really "
@@ -831,22 +857,22 @@ msgstr ""
"přítomna! Něco se opravdu pokazilo.\n"
# FIXME: plural
-#: quotacheck.c:916
+#: quotacheck.c:917
#, c-format
msgid "Substracted %lu bytes.\n"
msgstr "Odečteno %'lu bajtů.\n"
-#: quotacheck.c:929
+#: quotacheck.c:931
#, c-format
msgid "Cannot stat mountpoint %s: %s\n"
msgstr "Nelze získat údaje o přípojném bodu %s: %s\n"
-#: quotacheck.c:931
+#: quotacheck.c:933
#, c-format
msgid "Mountpoint %s is not a directory?!\n"
msgstr "Přípojný bod %s není adresářem?!\n"
-#: quotacheck.c:956
+#: quotacheck.c:966
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only. Counted values might not "
@@ -855,7 +881,7 @@ msgstr ""
"Souborový systém připojený do %s nelze přepojit\n"
"jen pro čtení. Vypočtené hodnoty nemusí být správné.\n"
-#: quotacheck.c:964
+#: quotacheck.c:974
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only so counted values might "
@@ -868,26 +894,26 @@ msgstr ""
"Prosím, zastavte všechny programy zapisující do souborového systému, nebo\n"
"kontrolu vynuťte přepínačem -m.\n"
-#: quotacheck.c:972
+#: quotacheck.c:982
msgid "Filesystem remounted read-only\n"
msgstr "Systém souborů přepojen jen pro čtení\n"
-#: quotacheck.c:975
+#: quotacheck.c:985
#, c-format
msgid "Scanning %s [%s] "
msgstr "Prohledává se %s [%s] "
-#: quotacheck.c:995
+#: quotacheck.c:1011
msgid "done\n"
msgstr "hotovo\n"
# FIXME: plurals
-#: quotacheck.c:1004
+#: quotacheck.c:1020
#, c-format
msgid "Checked %d directories and %d files\n"
msgstr "Zkontrolováno %d adresářů a %d souborů\n"
-#: quotacheck.c:1008
+#: quotacheck.c:1024
#, c-format
msgid ""
"Cannot remount filesystem %s read-write. cannot write new quota files.\n"
@@ -895,27 +921,27 @@ msgstr ""
"Systém souborů %s nelze přepojit pro zápis. Nový soubor\n"
"s kvótami nelze zapsat.\n"
-#: quotacheck.c:1009
+#: quotacheck.c:1025
msgid "Filesystem remounted RW.\n"
msgstr "Systém souborů přepojen pro zápis.\n"
-#: quotacheck.c:1052
+#: quotacheck.c:1069
#, c-format
msgid "Cannot find quota option on filesystem %s with quotas!\n"
msgstr "U souborového systému %s s kvótami nelze nalézt kvótový parametr!\n"
-#: quotacheck.c:1058
+#: quotacheck.c:1075
#, c-format
msgid "Cannot detect quota format for journalled quota on %s\n"
msgstr "U žurnálované kvóty na %s nelze určit formát\n"
-#: quotacheck.c:1124
+#: quotacheck.c:1141
#, c-format
msgid "Cannot get system info: %s\n"
msgstr "Nelze získat údaje o systému: %s\n"
#  FXIME: msgid misses new lines.
-#: quotacheck.c:1144
+#: quotacheck.c:1161
msgid ""
"Your kernel probably supports journaled quota but you are not using it. "
"Consider switching to journaled quota to avoid running quotacheck after an "
@@ -925,16 +951,16 @@ msgstr ""
"Zvažte použití žurnálovaných kvót, což umožňuje se vyhnout pouštění\n"
"quotacheck po nečistém vypnutí systému.\n"
-#: quotacheck.c:1158 quotasys.c:910
+#: quotacheck.c:1175 quotasys.c:933
msgid "Cannot initialize mountpoint scan.\n"
msgstr "Prohledávání bodu připojení nelze inicializovat.\n"
-#: quotacheck.c:1163
+#: quotacheck.c:1180
#, c-format
msgid "Skipping %s [%s]\n"
msgstr "Přeskakuje se %s [%s]\n"
-#: quotacheck.c:1180
+#: quotacheck.c:1197
#, c-format
msgid ""
"Cannot guess format from filename on %s. Please specify format on "
@@ -943,12 +969,12 @@ msgstr ""
"Z názvu souboru na %s nelze uhádnout formát.\n"
"Prosím, zadejte formát na příkazovém řádku.\n"
-#: quotacheck.c:1185
+#: quotacheck.c:1202
#, c-format
msgid "Detected quota format %s\n"
msgstr "Zjištěn formát kvóty %s\n"
-#: quotacheck.c:1206
+#: quotacheck.c:1223
msgid ""
"Cannot find filesystem to check or filesystem not mounted with quota "
"option.\n"
@@ -957,7 +983,7 @@ msgstr ""
"připojen s kvótovým parametrem.\n"
# FIXME: plurals
-#: quotacheck.c:1224
+#: quotacheck.c:1241
#, c-format
msgid ""
"Allocated %d bytes memory\n"
@@ -968,57 +994,57 @@ msgstr ""
"Uvolněno %'d bajtů\n"
"Ztraceno %'d bajtů\n"
-#: quot.c:81
+#: quot.c:82
#, c-format
msgid "Usage: %s [-acfugvViTq] [filesystem...]\n"
msgstr "Použití: %s [-acfugvViTq] [SYSTÉM_SOUBORŮ…]\n"
-#: quot.c:178
+#: quot.c:180
#, c-format
msgid "%s (%s):\n"
msgstr "%s (%s):\n"
-#: quot.c:182 quot.c:186
+#: quot.c:184 quot.c:188
#, c-format
msgid "%d\t%llu\t%llu\n"
msgstr "%d\t%llu\t%llu\n"
-#: quot.c:195
+#: quot.c:197
#, c-format
msgid "%s (%s) %ss:\n"
msgstr "%s (%s) objekty třídy %s:\n"
-#: quot.c:203 quot.c:205
+#: quot.c:205 quot.c:207
#, c-format
msgid "%8llu "
msgstr "%8llu "
-#: quot.c:208
+#: quot.c:210
#, c-format
msgid "%s"
msgstr "%s"
-#: quot.c:210
+#: quot.c:212
#, c-format
msgid "%-8.8s"
msgstr "%-8.8s"
-#: quot.c:212
+#: quot.c:214
#, c-format
msgid "#%-7d"
msgstr "č%-7d"
-#: quot.c:214
+#: quot.c:216
#, c-format
msgid " %8llu %8llu %8llu"
msgstr " %8llu %8llu %8llu"
-#: quot.c:362
+#: quot.c:364
#, c-format
msgid "cannot open %s: %s\n"
msgstr "%s nelze otevřít: %s\n"
-#: quot.c:382
+#: quot.c:384
#, c-format
msgid "XFS_IOC_FSBULKSTAT ioctl failed: %s\n"
msgstr "IOCTL XFS_IOC_FSBULKSTAT selhalo: %s\n"
@@ -1072,21 +1098,21 @@ msgid "%s quota sync failed for %s: %s\n"
msgstr "synchronizace kvóty %s na %s selhala: %s\n"
# kvótový soubor pro třídu %s
-#: quota.h:22
+#: quota.h:23
msgid "user"
msgstr "uživatel"
# kvótový soubor pro třídu %s
-#: quota.h:23
+#: quota.h:24
msgid "group"
msgstr "skupina"
-#: quota.h:24
+#: quota.h:25
msgid "project"
msgstr ""
# kvótový soubor pro třídu %s
-#: quota.h:25
+#: quota.h:26
msgid "undefined"
msgstr "neurčeno"
@@ -1163,124 +1189,129 @@ msgstr "Nelze se připojit k multicastové skupině kvóty: %s\n"
msgid "Cannot connect to system DBUS: %s\n"
msgstr "Nelze se připojit k systémové sběrnici D-bus: %s\n"
-#: quota_nld.c:289
+#: quota_nld.c:292
#, c-format
msgid "Failed to find tty of user %llu to report warning to.\n"
msgstr ""
"Nebylo možné nalézt TTY uživatele %llu, kam by se mělo vypsat upozornění.\n"
-#: quota_nld.c:294
+#: quota_nld.c:297
#, c-format
msgid "Failed to open tty %s of user %llu to report warning.\n"
msgstr ""
"Otevření TTY %s uživatele %llu, kam by se mělo vypsat upozornění, selhalo.\n"
-#: quota_nld.c:300
+#: quota_nld.c:303
msgid "Warning"
msgstr "Pozor"
-#: quota_nld.c:303
+#: quota_nld.c:306
msgid "Error"
msgstr "Chyba"
-#: quota_nld.c:305
+#: quota_nld.c:308
msgid "Info"
msgstr "Na vědomí"
-#: quota_nld.c:308
+#: quota_nld.c:311
msgid "file limit reached"
msgstr "limit na soubory dosažen"
-#: quota_nld.c:311
+#: quota_nld.c:314
msgid "file quota exceeded too long"
msgstr "kvóta na soubory překročena příliš dlouho"
-#: quota_nld.c:314
+#: quota_nld.c:317
msgid "file quota exceeded"
msgstr "Kvóta na soubory překročena"
-#: quota_nld.c:317
+#: quota_nld.c:320
msgid "block limit reached"
msgstr "limit na bloky dosažen"
-#: quota_nld.c:320
+#: quota_nld.c:323
msgid "block quota exceeded too long"
msgstr "kvóta na bloky překročena příliš dlouho"
-#: quota_nld.c:323
+#: quota_nld.c:326
msgid "block quota exceeded"
msgstr "kvóta na bloky překročena"
-#: quota_nld.c:326
+#: quota_nld.c:329
msgid "got below file limit"
msgstr "počet souborů klesl pod limit"
-#: quota_nld.c:329
+#: quota_nld.c:332
msgid "got below file quota"
msgstr "počet souborů klesl pod kvótu"
-#: quota_nld.c:332
+#: quota_nld.c:335
msgid "got below block limit"
msgstr "počet bloků klesl pod limit"
-#: quota_nld.c:335
+#: quota_nld.c:338
msgid "got below block quota"
msgstr "počet bloků klesl pod kvótu"
-#: quota_nld.c:338
+#: quota_nld.c:341
msgid "unknown quota warning"
msgstr "neznámé upozornění kvóty"
-#: quota_nld.c:342
+#: quota_nld.c:345
#, c-format
msgid "Failed to write quota message for user %llu to %s: %s\n"
msgstr "Zápis zprávy o kvótě pro uživatele %llu na %s selhal: %s\n"
-#: quota_nld.c:355
+#: quota_nld.c:358
msgid "Cannot create DBUS message: No enough memory.\n"
msgstr "Zprávu D-bus nelze vytvořit: Nedostatek paměti.\n"
-#: quota_nld.c:373
+#: quota_nld.c:376
msgid "Failed to write message to dbus: No enough memory.\n"
msgstr "Zprávu nelze zapsat do D-bus: Nedostatek paměti.\n"
-#: quota_nld.c:389
+#: quota_nld.c:392
#, c-format
msgid "Failed to read or parse quota netlink message: %s\n"
msgstr "Netlinkovou zprávu kvóty nebylo možné přečíst nebo rozebrat: %s\n"
-#: quota_nld.c:400
+#: quota_nld.c:403
msgid "Undefined program name.\n"
msgstr "Název programu není určen.\n"
-#: quota_nld.c:405
+#: quota_nld.c:408
msgid "Not enough memory to build PID file name.\n"
msgstr "Nedostatek paměti pro tvorbu názvu souboru s PID.\n"
-#: quota_nld.c:424
+#: quota_nld.c:427
#, c-format
msgid "Could not open PID file '%s': %s\n"
msgstr "Soubor s PID „%s“ nelze otevřít: %s\n"
-#: quota_nld.c:430
+#: quota_nld.c:433
#, c-format
msgid "Could not write daemon's PID into '%s'.\n"
msgstr "PID démona nebylo možné zapsat do „%s“.\n"
-#: quota_nld.c:437
+#: quota_nld.c:440
#, c-format
msgid "Could not close PID file '%s'.\n"
msgstr "Soubor s PID „%s“ nebylo možné uzavřít.\n"
-#: quota_nld.c:467
+#: quota_nld.c:470
msgid "Could not register PID file removal on SIGTERM.\n"
msgstr "Odebrání souboru s PID nebylo možné zaregistrovat na signál SIGTERM.\n"
-#: quota_nld.c:469
+#: quota_nld.c:472
#, c-format
msgid "Could not store my PID %jd.\n"
msgstr "Nebylo možné uložit vlastní PID %jd.\n"
+#: quota_nld.c:489 rquota_svc.c:537
+#, fuzzy, c-format
+msgid "Failed to daemonize: %s\n"
+msgstr "Odstranění kvóty selhalo: %s\n"
+
#: repquota.c:51
#, fuzzy, c-format
msgid ""
@@ -1289,24 +1320,31 @@ msgid ""
"%s [-vugsi] [-c|C] [-t|n] [-F quotaformat] [-O (default | xml | csv)] (-a | "
"mntpoint)\n"
"\n"
-"-v, --verbose display also users/groups without any usage\n"
-"-u, --user display information about users\n"
-"-g, --group display information about groups\n"
-"-P, --project display information about projects\n"
-"-s, --human-readable show numbers in human friendly units (MB, "
-"GB, ...)\n"
-"-t, --truncate-names truncate names to 9 characters\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-n, --no-names do not translate uid/gid to name\n"
-"-i, --no-autofs avoid autofs mountpoints\n"
-"-c, --cache translate big number of ids at once\n"
-"-C, --no-cache translate ids one by one\n"
-"-F, --format=formatname report information for specific format\n"
-"-O, --output=format format output as xml or csv\n"
-"-a, --all report information for all mount points with "
-"quotas\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-v, --verbose display also users/groups without any usage\n"
+"-u, --user display information about users\n"
+"-g, --group display information about groups\n"
+"-P, --project display information about projects\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+"-t, --truncate-names truncate names to 9 characters\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-n, --no-names do not translate uid/gid to name\n"
+"-i, --no-autofs avoid autofs mountpoints\n"
+"-c, --cache translate big number of ids at once\n"
+"-C, --no-cache translate ids one by one\n"
+"-F, --format=formatname report information for specific format\n"
+"-O, --output=format format output as xml or csv\n"
+"-a, --all report information for all mount points with\n"
+" quotas\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
"Nástroj pro hlášení kvót.\n"
@@ -1331,53 +1369,53 @@ msgstr ""
"-V, --version zobrazí údaje o verzi a skončí\n"
"\n"
-#: repquota.c:158
+#: repquota.c:167
msgid "Repquota cannot report through RPC calls.\n"
msgstr "Repquota nedokáže pracovat přes volání RPC.\n"
-#: repquota.c:162
+#: repquota.c:171
msgid "Specified both -n and -t but only one of them can be used.\n"
msgstr "Zadány přepínače -n i -t, ale použít lze jen jeden z nich.\n"
-#: repquota.c:366
+#: repquota.c:375
msgid "User"
msgstr "Uživatel"
-#: repquota.c:368
+#: repquota.c:377
msgid "Group"
msgstr "Skupina"
-#: repquota.c:370
+#: repquota.c:379
msgid "Project"
msgstr ""
# TODO: Internationalize first argument
-#: repquota.c:373
+#: repquota.c:382
#, c-format
msgid "*** Report for %s quotas on device %s\n"
msgstr "*** Hlášení pro kvóty %s na zařízení %s\n"
# This is first argument of `%s limits' header
-#: repquota.c:382
+#: repquota.c:391
msgid "Space"
msgstr "místa"
# This is first argument of `%s limits' header
-#: repquota.c:384
+#: repquota.c:393
msgid "Block"
msgstr "bloků"
-#: repquota.c:385
+#: repquota.c:394
#, c-format
msgid "Block grace time: %s; Inode grace time: %s\n"
msgstr "Doba odkladu bloků: %s, Doba odkladu i-uzlů: %s\n"
-#: repquota.c:386
+#: repquota.c:395
#, c-format
msgid " %s limits File limits\n"
msgstr " Limity %s Limity souborů\n"
-#: repquota.c:387
+#: repquota.c:396
#, c-format
msgid "%-9s used soft hard grace used soft hard grace\n"
msgstr "%-9s užito měkký pevný odklad užito měkký pevný odklad\n"
@@ -1561,7 +1599,12 @@ msgstr ""
msgid "WARNING - Quota file %s has corrupted headers\n"
msgstr "POZOR – Kvótový soubor %s má poškozené hlavičky\n"
-#: quotacheck_v2.c:362
+#: quotacheck_v2.c:361
+#, fuzzy
+msgid "Continue checking assuming format from command line?"
+msgstr "Pokračovat v kontrole předpokládaje verzi z příkazového řádku?"
+
+#: quotacheck_v2.c:365
#, c-format
msgid ""
"Quota file format version %d does not match the one specified on command "
@@ -1570,33 +1613,33 @@ msgstr ""
"Verze formátu kvótového souboru %d neodpovídá formátu uvedenému na\n"
"příkazovém řádku (%d). Hlavička kvótového souboru může být poškozena.\n"
-#: quotacheck_v2.c:366
+#: quotacheck_v2.c:370
msgid "Continue checking assuming version from command line?"
msgstr "Pokračovat v kontrole předpokládaje verzi z příkazového řádku?"
-#: quotacheck_v2.c:372
+#: quotacheck_v2.c:376
msgid "Headers checked.\n"
msgstr "Hlavičky zkontrolovány.\n"
-#: quotacheck_v2.c:388
+#: quotacheck_v2.c:392
#, c-format
msgid "Do not know how to buffer format %d\n"
msgstr "Neví se, jak bufferovat formát %d\n"
-#: quotacheck_v2.c:398
+#: quotacheck_v2.c:402
#, c-format
msgid "Headers of file %s checked. Going to load data...\n"
msgstr "Hlavičky souboru %s zkontrolovány. Nyní se budou nahrávat data…\n"
-#: quotacheck_v2.c:406
+#: quotacheck_v2.c:410
msgid "Cannot gather quota data. Tree root node corrupted.\n"
msgstr "Nelze posbírat údaje o kvótách. Kořenový uzel stromu je poškozen.\n"
-#: quotacheck_v2.c:414
+#: quotacheck_v2.c:418
msgid "WARNING - Some data might be changed due to corruption.\n"
msgstr "POZOR – Některé údaje mohly být kvůli poškození pozměněny.\n"
-#: quotacheck_v2.c:417
+#: quotacheck_v2.c:421
msgid "Not found any corrupted blocks. Congratulations.\n"
msgstr "Nenalezeny žádné poškozené bloky. Blahopřejeme.\n"
@@ -1612,42 +1655,42 @@ msgstr "Kvótový formát RPC není zakompilován.\n"
msgid "RPC quota format specified for non-NFS filesystem.\n"
msgstr "Kvótový formát RPC zadán pro ne-NFS souborový systém.\n"
-#: quotaio.c:84
+#: quotaio.c:85
msgid "Only XFS quota format is allowed on XFS filesystem.\n"
msgstr "Pouze kvótový formát XFS je povolen na souborovém systému XFS.\n"
-#: quotaio.c:95
+#: quotaio.c:96
msgid "XFS quota allowed only on XFS filesystem.\n"
msgstr "XFS kvóty jsou povoleny pouze na souborovém systému XFS.\n"
-#: quotaio.c:109
+#: quotaio.c:110
msgid "Quota not supported by the filesystem.\n"
msgstr "Kvóta není souborovým systémem podporována.\n"
-#: quotaio.c:129
+#: quotaio.c:130
msgid "Cannot find any quota file to work on.\n"
msgstr "Nenalezeny žádné kvótové souboru ke zpracování.\n"
-#: quotaio.c:134
+#: quotaio.c:135
msgid "Quota file not found or has wrong format.\n"
msgstr "Kvótový soubor nenalezen nebo má chybný formát.\n"
-#: quotaio.c:144
+#: quotaio.c:145
#, c-format
msgid "Cannot sync quotas on device %s: %s\n"
msgstr "Kvóty na zařízení %s nelze synchronizovat: %s\n"
-#: quotaio.c:175
+#: quotaio.c:176
#, c-format
msgid "Cannot initialize quota on %s: %s\n"
msgstr "Kvóty na %s nelze inicializovat: %s\n"
-#: quotaio.c:202
+#: quotaio.c:203
#, c-format
msgid "Creation of %s quota format is not supported.\n"
msgstr "Tvorba formátu kvóty %s není podporována.\n"
-#: quotaio.c:212
+#: quotaio.c:213
#, c-format
msgid ""
"Quota on %s is stored in system files and must be manipulated by fs tools.\n"
@@ -1655,18 +1698,18 @@ msgstr ""
"Kvóta na %s je uložena v souborovém systému, a musí se s ní\n"
"zacházet pomocí nástrojů souborového systému.\n"
-#: quotaio.c:222
+#: quotaio.c:223
#, c-format
msgid "Cannot create new quotafile %s: %s\n"
msgstr "Nový kvótový soubor %s nelze vytvořit: %s\n"
-#: quotaio.c:296
+#: quotaio.c:297
#, c-format
msgid ""
"Trying to set quota limits out of range supported by quota format on %s.\n"
msgstr "Pokus nastavit limit mimo rozsah podporovaný formátem kvóty na %s.\n"
-#: quotaio.c:302
+#: quotaio.c:303
#, c-format
msgid ""
"Trying to set quota usage out of range supported by quota format on %s.\n"
@@ -1705,7 +1748,7 @@ msgstr ""
"Funkce metadat init_io zavolána, když jádro nepodporuje obecné rozhraní\n"
"pro kvóty!\n"
-#: quotaio_rpc.c:76 quotaio_v1.c:308 quotaio_v2.c:464
+#: quotaio_rpc.c:77 quotaio_v1.c:278 quotaio_v2.c:464
#, c-format
msgid "Trying to write quota to readonly quotafile on %s\n"
msgstr "Pokus zapsat kvótu do kvótového souboru, který jen pro čtení, na %s\n"
@@ -1764,7 +1807,7 @@ msgstr ""
"Kvótový soubor je pravděpodobně poškozen.\n"
"Prosím, spusťte quotacheck(8) a zkuste to znovu.\n"
-#: quotaio_v1.c:214
+#: quotaio_v1.c:184
#, c-format
msgid "Trying to write info to readonly quotafile on %s.\n"
msgstr ""
@@ -1800,40 +1843,40 @@ msgstr ""
"Záznamů: %u\n"
"Průměrně použito: %f\n"
-#: quotaio_xfs.c:260
+#: quotaio_xfs.c:265
#, c-format
msgid "*** Status for %s quotas on device %s\n"
msgstr "*** Stav kvót %s na zařízení %s\n"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "ON"
msgstr "ZAPNUTO"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "OFF"
msgstr "VYPNUTO"
-#: quotaio_xfs.c:264 quotaio_xfs.c:268 quotaio_xfs.c:272
+#: quotaio_xfs.c:269 quotaio_xfs.c:273 quotaio_xfs.c:277
#, c-format
msgid "Accounting: %s; Enforcement: %s\n"
msgstr "Účtování: %s; Vynucení: %s\n"
-#: quotaio_xfs.c:284 quotaio_xfs.c:288 quotaio_xfs.c:292
+#: quotaio_xfs.c:289 quotaio_xfs.c:293 quotaio_xfs.c:297
#, c-format
msgid "Accounting [ondisk]: %s; Enforcement [ondisk]: %s\n"
msgstr "Účtování [ondisk]: %s; Vynucení [ondisk]: %s\n"
-#: quotaio_xfs.c:301 quotaio_xfs.c:310 quotaio_xfs.c:323
+#: quotaio_xfs.c:306 quotaio_xfs.c:315 quotaio_xfs.c:328
#, c-format
msgid "Inode: none\n"
msgstr "Iuzel: žádný\n"
-#: quotaio_xfs.c:303 quotaio_xfs.c:312 quotaio_xfs.c:325
+#: quotaio_xfs.c:308 quotaio_xfs.c:317 quotaio_xfs.c:330
#, c-format
msgid "Inode: #%llu (%llu blocks, %u extents)\n"
msgstr "Iuzel: č. %llu (%'llu bloků, %'u rozsahů)\n"
-#: quotaon.c:67
+#: quotaon.c:37
#, fuzzy, c-format
msgid ""
"Usage:\n"
@@ -1867,128 +1910,128 @@ msgstr ""
"-h, --help zobrazí tuto nápovědu a skončí\n"
"-V, --version zobrazí údaje o verzi a skončí\n"
-#: quotaon.c:81
+#: quotaon.c:51
msgid "turn quotas off for all filesystems"
msgstr "vypne kvóty na všech souborových systémech"
-#: quotaon.c:82
+#: quotaon.c:52
msgid "turn quotas on for all filesystems"
msgstr "zapne kvóty na všech souborových systémech"
-#: quotaon.c:147
+#: quotaon.c:117
msgid "Cannot turn on/off quotas via RPC.\n"
msgstr "Kvóty nelze přes RPC zapnout/vypnout.\n"
-#: quotaon.c:194
+#: quotaon.c:164
#, c-format
msgid "set root_squash on %s: %s\n"
msgstr "nastavení root_squash na %s: %s\n"
-#: quotaon.c:198
+#: quotaon.c:168
#, c-format
msgid "%s: %s root_squash turned off\n"
msgstr "%s: root_squash na %s vypnuto\n"
-#: quotaon.c:200
+#: quotaon.c:170
#, c-format
msgid "%s: %s root_squash turned on\n"
msgstr "%s: root_squash na %s zapnuto\n"
-#: quotaon.c:218
+#: quotaon.c:188
#, c-format
msgid "quotactl on %s [%s]: %s\n"
msgstr "quotactl na %s [%s]: %s\n"
# TODO: quotas attribute
-#: quotaon.c:221
+#: quotaon.c:191
#, c-format
msgid "%s [%s]: %s quotas turned off\n"
msgstr "%s [%s]: kvóty pro %s vypnuty\n"
-#: quotaon.c:234
+#: quotaon.c:204
#, c-format
msgid "cannot find %s on %s [%s]\n"
msgstr "%s nelze na %s [%s] nalézt\n"
-#: quotaon.c:236
+#: quotaon.c:206
#, c-format
msgid "using %s on %s [%s]: %s\n"
msgstr "použití %s na %s [%s]: %s\n"
-#: quotaon.c:238
+#: quotaon.c:208
msgid "Maybe create new quota files with quotacheck(8)?\n"
msgstr "Možná vytvořit nové kvótové soubory pomocí quotacheck(8)?\n"
-#: quotaon.c:240
+#: quotaon.c:210
msgid "Quota format not supported in kernel.\n"
msgstr "Formát kvóty není podporován jádrem.\n"
# TODO: quotas attribute
-#: quotaon.c:243
+#: quotaon.c:213
#, c-format
msgid "%s [%s]: %s quotas turned on\n"
msgstr "%s [%s]: kvóty %s zapnuty\n"
-#: quotaon.c:283
+#: quotaon.c:253
msgid "Cannot change state of GFS2 quota.\n"
msgstr "Stav kvóty GFS2 nelze změnit.\n"
-#: quotaon.c:287
+#: quotaon.c:258
msgid "Cannot change state of XFS quota. It's not compiled in kernel.\n"
msgstr "Stav kvóty XFS nelze změnit. Není zakompilováno do jádra.\n"
-#: quotaon.c:312
+#: quotaon.c:283
#, c-format
msgid "Cannot find quota file on %s [%s] to turn quotas on/off.\n"
msgstr ""
"Pro vypnutí/zapnutí kvót je třeba kvótový soubor, který nelze na %s [%s] "
"nalézt.\n"
-#: quotaon.c:317
+#: quotaon.c:288
#, c-format
msgid "Quota file on %s [%s] does not exist or has wrong format.\n"
msgstr "Kvótový soubor na %s [%s] neexistuje nebo má špatný formát.\n"
# kvóta je, změní stav kvót na
-#: quotaon.c:346 quotaon.c:362
+#: quotaon.c:318 quotaon.c:334
msgid "off"
msgstr "vypnuto"
-#: quotaon.c:348
+#: quotaon.c:320
#, fuzzy
msgid "on (accounting)"
msgstr "a účtování"
-#: quotaon.c:350
+#: quotaon.c:322
msgid "on (enforced)"
msgstr ""
# kvóta je, změní stav kvót na
-#: quotaon.c:362
+#: quotaon.c:334
msgid "on"
msgstr "zapnuto"
# TODO: quota attribute
-#: quotaon.c:364
+#: quotaon.c:336
#, c-format
msgid "%s quota on %s (%s) is %s\n"
msgstr "Kvóta %s na %s (%s) je %s\n"
-#: quotaon.c:381
+#: quotaon.c:353
#, c-format
msgid "Name must be quotaon or quotaoff not %s\n"
msgstr "Název musí být quotaon nebo quotaoff, ne %s\n"
-#: quotaon.c:387
+#: quotaon.c:359
#, c-format
msgid "Required format %s not supported by kernel.\n"
msgstr "Požadovaný formát %s není podporován jádrem.\n"
-#: quotaon.c:389
+#: quotaon.c:361
msgid "Warning: No quota format detected in the kernel.\n"
msgstr "Pozor: Žádný formát kvóty nebyl v jádře rozpoznán.\n"
-#: quotaon.c:396
+#: quotaon.c:368
#, c-format
msgid "%s: Quota cannot be turned on on NFS filesystem\n"
msgstr "%s: Kvótu nelze souborovém systému NFS zapnout.\n"
@@ -2111,83 +2154,83 @@ msgstr "%s: bloky kvóty %s smazány\n"
msgid "Invalid argument \"%s\"\n"
msgstr "Neplatný argument „%s“\n"
-#: quotaops.c:112
+#: quotaops.c:82
#, c-format
msgid "%s (uid %d): Permission denied\n"
msgstr "%s (UID %d): Povolení zamítnuto\n"
-#: quotaops.c:124
+#: quotaops.c:94
#, c-format
msgid "%s (gid %d): gid set allocation (%d): %s\n"
msgstr "%s (GID %d): alokace množiny GID (%d): %s\n"
-#: quotaops.c:135
+#: quotaops.c:105
#, c-format
msgid "%s (gid %d): error while trying getgroups(): %s\n"
msgstr "%s (GID %d): volání getgroups() skončilo chybou: %s\n"
-#: quotaops.c:146
+#: quotaops.c:116
#, c-format
msgid "%s (gid %d): Permission denied\n"
msgstr "%s (GID %d): Povolení zamítnuto\n"
-#: quotaops.c:162
+#: quotaops.c:132
#, c-format
msgid "error while getting quota from %s for %s (id %u): %s\n"
msgstr "chyba při zjišťování kvóty z %s pro %s (ID %u): %s\n"
-#: quotaops.c:187
+#: quotaops.c:157
#, c-format
msgid "Cannot write quota for %u on %s: %s\n"
msgstr "Kvótu pro %u nelze na %s zapsat: %s\n"
# TODO: quota attribute
-#: quotaops.c:222 quotaops.c:224
+#: quotaops.c:192 quotaops.c:194
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "synchronizace kvóty %s selhala: %s\n"
-#: quotaops.c:238
+#: quotaops.c:208
msgid "Too many parameters to editor.\n"
msgstr "Příliš mnoho parametrů editoru.\n"
-#: quotaops.c:246
+#: quotaops.c:216
#, c-format
msgid "Cannot exec %s\n"
msgstr "%s nelze spustit\n"
-#: quotaops.c:263
+#: quotaops.c:233
#, fuzzy, c-format
msgid "Cannot truncate a file: %s\n"
msgstr "O souboru s kvótami %s nelze zjistit údaje: %s\n"
-#: quotaops.c:265
+#: quotaops.c:235
#, fuzzy, c-format
msgid "Cannot reset a file offset: %s\n"
msgstr "Nelze načíst soubor se statistikou %s: %s\n"
-#: quotaops.c:267
+#: quotaops.c:237
#, fuzzy, c-format
msgid "Cannot duplicate a file descriptor: %s\n"
msgstr "Deskriptor nelze zdvojit: %s\n"
-#: quotaops.c:269
+#: quotaops.c:239
#, fuzzy, c-format
msgid "Cannot open a stream to write to: %s\n"
msgstr "Dočasný soubor nelze znovu otevřít: %s\n"
-#: quotaops.c:270
+#: quotaops.c:240
#, fuzzy, c-format
msgid "Cannot open a stream to read from: %s\n"
msgstr "Dočasný soubor nelze znovu otevřít: %s\n"
# TODO: internationalize first argument
-#: quotaops.c:286
+#: quotaops.c:256
#, c-format
msgid "Disk quotas for %s %s (%cid %d):\n"
msgstr "Diskové kvóty pro %s %s (%cid %d):\n"
-#: quotaops.c:290
+#: quotaops.c:260
#, c-format
msgid ""
" Filesystem blocks soft hard inodes "
@@ -2196,21 +2239,21 @@ msgstr ""
" Souborový systém bloků měkký pevný iuzlů "
"měkký pevný\n"
-#: quotaops.c:323
+#: quotaops.c:293
#, c-format
msgid "WARNING - %s: cannot change current block allocation\n"
msgstr "POZOR – %s: množství alokovaných bloků nelze změnit\n"
-#: quotaops.c:326
+#: quotaops.c:296
#, c-format
msgid "WARNING - %s: cannot change current inode allocation\n"
msgstr "POZOR – %s: množství alokovaných iuzlů nelze změnit\n"
-#: quotaops.c:352
+#: quotaops.c:322
msgid "Bad format: two title lines assumed\n"
msgstr ""
-#: quotaops.c:363
+#: quotaops.c:333
#, c-format
msgid ""
"Bad format:\n"
@@ -2221,53 +2264,53 @@ msgstr ""
# FIXME: First argument is continuation of sentence. This is not localizable
# correctly.
-#: quotaops.c:369
+#: quotaops.c:339
#, fuzzy, c-format
msgid "Bad block usage: %s: %s\n"
msgstr "Špatná hodtnota: %s: %s\n"
-#: quotaops.c:376
+#: quotaops.c:346
#, fuzzy, c-format
msgid "Bad block soft limit: %s: %s\n"
msgstr "Chybný měkký limit bloků"
-#: quotaops.c:383
+#: quotaops.c:353
#, fuzzy, c-format
msgid "Bad block hard limit: %s: %s\n"
msgstr "Chybný pevný limit bloků"
# FIXME: First argument is continuation of sentence. This is not localizable
# correctly.
-#: quotaops.c:390
+#: quotaops.c:360
#, fuzzy, c-format
msgid "Bad inode usage: %s: %s\n"
msgstr "Špatná hodtnota: %s: %s\n"
-#: quotaops.c:397
+#: quotaops.c:367
#, fuzzy, c-format
msgid "Bad inode soft limit: %s: %s\n"
msgstr "Chybný měkký limit iuzlů"
-#: quotaops.c:404
+#: quotaops.c:374
#, fuzzy, c-format
msgid "Bad inode hard limit: %s: %s\n"
msgstr "Chybný pevný limit iuzlů"
# TODO: internationalize first argument
-#: quotaops.c:457
+#: quotaops.c:427
#, c-format
msgid "Times to enforce softlimit for %s %s (%cid %d):\n"
msgstr "Časy vynucení měkkého limitu pro %s %s (%cid %d):\n"
# XXX: Keep this message on one line because parser expects exact line numbers
-#: quotaops.c:459 quotaops.c:562
+#: quotaops.c:429 quotaops.c:532
#, c-format
msgid "Time units may be: days, hours, minutes, or seconds\n"
msgstr ""
"Jednotky času smí být: days (dny), hours (hodiny), minutes (minuty) nebo "
"seconds (sekundy)\n"
-#: quotaops.c:461
+#: quotaops.c:431
#, c-format
msgid ""
" Filesystem block grace inode grace\n"
@@ -2275,26 +2318,26 @@ msgstr ""
" Souborový systém odklad pro bloky odklad pro "
"iuzly\n"
-#: quotaops.c:466 quotaops.c:472 quotaops.c:517 quotaops.c:530 setquota.c:288
+#: quotaops.c:436 quotaops.c:442 quotaops.c:487 quotaops.c:500 setquota.c:288
#: setquota.c:294
msgid "unset"
msgstr "nenastaveno"
-#: quotaops.c:468 quotaops.c:474
+#: quotaops.c:438 quotaops.c:444
msgid "0seconds"
msgstr "0sekund"
# TODO: Pluralize
-#: quotaops.c:470 quotaops.c:476 quotasys.c:503
+#: quotaops.c:440 quotaops.c:446 quotasys.c:503
#, c-format
msgid "%useconds"
msgstr "%usekund"
-#: quotaops.c:503 quotaops.c:602
+#: quotaops.c:473 quotaops.c:572
msgid "Bad format: three title lines assumed\n"
msgstr ""
-#: quotaops.c:513 quotaops.c:610
+#: quotaops.c:483 quotaops.c:580
#, c-format
msgid ""
"bad format:\n"
@@ -2303,18 +2346,18 @@ msgstr ""
"chybný formát:\n"
"%s\n"
-#: quotaops.c:524 quotaops.c:616
+#: quotaops.c:494 quotaops.c:586
msgid "Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"
msgstr ""
"Chybné jednotky času. Jednotky jsou „second“, „minute“, „hour“ a „day“.\n"
# TODO: Internationalize argumentargumentargumentargumentargument
-#: quotaops.c:560
+#: quotaops.c:530
#, c-format
msgid "Grace period before enforcing soft limits for %ss:\n"
msgstr "Perioda odkladu před vynucením měkkého limitu pro %s:\n"
-#: quotaops.c:563
+#: quotaops.c:533
#, c-format
msgid " Filesystem Block grace period Inode grace period\n"
msgstr ""
@@ -2462,7 +2505,7 @@ msgstr ""
"-V, --version zobrazí údaje o verzi a skončí\n"
"\n"
-#: setquota.c:84 edquota.c:104 quota.c:114
+#: setquota.c:84 edquota.c:104 quota.c:90
#, c-format
msgid "Bugs to: %s\n"
msgstr ""
@@ -2650,7 +2693,7 @@ msgstr ""
# FIXME: context
# None limit
# None grace
-#: quotasys.c:459 quota.c:297
+#: quotasys.c:459 quota.c:278
msgid "none"
msgstr "žádný"
@@ -2723,116 +2766,116 @@ msgstr "den"
msgid "days"
msgstr "dnů"
-#: quotasys.c:573
+#: quotasys.c:582
msgid "Integer overflow while parsing space number."
msgstr ""
-#: quotasys.c:575
+#: quotasys.c:584
msgid "K"
msgstr ""
-#: quotasys.c:577
+#: quotasys.c:586
msgid "M"
msgstr ""
-#: quotasys.c:579
+#: quotasys.c:588
msgid "G"
msgstr ""
-#: quotasys.c:581
+#: quotasys.c:590
msgid "T"
msgstr ""
-#: quotasys.c:584
+#: quotasys.c:593
msgid "Unknown space binary unit. Valid units are K, M, G, T."
msgstr ""
-#: quotasys.c:588
+#: quotasys.c:597
msgid "Integer overflow while interpreting space unit."
msgstr ""
-#: quotasys.c:628
+#: quotasys.c:650
msgid "Integer overflow while parsing number."
msgstr ""
-#: quotasys.c:632
+#: quotasys.c:654
msgid "k"
msgstr ""
-#: quotasys.c:634
+#: quotasys.c:656
msgid "m"
msgstr ""
-#: quotasys.c:636
+#: quotasys.c:658
msgid "g"
msgstr ""
-#: quotasys.c:638
+#: quotasys.c:660
msgid "t"
msgstr ""
-#: quotasys.c:641
+#: quotasys.c:663
msgid "Unknown decimal unit. Valid units are k, m, g, t."
msgstr ""
-#: quotasys.c:645
+#: quotasys.c:667
msgid "Integer overflow while interpreting decimal unit."
msgstr ""
-#: quotasys.c:803
+#: quotasys.c:826
#, c-format
msgid "Cannot stat quota file %s: %s\n"
msgstr "O souboru s kvótami %s nelze zjistit údaje: %s\n"
-#: quotasys.c:949
+#: quotasys.c:974
msgid "Not all specified mountpoints are using quota.\n"
msgstr "Ne všechny použité přípojné body používají kvótu.\n"
-#: quotasys.c:963
+#: quotasys.c:988
#, c-format
msgid "Error while releasing file on %s\n"
msgstr "Chyba při uvolňování souboru na %s\n"
-#: quotasys.c:1022
+#: quotasys.c:1047
#, c-format
msgid "Cannot create set for sigaction(): %s\n"
msgstr "Nelze vytvořit množinu pro sigaction(): %s\n"
-#: quotasys.c:1025
+#: quotasys.c:1050
#, c-format
msgid "Cannot set signal handler: %s\n"
msgstr "Nelze nastavit obsluhu signálu: %s\n"
-#: quotasys.c:1080
+#: quotasys.c:1106
#, c-format
msgid "Cannot reset signal handler: %s\n"
msgstr "Nelze znovu nastavit obsluhu signálu: %s\n"
-#: quotasys.c:1235
+#: quotasys.c:1261
msgid "Cannot open any file with mount points.\n"
msgstr "Žádný soubor s body připojení nelze otevřít.\n"
-#: quotasys.c:1253
+#: quotasys.c:1279
#, c-format
msgid "Cannot get device name for %s\n"
msgstr "Nelze získat název zařízení pro %s\n"
-#: quotasys.c:1313
+#: quotasys.c:1339
#, c-format
msgid "Cannot resolve mountpoint path %s: %s\n"
msgstr "Nelze přeložit cestu k bodu připojení %s: %s\n"
-#: quotasys.c:1319
+#: quotasys.c:1345
#, c-format
msgid "Cannot statfs() %s: %s\n"
msgstr "Nelze vykonat statfs() nad %s: %s\n"
-#: quotasys.c:1331
+#: quotasys.c:1357
#, c-format
msgid "Cannot stat() mounted device %s: %s\n"
msgstr "Nelze získat údaje o připojeném zařízení %s: %s\n"
-#: quotasys.c:1336
+#: quotasys.c:1362
#, c-format
msgid ""
"Device (%s) filesystem is mounted on unsupported device type. Skipping.\n"
@@ -2840,12 +2883,12 @@ msgstr ""
"Souborový systém ze zařízení (%s) je připojen na nepodporovaném druhu\n"
"zařízení. Přeskakuje se.\n"
-#: quotasys.c:1346
+#: quotasys.c:1372
#, c-format
msgid "Cannot stat() mountpoint %s: %s\n"
msgstr "Nad bodem připojení %s nelze zavolat stat(): %s\n"
-#: quotasys.c:1415
+#: quotasys.c:1441
#, c-format
msgid ""
"Cannot find a device with %s.\n"
@@ -2854,7 +2897,7 @@ msgstr ""
"Zařízení s %s nelze nalézt.\n"
"Přeskakuje se…\n"
-#: quotasys.c:1419
+#: quotasys.c:1445
#, c-format
msgid ""
"Cannot stat() a mountpoint with %s: %s\n"
@@ -2863,7 +2906,7 @@ msgstr ""
"Nad bodem připojení s %s nelze zavolat stat(): %s\n"
"Přeskakuje se…\n"
-#: quotasys.c:1427
+#: quotasys.c:1453
#, c-format
msgid ""
"Cannot stat() given mountpoint %s: %s\n"
@@ -2872,31 +2915,31 @@ msgstr ""
"Nad zadaným bodem připojení %s nelze zavolat stat(): %s\n"
"Přeskakuje se…\n"
-#: quotasys.c:1437
+#: quotasys.c:1463
#, c-format
msgid "Cannot find a filesystem mountpoint for directory %s\n"
msgstr "K adresáři %s nelze přiřadit bod připojení souborového systému.\n"
-#: quotasys.c:1443
+#: quotasys.c:1469
#, c-format
msgid "Cannot resolve path %s: %s\n"
msgstr "Cestu %s nelze přeložit: %s\n"
-#: quotasys.c:1454
+#: quotasys.c:1480
#, c-format
msgid "Cannot find mountpoint for device %s\n"
msgstr "K zařízení %s nelze přiřadit bod připojení.\n"
-#: quotasys.c:1460
+#: quotasys.c:1486
#, c-format
msgid "Specified path %s is not directory nor device.\n"
msgstr "Zadaná cesta %s není ani adresářem ani zařízením.\n"
-#: quotasys.c:1468
+#: quotasys.c:1494
msgid "No correct mountpoint specified.\n"
msgstr "Nezadán žádný správný bod připojení.\n"
-#: quotasys.c:1523
+#: quotasys.c:1549
#, c-format
msgid "Mountpoint (or device) %s not found or has no quota enabled.\n"
msgstr "Bod připojení (nebo zařízení) %s nenalezen nebo nemá zapnuté kvóty.\n"
@@ -3018,7 +3061,7 @@ msgstr "nelze zaregistrovat (RQUOTAPROG, RQUOTAVERS, UDP.)\n"
msgid "Unable to register (RQUOTAPROG, EXT_RQUOTAVERS, %s).\n"
msgstr "nelze zaregistrovat (RQUOTAPROG, EXT_RQUOTAVERS, UDP).\n"
-#: rquota_svc.c:539
+#: rquota_svc.c:542
msgid "svc_run returned\n"
msgstr "Funkce svc_run() se vrátila.\n"
@@ -3072,66 +3115,76 @@ msgstr "Na zadanou adresu se nelze přilepit: %s\n"
msgid "Error creating socket: %s\n"
msgstr "Socket nelze vytvořit: %s\n"
-#: svc_socket.c:122
+#: svc_socket.c:124
+#, fuzzy, c-format
+msgid "Cannot set IPv6 socket options: %s\n"
+msgstr "Socketu nelze nastavit parametry: %s\n"
+
+#: svc_socket.c:131
#, c-format
msgid "Cannot set socket options: %s\n"
msgstr "Socketu nelze nastavit parametry: %s\n"
-#: svc_socket.c:128
+#: svc_socket.c:137
#, fuzzy, c-format
msgid "Cannot bind to address: %s\n"
msgstr "Na zadanou adresu se nelze přilepit: %s\n"
+#: svc_socket.c:144
+#, fuzzy, c-format
+msgid "Cannot listen to address: %s\n"
+msgstr "Na zadanou adresu se nelze přilepit: %s\n"
+
#: xqmstats.c:32 xqmstats.c:37
msgid "The running kernel does not support XFS\n"
msgstr "Bežící jádro nepodporuje XFS\n"
-#: xqmstats.c:49
+#: xqmstats.c:50
#, c-format
msgid "XFS Quota Manager dquot statistics\n"
msgstr "Statistika quot Správce kvót XFS\n"
-#: xqmstats.c:50
+#: xqmstats.c:51
#, c-format
msgid " reclaims: %u\n"
msgstr " uvolnění: %u\n"
-#: xqmstats.c:51
+#: xqmstats.c:52
#, c-format
msgid " missed reclaims: %u\n"
msgstr " nenalezená uvolnění: %u\n"
-#: xqmstats.c:52
+#: xqmstats.c:53
#, c-format
msgid " dquot dups: %u\n"
msgstr " duplikací dquot: %u\n"
-#: xqmstats.c:53
+#: xqmstats.c:54
#, c-format
msgid " cache misses: %u\n"
msgstr " nenalezení v keši: %u\n"
-#: xqmstats.c:54
+#: xqmstats.c:55
#, c-format
msgid " cache hits: %u\n"
msgstr " zásahů v keši: %u\n"
-#: xqmstats.c:55
+#: xqmstats.c:56
#, c-format
msgid " dquot wants: %u\n"
msgstr " požadavků na dquot: %u\n"
-#: xqmstats.c:56
+#: xqmstats.c:57
#, c-format
msgid " shake reclaims: %u\n"
msgstr " uvolnění setřesením: %u\n"
-#: xqmstats.c:57
+#: xqmstats.c:58
#, c-format
msgid " inact reclaims: %u\n"
msgstr " uvolnění neaktivních: %u\n"
-#: xqmstats.c:62
+#: xqmstats.c:63
#, c-format
msgid "Maximum %u dquots (currently %u incore, %u on freelist)\n"
msgstr "Maximum %u dquot (nyní %u v jádře, %u na seznamu volných)\n"
@@ -3284,52 +3337,61 @@ msgstr "Ze souboru nelze načíst jednotlivé doby odkladu.\n"
msgid "Cannot read quotas from file.\n"
msgstr "Kvóty nelze ze souboru.\n"
-#: quota.c:87
+#: quota.c:58
#, fuzzy
msgid "Usage: quota [-guPqvswim] [-l | [-Q | -A]] [-F quotaformat]\n"
msgstr "Použití: quota [-guqvswim] [-l | [-Q | -A]] [-f FORMÁT]\n"
-#: quota.c:88
+#: quota.c:59
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -u username ...\n"
msgstr "\tquota [-qvswim] [-l | [-Q | -A]] [-F FORMÁT] -u UŽIVATEL…\n"
-#: quota.c:89
+#: quota.c:60
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -g groupname ...\n"
msgstr "\tquota [-qvswim] [-l | [-Q | -A]] [-F FORMÁT] -g SKUPINA…\n"
-#: quota.c:90
+#: quota.c:61
#, fuzzy
msgid "\tquota [-qvswugPQm] [-F quotaformat] -f filesystem ...\n"
msgstr "\tquota [-qvswugQm] [-F FORMÁT] -f SOUBOROVÝ_SYSTÉM…\n"
-#: quota.c:91
+#: quota.c:62
#, fuzzy
msgid ""
"\n"
-"-u, --user display quota for user\n"
-"-g, --group display quota for group\n"
-"-P, --project display quota for project\n"
-"-q, --quiet print more terse message\n"
-"-v, --verbose print more verbose message\n"
-"-s, --human-readable display numbers in human friendly units (MB, "
-"GB...)\n"
-" --always-resolve always try to translate name to id, even if it is\n"
-"\t\t\t composed of only digits\n"
-"-w, --no-wrap do not wrap long lines\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-l, --local-only do not query NFS filesystems\n"
-"-Q, --quiet-refuse do not print error message when NFS server does\n"
-" not respond\n"
-"-i, --no-autofs do not query autofs mountpoints\n"
-"-F, --format=formatname display quota of a specific format\n"
-"-f, --filesystem-list display quota information only for given "
-"filesystems\n"
-"-A, --all-nfs display quota for all NFS mountpoints\n"
-"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
-" --show-mntpoint show mount point of the file system in output\n"
-" --hide-device do not show file system device in output\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-u, --user display quota for user\n"
+"-g, --group display quota for group\n"
+"-P, --project display quota for project\n"
+"-q, --quiet print more terse message\n"
+"-v, --verbose print more verbose message\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+" --always-resolve always try to translate name to id, even if it "
+"is\n"
+"\t\t\t composed of only digits\n"
+"-w, --no-wrap do not wrap long lines\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-l, --local-only do not query NFS filesystems\n"
+"-Q, --quiet-refuse do not print error message when NFS server "
+"does\n"
+" not respond\n"
+"-i, --no-autofs do not query autofs mountpoints\n"
+"-F, --format=formatname display quota of a specific format\n"
+"-f, --filesystem-list display quota information only for given\n"
+" filesystems\n"
+"-A, --all-nfs display quota for all NFS mountpoints\n"
+"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
+" --show-mntpoint show mount point of the file system in output\n"
+" --hide-device do not show file system device in output\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
"\n"
@@ -3360,100 +3422,104 @@ msgstr ""
"-V, --version zobrazí údaje o verzi a skončí\n"
"\n"
-#: quota.c:123
+#: quota.c:99
msgid "space"
msgstr "místo"
-#: quota.c:125
+#: quota.c:101
msgid "blocks"
msgstr "bloky"
# FIXME: third argument is first character of first argument
# (user/group → u/g-id). This is not localizable.
-#: quota.c:127
+#: quota.c:103
#, c-format
msgid "Disk quotas for %s %s (%cid %u): %s\n"
msgstr "Diskové kvóty pro %s %s (%cid %u): %s\n"
# FIXME: printf(3) counts bytes, not columns
-#: quota.c:130
+#: quota.c:106
msgid "Filesystem"
msgstr "Souborovy system"
# FIXME: printf(3) counts bytes, not columns
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "quota"
msgstr "kvota"
# FIXME: printf(3) counts bytes, not columns
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "limit"
msgstr "limit"
# FIXME: printf(3) counts bytes, not columns
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "grace"
msgstr "odklad"
# FIXME: printf(3) counts bytes, not columns
-#: quota.c:132
+#: quota.c:108
msgid "files"
msgstr "souboru"
-#: quota.c:208
+#: quota.c:189
msgid "File limit reached on"
msgstr "Omezení počtu souborů dosaženo na"
-#: quota.c:214
+#: quota.c:195
msgid "In file grace period on"
msgstr "V periodě odkladu počtu souborů na"
-#: quota.c:218
+#: quota.c:199
msgid "Over file quota on"
msgstr "Kvóta na počet souborů přesažena na"
-#: quota.c:224
+#: quota.c:205
msgid "Block limit reached on"
msgstr "Omezení na počet bloků dosaženo na"
-#: quota.c:230
+#: quota.c:211
msgid "In block grace period on"
msgstr "V periodě odkladu počtu bloků na"
-#: quota.c:234
+#: quota.c:215
msgid "Over block quota on"
msgstr "Kvóta na počet bloků překročena na"
-#: quota.c:408
+#: quota.c:278
+msgid "no limited resources used"
+msgstr ""
+
+#: quota.c:393
#, c-format
msgid "Warning: Ignoring -%c when filesystem list specified.\n"
msgstr "Pozor: Je-li zadán seznam souborových systémů, -%c bude ignorován.\n"
-#: quota.c:415
+#: quota.c:400
msgid "No filesystem specified.\n"
msgstr "Nezadán žádný systém souborů.\n"
-#: quota.c:423
+#: quota.c:408
#, c-format
msgid "Gid set allocation (%d): %s\n"
msgstr "Alokace množiny GID (%d): %s\n"
-#: quota.c:429
+#: quota.c:414
#, c-format
msgid "getgroups(): %s\n"
msgstr "getgroups(): %s\n"
-#: quota.c:434
+#: quota.c:419
#, fuzzy
msgid "Project reports not supported without project name\n"
msgstr "Formát kvóty není podporován jádrem.\n"
-#: common.c:124
+#: common.c:125
#, c-format
msgid "Quota utilities version %s.\n"
msgstr "Kvótové nástroje (quota-tools) verze %s.\n"
-#: common.c:125
+#: common.c:126
#, c-format
msgid "Compiled with:%s\n"
msgstr "Přeloženo s:%s\n"
diff --git a/po/de.po b/po/de.po
index deaabd1..7d652d9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: quota-tools\n"
"Report-Msgid-Bugs-To: jack@suse.cz\n"
-"POT-Creation-Date: 2017-09-05 16:53+0200\n"
+"POT-Creation-Date: 2019-03-29 11:53+0100\n"
"PO-Revision-Date: 2010-02-21 13:10+0100\n"
"Last-Translator: Michael Bunk <mb@computer-leipzig.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -18,12 +18,12 @@ msgstr ""
"X-Poedit-Language: German\n"
"X-Poedit-Country: GERMANY\n"
-#: bylabel.c:253
+#: bylabel.c:274
#, c-format
msgid "Found an invalid UUID: %s\n"
msgstr "Ungültige UUID gefunden: %s\n"
-#: bylabel.c:273
+#: bylabel.c:294
#, c-format
msgid "Error checking device name: %s\n"
msgstr "Fehler bei Prüfung des Gerätenamens: %s\n"
@@ -58,8 +58,8 @@ msgstr ""
"beenden\n"
"\n"
-#: convertquota.c:48 warnquota.c:1028 quotacheck.c:314 repquota.c:68
-#: common.c:126
+#: convertquota.c:48 warnquota.c:1046 quotacheck.c:314 repquota.c:73
+#: common.c:127
#, c-format
msgid "Bugs to %s\n"
msgstr "Fehler an %s\n"
@@ -69,8 +69,8 @@ msgid "You have to specify source and target format of conversion.\n"
msgstr ""
"Für Konvertierungen müssen Sie das Quell- und das Zielformat angeben.\n"
-#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:154
-#: quotaon.c:143 setquota.c:264
+#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:163
+#: quotaon.c:113 setquota.c:264
msgid "Bad number of arguments.\n"
msgstr "Falsche Anzahl an Argumenten.\n"
@@ -107,7 +107,7 @@ msgstr "Kann Information über Quotadatei im alten Format nicht lesen.\n"
msgid "Cannot get name of new quotafile.\n"
msgstr "Kann Namen der Quotadatei im neuen Format nicht bekommen.\n"
-#: convertquota.c:302 quotacheck.c:764
+#: convertquota.c:302 quotacheck.c:765
#, c-format
msgid "Cannot rename new quotafile %s to name %s: %s\n"
msgstr "Kann neue Quotadatei %s nicht in %s umbenennen: %s\n"
@@ -127,7 +127,7 @@ msgstr "Kann Datei für %ss im neuen Format auf %s nicht anlegen: %s\n"
msgid "Cannot open old quota file on %s: %s\n"
msgstr "Kann Quotadatei im alten Format auf %s nicht öffnen: %s\n"
-#: convertquota.c:380
+#: convertquota.c:381
msgid "Unknown action should be performed.\n"
msgstr "Unbekannte Aktion sollte ausgeführt werden.\n"
@@ -270,40 +270,47 @@ msgstr "Konnte pine nicht öffnen: %s\n"
msgid "Could not setup ldap connection.\n"
msgstr "Konnte LDAP-Verbindung nicht herstellen, kehre zurück.\n"
-#: warnquota.c:422
+#: warnquota.c:417
+#, c-format
+msgid ""
+"Could not format LDAP search filter for %s user and %s search attribute due "
+"to excessive length.\n"
+msgstr ""
+
+#: warnquota.c:428
#, c-format
msgid "Error with %s.\n"
msgstr "Fehler mit %s.\n"
-#: warnquota.c:423
+#: warnquota.c:429
#, c-format
msgid "ldap_search_ext_s() failed: %s\n"
msgstr ""
-#: warnquota.c:429
+#: warnquota.c:435
#, fuzzy, c-format
msgid "Multiple entries found for client %s (%d).\n"
msgstr ""
"Mehrere Einträge für Client %s gefunden (nämlich %d). Sende keine Mail.\n"
-#: warnquota.c:433
+#: warnquota.c:439
#, fuzzy, c-format
msgid "Entry not found for client %s.\n"
msgstr ""
"Eintrag für Client %s nicht gefunden (Gefundene LDAP-Einträge: %d). Sende "
"keine Mail.\n"
-#: warnquota.c:443
+#: warnquota.c:449
#, c-format
msgid "Could not get values for %s.\n"
msgstr "Konnte keine Werte für %s bekommen.\n"
-#: warnquota.c:489
+#: warnquota.c:495
#, c-format
msgid "Administrator for a group %s not found. Cancelling mail.\n"
msgstr "Administrator für Gruppe %s nicht gefunden. Sende keine Mail.\n"
-#: warnquota.c:541
+#: warnquota.c:547
#, c-format
msgid ""
"\n"
@@ -312,7 +319,7 @@ msgstr ""
"\n"
" Blocklimits Dateilimits\n"
-#: warnquota.c:542
+#: warnquota.c:548
#, c-format
msgid ""
"Filesystem used soft hard grace used soft hard grace\n"
@@ -320,16 +327,16 @@ msgstr ""
"Dateisystem belegt soft hart Gnadenf. belegt soft hart "
"Gnadenf.\n"
-#: warnquota.c:582
+#: warnquota.c:588
#, c-format
msgid "Cannot wait for mailer: %s\n"
msgstr "Kann nicht auf das Mailprogramm warten: %s\n"
-#: warnquota.c:584
+#: warnquota.c:590
msgid "Warning: Mailer exitted abnormally.\n"
msgstr "Warnung: Mailprogramm hat sich nicht korrekt beendet.\n"
-#: warnquota.c:641
+#: warnquota.c:647
#, c-format
msgid ""
"Cannot open %s: %s\n"
@@ -338,19 +345,19 @@ msgstr ""
"Kann %s nicht öffnen: %s\n"
"Werde Gerätenamen verwenden.\n"
-#: warnquota.c:664
+#: warnquota.c:670
#, c-format
msgid "Cannot parse line %d in quotatab (missing ':')\n"
msgstr "Kann Zeile %d in Quotatabelle nicht verarbeiten (fehlender ':')\n"
-#: warnquota.c:678
+#: warnquota.c:684
#, c-format
msgid "Cannot stat device %s (maybe typo in quotatab)\n"
msgstr ""
"stat()-Aufruf für Gerät %s fehlgeschlagen (vielleicht ein Fehler in der "
"Quotatabelle)\n"
-#: warnquota.c:698
+#: warnquota.c:704
#, c-format
msgid ""
"Incorrect format string for variable %s.\n"
@@ -359,36 +366,41 @@ msgstr ""
"Ungültige Formatierungsanweisung für Variable %s.\n"
"Nicht erkannter Ausdruck %%%c.\n"
-#: warnquota.c:749
+#: warnquota.c:755
#, c-format
msgid "Cannot open %s: %s\n"
msgstr "Kann %s nicht öffnen: %s\n"
-#: warnquota.c:769
+#: warnquota.c:775
#, c-format
msgid "Line %d too long. Truncating.\n"
msgstr "Zeile %d zu lang. Schneide sie ab.\n"
-#: warnquota.c:835
+#: warnquota.c:841
#, c-format
msgid "Cannot parse time at CC_BEFORE variable (line %d).\n"
msgstr "Kann die Zeit bei CC_BEFORE-Variable nicht verarbeiten (Zeile %d).\n"
-#: warnquota.c:885
+#: warnquota.c:891
#, c-format
msgid "Error in config file (line %d), ignoring\n"
msgstr "Fehler in Konfigurationsdatei (Zeile %d). Ignoriere.\n"
-#: warnquota.c:888
+#: warnquota.c:894
#, c-format
msgid "Possible error in config file (line %d), ignoring\n"
msgstr "Möglicher Fehler in Konfigurationsdatei in Zeile %d. Ignoriere.\n"
-#: warnquota.c:891
+#: warnquota.c:897
msgid "Unterminated last line, ignoring\n"
msgstr "Fehlendes Zeilendendezeichen in der letzten Zeile. Ignoriere.\n"
-#: warnquota.c:897
+#: warnquota.c:905
+#, c-format
+msgid "Could not format LDAP URI because it's longer than %d bytes.\n"
+msgstr ""
+
+#: warnquota.c:910
#, c-format
msgid ""
"LDAP library version >= 2.3 detected. Please use LDAP_URI instead of "
@@ -399,22 +411,22 @@ msgstr ""
"anstelle von Rechnername und Port.\n"
"Generierte URI %s\n"
-#: warnquota.c:919
+#: warnquota.c:932
#, c-format
msgid "Cannot open file with group administrators: %s\n"
msgstr "Kann Datei der Gruppenadministratoren nicht öffnen: %s\n"
-#: warnquota.c:934
+#: warnquota.c:947
#, c-format
msgid "Parse error at line %d. Cannot find end of group name.\n"
msgstr "Einlesefehler in Zeile %d. Kann kein Ende des Gruppennamens finden.\n"
-#: warnquota.c:943
+#: warnquota.c:956
#, c-format
msgid "Parse error at line %d. Cannot find administrators name.\n"
msgstr "Einlesefehler in Zeile %d. Kann Administratornamen nicht finden.\n"
-#: warnquota.c:953
+#: warnquota.c:966
#, c-format
msgid ""
"Parse error at line %d. Trailing characters after administrators name.\n"
@@ -422,7 +434,7 @@ msgstr ""
"Einlesefehler in Zeile %d. Zusätzliche Zeichen nach dem "
"Administratornamen.\n"
-#: warnquota.c:1016
+#: warnquota.c:1029
#, fuzzy
msgid ""
"Usage:\n"
@@ -431,8 +443,16 @@ msgid ""
"\n"
"-u, --user warn users\n"
"-g, --group warn groups\n"
-"-s, --human-readable send information in more human friendly "
-"units\n"
+"-s, --human-readable[=units] display numbers in human friendly units "
+"(MB,\n"
+" GB, ...). Units can be also specified\n"
+" explicitely by an optional argument in "
+"format\n"
+" [kgt],[kgt] where the first character "
+"specifies\n"
+" space units and the second character "
+"specifies\n"
+" inode units\n"
"-i, --no-autofs avoid autofs mountpoints\n"
"-d, --no-details do not send quota information itself\n"
"-F, --format=formatname use quotafiles of specific format\n"
@@ -463,7 +483,12 @@ msgstr ""
"-v, --version Versionsinformationen anzeigen und beenden\n"
"\n"
-#: warnquota.c:1097
+#: warnquota.c:1102 repquota.c:134 quota.c:343
+#, c-format
+msgid "Bad output format units for human readable output: %s\n"
+msgstr ""
+
+#: warnquota.c:1119
#, c-format
msgid "Cannot get host name: %s\n"
msgstr "Kann Rechnernamen nicht bekommen: %s\n"
@@ -613,21 +638,21 @@ msgstr ""
"Ich denke, du solltest besser erst fsck laufen lassen !\n"
"Beende...\n"
-#: quotacheck.c:550
+#: quotacheck.c:551
#, c-format
msgid "pushd %s/%s\n"
msgstr "pushd %s/%s\n"
-#: quotacheck.c:566
+#: quotacheck.c:567
#, c-format
msgid "\tAdding %s size %lld ino %d links %d uid %u gid %u\n"
msgstr "\tAdding %s size %lld ino %d links %d uid %u gid %u\n"
-#: quotacheck.c:576
+#: quotacheck.c:577
msgid "Scanning stored directories from directory stack\n"
msgstr "Scanne auf dem Verzeichnisstapel gespeicherte Verzeichnisse\n"
-#: quotacheck.c:580
+#: quotacheck.c:581
#, c-format
msgid ""
"popd %s\n"
@@ -636,17 +661,17 @@ msgstr ""
"popd %s\n"
"Entering directory %s\n"
-#: quotacheck.c:592
+#: quotacheck.c:593
#, c-format
msgid "Leaving %s\n"
msgstr "Leaving %s\n"
-#: quotacheck.c:632
+#: quotacheck.c:633
#, c-format
msgid "Going to check %s quota file of %s\n"
msgstr "Going to check %s quota file of %s\n"
-#: quotacheck.c:638
+#: quotacheck.c:639
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -655,17 +680,17 @@ msgstr ""
"Quota für %ss ist am Mountpunkt %s aktiviert, dh. quotacheck könnte die "
"Datei beschädigen.\n"
-#: quotacheck.c:639 quotacheck.c:957
+#: quotacheck.c:640 quotacheck.c:967
#, fuzzy
msgid "Should I continue?"
msgstr "Soll ich fortsetzten"
-#: quotacheck.c:640 quotacheck.c:958
+#: quotacheck.c:641 quotacheck.c:968
#, c-format
msgid "As you wish... Canceling check of this file.\n"
msgstr "WIe du wünschst... breche Prüfung dieser Datei ab.\n"
-#: quotacheck.c:645
+#: quotacheck.c:646
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -677,127 +702,127 @@ msgstr ""
"Bitte deaktivieren Sie Quotas oder verwenden Sie -f, um die Prüfung zu "
"erzwingen.\n"
-#: quotacheck.c:652
+#: quotacheck.c:653
#, c-format
msgid "Error while syncing quotas on %s: %s\n"
msgstr "Fehler beim Syncen der Quotas auf Dateisystem %s: %s\n"
-#: quotacheck.c:657
+#: quotacheck.c:658
#, c-format
msgid "Cannot get quotafile name for %s\n"
msgstr "Kann Quotadateinamen für %s nicht erhalten\n"
-#: quotacheck.c:662 quotaio.c:150 quotasys.c:820
+#: quotacheck.c:663 quotaio.c:151 quotasys.c:843
#, c-format
msgid "Cannot open quotafile %s: %s\n"
msgstr "Kann Quotadatei nicht öffnen %s: %s\n"
-#: quotacheck.c:702
+#: quotacheck.c:703
msgid "Renaming new files to proper names.\n"
msgstr "Benenne neue Dateien mit letztendlichen Namen.\n"
-#: quotacheck.c:704
+#: quotacheck.c:705
#, c-format
msgid "Cannot get name of old quotafile on %s.\n"
msgstr "Kann Namen der alten Quotadatei auf Dateisystem %s nicht bekommen.\n"
-#: quotacheck.c:707
+#: quotacheck.c:708
msgid "Old file not found.\n"
msgstr "Alte Datei nicht gefunden.\n"
-#: quotacheck.c:710
+#: quotacheck.c:711
#, c-format
msgid "Error while searching for old quota file %s: %s\n"
msgstr "Fehler beim Suchen nach der alten Quotadatei %s: %s\n"
-#: quotacheck.c:719
+#: quotacheck.c:720
msgid "Old file found removed during check!\n"
msgstr "Die alte gefundene Datei wurde während der Prüfung entfernt!\n"
-#: quotacheck.c:722
+#: quotacheck.c:723
#, c-format
msgid "Error while opening old quota file %s: %s\n"
msgstr "Fehler beim Öffnen der alten Quotadatei %s: %s\n"
-#: quotacheck.c:728
+#: quotacheck.c:729
#, c-format
msgid "EXT2_IOC_GETFLAGS failed: %s\n"
msgstr "EXT2_IOC_GETFLAGS fehlgeschlagen: %s\n"
-#: quotacheck.c:732
+#: quotacheck.c:733
#, c-format
msgid "Quota file %s has IMMUTABLE flag set. Clearing.\n"
msgstr "Quotadatei %s hat das IMMUTABLE-Flag gesetzt. Lösche es.\n"
-#: quotacheck.c:735
+#: quotacheck.c:736
#, c-format
msgid "Failed to remove IMMUTABLE flag from quota file %s: %s\n"
msgstr "Konnte IMMUTABLE-Flag in der Quotadatei nicht löschen %s: %s\n"
-#: quotacheck.c:744
+#: quotacheck.c:745
#, c-format
msgid "Renaming old quotafile to %s~\n"
msgstr "Benenne alte Quotadatei in %s~ um\n"
-#: quotacheck.c:750
+#: quotacheck.c:751
#, c-format
msgid "Name of quota file too long. Contact %s.\n"
msgstr "Name der Quotadatei zu lang. Kontaktiere %s.\n"
-#: quotacheck.c:752
+#: quotacheck.c:753
#, c-format
msgid "Cannot rename old quotafile %s to %s: %s\n"
msgstr "Kann alte Quotadatei %s nicht in %s umbenennen: %s\n"
-#: quotacheck.c:758
+#: quotacheck.c:759
msgid "Renaming new quotafile\n"
msgstr "Benenne neue Quotadatei um\n"
-#: quotacheck.c:770
+#: quotacheck.c:771
#, c-format
msgid "Cannot change permission of %s: %s\n"
msgstr "Kann Zugriffsrechte von %s nicht ändern: %s\n"
-#: quotacheck.c:777
+#: quotacheck.c:778
#, c-format
msgid "Cannot open new quota file %s: %s\n"
msgstr "Kann neue Quotadatei %s nicht öffnen: %s\n"
-#: quotacheck.c:782
+#: quotacheck.c:783
#, c-format
msgid "Warning: Cannot set EXT2 flags on %s: %s\n"
msgstr "Warnung: Kann EXT2-Flags für %s nicht setzen: %s\n"
-#: quotacheck.c:802
+#: quotacheck.c:803
#, c-format
msgid "Dumping gathered data for %ss.\n"
msgstr "Gebe gesammelte Daten für %ss aus.\n"
-#: quotacheck.c:805
+#: quotacheck.c:806
#, fuzzy, c-format
msgid "Cannot initialize IO on xfs/gfs2 quotafile: %s\n"
msgstr "Kann IO für neue Quotadatei nicht initialisieren: %s\n"
-#: quotacheck.c:811
+#: quotacheck.c:812
#, c-format
msgid "Cannot initialize IO on new quotafile: %s\n"
msgstr "Kann IO für neue Quotadatei nicht initialisieren: %s\n"
-#: quotacheck.c:838
+#: quotacheck.c:839
#, c-format
msgid "Cannot finish IO on new quotafile: %s\n"
msgstr "Kann IO an neuer Quotadatei nicht beenden: %s\n"
-#: quotacheck.c:841
+#: quotacheck.c:842
msgid "Data dumped.\n"
msgstr "Daten ausgegeben.\n"
-#: quotacheck.c:849
+#: quotacheck.c:850
#, c-format
msgid "Cannot find checked quota file for %ss on %s!\n"
msgstr "Kann geprüfte Quotadatei für %ss auf %s nicht finden!\n"
-#: quotacheck.c:853
+#: quotacheck.c:854
#, c-format
msgid ""
"Cannot turn %s quotas off on %s: %s\n"
@@ -806,7 +831,7 @@ msgstr ""
"Kann Quotas vom Typ %s auf %s nicht deaktivieren: %s\n"
"Der Kernel wird nichts von quotachecks Änderungen mitbekommen.\n"
-#: quotacheck.c:866
+#: quotacheck.c:867
#, c-format
msgid ""
"Cannot turn %s quotas on on %s: %s\n"
@@ -815,14 +840,14 @@ msgstr ""
"Kann Quotas vom Typ %s auf %s nicht aktivieren: %s\n"
"Der Kernel wird nichts von quotachecks Änderungen mitbekommen.\n"
-#: quotacheck.c:892
+#: quotacheck.c:893
#, c-format
msgid "Substracting space used by old %s quota file.\n"
msgstr ""
"Subtrahiere den Platz, den die alte Quotadatei für Quotas vom Typ %s "
"verwendet.\n"
-#: quotacheck.c:894
+#: quotacheck.c:895
#, fuzzy, c-format
msgid ""
"Old %s file name could not been determined. Usage will not be subtracted.\n"
@@ -830,14 +855,14 @@ msgstr ""
"Alte Quotadatei für Quotas vom Typ %s nicht gefunden. Verwendung wird nicht "
"subtrahiert werden.\n"
-#: quotacheck.c:899
+#: quotacheck.c:900
#, fuzzy, c-format
msgid "Cannot stat old %s quota file %s: %s. Usage will not be subtracted.\n"
msgstr ""
"Alte Quotadatei für Quotas vom Typ %s nicht gefunden. Verwendung wird nicht "
"subtrahiert werden.\n"
-#: quotacheck.c:911
+#: quotacheck.c:912
#, c-format
msgid ""
"Quota structure for %s owning quota file not present! Something is really "
@@ -846,22 +871,22 @@ msgstr ""
"Quota-Datenstruktur in Quotadatei für Typ %s nicht vorhanden! Etwas ist "
"wirklich nicht in Ordnung...\n"
-#: quotacheck.c:916
+#: quotacheck.c:917
#, c-format
msgid "Substracted %lu bytes.\n"
msgstr "%lu Bytes subtrahiert.\n"
-#: quotacheck.c:929
+#: quotacheck.c:931
#, c-format
msgid "Cannot stat mountpoint %s: %s\n"
msgstr "Kann stat() für Mountpunkt %s nicht aufrufen: %s\n"
-#: quotacheck.c:931
+#: quotacheck.c:933
#, c-format
msgid "Mountpoint %s is not a directory?!\n"
msgstr "Mountpunkt %s ist kein Verzeichnis?!\n"
-#: quotacheck.c:956
+#: quotacheck.c:966
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only. Counted values might not "
@@ -870,7 +895,7 @@ msgstr ""
"Kann das Dateisystem auf %s nicht als nur-lesbar ummounten. Gezählte Werte "
"könnten falsch sein.\n"
-#: quotacheck.c:964
+#: quotacheck.c:974
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only so counted values might "
@@ -883,25 +908,25 @@ msgstr ""
"Bitte beenden Sie alle Programme, die auf das Dateisystem schreiben oder "
"verwenden Sie -m, um die Prüfung zu erzwingen.\n"
-#: quotacheck.c:972
+#: quotacheck.c:982
msgid "Filesystem remounted read-only\n"
msgstr "Dateisystem als nur-lesbar umgemountet\n"
-#: quotacheck.c:975
+#: quotacheck.c:985
#, c-format
msgid "Scanning %s [%s] "
msgstr "Prüfe %s [%s] "
-#: quotacheck.c:995
+#: quotacheck.c:1011
msgid "done\n"
msgstr "fertig\n"
-#: quotacheck.c:1004
+#: quotacheck.c:1020
#, c-format
msgid "Checked %d directories and %d files\n"
msgstr "%d Verzeichnisse und %d Dateien geprüft\n"
-#: quotacheck.c:1008
+#: quotacheck.c:1024
#, c-format
msgid ""
"Cannot remount filesystem %s read-write. cannot write new quota files.\n"
@@ -909,26 +934,26 @@ msgstr ""
"Kann Dateisystem %s nicht als les- und schreibbar ummounten. Kann neue "
"Quotadateien nicht schreiben.\n"
-#: quotacheck.c:1009
+#: quotacheck.c:1025
msgid "Filesystem remounted RW.\n"
msgstr "Dateisystem als les- und schreibbar umgemountet.\n"
-#: quotacheck.c:1052
+#: quotacheck.c:1069
#, c-format
msgid "Cannot find quota option on filesystem %s with quotas!\n"
msgstr "Kann die Quotaoption auf dem Dateisystem %s mit Quotas nicht finden!\n"
-#: quotacheck.c:1058
+#: quotacheck.c:1075
#, c-format
msgid "Cannot detect quota format for journalled quota on %s\n"
msgstr "Kann das Quotaformat für das Journalquota auf %s nicht feststellen\n"
-#: quotacheck.c:1124
+#: quotacheck.c:1141
#, c-format
msgid "Cannot get system info: %s\n"
msgstr "Kann Syseminformationen nicht abrufen: %s\n"
-#: quotacheck.c:1144
+#: quotacheck.c:1161
msgid ""
"Your kernel probably supports journaled quota but you are not using it. "
"Consider switching to journaled quota to avoid running quotacheck after an "
@@ -938,16 +963,16 @@ msgstr ""
"nicht. Vielleicht sollten Sie auf Journalquotas umsteigen, um nicht mehr "
"quotacheck nach jedem unsauberen Herunterfahren ausführen zu müssen.\n"
-#: quotacheck.c:1158 quotasys.c:910
+#: quotacheck.c:1175 quotasys.c:933
msgid "Cannot initialize mountpoint scan.\n"
msgstr "Kann die Mountpunkt-Prüfung nicht initialisieren.\n"
-#: quotacheck.c:1163
+#: quotacheck.c:1180
#, c-format
msgid "Skipping %s [%s]\n"
msgstr "Überspringe %s [%s]\n"
-#: quotacheck.c:1180
+#: quotacheck.c:1197
#, c-format
msgid ""
"Cannot guess format from filename on %s. Please specify format on "
@@ -956,12 +981,12 @@ msgstr ""
"Kann das Format nicht aus dem Dateinamen auf Dateisystem %s ableiten. Bitte "
"geben Sie das Format auf der Kommandozeile an.\n"
-#: quotacheck.c:1185
+#: quotacheck.c:1202
#, c-format
msgid "Detected quota format %s\n"
msgstr "Quotaformat %s erkannt\n"
-#: quotacheck.c:1206
+#: quotacheck.c:1223
msgid ""
"Cannot find filesystem to check or filesystem not mounted with quota "
"option.\n"
@@ -969,7 +994,7 @@ msgstr ""
"Kann kein Dateisystem zum Prüfen finden oder Dateisystem nicht mit der Quota-"
"Option gemountet.\n"
-#: quotacheck.c:1224
+#: quotacheck.c:1241
#, c-format
msgid ""
"Allocated %d bytes memory\n"
@@ -980,57 +1005,57 @@ msgstr ""
"%d Bytes freigegeben\n"
"%d Bytes verloren\n"
-#: quot.c:81
+#: quot.c:82
#, c-format
msgid "Usage: %s [-acfugvViTq] [filesystem...]\n"
msgstr "Verwendung: %s [-acfugvViTq] [Dateisystem...]\n"
-#: quot.c:178
+#: quot.c:180
#, c-format
msgid "%s (%s):\n"
msgstr "%s (%s):\n"
-#: quot.c:182 quot.c:186
+#: quot.c:184 quot.c:188
#, c-format
msgid "%d\t%llu\t%llu\n"
msgstr "%d\t%llu\t%llu\n"
-#: quot.c:195
+#: quot.c:197
#, fuzzy, c-format
msgid "%s (%s) %ss:\n"
msgstr "%s (%s) %s:\n"
-#: quot.c:203 quot.c:205
+#: quot.c:205 quot.c:207
#, c-format
msgid "%8llu "
msgstr "%8llu "
-#: quot.c:208
+#: quot.c:210
#, c-format
msgid "%s"
msgstr "%s"
-#: quot.c:210
+#: quot.c:212
#, c-format
msgid "%-8.8s"
msgstr "%-8.8s"
-#: quot.c:212
+#: quot.c:214
#, c-format
msgid "#%-7d"
msgstr "#%-7d"
-#: quot.c:214
+#: quot.c:216
#, c-format
msgid " %8llu %8llu %8llu"
msgstr " %8llu %8llu %8llu"
-#: quot.c:362
+#: quot.c:364
#, c-format
msgid "cannot open %s: %s\n"
msgstr "Kann nicht öffnen %s: %s\n"
-#: quot.c:382
+#: quot.c:384
#, c-format
msgid "XFS_IOC_FSBULKSTAT ioctl failed: %s\n"
msgstr "XFS_IOC_FSBULKSTAT ioctl-Aufruf fehlgeschlagen: %s\n"
@@ -1078,20 +1103,20 @@ msgstr "%s-Quota auf %s (%s) ist %s\n"
msgid "%s quota sync failed for %s: %s\n"
msgstr "quotactl auf %s: %s\n"
-#: quota.h:22
+#: quota.h:23
msgid "user"
msgstr ""
-#: quota.h:23
+#: quota.h:24
#, fuzzy
msgid "group"
msgstr "Gruppe"
-#: quota.h:24
+#: quota.h:25
msgid "project"
msgstr ""
-#: quota.h:25
+#: quota.h:26
msgid "undefined"
msgstr ""
@@ -1169,126 +1194,131 @@ msgstr "Kann mich Quota-Muticast-Gruppe nicht anschließen: %s\n"
msgid "Cannot connect to system DBUS: %s\n"
msgstr "Kann nicht zum System-DBUS verbinden: %s\n"
-#: quota_nld.c:289
+#: quota_nld.c:292
#, c-format
msgid "Failed to find tty of user %llu to report warning to.\n"
msgstr ""
"Konnte TTY von Nutzer %llu nicht finden, um eine Warnung dorthin "
"auszugeben.\n"
-#: quota_nld.c:294
+#: quota_nld.c:297
#, c-format
msgid "Failed to open tty %s of user %llu to report warning.\n"
msgstr ""
"Konnte TTY %s von Nutzer %llu nicht öffnen, um eine Warnung auszugeben.\n"
-#: quota_nld.c:300
+#: quota_nld.c:303
msgid "Warning"
msgstr "Warnung"
-#: quota_nld.c:303
+#: quota_nld.c:306
msgid "Error"
msgstr "Fehler"
-#: quota_nld.c:305
+#: quota_nld.c:308
msgid "Info"
msgstr "Info"
-#: quota_nld.c:308
+#: quota_nld.c:311
msgid "file limit reached"
msgstr "Dateilimit erreicht"
-#: quota_nld.c:311
+#: quota_nld.c:314
msgid "file quota exceeded too long"
msgstr "Dateiquota zu lange überschritten"
-#: quota_nld.c:314
+#: quota_nld.c:317
msgid "file quota exceeded"
msgstr "Dateiquota überschritten"
-#: quota_nld.c:317
+#: quota_nld.c:320
msgid "block limit reached"
msgstr "Blocklimit erreicht"
-#: quota_nld.c:320
+#: quota_nld.c:323
msgid "block quota exceeded too long"
msgstr "Blockquota zu lange überschritten"
-#: quota_nld.c:323
+#: quota_nld.c:326
msgid "block quota exceeded"
msgstr "Blockquota überschritten"
-#: quota_nld.c:326
+#: quota_nld.c:329
msgid "got below file limit"
msgstr "Dateilimit unterschritten"
-#: quota_nld.c:329
+#: quota_nld.c:332
msgid "got below file quota"
msgstr "Dateiquota unterschritten"
-#: quota_nld.c:332
+#: quota_nld.c:335
msgid "got below block limit"
msgstr "Blocklimit unterschritten"
-#: quota_nld.c:335
+#: quota_nld.c:338
msgid "got below block quota"
msgstr "Blockquota unterschritten"
-#: quota_nld.c:338
+#: quota_nld.c:341
msgid "unknown quota warning"
msgstr "Unbekannte Block-Quota-Warnung"
-#: quota_nld.c:342
+#: quota_nld.c:345
#, c-format
msgid "Failed to write quota message for user %llu to %s: %s\n"
msgstr "Konnte Quotanachricht für Nutzer %llu an %s nicht schreiben: %s\n"
-#: quota_nld.c:355
+#: quota_nld.c:358
msgid "Cannot create DBUS message: No enough memory.\n"
msgstr "Kann DBUS-Nachricht nicht erzeugen: Nicht genug Speicher.\n"
-#: quota_nld.c:373
+#: quota_nld.c:376
msgid "Failed to write message to dbus: No enough memory.\n"
msgstr "Konnte Nachricht nicht an DBUS schreiben: Nicht genug Speicher.\n"
-#: quota_nld.c:389
+#: quota_nld.c:392
#, c-format
msgid "Failed to read or parse quota netlink message: %s\n"
msgstr "Konnte Quota-Netlink-Nachricht nicht lesen oder parsen: %s\n"
-#: quota_nld.c:400
+#: quota_nld.c:403
msgid "Undefined program name.\n"
msgstr ""
-#: quota_nld.c:405
+#: quota_nld.c:408
#, fuzzy
msgid "Not enough memory to build PID file name.\n"
msgstr "Nicht genug Speicher.\n"
-#: quota_nld.c:424
+#: quota_nld.c:427
#, fuzzy, c-format
msgid "Could not open PID file '%s': %s\n"
msgstr "Kann Datei nicht öffnen %s: %s\n"
-#: quota_nld.c:430
+#: quota_nld.c:433
#, fuzzy, c-format
msgid "Could not write daemon's PID into '%s'.\n"
msgstr "Konnte keine Werte für %s bekommen.\n"
-#: quota_nld.c:437
+#: quota_nld.c:440
#, fuzzy, c-format
msgid "Could not close PID file '%s'.\n"
msgstr "Konnte keine Werte für %s bekommen.\n"
-#: quota_nld.c:467
+#: quota_nld.c:470
msgid "Could not register PID file removal on SIGTERM.\n"
msgstr ""
-#: quota_nld.c:469
+#: quota_nld.c:472
#, c-format
msgid "Could not store my PID %jd.\n"
msgstr ""
+#: quota_nld.c:489 rquota_svc.c:537
+#, fuzzy, c-format
+msgid "Failed to daemonize: %s\n"
+msgstr "Konnte Quota nicht löschen: %s\n"
+
#: repquota.c:51
#, fuzzy, c-format
msgid ""
@@ -1297,24 +1327,31 @@ msgid ""
"%s [-vugsi] [-c|C] [-t|n] [-F quotaformat] [-O (default | xml | csv)] (-a | "
"mntpoint)\n"
"\n"
-"-v, --verbose display also users/groups without any usage\n"
-"-u, --user display information about users\n"
-"-g, --group display information about groups\n"
-"-P, --project display information about projects\n"
-"-s, --human-readable show numbers in human friendly units (MB, "
-"GB, ...)\n"
-"-t, --truncate-names truncate names to 9 characters\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-n, --no-names do not translate uid/gid to name\n"
-"-i, --no-autofs avoid autofs mountpoints\n"
-"-c, --cache translate big number of ids at once\n"
-"-C, --no-cache translate ids one by one\n"
-"-F, --format=formatname report information for specific format\n"
-"-O, --output=format format output as xml or csv\n"
-"-a, --all report information for all mount points with "
-"quotas\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-v, --verbose display also users/groups without any usage\n"
+"-u, --user display information about users\n"
+"-g, --group display information about groups\n"
+"-P, --project display information about projects\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+"-t, --truncate-names truncate names to 9 characters\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-n, --no-names do not translate uid/gid to name\n"
+"-i, --no-autofs avoid autofs mountpoints\n"
+"-c, --cache translate big number of ids at once\n"
+"-C, --no-cache translate ids one by one\n"
+"-F, --format=formatname report information for specific format\n"
+"-O, --output=format format output as xml or csv\n"
+"-a, --all report information for all mount points with\n"
+" quotas\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
"Werkzeug zum Berichten von Quotas.\n"
@@ -1340,52 +1377,52 @@ msgstr ""
"-V, --version Zeige Versionsinformation und beende\n"
"\n"
-#: repquota.c:158
+#: repquota.c:167
msgid "Repquota cannot report through RPC calls.\n"
msgstr "Repquota funktioniert nicht über RPC.\n"
-#: repquota.c:162
+#: repquota.c:171
msgid "Specified both -n and -t but only one of them can be used.\n"
msgstr ""
"Sowohl -n als auch -t wurden angegeben, aber nur eines von beiden kann "
"verwendet werden.\n"
-#: repquota.c:366
+#: repquota.c:375
msgid "User"
msgstr "Benutzer"
-#: repquota.c:368
+#: repquota.c:377
msgid "Group"
msgstr "Gruppe"
-#: repquota.c:370
+#: repquota.c:379
msgid "Project"
msgstr ""
-#: repquota.c:373
+#: repquota.c:382
#, c-format
msgid "*** Report for %s quotas on device %s\n"
msgstr "*** Report für %s Quotas auf Gerät %s\n"
-#: repquota.c:382
+#: repquota.c:391
msgid "Space"
msgstr "Platz"
-#: repquota.c:384
+#: repquota.c:393
msgid "Block"
msgstr "Block"
-#: repquota.c:385
+#: repquota.c:394
#, c-format
msgid "Block grace time: %s; Inode grace time: %s\n"
msgstr "Blockgnadenfrist: %s; Inodegnadenfrist: %s\n"
-#: repquota.c:386
+#: repquota.c:395
#, c-format
msgid " %s limits File limits\n"
msgstr " %s Limits Dateilimits\n"
-#: repquota.c:387
+#: repquota.c:396
#, c-format
msgid "%-9s used soft hard grace used soft hard grace\n"
msgstr "%-9s belegt weich hart Gnade belegt weich hart Gnade\n"
@@ -1568,7 +1605,12 @@ msgstr ""
msgid "WARNING - Quota file %s has corrupted headers\n"
msgstr "WARNUNG - Quotadatei %s hat ungültige Kopfinformationen\n"
-#: quotacheck_v2.c:362
+#: quotacheck_v2.c:361
+#, fuzzy
+msgid "Continue checking assuming format from command line?"
+msgstr "Prüfung unter Annahme der Version von der Kommandozeile fortsetzen?"
+
+#: quotacheck_v2.c:365
#, c-format
msgid ""
"Quota file format version %d does not match the one specified on command "
@@ -1578,33 +1620,33 @@ msgstr ""
"Kommandozeile angegeben wurde (%d). Quotadateikopf könnte inkonsistent "
"sein.\n"
-#: quotacheck_v2.c:366
+#: quotacheck_v2.c:370
msgid "Continue checking assuming version from command line?"
msgstr "Prüfung unter Annahme der Version von der Kommandozeile fortsetzen?"
-#: quotacheck_v2.c:372
+#: quotacheck_v2.c:376
msgid "Headers checked.\n"
msgstr "Kopfinformationen geprüft.\n"
-#: quotacheck_v2.c:388
+#: quotacheck_v2.c:392
#, c-format
msgid "Do not know how to buffer format %d\n"
msgstr "Ich weiß nicht, wie das Format %d zwischenzuspeichern ist\n"
-#: quotacheck_v2.c:398
+#: quotacheck_v2.c:402
#, c-format
msgid "Headers of file %s checked. Going to load data...\n"
msgstr "Kopfinformationen von Datei %s geprüft. Lade Daten...\n"
-#: quotacheck_v2.c:406
+#: quotacheck_v2.c:410
msgid "Cannot gather quota data. Tree root node corrupted.\n"
msgstr "Kann Quotadaten nicht laden. Der Baumwurzelknoten ist zerstört.\n"
-#: quotacheck_v2.c:414
+#: quotacheck_v2.c:418
msgid "WARNING - Some data might be changed due to corruption.\n"
msgstr "WARNUNG - Einige Daten könnten wegen der Zerstörung geändert werden.\n"
-#: quotacheck_v2.c:417
+#: quotacheck_v2.c:421
msgid "Not found any corrupted blocks. Congratulations.\n"
msgstr "Keine zerstörten Blöcke gefunden. Gratulation.\n"
@@ -1621,59 +1663,59 @@ msgid "RPC quota format specified for non-NFS filesystem.\n"
msgstr ""
"Es wurde das RPC-Quotaformat für ein Nicht-NFS-Dateisystemen angegeben.\n"
-#: quotaio.c:84
+#: quotaio.c:85
msgid "Only XFS quota format is allowed on XFS filesystem.\n"
msgstr "Nur das XFS-Quotaformat ist auf XFS-Dateisystemen erlaubt.\n"
-#: quotaio.c:95
+#: quotaio.c:96
msgid "XFS quota allowed only on XFS filesystem.\n"
msgstr "XFS-Quotaformat nur auf XFS-Dateisystemen erlaubt.\n"
-#: quotaio.c:109
+#: quotaio.c:110
msgid "Quota not supported by the filesystem.\n"
msgstr "Das Dateisystem unterstützt keine Quotas.\n"
-#: quotaio.c:129
+#: quotaio.c:130
msgid "Cannot find any quota file to work on.\n"
msgstr "Kann keine Quotadatei finden, um sie zu bearbeiten.\n"
-#: quotaio.c:134
+#: quotaio.c:135
msgid "Quota file not found or has wrong format.\n"
msgstr "Quotadatei nicht gefunden oder hat falsches Format.\n"
-#: quotaio.c:144
+#: quotaio.c:145
#, c-format
msgid "Cannot sync quotas on device %s: %s\n"
msgstr "Kann Quotas auf Gerät %s nicht synchronisieren: %s\n"
-#: quotaio.c:175
+#: quotaio.c:176
#, c-format
msgid "Cannot initialize quota on %s: %s\n"
msgstr "Kann Quotas auf %s nicht initialisieren: %s\n"
-#: quotaio.c:202
+#: quotaio.c:203
#, c-format
msgid "Creation of %s quota format is not supported.\n"
msgstr "Erzeugung des %s-Quotaformats wird nicht unterstützt.\n"
-#: quotaio.c:212
+#: quotaio.c:213
#, c-format
msgid ""
"Quota on %s is stored in system files and must be manipulated by fs tools.\n"
msgstr ""
-#: quotaio.c:222
+#: quotaio.c:223
#, c-format
msgid "Cannot create new quotafile %s: %s\n"
msgstr "Kann neue Quotadatei %s nicht anlegen: %s\n"
-#: quotaio.c:296
+#: quotaio.c:297
#, fuzzy, c-format
msgid ""
"Trying to set quota limits out of range supported by quota format on %s.\n"
msgstr "Versuche Quota in eine nur-lesbare Quotadatei auf %s zu schreiben\n"
-#: quotaio.c:302
+#: quotaio.c:303
#, fuzzy, c-format
msgid ""
"Trying to set quota usage out of range supported by quota format on %s.\n"
@@ -1715,7 +1757,7 @@ msgstr ""
"Metadata init_io aufgerufen, obwohl Kernel die allgemeine Quotaschnittstelle "
"nicht unterstützt!\n"
-#: quotaio_rpc.c:76 quotaio_v1.c:308 quotaio_v2.c:464
+#: quotaio_rpc.c:77 quotaio_v1.c:278 quotaio_v2.c:464
#, c-format
msgid "Trying to write quota to readonly quotafile on %s\n"
msgstr "Versuche Quota in eine nur-lesbare Quotadatei auf %s zu schreiben\n"
@@ -1777,7 +1819,7 @@ msgstr ""
"wahrscheinlich defekt.\n"
"Bitte lassen Sie quotacheck(8) laufen und versuchen Sie es nochmal.\n"
-#: quotaio_v1.c:214
+#: quotaio_v1.c:184
#, c-format
msgid "Trying to write info to readonly quotafile on %s.\n"
msgstr ""
@@ -1812,41 +1854,41 @@ msgstr ""
"Enträge: %u\n"
"Durchschnittlich verwendet: %f\n"
-#: quotaio_xfs.c:260
+#: quotaio_xfs.c:265
#, c-format
msgid "*** Status for %s quotas on device %s\n"
msgstr "*** Status für %s-Quotas auf Gerät %s\n"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "ON"
msgstr "AN"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "OFF"
msgstr "AUS"
-#: quotaio_xfs.c:264 quotaio_xfs.c:268 quotaio_xfs.c:272
+#: quotaio_xfs.c:269 quotaio_xfs.c:273 quotaio_xfs.c:277
#, c-format
msgid "Accounting: %s; Enforcement: %s\n"
msgstr "Kontierung: %s; Vollstreckung: %s\n"
-#: quotaio_xfs.c:284 quotaio_xfs.c:288 quotaio_xfs.c:292
+#: quotaio_xfs.c:289 quotaio_xfs.c:293 quotaio_xfs.c:297
#, c-format
msgid "Accounting [ondisk]: %s; Enforcement [ondisk]: %s\n"
msgstr ""
"Kontierung [auf Datenträger]: %s; Vollstreckung [auf Datenträger]: %s\n"
-#: quotaio_xfs.c:301 quotaio_xfs.c:310 quotaio_xfs.c:323
+#: quotaio_xfs.c:306 quotaio_xfs.c:315 quotaio_xfs.c:328
#, c-format
msgid "Inode: none\n"
msgstr "Inode: keines\n"
-#: quotaio_xfs.c:303 quotaio_xfs.c:312 quotaio_xfs.c:325
+#: quotaio_xfs.c:308 quotaio_xfs.c:317 quotaio_xfs.c:330
#, c-format
msgid "Inode: #%llu (%llu blocks, %u extents)\n"
msgstr "Inode: #%llu (%llu Blöcke, %u Extents)\n"
-#: quotaon.c:67
+#: quotaon.c:37
#, fuzzy, c-format
msgid ""
"Usage:\n"
@@ -1880,126 +1922,126 @@ msgstr ""
"-h, --help zeige diesen Hilfetext und beende\n"
"-V, --version zeige Versionsinformation und beende\n"
-#: quotaon.c:81
+#: quotaon.c:51
msgid "turn quotas off for all filesystems"
msgstr ""
-#: quotaon.c:82
+#: quotaon.c:52
#, fuzzy
msgid "turn quotas on for all filesystems"
msgstr "XFS-Quotaformat nur auf XFS-Dateisystemen erlaubt.\n"
-#: quotaon.c:147
+#: quotaon.c:117
msgid "Cannot turn on/off quotas via RPC.\n"
msgstr "Kann Quotas via RPC nicht an-/ausschalten.\n"
-#: quotaon.c:194
+#: quotaon.c:164
#, c-format
msgid "set root_squash on %s: %s\n"
msgstr "Setze root_squash auf %s: %s\n"
-#: quotaon.c:198
+#: quotaon.c:168
#, c-format
msgid "%s: %s root_squash turned off\n"
msgstr "%s: %s root_squash abgeschalten\n"
-#: quotaon.c:200
+#: quotaon.c:170
#, c-format
msgid "%s: %s root_squash turned on\n"
msgstr "%s: %s root_squash angeschalten\n"
-#: quotaon.c:218
+#: quotaon.c:188
#, c-format
msgid "quotactl on %s [%s]: %s\n"
msgstr "quotactl auf %s [%s]: %s\n"
-#: quotaon.c:221
+#: quotaon.c:191
#, c-format
msgid "%s [%s]: %s quotas turned off\n"
msgstr "%s [%s]: %s Quotas abgeschalten\n"
-#: quotaon.c:234
+#: quotaon.c:204
#, c-format
msgid "cannot find %s on %s [%s]\n"
msgstr "Kann %s auf %s [%s] nicht finden\n"
-#: quotaon.c:236
+#: quotaon.c:206
#, c-format
msgid "using %s on %s [%s]: %s\n"
msgstr "verwende %s auf %s [%s]: %s\n"
-#: quotaon.c:238
+#: quotaon.c:208
msgid "Maybe create new quota files with quotacheck(8)?\n"
msgstr "Vielleicht sollten Sie neue Quotadateien mit quotacheck(8) erzeugen?\n"
-#: quotaon.c:240
+#: quotaon.c:210
msgid "Quota format not supported in kernel.\n"
msgstr "Quotaformat wird vom Kernel nicht unterstützt.\n"
-#: quotaon.c:243
+#: quotaon.c:213
#, c-format
msgid "%s [%s]: %s quotas turned on\n"
msgstr "%s [%s]: %s Quotas angeschalten\n"
-#: quotaon.c:283
+#: quotaon.c:253
#, fuzzy
msgid "Cannot change state of GFS2 quota.\n"
msgstr "Kann Namen der Quotadatei im neuen Format nicht bekommen.\n"
-#: quotaon.c:287
+#: quotaon.c:258
msgid "Cannot change state of XFS quota. It's not compiled in kernel.\n"
msgstr ""
"Kann Zustand des XFS-Quotas nicht ändern. Unterstützung dafür wurde nicht "
"in den Kernel einkompiliert.\n"
-#: quotaon.c:312
+#: quotaon.c:283
#, c-format
msgid "Cannot find quota file on %s [%s] to turn quotas on/off.\n"
msgstr ""
"Kann Quotadatei auf %s [%s] nicht finden, um Quotas zu (de-)aktivieren.\n"
-#: quotaon.c:317
+#: quotaon.c:288
#, c-format
msgid "Quota file on %s [%s] does not exist or has wrong format.\n"
msgstr "Quotadatei auf %s [%s] existiert nicht oder hat falsches Format.\n"
-#: quotaon.c:346 quotaon.c:362
+#: quotaon.c:318 quotaon.c:334
msgid "off"
msgstr "aus"
-#: quotaon.c:348
+#: quotaon.c:320
#, fuzzy
msgid "on (accounting)"
msgstr "und -kontierung "
-#: quotaon.c:350
+#: quotaon.c:322
msgid "on (enforced)"
msgstr ""
-#: quotaon.c:362
+#: quotaon.c:334
msgid "on"
msgstr "an"
-#: quotaon.c:364
+#: quotaon.c:336
#, c-format
msgid "%s quota on %s (%s) is %s\n"
msgstr "%s-Quota auf %s (%s) ist %s\n"
-#: quotaon.c:381
+#: quotaon.c:353
#, c-format
msgid "Name must be quotaon or quotaoff not %s\n"
msgstr "Name muss entweder quotaon oder quotaoff sein, aber nicht %s\n"
-#: quotaon.c:387
+#: quotaon.c:359
#, c-format
msgid "Required format %s not supported by kernel.\n"
msgstr "Erforderliches Format %s wird nicht vom Kernel unterstützt.\n"
-#: quotaon.c:389
+#: quotaon.c:361
msgid "Warning: No quota format detected in the kernel.\n"
msgstr "Warnung: Kein Quotaformat im Kernel festgestellt.\n"
-#: quotaon.c:396
+#: quotaon.c:368
#, fuzzy, c-format
msgid "%s: Quota cannot be turned on on NFS filesystem\n"
msgstr "XFS-Quotaformat nur auf XFS-Dateisystemen erlaubt.\n"
@@ -2113,81 +2155,81 @@ msgstr "%s: %s-Quota-Blöcke gelöscht\n"
msgid "Invalid argument \"%s\"\n"
msgstr "Ungültiges Argument \"%s\"\n"
-#: quotaops.c:112
+#: quotaops.c:82
#, c-format
msgid "%s (uid %d): Permission denied\n"
msgstr "%s (Benutzer-Id %d): Zugriff verweigert\n"
-#: quotaops.c:124
+#: quotaops.c:94
#, c-format
msgid "%s (gid %d): gid set allocation (%d): %s\n"
msgstr "%s (Gid %d): gid set Speicheranforderung (%d): %s\n"
-#: quotaops.c:135
+#: quotaops.c:105
#, c-format
msgid "%s (gid %d): error while trying getgroups(): %s\n"
msgstr "%s (Gid %d): Fehler beim Aufruf von getgroups(): %s\n"
-#: quotaops.c:146
+#: quotaops.c:116
#, c-format
msgid "%s (gid %d): Permission denied\n"
msgstr "%s (Gid %d): Zugriff verweigert\n"
-#: quotaops.c:162
+#: quotaops.c:132
#, c-format
msgid "error while getting quota from %s for %s (id %u): %s\n"
msgstr "Fehler beim Holen der Quotas von %s für %s (Id %u): %s\n"
-#: quotaops.c:187
+#: quotaops.c:157
#, c-format
msgid "Cannot write quota for %u on %s: %s\n"
msgstr "Kann Quota für %u auf %s nicht schreiben: %s\n"
-#: quotaops.c:222 quotaops.c:224
+#: quotaops.c:192 quotaops.c:194
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "%s-Quota auf %s (%s) ist %s\n"
-#: quotaops.c:238
+#: quotaops.c:208
msgid "Too many parameters to editor.\n"
msgstr "Zu viele Parameter für den Editor.\n"
-#: quotaops.c:246
+#: quotaops.c:216
#, c-format
msgid "Cannot exec %s\n"
msgstr "Kann 'exec %s nicht ausführen\n"
-#: quotaops.c:263
+#: quotaops.c:233
#, fuzzy, c-format
msgid "Cannot truncate a file: %s\n"
msgstr "Kann Informationen über Quotadatei %s nicht abrufen: %s\n"
-#: quotaops.c:265
+#: quotaops.c:235
#, fuzzy, c-format
msgid "Cannot reset a file offset: %s\n"
msgstr "Kann 'stat'-Datei %s nicht lesen: %s\n"
-#: quotaops.c:267
+#: quotaops.c:237
#, fuzzy, c-format
msgid "Cannot duplicate a file descriptor: %s\n"
msgstr "Konnte Dateideskriptor nicht duplizieren: %s\n"
-#: quotaops.c:269
+#: quotaops.c:239
#, fuzzy, c-format
msgid "Cannot open a stream to write to: %s\n"
msgstr "Kann temporäre Datei nicht neu öffnen: %s\n"
-#: quotaops.c:270
+#: quotaops.c:240
#, fuzzy, c-format
msgid "Cannot open a stream to read from: %s\n"
msgstr "Kann temporäre Datei nicht neu öffnen: %s\n"
-#: quotaops.c:286
+#: quotaops.c:256
#, c-format
msgid "Disk quotas for %s %s (%cid %d):\n"
msgstr "Datenträgerquotas für %s %s (%cid %d):\n"
-#: quotaops.c:290
+#: quotaops.c:260
#, c-format
msgid ""
" Filesystem blocks soft hard inodes "
@@ -2196,21 +2238,21 @@ msgstr ""
" Dateisystem Blöcke weich hart Inodes "
"weich hart\n"
-#: quotaops.c:323
+#: quotaops.c:293
#, c-format
msgid "WARNING - %s: cannot change current block allocation\n"
msgstr "WARNUNG - %s: Kann aktuelle Blockbelegung nicht ändern\n"
-#: quotaops.c:326
+#: quotaops.c:296
#, c-format
msgid "WARNING - %s: cannot change current inode allocation\n"
msgstr "WARNUNG - %s: Kann aktuelle Inodebelegung nicht ändern\n"
-#: quotaops.c:352
+#: quotaops.c:322
msgid "Bad format: two title lines assumed\n"
msgstr ""
-#: quotaops.c:363
+#: quotaops.c:333
#, c-format
msgid ""
"Bad format:\n"
@@ -2219,48 +2261,48 @@ msgstr ""
"Falsches Format:\n"
"%s\n"
-#: quotaops.c:369
+#: quotaops.c:339
#, fuzzy, c-format
msgid "Bad block usage: %s: %s\n"
msgstr "Fehlerhafte Angabe für %s: %s\n"
-#: quotaops.c:376
+#: quotaops.c:346
#, fuzzy, c-format
msgid "Bad block soft limit: %s: %s\n"
msgstr "weiches Blocklimit"
-#: quotaops.c:383
+#: quotaops.c:353
#, fuzzy, c-format
msgid "Bad block hard limit: %s: %s\n"
msgstr "hartes Blocklimit"
-#: quotaops.c:390
+#: quotaops.c:360
#, fuzzy, c-format
msgid "Bad inode usage: %s: %s\n"
msgstr "Fehlerhafte Angabe für %s: %s\n"
-#: quotaops.c:397
+#: quotaops.c:367
#, fuzzy, c-format
msgid "Bad inode soft limit: %s: %s\n"
msgstr "weiches Inodelimit"
-#: quotaops.c:404
+#: quotaops.c:374
#, fuzzy, c-format
msgid "Bad inode hard limit: %s: %s\n"
msgstr "hartes Inodelimit"
-#: quotaops.c:457
+#: quotaops.c:427
#, c-format
msgid "Times to enforce softlimit for %s %s (%cid %d):\n"
msgstr ""
"Gnadenfristen, bis weiche Limits durchgesetzt werden für %s %s (%cid %d):\n"
-#: quotaops.c:459 quotaops.c:562
+#: quotaops.c:429 quotaops.c:532
#, c-format
msgid "Time units may be: days, hours, minutes, or seconds\n"
msgstr "Zeiteinheiten dürfen sein: days, hours, minutes, oder seconds\n"
-#: quotaops.c:461
+#: quotaops.c:431
#, c-format
msgid ""
" Filesystem block grace inode grace\n"
@@ -2268,25 +2310,25 @@ msgstr ""
" Dateisystem Blockgnadenfrist "
"Inodegnadenfrist\n"
-#: quotaops.c:466 quotaops.c:472 quotaops.c:517 quotaops.c:530 setquota.c:288
+#: quotaops.c:436 quotaops.c:442 quotaops.c:487 quotaops.c:500 setquota.c:288
#: setquota.c:294
msgid "unset"
msgstr "nicht festgelegt"
-#: quotaops.c:468 quotaops.c:474
+#: quotaops.c:438 quotaops.c:444
msgid "0seconds"
msgstr "0seconds"
-#: quotaops.c:470 quotaops.c:476 quotasys.c:503
+#: quotaops.c:440 quotaops.c:446 quotasys.c:503
#, c-format
msgid "%useconds"
msgstr "%useconds"
-#: quotaops.c:503 quotaops.c:602
+#: quotaops.c:473 quotaops.c:572
msgid "Bad format: three title lines assumed\n"
msgstr ""
-#: quotaops.c:513 quotaops.c:610
+#: quotaops.c:483 quotaops.c:580
#, c-format
msgid ""
"bad format:\n"
@@ -2295,18 +2337,18 @@ msgstr ""
"falsches Format:\n"
"%s\n"
-#: quotaops.c:524 quotaops.c:616
+#: quotaops.c:494 quotaops.c:586
msgid "Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"
msgstr ""
"Fehlerhafte Zeiteinheiten. Einheiten sind 'second', 'minute', 'hour' und "
"'day'.\n"
-#: quotaops.c:560
+#: quotaops.c:530
#, c-format
msgid "Grace period before enforcing soft limits for %ss:\n"
msgstr "Gnadenfrist bevor die weichen Limits durchgesetzt werden für %ss:\n"
-#: quotaops.c:563
+#: quotaops.c:533
#, c-format
msgid " Filesystem Block grace period Inode grace period\n"
msgstr " Dateisystem Blockgnadenfrist Inodegnadenfrist\n"
@@ -2454,7 +2496,7 @@ msgstr ""
"-V, --version Zeige Versionsinformationen und beende\n"
"\n"
-#: setquota.c:84 edquota.c:104 quota.c:114
+#: setquota.c:84 edquota.c:104 quota.c:90
#, c-format
msgid "Bugs to: %s\n"
msgstr "Fehler an: %s\n"
@@ -2648,7 +2690,7 @@ msgid ""
" xml - simple XML\n"
msgstr ""
-#: quotasys.c:459 quota.c:297
+#: quotasys.c:459 quota.c:278
msgid "none"
msgstr "kein"
@@ -2717,116 +2759,116 @@ msgstr "%ddays"
msgid "days"
msgstr "%ddays"
-#: quotasys.c:573
+#: quotasys.c:582
msgid "Integer overflow while parsing space number."
msgstr ""
-#: quotasys.c:575
+#: quotasys.c:584
msgid "K"
msgstr ""
-#: quotasys.c:577
+#: quotasys.c:586
msgid "M"
msgstr ""
-#: quotasys.c:579
+#: quotasys.c:588
msgid "G"
msgstr ""
-#: quotasys.c:581
+#: quotasys.c:590
msgid "T"
msgstr ""
-#: quotasys.c:584
+#: quotasys.c:593
msgid "Unknown space binary unit. Valid units are K, M, G, T."
msgstr ""
-#: quotasys.c:588
+#: quotasys.c:597
msgid "Integer overflow while interpreting space unit."
msgstr ""
-#: quotasys.c:628
+#: quotasys.c:650
msgid "Integer overflow while parsing number."
msgstr ""
-#: quotasys.c:632
+#: quotasys.c:654
msgid "k"
msgstr ""
-#: quotasys.c:634
+#: quotasys.c:656
msgid "m"
msgstr ""
-#: quotasys.c:636
+#: quotasys.c:658
msgid "g"
msgstr ""
-#: quotasys.c:638
+#: quotasys.c:660
msgid "t"
msgstr ""
-#: quotasys.c:641
+#: quotasys.c:663
msgid "Unknown decimal unit. Valid units are k, m, g, t."
msgstr ""
-#: quotasys.c:645
+#: quotasys.c:667
msgid "Integer overflow while interpreting decimal unit."
msgstr ""
-#: quotasys.c:803
+#: quotasys.c:826
#, c-format
msgid "Cannot stat quota file %s: %s\n"
msgstr "Kann Informationen über Quotadatei %s nicht abrufen: %s\n"
-#: quotasys.c:949
+#: quotasys.c:974
msgid "Not all specified mountpoints are using quota.\n"
msgstr "Nicht alle angegebenen Mountpunkte verwenden Quotas.\n"
-#: quotasys.c:963
+#: quotasys.c:988
#, c-format
msgid "Error while releasing file on %s\n"
msgstr "Fehler bei Dateifreigabe auf %s\n"
-#: quotasys.c:1022
+#: quotasys.c:1047
#, c-format
msgid "Cannot create set for sigaction(): %s\n"
msgstr "Kann Menge für sigaction() nicht erzeugen: %s\n"
-#: quotasys.c:1025
+#: quotasys.c:1050
#, c-format
msgid "Cannot set signal handler: %s\n"
msgstr "Kann Signalbehandler nicht setzen: %s\n"
-#: quotasys.c:1080
+#: quotasys.c:1106
#, c-format
msgid "Cannot reset signal handler: %s\n"
msgstr "Kann Signalbehandler nicht zurücksetzen: %s\n"
-#: quotasys.c:1235
+#: quotasys.c:1261
msgid "Cannot open any file with mount points.\n"
msgstr "Kann keine Datei mit Einhängepunkten öffnen.\n"
-#: quotasys.c:1253
+#: quotasys.c:1279
#, c-format
msgid "Cannot get device name for %s\n"
msgstr "Kann Gerätenamen für %s nicht bekommen\n"
-#: quotasys.c:1313
+#: quotasys.c:1339
#, c-format
msgid "Cannot resolve mountpoint path %s: %s\n"
msgstr "Kann Mountpunkt-Pfad %s nicht auflösen: %s\n"
-#: quotasys.c:1319
+#: quotasys.c:1345
#, c-format
msgid "Cannot statfs() %s: %s\n"
msgstr "statfs() für %s fehlgeschlagen: %s\n"
-#: quotasys.c:1331
+#: quotasys.c:1357
#, c-format
msgid "Cannot stat() mounted device %s: %s\n"
msgstr "stat() für eingebundenes Gerät %s fehlgeschlagen: %s\n"
-#: quotasys.c:1336
+#: quotasys.c:1362
#, c-format
msgid ""
"Device (%s) filesystem is mounted on unsupported device type. Skipping.\n"
@@ -2834,12 +2876,12 @@ msgstr ""
"Gerät (%s): Dateisystem ist auf einem nicht unterstützten Gerätetyp "
"eingehängt. Überspringe.\n"
-#: quotasys.c:1346
+#: quotasys.c:1372
#, c-format
msgid "Cannot stat() mountpoint %s: %s\n"
msgstr "stat() für Einhängepunkt %s fehlgeschlagen: %s\n"
-#: quotasys.c:1415
+#: quotasys.c:1441
#, c-format
msgid ""
"Cannot find a device with %s.\n"
@@ -2848,7 +2890,7 @@ msgstr ""
"Kann kein Gerät mit %s finden.\n"
"Überspringe...\n"
-#: quotasys.c:1419
+#: quotasys.c:1445
#, c-format
msgid ""
"Cannot stat() a mountpoint with %s: %s\n"
@@ -2857,7 +2899,7 @@ msgstr ""
"stat() für Einhängepunkt %s fehlgeschlagen: %s\n"
"Überspringe...\n"
-#: quotasys.c:1427
+#: quotasys.c:1453
#, c-format
msgid ""
"Cannot stat() given mountpoint %s: %s\n"
@@ -2866,31 +2908,31 @@ msgstr ""
"stat() für Einhängepunkt %s fehlgeschlagen: %s\n"
"Überspringe...\n"
-#: quotasys.c:1437
+#: quotasys.c:1463
#, c-format
msgid "Cannot find a filesystem mountpoint for directory %s\n"
msgstr "Kann keinen Dateisystem-Einhängepunkt für Verzeichnis %s finden\n"
-#: quotasys.c:1443
+#: quotasys.c:1469
#, c-format
msgid "Cannot resolve path %s: %s\n"
msgstr "Kann Pfad %s nicht auflösen: %s\n"
-#: quotasys.c:1454
+#: quotasys.c:1480
#, c-format
msgid "Cannot find mountpoint for device %s\n"
msgstr "Kann Einhängepunkt für Gerät %s nicht finden\n"
-#: quotasys.c:1460
+#: quotasys.c:1486
#, c-format
msgid "Specified path %s is not directory nor device.\n"
msgstr "Angegebener Pfad %s ist weder ein Verzeichnis noch ein Gerät.\n"
-#: quotasys.c:1468
+#: quotasys.c:1494
msgid "No correct mountpoint specified.\n"
msgstr "Es wurde kein korrekter Einhängepunkt angegeben.\n"
-#: quotasys.c:1523
+#: quotasys.c:1549
#, c-format
msgid "Mountpoint (or device) %s not found or has no quota enabled.\n"
msgstr ""
@@ -3012,7 +3054,7 @@ msgstr "Registrierung fehlgeschlagen (RQUOTAPROG, RQUOTAVERS, udp).\n"
msgid "Unable to register (RQUOTAPROG, EXT_RQUOTAVERS, %s).\n"
msgstr "Registrierung fehlgeschlagen (RQUOTAPROG, EXT_RQUOTAVERS, udp).\n"
-#: rquota_svc.c:539
+#: rquota_svc.c:542
msgid "svc_run returned\n"
msgstr "svc_run ist zurückgekehrt\n"
@@ -3067,66 +3109,76 @@ msgstr "Kinnd bind-Operation zu gegebener Adresse nicht ausführen: %s\n"
msgid "Error creating socket: %s\n"
msgstr "Konnte Socket nicht erzeugen: %s\n"
-#: svc_socket.c:122
+#: svc_socket.c:124
+#, fuzzy, c-format
+msgid "Cannot set IPv6 socket options: %s\n"
+msgstr "Konnte Socketoptionen nicht setzen: %s\n"
+
+#: svc_socket.c:131
#, c-format
msgid "Cannot set socket options: %s\n"
msgstr "Konnte Socketoptionen nicht setzen: %s\n"
-#: svc_socket.c:128
+#: svc_socket.c:137
#, fuzzy, c-format
msgid "Cannot bind to address: %s\n"
msgstr "Kinnd bind-Operation zu gegebener Adresse nicht ausführen: %s\n"
+#: svc_socket.c:144
+#, fuzzy, c-format
+msgid "Cannot listen to address: %s\n"
+msgstr "Kinnd bind-Operation zu gegebener Adresse nicht ausführen: %s\n"
+
#: xqmstats.c:32 xqmstats.c:37
msgid "The running kernel does not support XFS\n"
msgstr "Der laufende Kernel unterstützt kein XFS.\n"
-#: xqmstats.c:49
+#: xqmstats.c:50
#, c-format
msgid "XFS Quota Manager dquot statistics\n"
msgstr "XFS-Quota-Manager dquot-Statistiken\n"
-#: xqmstats.c:50
+#: xqmstats.c:51
#, c-format
msgid " reclaims: %u\n"
msgstr " reclaims: %u\n"
-#: xqmstats.c:51
+#: xqmstats.c:52
#, c-format
msgid " missed reclaims: %u\n"
msgstr " missed reclaims: %u\n"
-#: xqmstats.c:52
+#: xqmstats.c:53
#, c-format
msgid " dquot dups: %u\n"
msgstr " dquot dups: %u\n"
-#: xqmstats.c:53
+#: xqmstats.c:54
#, c-format
msgid " cache misses: %u\n"
msgstr " cache misses: %u\n"
-#: xqmstats.c:54
+#: xqmstats.c:55
#, c-format
msgid " cache hits: %u\n"
msgstr " cache hits: %u\n"
-#: xqmstats.c:55
+#: xqmstats.c:56
#, c-format
msgid " dquot wants: %u\n"
msgstr " dquot wants: %u\n"
-#: xqmstats.c:56
+#: xqmstats.c:57
#, c-format
msgid " shake reclaims: %u\n"
msgstr " shake reclaims: %u\n"
-#: xqmstats.c:57
+#: xqmstats.c:58
#, c-format
msgid " inact reclaims: %u\n"
msgstr " inact reclaims: %u\n"
-#: xqmstats.c:62
+#: xqmstats.c:63
#, c-format
msgid "Maximum %u dquots (currently %u incore, %u on freelist)\n"
msgstr "Maximum %u dquots (currently %u incore, %u on freelist)\n"
@@ -3287,54 +3339,63 @@ msgstr "Kann einzelne Gnadenfristen nicht aus Datei lesen.\n"
msgid "Cannot read quotas from file.\n"
msgstr "Kann Quotas nicht aus Datei lesen.\n"
-#: quota.c:87
+#: quota.c:58
#, fuzzy
msgid "Usage: quota [-guPqvswim] [-l | [-Q | -A]] [-F quotaformat]\n"
msgstr "Verwendung: quota [-guqvswim] [-l | [-Q | -A]] [-F quotaformat]\n"
-#: quota.c:88
+#: quota.c:59
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -u username ...\n"
msgstr ""
"\tquota [-qvswim] [-l | [-Q | -A]] [-F Quotaformat] -u Benutzername ...\n"
-#: quota.c:89
+#: quota.c:60
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -g groupname ...\n"
msgstr ""
"\tquota [-qvswim] [-l | [-Q | -A]] [-F Quotaformat] -g Gruppenname ...\n"
-#: quota.c:90
+#: quota.c:61
#, fuzzy
msgid "\tquota [-qvswugPQm] [-F quotaformat] -f filesystem ...\n"
msgstr "\tquota [-qvswugQm] [-F Quotaformat] -f Dateisystem ...\n"
-#: quota.c:91
+#: quota.c:62
#, fuzzy
msgid ""
"\n"
-"-u, --user display quota for user\n"
-"-g, --group display quota for group\n"
-"-P, --project display quota for project\n"
-"-q, --quiet print more terse message\n"
-"-v, --verbose print more verbose message\n"
-"-s, --human-readable display numbers in human friendly units (MB, "
-"GB...)\n"
-" --always-resolve always try to translate name to id, even if it is\n"
-"\t\t\t composed of only digits\n"
-"-w, --no-wrap do not wrap long lines\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-l, --local-only do not query NFS filesystems\n"
-"-Q, --quiet-refuse do not print error message when NFS server does\n"
-" not respond\n"
-"-i, --no-autofs do not query autofs mountpoints\n"
-"-F, --format=formatname display quota of a specific format\n"
-"-f, --filesystem-list display quota information only for given "
-"filesystems\n"
-"-A, --all-nfs display quota for all NFS mountpoints\n"
-"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
-" --show-mntpoint show mount point of the file system in output\n"
-" --hide-device do not show file system device in output\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-u, --user display quota for user\n"
+"-g, --group display quota for group\n"
+"-P, --project display quota for project\n"
+"-q, --quiet print more terse message\n"
+"-v, --verbose print more verbose message\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+" --always-resolve always try to translate name to id, even if it "
+"is\n"
+"\t\t\t composed of only digits\n"
+"-w, --no-wrap do not wrap long lines\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-l, --local-only do not query NFS filesystems\n"
+"-Q, --quiet-refuse do not print error message when NFS server "
+"does\n"
+" not respond\n"
+"-i, --no-autofs do not query autofs mountpoints\n"
+"-F, --format=formatname display quota of a specific format\n"
+"-f, --filesystem-list display quota information only for given\n"
+" filesystems\n"
+"-A, --all-nfs display quota for all NFS mountpoints\n"
+"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
+" --show-mntpoint show mount point of the file system in output\n"
+" --hide-device do not show file system device in output\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
"\n"
@@ -3363,93 +3424,97 @@ msgstr ""
"-V, --version Versionsinformation ausgeben und beenden\n"
"\n"
-#: quota.c:123
+#: quota.c:99
msgid "space"
msgstr "Platz"
-#: quota.c:125
+#: quota.c:101
msgid "blocks"
msgstr "Blöcke"
-#: quota.c:127
+#: quota.c:103
#, c-format
msgid "Disk quotas for %s %s (%cid %u): %s\n"
msgstr "Dateisystemquotas für %s %s (%cid %u): %s\n"
-#: quota.c:130
+#: quota.c:106
msgid "Filesystem"
msgstr "Dateisystem"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "quota"
msgstr "Quota"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "limit"
msgstr "Limit"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "grace"
msgstr "Gnadenfrist"
-#: quota.c:132
+#: quota.c:108
msgid "files"
msgstr "Dateien"
-#: quota.c:208
+#: quota.c:189
msgid "File limit reached on"
msgstr "Dateilimit erreicht auf"
-#: quota.c:214
+#: quota.c:195
msgid "In file grace period on"
msgstr "In der Dateignadenfrist auf"
-#: quota.c:218
+#: quota.c:199
msgid "Over file quota on"
msgstr "Über dem Dateiquota auf"
-#: quota.c:224
+#: quota.c:205
msgid "Block limit reached on"
msgstr "Blocklimit erreicht auf"
-#: quota.c:230
+#: quota.c:211
msgid "In block grace period on"
msgstr "In der Blockgnadenfrist auf"
-#: quota.c:234
+#: quota.c:215
msgid "Over block quota on"
msgstr "Über dem Blockquota auf"
-#: quota.c:408
+#: quota.c:278
+msgid "no limited resources used"
+msgstr ""
+
+#: quota.c:393
#, c-format
msgid "Warning: Ignoring -%c when filesystem list specified.\n"
msgstr "Warnung: Ignoriere -%c, wenn eine Dateisystemliste angegeben wurde.\n"
-#: quota.c:415
+#: quota.c:400
msgid "No filesystem specified.\n"
msgstr "Kein Dateisystem angegeben.\n"
-#: quota.c:423
+#: quota.c:408
#, c-format
msgid "Gid set allocation (%d): %s\n"
msgstr "Gid-set-Speicheranforderung (ngroups=%d): %s\n"
-#: quota.c:429
+#: quota.c:414
#, c-format
msgid "getgroups(): %s\n"
msgstr "getgroups(): %s\n"
-#: quota.c:434
+#: quota.c:419
#, fuzzy
msgid "Project reports not supported without project name\n"
msgstr "Quotaformat wird vom Kernel nicht unterstützt.\n"
-#: common.c:124
+#: common.c:125
#, c-format
msgid "Quota utilities version %s.\n"
msgstr "Quota-Hilfsprogramme Version %s.\n"
-#: common.c:125
+#: common.c:126
#, c-format
msgid "Compiled with:%s\n"
msgstr "Compiliert mit:%s\n"
diff --git a/po/fr.po b/po/fr.po
index 6ac810c..41ada35 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: jack@suse.cz\n"
-"POT-Creation-Date: 2017-09-05 16:53+0200\n"
+"POT-Creation-Date: 2019-03-29 11:53+0100\n"
"PO-Revision-Date: 2003-02-21 22:43+0100\n"
"Last-Translator: Jrme Schell <jerome@myreseau.org>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -15,12 +15,12 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: bylabel.c:253
+#: bylabel.c:274
#, c-format
msgid "Found an invalid UUID: %s\n"
msgstr "UUID invalide trouv : %s\n"
-#: bylabel.c:273
+#: bylabel.c:294
#, c-format
msgid "Error checking device name: %s\n"
msgstr "Erreur vrification nom de priphrique : %s\n"
@@ -41,8 +41,8 @@ msgid ""
"\n"
msgstr ""
-#: convertquota.c:48 warnquota.c:1028 quotacheck.c:314 repquota.c:68
-#: common.c:126
+#: convertquota.c:48 warnquota.c:1046 quotacheck.c:314 repquota.c:73
+#: common.c:127
#, c-format
msgid "Bugs to %s\n"
msgstr "Rapports de bugs %s\n"
@@ -51,8 +51,8 @@ msgstr "Rapports de bugs %s\n"
msgid "You have to specify source and target format of conversion.\n"
msgstr ""
-#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:154
-#: quotaon.c:143 setquota.c:264
+#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:163
+#: quotaon.c:113 setquota.c:264
msgid "Bad number of arguments.\n"
msgstr "Mauvais nombre d'arguments.\n"
@@ -92,7 +92,7 @@ msgstr "Impossible de lire l'information de l'ancien fichier de quotas.\n"
msgid "Cannot get name of new quotafile.\n"
msgstr "Impossible d'obtenir le nom du nouveau fichier de quotas.\n"
-#: convertquota.c:302 quotacheck.c:764
+#: convertquota.c:302 quotacheck.c:765
#, c-format
msgid "Cannot rename new quotafile %s to name %s: %s\n"
msgstr "Impossible de renommer le nouveau fichier de quotas %s en %s : %s\n"
@@ -113,7 +113,7 @@ msgstr ""
msgid "Cannot open old quota file on %s: %s\n"
msgstr "Impossible d'ouvrir l'ancien fichier de quotas sur %s : %s\n"
-#: convertquota.c:380
+#: convertquota.c:381
msgid "Unknown action should be performed.\n"
msgstr "Une action inconnue doit tre excute.\n"
@@ -252,39 +252,46 @@ msgstr "Impossible d'ouvrir pine : %s\n"
msgid "Could not setup ldap connection.\n"
msgstr ""
-#: warnquota.c:422
+#: warnquota.c:417
+#, c-format
+msgid ""
+"Could not format LDAP search filter for %s user and %s search attribute due "
+"to excessive length.\n"
+msgstr ""
+
+#: warnquota.c:428
#, fuzzy, c-format
msgid "Error with %s.\n"
msgstr "Erreur lors de la modification des quotas.\n"
-#: warnquota.c:423
+#: warnquota.c:429
#, c-format
msgid "ldap_search_ext_s() failed: %s\n"
msgstr ""
-#: warnquota.c:429
+#: warnquota.c:435
#, c-format
msgid "Multiple entries found for client %s (%d).\n"
msgstr ""
-#: warnquota.c:433
+#: warnquota.c:439
#, c-format
msgid "Entry not found for client %s.\n"
msgstr ""
-#: warnquota.c:443
+#: warnquota.c:449
#, fuzzy, c-format
msgid "Could not get values for %s.\n"
msgstr "Impossible d'obtenir le nom de priphrique pour %s\n"
-#: warnquota.c:489
+#: warnquota.c:495
#, c-format
msgid "Administrator for a group %s not found. Cancelling mail.\n"
msgstr ""
"Administrateur pour le groupe %s non trouv. Abandon de l'envoi du "
"courrier.\n"
-#: warnquota.c:541
+#: warnquota.c:547
#, c-format
msgid ""
"\n"
@@ -293,7 +300,7 @@ msgstr ""
"\n"
" Limites bloc Limites fichiers\n"
-#: warnquota.c:542
+#: warnquota.c:548
#, c-format
msgid ""
"Filesystem used soft hard grace used soft hard grace\n"
@@ -301,17 +308,17 @@ msgstr ""
"Systme fichiers utilis souple stricte sursis utilis souple stricte "
"sursis\n"
-#: warnquota.c:582
+#: warnquota.c:588
#, fuzzy, c-format
msgid "Cannot wait for mailer: %s\n"
msgstr "Impossible d'attendre le client de messagerie : %s\n"
-#: warnquota.c:584
+#: warnquota.c:590
msgid "Warning: Mailer exitted abnormally.\n"
msgstr ""
"Attention : le client de messagerie s'est termin de manire inattendue.\n"
-#: warnquota.c:641
+#: warnquota.c:647
#, fuzzy, c-format
msgid ""
"Cannot open %s: %s\n"
@@ -320,55 +327,60 @@ msgstr ""
"Impossible d'ouvrir %s : %s\n"
"Utilisation des noms de priphriques.\n"
-#: warnquota.c:664
+#: warnquota.c:670
#, fuzzy, c-format
msgid "Cannot parse line %d in quotatab (missing ':')\n"
msgstr "Impossible d'analyser la ligne %d dans quotatab (il manque : )\n"
-#: warnquota.c:678
+#: warnquota.c:684
#, fuzzy, c-format
msgid "Cannot stat device %s (maybe typo in quotatab)\n"
msgstr ""
"Impossible d'excuter stat() sur le priphrique %s (erreur de syntaxe dans "
"quotatab ?)\n"
-#: warnquota.c:698
+#: warnquota.c:704
#, c-format
msgid ""
"Incorrect format string for variable %s.\n"
"Unrecognized expression %%%c.\n"
msgstr ""
-#: warnquota.c:749
+#: warnquota.c:755
#, fuzzy, c-format
msgid "Cannot open %s: %s\n"
msgstr "Impossible d'ouvrir %s : %s\n"
-#: warnquota.c:769
+#: warnquota.c:775
#, c-format
msgid "Line %d too long. Truncating.\n"
msgstr "Ligne %d trop longue. Tronque.\n"
-#: warnquota.c:835
+#: warnquota.c:841
#, c-format
msgid "Cannot parse time at CC_BEFORE variable (line %d).\n"
msgstr ""
-#: warnquota.c:885
+#: warnquota.c:891
#, c-format
msgid "Error in config file (line %d), ignoring\n"
msgstr "Erreur dans le fichier de configuration (ligne %d), ignore\n"
-#: warnquota.c:888
+#: warnquota.c:894
#, c-format
msgid "Possible error in config file (line %d), ignoring\n"
msgstr "Erreur probable dans le fichier de configuration (ligne %d), ignore\n"
-#: warnquota.c:891
+#: warnquota.c:897
msgid "Unterminated last line, ignoring\n"
msgstr "Dernire ligne non termine, ignore\n"
-#: warnquota.c:897
+#: warnquota.c:905
+#, c-format
+msgid "Could not format LDAP URI because it's longer than %d bytes.\n"
+msgstr ""
+
+#: warnquota.c:910
#, c-format
msgid ""
"LDAP library version >= 2.3 detected. Please use LDAP_URI instead of "
@@ -376,28 +388,28 @@ msgid ""
"Generated URI %s\n"
msgstr ""
-#: warnquota.c:919
+#: warnquota.c:932
#, fuzzy, c-format
msgid "Cannot open file with group administrators: %s\n"
msgstr ""
"Impossible d'ouvrir le fichier contenant les administrateurs de groupes : "
"%s\n"
-#: warnquota.c:934
+#: warnquota.c:947
#, fuzzy, c-format
msgid "Parse error at line %d. Cannot find end of group name.\n"
msgstr ""
"Erreur d'analyse la ligne %d. Impossible de trouver la fin du nom de "
"groupe.\n"
-#: warnquota.c:943
+#: warnquota.c:956
#, fuzzy, c-format
msgid "Parse error at line %d. Cannot find administrators name.\n"
msgstr ""
"Erreur d'analyse la ligne %d. Impossible de trouver le nom des "
"administrateurs.\n"
-#: warnquota.c:953
+#: warnquota.c:966
#, c-format
msgid ""
"Parse error at line %d. Trailing characters after administrators name.\n"
@@ -405,7 +417,7 @@ msgstr ""
"Erreur d'analyse la ligne %d. Caractres parasites aprs le nom des "
"administrateurs.\n"
-#: warnquota.c:1016
+#: warnquota.c:1029
msgid ""
"Usage:\n"
" warnquota [-ugsid] [-F quotaformat] [-c configfile] [-q quotatabfile] [-a "
@@ -413,8 +425,16 @@ msgid ""
"\n"
"-u, --user warn users\n"
"-g, --group warn groups\n"
-"-s, --human-readable send information in more human friendly "
-"units\n"
+"-s, --human-readable[=units] display numbers in human friendly units "
+"(MB,\n"
+" GB, ...). Units can be also specified\n"
+" explicitely by an optional argument in "
+"format\n"
+" [kgt],[kgt] where the first character "
+"specifies\n"
+" space units and the second character "
+"specifies\n"
+" inode units\n"
"-i, --no-autofs avoid autofs mountpoints\n"
"-d, --no-details do not send quota information itself\n"
"-F, --format=formatname use quotafiles of specific format\n"
@@ -426,7 +446,12 @@ msgid ""
"\n"
msgstr ""
-#: warnquota.c:1097
+#: warnquota.c:1102 repquota.c:134 quota.c:343
+#, c-format
+msgid "Bad output format units for human readable output: %s\n"
+msgstr ""
+
+#: warnquota.c:1119
#, fuzzy, c-format
msgid "Cannot get host name: %s\n"
msgstr "Impossible d'obtenir le nom du fichier de quotas pour %s\n"
@@ -555,21 +580,21 @@ msgstr ""
"Il vaudrait mieux lancer fsck d'abord !\n"
"Abandon...\n"
-#: quotacheck.c:550
+#: quotacheck.c:551
#, c-format
msgid "pushd %s/%s\n"
msgstr "pushd %s/%s\n"
-#: quotacheck.c:566
+#: quotacheck.c:567
#, fuzzy, c-format
msgid "\tAdding %s size %lld ino %d links %d uid %u gid %u\n"
msgstr "\tAjout %s taille %s ino %s liens %d\n"
-#: quotacheck.c:576
+#: quotacheck.c:577
msgid "Scanning stored directories from directory stack\n"
msgstr "Parcours des rpertoires stocks depuis la pile des rpertoires\n"
-#: quotacheck.c:580
+#: quotacheck.c:581
#, c-format
msgid ""
"popd %s\n"
@@ -578,17 +603,17 @@ msgstr ""
"popd %s\n"
"Entre dans le rpertoire %s\n"
-#: quotacheck.c:592
+#: quotacheck.c:593
#, c-format
msgid "Leaving %s\n"
msgstr "Quitte %s\n"
-#: quotacheck.c:632
+#: quotacheck.c:633
#, c-format
msgid "Going to check %s quota file of %s\n"
msgstr "Sur le point de vrifier %s fichier de quotas de %s\n"
-#: quotacheck.c:638
+#: quotacheck.c:639
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -597,17 +622,17 @@ msgstr ""
"Les quotas pour %ss sont actif sur le point de montage %s si bien que "
"quotacheck risque d'endommager le fichier.\n"
-#: quotacheck.c:639 quotacheck.c:957
+#: quotacheck.c:640 quotacheck.c:967
#, fuzzy
msgid "Should I continue?"
msgstr "Dois-je continuer"
-#: quotacheck.c:640 quotacheck.c:958
+#: quotacheck.c:641 quotacheck.c:968
#, c-format
msgid "As you wish... Canceling check of this file.\n"
msgstr "Suivant vos dsirs... Abandon de la vrification de ce fichier.\n"
-#: quotacheck.c:645
+#: quotacheck.c:646
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -618,128 +643,128 @@ msgstr ""
"quotacheck risque d'endommager le fichier.\n"
"Veuillez dsactiver les quotas ou utiliser -f pour forcer la vrification.\n"
-#: quotacheck.c:652
+#: quotacheck.c:653
#, c-format
msgid "Error while syncing quotas on %s: %s\n"
msgstr "Erreur lors de la synchronisation des quotas sur %s: %s\n"
-#: quotacheck.c:657
+#: quotacheck.c:658
#, c-format
msgid "Cannot get quotafile name for %s\n"
msgstr "Impossible d'obtenir le nom du fichier de quotas pour %s\n"
-#: quotacheck.c:662 quotaio.c:150 quotasys.c:820
+#: quotacheck.c:663 quotaio.c:151 quotasys.c:843
#, c-format
msgid "Cannot open quotafile %s: %s\n"
msgstr "Impossible d'ouvrir le fichier de quotas %s : %s\n"
-#: quotacheck.c:702
+#: quotacheck.c:703
#, fuzzy
msgid "Renaming new files to proper names.\n"
msgstr "Renommage du nouveau fichier de quotas\n"
-#: quotacheck.c:704
+#: quotacheck.c:705
#, c-format
msgid "Cannot get name of old quotafile on %s.\n"
msgstr "Impossible d'obtenir le nom de l'ancien fichier de quotas sur %s.\n"
-#: quotacheck.c:707
+#: quotacheck.c:708
msgid "Old file not found.\n"
msgstr "Ancien fichier non trouv.\n"
-#: quotacheck.c:710
+#: quotacheck.c:711
#, c-format
msgid "Error while searching for old quota file %s: %s\n"
msgstr "Erreur lors de la recherche de l'ancien fichier de quotas %s : %s\n"
-#: quotacheck.c:719
+#: quotacheck.c:720
msgid "Old file found removed during check!\n"
msgstr ""
-#: quotacheck.c:722
+#: quotacheck.c:723
#, fuzzy, c-format
msgid "Error while opening old quota file %s: %s\n"
msgstr "Erreur lors de la recherche de l'ancien fichier de quotas %s : %s\n"
-#: quotacheck.c:728
+#: quotacheck.c:729
#, fuzzy, c-format
msgid "EXT2_IOC_GETFLAGS failed: %s\n"
msgstr "chec de ioctl XFS_IOC_FSBULKSTAT : %s\n"
-#: quotacheck.c:732
+#: quotacheck.c:733
#, c-format
msgid "Quota file %s has IMMUTABLE flag set. Clearing.\n"
msgstr ""
-#: quotacheck.c:735
+#: quotacheck.c:736
#, fuzzy, c-format
msgid "Failed to remove IMMUTABLE flag from quota file %s: %s\n"
msgstr "Impossible de lire les informations du fichier de quotas %s : %s\n"
-#: quotacheck.c:744
+#: quotacheck.c:745
#, c-format
msgid "Renaming old quotafile to %s~\n"
msgstr "Renomme l'ancien fichier de quotas en %s~\n"
-#: quotacheck.c:750
+#: quotacheck.c:751
#, c-format
msgid "Name of quota file too long. Contact %s.\n"
msgstr "Nom du fichier de quotas trop long. Contactez %s.\n"
-#: quotacheck.c:752
+#: quotacheck.c:753
#, c-format
msgid "Cannot rename old quotafile %s to %s: %s\n"
msgstr "Impossible de renommer l'ancien fichier de quotas %s en %s : %s\n"
-#: quotacheck.c:758
+#: quotacheck.c:759
msgid "Renaming new quotafile\n"
msgstr "Renommage du nouveau fichier de quotas\n"
-#: quotacheck.c:770
+#: quotacheck.c:771
#, c-format
msgid "Cannot change permission of %s: %s\n"
msgstr "Impossible de changer les permissions de %s : %s\n"
-#: quotacheck.c:777
+#: quotacheck.c:778
#, fuzzy, c-format
msgid "Cannot open new quota file %s: %s\n"
msgstr "Impossible d'ouvrir le fichier de quotas %s : %s\n"
-#: quotacheck.c:782
+#: quotacheck.c:783
#, c-format
msgid "Warning: Cannot set EXT2 flags on %s: %s\n"
msgstr ""
-#: quotacheck.c:802
+#: quotacheck.c:803
#, c-format
msgid "Dumping gathered data for %ss.\n"
msgstr "Dchargement des donnes rcupres pour %ss.\n"
-#: quotacheck.c:805
+#: quotacheck.c:806
#, fuzzy, c-format
msgid "Cannot initialize IO on xfs/gfs2 quotafile: %s\n"
msgstr "Initialisation ES impossible sur le nouveau fichier de quotas : %s\n"
-#: quotacheck.c:811
+#: quotacheck.c:812
#, c-format
msgid "Cannot initialize IO on new quotafile: %s\n"
msgstr "Initialisation ES impossible sur le nouveau fichier de quotas : %s\n"
-#: quotacheck.c:838
+#: quotacheck.c:839
#, c-format
msgid "Cannot finish IO on new quotafile: %s\n"
msgstr "Impossible de terminer ES sur le nouveau fichier de quotas : %s\n"
-#: quotacheck.c:841
+#: quotacheck.c:842
msgid "Data dumped.\n"
msgstr "Donnes dcharges.\n"
-#: quotacheck.c:849
+#: quotacheck.c:850
#, c-format
msgid "Cannot find checked quota file for %ss on %s!\n"
msgstr "Impossible de trouver le fichier de quotas vrifi pour %ss sur %s !\n"
-#: quotacheck.c:853
+#: quotacheck.c:854
#, c-format
msgid ""
"Cannot turn %s quotas off on %s: %s\n"
@@ -748,7 +773,7 @@ msgstr ""
"Impossible de dsactiver les quotas %s sur %s : %s\n"
"Le noyau ne sera pas inform des modifications que quotacheck a effectu.\n"
-#: quotacheck.c:866
+#: quotacheck.c:867
#, c-format
msgid ""
"Cannot turn %s quotas on on %s: %s\n"
@@ -757,45 +782,45 @@ msgstr ""
"Impossible d'activer les quotas %s sur %s : %s\n"
"Le noyau ne sera pas inform des modifications que quotacheck a effectu.\n"
-#: quotacheck.c:892
+#: quotacheck.c:893
#, c-format
msgid "Substracting space used by old %s quota file.\n"
msgstr ""
-#: quotacheck.c:894
+#: quotacheck.c:895
#, c-format
msgid ""
"Old %s file name could not been determined. Usage will not be subtracted.\n"
msgstr ""
-#: quotacheck.c:899
+#: quotacheck.c:900
#, c-format
msgid "Cannot stat old %s quota file %s: %s. Usage will not be subtracted.\n"
msgstr ""
-#: quotacheck.c:911
+#: quotacheck.c:912
#, c-format
msgid ""
"Quota structure for %s owning quota file not present! Something is really "
"wrong...\n"
msgstr ""
-#: quotacheck.c:916
+#: quotacheck.c:917
#, c-format
msgid "Substracted %lu bytes.\n"
msgstr ""
-#: quotacheck.c:929
+#: quotacheck.c:931
#, c-format
msgid "Cannot stat mountpoint %s: %s\n"
msgstr "Impossible d'excuter stat() sur le point de montage %s : %s\n"
-#: quotacheck.c:931
+#: quotacheck.c:933
#, fuzzy, c-format
msgid "Mountpoint %s is not a directory?!\n"
msgstr "Le point de montage %s n'est pas un rpertoire ?!\n"
-#: quotacheck.c:956
+#: quotacheck.c:966
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only. Counted values might not "
@@ -804,7 +829,7 @@ msgstr ""
"Impossible de remonter le systme de fichier mont sur %s en lecture seule. "
"Les valeurs comptabilises riquent d'tre fausses.\n"
-#: quotacheck.c:964
+#: quotacheck.c:974
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only so counted values might "
@@ -817,68 +842,68 @@ msgstr ""
"Veuillez interrompre tous les programmes qui crivent sur ce systme de "
"fichiers ou utilisez l'option -m pour forcer la vrification.\n"
-#: quotacheck.c:972
+#: quotacheck.c:982
msgid "Filesystem remounted read-only\n"
msgstr "Systme de fichiers remont en lecture seule\n"
-#: quotacheck.c:975
+#: quotacheck.c:985
#, c-format
msgid "Scanning %s [%s] "
msgstr "Parcours de %s [%s] "
-#: quotacheck.c:995
+#: quotacheck.c:1011
msgid "done\n"
msgstr "termin\n"
-#: quotacheck.c:1004
+#: quotacheck.c:1020
#, c-format
msgid "Checked %d directories and %d files\n"
msgstr "Vrifi %d rpertoires et %d fichiers\n"
-#: quotacheck.c:1008
+#: quotacheck.c:1024
#, c-format
msgid ""
"Cannot remount filesystem %s read-write. cannot write new quota files.\n"
msgstr ""
-#: quotacheck.c:1009
+#: quotacheck.c:1025
msgid "Filesystem remounted RW.\n"
msgstr "Systme de fichiers remont en lecture-criture.\n"
-#: quotacheck.c:1052
+#: quotacheck.c:1069
#, fuzzy, c-format
msgid "Cannot find quota option on filesystem %s with quotas!\n"
msgstr ""
"Impossible de trouver le type de quota sur le systme de fichiers %s !\n"
-#: quotacheck.c:1058
+#: quotacheck.c:1075
#, fuzzy, c-format
msgid "Cannot detect quota format for journalled quota on %s\n"
msgstr "Impossible d'obtenir le nom de l'ancien fichier de quotas sur %s.\n"
-#: quotacheck.c:1124
+#: quotacheck.c:1141
#, fuzzy, c-format
msgid "Cannot get system info: %s\n"
msgstr "Impossible de fixer les options de la socket : %s\n"
-#: quotacheck.c:1144
+#: quotacheck.c:1161
msgid ""
"Your kernel probably supports journaled quota but you are not using it. "
"Consider switching to journaled quota to avoid running quotacheck after an "
"unclean shutdown.\n"
msgstr ""
-#: quotacheck.c:1158 quotasys.c:910
+#: quotacheck.c:1175 quotasys.c:933
#, fuzzy
msgid "Cannot initialize mountpoint scan.\n"
msgstr "Impossible d'initialiser l'analyse du point de montage.\n"
-#: quotacheck.c:1163
+#: quotacheck.c:1180
#, c-format
msgid "Skipping %s [%s]\n"
msgstr "Non traitement de %s [%s]\n"
-#: quotacheck.c:1180
+#: quotacheck.c:1197
#, c-format
msgid ""
"Cannot guess format from filename on %s. Please specify format on "
@@ -887,12 +912,12 @@ msgstr ""
"Impossible de deviner le format d'aprs le nom de fichier sur %s. Veuillez "
"prciser le format sur la ligne de commande.\n"
-#: quotacheck.c:1185
+#: quotacheck.c:1202
#, c-format
msgid "Detected quota format %s\n"
msgstr "Format de quotas dtect %s\n"
-#: quotacheck.c:1206
+#: quotacheck.c:1223
#, fuzzy
msgid ""
"Cannot find filesystem to check or filesystem not mounted with quota "
@@ -901,7 +926,7 @@ msgstr ""
"Impossible de trouver un systme de fichiers vrifier ou systme de "
"fichiers mont sans l'option de quotas.\n"
-#: quotacheck.c:1224
+#: quotacheck.c:1241
#, c-format
msgid ""
"Allocated %d bytes memory\n"
@@ -912,57 +937,57 @@ msgstr ""
"%d octets librs\n"
"%d octets perdus\n"
-#: quot.c:81
+#: quot.c:82
#, fuzzy, c-format
msgid "Usage: %s [-acfugvViTq] [filesystem...]\n"
msgstr "Utilisation : %s [-acfugvV] [systmefichiers...]\n"
-#: quot.c:178
+#: quot.c:180
#, c-format
msgid "%s (%s):\n"
msgstr "%s (%s) :\n"
-#: quot.c:182 quot.c:186
+#: quot.c:184 quot.c:188
#, c-format
msgid "%d\t%llu\t%llu\n"
msgstr "%d\t%llu\t%llu\n"
-#: quot.c:195
+#: quot.c:197
#, fuzzy, c-format
msgid "%s (%s) %ss:\n"
msgstr "%s (%s) %s :\n"
-#: quot.c:203 quot.c:205
+#: quot.c:205 quot.c:207
#, c-format
msgid "%8llu "
msgstr "%8llu "
-#: quot.c:208
+#: quot.c:210
#, c-format
msgid "%s"
msgstr ""
-#: quot.c:210
+#: quot.c:212
#, c-format
msgid "%-8.8s"
msgstr "%-8.8s"
-#: quot.c:212
+#: quot.c:214
#, c-format
msgid "#%-7d"
msgstr "#%-7d"
-#: quot.c:214
+#: quot.c:216
#, c-format
msgid " %8llu %8llu %8llu"
msgstr " %8llu %8llu %8llu"
-#: quot.c:362
+#: quot.c:364
#, c-format
msgid "cannot open %s: %s\n"
msgstr "Impossible d'ouvrir %s : %s\n"
-#: quot.c:382
+#: quot.c:384
#, c-format
msgid "XFS_IOC_FSBULKSTAT ioctl failed: %s\n"
msgstr "chec de ioctl XFS_IOC_FSBULKSTAT : %s\n"
@@ -1005,20 +1030,20 @@ msgstr "Impossible d'excuter stat() sur le fichier de quotas %s : %s\n"
msgid "%s quota sync failed for %s: %s\n"
msgstr "quotactl sur %s : %s\n"
-#: quota.h:22
+#: quota.h:23
msgid "user"
msgstr ""
-#: quota.h:23
+#: quota.h:24
#, fuzzy
msgid "group"
msgstr "Groupe"
-#: quota.h:24
+#: quota.h:25
msgid "project"
msgstr ""
-#: quota.h:25
+#: quota.h:26
msgid "undefined"
msgstr ""
@@ -1093,129 +1118,134 @@ msgstr "Impossible d'ouvrir le fichier de quotas %s : %s\n"
msgid "Cannot connect to system DBUS: %s\n"
msgstr "Impossible de crer la socket : %s\n"
-#: quota_nld.c:289
+#: quota_nld.c:292
#, c-format
msgid "Failed to find tty of user %llu to report warning to.\n"
msgstr ""
-#: quota_nld.c:294
+#: quota_nld.c:297
#, c-format
msgid "Failed to open tty %s of user %llu to report warning.\n"
msgstr ""
-#: quota_nld.c:300
+#: quota_nld.c:303
msgid "Warning"
msgstr ""
-#: quota_nld.c:303
+#: quota_nld.c:306
msgid "Error"
msgstr ""
-#: quota_nld.c:305
+#: quota_nld.c:308
msgid "Info"
msgstr ""
-#: quota_nld.c:308
+#: quota_nld.c:311
#, fuzzy
msgid "file limit reached"
msgstr "Limite de fichiers atteinte"
-#: quota_nld.c:311
+#: quota_nld.c:314
msgid "file quota exceeded too long"
msgstr ""
-#: quota_nld.c:314
+#: quota_nld.c:317
msgid "file quota exceeded"
msgstr ""
-#: quota_nld.c:317
+#: quota_nld.c:320
#, fuzzy
msgid "block limit reached"
msgstr "Limite de blocs atteinte"
-#: quota_nld.c:320
+#: quota_nld.c:323
msgid "block quota exceeded too long"
msgstr ""
-#: quota_nld.c:323
+#: quota_nld.c:326
#, fuzzy
msgid "block quota exceeded"
msgstr "Quota dpassement blocs activ"
-#: quota_nld.c:326
+#: quota_nld.c:329
msgid "got below file limit"
msgstr ""
-#: quota_nld.c:329
+#: quota_nld.c:332
#, fuzzy
msgid "got below file quota"
msgstr "Quota dpassement fichiers activ"
-#: quota_nld.c:332
+#: quota_nld.c:335
#, fuzzy
msgid "got below block limit"
msgstr "limite souple bloc"
-#: quota_nld.c:335
+#: quota_nld.c:338
#, fuzzy
msgid "got below block quota"
msgstr "Quota dpassement blocs activ"
-#: quota_nld.c:338
+#: quota_nld.c:341
msgid "unknown quota warning"
msgstr ""
-#: quota_nld.c:342
+#: quota_nld.c:345
#, fuzzy, c-format
msgid "Failed to write quota message for user %llu to %s: %s\n"
msgstr "Impossible d'crire les quotas pour %u sur %s : %s\n"
-#: quota_nld.c:355
+#: quota_nld.c:358
msgid "Cannot create DBUS message: No enough memory.\n"
msgstr ""
-#: quota_nld.c:373
+#: quota_nld.c:376
msgid "Failed to write message to dbus: No enough memory.\n"
msgstr ""
-#: quota_nld.c:389
+#: quota_nld.c:392
#, c-format
msgid "Failed to read or parse quota netlink message: %s\n"
msgstr ""
-#: quota_nld.c:400
+#: quota_nld.c:403
msgid "Undefined program name.\n"
msgstr ""
-#: quota_nld.c:405
+#: quota_nld.c:408
#, fuzzy
msgid "Not enough memory to build PID file name.\n"
msgstr "Pas assez de mmoire.\n"
-#: quota_nld.c:424
+#: quota_nld.c:427
#, fuzzy, c-format
msgid "Could not open PID file '%s': %s\n"
msgstr "Impossible d'ouvrir le fichier %s : %s\n"
-#: quota_nld.c:430
+#: quota_nld.c:433
#, c-format
msgid "Could not write daemon's PID into '%s'.\n"
msgstr ""
-#: quota_nld.c:437
+#: quota_nld.c:440
#, c-format
msgid "Could not close PID file '%s'.\n"
msgstr ""
-#: quota_nld.c:467
+#: quota_nld.c:470
msgid "Could not register PID file removal on SIGTERM.\n"
msgstr ""
-#: quota_nld.c:469
+#: quota_nld.c:472
#, c-format
msgid "Could not store my PID %jd.\n"
msgstr ""
+#: quota_nld.c:489 rquota_svc.c:537
+#, fuzzy, c-format
+msgid "Failed to daemonize: %s\n"
+msgstr "chec de la suppression des quotas : %s\n"
+
#: repquota.c:51
#, c-format
msgid ""
@@ -1224,75 +1254,82 @@ msgid ""
"%s [-vugsi] [-c|C] [-t|n] [-F quotaformat] [-O (default | xml | csv)] (-a | "
"mntpoint)\n"
"\n"
-"-v, --verbose display also users/groups without any usage\n"
-"-u, --user display information about users\n"
-"-g, --group display information about groups\n"
-"-P, --project display information about projects\n"
-"-s, --human-readable show numbers in human friendly units (MB, "
-"GB, ...)\n"
-"-t, --truncate-names truncate names to 9 characters\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-n, --no-names do not translate uid/gid to name\n"
-"-i, --no-autofs avoid autofs mountpoints\n"
-"-c, --cache translate big number of ids at once\n"
-"-C, --no-cache translate ids one by one\n"
-"-F, --format=formatname report information for specific format\n"
-"-O, --output=format format output as xml or csv\n"
-"-a, --all report information for all mount points with "
-"quotas\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-v, --verbose display also users/groups without any usage\n"
+"-u, --user display information about users\n"
+"-g, --group display information about groups\n"
+"-P, --project display information about projects\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+"-t, --truncate-names truncate names to 9 characters\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-n, --no-names do not translate uid/gid to name\n"
+"-i, --no-autofs avoid autofs mountpoints\n"
+"-c, --cache translate big number of ids at once\n"
+"-C, --no-cache translate ids one by one\n"
+"-F, --format=formatname report information for specific format\n"
+"-O, --output=format format output as xml or csv\n"
+"-a, --all report information for all mount points with\n"
+" quotas\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
-#: repquota.c:158
+#: repquota.c:167
#, fuzzy
msgid "Repquota cannot report through RPC calls.\n"
msgstr "Repquota ne peut pas gnrer de rapport en utilisant des appels RPC.\n"
-#: repquota.c:162
+#: repquota.c:171
msgid "Specified both -n and -t but only one of them can be used.\n"
msgstr ""
"Spcification de -n et -t alors qu'un seul des deux peut tre utilis la "
"fois.\n"
-#: repquota.c:366
+#: repquota.c:375
msgid "User"
msgstr "Utilisateur"
-#: repquota.c:368
+#: repquota.c:377
msgid "Group"
msgstr "Groupe"
-#: repquota.c:370
+#: repquota.c:379
msgid "Project"
msgstr ""
-#: repquota.c:373
+#: repquota.c:382
#, c-format
msgid "*** Report for %s quotas on device %s\n"
msgstr "*** Rapport pour les quotas %s sur le priphrique %s\n"
-#: repquota.c:382
+#: repquota.c:391
msgid "Space"
msgstr ""
-#: repquota.c:384
+#: repquota.c:393
#, fuzzy
msgid "Block"
msgstr "blocs"
-#: repquota.c:385
+#: repquota.c:394
#, c-format
msgid "Block grace time: %s; Inode grace time: %s\n"
msgstr "Priode de sursis bloc : %s ; priode de sursis inode : %s\n"
-#: repquota.c:386
+#: repquota.c:395
#, fuzzy, c-format
msgid " %s limits File limits\n"
msgstr " Limites bloc Limites fichier\n"
-#: repquota.c:387
+#: repquota.c:396
#, c-format
msgid "%-9s used soft hard grace used soft hard grace\n"
msgstr "%-9s utilis souple stricte sursis utilis souple stricte sursis\n"
@@ -1478,45 +1515,49 @@ msgstr ""
msgid "WARNING - Quota file %s has corrupted headers\n"
msgstr "ATTENTION - Les en-ttes du fichier de quotas %s sont corrompus\n"
-#: quotacheck_v2.c:362
+#: quotacheck_v2.c:361
+msgid "Continue checking assuming format from command line?"
+msgstr ""
+
+#: quotacheck_v2.c:365
#, c-format
msgid ""
"Quota file format version %d does not match the one specified on command "
"line (%d). Quota file header may be corrupted.\n"
msgstr ""
-#: quotacheck_v2.c:366
+#: quotacheck_v2.c:370
msgid "Continue checking assuming version from command line?"
msgstr ""
-#: quotacheck_v2.c:372
+#: quotacheck_v2.c:376
msgid "Headers checked.\n"
msgstr "En-ttes vrifis.\n"
-#: quotacheck_v2.c:388
+#: quotacheck_v2.c:392
#, c-format
msgid "Do not know how to buffer format %d\n"
msgstr ""
-#: quotacheck_v2.c:398
+#: quotacheck_v2.c:402
#, c-format
msgid "Headers of file %s checked. Going to load data...\n"
msgstr "En-ttes du fichier %s vrifis. Chargement des donnes imminent...\n"
-#: quotacheck_v2.c:406
+#: quotacheck_v2.c:410
#, fuzzy
msgid "Cannot gather quota data. Tree root node corrupted.\n"
msgstr ""
"Impossible de rcuprer les donnes des quotas. Noeud racine de l'arbre "
"corrompu.\n"
-#: quotacheck_v2.c:414
+#: quotacheck_v2.c:418
msgid "WARNING - Some data might be changed due to corruption.\n"
msgstr ""
"ATTENTION - Certaines donnes risquent d'tre modifies suite la "
"corruption.\n"
-#: quotacheck_v2.c:417
+#: quotacheck_v2.c:421
msgid "Not found any corrupted blocks. Congratulations.\n"
msgstr "Aucun bloc corrompu n'a t trouv. Flicitations.\n"
@@ -1535,63 +1576,63 @@ msgid "RPC quota format specified for non-NFS filesystem.\n"
msgstr ""
"Sur un systme de fichiers NFS, seul le format de quotas RPC est autoris.\n"
-#: quotaio.c:84
+#: quotaio.c:85
msgid "Only XFS quota format is allowed on XFS filesystem.\n"
msgstr ""
"Sur un systme de fichiers XFS, seul le format de quotas XFS est autoris.\n"
-#: quotaio.c:95
+#: quotaio.c:96
msgid "XFS quota allowed only on XFS filesystem.\n"
msgstr "Quotas XFS autoriss uniquement sur un systme de fichiers XFS.\n"
-#: quotaio.c:109
+#: quotaio.c:110
#, fuzzy
msgid "Quota not supported by the filesystem.\n"
msgstr "Ce format de quotas n'est pas support par le noyau.\n"
-#: quotaio.c:129
+#: quotaio.c:130
#, fuzzy
msgid "Cannot find any quota file to work on.\n"
msgstr "Impossible de trouver le fichier de quotas vrifi pour %ss sur %s !\n"
-#: quotaio.c:134
+#: quotaio.c:135
msgid "Quota file not found or has wrong format.\n"
msgstr "Le fichier de quotas est introuvable ou n'a pas le bon format.\n"
-#: quotaio.c:144
+#: quotaio.c:145
#, fuzzy, c-format
msgid "Cannot sync quotas on device %s: %s\n"
msgstr "Impossible de synchroniser les quotas sur le priphrique %s : %s\n"
-#: quotaio.c:175
+#: quotaio.c:176
#, fuzzy, c-format
msgid "Cannot initialize quota on %s: %s\n"
msgstr "Impossible d'initialiser les quotas sur %s : %s\n"
-#: quotaio.c:202
+#: quotaio.c:203
#, c-format
msgid "Creation of %s quota format is not supported.\n"
msgstr "La cration de quotas au format %s n'est pas supporte.\n"
-#: quotaio.c:212
+#: quotaio.c:213
#, c-format
msgid ""
"Quota on %s is stored in system files and must be manipulated by fs tools.\n"
msgstr ""
-#: quotaio.c:222
+#: quotaio.c:223
#, fuzzy, c-format
msgid "Cannot create new quotafile %s: %s\n"
msgstr "Impossible de crer le nouveau fichier de quotas %s : %s\n"
-#: quotaio.c:296
+#: quotaio.c:297
#, fuzzy, c-format
msgid ""
"Trying to set quota limits out of range supported by quota format on %s.\n"
msgstr ""
"Tentative d'criture des quotas dans un fichier en lecture seule sur %s\n"
-#: quotaio.c:302
+#: quotaio.c:303
#, fuzzy, c-format
msgid ""
"Trying to set quota usage out of range supported by quota format on %s.\n"
@@ -1632,7 +1673,7 @@ msgid ""
"interface!\n"
msgstr ""
-#: quotaio_rpc.c:76 quotaio_v1.c:308 quotaio_v2.c:464
+#: quotaio_rpc.c:77 quotaio_v1.c:278 quotaio_v2.c:464
#, c-format
msgid "Trying to write quota to readonly quotafile on %s\n"
msgstr ""
@@ -1696,7 +1737,7 @@ msgid ""
"Please run quotacheck(8) and try again.\n"
msgstr ""
-#: quotaio_v1.c:214
+#: quotaio_v1.c:184
#, c-format
msgid "Trying to write info to readonly quotafile on %s.\n"
msgstr ""
@@ -1733,40 +1774,40 @@ msgstr ""
"Entres : %u\n"
"Moyenne d'utilisation : %f\n"
-#: quotaio_xfs.c:260
+#: quotaio_xfs.c:265
#, c-format
msgid "*** Status for %s quotas on device %s\n"
msgstr "*** Statut des quotas %s sur le priphrique %s\n"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "ON"
msgstr "ACTIV"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "OFF"
msgstr "DESACTIV"
-#: quotaio_xfs.c:264 quotaio_xfs.c:268 quotaio_xfs.c:272
+#: quotaio_xfs.c:269 quotaio_xfs.c:273 quotaio_xfs.c:277
#, c-format
msgid "Accounting: %s; Enforcement: %s\n"
msgstr "Compte : %s ; En vigueur : %s\n"
-#: quotaio_xfs.c:284 quotaio_xfs.c:288 quotaio_xfs.c:292
+#: quotaio_xfs.c:289 quotaio_xfs.c:293 quotaio_xfs.c:297
#, c-format
msgid "Accounting [ondisk]: %s; Enforcement [ondisk]: %s\n"
msgstr "Compte [sur disque] : %s ; En vigueur [sur disque] : %s\n"
-#: quotaio_xfs.c:301 quotaio_xfs.c:310 quotaio_xfs.c:323
+#: quotaio_xfs.c:306 quotaio_xfs.c:315 quotaio_xfs.c:328
#, c-format
msgid "Inode: none\n"
msgstr "Inode : aucun\n"
-#: quotaio_xfs.c:303 quotaio_xfs.c:312 quotaio_xfs.c:325
+#: quotaio_xfs.c:308 quotaio_xfs.c:317 quotaio_xfs.c:330
#, fuzzy, c-format
msgid "Inode: #%llu (%llu blocks, %u extents)\n"
msgstr "Inode : #%Lu (%Lu blocs, %u tendus)\n"
-#: quotaon.c:67
+#: quotaon.c:37
#, c-format
msgid ""
"Usage:\n"
@@ -1786,131 +1827,131 @@ msgid ""
"-V, --version display version information and exit\n"
msgstr ""
-#: quotaon.c:81
+#: quotaon.c:51
msgid "turn quotas off for all filesystems"
msgstr ""
-#: quotaon.c:82
+#: quotaon.c:52
#, fuzzy
msgid "turn quotas on for all filesystems"
msgstr "Quotas XFS autoriss uniquement sur un systme de fichiers XFS.\n"
-#: quotaon.c:147
+#: quotaon.c:117
#, fuzzy
msgid "Cannot turn on/off quotas via RPC.\n"
msgstr "Impossible d'activer/dsactiver les quotas via RPC.\n"
-#: quotaon.c:194
+#: quotaon.c:164
#, c-format
msgid "set root_squash on %s: %s\n"
msgstr "Positionnez root_squash sur %s : %s\n"
-#: quotaon.c:198
+#: quotaon.c:168
#, c-format
msgid "%s: %s root_squash turned off\n"
msgstr "%s : %s root_squash dsactiv\n"
-#: quotaon.c:200
+#: quotaon.c:170
#, c-format
msgid "%s: %s root_squash turned on\n"
msgstr "%s : %s root_squash activ\n"
-#: quotaon.c:218
+#: quotaon.c:188
#, c-format
msgid "quotactl on %s [%s]: %s\n"
msgstr "quotactl sur %s [%s] : %s\n"
-#: quotaon.c:221
+#: quotaon.c:191
#, c-format
msgid "%s [%s]: %s quotas turned off\n"
msgstr "%s [%s] : quotas %s dsactivs\n"
-#: quotaon.c:234
+#: quotaon.c:204
#, fuzzy, c-format
msgid "cannot find %s on %s [%s]\n"
msgstr "impossible de trouver %s sur %s [%s]\n"
-#: quotaon.c:236
+#: quotaon.c:206
#, c-format
msgid "using %s on %s [%s]: %s\n"
msgstr "utilisation de %s sur %s [%s] : %s\n"
-#: quotaon.c:238
+#: quotaon.c:208
msgid "Maybe create new quota files with quotacheck(8)?\n"
msgstr ""
"Essayez peut-tre de crer un nouveau fichier de quotas avec "
"quotacheck(8) ?\n"
-#: quotaon.c:240
+#: quotaon.c:210
msgid "Quota format not supported in kernel.\n"
msgstr "Ce format de quotas n'est pas support par le noyau.\n"
-#: quotaon.c:243
+#: quotaon.c:213
#, c-format
msgid "%s [%s]: %s quotas turned on\n"
msgstr "%s [%s] : quotas %s activs\n"
-#: quotaon.c:283
+#: quotaon.c:253
#, fuzzy
msgid "Cannot change state of GFS2 quota.\n"
msgstr "Impossible d'obtenir le nom du nouveau fichier de quotas.\n"
-#: quotaon.c:287
+#: quotaon.c:258
#, fuzzy
msgid "Cannot change state of XFS quota. It's not compiled in kernel.\n"
msgstr ""
"Impossible de changer l'tat des quotas XFS. Non compil dans le noyau.\n"
-#: quotaon.c:312
+#: quotaon.c:283
#, c-format
msgid "Cannot find quota file on %s [%s] to turn quotas on/off.\n"
msgstr ""
"Impossible de trouver le fichier de quotas sur %s [%s] pour activer/"
"dsactiver les quotas.\n"
-#: quotaon.c:317
+#: quotaon.c:288
#, fuzzy, c-format
msgid "Quota file on %s [%s] does not exist or has wrong format.\n"
msgstr "Le fichier de quotas est introuvable ou n'a pas le bon format.\n"
-#: quotaon.c:346 quotaon.c:362
+#: quotaon.c:318 quotaon.c:334
msgid "off"
msgstr ""
-#: quotaon.c:348
+#: quotaon.c:320
msgid "on (accounting)"
msgstr ""
-#: quotaon.c:350
+#: quotaon.c:322
msgid "on (enforced)"
msgstr ""
-#: quotaon.c:362
+#: quotaon.c:334
#, fuzzy
msgid "on"
msgstr "aucun"
-#: quotaon.c:364
+#: quotaon.c:336
#, fuzzy, c-format
msgid "%s quota on %s (%s) is %s\n"
msgstr "quotactl sur %s [%s] : %s\n"
-#: quotaon.c:381
+#: quotaon.c:353
#, c-format
msgid "Name must be quotaon or quotaoff not %s\n"
msgstr "Le nom doit tre quotaon ou quotaoff et non %s\n"
-#: quotaon.c:387
+#: quotaon.c:359
#, c-format
msgid "Required format %s not supported by kernel.\n"
msgstr "Le format requis %s n'est pas support par le noyau.\n"
-#: quotaon.c:389
+#: quotaon.c:361
#, fuzzy
msgid "Warning: No quota format detected in the kernel.\n"
msgstr "Ce format de quotas n'est pas support par le noyau.\n"
-#: quotaon.c:396
+#: quotaon.c:368
#, fuzzy, c-format
msgid "%s: Quota cannot be turned on on NFS filesystem\n"
msgstr "Quotas XFS autoriss uniquement sur un systme de fichiers XFS.\n"
@@ -2024,81 +2065,81 @@ msgstr "%s : blocs des quotas %s effacs\n"
msgid "Invalid argument \"%s\"\n"
msgstr "Argument incorrect %s \n"
-#: quotaops.c:112
+#: quotaops.c:82
#, c-format
msgid "%s (uid %d): Permission denied\n"
msgstr "%s (uid %d) : permission refuse\n"
-#: quotaops.c:124
+#: quotaops.c:94
#, c-format
msgid "%s (gid %d): gid set allocation (%d): %s\n"
msgstr ""
-#: quotaops.c:135
+#: quotaops.c:105
#, fuzzy, c-format
msgid "%s (gid %d): error while trying getgroups(): %s\n"
msgstr "Erreur lors de l'excution de getgroups() : %s\n"
-#: quotaops.c:146
+#: quotaops.c:116
#, c-format
msgid "%s (gid %d): Permission denied\n"
msgstr "%s (gid %d) : permission refuse\n"
-#: quotaops.c:162
+#: quotaops.c:132
#, fuzzy, c-format
msgid "error while getting quota from %s for %s (id %u): %s\n"
msgstr "Erreur lors de la recherche des quotas de %s pour %u : %s\n"
-#: quotaops.c:187
+#: quotaops.c:157
#, fuzzy, c-format
msgid "Cannot write quota for %u on %s: %s\n"
msgstr "Impossible d'crire les quotas pour %u sur %s : %s\n"
-#: quotaops.c:222 quotaops.c:224
+#: quotaops.c:192 quotaops.c:194
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "Impossible d'excuter stat() sur le fichier de quotas %s : %s\n"
-#: quotaops.c:238
+#: quotaops.c:208
msgid "Too many parameters to editor.\n"
msgstr ""
-#: quotaops.c:246
+#: quotaops.c:216
#, fuzzy, c-format
msgid "Cannot exec %s\n"
msgstr "Impossible d'excuter %s\n"
-#: quotaops.c:263
+#: quotaops.c:233
#, fuzzy, c-format
msgid "Cannot truncate a file: %s\n"
msgstr "Impossible d'excuter stat() sur le fichier de quotas %s : %s\n"
-#: quotaops.c:265
+#: quotaops.c:235
#, fuzzy, c-format
msgid "Cannot reset a file offset: %s\n"
msgstr "Impossible de lire le fichier de statistiques %s : %s\n"
-#: quotaops.c:267
+#: quotaops.c:237
#, fuzzy, c-format
msgid "Cannot duplicate a file descriptor: %s\n"
msgstr "Impossible de dupliquer le descripteur : %s\n"
-#: quotaops.c:269
+#: quotaops.c:239
#, fuzzy, c-format
msgid "Cannot open a stream to write to: %s\n"
msgstr "Impossible de r-ouvrir le fichier temporaire : %s\n"
-#: quotaops.c:270
+#: quotaops.c:240
#, fuzzy, c-format
msgid "Cannot open a stream to read from: %s\n"
msgstr "Impossible de r-ouvrir le fichier temporaire : %s\n"
-#: quotaops.c:286
+#: quotaops.c:256
#, c-format
msgid "Disk quotas for %s %s (%cid %d):\n"
msgstr "Quotas disque pour %s %s (%cid %d) :\n"
-#: quotaops.c:290
+#: quotaops.c:260
#, c-format
msgid ""
" Filesystem blocks soft hard inodes "
@@ -2107,23 +2148,23 @@ msgstr ""
" Systme de fichiers blocs souple stricte inodes "
"souple stricte\n"
-#: quotaops.c:323
+#: quotaops.c:293
#, c-format
msgid "WARNING - %s: cannot change current block allocation\n"
msgstr ""
"ATTENTION - %s : impossible de modifier l'allocation actuelle des blocs\n"
-#: quotaops.c:326
+#: quotaops.c:296
#, c-format
msgid "WARNING - %s: cannot change current inode allocation\n"
msgstr ""
"ATTENTION - %s : impossible de modifier l'allocation actuelle des inodes\n"
-#: quotaops.c:352
+#: quotaops.c:322
msgid "Bad format: two title lines assumed\n"
msgstr ""
-#: quotaops.c:363
+#: quotaops.c:333
#, c-format
msgid ""
"Bad format:\n"
@@ -2132,49 +2173,49 @@ msgstr ""
"Format incorrect :\n"
"%s\n"
-#: quotaops.c:369
+#: quotaops.c:339
#, fuzzy, c-format
msgid "Bad block usage: %s: %s\n"
msgstr "Mauvais %s : %s\n"
-#: quotaops.c:376
+#: quotaops.c:346
#, fuzzy, c-format
msgid "Bad block soft limit: %s: %s\n"
msgstr "limite souple bloc"
-#: quotaops.c:383
+#: quotaops.c:353
#, fuzzy, c-format
msgid "Bad block hard limit: %s: %s\n"
msgstr "limite stricte bloc"
-#: quotaops.c:390
+#: quotaops.c:360
#, fuzzy, c-format
msgid "Bad inode usage: %s: %s\n"
msgstr "Mauvais %s : %s\n"
-#: quotaops.c:397
+#: quotaops.c:367
#, fuzzy, c-format
msgid "Bad inode soft limit: %s: %s\n"
msgstr "limite souple inode"
-#: quotaops.c:404
+#: quotaops.c:374
#, fuzzy, c-format
msgid "Bad inode hard limit: %s: %s\n"
msgstr "limite stricte inode"
-#: quotaops.c:457
+#: quotaops.c:427
#, c-format
msgid "Times to enforce softlimit for %s %s (%cid %d):\n"
msgstr "Temps avant l'application de la limite souple pour %s %s (%cid %d) :\n"
-#: quotaops.c:459 quotaops.c:562
+#: quotaops.c:429 quotaops.c:532
#, c-format
msgid "Time units may be: days, hours, minutes, or seconds\n"
msgstr ""
"Units de temps peuvent tre : days (jours), hours (heures), minutes, ou "
"seconds\n"
-#: quotaops.c:461
+#: quotaops.c:431
#, c-format
msgid ""
" Filesystem block grace inode grace\n"
@@ -2182,25 +2223,25 @@ msgstr ""
" Systme de fichiers sursis bloc sursis "
"inode\n"
-#: quotaops.c:466 quotaops.c:472 quotaops.c:517 quotaops.c:530 setquota.c:288
+#: quotaops.c:436 quotaops.c:442 quotaops.c:487 quotaops.c:500 setquota.c:288
#: setquota.c:294
msgid "unset"
msgstr "vide"
-#: quotaops.c:468 quotaops.c:474
+#: quotaops.c:438 quotaops.c:444
msgid "0seconds"
msgstr "0seconds"
-#: quotaops.c:470 quotaops.c:476 quotasys.c:503
+#: quotaops.c:440 quotaops.c:446 quotasys.c:503
#, c-format
msgid "%useconds"
msgstr "%useconds"
-#: quotaops.c:503 quotaops.c:602
+#: quotaops.c:473 quotaops.c:572
msgid "Bad format: three title lines assumed\n"
msgstr ""
-#: quotaops.c:513 quotaops.c:610
+#: quotaops.c:483 quotaops.c:580
#, c-format
msgid ""
"bad format:\n"
@@ -2209,19 +2250,19 @@ msgstr ""
"format incorrect :\n"
"%s\n"
-#: quotaops.c:524 quotaops.c:616
+#: quotaops.c:494 quotaops.c:586
#, fuzzy
msgid "Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"
msgstr ""
"Mauvaise unit de temps. Les units sont second , minute , hour et "
" day .\n"
-#: quotaops.c:560
+#: quotaops.c:530
#, c-format
msgid "Grace period before enforcing soft limits for %ss:\n"
msgstr "Sursis avant l'application des limites souples pour %ss :\n"
-#: quotaops.c:563
+#: quotaops.c:533
#, c-format
msgid " Filesystem Block grace period Inode grace period\n"
msgstr ""
@@ -2342,7 +2383,7 @@ msgid ""
"\n"
msgstr ""
-#: setquota.c:84 edquota.c:104 quota.c:114
+#: setquota.c:84 edquota.c:104 quota.c:90
#, c-format
msgid "Bugs to: %s\n"
msgstr "Rapports de bugs : %s\n"
@@ -2540,7 +2581,7 @@ msgid ""
" xml - simple XML\n"
msgstr ""
-#: quotasys.c:459 quota.c:297
+#: quotasys.c:459 quota.c:278
msgid "none"
msgstr "aucun"
@@ -2609,119 +2650,119 @@ msgstr "%ddays"
msgid "days"
msgstr "%ddays"
-#: quotasys.c:573
+#: quotasys.c:582
msgid "Integer overflow while parsing space number."
msgstr ""
-#: quotasys.c:575
+#: quotasys.c:584
msgid "K"
msgstr ""
-#: quotasys.c:577
+#: quotasys.c:586
msgid "M"
msgstr ""
-#: quotasys.c:579
+#: quotasys.c:588
msgid "G"
msgstr ""
-#: quotasys.c:581
+#: quotasys.c:590
msgid "T"
msgstr ""
-#: quotasys.c:584
+#: quotasys.c:593
msgid "Unknown space binary unit. Valid units are K, M, G, T."
msgstr ""
-#: quotasys.c:588
+#: quotasys.c:597
msgid "Integer overflow while interpreting space unit."
msgstr ""
-#: quotasys.c:628
+#: quotasys.c:650
msgid "Integer overflow while parsing number."
msgstr ""
-#: quotasys.c:632
+#: quotasys.c:654
msgid "k"
msgstr ""
-#: quotasys.c:634
+#: quotasys.c:656
msgid "m"
msgstr ""
-#: quotasys.c:636
+#: quotasys.c:658
msgid "g"
msgstr ""
-#: quotasys.c:638
+#: quotasys.c:660
msgid "t"
msgstr ""
-#: quotasys.c:641
+#: quotasys.c:663
msgid "Unknown decimal unit. Valid units are k, m, g, t."
msgstr ""
-#: quotasys.c:645
+#: quotasys.c:667
msgid "Integer overflow while interpreting decimal unit."
msgstr ""
-#: quotasys.c:803
+#: quotasys.c:826
#, fuzzy, c-format
msgid "Cannot stat quota file %s: %s\n"
msgstr "Impossible d'excuter stat() sur le fichier de quotas %s : %s\n"
-#: quotasys.c:949
+#: quotasys.c:974
msgid "Not all specified mountpoints are using quota.\n"
msgstr "Les points de montage spcifis n'utilisent pas tous les quotas.\n"
-#: quotasys.c:963
+#: quotasys.c:988
#, c-format
msgid "Error while releasing file on %s\n"
msgstr "Erreur lors de la libration fichier sur %s\n"
-#: quotasys.c:1022
+#: quotasys.c:1047
#, fuzzy, c-format
msgid "Cannot create set for sigaction(): %s\n"
msgstr "Impossible de crer le set pour sigaction() : %s\n"
-#: quotasys.c:1025
+#: quotasys.c:1050
#, fuzzy, c-format
msgid "Cannot set signal handler: %s\n"
msgstr "Impossible de mettre en place le gestionnaire de signal : %s\n"
-#: quotasys.c:1080
+#: quotasys.c:1106
#, fuzzy, c-format
msgid "Cannot reset signal handler: %s\n"
msgstr "Impossible de rinitialiser le gestionnaire de signal : %s\n"
-#: quotasys.c:1235
+#: quotasys.c:1261
#, fuzzy
msgid "Cannot open any file with mount points.\n"
msgstr ""
"Impossible d'ouvrir le fichier contenant les administrateurs de groupes : "
"%s\n"
-#: quotasys.c:1253
+#: quotasys.c:1279
#, fuzzy, c-format
msgid "Cannot get device name for %s\n"
msgstr "Impossible d'obtenir le nom de priphrique pour %s\n"
-#: quotasys.c:1313
+#: quotasys.c:1339
#, fuzzy, c-format
msgid "Cannot resolve mountpoint path %s: %s\n"
msgstr "Impossible de rsoudre le chemin du point de montage %s : %s\n"
-#: quotasys.c:1319
+#: quotasys.c:1345
#, fuzzy, c-format
msgid "Cannot statfs() %s: %s\n"
msgstr "Impossible d'excuter statfs() sur %s : %s\n"
-#: quotasys.c:1331
+#: quotasys.c:1357
#, fuzzy, c-format
msgid "Cannot stat() mounted device %s: %s\n"
msgstr "Impossible d'excuter stat() sur le priphrique mont %s : %s\n"
-#: quotasys.c:1336
+#: quotasys.c:1362
#, fuzzy, c-format
msgid ""
"Device (%s) filesystem is mounted on unsupported device type. Skipping.\n"
@@ -2730,12 +2771,12 @@ msgstr ""
"un priphrique bloc ou caractre ni un montage loopback ou nomm. "
"Rejet.\n"
-#: quotasys.c:1346
+#: quotasys.c:1372
#, fuzzy, c-format
msgid "Cannot stat() mountpoint %s: %s\n"
msgstr "Impossible d'excuter stat() sur le point de montage %s : %s\n"
-#: quotasys.c:1415
+#: quotasys.c:1441
#, fuzzy, c-format
msgid ""
"Cannot find a device with %s.\n"
@@ -2744,7 +2785,7 @@ msgstr ""
"Impossible de trouver dans les options le priphrique de montage de la "
"loopback pour %s. Rejet.\n"
-#: quotasys.c:1419
+#: quotasys.c:1445
#, fuzzy, c-format
msgid ""
"Cannot stat() a mountpoint with %s: %s\n"
@@ -2753,7 +2794,7 @@ msgstr ""
"Impossible d'excuter stat() sur le point de montage donn %s : %s\n"
"Rejet...\n"
-#: quotasys.c:1427
+#: quotasys.c:1453
#, fuzzy, c-format
msgid ""
"Cannot stat() given mountpoint %s: %s\n"
@@ -2762,33 +2803,33 @@ msgstr ""
"Impossible d'excuter stat() sur le point de montage donn %s : %s\n"
"Rejet...\n"
-#: quotasys.c:1437
+#: quotasys.c:1463
#, fuzzy, c-format
msgid "Cannot find a filesystem mountpoint for directory %s\n"
msgstr ""
"Impossible de trouver le point de montage du systme de fichiers pour le "
"rpertoire %s\n"
-#: quotasys.c:1443
+#: quotasys.c:1469
#, fuzzy, c-format
msgid "Cannot resolve path %s: %s\n"
msgstr "Impossible de rsoudre le chemin %s : %s\n"
-#: quotasys.c:1454
+#: quotasys.c:1480
#, fuzzy, c-format
msgid "Cannot find mountpoint for device %s\n"
msgstr "Impossible de trouver le point de montage pour le priphrique %s\n"
-#: quotasys.c:1460
+#: quotasys.c:1486
#, c-format
msgid "Specified path %s is not directory nor device.\n"
msgstr "Le chemin spcifi %s n'est ni un rpertoire ni un priphrique.\n"
-#: quotasys.c:1468
+#: quotasys.c:1494
msgid "No correct mountpoint specified.\n"
msgstr "Aucun point de montage correct spcifi.\n"
-#: quotasys.c:1523
+#: quotasys.c:1549
#, fuzzy, c-format
msgid "Mountpoint (or device) %s not found or has no quota enabled.\n"
msgstr "Point de montage (ou priphrique) %s introuvable.\n"
@@ -2903,7 +2944,7 @@ msgstr "Impossible d'enregistrer (RQUOTAPROG, RQUOTAVERS, udp).\n"
msgid "Unable to register (RQUOTAPROG, EXT_RQUOTAVERS, %s).\n"
msgstr "Impossible d'enregistrer (RQUOTAPROG, EXT_RQUOTAVERS, udp).\n"
-#: rquota_svc.c:539
+#: rquota_svc.c:542
msgid "svc_run returned\n"
msgstr "Retour de svc_run\n"
@@ -2960,66 +3001,76 @@ msgstr "Impossible d'excuter bind() avec l'adresse donne : %s\n"
msgid "Error creating socket: %s\n"
msgstr "Impossible de crer la socket : %s\n"
-#: svc_socket.c:122
+#: svc_socket.c:124
+#, fuzzy, c-format
+msgid "Cannot set IPv6 socket options: %s\n"
+msgstr "Impossible de fixer les options de la socket : %s\n"
+
+#: svc_socket.c:131
#, c-format
msgid "Cannot set socket options: %s\n"
msgstr "Impossible de fixer les options de la socket : %s\n"
-#: svc_socket.c:128
+#: svc_socket.c:137
#, fuzzy, c-format
msgid "Cannot bind to address: %s\n"
msgstr "Impossible d'excuter bind() avec l'adresse donne : %s\n"
+#: svc_socket.c:144
+#, fuzzy, c-format
+msgid "Cannot listen to address: %s\n"
+msgstr "Impossible d'excuter bind() avec l'adresse donne : %s\n"
+
#: xqmstats.c:32 xqmstats.c:37
msgid "The running kernel does not support XFS\n"
msgstr "Le noyau en cours d'excution de supporte pas XFS\n"
-#: xqmstats.c:49
+#: xqmstats.c:50
#, c-format
msgid "XFS Quota Manager dquot statistics\n"
msgstr "Statistiques dquot du gestionnaire de quotas XFS\n"
-#: xqmstats.c:50
+#: xqmstats.c:51
#, c-format
msgid " reclaims: %u\n"
msgstr " demandes : %u\n"
-#: xqmstats.c:51
+#: xqmstats.c:52
#, c-format
msgid " missed reclaims: %u\n"
msgstr " demandes manques : %u\n"
-#: xqmstats.c:52
+#: xqmstats.c:53
#, c-format
msgid " dquot dups: %u\n"
msgstr " dquot en double : %u\n"
-#: xqmstats.c:53
+#: xqmstats.c:54
#, c-format
msgid " cache misses: %u\n"
msgstr " dfaut de cache : %u\n"
-#: xqmstats.c:54
+#: xqmstats.c:55
#, c-format
msgid " cache hits: %u\n"
msgstr " succs cache : %u\n"
-#: xqmstats.c:55
+#: xqmstats.c:56
#, c-format
msgid " dquot wants: %u\n"
msgstr " besoins dquot : %u\n"
-#: xqmstats.c:56
+#: xqmstats.c:57
#, c-format
msgid " shake reclaims: %u\n"
msgstr " demandes entames : %u\n"
-#: xqmstats.c:57
+#: xqmstats.c:58
#, c-format
msgid " inact reclaims: %u\n"
msgstr " demandes inactives : %u\n"
-#: xqmstats.c:62
+#: xqmstats.c:63
#, c-format
msgid "Maximum %u dquots (currently %u incore, %u on freelist)\n"
msgstr "Maximum %u dquots (actuellement %u inclus, %u sur liste libre)\n"
@@ -3158,144 +3209,157 @@ msgstr ""
msgid "Cannot read quotas from file.\n"
msgstr "Impossible de lire les quotas depuis le fichier.\n"
-#: quota.c:87
+#: quota.c:58
#, fuzzy
msgid "Usage: quota [-guPqvswim] [-l | [-Q | -A]] [-F quotaformat]\n"
msgstr "Utilisation : quota [-guqvs] [-l | -Q] [-F format_quota]\n"
-#: quota.c:88
+#: quota.c:59
#, fuzzy
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -u username ...\n"
msgstr "\tquota [-qvs] [-l | -Q] [-F format_quota] -u utilisateur ...\n"
-#: quota.c:89
+#: quota.c:60
#, fuzzy
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -g groupname ...\n"
msgstr "\tquota [-qvs] [-l | -Q] [-F format_quota] -g groupe ...\n"
-#: quota.c:90
+#: quota.c:61
#, fuzzy
msgid "\tquota [-qvswugPQm] [-F quotaformat] -f filesystem ...\n"
msgstr "\tedquota [-u|g] [-F nom_format] [-f systme_fichier] -t\n"
-#: quota.c:91
+#: quota.c:62
msgid ""
"\n"
-"-u, --user display quota for user\n"
-"-g, --group display quota for group\n"
-"-P, --project display quota for project\n"
-"-q, --quiet print more terse message\n"
-"-v, --verbose print more verbose message\n"
-"-s, --human-readable display numbers in human friendly units (MB, "
-"GB...)\n"
-" --always-resolve always try to translate name to id, even if it is\n"
-"\t\t\t composed of only digits\n"
-"-w, --no-wrap do not wrap long lines\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-l, --local-only do not query NFS filesystems\n"
-"-Q, --quiet-refuse do not print error message when NFS server does\n"
-" not respond\n"
-"-i, --no-autofs do not query autofs mountpoints\n"
-"-F, --format=formatname display quota of a specific format\n"
-"-f, --filesystem-list display quota information only for given "
-"filesystems\n"
-"-A, --all-nfs display quota for all NFS mountpoints\n"
-"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
-" --show-mntpoint show mount point of the file system in output\n"
-" --hide-device do not show file system device in output\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-u, --user display quota for user\n"
+"-g, --group display quota for group\n"
+"-P, --project display quota for project\n"
+"-q, --quiet print more terse message\n"
+"-v, --verbose print more verbose message\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+" --always-resolve always try to translate name to id, even if it "
+"is\n"
+"\t\t\t composed of only digits\n"
+"-w, --no-wrap do not wrap long lines\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-l, --local-only do not query NFS filesystems\n"
+"-Q, --quiet-refuse do not print error message when NFS server "
+"does\n"
+" not respond\n"
+"-i, --no-autofs do not query autofs mountpoints\n"
+"-F, --format=formatname display quota of a specific format\n"
+"-f, --filesystem-list display quota information only for given\n"
+" filesystems\n"
+"-A, --all-nfs display quota for all NFS mountpoints\n"
+"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
+" --show-mntpoint show mount point of the file system in output\n"
+" --hide-device do not show file system device in output\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
-#: quota.c:123
+#: quota.c:99
msgid "space"
msgstr ""
-#: quota.c:125
+#: quota.c:101
msgid "blocks"
msgstr "blocs"
-#: quota.c:127
+#: quota.c:103
#, fuzzy, c-format
msgid "Disk quotas for %s %s (%cid %u): %s\n"
msgstr "Quotas disque pour %s %s (%cid %d) : %s\n"
-#: quota.c:130
+#: quota.c:106
msgid "Filesystem"
msgstr "Systme fichiers"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "quota"
msgstr "quota"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "limit"
msgstr "limite"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "grace"
msgstr "sursis"
-#: quota.c:132
+#: quota.c:108
msgid "files"
msgstr "fichiers"
-#: quota.c:208
+#: quota.c:189
msgid "File limit reached on"
msgstr "Limite de fichiers atteinte"
-#: quota.c:214
+#: quota.c:195
msgid "In file grace period on"
msgstr "Priode de sursis fichiers active"
-#: quota.c:218
+#: quota.c:199
msgid "Over file quota on"
msgstr "Quota dpassement fichiers activ"
-#: quota.c:224
+#: quota.c:205
msgid "Block limit reached on"
msgstr "Limite de blocs atteinte"
-#: quota.c:230
+#: quota.c:211
msgid "In block grace period on"
msgstr "Priode de sursis blocs active"
-#: quota.c:234
+#: quota.c:215
msgid "Over block quota on"
msgstr "Quota dpassement blocs activ"
-#: quota.c:408
+#: quota.c:278
+msgid "no limited resources used"
+msgstr ""
+
+#: quota.c:393
#, c-format
msgid "Warning: Ignoring -%c when filesystem list specified.\n"
msgstr ""
-#: quota.c:415
+#: quota.c:400
#, fuzzy
msgid "No filesystem specified.\n"
msgstr "Aucun systme de fichier avec quotas dtect.\n"
-#: quota.c:423
+#: quota.c:408
#, c-format
msgid "Gid set allocation (%d): %s\n"
msgstr ""
-#: quota.c:429
+#: quota.c:414
#, fuzzy, c-format
msgid "getgroups(): %s\n"
msgstr "quota : getgroups() : %s\n"
-#: quota.c:434
+#: quota.c:419
#, fuzzy
msgid "Project reports not supported without project name\n"
msgstr "Ce format de quotas n'est pas support par le noyau.\n"
-#: common.c:124
+#: common.c:125
#, c-format
msgid "Quota utilities version %s.\n"
msgstr "Utilitaires quotas version %s.\n"
-#: common.c:125
+#: common.c:126
#, fuzzy, c-format
msgid "Compiled with:%s\n"
msgstr "Compil avec "
diff --git a/po/pl.po b/po/pl.po
index 374dc64..867f8c6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: quota 4.01\n"
"Report-Msgid-Bugs-To: jack@suse.cz\n"
-"POT-Creation-Date: 2017-09-05 16:53+0200\n"
+"POT-Creation-Date: 2019-03-29 11:53+0100\n"
"PO-Revision-Date: 2014-07-23 22:00+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -16,12 +16,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: bylabel.c:253
+#: bylabel.c:274
#, c-format
msgid "Found an invalid UUID: %s\n"
msgstr "Znaleziono nieprawidłowy UUID: %s\n"
-#: bylabel.c:273
+#: bylabel.c:294
#, c-format
msgid "Error checking device name: %s\n"
msgstr "Błąd podczas sprawdzania nazwy urządzenia: %s\n"
@@ -57,8 +57,8 @@ msgstr ""
"zakończenie\n"
"\n"
-#: convertquota.c:48 warnquota.c:1028 quotacheck.c:314 repquota.c:68
-#: common.c:126
+#: convertquota.c:48 warnquota.c:1046 quotacheck.c:314 repquota.c:73
+#: common.c:127
#, c-format
msgid "Bugs to %s\n"
msgstr "Błędy na adres %s\n"
@@ -67,8 +67,8 @@ msgstr "Błędy na adres %s\n"
msgid "You have to specify source and target format of conversion.\n"
msgstr "Trzeba podać źródłowy i docelowy format do konwersji.\n"
-#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:154
-#: quotaon.c:143 setquota.c:264
+#: convertquota.c:112 quotacheck.c:400 quotasync.c:88 repquota.c:163
+#: quotaon.c:113 setquota.c:264
msgid "Bad number of arguments.\n"
msgstr "Błędna liczba argumentów.\n"
@@ -105,7 +105,7 @@ msgstr "Nie można odczytać informacji o starym pliku limitów.\n"
msgid "Cannot get name of new quotafile.\n"
msgstr "Nie można uzyskać nazwy nowego pliku limitów.\n"
-#: convertquota.c:302 quotacheck.c:764
+#: convertquota.c:302 quotacheck.c:765
#, c-format
msgid "Cannot rename new quotafile %s to name %s: %s\n"
msgstr "Nie można zmienić nazwy nowego pliku limitów %s na %s: %s\n"
@@ -125,7 +125,7 @@ msgstr "Nie można utworzyć pliku limitów %s dla nowego formatu na %s: %s\n"
msgid "Cannot open old quota file on %s: %s\n"
msgstr "Nie można otworzyć starego pliku limitów na %s: %s\n"
-#: convertquota.c:380
+#: convertquota.c:381
msgid "Unknown action should be performed.\n"
msgstr "Miała być wykonana nieznana akcja.\n"
@@ -258,37 +258,44 @@ msgstr "Nie można otworzyć potoku: %s\n"
msgid "Could not setup ldap connection.\n"
msgstr "Nie można nawiązać połączenia LDAP, powrót.\n"
-#: warnquota.c:422
+#: warnquota.c:417
+#, c-format
+msgid ""
+"Could not format LDAP search filter for %s user and %s search attribute due "
+"to excessive length.\n"
+msgstr ""
+
+#: warnquota.c:428
#, c-format
msgid "Error with %s.\n"
msgstr "Błąd przy %s.\n"
-#: warnquota.c:423
+#: warnquota.c:429
#, c-format
msgid "ldap_search_ext_s() failed: %s\n"
msgstr ""
-#: warnquota.c:429
+#: warnquota.c:435
#, fuzzy, c-format
msgid "Multiple entries found for client %s (%d).\n"
msgstr "Znaleziono wiele wpisów dla klienta %s (%d). Nie wysłano wiadomości.\n"
-#: warnquota.c:433
+#: warnquota.c:439
#, fuzzy, c-format
msgid "Entry not found for client %s.\n"
msgstr "Nie znaleziono wpisu dla klienta %s. Nie wysłano wiadomości.\n"
-#: warnquota.c:443
+#: warnquota.c:449
#, c-format
msgid "Could not get values for %s.\n"
msgstr "Nie można uzyskać wartości dla %s.\n"
-#: warnquota.c:489
+#: warnquota.c:495
#, c-format
msgid "Administrator for a group %s not found. Cancelling mail.\n"
msgstr "Nie znaleziono administratora dla grupy %s. Anulowanie poczty.\n"
-#: warnquota.c:541
+#: warnquota.c:547
#, c-format
msgid ""
"\n"
@@ -297,23 +304,23 @@ msgstr ""
"\n"
" Limity bloków Limity plików\n"
-#: warnquota.c:542
+#: warnquota.c:548
#, c-format
msgid ""
"Filesystem used soft hard grace used soft hard grace\n"
msgstr ""
"System plików używ. mięk. twar. pobł. używ. mięk. twar. pobł.\n"
-#: warnquota.c:582
+#: warnquota.c:588
#, c-format
msgid "Cannot wait for mailer: %s\n"
msgstr "Nie można czekać na wysłanie poczty: %s\n"
-#: warnquota.c:584
+#: warnquota.c:590
msgid "Warning: Mailer exitted abnormally.\n"
msgstr "Uwaga: Program wysyłający pocztę nie zakończył się normalnie.\n"
-#: warnquota.c:641
+#: warnquota.c:647
#, c-format
msgid ""
"Cannot open %s: %s\n"
@@ -322,17 +329,17 @@ msgstr ""
"Nie można otworzyć %s: %s\n"
"Będą używane nazwy urządzeń.\n"
-#: warnquota.c:664
+#: warnquota.c:670
#, c-format
msgid "Cannot parse line %d in quotatab (missing ':')\n"
msgstr "Nie można przeanalizować linii %d w pliku quotatab (brakuje ':')\n"
-#: warnquota.c:678
+#: warnquota.c:684
#, c-format
msgid "Cannot stat device %s (maybe typo in quotatab)\n"
msgstr "Nie można wykonać stat na urządzeniu %s (może błąd w quotatab)\n"
-#: warnquota.c:698
+#: warnquota.c:704
#, c-format
msgid ""
"Incorrect format string for variable %s.\n"
@@ -341,36 +348,41 @@ msgstr ""
"Niepoprawny łańcuch formatujący dla zmiennej %s.\n"
"Nierozpoznane wyrażenie %%%c.\n"
-#: warnquota.c:749
+#: warnquota.c:755
#, c-format
msgid "Cannot open %s: %s\n"
msgstr "nie można otworzyć %s: %s\n"
-#: warnquota.c:769
+#: warnquota.c:775
#, c-format
msgid "Line %d too long. Truncating.\n"
msgstr "Linia %d zbyt długa. Ucięto.\n"
-#: warnquota.c:835
+#: warnquota.c:841
#, c-format
msgid "Cannot parse time at CC_BEFORE variable (line %d).\n"
msgstr "Nie można przetworzyć czasu przy zmiennej CC_BEFORE (linia %d).\n"
-#: warnquota.c:885
+#: warnquota.c:891
#, c-format
msgid "Error in config file (line %d), ignoring\n"
msgstr "Błąd w pliku konfiguracyjnym (linia %d), zignorowano\n"
-#: warnquota.c:888
+#: warnquota.c:894
#, c-format
msgid "Possible error in config file (line %d), ignoring\n"
msgstr "Możliwy błąd w pliku konfiguracyjnym (linia %d), zignorowano\n"
-#: warnquota.c:891
+#: warnquota.c:897
msgid "Unterminated last line, ignoring\n"
msgstr "Niezakończona ostatnia linia, zignorowano\n"
-#: warnquota.c:897
+#: warnquota.c:905
+#, c-format
+msgid "Could not format LDAP URI because it's longer than %d bytes.\n"
+msgstr ""
+
+#: warnquota.c:910
#, c-format
msgid ""
"LDAP library version >= 2.3 detected. Please use LDAP_URI instead of "
@@ -381,30 +393,31 @@ msgstr ""
"hosta i portu.\n"
"Wygenerowano URI %s\n"
-#: warnquota.c:919
+#: warnquota.c:932
#, c-format
msgid "Cannot open file with group administrators: %s\n"
msgstr "Nie można otworzyć pliku z administratorami grup: %s\n"
-#: warnquota.c:934
+#: warnquota.c:947
#, c-format
msgid "Parse error at line %d. Cannot find end of group name.\n"
msgstr "Błąd podczas analizy linii %d. Nie można znaleźć nazwy grupy.\n"
-#: warnquota.c:943
+#: warnquota.c:956
#, c-format
msgid "Parse error at line %d. Cannot find administrators name.\n"
msgstr ""
"Błąd podczas analizy linii %d. Nie można znaleźć nazwy administratora.\n"
-#: warnquota.c:953
+#: warnquota.c:966
#, c-format
msgid ""
"Parse error at line %d. Trailing characters after administrators name.\n"
msgstr ""
"Błąd podczas analizy linii %d. Nadmiarowe znaki po nazwie administratora.\n"
-#: warnquota.c:1016
+#: warnquota.c:1029
+#, fuzzy
msgid ""
"Usage:\n"
" warnquota [-ugsid] [-F quotaformat] [-c configfile] [-q quotatabfile] [-a "
@@ -412,8 +425,16 @@ msgid ""
"\n"
"-u, --user warn users\n"
"-g, --group warn groups\n"
-"-s, --human-readable send information in more human friendly "
-"units\n"
+"-s, --human-readable[=units] display numbers in human friendly units "
+"(MB,\n"
+" GB, ...). Units can be also specified\n"
+" explicitely by an optional argument in "
+"format\n"
+" [kgt],[kgt] where the first character "
+"specifies\n"
+" space units and the second character "
+"specifies\n"
+" inode units\n"
"-i, --no-autofs avoid autofs mountpoints\n"
"-d, --no-details do not send quota information itself\n"
"-F, --format=formatname use quotafiles of specific format\n"
@@ -443,7 +464,12 @@ msgstr ""
"zakończenie\n"
"\n"
-#: warnquota.c:1097
+#: warnquota.c:1102 repquota.c:134 quota.c:343
+#, c-format
+msgid "Bad output format units for human readable output: %s\n"
+msgstr ""
+
+#: warnquota.c:1119
#, c-format
msgid "Cannot get host name: %s\n"
msgstr "Nie można uzyskać nazwy hosta: %s\n"
@@ -595,22 +621,22 @@ msgstr ""
"Lepiej najpierw uruchomić fsck!\n"
"zakończenie...\n"
-#: quotacheck.c:550
+#: quotacheck.c:551
#, c-format
msgid "pushd %s/%s\n"
msgstr "pushd %s/%s\n"
-#: quotacheck.c:566
+#: quotacheck.c:567
#, c-format
msgid "\tAdding %s size %lld ino %d links %d uid %u gid %u\n"
msgstr ""
"\tDodawanie %s, o rozmiarze %lld, i-węzeł %d, dowiązań %d uid %u gid %u\n"
-#: quotacheck.c:576
+#: quotacheck.c:577
msgid "Scanning stored directories from directory stack\n"
msgstr "Skanowanie zapisanych na stosie katalogów\n"
-#: quotacheck.c:580
+#: quotacheck.c:581
#, c-format
msgid ""
"popd %s\n"
@@ -619,17 +645,17 @@ msgstr ""
"popd %s\n"
"Wejście do katalogu %s\n"
-#: quotacheck.c:592
+#: quotacheck.c:593
#, c-format
msgid "Leaving %s\n"
msgstr "Opuszczanie %s\n"
-#: quotacheck.c:632
+#: quotacheck.c:633
#, c-format
msgid "Going to check %s quota file of %s\n"
msgstr "Rozpoczynanie sprawdzania pliku limitów %s na %s\n"
-#: quotacheck.c:638
+#: quotacheck.c:639
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -638,16 +664,16 @@ msgstr ""
"Limity %s włączone w punkcie montowania %s - quotacheck może uszkodzić "
"plik.\n"
-#: quotacheck.c:639 quotacheck.c:957
+#: quotacheck.c:640 quotacheck.c:967
msgid "Should I continue?"
msgstr "Czy kontynuować?"
-#: quotacheck.c:640 quotacheck.c:958
+#: quotacheck.c:641 quotacheck.c:968
#, c-format
msgid "As you wish... Canceling check of this file.\n"
msgstr "Wedle życzenia... anulowanie sprawdzania tego pliku.\n"
-#: quotacheck.c:645
+#: quotacheck.c:646
#, c-format
msgid ""
"Quota for %ss is enabled on mountpoint %s so quotacheck might damage the "
@@ -658,129 +684,129 @@ msgstr ""
"plik.\n"
"Proszę wyłączyć limity lub użyć -f, aby wymusić sprawdzanie.\n"
-#: quotacheck.c:652
+#: quotacheck.c:653
#, c-format
msgid "Error while syncing quotas on %s: %s\n"
msgstr "Błąd podczas synchronizacji limitów na %s: %s\n"
-#: quotacheck.c:657
+#: quotacheck.c:658
#, c-format
msgid "Cannot get quotafile name for %s\n"
msgstr "Nie można uzyskać nazwy pliku limitów dla %s\n"
-#: quotacheck.c:662 quotaio.c:150 quotasys.c:820
+#: quotacheck.c:663 quotaio.c:151 quotasys.c:843
#, c-format
msgid "Cannot open quotafile %s: %s\n"
msgstr "Nie można otworzyć pliku limitów %s: %s\n"
-#: quotacheck.c:702
+#: quotacheck.c:703
msgid "Renaming new files to proper names.\n"
msgstr "Zmiana nazw nowych plików na właściwe.\n"
-#: quotacheck.c:704
+#: quotacheck.c:705
#, c-format
msgid "Cannot get name of old quotafile on %s.\n"
msgstr "Nie można uzyskać nazwy starego pliku limitów na %s.\n"
-#: quotacheck.c:707
+#: quotacheck.c:708
msgid "Old file not found.\n"
msgstr "Nie znaleziono starego pliku.\n"
-#: quotacheck.c:710
+#: quotacheck.c:711
#, c-format
msgid "Error while searching for old quota file %s: %s\n"
msgstr "Błąd podczas poszukiwania starego pliku limitów %s: %s\n"
-#: quotacheck.c:719
+#: quotacheck.c:720
msgid "Old file found removed during check!\n"
msgstr "Stary plik został usunięty przy sprawdzaniu!\n"
-#: quotacheck.c:722
+#: quotacheck.c:723
#, c-format
msgid "Error while opening old quota file %s: %s\n"
msgstr "Błąd podczas otwierania starego pliku limitów %s: %s\n"
-#: quotacheck.c:728
+#: quotacheck.c:729
#, c-format
msgid "EXT2_IOC_GETFLAGS failed: %s\n"
msgstr "ioctl XFS_IOC_GETFLAGS nie powiódł się: %s\n"
-#: quotacheck.c:732
+#: quotacheck.c:733
#, c-format
msgid "Quota file %s has IMMUTABLE flag set. Clearing.\n"
msgstr ""
"Plik limitów %s ma ustawioną flagę niezmienności (IMMUTABLE). Czyszczenie.\n"
-#: quotacheck.c:735
+#: quotacheck.c:736
#, c-format
msgid "Failed to remove IMMUTABLE flag from quota file %s: %s\n"
msgstr ""
"Nie udało się usunąć flagi niezmienności (IMMUTABLE) z pliku limitów %s: %s\n"
-#: quotacheck.c:744
+#: quotacheck.c:745
#, c-format
msgid "Renaming old quotafile to %s~\n"
msgstr "Zmiana nazwy starego pliku limitów na %s~\n"
-#: quotacheck.c:750
+#: quotacheck.c:751
#, c-format
msgid "Name of quota file too long. Contact %s.\n"
msgstr "Nazwa pliku limitów zbyt długa. Proszę o kontakt z %s.\n"
-#: quotacheck.c:752
+#: quotacheck.c:753
#, c-format
msgid "Cannot rename old quotafile %s to %s: %s\n"
msgstr "Nie można zmienić nazwy starego pliku limitów %s na %s: %s\n"
-#: quotacheck.c:758
+#: quotacheck.c:759
msgid "Renaming new quotafile\n"
msgstr "Zmiana nazwy nowego pliku limitów\n"
-#: quotacheck.c:770
+#: quotacheck.c:771
#, c-format
msgid "Cannot change permission of %s: %s\n"
msgstr "Nie można zmienić uprawnień %s: %s\n"
-#: quotacheck.c:777
+#: quotacheck.c:778
#, c-format
msgid "Cannot open new quota file %s: %s\n"
msgstr "Nie można otworzyć nowego pliku limitów %s: %s\n"
-#: quotacheck.c:782
+#: quotacheck.c:783
#, c-format
msgid "Warning: Cannot set EXT2 flags on %s: %s\n"
msgstr "Uwaga: Nie można ustawić flag EXT2 na %s: %s\n"
-#: quotacheck.c:802
+#: quotacheck.c:803
#, c-format
msgid "Dumping gathered data for %ss.\n"
msgstr "Zrzucanie zgromadzonych danych typu %s.\n"
-#: quotacheck.c:805
+#: quotacheck.c:806
#, c-format
msgid "Cannot initialize IO on xfs/gfs2 quotafile: %s\n"
msgstr "Nie można zainicjować we/wy na pliku limitów xfs/gfs2: %s\n"
-#: quotacheck.c:811
+#: quotacheck.c:812
#, c-format
msgid "Cannot initialize IO on new quotafile: %s\n"
msgstr "Nie można zainicjować we/wy na nowym pliku limitów: %s\n"
-#: quotacheck.c:838
+#: quotacheck.c:839
#, c-format
msgid "Cannot finish IO on new quotafile: %s\n"
msgstr "Nie można zakończyć we/wy na nowym pliku limitów: %s\n"
-#: quotacheck.c:841
+#: quotacheck.c:842
msgid "Data dumped.\n"
msgstr "Dane zrzucone.\n"
-#: quotacheck.c:849
+#: quotacheck.c:850
#, c-format
msgid "Cannot find checked quota file for %ss on %s!\n"
msgstr "Nie można znaleźć sprawdzonego pliku limitów %s na %s!\n"
-#: quotacheck.c:853
+#: quotacheck.c:854
#, c-format
msgid ""
"Cannot turn %s quotas off on %s: %s\n"
@@ -789,7 +815,7 @@ msgstr ""
"Nie można wyłączyć limitów %s na %s: %s\n"
"Jądro nie zauważy zmian wykonanych przez checkquota.\n"
-#: quotacheck.c:866
+#: quotacheck.c:867
#, c-format
msgid ""
"Cannot turn %s quotas on on %s: %s\n"
@@ -798,26 +824,26 @@ msgstr ""
"Nie można włączyć limitów %s na %s: %s\n"
"Jądro nie zauważy zmian wykonanych przez checkquota.\n"
-#: quotacheck.c:892
+#: quotacheck.c:893
#, c-format
msgid "Substracting space used by old %s quota file.\n"
msgstr "Odejmowanie miejsca użytego przez stary plik limitów %s.\n"
-#: quotacheck.c:894
+#: quotacheck.c:895
#, c-format
msgid ""
"Old %s file name could not been determined. Usage will not be subtracted.\n"
msgstr ""
"Nie udało się określić nazwy starego pliku %s. Miejsce nie będzie odjęte.\n"
-#: quotacheck.c:899
+#: quotacheck.c:900
#, c-format
msgid "Cannot stat old %s quota file %s: %s. Usage will not be subtracted.\n"
msgstr ""
"Nie można wykonać stat starego pliku limitów %s %s: %s. Miejsce nie będzie "
"odjęte.\n"
-#: quotacheck.c:911
+#: quotacheck.c:912
#, c-format
msgid ""
"Quota structure for %s owning quota file not present! Something is really "
@@ -826,22 +852,22 @@ msgstr ""
"Brak struktury limitów %s dla właściciela pliku limitów! Coś jest naprawdę "
"źle...\n"
-#: quotacheck.c:916
+#: quotacheck.c:917
#, c-format
msgid "Substracted %lu bytes.\n"
msgstr "Odjęto %lu bajtów.\n"
-#: quotacheck.c:929
+#: quotacheck.c:931
#, c-format
msgid "Cannot stat mountpoint %s: %s\n"
msgstr "Nie można wykonać stat na punkcie montowania %s: %s\n"
-#: quotacheck.c:931
+#: quotacheck.c:933
#, c-format
msgid "Mountpoint %s is not a directory?!\n"
msgstr "Punkt montowania %s nie jest katalogiem?!\n"
-#: quotacheck.c:956
+#: quotacheck.c:966
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only. Counted values might not "
@@ -850,7 +876,7 @@ msgstr ""
"Nie można przemontować r/o systemu plików zamontowanego pod %s. Policzone "
"wartości mogą być błędne.\n"
-#: quotacheck.c:964
+#: quotacheck.c:974
#, c-format
msgid ""
"Cannot remount filesystem mounted on %s read-only so counted values might "
@@ -864,25 +890,25 @@ msgstr ""
"ten\n"
"system plików lub użyć flagi -m, aby wymusić sprawdzanie.\n"
-#: quotacheck.c:972
+#: quotacheck.c:982
msgid "Filesystem remounted read-only\n"
msgstr "System plików przemontowany tylko do odczytu\n"
-#: quotacheck.c:975
+#: quotacheck.c:985
#, c-format
msgid "Scanning %s [%s] "
msgstr "Skanowanie %s [%s] "
-#: quotacheck.c:995
+#: quotacheck.c:1011
msgid "done\n"
msgstr "zrobiono\n"
-#: quotacheck.c:1004
+#: quotacheck.c:1020
#, c-format
msgid "Checked %d directories and %d files\n"
msgstr "Sprawdzono %d katalogów i %d plików\n"
-#: quotacheck.c:1008
+#: quotacheck.c:1024
#, c-format
msgid ""
"Cannot remount filesystem %s read-write. cannot write new quota files.\n"
@@ -890,26 +916,26 @@ msgstr ""
"Nie można przemontować r/w systemu plików %s. Nie można zapisać nowych "
"plików.\n"
-#: quotacheck.c:1009
+#: quotacheck.c:1025
msgid "Filesystem remounted RW.\n"
msgstr "Przemontowano system plików do zapisu i odczytu.\n"
-#: quotacheck.c:1052
+#: quotacheck.c:1069
#, c-format
msgid "Cannot find quota option on filesystem %s with quotas!\n"
msgstr "Nie można znaleźć opcji limitów dla systemu plików %s z limitami!\n"
-#: quotacheck.c:1058
+#: quotacheck.c:1075
#, c-format
msgid "Cannot detect quota format for journalled quota on %s\n"
msgstr "Nie można wykryć formatu limitów dla limitów z kroniką na %s\n"
-#: quotacheck.c:1124
+#: quotacheck.c:1141
#, c-format
msgid "Cannot get system info: %s\n"
msgstr "Nie można uzyskać informacji systemowych: %s\n"
-#: quotacheck.c:1144
+#: quotacheck.c:1161
msgid ""
"Your kernel probably supports journaled quota but you are not using it. "
"Consider switching to journaled quota to avoid running quotacheck after an "
@@ -919,16 +945,16 @@ msgstr ""
"Proszę rozważyć przejście na limity z kroniką, aby zapobiec uruchamianiu "
"quotacheck po każdym nienormalnym zamknięciu systemu.\n"
-#: quotacheck.c:1158 quotasys.c:910
+#: quotacheck.c:1175 quotasys.c:933
msgid "Cannot initialize mountpoint scan.\n"
msgstr "Nie można zainicjować skanu punktów montowania.\n"
-#: quotacheck.c:1163
+#: quotacheck.c:1180
#, c-format
msgid "Skipping %s [%s]\n"
msgstr "Pomijanie %s [%s]\n"
-#: quotacheck.c:1180
+#: quotacheck.c:1197
#, c-format
msgid ""
"Cannot guess format from filename on %s. Please specify format on "
@@ -937,12 +963,12 @@ msgstr ""
"Nie można odgadnąć formatu z nazwy pliku na %s. Proszę podać format w "
"poleceniu.\n"
-#: quotacheck.c:1185
+#: quotacheck.c:1202
#, c-format
msgid "Detected quota format %s\n"
msgstr "Wykryto format limitów %s\n"
-#: quotacheck.c:1206
+#: quotacheck.c:1223
msgid ""
"Cannot find filesystem to check or filesystem not mounted with quota "
"option.\n"
@@ -950,7 +976,7 @@ msgstr ""
"Nie znaleziono systemu plików do sprawdzenia lub nie jest zamontowany z "
"obsługą limitów.\n"
-#: quotacheck.c:1224
+#: quotacheck.c:1241
#, c-format
msgid ""
"Allocated %d bytes memory\n"
@@ -961,57 +987,57 @@ msgstr ""
"Zwolniono %d bajtów\n"
"Stracono %d bajtów\n"
-#: quot.c:81
+#: quot.c:82
#, c-format
msgid "Usage: %s [-acfugvViTq] [filesystem...]\n"
msgstr "Składnia: %s [-acfugvViTq] [system-plików...]\n"
-#: quot.c:178
+#: quot.c:180
#, c-format
msgid "%s (%s):\n"
msgstr "%s (%s):\n"
-#: quot.c:182 quot.c:186
+#: quot.c:184 quot.c:188
#, c-format
msgid "%d\t%llu\t%llu\n"
msgstr "%d\t%llu\t%llu\n"
-#: quot.c:195
+#: quot.c:197
#, c-format
msgid "%s (%s) %ss:\n"
msgstr "%s (%s) %ss:\n"
-#: quot.c:203 quot.c:205
+#: quot.c:205 quot.c:207
#, c-format
msgid "%8llu "
msgstr "%8llu "
-#: quot.c:208
+#: quot.c:210
#, c-format
msgid "%s"
msgstr "%s"
-#: quot.c:210
+#: quot.c:212
#, c-format
msgid "%-8.8s"
msgstr "%-8.8s"
-#: quot.c:212
+#: quot.c:214
#, c-format
msgid "#%-7d"
msgstr "#%-7d"
-#: quot.c:214
+#: quot.c:216
#, c-format
msgid " %8llu %8llu %8llu"
msgstr " %8llu %8llu %8llu"
-#: quot.c:362
+#: quot.c:364
#, c-format
msgid "cannot open %s: %s\n"
msgstr "nie można otworzyć %s: %s\n"
-#: quot.c:382
+#: quot.c:384
#, c-format
msgid "XFS_IOC_FSBULKSTAT ioctl failed: %s\n"
msgstr "ioctl XFS_IOC_FSBULKSTAT nie powiódł się: %s\n"
@@ -1063,19 +1089,19 @@ msgstr "Synchronizacja limitów %s nie powiodła się: %s\n"
msgid "%s quota sync failed for %s: %s\n"
msgstr "Synchronizacja limitów %s dla %s nie powiodła się: %s\n"
-#: quota.h:22
+#: quota.h:23
msgid "user"
msgstr "użytkownika"
-#: quota.h:23
+#: quota.h:24
msgid "group"
msgstr "grupy"
-#: quota.h:24
+#: quota.h:25
msgid "project"
msgstr ""
-#: quota.h:25
+#: quota.h:26
msgid "undefined"
msgstr "nieznany"
@@ -1155,126 +1181,131 @@ msgstr "Nie można dołączyć do grupy multicastowej limitów: %s\n"
msgid "Cannot connect to system DBUS: %s\n"
msgstr "Nie można połączyć się z systemowym DBUS-em: %s\n"
-#: quota_nld.c:289
+#: quota_nld.c:292
#, c-format
msgid "Failed to find tty of user %llu to report warning to.\n"
msgstr ""
"Nie udało się odnaleźć tty użytkownika %llu w celu zgłoszenia ostrzeżenia.\n"
-#: quota_nld.c:294
+#: quota_nld.c:297
#, c-format
msgid "Failed to open tty %s of user %llu to report warning.\n"
msgstr ""
"Nie udało się otworzyć tty %s użytkownika %llu w celu zgłoszenia "
"ostrzeżenia.\n"
-#: quota_nld.c:300
+#: quota_nld.c:303
msgid "Warning"
msgstr "Uwaga"
-#: quota_nld.c:303
+#: quota_nld.c:306
msgid "Error"
msgstr "Błąd"
-#: quota_nld.c:305
+#: quota_nld.c:308
msgid "Info"
msgstr "Informacja"
-#: quota_nld.c:308
+#: quota_nld.c:311
msgid "file limit reached"
msgstr "osiągnięto twardy limit plików"
-#: quota_nld.c:311
+#: quota_nld.c:314
msgid "file quota exceeded too long"
msgstr "miękki limit plików przekroczony zbyt długo"
-#: quota_nld.c:314
+#: quota_nld.c:317
msgid "file quota exceeded"
msgstr "przekroczono miękki limit plików"
-#: quota_nld.c:317
+#: quota_nld.c:320
msgid "block limit reached"
msgstr "osiągnięto twardy limit bloków"
-#: quota_nld.c:320
+#: quota_nld.c:323
msgid "block quota exceeded too long"
msgstr "miękki limit bloków przekroczony zbyt długo"
-#: quota_nld.c:323
+#: quota_nld.c:326
msgid "block quota exceeded"
msgstr "przekroczono miękki limit bloków"
-#: quota_nld.c:326
+#: quota_nld.c:329
msgid "got below file limit"
msgstr "zejście poniżej twardego limitu plików"
-#: quota_nld.c:329
+#: quota_nld.c:332
msgid "got below file quota"
msgstr "zejście poniżej miękkiego limitu plików"
-#: quota_nld.c:332
+#: quota_nld.c:335
msgid "got below block limit"
msgstr "zejście poniżej twardego limitu bloków"
-#: quota_nld.c:335
+#: quota_nld.c:338
msgid "got below block quota"
msgstr "zejście poniżej miękkiego limitu bloków"
-#: quota_nld.c:338
+#: quota_nld.c:341
msgid "unknown quota warning"
msgstr "nieznane ostrzeżenie dotyczące limitów"
-#: quota_nld.c:342
+#: quota_nld.c:345
#, c-format
msgid "Failed to write quota message for user %llu to %s: %s\n"
msgstr ""
"Nie udało się wypisać komunikatu o limicie dla użytkownika %llu na %s: %s\n"
-#: quota_nld.c:355
+#: quota_nld.c:358
msgid "Cannot create DBUS message: No enough memory.\n"
msgstr "Nie można utworzyć komunikatu DBUS: za mało pamięci.\n"
-#: quota_nld.c:373
+#: quota_nld.c:376
msgid "Failed to write message to dbus: No enough memory.\n"
msgstr "Nie udało się wypisać komunikatu przez dbus: za mało pamięci.\n"
-#: quota_nld.c:389
+#: quota_nld.c:392
#, c-format
msgid "Failed to read or parse quota netlink message: %s\n"
msgstr "Nie udało się odczytać lub przeanalizować komunikatu netlink: %s\n"
-#: quota_nld.c:400
+#: quota_nld.c:403
msgid "Undefined program name.\n"
msgstr "Niezdefiniowana nazwa programu.\n"
-#: quota_nld.c:405
+#: quota_nld.c:408
msgid "Not enough memory to build PID file name.\n"
msgstr "Za mało pamięci, aby zbudować nazwę pliku PID.\n"
-#: quota_nld.c:424
+#: quota_nld.c:427
#, c-format
msgid "Could not open PID file '%s': %s\n"
msgstr "Nie udało się otworzyć pliku PID '%s': %s\n"
-#: quota_nld.c:430
+#: quota_nld.c:433
#, c-format
msgid "Could not write daemon's PID into '%s'.\n"
msgstr "Nie udało się zapisać PID-u demona do '%s'.\n"
-#: quota_nld.c:437
+#: quota_nld.c:440
#, c-format
msgid "Could not close PID file '%s'.\n"
msgstr "Nie udało się zamknąć pliku PID-u '%s'.\n"
-#: quota_nld.c:467
+#: quota_nld.c:470
msgid "Could not register PID file removal on SIGTERM.\n"
msgstr "Nie udało się zarejestrować usuwania pliku PID-u pod SIGTERM.\n"
-#: quota_nld.c:469
+#: quota_nld.c:472
#, c-format
msgid "Could not store my PID %jd.\n"
msgstr "Nie udało się zapisać własnego PID-u %jd.\n"
+#: quota_nld.c:489 rquota_svc.c:537
+#, fuzzy, c-format
+msgid "Failed to daemonize: %s\n"
+msgstr "Nie udało się usunąć limitów: %s\n"
+
#: repquota.c:51
#, fuzzy, c-format
msgid ""
@@ -1283,24 +1314,31 @@ msgid ""
"%s [-vugsi] [-c|C] [-t|n] [-F quotaformat] [-O (default | xml | csv)] (-a | "
"mntpoint)\n"
"\n"
-"-v, --verbose display also users/groups without any usage\n"
-"-u, --user display information about users\n"
-"-g, --group display information about groups\n"
-"-P, --project display information about projects\n"
-"-s, --human-readable show numbers in human friendly units (MB, "
-"GB, ...)\n"
-"-t, --truncate-names truncate names to 9 characters\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-n, --no-names do not translate uid/gid to name\n"
-"-i, --no-autofs avoid autofs mountpoints\n"
-"-c, --cache translate big number of ids at once\n"
-"-C, --no-cache translate ids one by one\n"
-"-F, --format=formatname report information for specific format\n"
-"-O, --output=format format output as xml or csv\n"
-"-a, --all report information for all mount points with "
-"quotas\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-v, --verbose display also users/groups without any usage\n"
+"-u, --user display information about users\n"
+"-g, --group display information about groups\n"
+"-P, --project display information about projects\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+"-t, --truncate-names truncate names to 9 characters\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-n, --no-names do not translate uid/gid to name\n"
+"-i, --no-autofs avoid autofs mountpoints\n"
+"-c, --cache translate big number of ids at once\n"
+"-C, --no-cache translate ids one by one\n"
+"-F, --format=formatname report information for specific format\n"
+"-O, --output=format format output as xml or csv\n"
+"-a, --all report information for all mount points with\n"
+" quotas\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
"Narzędzie do raportowania o limitach.\n"
@@ -1326,51 +1364,51 @@ msgstr ""
"-V, --version wyświetlenie informacji o wersji i zakończenie\n"
"\n"
-#: repquota.c:158
+#: repquota.c:167
msgid "Repquota cannot report through RPC calls.\n"
msgstr "repquota nie może raportować poprzez wywołania RPC.\n"
-#: repquota.c:162
+#: repquota.c:171
msgid "Specified both -n and -t but only one of them can be used.\n"
msgstr "Podano jednocześnie -n i -t, ale tylko jedna z nich może być użyte.\n"
-#: repquota.c:366
+#: repquota.c:375
msgid "User"
msgstr "Użytkownik"
-#: repquota.c:368
+#: repquota.c:377
msgid "Group"
msgstr "Grupa"
-#: repquota.c:370
+#: repquota.c:379
msgid "Project"
msgstr ""
-#: repquota.c:373
+#: repquota.c:382
#, c-format
msgid "*** Report for %s quotas on device %s\n"
msgstr "*** Raport dla limitów %s na urządzeniu %s\n"
-#: repquota.c:382
+#: repquota.c:391
msgid "Space"
msgstr "miejsca"
-#: repquota.c:384
+#: repquota.c:393
msgid "Block"
msgstr "bloków"
-#: repquota.c:385
+#: repquota.c:394
#, c-format
msgid "Block grace time: %s; Inode grace time: %s\n"
msgstr ""
"Okres pobłażliwości dla bloków: %s; Okres pobłażliwości dla i-węzłów: %s\n"
-#: repquota.c:386
+#: repquota.c:395
#, c-format
msgid " %s limits File limits\n"
msgstr " Limity %-7s Limity plików\n"
-#: repquota.c:387
+#: repquota.c:396
#, c-format
msgid "%-9s used soft hard grace used soft hard grace\n"
msgstr "%-9s używ. mięk. twar. pobł. używ. mięk. twar. pobł.\n"
@@ -1549,7 +1587,12 @@ msgstr ""
msgid "WARNING - Quota file %s has corrupted headers\n"
msgstr "UWAGA - plik limitów %s ma uszkodzone nagłówki\n"
-#: quotacheck_v2.c:362
+#: quotacheck_v2.c:361
+#, fuzzy
+msgid "Continue checking assuming format from command line?"
+msgstr "Kontynuować sprawdzanie przy założeniu wersji podanej z linii poleceń?"
+
+#: quotacheck_v2.c:365
#, c-format
msgid ""
"Quota file format version %d does not match the one specified on command "
@@ -1558,33 +1601,33 @@ msgstr ""
"Wersja formatu pliku limitów %d nie zgadza się z wersją podaną z linii "
"poleceń (%d). Plik limitów może być uszkodzony.\n"
-#: quotacheck_v2.c:366
+#: quotacheck_v2.c:370
msgid "Continue checking assuming version from command line?"
msgstr "Kontynuować sprawdzanie przy założeniu wersji podanej z linii poleceń?"
-#: quotacheck_v2.c:372
+#: quotacheck_v2.c:376
msgid "Headers checked.\n"
msgstr "Nagłówki sprawdzone.\n"
-#: quotacheck_v2.c:388
+#: quotacheck_v2.c:392
#, c-format
msgid "Do not know how to buffer format %d\n"
msgstr "Nie wiem jak buforować format %d\n"
-#: quotacheck_v2.c:398
+#: quotacheck_v2.c:402
#, c-format
msgid "Headers of file %s checked. Going to load data...\n"
msgstr "Nagłówki pliku %s sprawdzone. Rozpoczęcie wczytywania danych...\n"
-#: quotacheck_v2.c:406
+#: quotacheck_v2.c:410
msgid "Cannot gather quota data. Tree root node corrupted.\n"
msgstr "Nie można zgromadzić danych o limitach. Korzeń drzewa uszkodzony.\n"
-#: quotacheck_v2.c:414
+#: quotacheck_v2.c:418
msgid "WARNING - Some data might be changed due to corruption.\n"
msgstr "UWAGA - część danych może być zmieniona z powodu uszkodzenia.\n"
-#: quotacheck_v2.c:417
+#: quotacheck_v2.c:421
msgid "Not found any corrupted blocks. Congratulations.\n"
msgstr "Nie znaleziono żadnych uszkodzonych bloków. Gratulacje.\n"
@@ -1600,42 +1643,42 @@ msgstr "Format limitów RPC nie wkompilowany.\n"
msgid "RPC quota format specified for non-NFS filesystem.\n"
msgstr "Podano format limitów RPC dla systemu plików innego niż NFS.\n"
-#: quotaio.c:84
+#: quotaio.c:85
msgid "Only XFS quota format is allowed on XFS filesystem.\n"
msgstr "Na systemie plików XFS dozwolony jest tylko format limitów XFS.\n"
-#: quotaio.c:95
+#: quotaio.c:96
msgid "XFS quota allowed only on XFS filesystem.\n"
msgstr "Format limitów XFS dozwolony tylko na systemie plików XFS.\n"
-#: quotaio.c:109
+#: quotaio.c:110
msgid "Quota not supported by the filesystem.\n"
msgstr "Limity nie są obsługiwane przez ten system plików.\n"
-#: quotaio.c:129
+#: quotaio.c:130
msgid "Cannot find any quota file to work on.\n"
msgstr "Nie znaleziono żadnego pliku limitów do operowania na nim.\n"
-#: quotaio.c:134
+#: quotaio.c:135
msgid "Quota file not found or has wrong format.\n"
msgstr "Pliku limitów nie znaleziono lub ma zły format.\n"
-#: quotaio.c:144
+#: quotaio.c:145
#, c-format
msgid "Cannot sync quotas on device %s: %s\n"
msgstr "Nie można zsynchronizować limitów na urządzeniu %s: %s\n"
-#: quotaio.c:175
+#: quotaio.c:176
#, c-format
msgid "Cannot initialize quota on %s: %s\n"
msgstr "Nie można zainicjować limitów na %s: %s\n"
-#: quotaio.c:202
+#: quotaio.c:203
#, c-format
msgid "Creation of %s quota format is not supported.\n"
msgstr "Tworzenie limitów w formacie %s nie jest obsługiwane.\n"
-#: quotaio.c:212
+#: quotaio.c:213
#, c-format
msgid ""
"Quota on %s is stored in system files and must be manipulated by fs tools.\n"
@@ -1643,12 +1686,12 @@ msgstr ""
"Limity na %s są zapisane w plikach systemowych i muszą być modyfikowane "
"narzędziami dla systemu plików.\n"
-#: quotaio.c:222
+#: quotaio.c:223
#, c-format
msgid "Cannot create new quotafile %s: %s\n"
msgstr "Nie można utworzyć nowego pliku limitów %s: %s\n"
-#: quotaio.c:296
+#: quotaio.c:297
#, c-format
msgid ""
"Trying to set quota limits out of range supported by quota format on %s.\n"
@@ -1656,7 +1699,7 @@ msgstr ""
"Próba ustawienia limitów spoza zakresu obsługiwanego przez format limitów na "
"%s.\n"
-#: quotaio.c:302
+#: quotaio.c:303
#, c-format
msgid ""
"Trying to set quota usage out of range supported by quota format on %s.\n"
@@ -1696,7 +1739,7 @@ msgstr ""
"init_io metadanych wywołano bez obsługi ogólnego interfejsu limitów w "
"jądrze!\n"
-#: quotaio_rpc.c:76 quotaio_v1.c:308 quotaio_v2.c:464
+#: quotaio_rpc.c:77 quotaio_v1.c:278 quotaio_v2.c:464
#, c-format
msgid "Trying to write quota to readonly quotafile on %s\n"
msgstr "Próba zapisu limitów do pliku limitów tylko do odczytu na %s\n"
@@ -1756,7 +1799,7 @@ msgstr ""
"prawdopodobnie uszkodzony. Proszę uruchomić quotacheck(8) i spróbować "
"ponownie.\n"
-#: quotaio_v1.c:214
+#: quotaio_v1.c:184
#, c-format
msgid "Trying to write info to readonly quotafile on %s.\n"
msgstr "Próba zapisu informacji do pliku limitów tylko do odczytu na %s.\n"
@@ -1789,40 +1832,40 @@ msgstr ""
"Wpisów: %u\n"
"Użyte średnio: %f\n"
-#: quotaio_xfs.c:260
+#: quotaio_xfs.c:265
#, c-format
msgid "*** Status for %s quotas on device %s\n"
msgstr "*** Raport dla limitów %s na urządzeniu %s\n"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "ON"
msgstr "WŁĄCZONE"
-#: quotaio_xfs.c:262 quotaio_xfs.c:281
+#: quotaio_xfs.c:267 quotaio_xfs.c:286
msgid "OFF"
msgstr "WYŁĄCZONE"
-#: quotaio_xfs.c:264 quotaio_xfs.c:268 quotaio_xfs.c:272
+#: quotaio_xfs.c:269 quotaio_xfs.c:273 quotaio_xfs.c:277
#, c-format
msgid "Accounting: %s; Enforcement: %s\n"
msgstr "Podliczanie: %s; Wymuszanie: %s\n"
-#: quotaio_xfs.c:284 quotaio_xfs.c:288 quotaio_xfs.c:292
+#: quotaio_xfs.c:289 quotaio_xfs.c:293 quotaio_xfs.c:297
#, c-format
msgid "Accounting [ondisk]: %s; Enforcement [ondisk]: %s\n"
msgstr "Podliczanie [na dysku]: %s; Wymuszanie [na dysku]: %s\n"
-#: quotaio_xfs.c:301 quotaio_xfs.c:310 quotaio_xfs.c:323
+#: quotaio_xfs.c:306 quotaio_xfs.c:315 quotaio_xfs.c:328
#, c-format
msgid "Inode: none\n"
msgstr "I-węzeł: żaden\n"
-#: quotaio_xfs.c:303 quotaio_xfs.c:312 quotaio_xfs.c:325
+#: quotaio_xfs.c:308 quotaio_xfs.c:317 quotaio_xfs.c:330
#, c-format
msgid "Inode: #%llu (%llu blocks, %u extents)\n"
msgstr "I-węzeł: #%llu (%llu bloków, %u ekstentów)\n"
-#: quotaon.c:67
+#: quotaon.c:37
#, fuzzy, c-format
msgid ""
"Usage:\n"
@@ -1857,122 +1900,122 @@ msgstr ""
"-h, --help wyświetlenie tego opisu i zakończenie\n"
"-V, --verbose wyświetlenie informacji o wersji i zakończenie\n"
-#: quotaon.c:81
+#: quotaon.c:51
msgid "turn quotas off for all filesystems"
msgstr "wyłączenie limitów na wszystkich systemach plików"
-#: quotaon.c:82
+#: quotaon.c:52
msgid "turn quotas on for all filesystems"
msgstr "włączenie limitów na wszystkich systemach plików"
-#: quotaon.c:147
+#: quotaon.c:117
msgid "Cannot turn on/off quotas via RPC.\n"
msgstr "Nie można włączyć/wyłączyć limitów przez RPC.\n"
-#: quotaon.c:194
+#: quotaon.c:164
#, c-format
msgid "set root_squash on %s: %s\n"
msgstr "ustawianie root_squash na %s: %s\n"
-#: quotaon.c:198
+#: quotaon.c:168
#, c-format
msgid "%s: %s root_squash turned off\n"
msgstr "%s: wyłączono %s root_squash\n"
-#: quotaon.c:200
+#: quotaon.c:170
#, c-format
msgid "%s: %s root_squash turned on\n"
msgstr "%s: włączono %s root_squash\n"
-#: quotaon.c:218
+#: quotaon.c:188
#, c-format
msgid "quotactl on %s [%s]: %s\n"
msgstr "quotactl na %s [%s]: %s\n"
-#: quotaon.c:221
+#: quotaon.c:191
#, c-format
msgid "%s [%s]: %s quotas turned off\n"
msgstr "%s [%s]: limity %s wyłączone\n"
-#: quotaon.c:234
+#: quotaon.c:204
#, c-format
msgid "cannot find %s on %s [%s]\n"
msgstr "nie można znaleźć %s na %s [%s]\n"
-#: quotaon.c:236
+#: quotaon.c:206
#, c-format
msgid "using %s on %s [%s]: %s\n"
msgstr "użycie %s na %s [%s]: %s\n"
-#: quotaon.c:238
+#: quotaon.c:208
msgid "Maybe create new quota files with quotacheck(8)?\n"
msgstr "Może utworzyć nowe pliki limitów przez quotacheck(8)?\n"
-#: quotaon.c:240
+#: quotaon.c:210
msgid "Quota format not supported in kernel.\n"
msgstr "Format limitów nie obsługiwany przez jądro.\n"
-#: quotaon.c:243
+#: quotaon.c:213
#, c-format
msgid "%s [%s]: %s quotas turned on\n"
msgstr "%s [%s]: limity %s włączone\n"
-#: quotaon.c:283
+#: quotaon.c:253
msgid "Cannot change state of GFS2 quota.\n"
msgstr "Nie można zmienić stanu limitów GFS2.\n"
-#: quotaon.c:287
+#: quotaon.c:258
msgid "Cannot change state of XFS quota. It's not compiled in kernel.\n"
msgstr "Nie można zmienić stanu limitów XFS. Nie są wkompilowane w jądro.\n"
-#: quotaon.c:312
+#: quotaon.c:283
#, c-format
msgid "Cannot find quota file on %s [%s] to turn quotas on/off.\n"
msgstr ""
"Nie można znaleźć pliku limitów na %s [%s], aby włączyć/wyłączyć limity.\n"
-#: quotaon.c:317
+#: quotaon.c:288
#, c-format
msgid "Quota file on %s [%s] does not exist or has wrong format.\n"
msgstr "Plik limitów na %s [%s] nie istnieje lub ma niewłaściwy format.\n"
-#: quotaon.c:346 quotaon.c:362
+#: quotaon.c:318 quotaon.c:334
msgid "off"
msgstr "wyłączone"
-#: quotaon.c:348
+#: quotaon.c:320
#, fuzzy
msgid "on (accounting)"
msgstr "i podliczania "
-#: quotaon.c:350
+#: quotaon.c:322
msgid "on (enforced)"
msgstr ""
-#: quotaon.c:362
+#: quotaon.c:334
msgid "on"
msgstr "włączone"
-#: quotaon.c:364
+#: quotaon.c:336
#, c-format
msgid "%s quota on %s (%s) is %s\n"
msgstr "Limity %s na %s (%s) są %s\n"
-#: quotaon.c:381
+#: quotaon.c:353
#, c-format
msgid "Name must be quotaon or quotaoff not %s\n"
msgstr "Nazwą musi być quotaon, lub quotaoff, nie %s\n"
-#: quotaon.c:387
+#: quotaon.c:359
#, c-format
msgid "Required format %s not supported by kernel.\n"
msgstr "Wymagany format %s nie obsługiwany przez jądro.\n"
-#: quotaon.c:389
+#: quotaon.c:361
msgid "Warning: No quota format detected in the kernel.\n"
msgstr "Uwaga: Nie wykryto formatu limitów w jądrze.\n"
-#: quotaon.c:396
+#: quotaon.c:368
#, c-format
msgid "%s: Quota cannot be turned on on NFS filesystem\n"
msgstr "%s: nie można włączyć limitów na systemie plików NFS\n"
@@ -2083,81 +2126,81 @@ msgstr "%s: usunięto bloki limitów %s\n"
msgid "Invalid argument \"%s\"\n"
msgstr "Błędny argument \"%s\"\n"
-#: quotaops.c:112
+#: quotaops.c:82
#, c-format
msgid "%s (uid %d): Permission denied\n"
msgstr "%s (uid %d): Brak uprawnień\n"
-#: quotaops.c:124
+#: quotaops.c:94
#, c-format
msgid "%s (gid %d): gid set allocation (%d): %s\n"
msgstr "%s (gid %d): przydzielenie zbioru gid (%d): %s\n"
-#: quotaops.c:135
+#: quotaops.c:105
#, c-format
msgid "%s (gid %d): error while trying getgroups(): %s\n"
msgstr "%s (gid %d): błąd podczas próby wykonania getgroups(): %s\n"
-#: quotaops.c:146
+#: quotaops.c:116
#, c-format
msgid "%s (gid %d): Permission denied\n"
msgstr "%s (gid %d): Brak uprawnień\n"
-#: quotaops.c:162
+#: quotaops.c:132
#, c-format
msgid "error while getting quota from %s for %s (id %u): %s\n"
msgstr "błąd podczas uzyskiwania limitów z %s dla %s (id %u): %s\n"
-#: quotaops.c:187
+#: quotaops.c:157
#, c-format
msgid "Cannot write quota for %u on %s: %s\n"
msgstr "Nie można zapisać limitów dla %u na %s: %s\n"
-#: quotaops.c:222 quotaops.c:224
+#: quotaops.c:192 quotaops.c:194
#, fuzzy, c-format
msgid "%s failed: %s\n"
msgstr "Synchronizacja limitów %s nie powiodła się: %s\n"
-#: quotaops.c:238
+#: quotaops.c:208
msgid "Too many parameters to editor.\n"
msgstr "Zbyt dużo parametrów dla edytora.\n"
-#: quotaops.c:246
+#: quotaops.c:216
#, c-format
msgid "Cannot exec %s\n"
msgstr "Nie można uruchomić %s\n"
-#: quotaops.c:263
+#: quotaops.c:233
#, fuzzy, c-format
msgid "Cannot truncate a file: %s\n"
msgstr "Nie można wykonać stat na pliku limitów %s: %s\n"
-#: quotaops.c:265
+#: quotaops.c:235
#, fuzzy, c-format
msgid "Cannot reset a file offset: %s\n"
msgstr "Nie można odczytać pliku statystyk %s: %s\n"
-#: quotaops.c:267
+#: quotaops.c:237
#, fuzzy, c-format
msgid "Cannot duplicate a file descriptor: %s\n"
msgstr "Nie można powielić deskryptora: %s\n"
-#: quotaops.c:269
+#: quotaops.c:239
#, fuzzy, c-format
msgid "Cannot open a stream to write to: %s\n"
msgstr "Nie można ponownie otworzyć pliku tymczasowego: %s\n"
-#: quotaops.c:270
+#: quotaops.c:240
#, fuzzy, c-format
msgid "Cannot open a stream to read from: %s\n"
msgstr "Nie można ponownie otworzyć pliku tymczasowego: %s\n"
-#: quotaops.c:286
+#: quotaops.c:256
#, c-format
msgid "Disk quotas for %s %s (%cid %d):\n"
msgstr "Limity dyskowe %s %s (%cid %d):\n"
-#: quotaops.c:290
+#: quotaops.c:260
#, c-format
msgid ""
" Filesystem blocks soft hard inodes "
@@ -2166,21 +2209,21 @@ msgstr ""
" System plików bloki miękki twardy i-węzły "
"miękki twardy\n"
-#: quotaops.c:323
+#: quotaops.c:293
#, c-format
msgid "WARNING - %s: cannot change current block allocation\n"
msgstr "UWAGA - %s: nie można zmienić aktualnego przydziału bloków\n"
-#: quotaops.c:326
+#: quotaops.c:296
#, c-format
msgid "WARNING - %s: cannot change current inode allocation\n"
msgstr "UWAGA - %s: nie można zmienić aktualnego przydziału i-węzłów\n"
-#: quotaops.c:352
+#: quotaops.c:322
msgid "Bad format: two title lines assumed\n"
msgstr ""
-#: quotaops.c:363
+#: quotaops.c:333
#, c-format
msgid ""
"Bad format:\n"
@@ -2189,72 +2232,72 @@ msgstr ""
"Zły format:\n"
"%s\n"
-#: quotaops.c:369
+#: quotaops.c:339
#, fuzzy, c-format
msgid "Bad block usage: %s: %s\n"
msgstr "Nie można odczytać bloku %u: %s\n"
-#: quotaops.c:376
+#: quotaops.c:346
#, fuzzy, c-format
msgid "Bad block soft limit: %s: %s\n"
msgstr "Błędny miękki limit bloków"
-#: quotaops.c:383
+#: quotaops.c:353
#, fuzzy, c-format
msgid "Bad block hard limit: %s: %s\n"
msgstr "Błędny twardy limit bloków"
-#: quotaops.c:390
+#: quotaops.c:360
#, fuzzy, c-format
msgid "Bad inode usage: %s: %s\n"
msgstr "nie można otworzyć %s: %s\n"
-#: quotaops.c:397
+#: quotaops.c:367
#, fuzzy, c-format
msgid "Bad inode soft limit: %s: %s\n"
msgstr "Błędny miękki limit i-węzłów"
-#: quotaops.c:404
+#: quotaops.c:374
#, fuzzy, c-format
msgid "Bad inode hard limit: %s: %s\n"
msgstr "Błędny twardy limit i-węzłów"
-#: quotaops.c:457
+#: quotaops.c:427
#, c-format
msgid "Times to enforce softlimit for %s %s (%cid %d):\n"
msgstr "Okresy wymuszenia miękkich limitów %s %s (%cid %d):\n"
-#: quotaops.c:459 quotaops.c:562
+#: quotaops.c:429 quotaops.c:532
#, c-format
msgid "Time units may be: days, hours, minutes, or seconds\n"
msgstr "Jednostkami czasu mogą być: days, hours, minutes, seconds\n"
-#: quotaops.c:461
+#: quotaops.c:431
#, c-format
msgid ""
" Filesystem block grace inode grace\n"
msgstr ""
" System plików Pobłażliwość dla bloków Pobłażliwość dla i-węzłów\n"
-#: quotaops.c:466 quotaops.c:472 quotaops.c:517 quotaops.c:530 setquota.c:288
+#: quotaops.c:436 quotaops.c:442 quotaops.c:487 quotaops.c:500 setquota.c:288
#: setquota.c:294
msgid "unset"
msgstr "nie ustawiona"
-#: quotaops.c:468 quotaops.c:474
+#: quotaops.c:438 quotaops.c:444
msgid "0seconds"
msgstr "0 sekund"
-#: quotaops.c:470 quotaops.c:476 quotasys.c:503
+#: quotaops.c:440 quotaops.c:446 quotasys.c:503
#, c-format
msgid "%useconds"
msgstr "%u sekund"
-#: quotaops.c:503 quotaops.c:602
+#: quotaops.c:473 quotaops.c:572
msgid "Bad format: three title lines assumed\n"
msgstr ""
-#: quotaops.c:513 quotaops.c:610
+#: quotaops.c:483 quotaops.c:580
#, c-format
msgid ""
"bad format:\n"
@@ -2263,17 +2306,17 @@ msgstr ""
"zły format:\n"
"%s\n"
-#: quotaops.c:524 quotaops.c:616
+#: quotaops.c:494 quotaops.c:586
msgid "Bad time units. Units are 'second', 'minute', 'hour', and 'day'.\n"
msgstr ""
"Złe jednostki czasu. Jednostkami są 'second', 'minute', 'hour' i 'day'.\n"
-#: quotaops.c:560
+#: quotaops.c:530
#, c-format
msgid "Grace period before enforcing soft limits for %ss:\n"
msgstr "Okres pobłażliwości przed wymuszeniem miękkich limitów %s:\n"
-#: quotaops.c:563
+#: quotaops.c:533
#, c-format
msgid " Filesystem Block grace period Inode grace period\n"
msgstr ""
@@ -2424,7 +2467,7 @@ msgstr ""
"-h, --help wyświetlenie tego opisu i zakończenie\n"
"-V, --version wyświetlenie informacji o wersji i zakończenie\n"
-#: setquota.c:84 edquota.c:104 quota.c:114
+#: setquota.c:84 edquota.c:104 quota.c:90
#, c-format
msgid "Bugs to: %s\n"
msgstr "Błędy na adres: %s\n"
@@ -2609,7 +2652,7 @@ msgid ""
" xml - simple XML\n"
msgstr ""
-#: quotasys.c:459 quota.c:297
+#: quotasys.c:459 quota.c:278
msgid "none"
msgstr "brak"
@@ -2670,116 +2713,116 @@ msgstr "dzień"
msgid "days"
msgstr "dni"
-#: quotasys.c:573
+#: quotasys.c:582
msgid "Integer overflow while parsing space number."
msgstr ""
-#: quotasys.c:575
+#: quotasys.c:584
msgid "K"
msgstr ""
-#: quotasys.c:577
+#: quotasys.c:586
msgid "M"
msgstr ""
-#: quotasys.c:579
+#: quotasys.c:588
msgid "G"
msgstr ""
-#: quotasys.c:581
+#: quotasys.c:590
msgid "T"
msgstr ""
-#: quotasys.c:584
+#: quotasys.c:593
msgid "Unknown space binary unit. Valid units are K, M, G, T."
msgstr ""
-#: quotasys.c:588
+#: quotasys.c:597
msgid "Integer overflow while interpreting space unit."
msgstr ""
-#: quotasys.c:628
+#: quotasys.c:650
msgid "Integer overflow while parsing number."
msgstr ""
-#: quotasys.c:632
+#: quotasys.c:654
msgid "k"
msgstr ""
-#: quotasys.c:634
+#: quotasys.c:656
msgid "m"
msgstr ""
-#: quotasys.c:636
+#: quotasys.c:658
msgid "g"
msgstr ""
-#: quotasys.c:638
+#: quotasys.c:660
msgid "t"
msgstr ""
-#: quotasys.c:641
+#: quotasys.c:663
msgid "Unknown decimal unit. Valid units are k, m, g, t."
msgstr ""
-#: quotasys.c:645
+#: quotasys.c:667
msgid "Integer overflow while interpreting decimal unit."
msgstr ""
-#: quotasys.c:803
+#: quotasys.c:826
#, c-format
msgid "Cannot stat quota file %s: %s\n"
msgstr "Nie można wykonać stat na pliku limitów %s: %s\n"
-#: quotasys.c:949
+#: quotasys.c:974
msgid "Not all specified mountpoints are using quota.\n"
msgstr "Nie wszystkie podane punkty montowania używają limitów.\n"
-#: quotasys.c:963
+#: quotasys.c:988
#, c-format
msgid "Error while releasing file on %s\n"
msgstr "Błąd podczas zwalniania pliku na %s\n"
-#: quotasys.c:1022
+#: quotasys.c:1047
#, c-format
msgid "Cannot create set for sigaction(): %s\n"
msgstr "Nie można utworzyć zbioru dla sigaction(): %s\n"
-#: quotasys.c:1025
+#: quotasys.c:1050
#, c-format
msgid "Cannot set signal handler: %s\n"
msgstr "Nie można ustawić obsługi sygnału: %s\n"
-#: quotasys.c:1080
+#: quotasys.c:1106
#, c-format
msgid "Cannot reset signal handler: %s\n"
msgstr "Nie można przywrócić obsługi sygnału: %s\n"
-#: quotasys.c:1235
+#: quotasys.c:1261
msgid "Cannot open any file with mount points.\n"
msgstr "Nie można otworzyć żadnego pliku z punktami montowania.\n"
-#: quotasys.c:1253
+#: quotasys.c:1279
#, c-format
msgid "Cannot get device name for %s\n"
msgstr "Nie można uzyskać nazwy urządzenia dla %s\n"
-#: quotasys.c:1313
+#: quotasys.c:1339
#, c-format
msgid "Cannot resolve mountpoint path %s: %s\n"
msgstr "Nie można rozwiązać ścieżki punktu montowania %s: %s\n"
-#: quotasys.c:1319
+#: quotasys.c:1345
#, c-format
msgid "Cannot statfs() %s: %s\n"
msgstr "Nie można wykonać statfs() %s: %s\n"
-#: quotasys.c:1331
+#: quotasys.c:1357
#, c-format
msgid "Cannot stat() mounted device %s: %s\n"
msgstr "Nie można wykonać stat() na zamontowanym urządzeniu %s: %s\n"
-#: quotasys.c:1336
+#: quotasys.c:1362
#, c-format
msgid ""
"Device (%s) filesystem is mounted on unsupported device type. Skipping.\n"
@@ -2787,12 +2830,12 @@ msgstr ""
"Urządzenie (%s), na którym jest zamontowany system plików, nie jest "
"obsługiwanego typu. Pominięto.\n"
-#: quotasys.c:1346
+#: quotasys.c:1372
#, c-format
msgid "Cannot stat() mountpoint %s: %s\n"
msgstr "Nie można wykonać stat() na punkcie montowania %s: %s\n"
-#: quotasys.c:1415
+#: quotasys.c:1441
#, c-format
msgid ""
"Cannot find a device with %s.\n"
@@ -2801,7 +2844,7 @@ msgstr ""
"Nie można znaleźć urządzenia z %s.\n"
"Pomijanie...\n"
-#: quotasys.c:1419
+#: quotasys.c:1445
#, c-format
msgid ""
"Cannot stat() a mountpoint with %s: %s\n"
@@ -2810,7 +2853,7 @@ msgstr ""
"Nie można wykonać stat() na punkcie montowania z %s: %s\n"
"Pomijanie...\n"
-#: quotasys.c:1427
+#: quotasys.c:1453
#, c-format
msgid ""
"Cannot stat() given mountpoint %s: %s\n"
@@ -2819,31 +2862,31 @@ msgstr ""
"Nie można wykonać stat() na podanym punkcie montowania %s: %s\n"
"Pomijanie...\n"
-#: quotasys.c:1437
+#: quotasys.c:1463
#, c-format
msgid "Cannot find a filesystem mountpoint for directory %s\n"
msgstr "Nie można znaleźć punktu montowania systemu plików dla katalogu %s\n"
-#: quotasys.c:1443
+#: quotasys.c:1469
#, c-format
msgid "Cannot resolve path %s: %s\n"
msgstr "Nie można rozwiązać ścieżki %s: %s\n"
-#: quotasys.c:1454
+#: quotasys.c:1480
#, c-format
msgid "Cannot find mountpoint for device %s\n"
msgstr "Nie można znaleźć punktu montowania dla urządzenia %s\n"
-#: quotasys.c:1460
+#: quotasys.c:1486
#, c-format
msgid "Specified path %s is not directory nor device.\n"
msgstr "Podana ścieżka %s nie jest katalogiem ani urządzeniem.\n"
-#: quotasys.c:1468
+#: quotasys.c:1494
msgid "No correct mountpoint specified.\n"
msgstr "Nie podano poprawnego punktu montowania.\n"
-#: quotasys.c:1523
+#: quotasys.c:1549
#, c-format
msgid "Mountpoint (or device) %s not found or has no quota enabled.\n"
msgstr ""
@@ -2968,7 +3011,7 @@ msgstr "nie można zarejestrować (RQUOTAPROG, RQUOTAVERS, UDP).\n"
msgid "Unable to register (RQUOTAPROG, EXT_RQUOTAVERS, %s).\n"
msgstr "nie można zarejestrować (RQUOTAPROG, EXT_RQUOTAVERS, UDP).\n"
-#: rquota_svc.c:539
+#: rquota_svc.c:542
msgid "svc_run returned\n"
msgstr "svc_run powróciło\n"
@@ -3025,66 +3068,76 @@ msgstr "Nie można przypisać do podanego adresu: %s\n"
msgid "Error creating socket: %s\n"
msgstr "Nie można utworzyć gniazda: %s\n"
-#: svc_socket.c:122
+#: svc_socket.c:124
+#, fuzzy, c-format
+msgid "Cannot set IPv6 socket options: %s\n"
+msgstr "Nie można ustawić opcji gniazda: %s\n"
+
+#: svc_socket.c:131
#, c-format
msgid "Cannot set socket options: %s\n"
msgstr "Nie można ustawić opcji gniazda: %s\n"
-#: svc_socket.c:128
+#: svc_socket.c:137
#, fuzzy, c-format
msgid "Cannot bind to address: %s\n"
msgstr "Nie można przypisać do podanego adresu: %s\n"
+#: svc_socket.c:144
+#, fuzzy, c-format
+msgid "Cannot listen to address: %s\n"
+msgstr "Nie można przypisać do podanego adresu: %s\n"
+
#: xqmstats.c:32 xqmstats.c:37
msgid "The running kernel does not support XFS\n"
msgstr "Działające jądro nie obsługuje XFS\n"
-#: xqmstats.c:49
+#: xqmstats.c:50
#, c-format
msgid "XFS Quota Manager dquot statistics\n"
msgstr "Statystyki dquot Zarządcy Limitów na XFS\n"
-#: xqmstats.c:50
+#: xqmstats.c:51
#, c-format
msgid " reclaims: %u\n"
msgstr " poprawki: %u\n"
-#: xqmstats.c:51
+#: xqmstats.c:52
#, c-format
msgid " missed reclaims: %u\n"
msgstr " chybione poprawki: %u\n"
-#: xqmstats.c:52
+#: xqmstats.c:53
#, c-format
msgid " dquot dups: %u\n"
msgstr " duplikaty dquot: %u\n"
-#: xqmstats.c:53
+#: xqmstats.c:54
#, c-format
msgid " cache misses: %u\n"
msgstr " chybienia bufora: %u\n"
-#: xqmstats.c:54
+#: xqmstats.c:55
#, c-format
msgid " cache hits: %u\n"
msgstr " trafienia bufora: %u\n"
-#: xqmstats.c:55
+#: xqmstats.c:56
#, c-format
msgid " dquot wants: %u\n"
msgstr " żądania dquot: %u\n"
-#: xqmstats.c:56
+#: xqmstats.c:57
#, c-format
msgid " shake reclaims: %u\n"
msgstr " poprawki shake: %u\n"
-#: xqmstats.c:57
+#: xqmstats.c:58
#, c-format
msgid " inact reclaims: %u\n"
msgstr " poprawki inact: %u\n"
-#: xqmstats.c:62
+#: xqmstats.c:63
#, c-format
msgid "Maximum %u dquots (currently %u incore, %u on freelist)\n"
msgstr "Maksimum %u dquot (aktualnie %u w rdzeniu, %u na liście wolnych)\n"
@@ -3237,52 +3290,61 @@ msgstr "Nie można odczytać z pliku pojedynczych okresów pobłażliwości.\n"
msgid "Cannot read quotas from file.\n"
msgstr "Nie można odczytać limitów z pliku.\n"
-#: quota.c:87
+#: quota.c:58
#, fuzzy
msgid "Usage: quota [-guPqvswim] [-l | [-Q | -A]] [-F quotaformat]\n"
msgstr "Składnia: quota [-guqvswim] [-l | [-Q | -A]] [-F format]\n"
-#: quota.c:88
+#: quota.c:59
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -u username ...\n"
msgstr "\tquota [-qvswim] [-l | [-Q | -A]] [-F format] -u użytkownik ...\n"
-#: quota.c:89
+#: quota.c:60
msgid "\tquota [-qvswim] [-l | [-Q | -A]] [-F quotaformat] -g groupname ...\n"
msgstr "\tquota [-qvswim] [-l | [-Q | -A]] [-F format] -g grupa ...\n"
-#: quota.c:90
+#: quota.c:61
#, fuzzy
msgid "\tquota [-qvswugPQm] [-F quotaformat] -f filesystem ...\n"
msgstr "\tquota [-qvswugQm] [-F format] -f system-plików ...\n"
-#: quota.c:91
+#: quota.c:62
#, fuzzy
msgid ""
"\n"
-"-u, --user display quota for user\n"
-"-g, --group display quota for group\n"
-"-P, --project display quota for project\n"
-"-q, --quiet print more terse message\n"
-"-v, --verbose print more verbose message\n"
-"-s, --human-readable display numbers in human friendly units (MB, "
-"GB...)\n"
-" --always-resolve always try to translate name to id, even if it is\n"
-"\t\t\t composed of only digits\n"
-"-w, --no-wrap do not wrap long lines\n"
-"-p, --raw-grace print grace time in seconds since epoch\n"
-"-l, --local-only do not query NFS filesystems\n"
-"-Q, --quiet-refuse do not print error message when NFS server does\n"
-" not respond\n"
-"-i, --no-autofs do not query autofs mountpoints\n"
-"-F, --format=formatname display quota of a specific format\n"
-"-f, --filesystem-list display quota information only for given "
-"filesystems\n"
-"-A, --all-nfs display quota for all NFS mountpoints\n"
-"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
-" --show-mntpoint show mount point of the file system in output\n"
-" --hide-device do not show file system device in output\n"
-"-h, --help display this help message and exit\n"
-"-V, --version display version information and exit\n"
+"-u, --user display quota for user\n"
+"-g, --group display quota for group\n"
+"-P, --project display quota for project\n"
+"-q, --quiet print more terse message\n"
+"-v, --verbose print more verbose message\n"
+"-s, --human-readable[=units] display numbers in human friendly units (MB, "
+"GB,\n"
+" ...). Units can be also specified explicitely "
+"by\n"
+" an optional argument in format [kgt],[kgt] "
+"where\n"
+" the first character specifies space units and "
+"the\n"
+" second character specifies inode units\n"
+" --always-resolve always try to translate name to id, even if it "
+"is\n"
+"\t\t\t composed of only digits\n"
+"-w, --no-wrap do not wrap long lines\n"
+"-p, --raw-grace print grace time in seconds since epoch\n"
+"-l, --local-only do not query NFS filesystems\n"
+"-Q, --quiet-refuse do not print error message when NFS server "
+"does\n"
+" not respond\n"
+"-i, --no-autofs do not query autofs mountpoints\n"
+"-F, --format=formatname display quota of a specific format\n"
+"-f, --filesystem-list display quota information only for given\n"
+" filesystems\n"
+"-A, --all-nfs display quota for all NFS mountpoints\n"
+"-m, --no-mixed-pathnames trim leading slashes from NFSv4 mountpoints\n"
+" --show-mntpoint show mount point of the file system in output\n"
+" --hide-device do not show file system device in output\n"
+"-h, --help display this help message and exit\n"
+"-V, --version display version information and exit\n"
"\n"
msgstr ""
"\n"
@@ -3316,93 +3378,97 @@ msgstr ""
"-V, --version wyświetlenie informacji o wersji i zakończenie\n"
"\n"
-#: quota.c:123
+#: quota.c:99
msgid "space"
msgstr "miejsce"
-#: quota.c:125
+#: quota.c:101
msgid "blocks"
msgstr "bloki"
-#: quota.c:127
+#: quota.c:103
#, c-format
msgid "Disk quotas for %s %s (%cid %u): %s\n"
msgstr "Ograniczenia dyskowe %s %s (%cid %u): %s\n"
-#: quota.c:130
+#: quota.c:106
msgid "Filesystem"
msgstr "System plików"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "quota"
msgstr "miękki"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "limit"
msgstr "twardy"
-#: quota.c:131 quota.c:132
+#: quota.c:107 quota.c:108
msgid "grace"
msgstr "pobł."
-#: quota.c:132
+#: quota.c:108
msgid "files"
msgstr "pliki"
-#: quota.c:208
+#: quota.c:189
msgid "File limit reached on"
msgstr "Twardy limit plików osiągnięty na"
-#: quota.c:214
+#: quota.c:195
msgid "In file grace period on"
msgstr "Okres pobłażliwości dla plików na"
-#: quota.c:218
+#: quota.c:199
msgid "Over file quota on"
msgstr "Miękki limit dla plików przekroczony na"
-#: quota.c:224
+#: quota.c:205
msgid "Block limit reached on"
msgstr "Twardy limit bloków osiągnięty na"
-#: quota.c:230
+#: quota.c:211
msgid "In block grace period on"
msgstr "Okres pobłażliwości dla bloków na"
-#: quota.c:234
+#: quota.c:215
msgid "Over block quota on"
msgstr "Miękki limit dla bloków przekroczony na"
-#: quota.c:408
+#: quota.c:278
+msgid "no limited resources used"
+msgstr ""
+
+#: quota.c:393
#, c-format
msgid "Warning: Ignoring -%c when filesystem list specified.\n"
msgstr "Uwaga: Zignorowano -%c kiedy została podana lista systemów plików.\n"
-#: quota.c:415
+#: quota.c:400
msgid "No filesystem specified.\n"
msgstr "Nie podano systemu plików.\n"
-#: quota.c:423
+#: quota.c:408
#, c-format
msgid "Gid set allocation (%d): %s\n"
msgstr "Przydzielenie zbioru gid (%d): %s\n"
-#: quota.c:429
+#: quota.c:414
#, c-format
msgid "getgroups(): %s\n"
msgstr "getgroups(): %s\n"
-#: quota.c:434
+#: quota.c:419
#, fuzzy
msgid "Project reports not supported without project name\n"
msgstr "Format limitów nie obsługiwany przez jądro.\n"
-#: common.c:124
+#: common.c:125
#, c-format
msgid "Quota utilities version %s.\n"
msgstr "Narzędzia Quota w wersji %s.\n"
-#: common.c:125
+#: common.c:126
#, c-format
msgid "Compiled with:%s\n"
msgstr "Skompilowano z:%s\n"