Searched refs:msgid (Results 176 - 200 of 486) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-tcl-231 msgid "help"
35 msgid "me"
38 msgid "Hey Jude"
43 msgid "The Fabulous Four"
H A Dmsgfmt-1014 msgid ""
27 msgid "%d useless nonterminal"
34 msgid "one useless rule"
50 msgid ""
63 msgid "one useless rule"
77 mf-test10.po2:20: number of format specifications in 'msgid' and 'msgstr[1]' does not match
H A Dmsgmerge-910 msgid "2" msgstr "2"
11 msgid "3" msgstr "3"
12 #~ msgid
19 msgid "1" msgstr ""
20 msgid "2" msgstr ""
21 msgid "3" msgstr ""
H A Dxgettext-c-936 msgid "help"
40 msgid "me"
43 msgid "Hey Jude"
49 msgid "The Fabulous Four"
53 msgid ""
H A Dxgettext-objc-240 msgid "help"
44 msgid "me"
47 msgid "Hey Jude"
53 msgid "The Fabulous Four"
57 msgid ""
H A Dxgettext-php-138 msgid "help"
42 msgid "me"
46 msgid "and you"
49 msgid "Hey Jude"
55 msgid "The Fabulous Four"
H A Dxgettext-php-254 msgid "Egyptians"
57 msgid "Babylonians"
60 msgid "Assyrians"
63 msgid "Romans"
66 msgid "Franks"
H A Dxgettext-python-141 msgid ""
53 msgid ""
59 msgid ""
66 msgid ""
72 msgid ""
H A Dxgettext-python-235 msgid "help"
39 msgid "me"
42 msgid "Hey Jude"
47 msgid "The Fabulous Four"
51 msgid ""
H A Dxgettext-ycp-234 msgid "help"
38 msgid "me"
42 msgid "and you"
45 msgid "Hey Jude"
51 msgid "The Fabulous Four"
H A Dlang-ycp28 msgid "'Your command, please?', asked the waiter."
32 msgid "a piece of cake"
38 msgid "%1 is replaced by %2."
47 msgid ""
52 msgid "'Your command, please?', asked the waiter."
57 msgid "a piece of cake"
64 msgid "%1 is replaced by %2."
H A Dmsgexec-112 msgid ""
20 msgid "The world is full of married men"
24 msgid "with wives who never understand"
28 msgid "They're looking for someone to share"
33 msgid "the excitement of a love affair"
37 msgid "Just as soon as they find you"
41 msgid "They warn you and darn you"
44 #~ msgid "You fly on the wings of romance"
49 #~ msgid "In the eyes of the world"
53 #~ msgid "Yo
[all...]
H A Dmsgexec-410 msgid ""
17 msgid "Open"
22 msgid "New"
27 msgid "Open"
32 msgid "Closed"
37 msgid "car"
42 msgid "copier"
45 #~ msgid "Save As"
50 #~ msgid "Save As"
H A Dxgettext-csharp-243 msgid ""
55 msgid "Russian (��������������): ������������������������"
59 msgid "Vietnamese (Ti���ng Vi���t): Ch��o b���n"
63 msgid "Japanese (���������): ���������������"
67 msgid "Thai (���������������������): ������������������������������"
71 msgid "Script: ����"
76 msgid "This string has a multilingual comment"
H A Dxgettext-c-753 msgid "1"
60 msgid "2"
64 msgid "3"
67 msgid "4"
71 msgid "5"
74 msgid "6"
79 msgid "7"
H A Dformat-sh-211 msgid "abc$file"
14 msgid "abc$file in $dir"
17 msgid "abc$dir/$file"
20 msgid "abc$file"
23 msgid "abc$file"
26 msgid "abc$file"
H A Dmsgcomm-1812 msgid "1"
19 msgid "1"
34 msgid "1"
H A Dmsgcomm-1914 msgid "1"
21 msgid "1"
37 msgid "1"
H A Dmsgcomm-2013 msgid "1"
21 msgid "1"
37 msgid "1"
H A Dmsgcomm-2114 msgid "1"
22 msgid "1"
38 msgid "1"
H A Dmsgfmt-914 msgid ""
24 msgid "2" msgstr "2"
25 msgid "3" msgstr "3"
26 #~ msgid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dcloseout.c30 #define _(msgid) gettext (msgid)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcloseout.c30 #define _(msgid) gettext (msgid)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dintl-compat.c63 gettext (const char *msgid) argument
65 return libintl_gettext (msgid);
71 dgettext (const char *domainname, const char *msgid) argument
73 return libintl_dgettext (domainname, msgid);
79 dcgettext (const char *domainname, const char *msgid, int category) argument
81 return libintl_dcgettext (domainname, msgid, category);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A Dintl.cs261 /// Returns the translation of <paramref name="msgid"/> in a given culture.
263 /// <param name="msgid">the key string to be translated, an ASCII
265 /// <returns>the translation of <paramref name="msgid"/>, or
266 /// <paramref name="msgid"/> if none is found</returns>
267 public override String GetString (String msgid, CultureInfo culture) { argument
269 String translation = rs.GetString(msgid);
274 return msgid;
278 /// Returns the translation of <paramref name="msgid"/> and
282 /// <param name="msgid">the key string to be translated, an ASCII
284 /// <param name="msgidPlural">the English plural of <paramref name="msgid"/>,
289 GetPluralString(String msgid, String msgidPlural, long n, CultureInfo culture) argument
311 GetParticularString(String msgctxt, String msgid, CultureInfo culture) argument
337 GetParticularPluralString(String msgctxt, String msgid, String msgidPlural, long n, CultureInfo culture) argument
356 GetString(String msgid) argument
372 GetPluralString(String msgid, String msgidPlural, long n) argument
386 GetParticularString(String msgctxt, String msgid) argument
405 GetParticularPluralString(String msgctxt, String msgid, String msgidPlural, long n) argument
474 GetString(String msgid) argument
496 GetString(String msgid, bool ignoreCase) argument
519 GetPluralString(String msgid, String msgidPlural, long n) argument
[all...]

Completed in 230 milliseconds

1234567891011>>