]> git.pld-linux.org Git - packages/xfsprogs.git/blob - xfsprogs-po.patch
- up to 2.8.3
[packages/xfsprogs.git] / xfsprogs-po.patch
1 --- xfsprogs-2.7.10/po/Makefile.orig    2006-01-14 19:17:22.717637750 +0100
2 +++ xfsprogs-2.7.10/po/Makefile 2006-01-14 19:28:41.960087750 +0100
3 @@ -6,39 +6,49 @@
4  include $(TOPDIR)/include/builddefs
5  
6  # Currently LINGUAS is undefined, so buildmacros provides no targets.
7 -LINGUAS =
8 +LINGUAS = pl
9  LSRCFILES = $(LINGUAS:%=%.po) $(PKG_NAME).pot
10  
11  # TODO: db/ logprint/
12  XGETTEXTFILES =        \
13 -               $(TOPDIR)/growfs/explore.c \
14 +               $(TOPDIR)/copy/xfs_copy.c \
15                 $(TOPDIR)/growfs/xfs_growfs.c \
16 -               $(TOPDIR)/imap/xfs_imap.c \
17 +               $(TOPDIR)/io/attr.c \
18                 $(TOPDIR)/io/bmap.c \
19 -               $(TOPDIR)/io/command.c \
20                 $(TOPDIR)/io/fadvise.c \
21                 $(TOPDIR)/io/file.c \
22                 $(TOPDIR)/io/freeze.c \
23                 $(TOPDIR)/io/fsync.c \
24 -               $(TOPDIR)/io/help.c \
25 +               $(TOPDIR)/io/getrusage.c \
26 +               $(TOPDIR)/io/imap.c \
27                 $(TOPDIR)/io/init.c \
28                 $(TOPDIR)/io/inject.c \
29 -               $(TOPDIR)/io/input.c \
30 +               $(TOPDIR)/io/madvise.c \
31 +               $(TOPDIR)/io/mincore.c \
32                 $(TOPDIR)/io/mmap.c \
33                 $(TOPDIR)/io/open.c \
34 +               $(TOPDIR)/io/parent.c \
35                 $(TOPDIR)/io/pread.c \
36                 $(TOPDIR)/io/prealloc.c \
37                 $(TOPDIR)/io/pwrite.c \
38 -               $(TOPDIR)/io/quit.c \
39                 $(TOPDIR)/io/resblks.c \
40 +               $(TOPDIR)/io/sendfile.c \
41                 $(TOPDIR)/io/shutdown.c \
42                 $(TOPDIR)/io/truncate.c \
43 -               $(TOPDIR)/mkfile/xfs_mkfile.c \
44 -               $(TOPDIR)/mkfs/proto.c \
45 -               $(TOPDIR)/mkfs/xfs_mkfs.c \
46 +               $(TOPDIR)/libdisk/dm.c \
47                 $(TOPDIR)/libdisk/drivers.c \
48 +               $(TOPDIR)/libdisk/evms.c \
49 +               $(TOPDIR)/libdisk/fstype.c \
50                 $(TOPDIR)/libdisk/lvm.c \
51                 $(TOPDIR)/libdisk/md.c \
52 +               $(TOPDIR)/libdisk/pttype.c \
53 +               $(TOPDIR)/libdisk/xvm.c \
54 +               $(TOPDIR)/libxcmd/command.c \
55 +               $(TOPDIR)/libxcmd/help.c \
56 +               $(TOPDIR)/libxcmd/input.c \
57 +               $(TOPDIR)/libxcmd/paths.c \
58 +               $(TOPDIR)/libxcmd/projects.c \
59 +               $(TOPDIR)/libxcmd/quit.c \
60                 $(TOPDIR)/libxfs/darwin.c \
61                 $(TOPDIR)/libxfs/freebsd.c \
62                 $(TOPDIR)/libxfs/init.c \
63 @@ -48,6 +58,18 @@
64                 $(TOPDIR)/libxfs/trans.c \
65                 $(TOPDIR)/libxfs/util.c \
66                 $(TOPDIR)/libxlog/util.c \
67 +               $(TOPDIR)/mkfs/proto.c \
68 +               $(TOPDIR)/mkfs/xfs_mkfs.c \
69 +               $(TOPDIR)/quota/edit.c \
70 +               $(TOPDIR)/quota/free.c \
71 +               $(TOPDIR)/quota/init.c \
72 +               $(TOPDIR)/quota/path.c \
73 +               $(TOPDIR)/quota/project.c \
74 +               $(TOPDIR)/quota/quot.c \
75 +               $(TOPDIR)/quota/quota.c \
76 +               $(TOPDIR)/quota/report.c \
77 +               $(TOPDIR)/quota/state.c \
78 +               $(TOPDIR)/quota/util.c \
79                 $(TOPDIR)/repair/agheader.c \
80                 $(TOPDIR)/repair/attr_repair.c \
81                 $(TOPDIR)/repair/avl.c \
82 --- xfsprogs-2.7.11/quota/util.c.orig   2006-01-17 04:46:52.000000000 +0100
83 +++ xfsprogs-2.7.11/quota/util.c        2006-01-21 19:41:12.312619500 +0100
84 @@ -190,7 +190,7 @@
85  form_to_string(
86         uint            form)
87  {
88 -       static char     *forms[] = {
89 +       char    *forms[] = {
90                 _("Blocks"), _("Inodes"), _("Realtime Blocks") };
91  
92         if (form & XFS_BLOCK_QUOTA)
93 @@ -206,7 +206,7 @@
94  type_to_string(
95         uint            type)
96  {
97 -       static char     *types[] = { _("User"), _("Group"), _("Project") };
98 +       char    *types[] = { _("User"), _("Group"), _("Project") };
99  
100         if (type & XFS_USER_QUOTA)
101                 return types[0];
This page took 0.066458 seconds and 3 git commands to generate.