Gettextize the source, make library strings translatable.
authorRichard Jones <rjones@redhat.com>
Thu, 21 May 2009 11:01:36 +0000 (12:01 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 21 May 2009 11:01:36 +0000 (12:01 +0100)
commitd70248333edf8a5b5f509609cf2c8f7fd77d5e05
tree11adc51a662cd5769cb0cec80cd81942293729fd
parent29204fe10d6ad46bace50e82557cb95e8a0f3529
Gettextize the source, make library strings translatable.
54 files changed:
.gitignore
ABOUT-NLS [new file with mode: 0644]
HACKING
Makefile.am
config.rpath [new file with mode: 0755]
configure.ac
fish/alloc.c
fish/edit.c
fish/fish.c
fish/fish.h
m4/codeset.m4 [new file with mode: 0644]
m4/gettext.m4 [new file with mode: 0644]
m4/glibc2.m4 [new file with mode: 0644]
m4/glibc21.m4 [new file with mode: 0644]
m4/iconv.m4 [new file with mode: 0644]
m4/intdiv0.m4 [new file with mode: 0644]
m4/intl.m4 [new file with mode: 0644]
m4/intldir.m4 [new file with mode: 0644]
m4/intlmacosx.m4 [new file with mode: 0644]
m4/intmax.m4 [new file with mode: 0644]
m4/inttypes-pri.m4 [new file with mode: 0644]
m4/inttypes_h.m4 [new file with mode: 0644]
m4/lcmessage.m4 [new file with mode: 0644]
m4/lib-ld.m4 [new file with mode: 0644]
m4/lib-link.m4 [new file with mode: 0644]
m4/lib-prefix.m4 [new file with mode: 0644]
m4/lock.m4 [new file with mode: 0644]
m4/longlong.m4 [new file with mode: 0644]
m4/nls.m4 [new file with mode: 0644]
m4/po.m4 [new file with mode: 0644]
m4/printf-posix.m4 [new file with mode: 0644]
m4/progtest.m4 [new file with mode: 0644]
m4/size_max.m4 [new file with mode: 0644]
m4/stdint_h.m4 [new file with mode: 0644]
m4/uintmax_t.m4 [new file with mode: 0644]
m4/visibility.m4 [new file with mode: 0644]
m4/wchar_t.m4 [new file with mode: 0644]
m4/wint_t.m4 [new file with mode: 0644]
m4/xsize.m4 [new file with mode: 0644]
po/Makefile.in.in [changed from symlink to file mode: 0644]
po/Makevars [new file with mode: 0644]
po/POTFILES.in
po/Rules-quot [new file with mode: 0644]
po/boldquot.sed [new file with mode: 0644]
po/en@boldquot.header [new file with mode: 0644]
po/en@quot.header [new file with mode: 0644]
po/insert-header.sin [new file with mode: 0644]
po/libguestfs.pot [new file with mode: 0644]
po/quot.sed [new file with mode: 0644]
po/remove-potcdate.sed [new file with mode: 0644]
po/remove-potcdate.sin [new file with mode: 0644]
src/Makefile.am
src/gettext.h [new file with mode: 0644]
src/guestfs.c