]> git.pld-linux.org Git - packages/quota.git/blob - quota-repquota-len-fix.patch
- updated to 4.01
[packages/quota.git] / quota-repquota-len-fix.patch
1 --- quota-tools/repquota.c.orig 2012-03-01 23:59:32.000000000 +0100
2 +++ quota-tools/repquota.c      2014-07-22 21:36:17.080134850 +0200
3 @@ -194,7 +194,7 @@
4         space2str(toqb(entry->dqb_curspace), numbuf[0], flags & FL_SHORTNUMS);
5         space2str(entry->dqb_bsoftlimit, numbuf[1], flags & FL_SHORTNUMS);
6         space2str(entry->dqb_bhardlimit, numbuf[2], flags & FL_SHORTNUMS);
7 -       printf("%-*s %c%c %7s %7s %7s %6s", PRINTNAMELEN, pname,
8 +       printf("%-*s %c%c %8s %8s %8s %6s", PRINTNAMELEN, pname,
9                overlim(qb2kb(toqb(entry->dqb_curspace)), qb2kb(entry->dqb_bsoftlimit), qb2kb(entry->dqb_bhardlimit)),
10                overlim(entry->dqb_curinodes, entry->dqb_isoftlimit, entry->dqb_ihardlimit),
11                numbuf[0], numbuf[1], numbuf[2], time);
12 @@ -297,9 +297,9 @@
13         time2str(h->qh_info.dqi_bgrace, bgbuf, TF_ROUND);
14         time2str(h->qh_info.dqi_igrace, igbuf, TF_ROUND);
15         printf(_("Block grace time: %s; Inode grace time: %s\n"), bgbuf, igbuf);
16 -       printf(_("                        %s limits                File limits\n"), spacehdr);
17 -       printf(_("%-9s       used    soft    hard  grace    used  soft  hard  grace\n"), (type == USRQUOTA)?_("User"):_("Group"));
18 -       printf("----------------------------------------------------------------------\n");
19 +       printf(_("                       %s limits                File limits\n"), spacehdr);
20 +       printf(_("%-9s        used     soft     hard  grace    used  soft  hard  grace\n"), (type == USRQUOTA)?_("User"):_("Group"));
21 +       printf("-------------------------------------------------------------------------\n");
22  
23         if (h->qh_ops->scan_dquots(h, output) < 0)
24                 return;
25 --- quota-tools/po/pl.po.orig   2014-07-23 22:04:14.976438571 +0200
26 +++ quota-tools/po/pl.po        2014-07-23 22:07:53.059762752 +0200
27 @@ -2270,13 +2270,13 @@
28  
29  #: repquota.c:300
30  #, c-format
31 -msgid "                        %s limits                File limits\n"
32 -msgstr "                       Limity %-7s                Limity plików\n"
33 +msgid "                       %s limits                File limits\n"
34 +msgstr "                      Limity %-7s                Limity plików\n"
35  
36  #: repquota.c:301
37  #, c-format
38 -msgid "%-9s       used    soft    hard  grace    used  soft  hard  grace\n"
39 -msgstr "%-9s       u¿yw.   miêk.   twar. pob³.    u¿yw. miêk. twar. pob³.\n"
40 +msgid "%-9s        used     soft     hard  grace    used  soft  hard  grace\n"
41 +msgstr "%-9s        u¿yw.    miêk.    twar. pob³.    u¿yw. miêk. twar. pob³.\n"
42  
43  #: repquota.c:301
44  msgid "User"
45 --- quota-tools/po/fr.po.orig   2004-09-02 21:38:53.000000000 +0200
46 +++ quota-tools/po/fr.po        2007-08-05 09:11:30.455348924 +0200
47 @@ -1661,13 +1661,13 @@
48  msgstr "P?riode de sursis bloc : %s ; p?riode de sursis inode : %s\n"
49  
50  #: repquota.c:241
51 -msgid "                        Block limits                File limits\n"
52 -msgstr "                        Limites bloc               Limites fichier\n"
53 +msgid "                         Block limits                 File limits\n"
54 +msgstr "                         Limites bloc                Limites fichier\n"
55  
56  #: repquota.c:242
57  #, c-format
58 -msgid "%-9s       used    soft    hard  grace    used  soft  hard  grace\n"
59 -msgstr "%-9s     utilisé souple stricte sursis utilisé souple stricte sursis\n"
60 +msgid "%-9s        used     soft     hard  grace    used  soft  hard  grace\n"
61 +msgstr "%-9s      utilisé  souple  stricte sursis utilisé souple stricte sursis\n"
62  
63  #: repquota.c:242
64  msgid "User"
65 --- quota-tools/po/cs.po.orig   2012-03-02 00:03:59.000000000 +0100
66 +++ quota-tools/po/cs.po        2014-07-23 22:09:19.976425772 +0200
67 @@ -2410,13 +2410,13 @@
68  
69  #: repquota.c:300
70  #, c-format
71 -msgid "                        %s limits                File limits\n"
72 -msgstr "                        Limity %s                Limity souborů\n"
73 +msgid "                       %s limits                File limits\n"
74 +msgstr "                       Limity %s                Limity souborů\n"
75  
76  #: repquota.c:301
77  #, c-format
78 -msgid "%-9s       used    soft    hard  grace    used  soft  hard  grace\n"
79 -msgstr "%-9s       užito   měkký   pevný odklad   užito měkký pevný odklad\n"
80 +msgid "%-9s        used     soft     hard  grace    used  soft  hard  grace\n"
81 +msgstr "%-9s        užito    měkký    pevný odklad   užito měkký pevný odklad\n"
82  
83  #: repquota.c:301
84  msgid "User"
85 --- quota-tools/po/de.po.orig   2011-10-20 15:40:19.000000000 +0200
86 +++ quota-tools/po/de.po        2014-07-23 22:10:10.236423662 +0200
87 @@ -2262,13 +2262,13 @@
88  
89  #: repquota.c:300
90  #, c-format
91 -msgid "                        %s limits                File limits\n"
92 -msgstr "                        %s Limits                Dateilimits\n"
93 +msgid "                       %s limits                File limits\n"
94 +msgstr "                       %s Limits                Dateilimits\n"
95  
96  #: repquota.c:301
97  #, c-format
98 -msgid "%-9s       used    soft    hard  grace    used  soft  hard  grace\n"
99 -msgstr "%-9s       belegt  weich   hart  Gnade   belegt weich hart  Gnade\n"
100 +msgid "%-9s        used     soft     hard  grace    used  soft  hard  grace\n"
101 +msgstr "%-9s        belegt   weich    hart  Gnade   belegt weich hart  Gnade\n"
102  
103  #: repquota.c:301
104  msgid "User"
This page took 0.071877 seconds and 3 git commands to generate.