Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
30b01891
Commit
30b01891
authored
Jun 19, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Afrikaans translator converted to UTF-8.
The ë replaced by the character.
parent
0651fff2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
209 additions
and
209 deletions
+209
-209
language.cpp
src/language.cpp
+1
-1
translator_za.h
src/translator_za.h
+208
-208
No files found.
src/language.cpp
View file @
30b01891
...
...
@@ -381,7 +381,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_ZA
else
if
(
L_EQUAL
(
"afrikaans"
))
{
theTranslator
=
new
Translator
Decoder
(
new
TranslatorAfrikaans
)
;
theTranslator
=
new
Translator
Afrikaans
;
}
#endif
#ifdef LANG_AR
...
...
src/translator_za.h
View file @
30b01891
...
...
@@ -65,7 +65,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
/*! return the language charset. This will be used for the HTML output */
virtual
QCString
idLanguageCharset
()
{
return
"
iso-8859-1
"
;
return
"
utf-8
"
;
}
// --- Language translation methods -------------------
...
...
@@ -147,7 +147,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
/*! put after an undocumented member in the list of all members */
virtual
QCString
trDefinedIn
()
{
return
"gedefinie
ë
r in"
;
}
{
return
"gedefinie
ë
r in"
;
}
// quick reference sections
...
...
@@ -176,7 +176,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
/*! This is put above each page as a link to the list of documented files */
virtual
QCString
trFileList
()
{
return
"Le
ë
r Lys"
;
}
{
return
"Le
ë
r Lys"
;
}
/*! This is put above each page as a link to all members of compounds. */
virtual
QCString
trCompoundMembers
()
...
...
@@ -200,7 +200,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
}
else
{
return
"Le
ër Lede"
;
return
"Le
ër Lede"
;
}
}
...
...
@@ -227,7 +227,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
{
QCString
result
=
"Hier is 'n lys van alle "
;
if
(
!
extractAll
)
result
+=
"gedokumenteerde "
;
result
+=
"le
ë
rs met kort beskrywings:"
;
result
+=
"le
ë
rs met kort beskrywings:"
;
return
result
;
}
...
...
@@ -300,11 +300,11 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
}
else
{
result
+=
"le
ë
r lede"
;
result
+=
"le
ë
r lede"
;
}
result
+=
" met skakels na "
;
if
(
extractAll
)
result
+=
"die le
ë
rs waaraan hulle behoort:"
;
result
+=
"die le
ë
rs waaraan hulle behoort:"
;
else
result
+=
"die dokumentasie:"
;
return
result
;
...
...
@@ -357,7 +357,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
* list of all files.
*/
virtual
QCString
trFileIndex
()
{
return
"Le
ë
r Indeks"
;
}
{
return
"Le
ë
r Indeks"
;
}
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all groups.
...
...
@@ -384,7 +384,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
* the documentation of all files.
*/
virtual
QCString
trFileDocumentation
()
{
return
"Le
ë
r Dokumentasie"
;
}
{
return
"Le
ë
r Dokumentasie"
;
}
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all examples.
...
...
@@ -617,7 +617,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
virtual
QCString
trFileReference
(
const
char
*
fileName
)
{
QCString
result
=
fileName
;
result
+=
" Le
ër Verwysing"
;
result
+=
" Le
ër Verwysing"
;
return
result
;
}
...
...
@@ -768,7 +768,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
case
ClassDef
:
:
Exception
:
result
+=
"eksepsie"
;
break
;
default
:
break
;
}
result
+=
" is gegenereer vanaf die volgende le
ë
r"
;
result
+=
" is gegenereer vanaf die volgende le
ë
r"
;
if
(
single
)
result
+=
":"
;
else
result
+=
"s:"
;
return
result
;
}
...
...
@@ -804,11 +804,11 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
virtual
QCString
trDefinedAtLineInSourceFile
()
{
return
"Gedefinie
ër by lyn @0 van leë
r @1."
;
return
"Gedefinie
ër by lyn @0 van leë
r @1."
;
}
virtual
QCString
trDefinedInSourceFile
()
{
return
"Definisie in le
ë
r @0."
;
return
"Definisie in le
ë
r @0."
;
}
//////////////////////////////////////////////////////////////////////////
...
...
@@ -842,12 +842,12 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
/*! Used in the file documentation to point to the corresponding sources. */
virtual
QCString
trGotoSourceCode
()
{
return
"Skakel na die bron kode van hierdie le
ë
r."
;
return
"Skakel na die bron kode van hierdie le
ë
r."
;
}
/*! Used in the file sources to point to the corresponding documentation. */
virtual
QCString
trGotoDocumentation
()
{
return
"Skakel na die dokumentasie van hierdie le
ë
r."
;
return
"Skakel na die dokumentasie van hierdie le
ë
r."
;
}
/*! Text for the \\pre command */
virtual
QCString
trPrecondition
()
...
...
@@ -976,8 +976,8 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
}
virtual
QCString
trInclByDepGraph
()
{
return
"Hierdie diagram verduidelik watter le
ë
rs direk of"
"indirek hierdie le
ë
r insluit:"
;
return
"Hierdie diagram verduidelik watter le
ë
rs direk of"
"indirek hierdie le
ë
r insluit:"
;
}
virtual
QCString
trSince
()
{
...
...
@@ -1030,7 +1030,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
" Used *m_usedClass;
\n
"
"};
\n
"
"
\\
endcode
\n
"
"As die
\\
c MAX_DOT_GRAPH_HEIGHT merker in die konfigurasie le
ë
r "
"As die
\\
c MAX_DOT_GRAPH_HEIGHT merker in die konfigurasie le
ë
r "
"aan 240 gelyk gestel is, word die volgende diagram geproduseer:"
"<p><center><img alt=
\"\"
src=
\"
graph_legend."
+
Config_getEnum
(
"DOT_IMAGE_FORMAT"
)
+
"
\"
></center>
\n
"
"<p>
\n
"
...
...
@@ -1227,7 +1227,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
*/
virtual
QCString
trFile
(
bool
first_capital
,
bool
singular
)
{
QCString
result
((
first_capital
?
"Le
ër"
:
"leë
r"
));
QCString
result
((
first_capital
?
"Le
ër"
:
"leë
r"
));
if
(
!
singular
)
result
+=
"s"
;
return
result
;
}
...
...
@@ -1487,7 +1487,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
*/
virtual
QCString
trSourceFile
(
QCString
&
filename
)
{
return
filename
+
" Bron kode Le
ë
r"
;
return
filename
+
" Bron kode Le
ë
r"
;
}
//////////////////////////////////////////////////////////////////////////
...
...
@@ -1498,7 +1498,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
* hierarchy.
*/
virtual
QCString
trDirIndex
()
{
return
"Directory Hi
ë
rargie"
;
}
{
return
"Directory Hi
ë
rargie"
;
}
/*! This is used as the name of the chapter containing the documentation
* of the directories.
...
...
@@ -1516,7 +1516,7 @@ class TranslatorAfrikaans : public TranslatorAdapter_1_6_0
* and the fact that it is sorted alphabetically per level
*/
virtual
QCString
trDirDescription
()
{
return
"Hierdie directory hi
ë
rargie is min of meer alfabeties "
{
return
"Hierdie directory hi
ë
rargie is min of meer alfabeties "
"gesorteer:"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment