Searched refs:gettext (Results 1 – 25 of 979) sorted by relevance
12345678910>>...40
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-sh-1 | 9 gettext -e 'escape_0_\n' 10 gettext -e 'escape_1_\a' 11 gettext -e 'escape_2_\b' 12 gettext -e 'escape_3_\f' 13 gettext -e 'escape_4_\r' 14 gettext -e 'escape_5_\t' 15 gettext -e 'escape_6_\v' 16 gettext -e 'escape_7_\\\\z' 17 gettext -e 'escape_10_\40' 18 gettext -e 'escape_11_\044' [all …]
|
D | xgettext-perl-1 | 7 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext dngettext); 55 print gettext <<PERL; print gettext <<PERL; 62 printf "%s\n", gettext "abc\$def"; 63 printf "%s\n", gettext "abc\\\$def"; 66 printf "%s\n", gettext 'abc$defg'; 67 printf "%s\n", gettext 'abc\$defg'; 68 printf "%s\n", gettext 'abc\\$defg'; 69 printf "%s\n", gettext 'abc\\\$defg'; 72 printf "%s\n", gettext 'ecs\tasy'; 73 printf "%s\n", gettext 'ecs\\tasy'; [all …]
|
D | xg-c-escape-3.c | 3 gettext ("1abc\x00ghi"); in main() 4 gettext ("2abc\x00ghi" "jkl\x00rst"); in main() 5 gettext ("3abc\x00ghi"); in main() 6 gettext ("4abc\000ghi" "jkl\000rst"); in main() 7 gettext ("5abc�ghi"); in main() 8 gettext ("6abc�ghi" "jkl�rst"); in main() 9 gettext ("7abc\�"); in main() 10 gettext ("8abc\x�"); // invalid C in main() 11 gettext ("9abc\xA�"); in main() 12 gettext ("10abc\u�"); // invalid C in main() [all …]
|
D | xgettext-14 | 8 gettext ("This is a sentence..."); 13 gettext ("This is another sentence..."); 15 gettext ("This is a multi-sentence example. This is the first sentence. " 31 gettext ("This is a sentence ..."); 34 gettext ("This is another sentence ..."); 36 gettext ("This is a multi-sentence example. This is the first sentence. " 47 gettext ("\"double quoted\""); 50 gettext ("\"double quoted but ignored\""); 52 gettext ("double quoted but empty \"\""); 54 gettext ("\"\" double quoted but empty"); [all …]
|
D | xgettext-perl-6 | 13 print gettext "extracted1", "$shouldnotbeextracted"; 14 print gettext ("extracted2"), "$shouldnotbeextracted"; 15 print gettext ("extracted3")."$notextracted", "$shouldnotbeextracted"; 16 print (gettext ("extracted4")), "$shouldnotbeextracted"; 19 print foobar gettext "extracted5", "$shouldnotbeextracted"; 20 print foobar gettext ("extracted6"), "$shouldnotbeextracted"; 21 print foobar gettext ("extracted7")."$notextracted", "$shouldnotbeextracted"; 22 print foobar (gettext ("extracted8")), "$shouldnotbeextracted"; 23 print foobar (gettext "extracted9", "$shouldnotbeextracted"); 24 print foobar (gettext ("extracted10"), "$shouldnotbeextracted"); [all …]
|
D | xgettext-sh-7 | 7 gettext 'immediate invocation' 8 foo=bar gettext 'invocation with 1 environment variable' 9 foo=bar FOO=baz gettext 'invocation with 2 environment variables' 10 env gettext 'invocation with env' 11 env foo=bar gettext 'invocation with env and 1 environment variable' 12 env foo=bar FOO=baz gettext 'invocation with env and 2 environment variables' 13 'foo'=bar gettext 'invocation after a non-assignment 1' 14 "foo"=bar gettext 'invocation after a non-assignment 2' 15 fo\o=bar gettext 'invocation after a non-assignment 3' 16 foo'='bar gettext 'invocation after a non-assignment 4' [all …]
|
D | xgettext-6 | 7 fprintf (fp, gettext ("c-format positive1"), gettext ("c-format negative1")); 8 printk (gettext ("c-format negative2")); 17 my_printf (gettext ("python-format positive1"), 18 gettext ("python-format negative1")); 19 printk (gettext ("python-format negative2")); 23 (format t (gettext "lisp-format positive1") (gettext "lisp-format negative1")) 24 (prin1 (gettext "lisp-format negative2")) 38 MessageFormat.format(gettext("java-format positive1"), 39 gettext("java-format negative1")); 40 String.format(gettext("java-printf-format positive1"), [all …]
|
D | xgettext-13 | 8 /* With --width=30, the following 10 gettext calls will produce: 16 gettext ("a"); 17 gettext ("a"); 18 gettext ("a"); 19 gettext ("a"); 20 gettext ("a"); 21 gettext ("a"); 22 gettext ("a"); 23 gettext ("a"); 24 gettext ("a"); [all …]
|
/third_party/gettext/ |
D | .gitignore | 15 /gettext-runtime/doc/Admin/jdom-1.0.jar 16 /gettext-runtime/doc/Admin/Matrix*.class 17 /gettext-runtime/doc/Admin/matrix.xml 18 /gettext-tools/misc/archive.dir.tar 39 /gettext-runtime/gnulib-lib/ 40 /gettext-runtime/gnulib-m4/ 41 /gettext-runtime/doc/relocatable.texi 42 /gettext-runtime/intl/attribute.h 43 /gettext-runtime/libasprintf/gnulib-m4/ 44 /gettext-runtime/libasprintf/Makefile.gnulib [all …]
|
D | BUILD.gn | 32 "//third_party/gettext/gettext-runtime/intl/bindtextdom.c", 33 "//third_party/gettext/gettext-runtime/intl/dcgettext.c", 34 "//third_party/gettext/gettext-runtime/intl/dcigettext.c", 35 "//third_party/gettext/gettext-runtime/intl/dcngettext.c", 36 "//third_party/gettext/gettext-runtime/intl/dgettext.c", 37 "//third_party/gettext/gettext-runtime/intl/dngettext.c", 38 "//third_party/gettext/gettext-runtime/intl/explodename.c", 39 "//third_party/gettext/gettext-runtime/intl/finddomain.c", 40 "//third_party/gettext/gettext-runtime/intl/gettext.c", 41 "//third_party/gettext/gettext-runtime/intl/hash-string.c", [all …]
|
D | Makefile.am | 22 SUBDIRS = gnulib-local gettext-runtime libtextstyle gettext-tools 25 gettext-runtime/ChangeLog.0 \ 26 gettext-runtime/doc/ChangeLog.0 \ 27 gettext-runtime/intl-csharp/ChangeLog.0 \ 28 gettext-runtime/intl-java/ChangeLog.0 \ 29 gettext-runtime/libasprintf/ChangeLog.0 \ 30 gettext-runtime/m4/ChangeLog.0 \ 31 gettext-runtime/man/ChangeLog.0 \ 32 gettext-runtime/src/ChangeLog.0 \ 33 gettext-runtime/tests/ChangeLog.0 \ [all …]
|
D | PACKAGING | 4 Although the source of the gettext package comes as a single package, 8 gettext-runtime 17 gettext-tools 21 Dependencies: requires gettext-runtime. 23 The 'gettext-runtime' binary package is much smaller than the 'gettext-tools' 28 The 'gettext-runtime' binary package can be installed by doing 30 cd gettext-runtime 42 The 'gettext-tools' binary package can be installed by doing 44 cd gettext-tools 56 The precise split between gettext-runtime, libtextstyle, and gettext-tools [all …]
|
D | autogen.sh | 103 …$GNULIB_TOOL --dir=gettext-runtime --lib=libgrt --source-base=gnulib-lib --m4-base=gnulib-m4 --no-… 105 $GNULIB_TOOL --copy-file lib/attribute.h gettext-runtime/intl/attribute.h 116 …$GNULIB_TOOL --dir=gettext-runtime/libasprintf --source-base=. --m4-base=gnulib-m4 --lgpl=2 --make… 118 …$GNULIB_TOOL --copy-file m4/intmax_t.m4 gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4 || exit … 119 $GNULIB_TOOL --copy-file m4/wchar_t.m4 gettext-runtime/libasprintf/gnulib-m4/wchar_t.m4 || exit $? 120 $GNULIB_TOOL --copy-file m4/wint_t.m4 gettext-runtime/libasprintf/gnulib-m4/wint_t.m4 || exit $? 281 …$GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 … 284 $GNULIB_TOOL --copy-file m4/libtextstyle.m4 gettext-tools/gnulib-m4/libtextstyle.m4 || exit $? 290 …$GNULIB_TOOL --dir=gettext-tools --macro-prefix=grgl --lib=libgrep --source-base=libgrep --m4-base… 355 …$GNULIB_TOOL --dir=gettext-tools --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --mac… [all …]
|
D | .x-update-copyright | 8 ^gettext-runtime/intl/localcharset\.[ch]$ 9 ^gettext-runtime/intl/config\.charset$ 10 ^gettext-runtime/intl/locale\.alias$ 11 ^gettext-tools/doc/gpl\.texi$ 12 ^gettext-tools/doc/lgpl\.texi$ 13 ^gettext-tools/doc/fdl\.texi$ 14 ^gettext-tools/examples/hello-c++-kde/admin/.*$ 15 ^gettext-tools/tests/msgcomm-22$ 16 ^gettext-tools/tests/msgfilter-sr-latin-1$ 17 ^gettext-tools/tests/msggrep-1$ [all …]
|
D | check-copyright-headers | 107 /gettext-tools/doc/ISO_3166 | /gettext-tools/doc/ISO_3166_de | \ 108 /gettext-tools/doc/ISO_639 | /gettext-tools/doc/ISO_639-2 | \ 109 /gettext-tools/examples/hello-*/m4/Makefile.am | \ 110 /gettext-tools/examples/hello-objc-gnustep/po/LocaleAliases ) 132 /gettext-tools/examples/hello-*-gnome/m4/*.m4 | \ 133 /gettext-tools/projects/GNOME/teams.html ) 138 /gettext-tools/examples/hello-*-kde/admin/* | \ 139 /gettext-tools/projects/KDE/teams.html ) 144 /gettext-tools/examples/hello-*-wxwidgets/m4/wxwidgets.m4 ) 149 /gettext-tools/projects/TP/teams.html ) [all …]
|
/third_party/gettext/Admin/ |
D | release-steps | 33 gettext-$CURRENT_VERSION-*.tar.gz 37 gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | xz -c -e > gettext-$CURRENT_VERSION-*.tar.xz 38 gzip -d -c < gettext-$CURRENT_VERSION-*.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION-*.tar.lz 40 Rename it e.g. gettext-ss.tar.xz 43 gettext-runtime/po/POTFILES.in 44 gettext-tools/po/POTFILES.in 50 gnulib/build-aux/gnupload --to alpha.gnu.org:gettext \ 51 gettext-ss.tar.xz 75 - gettext-runtime/doc/matrix.texi 78 run.sh in gettext-runtime/doc/Admin/. Copy resulting matrix.texi [all …]
|
/third_party/gettext/gettext-tools/doc/ |
D | Makefile.am | 31 TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc 39 info_TEXINFOS = gettext.texi 71 $(top_srcdir)/../gettext-runtime/doc/rt-gettext.texi \ 72 $(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \ 73 $(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi \ 87 $(top_srcdir)/../gettext-runtime/doc/nls.texi \ 88 $(top_srcdir)/../gettext-runtime/doc/matrix.texi \ 124 (dir=.; test -f ./gettext.texi || dir=$(srcdir); \ 125 set `$(SHELL) $(top_srcdir)/../build-aux/mdate-sh $$dir/gettext.texi`; \ 174 $(RM) $(DESTDIR)$(dvidir)/gettext.dvi [all …]
|
D | lang-lua.texi | 1 @c This file is part of the GNU gettext manual. 3 @c See the file gettext.texi for copying conditions. 13 lua, lua-gettext 15 You need to install the @code{lua-gettext} package from 16 @url{https://gitlab.com/sukhichev/lua-gettext/blob/master/README.us.md}. 41 @item gettext shorthand 44 @item gettext/ngettext functions 45 @code{gettext.gettext}, @code{gettext.dgettext}, @code{gettext.dcgettext}, 46 @code{gettext.ngettext}, @code{gettext.dngettext}, @code{gettext.dcngettext} 58 @code{require 'gettext'} or running lua interpreter with @code{-l gettext} option [all …]
|
D | ChangeLog.0 | 3 * gettext.texi (libgettextpo): New node. 15 * gettext.texi (AM_GNU_GETTEXT): Don't document use-libtool, as it's 35 * gettext.texi (C): Refer to node Top of autosprintf.info. Needed to 46 * gettext.texi (C): Add reference to autosprintf for C++. 50 * gettext.texi (@direntry): Add more entry points: one for every 51 program, except 'gettext' and 'ngettext', which are also available 56 * gettext.texi (Creating): Remove --verbose argument of msginit 62 * gettext.texi (Smalltalk): Update. 67 * gettext.texi (php-format): New subsection. 73 * gettext-0.11.5 released. [all …]
|
/third_party/python/Lib/test/ |
D | test_gettext.py | 4 import gettext 135 gettext._translations.clear() 154 gettext.install('gettext', self.localedir, names=['pgettext']) 209 t = gettext.GNUTranslations(fp) 219 eq(_, t.gettext) 220 eq(builtins.gettext, t.gettext) 222 del builtins.gettext 231 gettext.bindtextdomain('gettext', self.localedir) 232 gettext.textdomain('gettext') 234 self._ = gettext.gettext [all …]
|
/third_party/gettext/gettext-runtime/src/ |
D | ChangeLog.0 | 3 * gettext 0.19.6 released. 7 * gettext 0.19.5 released. 11 * gettext 0.19.4 released. 15 * gettext 0.19.3 released. 19 * gettext 0.19.2 released. 23 * gettext 0.19.1 released. 27 * gettext 0.19 released. 31 * gettext-0.18.2 released. 38 * gettext.c (usage): Likewise. 44 * gettext.sh.in: Update copyright header. [all …]
|
/third_party/gettext/gettext-runtime/intl-java/ |
D | ChangeLog.0 | 3 * gettext 0.19.6 released. 7 * gettext 0.19.5 released. 11 * gettext 0.19.4 released. 15 * gettext 0.19.3 released. 19 * gettext 0.19.2 released. 23 * gettext 0.19.1 released. 27 * gettext 0.19 released. 33 <https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>. 37 * gettext-0.18.2 released. 42 * gnu/gettext/GettextResource.java: Update copyright header. [all …]
|
/third_party/gettext/gettext-runtime/intl-csharp/ |
D | ChangeLog.0 | 6 tar: gettext-0.19.6.4-1e74e4/.../csharpdoc/...: file name is too 13 * gettext 0.19.6 released. 17 * gettext 0.19.5 released. 21 * gettext 0.19.4 released. 25 * gettext 0.19.3 released. 29 * gettext 0.19.2 released. 33 * gettext 0.19.1 released. 37 * gettext 0.19 released. 43 <https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>. 47 * gettext-0.18.2 released. [all …]
|
/third_party/gettext/gettext-tools/projects/ |
D | ChangeLog.0 | 3 * gettext 0.19.6 released. 7 * gettext 0.19.5 released. 11 * gettext 0.19.4 released. 15 * gettext 0.19.3 released. 19 * gettext 0.19.2 released. 23 * gettext 0.19.1 released. 27 * gettext 0.19 released. 33 <https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>. 37 * gettext-0.18.2 released. 49 * gettext-0.18.1 released. [all …]
|
/third_party/gettext/gettext-runtime/man/ |
D | Makefile.am | 27 man_aux = gettext.x ngettext.x envsubst.x 31 man_MAN1GEN = gettext.1 ngettext.1 32 man_MAN1IN = gettext.1.in ngettext.1.in 35 man_MAN3 = gettext.3 ngettext.3 \ 37 man_MAN3IN = gettext.3.in ngettext.3.in \ 43 man_HTML1GEN = gettext.1.html ngettext.1.html 44 man_HTML1IN = gettext.1.html.in ngettext.1.html.in 47 man_HTML3 = gettext.3.html ngettext.3.html \ 109 gettext.1: gettext.1.in 117 gettext.1.in: gettext.x ../src/gettext.c [all …]
|
12345678910>>...40