Searched refs:pot (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/po/
H A DMakefile.am62 hello-c.pot \
63 hello-c-gnome.pot \
64 hello-c++.pot \
65 hello-c++-qt.pot \
66 hello-c++-kde.pot \
67 hello-c++-gnome.pot \
68 hello-c++-wxwidgets.pot \
69 hello-objc.pot \
70 hello-objc-gnustep.pot \
71 hello-objc-gnome.pot \
[all...]
H A DMakefile.in172 hello-c.pot \
173 hello-c-gnome.pot \
174 hello-c++.pot \
175 hello-c++-qt.pot \
176 hello-c++-kde.pot \
177 hello-c++-gnome.pot \
178 hello-c++-wxwidgets.pot \
179 hello-objc.pot \
180 hello-objc-gnustep.pot \
181 hello-objc-gnome.pot \
[all...]
H A Dmmsmallpo.sh10 msgmerge --force-po $language.po $directory.pot -o - | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-po10 tmpfiles="$tmpfiles prog-in.pot"
11 cat <<\EOF > prog-in.pot
26 tmpfiles="$tmpfiles prog.tmp prog.pot"
28 ${XGETTEXT} -o prog.tmp --omit-header --add-location prog-in.pot
30 tr -d '\r' < prog.tmp > prog.pot
34 ${DIFF} prog-in.pot prog.pot || exit 1
H A Dlang-rst25 tmpfiles="$tmpfiles prog.tmp prog.pot"
29 tr -d '\r' < prog.tmp > prog.pot
64 ${DIFF} prog.ok prog.pot || exit 1
71 tmpfiles="$tmpfiles prog.pot"
73 if (${RSTCONV} -o prog.pot -i prog.rst) >/dev/null 2>&1; then
100 ${DIFF} prog.ok prog.pot || exit 1
H A Dmsgcmp-49 tmpfiles="$tmpfiles mc-test4.pot"
10 cat <<\EOF > mc-test4.pot
94 ${MSGCMP} --use-fuzzy mc-test4.po1 mc-test4.pot > mc-test4.out11 2>&1
104 ${MSGCMP} mc-test4.po1 mc-test4.pot > mc-test4.out12 2>&1
157 ${MSGCMP} mc-test4.po2 mc-test4.pot > mc-test4.out2 2>&1
H A Dxgettext-perl-460 tmpfiles="$tmpfiles xg-pl-4.tmp.pot xg-pl-4.pot"
63 ${XGETTEXT} -a --omit-header --no-location -o xg-pl-4.tmp.pot xg-pl-4.pl
65 tr -d '\r' < xg-pl-4.tmp.pot > xg-pl-4.pot
115 ${DIFF} xg-pl-4.ok xg-pl-4.pot
H A Dmsgmerge-124 # in ref.pot.
34 tmpfiles="$tmpfiles mm-test12.pot"
35 cat <<EOF > mm-test12.pot
59 ${MSGMERGE} -q -o mm-test12.tmp mm-test12.po mm-test12.pot
H A Dmsgmerge-158 tmpfiles="$tmpfiles mm-test15.pot mm-test15.po"
9 cat <<\EOF > mm-test15.pot
34 ${MSGMERGE} -q -o mm-test15.tmp mm-test15.pot mm-test15.po
H A Dmsgmerge-update-136 tmpfiles="$tmpfiles mm-u-1.pot"
37 cat <<EOF > mm-u-1.pot
67 ${MSGMERGE} -q --update mm-u-1.po mm-u-1.pot
H A Dmsgmerge-update-35 # .pot file under CVS.
32 tmpfiles="$tmpfiles mm-u-3.pot"
33 cat <<EOF > mm-u-3.pot
56 ${MSGMERGE} -q --update mm-u-3.po mm-u-3.pot
H A Dxgettext-842 tmpfiles="$tmpfiles xg-test8.pot"
43 sed -e '/POT-Creation-Date/d' < xg-test8.po | tr -d '\r' > xg-test8.pot
74 ${DIFF} xg-test8.ok xg-test8.pot
H A Dxgettext-python-349 tmpfiles="$tmpfiles xg-py-3a.tmp xg-py-3a.pot"
57 grep -v 'POT-Creation-Date' < xg-py-3a.tmp | tr -d '\r' > xg-py-3a.pot
60 ${DIFF} xg-py-3.ok xg-py-3a.pot
65 tmpfiles="$tmpfiles xg-py-3b.tmp xg-py-3b.pot"
69 grep -v 'POT-Creation-Date' < xg-py-3b.tmp | tr -d '\r' > xg-py-3b.pot
71 ${DIFF} xg-py-3.ok xg-py-3b.pot
77 tmpfiles="$tmpfiles xg-py-3c.tmp xg-py-3c.pot"
81 grep -v 'POT-Creation-Date' < xg-py-3c.tmp | tr -d '\r' > xg-py-3c.pot
83 ${DIFF} xg-py-3.ok xg-py-3c.pot
97 tmpfiles="$tmpfiles xg-py-3d.tmp xg-py-3d.pot"
[all...]
H A Dlang-elisp19 tmpfiles="$tmpfiles prog.tmp prog.pot"
23 tr -d '\r' < prog.tmp > prog.pot
37 ${DIFF} prog.ok prog.pot || exit 1
57 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A Dautoclean.sh11 rm -f po/*.pot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
91 test ! -f $(srcdir)/$(DOMAIN).pot || \
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
99 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
103 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
91 test ! -f $(srcdir)/$(DOMAIN).pot || \
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
99 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
103 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
91 test ! -f $(srcdir)/$(DOMAIN).pot || \
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
99 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
103 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
99 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
103 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
104 # Note that $(DOMAIN).pot i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/po/
H A DGNUmakefile20 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
83 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
87 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
88 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
89 $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
96 if test -f $(DOMAIN).pot; then \
97 sed -f remove-potcdate.sed < $(DOMAIN).pot > $(DOMAIN).1po && \
102 rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).pot && \
103 mv $(DOMAIN).po $(DOMAIN).pot; \
106 mv $(DOMAIN).po $(DOMAIN).pot; \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/po/
H A DMakefile.am24 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
89 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
90 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
97 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
98 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
103 stamp-po: $(srcdir)/$(DOMAIN).pot
104 test ! -f $(srcdir)/$(DOMAIN).pot || \
106 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
112 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
116 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
78 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
79 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
86 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
87 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
92 stamp-po: $(srcdir)/$(DOMAIN).pot
93 test ! -f $(srcdir)/$(DOMAIN).pot || \
95 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
101 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
105 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
78 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
79 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
86 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
87 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
92 stamp-po: $(srcdir)/$(DOMAIN).pot
93 test ! -f $(srcdir)/$(DOMAIN).pot || \
95 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
101 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
105 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
91 test ! -f $(srcdir)/$(DOMAIN).pot || \
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
99 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
103 # This target rebuilds $(DOMAIN).pot; i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl-tk/po/
H A DMakefile.am17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
77 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
91 test ! -f $(srcdir)/$(DOMAIN).pot || \
93 @test ! -f $(srcdir)/$(DOMAIN).pot || { \
99 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
103 # This target rebuilds $(DOMAIN).pot; i
[all...]

Completed in 181 milliseconds

123456