knode
Go to the documentation of this file.
24 static const char *
disp[] = {
"Groups", 0 };
28 i18nc(
"collection of article headers",
"Approved");
29 i18nc(
"collection of article headers",
"Content-Transfer-Encoding");
30 i18nc(
"collection of article headers",
"Content-Type");
31 i18nc(
"collection of article headers",
"Control");
32 i18nc(
"collection of article headers",
"Date");
33 i18nc(
"collection of article headers",
"Distribution");
34 i18nc(
"collection of article headers",
"Expires");
35 i18nc(
"collection of article headers",
"Followup-To");
36 i18nc(
"collection of article headers",
"From");
37 i18nc(
"collection of article headers",
"Lines");
38 i18nc(
"collection of article headers",
"Mail-Copies-To");
39 i18nc(
"collection of article headers",
"Message-ID");
40 i18nc(
"collection of article headers",
"Mime-Version");
41 i18nc(
"collection of article headers",
"NNTP-Posting-Host");
42 i18nc(
"collection of article headers",
"Newsgroups");
43 i18nc(
"collection of article headers",
"Organization");
44 i18nc(
"collection of article headers",
"Path");
45 i18nc(
"collection of article headers",
"References");
46 i18nc(
"collection of article headers",
"Reply-To");
47 i18nc(
"collection of article headers",
"Sender");
48 i18nc(
"collection of article headers",
"Subject");
49 i18nc(
"collection of article headers",
"Supersedes");
50 i18nc(
"collection of article headers",
"To");
51 i18nc(
"collection of article headers",
"User-Agent");
52 i18nc(
"collection of article headers",
"X-Mailer");
53 i18nc(
"collection of article headers",
"X-Newsreader");
54 i18nc(
"collection of article headers",
"X-No-Archive");
55 i18nc(
"collection of article headers",
"XRef");
57 i18nc(
"collection of article headers",
"Groups");
65 : t_ranslateName(true)
82 <<
"Content-Transfer-Encoding"
94 <<
"NNTP-Posting-Host"
118 if (!
n_ame.isEmpty()) {
119 if (i18nc(
"collection of article headers",
n_ame.toLocal8Bit())!=
n_ame.toLocal8Bit().data())
120 return i18nc(
"collection of article headers",
n_ame.toLocal8Bit());
133 bool retranslated =
false;
135 Q_FOREACH(
const QString &c, pd ) {
136 if ( s == i18nc(
"collection of article headers", c.toLatin1()) ) {
144 for (
const char **c=
disp;(*c)!=0;c++)
145 if (s==i18nc(
"collection of article headers",*c)) {
146 n_ame = QString::fromLatin1(*c);
162 const char *tokens[] = {
"<big>",
"</big>",
"<b>",
"</b>",
163 "<i>",
"</i>",
"<u>",
"</u>" };
165 for (
int i = 0; i < 4; ++i )
178 t_ags[0]+=(tokens[2]);
179 t_ags[1].prepend(tokens[3]);
183 t_ags[3].prepend(tokens[3]);
188 t_ags[1].prepend(tokens[5]);
192 t_ags[3].prepend(tokens[5]);
197 t_ags[1].prepend(tokens[7]);
201 t_ags[3].prepend(tokens[7]);
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.