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
d0d3ad89
Commit
d0d3ad89
authored
Jun 18, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latvian translator converted to UTF-8.
parent
ce4354ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
394 additions
and
394 deletions
+394
-394
language.cpp
src/language.cpp
+1
-1
translator_lv.h
src/translator_lv.h
+393
-393
No files found.
src/language.cpp
View file @
d0d3ad89
...
@@ -375,7 +375,7 @@ bool setTranslator(const char *langName)
...
@@ -375,7 +375,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_LV
#ifdef LANG_LV
else
if
(
L_EQUAL
(
"latvian"
))
else
if
(
L_EQUAL
(
"latvian"
))
{
{
theTranslator
=
new
Translator
Decoder
(
new
TranslatorLatvian
)
;
theTranslator
=
new
Translator
Latvian
;
}
}
#endif
#endif
#ifdef LANG_ZA
#ifdef LANG_ZA
...
...
src/translator_lv.h
View file @
d0d3ad89
/******************************************************************************
/******************************************************************************
*
*
*
*
*
*
* Copyright (C) 1997-2012 by Dimitri van Heesch.
* Copyright (C) 1997-2012 by Dimitri van Heesch.
*
*
* Permission to use, copy, modify, and distribute this software and its
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
* documentation under the terms of the GNU General Public License is hereby
* granted. No representations are made about the suitability of this software
* granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
* See the GNU General Public License for more details.
*
*
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#ifndef TRANSLATOR_LV_H
#ifndef TRANSLATOR_LV_H
#define TRANSLATOR_LV_H
#define TRANSLATOR_LV_H
/*!
/*!
When defining a translator class for the new language, follow
When defining a translator class for the new language, follow
the description in the documentation. One of the steps says
the description in the documentation. One of the steps says
that you should copy the translator_en.h (this) file to your
that you should copy the translator_en.h (this) file to your
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
translator is made up-to-date again.
translator is made up-to-date again.
*/
*/
/* Translation from English to Latvian by Lauris Buk
ð
is-Haberkorns
/* Translation from English to Latvian by Lauris Buk
ši
s-Haberkorns
* (lauris@nix.lv)
* (lauris@nix.lv)
* -------------------------------------------
* -------------------------------------------
* Project start : 24.Sept.2012
* Project start : 24.Sept.2012
...
@@ -53,19 +53,19 @@ class TranslatorLatvian : public Translator
...
@@ -53,19 +53,19 @@ class TranslatorLatvian : public Translator
public
:
public
:
// --- Language control methods -------------------
// --- Language control methods -------------------
/*! Used for identification of the language. The identification
/*! Used for identification of the language. The identification
* should not be translated. It should be replaced by the name
* should not be translated. It should be replaced by the name
* of the language in English using lower-case characters only
* of the language in English using lower-case characters only
* (e.g. "czech", "japanese", "russian", etc.). It should be equal to
* (e.g. "czech", "japanese", "russian", etc.). It should be equal to
* the identification used in language.cpp.
* the identification used in language.cpp.
*/
*/
virtual
QCString
idLanguage
()
virtual
QCString
idLanguage
()
{
return
"latvian"
;
}
{
return
"latvian"
;
}
/*! Used to get the LaTeX command(s) for the language support.
/*! Used to get the LaTeX command(s) for the language support.
* This method should return string with commands that switch
* This method should return string with commands that switch
* LaTeX to the desired language. For example
* LaTeX to the desired language. For example
* <pre>"\\usepackage[german]{babel}\n"
* <pre>"\\usepackage[german]{babel}\n"
* </pre>
* </pre>
* or
* or
...
@@ -80,55 +80,55 @@ class TranslatorLatvian : public Translator
...
@@ -80,55 +80,55 @@ class TranslatorLatvian : public Translator
"
\\
usepackage[latvian]{babel}
\n
"
;
"
\\
usepackage[latvian]{babel}
\n
"
;
}
}
/*! return the language charset. This will be used
/*! return the language charset. This will be used
when transcoding the translatable strings in this file to UTF-8 */
when transcoding the translatable strings in this file to UTF-8 */
virtual
QCString
idLanguageCharset
()
virtual
QCString
idLanguageCharset
()
{
{
return
"
iso-8859-13
"
;
return
"
utf-8
"
;
}
}
// --- Language translation methods -------------------
// --- Language translation methods -------------------
/*! used in the compound documentation before a list of related functions. */
/*! used in the compound documentation before a list of related functions. */
virtual
QCString
trRelatedFunctions
()
virtual
QCString
trRelatedFunctions
()
{
return
"Saist
îtâ
s funkcijas"
;
}
{
return
"Saist
ītās
funkcijas"
;
}
/*! subscript for the related functions. */
/*! subscript for the related functions. */
virtual
QCString
trRelatedSubscript
()
virtual
QCString
trRelatedSubscript
()
{
return
"(
Ðî
s nav elementu funkcijas.)"
;
}
{
return
"(
Šīs
nav elementu funkcijas.)"
;
}
/*! header that is put before the detailed description of files, classes and namespaces. */
/*! header that is put before the detailed description of files, classes and namespaces. */
virtual
QCString
trDetailedDescription
()
virtual
QCString
trDetailedDescription
()
{
return
"Detaliz
ç
ts apraksts"
;
}
{
return
"Detaliz
ēt
s apraksts"
;
}
/*! header that is put before the list of typedefs. */
/*! header that is put before the list of typedefs. */
virtual
QCString
trMemberTypedefDocumentation
()
virtual
QCString
trMemberTypedefDocumentation
()
{
return
"Elementa Typedef dokument
â
cija"
;
}
{
return
"Elementa Typedef dokument
ā
cija"
;
}
/*! header that is put before the list of enumerations. */
/*! header that is put before the list of enumerations. */
virtual
QCString
trMemberEnumerationDocumentation
()
virtual
QCString
trMemberEnumerationDocumentation
()
{
return
"Elementa uzskait
îjumliterâïa dokumentâ
cija"
;
}
{
return
"Elementa uzskait
ījumliterāļa dokumentāci
ja"
;
}
/*! header that is put before the list of member functions. */
/*! header that is put before the list of member functions. */
virtual
QCString
trMemberFunctionDocumentation
()
virtual
QCString
trMemberFunctionDocumentation
()
{
return
"Elementa funkcijas dokument
â
cija"
;
}
{
return
"Elementa funkcijas dokument
ā
cija"
;
}
/*! header that is put before the list of member attributes. */
/*! header that is put before the list of member attributes. */
virtual
QCString
trMemberDataDocumentation
()
virtual
QCString
trMemberDataDocumentation
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Lauka dokument
âcija"
;
return
"Lauka dokument
ācija"
;
}
}
else
else
{
{
return
"Elementa datu dokument
âcija"
;
return
"Elementa datu dokument
ācija"
;
}
}
}
}
/*! this is the text of a link put after brief descriptions. */
/*! this is the text of a link put after brief descriptions. */
virtual
QCString
trMore
()
virtual
QCString
trMore
()
{
return
"vair
â
k..."
;
}
{
return
"vair
ā
k..."
;
}
/*! put in the class documentation */
/*! put in the class documentation */
virtual
QCString
trListOfAllMembers
()
virtual
QCString
trListOfAllMembers
()
...
@@ -140,168 +140,168 @@ class TranslatorLatvian : public Translator
...
@@ -140,168 +140,168 @@ class TranslatorLatvian : public Translator
/*! this is the first part of a sentence that is followed by a class name */
/*! this is the first part of a sentence that is followed by a class name */
virtual
QCString
trThisIsTheListOfAllMembers
()
virtual
QCString
trThisIsTheListOfAllMembers
()
{
return
"
Ð
is ir pilns elementu saraksts klasei "
;
}
{
return
"
Ši
s ir pilns elementu saraksts klasei "
;
}
/*! this is the remainder of the sentence after the class name */
/*! this is the remainder of the sentence after the class name */
virtual
QCString
trIncludingInheritedMembers
()
virtual
QCString
trIncludingInheritedMembers
()
{
return
", ieskaitot mantotos elementus."
;
}
{
return
", ieskaitot mantotos elementus."
;
}
/*! this is put at the author sections at the bottom of man pages.
/*! this is put at the author sections at the bottom of man pages.
* parameter s is name of the project name.
* parameter s is name of the project name.
*/
*/
virtual
QCString
trGeneratedAutomatically
(
const
char
*
s
)
virtual
QCString
trGeneratedAutomatically
(
const
char
*
s
)
{
QCString
result
=
"Autom
âtiski ìenerç
ts izmantojot Doxygen"
;
{
QCString
result
=
"Autom
ātiski ģenerēts
izmantojot Doxygen"
;
if
(
s
)
result
+=
(
QCString
)
" priek
ð
"
+
s
;
if
(
s
)
result
+=
(
QCString
)
" priek
š
"
+
s
;
result
+=
" no pirmkoda."
;
result
+=
" no pirmkoda."
;
return
result
;
return
result
;
}
}
/*! put after an enum name in the list of all members */
/*! put after an enum name in the list of all members */
virtual
QCString
trEnumName
()
virtual
QCString
trEnumName
()
{
return
"uzskait
î
juma nosaukums"
;
}
{
return
"uzskait
īj
uma nosaukums"
;
}
/*! put after an enum value in the list of all members */
/*! put after an enum value in the list of all members */
virtual
QCString
trEnumValue
()
virtual
QCString
trEnumValue
()
{
return
"uzskait
îjuma vçrtî
ba"
;
}
{
return
"uzskait
ījuma vērtība"
;
}
/*! put after an undocumented member in the list of all members */
/*! put after an undocumented member in the list of all members */
virtual
QCString
trDefinedIn
()
virtual
QCString
trDefinedIn
()
{
return
"defin
ç
ts"
;
}
{
return
"defin
ēt
s"
;
}
// quick reference sections
// quick reference sections
/*! This is put above each page as a link to the list of all groups of
/*! This is put above each page as a link to the list of all groups of
* compounds or files (see the \\group command).
* compounds or files (see the \\group command).
*/
*/
virtual
QCString
trModules
()
virtual
QCString
trModules
()
{
return
"Modu
ï
i"
;
}
{
return
"Modu
ļi
"
;
}
/*! This is put above each page as a link to the class hierarchy */
/*! This is put above each page as a link to the class hierarchy */
virtual
QCString
trClassHierarchy
()
virtual
QCString
trClassHierarchy
()
{
return
"Kla
ð
u hierarhija"
;
}
{
return
"Kla
šu
hierarhija"
;
}
/*! This is put above each page as a link to the list of annotated classes */
/*! This is put above each page as a link to the list of annotated classes */
virtual
QCString
trCompoundList
()
virtual
QCString
trCompoundList
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Datu strukt
û
ras"
;
return
"Datu strukt
ūr
as"
;
}
}
else
else
{
{
return
"Kla
ðu saraksts"
;
return
"Kla
šu saraksts"
;
}
}
}
}
/*! This is put above each page as a link to the list of documented files */
/*! This is put above each page as a link to the list of documented files */
virtual
QCString
trFileList
()
virtual
QCString
trFileList
()
{
return
"Failu saraksts"
;
}
{
return
"Failu saraksts"
;
}
/*! This is put above each page as a link to all members of compounds. */
/*! This is put above each page as a link to all members of compounds. */
virtual
QCString
trCompoundMembers
()
virtual
QCString
trCompoundMembers
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Datu lauki"
;
return
"Datu lauki"
;
}
}
else
else
{
{
return
"Klases elementi"
;
return
"Klases elementi"
;
}
}
}
}
/*! This is put above each page as a link to all members of files. */
/*! This is put above each page as a link to all members of files. */
virtual
QCString
trFileMembers
()
virtual
QCString
trFileMembers
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Glob
âlie"
;
return
"Glob
ālie"
;
}
}
else
else
{
{
return
"Faila elementi"
;
return
"Faila elementi"
;
}
}
}
}
/*! This is put above each page as a link to all related pages. */
/*! This is put above each page as a link to all related pages. */
virtual
QCString
trRelatedPages
()
virtual
QCString
trRelatedPages
()
{
return
"Saist
îtâ
s lapas"
;
}
{
return
"Saist
ītās
lapas"
;
}
/*! This is put above each page as a link to all examples. */
/*! This is put above each page as a link to all examples. */
virtual
QCString
trExamples
()
virtual
QCString
trExamples
()
{
return
"Piem
ç
ri"
;
}
{
return
"Piem
ēr
i"
;
}
/*! This is put above each page as a link to the search engine. */
/*! This is put above each page as a link to the search engine. */
virtual
QCString
trSearch
()
virtual
QCString
trSearch
()
{
return
"Mekl
ç
t"
;
}
{
return
"Mekl
ēt
"
;
}
/*! This is an introduction to the class hierarchy. */
/*! This is an introduction to the class hierarchy. */
virtual
QCString
trClassHierarchyDescription
()
virtual
QCString
trClassHierarchyDescription
()
{
return
"
Ðis mantojamîbas saraksts ir sakâ
rtots aptuveni, "
{
return
"
Šis mantojamības saraksts ir sakārt
ots aptuveni, "
"bet ne piln
îbâ, alfabçta secîbâ
:"
;
"bet ne piln
ībā, alfabēta secībā:"
;
}
}
/*! This is an introduction to the list with all files. */
/*! This is an introduction to the list with all files. */
virtual
QCString
trFileListDescription
(
bool
extractAll
)
virtual
QCString
trFileListDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visu "
;
QCString
result
=
"
Še
it ir visu "
;
if
(
!
extractAll
)
result
+=
"dokument
ç
to "
;
if
(
!
extractAll
)
result
+=
"dokument
ēt
o "
;
result
+=
"failu saraksts ar
î
su aprakstu:"
;
result
+=
"failu saraksts ar
īs
u aprakstu:"
;
return
result
;
return
result
;
}
}
/*! This is an introduction to the annotated compound list. */
/*! This is an introduction to the annotated compound list. */
virtual
QCString
trCompoundListDescription
()
virtual
QCString
trCompoundListDescription
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"
Ðeit ir visas datu struktûras ar îsu aprakstu:"
;
return
"
Šeit ir visas datu struktūras ar īsu aprakstu:"
;
}
}
else
else
{
{
return
"
Ðeit ir visas klases, struktû
ras, "
return
"
Šeit ir visas klases, struktūra
s, "
"apvienojumi un interfeisi ar
îsu aprakstu:"
;
"apvienojumi un interfeisi ar
īsu aprakstu:"
;
}
}
}
}
/*! This is an introduction to the page with all class members. */
/*! This is an introduction to the page with all class members. */
virtual
QCString
trCompoundMembersDescription
(
bool
extractAll
)
virtual
QCString
trCompoundMembersDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visu "
;
QCString
result
=
"
Še
it ir visu "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
result
+=
"dokument
ç
to "
;
result
+=
"dokument
ēt
o "
;
}
}
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
"strukt
û
ru un apvienojumu lauku"
;
result
+=
"strukt
ūr
u un apvienojumu lauku"
;
}
}
else
else
{
{
result
+=
"klases elementu"
;
result
+=
"klases elementu"
;
}
}
result
+=
" saraksts ar sait
ç
m uz "
;
result
+=
" saraksts ar sait
ēm
uz "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
"strukt
ûru/apvienojumu dokumentâ
ciju katram laukam:"
;
result
+=
"strukt
ūru/apvienojumu dokumentāc
iju katram laukam:"
;
}
}
else
else
{
{
result
+=
"klases dokument
â
ciju katram elementam:"
;
result
+=
"klases dokument
ā
ciju katram elementam:"
;
}
}
}
}
else
else
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
"strukt
ûrâ
m/apvienojumiem, kam tie pieder:"
;
result
+=
"strukt
ūrām
/apvienojumiem, kam tie pieder:"
;
}
}
else
else
{
{
result
+=
"klas
ç
m, kam tie pieder:"
;
result
+=
"klas
ēm
, kam tie pieder:"
;
}
}
}
}
return
result
;
return
result
;
...
@@ -310,28 +310,28 @@ class TranslatorLatvian : public Translator
...
@@ -310,28 +310,28 @@ class TranslatorLatvian : public Translator
/*! This is an introduction to the page with all file members. */
/*! This is an introduction to the page with all file members. */
virtual
QCString
trFileMembersDescription
(
bool
extractAll
)
virtual
QCString
trFileMembersDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visu "
;
QCString
result
=
"
Še
it ir visu "
;
if
(
!
extractAll
)
result
+=
"dokument
ç
to "
;
if
(
!
extractAll
)
result
+=
"dokument
ēt
o "
;
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
"funkciju, main
îgo, definîciju, uzskaitîjumliterâï
u un typedefs"
;
result
+=
"funkciju, main
īgo, definīciju, uzskaitījumliterāļu un
typedefs"
;
}
}
else
else
{
{
result
+=
"faila elementu"
;
result
+=
"faila elementu"
;
}
}
result
+=
" saraksts ar sait
ç
m uz "
;
result
+=
" saraksts ar sait
ēm
uz "
;
if
(
extractAll
)
if
(
extractAll
)
result
+=
"failiem, kam tie pieder:"
;
result
+=
"failiem, kam tie pieder:"
;
else
else
result
+=
"dokument
â
ciju:"
;
result
+=
"dokument
ā
ciju:"
;
return
result
;
return
result
;
}
}
/*! This is an introduction to the page with the list of all examples */
/*! This is an introduction to the page with the list of all examples */
virtual
QCString
trExamplesDescription
()
virtual
QCString
trExamplesDescription
()
{
return
"
Ðeit ir visu piemç
ru saraksts:"
;
}
{
return
"
Šeit ir visu piemēru
saraksts:"
;
}
/*! This is an introduction to the page with the list of related pages */
/*! This is an introduction to the page with the list of related pages */
virtual
QCString
trRelatedPagesDescription
()
virtual
QCString
trRelatedPagesDescription
()
...
@@ -339,65 +339,65 @@ class TranslatorLatvian : public Translator
...
@@ -339,65 +339,65 @@ class TranslatorLatvian : public Translator
/*! This is an introduction to the page with the list of class/file groups */
/*! This is an introduction to the page with the list of class/file groups */
virtual
QCString
trModulesDescription
()
virtual
QCString
trModulesDescription
()
{
return
"
Ðeit ir visu moduï
u saraksts:"
;
}
{
return
"
Šeit ir visu moduļu
saraksts:"
;
}
// index titles (the project name is prepended for these)
// index titles (the project name is prepended for these)
/*! This is used in HTML as the title of index.html. */
/*! This is used in HTML as the title of index.html. */
virtual
QCString
trDocumentation
()
virtual
QCString
trDocumentation
()
{
return
"Dokument
â
cija"
;
}
{
return
"Dokument
ā
cija"
;
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* index of all groups.
* index of all groups.
*/
*/
virtual
QCString
trModuleIndex
()
virtual
QCString
trModuleIndex
()
{
return
"Modu
ï
u indekss"
;
}
{
return
"Modu
ļu
indekss"
;
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* class hierarchy.
* class hierarchy.
*/
*/
virtual
QCString
trHierarchicalIndex
()
virtual
QCString
trHierarchicalIndex
()
{
return
"Hierarhijas indekss"
;
}
{
return
"Hierarhijas indekss"
;
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* annotated compound index.
* annotated compound index.
*/
*/
virtual
QCString
trCompoundIndex
()
virtual
QCString
trCompoundIndex
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Datu strukt
û
ru indess"
;
return
"Datu strukt
ūr
u indess"
;
}
}
else
else
{
{
return
"Kla
ðu indekss"
;
return
"Kla
šu indekss"
;
}
}
}
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* list of all files.
* list of all files.
*/
*/
virtual
QCString
trFileIndex
()
virtual
QCString
trFileIndex
()
{
return
"Failu indekss"
;
}
{
return
"Failu indekss"
;
}
/*! This is used in LaTeX as the title of the chapter containing
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all groups.
* the documentation of all groups.
*/
*/
virtual
QCString
trModuleDocumentation
()
virtual
QCString
trModuleDocumentation
()
{
return
"Modu
ïa dokumentâ
cija"
;
}
{
return
"Modu
ļa dokumentāc
ija"
;
}
/*! This is used in LaTeX as the title of the chapter containing
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all classes, structs and unions.
* the documentation of all classes, structs and unions.
*/
*/
virtual
QCString
trClassDocumentation
()
virtual
QCString
trClassDocumentation
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Datu strukt
ûras dokomentâcija"
;
return
"Datu strukt
ūras dokomentācija"
;
}
}
else
else
{
{
return
"Klases dokument
âcija"
;
return
"Klases dokument
ācija"
;
}
}
}
}
...
@@ -405,123 +405,123 @@ class TranslatorLatvian : public Translator
...
@@ -405,123 +405,123 @@ class TranslatorLatvian : public Translator
* the documentation of all files.
* the documentation of all files.
*/
*/
virtual
QCString
trFileDocumentation
()
virtual
QCString
trFileDocumentation
()
{
return
"Faila dokument
â
cija"
;
}
{
return
"Faila dokument
ā
cija"
;
}
/*! This is used in LaTeX as the title of the chapter containing
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all examples.
* the documentation of all examples.
*/
*/
virtual
QCString
trExampleDocumentation
()
virtual
QCString
trExampleDocumentation
()
{
return
"Piem
ç
ri"
;
}
{
return
"Piem
ēr
i"
;
}
/*! This is used in LaTeX as the title of the chapter containing
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all related pages.
* the documentation of all related pages.
*/
*/
virtual
QCString
trPageDocumentation
()
virtual
QCString
trPageDocumentation
()
{
return
"Lapas dokument
â
cija"
;
}
{
return
"Lapas dokument
ā
cija"
;
}
/*! This is used in LaTeX as the title of the document */
/*! This is used in LaTeX as the title of the document */
virtual
QCString
trReferenceManual
()
virtual
QCString
trReferenceManual
()
{
return
"Rokasgr
â
mata"
;
}
{
return
"Rokasgr
ā
mata"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of defines
* list of defines
*/
*/
virtual
QCString
trDefines
()
virtual
QCString
trDefines
()
{
return
"Makro"
;
}
{
return
"Makro"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of function prototypes
* list of function prototypes
*/
*/
virtual
QCString
trFuncProtos
()
virtual
QCString
trFuncProtos
()
{
return
"Funkciju prototipi"
;
}
{
return
"Funkciju prototipi"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of typedefs
* list of typedefs
*/
*/
virtual
QCString
trTypedefs
()
virtual
QCString
trTypedefs
()
{
return
"Typedefs"
;
}
{
return
"Typedefs"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of enumerations
* list of enumerations
*/
*/
virtual
QCString
trEnumerations
()
virtual
QCString
trEnumerations
()
{
return
"Uzskait
î
jumi"
;
}
{
return
"Uzskait
īj
umi"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of (global) functions
* list of (global) functions
*/
*/
virtual
QCString
trFunctions
()
virtual
QCString
trFunctions
()
{
return
"Funkcijas"
;
}
{
return
"Funkcijas"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of (global) variables
* list of (global) variables
*/
*/
virtual
QCString
trVariables
()
virtual
QCString
trVariables
()
{
return
"Main
î
gie"
;
}
{
return
"Main
īg
ie"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of (global) variables
* list of (global) variables
*/
*/
virtual
QCString
trEnumerationValues
()
virtual
QCString
trEnumerationValues
()
{
return
"Uzskait
îjumliterâï
i"
;
}
{
return
"Uzskait
ījumliterāļi"
;
}
/*! This is used in the documentation of a file before the list of
/*! This is used in the documentation of a file before the list of
* documentation blocks for defines
* documentation blocks for defines
*/
*/
virtual
QCString
trDefineDocumentation
()
virtual
QCString
trDefineDocumentation
()
{
return
"Makro defin
îcijas dokumentâ
cija"
;
}
{
return
"Makro defin
īcijas dokumentāc
ija"
;
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for function prototypes
* of documentation blocks for function prototypes
*/
*/
virtual
QCString
trFunctionPrototypeDocumentation
()
virtual
QCString
trFunctionPrototypeDocumentation
()
{
return
"Funkcijas prototipu dokument
â
cija"
;
}
{
return
"Funkcijas prototipu dokument
ā
cija"
;
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
* of documentation blocks for typedefs
*/
*/
virtual
QCString
trTypedefDocumentation
()
virtual
QCString
trTypedefDocumentation
()
{
return
"Typedef dokument
â
cija"
;
}
{
return
"Typedef dokument
ā
cija"
;
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for enumeration types
* of documentation blocks for enumeration types
*/
*/
virtual
QCString
trEnumerationTypeDocumentation
()
virtual
QCString
trEnumerationTypeDocumentation
()
{
return
"Uzskait
îjumliterâïa tipa dokumentâ
cija"
;
}
{
return
"Uzskait
ījumliterāļa tipa dokumentāci
ja"
;
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for functions
* of documentation blocks for functions
*/
*/
virtual
QCString
trFunctionDocumentation
()
virtual
QCString
trFunctionDocumentation
()
{
return
"Funkcijas dokument
â
cija"
;
}
{
return
"Funkcijas dokument
ā
cija"
;
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for variables
* of documentation blocks for variables
*/
*/
virtual
QCString
trVariableDocumentation
()
virtual
QCString
trVariableDocumentation
()
{
return
"Main
îgo dokumentâ
cija"
;
}
{
return
"Main
īgo dokumentāc
ija"
;
}
/*! This is used in the documentation of a file/namespace/group before
/*! This is used in the documentation of a file/namespace/group before
* the list of links to documented compounds
* the list of links to documented compounds
*/
*/
virtual
QCString
trCompounds
()
virtual
QCString
trCompounds
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Datu strukt
ûras"
;
return
"Datu strukt
ūras"
;
}
}
else
else
{
{
return
"Klases"
;
return
"Klases"
;
}
}
}
}
/*! This is used in the standard footer of each page and indicates when
/*! This is used in the standard footer of each page and indicates when
* the page was generated
* the page was generated
*/
*/
virtual
QCString
trGeneratedAt
(
const
char
*
date
,
const
char
*
projName
)
virtual
QCString
trGeneratedAt
(
const
char
*
date
,
const
char
*
projName
)
{
{
QCString
result
=
(
QCString
)
"
Ìenerç
ts "
+
date
;
QCString
result
=
(
QCString
)
"
Ģenerēts
"
+
date
;
if
(
projName
)
result
+=
(
QCString
)
" projektam "
+
projName
;
if
(
projName
)
result
+=
(
QCString
)
" projektam "
+
projName
;
result
+=
(
QCString
)
" ar"
;
result
+=
(
QCString
)
" ar"
;
return
result
;
return
result
;
...
@@ -530,22 +530,22 @@ class TranslatorLatvian : public Translator
...
@@ -530,22 +530,22 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trWrittenBy
()
virtual
QCString
trWrittenBy
()
{
{
return
"uzrakst
î
jis"
;
return
"uzrakst
īj
is"
;
}
}
/*! this text is put before a class diagram */
/*! this text is put before a class diagram */
virtual
QCString
trClassDiagram
(
const
char
*
clName
)
virtual
QCString
trClassDiagram
(
const
char
*
clName
)
{
{
return
(
QCString
)
"Mantojam
î
bas diagramma klasei "
+
clName
+
":"
;
return
(
QCString
)
"Mantojam
īb
as diagramma klasei "
+
clName
+
":"
;
}
}
/*! this text is generated when the \\internal command is used. */
/*! this text is generated when the \\internal command is used. */
virtual
QCString
trForInternalUseOnly
()
virtual
QCString
trForInternalUseOnly
()
{
return
"Tikai iek
ðçjai lietoð
anai."
;
}
{
return
"Tikai iek
šējai lietošana
i."
;
}
/*! this text is generated when the \\warning command is used. */
/*! this text is generated when the \\warning command is used. */
virtual
QCString
trWarning
()
virtual
QCString
trWarning
()
{
return
"Br
îdinâ
jums"
;
}
{
return
"Br
īdināj
ums"
;
}
/*! this text is generated when the \\version command is used. */
/*! this text is generated when the \\version command is used. */
virtual
QCString
trVersion
()
virtual
QCString
trVersion
()
...
@@ -557,11 +557,11 @@ class TranslatorLatvian : public Translator
...
@@ -557,11 +557,11 @@ class TranslatorLatvian : public Translator
/*! this text is generated when the \\return command is used. */
/*! this text is generated when the \\return command is used. */
virtual
QCString
trReturns
()
virtual
QCString
trReturns
()
{
return
"Atgrie
þ
"
;
}
{
return
"Atgrie
ž"
;
}
/*! this text is generated when the \\sa command is used. */
/*! this text is generated when the \\sa command is used. */
virtual
QCString
trSeeAlso
()
virtual
QCString
trSeeAlso
()
{
return
"Skat
îties arî
"
;
}
{
return
"Skat
īties arī"
;
}
/*! this text is generated when the \\param command is used. */
/*! this text is generated when the \\param command is used. */
virtual
QCString
trParameters
()
virtual
QCString
trParameters
()
...
@@ -569,16 +569,16 @@ class TranslatorLatvian : public Translator
...
@@ -569,16 +569,16 @@ class TranslatorLatvian : public Translator
/*! this text is generated when the \\exception command is used. */
/*! this text is generated when the \\exception command is used. */
virtual
QCString
trExceptions
()
virtual
QCString
trExceptions
()
{
return
"Iz
òç
mumi"
;
}
{
return
"Iz
ņēmu
mi"
;
}
/*! this text is used in the title page of a LaTeX document. */
/*! this text is used in the title page of a LaTeX document. */
virtual
QCString
trGeneratedBy
()
virtual
QCString
trGeneratedBy
()
{
return
"
Ìenerç
ts ar"
;
}
{
return
"
Ģenerēts
ar"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990307
// new since 0.49-990307
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! used as the title of page containing all the index of all namespaces. */
/*! used as the title of page containing all the index of all namespaces. */
virtual
QCString
trNamespaceList
()
virtual
QCString
trNamespaceList
()
{
return
"Nosaukumvietu saraksts"
;
}
{
return
"Nosaukumvietu saraksts"
;
}
...
@@ -586,9 +586,9 @@ class TranslatorLatvian : public Translator
...
@@ -586,9 +586,9 @@ class TranslatorLatvian : public Translator
/*! used as an introduction to the namespace list */
/*! used as an introduction to the namespace list */
virtual
QCString
trNamespaceListDescription
(
bool
extractAll
)
virtual
QCString
trNamespaceListDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visas "
;
QCString
result
=
"
Še
it ir visas "
;
if
(
!
extractAll
)
result
+=
"dokument
çtâ
s "
;
if
(
!
extractAll
)
result
+=
"dokument
ētās
"
;
result
+=
"nosaukumvietas ar
î
su aprakstu:"
;
result
+=
"nosaukumvietas ar
īs
u aprakstu:"
;
return
result
;
return
result
;
}
}
...
@@ -597,17 +597,17 @@ class TranslatorLatvian : public Translator
...
@@ -597,17 +597,17 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trFriends
()
virtual
QCString
trFriends
()
{
return
"Draugi"
;
}
{
return
"Draugi"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990405
// new since 0.49-990405
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! used in the class documentation as a header before the list of all
/*! used in the class documentation as a header before the list of all
* related classes
* related classes
*/
*/
virtual
QCString
trRelatedFunctionDocumentation
()
virtual
QCString
trRelatedFunctionDocumentation
()
{
return
"Draugu un saist
îto funkciju dokumentâ
cija"
;
}
{
return
"Draugu un saist
īto funkciju dokumentāc
ija"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990425
// new since 0.49-990425
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -621,12 +621,12 @@ class TranslatorLatvian : public Translator
...
@@ -621,12 +621,12 @@ class TranslatorLatvian : public Translator
switch
(
compType
)
switch
(
compType
)
{
{
case
ClassDef
:
:
Class
:
result
+=
" klases"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
" klases"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" strukt
û
ras"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" strukt
ūr
as"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" apvienojuma"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" apvienojuma"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" interfeisa"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" interfeisa"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protokola"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protokola"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
" kategorijas"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
" kategorijas"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" iz
òç
muma"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" iz
ņēmu
ma"
;
break
;
}
}
if
(
isTemplate
)
result
+=
" veidnes"
;
if
(
isTemplate
)
result
+=
" veidnes"
;
result
+=
" apraksts"
;
result
+=
" apraksts"
;
...
@@ -637,7 +637,7 @@ class TranslatorLatvian : public Translator
...
@@ -637,7 +637,7 @@ class TranslatorLatvian : public Translator
virtual
QCString
trFileReference
(
const
char
*
fileName
)
virtual
QCString
trFileReference
(
const
char
*
fileName
)
{
{
QCString
result
=
fileName
;
QCString
result
=
fileName
;
result
+=
" faila apraksts"
;
result
+=
" faila apraksts"
;
return
result
;
return
result
;
}
}
...
@@ -648,28 +648,28 @@ class TranslatorLatvian : public Translator
...
@@ -648,28 +648,28 @@ class TranslatorLatvian : public Translator
result
+=
" nosaukumvietas apraksts"
;
result
+=
" nosaukumvietas apraksts"
;
return
result
;
return
result
;
}
}
virtual
QCString
trPublicMembers
()
virtual
QCString
trPublicMembers
()
{
return
"Publisk
â
s elementa funkcijas"
;
}
{
return
"Publisk
ā
s elementa funkcijas"
;
}
virtual
QCString
trPublicSlots
()
virtual
QCString
trPublicSlots
()
{
return
"Publisk
â
s spraugas"
;
}
{
return
"Publisk
ā
s spraugas"
;
}
virtual
QCString
trSignals
()
virtual
QCString
trSignals
()
{
return
"Sign
â
li"
;
}
{
return
"Sign
ā
li"
;
}
virtual
QCString
trStaticPublicMembers
()
virtual
QCString
trStaticPublicMembers
()
{
return
"Statisk
âs publiskâ
s elementa funkcijas"
;
}
{
return
"Statisk
ās publiskā
s elementa funkcijas"
;
}
virtual
QCString
trProtectedMembers
()
virtual
QCString
trProtectedMembers
()
{
return
"Aizsarg
âtâ
s elementa funkcijas"
;
}
{
return
"Aizsarg
ātā
s elementa funkcijas"
;
}
virtual
QCString
trProtectedSlots
()
virtual
QCString
trProtectedSlots
()
{
return
"Aizsarg
âtâ
s spraugas"
;
}
{
return
"Aizsarg
ātā
s spraugas"
;
}
virtual
QCString
trStaticProtectedMembers
()
virtual
QCString
trStaticProtectedMembers
()
{
return
"Statisk
âs aizsargâtâ
s elementa funkcijas"
;
}
{
return
"Statisk
ās aizsargātā
s elementa funkcijas"
;
}
virtual
QCString
trPrivateMembers
()
virtual
QCString
trPrivateMembers
()
{
return
"Priv
âtâ
s elementa funkcijas"
;
}
{
return
"Priv
ātā
s elementa funkcijas"
;
}
virtual
QCString
trPrivateSlots
()
virtual
QCString
trPrivateSlots
()
{
return
"Priv
âtâ
s spraugas"
;
}
{
return
"Priv
ātā
s spraugas"
;
}
virtual
QCString
trStaticPrivateMembers
()
virtual
QCString
trStaticPrivateMembers
()
{
return
"Statisk
âs privâtâ
s elementa funkcijas"
;
}
{
return
"Statisk
ās privātā
s elementa funkcijas"
;
}
/*! this function is used to produce a comma-separated list of items.
/*! this function is used to produce a comma-separated list of items.
* use generateMarker(i) to indicate where item i should be put.
* use generateMarker(i) to indicate where item i should be put.
*/
*/
...
@@ -678,23 +678,23 @@ class TranslatorLatvian : public Translator
...
@@ -678,23 +678,23 @@ class TranslatorLatvian : public Translator
QCString
result
;
QCString
result
;
int
i
;
int
i
;
// the inherits list contain `numEntries' classes
// the inherits list contain `numEntries' classes
for
(
i
=
0
;
i
<
numEntries
;
i
++
)
for
(
i
=
0
;
i
<
numEntries
;
i
++
)
{
{
// use generateMarker to generate placeholders for the class links!
// use generateMarker to generate placeholders for the class links!
result
+=
generateMarker
(
i
);
// generate marker for entry i in the list
result
+=
generateMarker
(
i
);
// generate marker for entry i in the list
// (order is left to right)
// (order is left to right)
if
(
i
!=
numEntries
-
1
)
// not the last entry, so we need a separator
if
(
i
!=
numEntries
-
1
)
// not the last entry, so we need a separator
{
{
if
(
i
<
numEntries
-
2
)
// not the fore last entry
if
(
i
<
numEntries
-
2
)
// not the fore last entry
result
+=
", "
;
result
+=
", "
;
else
// the fore last entry
else
// the fore last entry
result
+=
", un "
;
result
+=
", un "
;
}
}
}
}
return
result
;
return
result
;
}
}
/*! used in class documentation to produce a list of base classes,
/*! used in class documentation to produce a list of base classes,
* if class diagrams are disabled.
* if class diagrams are disabled.
*/
*/
...
@@ -711,12 +711,12 @@ class TranslatorLatvian : public Translator
...
@@ -711,12 +711,12 @@ class TranslatorLatvian : public Translator
return
"Tiek mantots "
+
trWriteList
(
numEntries
)
+
"."
;
return
"Tiek mantots "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
/*! used in member documentation blocks to produce a list of
/*! used in member documentation blocks to produce a list of
* members that are hidden by this one.
* members that are hidden by this one.
*/
*/
virtual
QCString
trReimplementedFromList
(
int
numEntries
)
virtual
QCString
trReimplementedFromList
(
int
numEntries
)
{
{
return
"P
ârimplementç
ts no "
+
trWriteList
(
numEntries
)
+
"."
;
return
"P
ārimplementēt
s no "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
/*! used in member documentation blocks to produce a list of
/*! used in member documentation blocks to produce a list of
...
@@ -724,7 +724,7 @@ class TranslatorLatvian : public Translator
...
@@ -724,7 +724,7 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trReimplementedInList
(
int
numEntries
)
virtual
QCString
trReimplementedInList
(
int
numEntries
)
{
{
return
"P
ârimplementç
ts "
+
trWriteList
(
numEntries
)
+
"."
;
return
"P
ārimplementēt
s "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
/*! This is put above each page as a link to all members of namespaces. */
/*! This is put above each page as a link to all members of namespaces. */
...
@@ -733,17 +733,17 @@ class TranslatorLatvian : public Translator
...
@@ -733,17 +733,17 @@ class TranslatorLatvian : public Translator
/*! This is an introduction to the page with all namespace members */
/*! This is an introduction to the page with all namespace members */
virtual
QCString
trNamespaceMemberDescription
(
bool
extractAll
)
virtual
QCString
trNamespaceMemberDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visi "
;
QCString
result
=
"
Še
it ir visi "
;
if
(
!
extractAll
)
result
+=
"dokument
ç
tie "
;
if
(
!
extractAll
)
result
+=
"dokument
ēt
ie "
;
result
+=
"nosaukumvietas elementi ar sait
ç
m uz "
;
result
+=
"nosaukumvietas elementi ar sait
ēm
uz "
;
if
(
extractAll
)
if
(
extractAll
)
result
+=
"nosaukumvieta dokument
â
ciju katram elementam:"
;
result
+=
"nosaukumvieta dokument
ā
ciju katram elementam:"
;
else
else
result
+=
"nosaukumvietu, kam tie pieder:"
;
result
+=
"nosaukumvietu, kam tie pieder:"
;
return
result
;
return
result
;
}
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* index of all namespaces.
* index of all namespaces.
*/
*/
virtual
QCString
trNamespaceIndex
()
virtual
QCString
trNamespaceIndex
()
...
@@ -753,7 +753,7 @@ class TranslatorLatvian : public Translator
...
@@ -753,7 +753,7 @@ class TranslatorLatvian : public Translator
* the documentation of all namespaces.
* the documentation of all namespaces.
*/
*/
virtual
QCString
trNamespaceDocumentation
()
virtual
QCString
trNamespaceDocumentation
()
{
return
"Nosaukumvietas dokument
â
cija"
;
}
{
return
"Nosaukumvietas dokument
ā
cija"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990522
// new since 0.49-990522
...
@@ -775,18 +775,18 @@ class TranslatorLatvian : public Translator
...
@@ -775,18 +775,18 @@ class TranslatorLatvian : public Translator
virtual
QCString
trGeneratedFromFiles
(
ClassDef
::
CompoundType
compType
,
virtual
QCString
trGeneratedFromFiles
(
ClassDef
::
CompoundType
compType
,
bool
single
)
bool
single
)
{
// single is true implies a single file
{
// single is true implies a single file
QCString
result
=
(
QCString
)
"
Ðî
"
;
QCString
result
=
(
QCString
)
"
Šī"
;
switch
(
compType
)
switch
(
compType
)
{
{
case
ClassDef
:
:
Class
:
result
+=
"s klases"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
"s klases"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
"s strukt
û
ras"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
"s strukt
ūr
as"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" apvienojuma"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" apvienojuma"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" interfeisa"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" interfeisa"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protokola"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protokola"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"s kategorijas"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"s kategorijas"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" iz
òç
muma"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" iz
ņēmu
ma"
;
break
;
}
}
result
+=
" dokument
âcijas tika ìenerçta no ðâ
da fail"
;
result
+=
" dokument
ācijas tika ģenerēta no šāda
fail"
;
if
(
single
)
result
+=
"a:"
;
else
result
+=
"iem:"
;
if
(
single
)
result
+=
"a:"
;
else
result
+=
"iem:"
;
return
result
;
return
result
;
}
}
...
@@ -795,7 +795,7 @@ class TranslatorLatvian : public Translator
...
@@ -795,7 +795,7 @@ class TranslatorLatvian : public Translator
* list.
* list.
*/
*/
virtual
QCString
trAlphabeticalList
()
virtual
QCString
trAlphabeticalList
()
{
return
"Alfab
ç
tiskais saraksts"
;
}
{
return
"Alfab
ēt
iskais saraksts"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
// new since 0.49-990901
...
@@ -803,14 +803,14 @@ class TranslatorLatvian : public Translator
...
@@ -803,14 +803,14 @@ class TranslatorLatvian : public Translator
/*! This is used as the heading text for the retval command. */
/*! This is used as the heading text for the retval command. */
virtual
QCString
trReturnValues
()
virtual
QCString
trReturnValues
()
{
return
"Atgrie
þamâs vçrtî
bas"
;
}
{
return
"Atgrie
žamās vērtības
"
;
}
/*! This is in the (quick) index as a link to the main page (index.html)
/*! This is in the (quick) index as a link to the main page (index.html)
*/
*/
virtual
QCString
trMainPage
()
virtual
QCString
trMainPage
()
{
return
"S
â
kumlapa"
;
}
{
return
"S
ā
kumlapa"
;
}
/*! This is used in references to page that are put in the LaTeX
/*! This is used in references to page that are put in the LaTeX
* documentation. It should be an abbreviation of the word page.
* documentation. It should be an abbreviation of the word page.
*/
*/
virtual
QCString
trPageAbbreviation
()
virtual
QCString
trPageAbbreviation
()
...
@@ -822,11 +822,11 @@ class TranslatorLatvian : public Translator
...
@@ -822,11 +822,11 @@ class TranslatorLatvian : public Translator
virtual
QCString
trDefinedAtLineInSourceFile
()
virtual
QCString
trDefinedAtLineInSourceFile
()
{
{
return
"Defin
çts lînijâ @0 failâ
@1."
;
return
"Defin
ēts līnijā @0 failā @
1."
;
}
}
virtual
QCString
trDefinedInSourceFile
()
virtual
QCString
trDefinedInSourceFile
()
{
{
return
"Defin
çts failâ
@0."
;
return
"Defin
ēts failā
@0."
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -845,7 +845,7 @@ class TranslatorLatvian : public Translator
...
@@ -845,7 +845,7 @@ class TranslatorLatvian : public Translator
/*! this text is put before a collaboration diagram */
/*! this text is put before a collaboration diagram */
virtual
QCString
trCollaborationDiagram
(
const
char
*
clName
)
virtual
QCString
trCollaborationDiagram
(
const
char
*
clName
)
{
{
return
(
QCString
)
"Sadarb
î
bas diagramma klasei "
+
clName
+
":"
;
return
(
QCString
)
"Sadarb
īb
as diagramma klasei "
+
clName
+
":"
;
}
}
/*! this text is put before an include dependency graph */
/*! this text is put before an include dependency graph */
virtual
QCString
trInclDepGraph
(
const
char
*
fName
)
virtual
QCString
trInclDepGraph
(
const
char
*
fName
)
...
@@ -855,27 +855,27 @@ class TranslatorLatvian : public Translator
...
@@ -855,27 +855,27 @@ class TranslatorLatvian : public Translator
/*! header that is put before the list of constructor/destructors. */
/*! header that is put before the list of constructor/destructors. */
virtual
QCString
trConstructorDocumentation
()
virtual
QCString
trConstructorDocumentation
()
{
{
return
"Konstruktora un destruktora dokument
âcija"
;
return
"Konstruktora un destruktora dokument
ācija"
;
}
}
/*! Used in the file documentation to point to the corresponding sources. */
/*! Used in the file documentation to point to the corresponding sources. */
virtual
QCString
trGotoSourceCode
()
virtual
QCString
trGotoSourceCode
()
{
{
return
"Iet uz
ðî
faila pirmkodu."
;
return
"Iet uz
šī f
aila pirmkodu."
;
}
}
/*! Used in the file sources to point to the corresponding documentation. */
/*! Used in the file sources to point to the corresponding documentation. */
virtual
QCString
trGotoDocumentation
()
virtual
QCString
trGotoDocumentation
()
{
{
return
"Ietu uz
ðî faila dokumentâ
ciju."
;
return
"Ietu uz
šī faila dokumentāci
ju."
;
}
}
/*! Text for the \\pre command */
/*! Text for the \\pre command */
virtual
QCString
trPrecondition
()
virtual
QCString
trPrecondition
()
{
{
return
"Pirmsnosac
î
jums"
;
return
"Pirmsnosac
īj
ums"
;
}
}
/*! Text for the \\post command */
/*! Text for the \\post command */
virtual
QCString
trPostcondition
()
virtual
QCString
trPostcondition
()
{
{
return
"P
çcnosacî
jums"
;
return
"P
ēcnosacīju
ms"
;
}
}
/*! Text for the \\invariant command */
/*! Text for the \\invariant command */
virtual
QCString
trInvariant
()
virtual
QCString
trInvariant
()
...
@@ -885,7 +885,7 @@ class TranslatorLatvian : public Translator
...
@@ -885,7 +885,7 @@ class TranslatorLatvian : public Translator
/*! Text shown before a multi-line variable/enum initialization */
/*! Text shown before a multi-line variable/enum initialization */
virtual
QCString
trInitialValue
()
virtual
QCString
trInitialValue
()
{
{
return
"S
âkotnçjâ vçrtî
ba:"
;
return
"S
ākotnējā vērtība:
"
;
}
}
/*! Text used the source code in the file index */
/*! Text used the source code in the file index */
virtual
QCString
trCode
()
virtual
QCString
trCode
()
...
@@ -902,7 +902,7 @@ class TranslatorLatvian : public Translator
...
@@ -902,7 +902,7 @@ class TranslatorLatvian : public Translator
}
}
virtual
QCString
trGotoTextualHierarchy
()
virtual
QCString
trGotoTextualHierarchy
()
{
{
return
"Iet uz tekstu
â
lu klases hierarhiju"
;
return
"Iet uz tekstu
ā
lu klases hierarhiju"
;
}
}
virtual
QCString
trPageIndex
()
virtual
QCString
trPageIndex
()
{
{
...
@@ -912,10 +912,10 @@ class TranslatorLatvian : public Translator
...
@@ -912,10 +912,10 @@ class TranslatorLatvian : public Translator
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.1.0
// new since 1.1.0
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
virtual
QCString
trNote
()
virtual
QCString
trNote
()
{
{
return
"Piez
î
me"
;
return
"Piez
īm
e"
;
}
}
virtual
QCString
trPublicTypes
()
virtual
QCString
trPublicTypes
()
{
{
...
@@ -929,36 +929,36 @@ class TranslatorLatvian : public Translator
...
@@ -929,36 +929,36 @@ class TranslatorLatvian : public Translator
}
}
else
else
{
{
return
"Publiskie atrib
û
ti"
;
return
"Publiskie atrib
ūt
i"
;
}
}
}
}
virtual
QCString
trStaticPublicAttribs
()
virtual
QCString
trStaticPublicAttribs
()
{
{
return
"Statiskie publiskie atrib
û
ti"
;
return
"Statiskie publiskie atrib
ūt
i"
;
}
}
virtual
QCString
trProtectedTypes
()
virtual
QCString
trProtectedTypes
()
{
{
return
"Aizsarg
â
tie tipi"
;
return
"Aizsarg
ā
tie tipi"
;
}
}
virtual
QCString
trProtectedAttribs
()
virtual
QCString
trProtectedAttribs
()
{
{
return
"Aizsarg
âtie atribû
ti"
;
return
"Aizsarg
ātie atribūt
i"
;
}
}
virtual
QCString
trStaticProtectedAttribs
()
virtual
QCString
trStaticProtectedAttribs
()
{
{
return
"Statiskie aizsarg
âtie atribû
ti"
;
return
"Statiskie aizsarg
ātie atribūt
i"
;
}
}
virtual
QCString
trPrivateTypes
()
virtual
QCString
trPrivateTypes
()
{
{
return
"Priv
â
tie tipi"
;
return
"Priv
ā
tie tipi"
;
}
}
virtual
QCString
trPrivateAttribs
()
virtual
QCString
trPrivateAttribs
()
{
{
return
"Priv
âtie atribû
ti"
;
return
"Priv
ātie atribūt
i"
;
}
}
virtual
QCString
trStaticPrivateAttribs
()
virtual
QCString
trStaticPrivateAttribs
()
{
{
return
"Statiskie priv
âtie atribû
ti"
;
return
"Statiskie priv
ātie atribūt
i"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -968,12 +968,12 @@ class TranslatorLatvian : public Translator
...
@@ -968,12 +968,12 @@ class TranslatorLatvian : public Translator
/*! Used as a marker that is put before a \\todo item */
/*! Used as a marker that is put before a \\todo item */
virtual
QCString
trTodo
()
virtual
QCString
trTodo
()
{
{
return
"J
â
izdara"
;
return
"J
ā
izdara"
;
}
}
/*! Used as the header of the todo list */
/*! Used as the header of the todo list */
virtual
QCString
trTodoList
()
virtual
QCString
trTodoList
()
{
{
return
"Dar
â
mo darbu saraksts"
;
return
"Dar
ā
mo darbu saraksts"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -990,18 +990,18 @@ class TranslatorLatvian : public Translator
...
@@ -990,18 +990,18 @@ class TranslatorLatvian : public Translator
}
}
virtual
QCString
trAttention
()
virtual
QCString
trAttention
()
{
{
return
"Uzman
î
bu"
;
return
"Uzman
īb
u"
;
}
}
virtual
QCString
trInclByDepGraph
()
virtual
QCString
trInclByDepGraph
()
{
{
return
"
Ðis grafs râda kuri faili tieð
i vai "
return
"
Šis grafs rāda kuri faili tieši
vai "
"netie
ði iekïauj ð
o failu:"
;
"netie
ši iekļauj šo f
ailu:"
;
}
}
virtual
QCString
trSince
()
virtual
QCString
trSince
()
{
{
return
"Kop
ð
"
;
return
"Kop
š"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.1.5
// new since 1.1.5
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1009,14 +1009,14 @@ class TranslatorLatvian : public Translator
...
@@ -1009,14 +1009,14 @@ class TranslatorLatvian : public Translator
/*! title of the graph legend page */
/*! title of the graph legend page */
virtual
QCString
trLegendTitle
()
virtual
QCString
trLegendTitle
()
{
{
return
"Grafika le
ì
enda"
;
return
"Grafika le
ģe
nda"
;
}
}
/*! page explaining how the dot graph's should be interpreted
/*! page explaining how the dot graph's should be interpreted
* The %A in the text below are to prevent link to classes called "A".
* The %A in the text below are to prevent link to classes called "A".
*/
*/
virtual
QCString
trLegendDocs
()
virtual
QCString
trLegendDocs
()
{
{
return
return
"This page explains how to interpret the graphs that are generated "
"This page explains how to interpret the graphs that are generated "
"by doxygen.<p>
\n
"
"by doxygen.<p>
\n
"
"Consider the following example:
\n
"
"Consider the following example:
\n
"
...
@@ -1081,13 +1081,13 @@ class TranslatorLatvian : public Translator
...
@@ -1081,13 +1081,13 @@ class TranslatorLatvian : public Translator
/*! text for the link to the legend page */
/*! text for the link to the legend page */
virtual
QCString
trLegend
()
virtual
QCString
trLegend
()
{
{
return
"le
ì
enda"
;
return
"le
ģe
nda"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.2.0
// new since 1.2.0
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used as a marker that is put before a test item */
/*! Used as a marker that is put before a test item */
virtual
QCString
trTest
()
virtual
QCString
trTest
()
{
{
...
@@ -1116,12 +1116,12 @@ class TranslatorLatvian : public Translator
...
@@ -1116,12 +1116,12 @@ class TranslatorLatvian : public Translator
/*! Used as a section header for IDL properties */
/*! Used as a section header for IDL properties */
virtual
QCString
trProperties
()
virtual
QCString
trProperties
()
{
{
return
"Rekviz
î
ti"
;
return
"Rekviz
īt
i"
;
}
}
/*! Used as a section header for IDL property documentation */
/*! Used as a section header for IDL property documentation */
virtual
QCString
trPropertyDocumentation
()
virtual
QCString
trPropertyDocumentation
()
{
{
return
"Rekviz
îtu dokumentâ
cija"
;
return
"Rekviz
ītu dokumentāc
ija"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1133,7 +1133,7 @@ class TranslatorLatvian : public Translator
...
@@ -1133,7 +1133,7 @@ class TranslatorLatvian : public Translator
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Datu strukt
û
ras"
;
return
"Datu strukt
ūr
as"
;
}
}
else
else
{
{
...
@@ -1148,7 +1148,7 @@ class TranslatorLatvian : public Translator
...
@@ -1148,7 +1148,7 @@ class TranslatorLatvian : public Translator
/*! Title of the package index page */
/*! Title of the package index page */
virtual
QCString
trPackageList
()
virtual
QCString
trPackageList
()
{
{
return
"Pakot
ò
u saraksts"
;
return
"Pakot
ņu
saraksts"
;
}
}
/*! The description of the package index page */
/*! The description of the package index page */
virtual
QCString
trPackageListDescription
()
virtual
QCString
trPackageListDescription
()
...
@@ -1163,31 +1163,31 @@ class TranslatorLatvian : public Translator
...
@@ -1163,31 +1163,31 @@ class TranslatorLatvian : public Translator
/*! Text shown before a multi-line define */
/*! Text shown before a multi-line define */
virtual
QCString
trDefineValue
()
virtual
QCString
trDefineValue
()
{
{
return
"V
çrtî
ba:"
;
return
"V
ērtība
:"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.2.5
// new since 1.2.5
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used as a marker that is put before a \\bug item */
/*! Used as a marker that is put before a \\bug item */
virtual
QCString
trBug
()
virtual
QCString
trBug
()
{
{
return
"K
ïû
da"
;
return
"K
ļūda
"
;
}
}
/*! Used as the header of the bug list */
/*! Used as the header of the bug list */
virtual
QCString
trBugList
()
virtual
QCString
trBugList
()
{
{
return
"K
ïû
du saraksts"
;
return
"K
ļūdu
saraksts"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.2.6
// new since 1.2.6
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used as ansicpg for RTF file
/*! Used as ansicpg for RTF file
*
*
* The following table shows the correlation of Charset name, Charset Value and
* The following table shows the correlation of Charset name, Charset Value and
* <pre>
* <pre>
* Codepage number:
* Codepage number:
* Charset Name Charset Value(hex) Codepage number
* Charset Name Charset Value(hex) Codepage number
...
@@ -1208,15 +1208,15 @@ class TranslatorLatvian : public Translator
...
@@ -1208,15 +1208,15 @@ class TranslatorLatvian : public Translator
* GB2313_CHARSET 134 (x86) 936
* GB2313_CHARSET 134 (x86) 936
* CHINESEBIG5_CHARSET 136 (x88) 950
* CHINESEBIG5_CHARSET 136 (x88) 950
* </pre>
* </pre>
*
*
*/
*/
virtual
QCString
trRTFansicp
()
virtual
QCString
trRTFansicp
()
{
{
return
"1257"
;
return
"1257"
;
}
}
/*! Used as ansicpg for RTF fcharset
/*! Used as ansicpg for RTF fcharset
* \see trRTFansicp() for a table of possible values.
* \see trRTFansicp() for a table of possible values.
*/
*/
virtual
QCString
trRTFCharSet
()
virtual
QCString
trRTFCharSet
()
...
@@ -1229,82 +1229,82 @@ class TranslatorLatvian : public Translator
...
@@ -1229,82 +1229,82 @@ class TranslatorLatvian : public Translator
{
{
return
"Indekss"
;
return
"Indekss"
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trClass
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trClass
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Klase"
:
"klase"
));
QCString
result
((
first_capital
?
"Klase"
:
"klase"
));
if
(
!
singular
)
result
+=
"s"
;
if
(
!
singular
)
result
+=
"s"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trFile
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trFile
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Fail"
:
"fail"
));
QCString
result
((
first_capital
?
"Fail"
:
"fail"
));
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trNamespace
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trNamespace
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Nosaukumvieta"
:
"nosaukumvieta"
));
QCString
result
((
first_capital
?
"Nosaukumvieta"
:
"nosaukumvieta"
));
if
(
!
singular
)
result
+=
"s"
;
if
(
!
singular
)
result
+=
"s"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trGroup
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trGroup
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Grupa"
:
"grupa"
));
QCString
result
((
first_capital
?
"Grupa"
:
"grupa"
));
if
(
!
singular
)
result
+=
"s"
;
if
(
!
singular
)
result
+=
"s"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trPage
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trPage
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Lapa"
:
"lapa"
));
QCString
result
((
first_capital
?
"Lapa"
:
"lapa"
));
if
(
!
singular
)
result
+=
"s"
;
if
(
!
singular
)
result
+=
"s"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trMember
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trMember
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Element"
:
"element"
));
QCString
result
((
first_capital
?
"Element"
:
"element"
));
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trGlobal
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trGlobal
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Glob
âl"
:
"globâ
l"
));
QCString
result
((
first_capital
?
"Glob
āl"
:
"globā
l"
));
if
(
singular
)
result
+=
"ais"
;
else
result
+=
"ie"
;
if
(
singular
)
result
+=
"ais"
;
else
result
+=
"ie"
;
return
result
;
return
result
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1314,10 +1314,10 @@ class TranslatorLatvian : public Translator
...
@@ -1314,10 +1314,10 @@ class TranslatorLatvian : public Translator
/*! This text is generated when the \\author command is used and
/*! This text is generated when the \\author command is used and
* for the author section in man pages. */
* for the author section in man pages. */
virtual
QCString
trAuthor
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trAuthor
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Autor"
:
"autor"
));
QCString
result
((
first_capital
?
"Autor"
:
"autor"
));
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
return
result
;
return
result
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1335,12 +1335,12 @@ class TranslatorLatvian : public Translator
...
@@ -1335,12 +1335,12 @@ class TranslatorLatvian : public Translator
// new since 1.2.13
// new since 1.2.13
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! used in member documentation blocks to produce a list of
/*! used in member documentation blocks to produce a list of
* members that are implemented by this one.
* members that are implemented by this one.
*/
*/
virtual
QCString
trImplementedFromList
(
int
numEntries
)
virtual
QCString
trImplementedFromList
(
int
numEntries
)
{
{
return
"
Î
steno "
+
trWriteList
(
numEntries
)
+
"."
;
return
"
Īs
teno "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
/*! used in member documentation blocks to produce a list of
/*! used in member documentation blocks to produce a list of
...
@@ -1348,7 +1348,7 @@ class TranslatorLatvian : public Translator
...
@@ -1348,7 +1348,7 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trImplementedInList
(
int
numEntries
)
virtual
QCString
trImplementedInList
(
int
numEntries
)
{
{
return
"
Î
stenots "
+
trWriteList
(
numEntries
)
+
"."
;
return
"
Īs
tenots "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1360,26 +1360,26 @@ class TranslatorLatvian : public Translator
...
@@ -1360,26 +1360,26 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trRTFTableOfContents
()
virtual
QCString
trRTFTableOfContents
()
{
{
return
"Satura r
âdîtâ
js"
;
return
"Satura r
ādītāj
s"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.2.17
// new since 1.2.17
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used as the header of the list of item that have been
/*! Used as the header of the list of item that have been
* flagged deprecated
* flagged deprecated
*/
*/
virtual
QCString
trDeprecatedList
()
virtual
QCString
trDeprecatedList
()
{
{
return
"Novecoju
ð
o saraksts"
;
return
"Novecoju
šo
saraksts"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.2.18
// new since 1.2.18
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used as a header for declaration section of the events found in
/*! Used as a header for declaration section of the events found in
* a C# program
* a C# program
*/
*/
virtual
QCString
trEvents
()
virtual
QCString
trEvents
()
...
@@ -1389,7 +1389,7 @@ class TranslatorLatvian : public Translator
...
@@ -1389,7 +1389,7 @@ class TranslatorLatvian : public Translator
/*! Header used for the documentation section of a class' events. */
/*! Header used for the documentation section of a class' events. */
virtual
QCString
trEventDocumentation
()
virtual
QCString
trEventDocumentation
()
{
{
return
"Notikumu dokument
â
cija"
;
return
"Notikumu dokument
ā
cija"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1399,43 +1399,43 @@ class TranslatorLatvian : public Translator
...
@@ -1399,43 +1399,43 @@ class TranslatorLatvian : public Translator
/*! Used as a heading for a list of Java class types with package scope.
/*! Used as a heading for a list of Java class types with package scope.
*/
*/
virtual
QCString
trPackageTypes
()
virtual
QCString
trPackageTypes
()
{
{
return
"Pakas tipi"
;
return
"Pakas tipi"
;
}
}
/*! Used as a heading for a list of Java class functions with package
/*! Used as a heading for a list of Java class functions with package
* scope.
* scope.
*/
*/
virtual
QCString
trPackageMembers
()
virtual
QCString
trPackageMembers
()
{
{
return
"Pakas funkcijas"
;
return
"Pakas funkcijas"
;
}
}
/*! Used as a heading for a list of static Java class functions with
/*! Used as a heading for a list of static Java class functions with
* package scope.
* package scope.
*/
*/
virtual
QCString
trStaticPackageMembers
()
virtual
QCString
trStaticPackageMembers
()
{
{
return
"Statisk
â
s pakas funkcijas"
;
return
"Statisk
ā
s pakas funkcijas"
;
}
}
/*! Used as a heading for a list of Java class variables with package
/*! Used as a heading for a list of Java class variables with package
* scope.
* scope.
*/
*/
virtual
QCString
trPackageAttribs
()
virtual
QCString
trPackageAttribs
()
{
{
return
"Pakas atrib
û
ti"
;
return
"Pakas atrib
ūt
i"
;
}
}
/*! Used as a heading for a list of static Java class variables with
/*! Used as a heading for a list of static Java class variables with
* package scope.
* package scope.
*/
*/
virtual
QCString
trStaticPackageAttribs
()
virtual
QCString
trStaticPackageAttribs
()
{
{
return
"Statiskie pakas atrib
û
ti"
;
return
"Statiskie pakas atrib
ūt
i"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.3.1
// new since 1.3.1
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used in the quick index of a class/file/namespace member list page
/*! Used in the quick index of a class/file/namespace member list page
* to link to the unfiltered list of all members.
* to link to the unfiltered list of all members.
*/
*/
virtual
QCString
trAll
()
virtual
QCString
trAll
()
...
@@ -1445,33 +1445,33 @@ class TranslatorLatvian : public Translator
...
@@ -1445,33 +1445,33 @@ class TranslatorLatvian : public Translator
/*! Put in front of the call graph for a function. */
/*! Put in front of the call graph for a function. */
virtual
QCString
trCallGraph
()
virtual
QCString
trCallGraph
()
{
{
return
"
Ð
eit ir visu funkciju izsaugumu grafs:"
;
return
"
Še
it ir visu funkciju izsaugumu grafs:"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.3.3
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! When the search engine is enabled this text is put in the header
/*! When the search engine is enabled this text is put in the header
* of each page before the field where one can enter the text to search
* of each page before the field where one can enter the text to search
* for.
* for.
*/
*/
virtual
QCString
trSearchForIndex
()
virtual
QCString
trSearchForIndex
()
{
{
return
"Mekl
ç
t"
;
return
"Mekl
ēt
"
;
}
}
/*! This string is used as the title for the page listing the search
/*! This string is used as the title for the page listing the search
* results.
* results.
*/
*/
virtual
QCString
trSearchResultsTitle
()
virtual
QCString
trSearchResultsTitle
()
{
{
return
"Mekl
çðanas rezultâ
ti"
;
return
"Mekl
ēšanas rezultāti
"
;
}
}
/*! This string is put just before listing the search results. The
/*! This string is put just before listing the search results. The
* text can be different depending on the number of documents found.
* text can be different depending on the number of documents found.
* Inside the text you can put the special marker $num to insert
* Inside the text you can put the special marker $num to insert
* the number representing the actual number of search results.
* the number representing the actual number of search results.
* The @a numDocuments parameter can be either 0, 1 or 2, where the
* The @a numDocuments parameter can be either 0, 1 or 2, where the
* value 2 represents 2 or more matches. HTML markup is allowed inside
* value 2 represents 2 or more matches. HTML markup is allowed inside
* the returned string.
* the returned string.
*/
*/
...
@@ -1485,18 +1485,18 @@ class TranslatorLatvian : public Translator
...
@@ -1485,18 +1485,18 @@ class TranslatorLatvian : public Translator
{
{
return
"Atrasts <b>1</b> dokuments."
;
return
"Atrasts <b>1</b> dokuments."
;
}
}
else
else
{
{
return
"Atrasti <b>$num</b> Dokumenti. "
return
"Atrasti <b>$num</b> Dokumenti. "
"S
âkumâ attçlo tos, kas atbilst visprecîzâ
k."
;
"S
ākumā attēlo tos, kas atbilst visprecīzāk.
"
;
}
}
}
}
/*! This string is put before the list of matched words, for each search
/*! This string is put before the list of matched words, for each search
* result. What follows is the list of words that matched the query.
* result. What follows is the list of words that matched the query.
*/
*/
virtual
QCString
trSearchMatches
()
virtual
QCString
trSearchMatches
()
{
{
return
"Atbilst mekl
ç
tajam:"
;
return
"Atbilst mekl
ēt
ajam:"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1518,13 +1518,13 @@ class TranslatorLatvian : public Translator
...
@@ -1518,13 +1518,13 @@ class TranslatorLatvian : public Translator
* hierarchy.
* hierarchy.
*/
*/
virtual
QCString
trDirIndex
()
virtual
QCString
trDirIndex
()
{
return
"Direktoriju strukt
û
ra"
;
}
{
return
"Direktoriju strukt
ūr
a"
;
}
/*! This is used as the name of the chapter containing the documentation
/*! This is used as the name of the chapter containing the documentation
* of the directories.
* of the directories.
*/
*/
virtual
QCString
trDirDocumentation
()
virtual
QCString
trDirDocumentation
()
{
return
"Direktorijas dokument
â
cija"
;
}
{
return
"Direktorijas dokument
ā
cija"
;
}
/*! This is used as the title of the directory index and also in the
/*! This is used as the title of the directory index and also in the
* Quick links of an HTML page, to link to the directory hierarchy.
* Quick links of an HTML page, to link to the directory hierarchy.
...
@@ -1532,12 +1532,12 @@ class TranslatorLatvian : public Translator
...
@@ -1532,12 +1532,12 @@ class TranslatorLatvian : public Translator
virtual
QCString
trDirectories
()
virtual
QCString
trDirectories
()
{
return
"Direktorijas"
;
}
{
return
"Direktorijas"
;
}
/*! This returns a sentences that introduces the directory hierarchy.
/*! This returns a sentences that introduces the directory hierarchy.
* and the fact that it is sorted alphabetically per level
* and the fact that it is sorted alphabetically per level
*/
*/
virtual
QCString
trDirDescription
()
virtual
QCString
trDirDescription
()
{
return
"
Ðî
direktoriju hierarhija ir aptuveni, "
{
return
"
Šī d
irektoriju hierarhija ir aptuveni, "
"bet ne piln
îbâ, alfabçta secîbâ
:"
;
"bet ne piln
ībā, alfabēta secībā:"
;
}
}
/*! This returns the title of a directory page. The name of the
/*! This returns the title of a directory page. The name of the
...
@@ -1550,10 +1550,10 @@ class TranslatorLatvian : public Translator
...
@@ -1550,10 +1550,10 @@ class TranslatorLatvian : public Translator
* (\a first_capital) and in sigular or plural form (\a singular).
* (\a first_capital) and in sigular or plural form (\a singular).
*/
*/
virtual
QCString
trDir
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trDir
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Direktorija"
:
"direktorija"
));
QCString
result
((
first_capital
?
"Direktorija"
:
"direktorija"
));
if
(
!
singular
)
result
+=
"s"
;
if
(
!
singular
)
result
+=
"s"
;
return
result
;
return
result
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1565,9 +1565,9 @@ class TranslatorLatvian : public Translator
...
@@ -1565,9 +1565,9 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trOverloadText
()
virtual
QCString
trOverloadText
()
{
{
return
"
Ðî ir elementa pâ
rslogota funkcija, kas "
return
"
Šī ir elementa pārs
logota funkcija, kas "
"par
âdîta tikai informâtîvo nolûkos. Tâ atðíiras no iepriekðapraksîtâ
s "
"par
ādīta tikai informātīvo nolūkos. Tā atšķiras no iepriekšapraksītās "
"funkcijas tikai ar parametriem, ko t
â saò
em."
;
"funkcijas tikai ar parametriem, ko t
ā saņe
m."
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1577,24 +1577,24 @@ class TranslatorLatvian : public Translator
...
@@ -1577,24 +1577,24 @@ class TranslatorLatvian : public Translator
/*! This is used to introduce a caller (or called-by) graph */
/*! This is used to introduce a caller (or called-by) graph */
virtual
QCString
trCallerGraph
()
virtual
QCString
trCallerGraph
()
{
{
return
"
Ðeit ir ðî
s funkcijas izsaukuma grafs:"
;
return
"
Šeit ir šīs f
unkcijas izsaukuma grafs:"
;
}
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for enumeration values
* of documentation blocks for enumeration values
*/
*/
virtual
QCString
trEnumerationValueDocumentation
()
virtual
QCString
trEnumerationValueDocumentation
()
{
return
"Uzskait
îjumliterâïa dokumentâ
cija"
;
}
{
return
"Uzskait
ījumliterāļa dokumentāci
ja"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.5.4 (mainly for Fortran)
// new since 1.5.4 (mainly for Fortran)
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! header that is put before the list of member subprograms (Fortran). */
/*! header that is put before the list of member subprograms (Fortran). */
virtual
QCString
trMemberFunctionDocumentationFortran
()
virtual
QCString
trMemberFunctionDocumentationFortran
()
{
return
"Elementa funckijas/apak
ðrutînas dokumentâ
cija"
;
}
{
return
"Elementa funckijas/apak
šrutīnas dokumentāci
ja"
;
}
/*! This is put above each page as a link to the list of annotated data types (Fortran). */
/*! This is put above each page as a link to the list of annotated data types (Fortran). */
virtual
QCString
trCompoundListFortran
()
virtual
QCString
trCompoundListFortran
()
{
return
"Datu tipu saraksts"
;
}
{
return
"Datu tipu saraksts"
;
}
...
@@ -1604,30 +1604,30 @@ class TranslatorLatvian : public Translator
...
@@ -1604,30 +1604,30 @@ class TranslatorLatvian : public Translator
/*! This is an introduction to the annotated compound list (Fortran). */
/*! This is an introduction to the annotated compound list (Fortran). */
virtual
QCString
trCompoundListDescriptionFortran
()
virtual
QCString
trCompoundListDescriptionFortran
()
{
return
"
Ðeit ir visu datu tipu saraksts ar î
su aprakstu:"
;
}
{
return
"
Šeit ir visu datu tipu saraksts ar īsu
aprakstu:"
;
}
/*! This is an introduction to the page with all data types (Fortran). */
/*! This is an introduction to the page with all data types (Fortran). */
virtual
QCString
trCompoundMembersDescriptionFortran
(
bool
extractAll
)
virtual
QCString
trCompoundMembersDescriptionFortran
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visu "
;
QCString
result
=
"
Še
it ir visu "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
result
+=
"dokument
ç
to "
;
result
+=
"dokument
ēt
o "
;
}
}
result
+=
"datu tipu saraksts"
;
result
+=
"datu tipu saraksts"
;
result
+=
" ar sait
ç
m uz "
;
result
+=
" ar sait
ēm
uz "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
result
+=
"datu strukt
ûras dokumentâ
ciju katram elementam:"
;
result
+=
"datu strukt
ūras dokumentāc
iju katram elementam:"
;
}
}
else
else
{
{
result
+=
"datu tipiem, kam tie pieder:"
;
result
+=
"datu tipiem, kam tie pieder:"
;
}
}
return
result
;
return
result
;
}
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* annotated compound index (Fortran).
* annotated compound index (Fortran).
*/
*/
virtual
QCString
trCompoundIndexFortran
()
virtual
QCString
trCompoundIndexFortran
()
...
@@ -1637,36 +1637,36 @@ class TranslatorLatvian : public Translator
...
@@ -1637,36 +1637,36 @@ class TranslatorLatvian : public Translator
* the documentation of all data types (Fortran).
* the documentation of all data types (Fortran).
*/
*/
virtual
QCString
trTypeDocumentation
()
virtual
QCString
trTypeDocumentation
()
{
return
"Datu tipa dokument
â
cija"
;
}
{
return
"Datu tipa dokument
ā
cija"
;
}
/*! This is used in the documentation of a file as a header before the
/*! This is used in the documentation of a file as a header before the
* list of (global) subprograms (Fortran).
* list of (global) subprograms (Fortran).
*/
*/
virtual
QCString
trSubprograms
()
virtual
QCString
trSubprograms
()
{
return
"Funkcijas/Apak
ðrutî
nas"
;
}
{
return
"Funkcijas/Apak
šrutīna
s"
;
}
/*! This is used in the documentation of a file/namespace before the list
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for subprograms (Fortran)
* of documentation blocks for subprograms (Fortran)
*/
*/
virtual
QCString
trSubprogramDocumentation
()
virtual
QCString
trSubprogramDocumentation
()
{
return
"Funkcijas/Apak
ðrutînas dokumentâ
cija"
;
}
{
return
"Funkcijas/Apak
šrutīnas dokumentāci
ja"
;
}
/*! This is used in the documentation of a file/namespace/group before
/*! This is used in the documentation of a file/namespace/group before
* the list of links to documented compounds (Fortran)
* the list of links to documented compounds (Fortran)
*/
*/
virtual
QCString
trDataTypes
()
virtual
QCString
trDataTypes
()
{
return
"Datu tipi"
;
}
{
return
"Datu tipi"
;
}
/*! used as the title of page containing all the index of all modules (Fortran). */
/*! used as the title of page containing all the index of all modules (Fortran). */
virtual
QCString
trModulesList
()
virtual
QCString
trModulesList
()
{
return
"Modu
ï
u saraksts"
;
}
{
return
"Modu
ļu
saraksts"
;
}
/*! used as an introduction to the modules list (Fortran) */
/*! used as an introduction to the modules list (Fortran) */
virtual
QCString
trModulesListDescription
(
bool
extractAll
)
virtual
QCString
trModulesListDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visu "
;
QCString
result
=
"
Še
it ir visu "
;
if
(
!
extractAll
)
result
+=
"dokument
ç
to "
;
if
(
!
extractAll
)
result
+=
"dokument
ēt
o "
;
result
+=
"modu
ïu saraksts ar î
su aprakstu:"
;
result
+=
"modu
ļu saraksts ar īsu
aprakstu:"
;
return
result
;
return
result
;
}
}
...
@@ -1678,13 +1678,13 @@ class TranslatorLatvian : public Translator
...
@@ -1678,13 +1678,13 @@ class TranslatorLatvian : public Translator
QCString
result
=
(
QCString
)
clName
;
QCString
result
=
(
QCString
)
clName
;
switch
(
compType
)
switch
(
compType
)
{
{
case
ClassDef
:
:
Class
:
result
+=
" modu
ï
a"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
" modu
ļa
"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" tipa"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" tipa"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" apvienojuma"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" apvienojuma"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" interfeisa"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" interfeisa"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protokola"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protokola"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
" kategorijas"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
" kategorijas"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" iz
òç
muma"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" iz
ņēmu
ma"
;
break
;
}
}
if
(
isTemplate
)
result
+=
" sagataves"
;
if
(
isTemplate
)
result
+=
" sagataves"
;
result
+=
" atsauce"
;
result
+=
" atsauce"
;
...
@@ -1694,46 +1694,46 @@ class TranslatorLatvian : public Translator
...
@@ -1694,46 +1694,46 @@ class TranslatorLatvian : public Translator
virtual
QCString
trModuleReference
(
const
char
*
namespaceName
)
virtual
QCString
trModuleReference
(
const
char
*
namespaceName
)
{
{
QCString
result
=
namespaceName
;
QCString
result
=
namespaceName
;
result
+=
" modu
ïu atsauce"
;
result
+=
" modu
ļu atsauce"
;
return
result
;
return
result
;
}
}
/*! This is put above each page as a link to all members of modules. (Fortran) */
/*! This is put above each page as a link to all members of modules. (Fortran) */
virtual
QCString
trModulesMembers
()
virtual
QCString
trModulesMembers
()
{
return
"Modu
ï
a elementi"
;
}
{
return
"Modu
ļa
elementi"
;
}
/*! This is an introduction to the page with all modules members (Fortran) */
/*! This is an introduction to the page with all modules members (Fortran) */
virtual
QCString
trModulesMemberDescription
(
bool
extractAll
)
virtual
QCString
trModulesMemberDescription
(
bool
extractAll
)
{
{
QCString
result
=
"
Ð
eit ir visu "
;
QCString
result
=
"
Še
it ir visu "
;
if
(
!
extractAll
)
result
+=
"dokument
ç
to "
;
if
(
!
extractAll
)
result
+=
"dokument
ēt
o "
;
result
+=
"modu
ïa elementu saraksts ar saitç
m uz "
;
result
+=
"modu
ļa elementu saraksts ar saitēm
uz "
;
if
(
extractAll
)
if
(
extractAll
)
{
{
result
+=
"modu
ïa dokumentâ
ciju katram elementam:"
;
result
+=
"modu
ļa dokumentāc
iju katram elementam:"
;
}
}
else
else
{
{
result
+=
"modu
ï
iem, kuriem tie pieder:"
;
result
+=
"modu
ļi
em, kuriem tie pieder:"
;
}
}
return
result
;
return
result
;
}
}
/*! This is used in LaTeX as the title of the chapter with the
/*! This is used in LaTeX as the title of the chapter with the
* index of all modules (Fortran).
* index of all modules (Fortran).
*/
*/
virtual
QCString
trModulesIndex
()
virtual
QCString
trModulesIndex
()
{
return
"Modu
ï
u indekss"
;
}
{
return
"Modu
ļu
indekss"
;
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trModule
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trModule
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Modu"
:
"modu"
));
QCString
result
((
first_capital
?
"Modu"
:
"modu"
));
if
(
singular
)
result
+=
"lis"
;
else
result
+=
"
ï
i"
;
if
(
singular
)
result
+=
"lis"
;
else
result
+=
"
ļi
"
;
return
result
;
return
result
;
}
}
/*! This is put at the bottom of a module documentation page and is
/*! This is put at the bottom of a module documentation page and is
...
@@ -1743,7 +1743,7 @@ class TranslatorLatvian : public Translator
...
@@ -1743,7 +1743,7 @@ class TranslatorLatvian : public Translator
bool
single
)
bool
single
)
{
{
// single is true implies a single file
// single is true implies a single file
QCString
result
=
(
QCString
)
"Dokument
âcija ð
"
;
QCString
result
=
(
QCString
)
"Dokument
ācija š"
;
switch
(
compType
)
switch
(
compType
)
{
{
case
ClassDef
:
:
Class
:
result
+=
"im modulim"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
"im modulim"
;
break
;
...
@@ -1752,39 +1752,39 @@ class TranslatorLatvian : public Translator
...
@@ -1752,39 +1752,39 @@ class TranslatorLatvian : public Translator
case
ClassDef
:
:
Interface
:
result
+=
"im interfeisam"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
"im interfeisam"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
"im protokolam"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
"im protokolam"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"ai kategorijai"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"ai kategorijai"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
"im iz
òç
mumam"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
"im iz
ņēmu
mam"
;
break
;
}
}
result
+=
" tika
ìenerç
ta no fail"
;
result
+=
" tika
ģenerēta
no fail"
;
if
(
single
)
result
+=
"a:"
;
else
result
+=
"iem:"
;
if
(
single
)
result
+=
"a:"
;
else
result
+=
"iem:"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trType
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trType
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Tip"
:
"tip"
));
QCString
result
((
first_capital
?
"Tip"
:
"tip"
));
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
if
(
singular
)
result
+=
"s"
;
else
result
+=
"i"
;
return
result
;
return
result
;
}
}
/*! This is used for translation of the word that will possibly
/*! This is used for translation of the word that will possibly
* be followed by a single name or by a list of names
* be followed by a single name or by a list of names
* of the category.
* of the category.
*/
*/
virtual
QCString
trSubprogram
(
bool
first_capital
,
bool
singular
)
virtual
QCString
trSubprogram
(
bool
first_capital
,
bool
singular
)
{
{
QCString
result
((
first_capital
?
"Apak
ðprogramma"
:
"apakð
programma"
));
QCString
result
((
first_capital
?
"Apak
šprogramma"
:
"apakšpr
ogramma"
));
if
(
!
singular
)
result
+=
"s"
;
if
(
!
singular
)
result
+=
"s"
;
return
result
;
return
result
;
}
}
/*! C# Type Constraint list */
/*! C# Type Constraint list */
virtual
QCString
trTypeConstraints
()
virtual
QCString
trTypeConstraints
()
{
{
return
"Tipa ierobe
þ
ojumi"
;
return
"Tipa ierobe
žo
jumi"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1794,13 +1794,13 @@ class TranslatorLatvian : public Translator
...
@@ -1794,13 +1794,13 @@ class TranslatorLatvian : public Translator
/*! directory relation for \a name */
/*! directory relation for \a name */
virtual
QCString
trDirRelation
(
const
char
*
name
)
virtual
QCString
trDirRelation
(
const
char
*
name
)
{
{
return
QCString
(
name
)
+
" rel
â
cija"
;
return
QCString
(
name
)
+
" rel
ā
cija"
;
}
}
/*! Loading message shown when loading search results */
/*! Loading message shown when loading search results */
virtual
QCString
trLoading
()
virtual
QCString
trLoading
()
{
{
return
"Tiek veikta iel
â
de..."
;
return
"Tiek veikta iel
ā
de..."
;
}
}
/*! Label used for search results in the global namespace */
/*! Label used for search results in the global namespace */
...
@@ -1812,13 +1812,13 @@ class TranslatorLatvian : public Translator
...
@@ -1812,13 +1812,13 @@ class TranslatorLatvian : public Translator
/*! Message shown while searching */
/*! Message shown while searching */
virtual
QCString
trSearching
()
virtual
QCString
trSearching
()
{
{
return
"Mekl
ç
..."
;
return
"Mekl
ē.
.."
;
}
}
/*! Text shown when no search results are found */
/*! Text shown when no search results are found */
virtual
QCString
trNoMatches
()
virtual
QCString
trNoMatches
()
{
{
return
"Nav atbilst
î
bu"
;
return
"Nav atbilst
īb
u"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1828,7 +1828,7 @@ class TranslatorLatvian : public Translator
...
@@ -1828,7 +1828,7 @@ class TranslatorLatvian : public Translator
/*! introduction text for the directory dependency graph */
/*! introduction text for the directory dependency graph */
virtual
QCString
trDirDependency
(
const
char
*
name
)
virtual
QCString
trDirDependency
(
const
char
*
name
)
{
{
return
(
QCString
)
"Direktoriju atkar
îbu grafs priekð
"
+
name
;
return
(
QCString
)
"Direktoriju atkar
ību grafs priekš "
+
name
;
}
}
/*! when clicking a directory dependency label, a page with a
/*! when clicking a directory dependency label, a page with a
...
@@ -1849,7 +1849,7 @@ class TranslatorLatvian : public Translator
...
@@ -1849,7 +1849,7 @@ class TranslatorLatvian : public Translator
return
(
QCString
)
"Includes file in "
+
name
;
return
(
QCString
)
"Includes file in "
+
name
;
}
}
/** Compiles a date string.
/** Compiles a date string.
* @param year Year in 4 digits
* @param year Year in 4 digits
* @param month Month of the year: 1=January
* @param month Month of the year: 1=January
* @param day Day of the Month: 1..31
* @param day Day of the Month: 1..31
...
@@ -1864,7 +1864,7 @@ class TranslatorLatvian : public Translator
...
@@ -1864,7 +1864,7 @@ class TranslatorLatvian : public Translator
bool
includeTime
)
bool
includeTime
)
{
{
static
const
char
*
days
[]
=
{
"Pirm"
,
"Otr"
,
"Tr"
,
"Cet"
,
"Piekt"
,
"Sest"
,
"Sv"
};
static
const
char
*
days
[]
=
{
"Pirm"
,
"Otr"
,
"Tr"
,
"Cet"
,
"Piekt"
,
"Sest"
,
"Sv"
};
static
const
char
*
months
[]
=
{
"Jan"
,
"Feb"
,
"Mar"
,
"Apr"
,
"Mai"
,
"J
ûn"
,
"Jû
l"
,
"Aug"
,
"Sept"
,
"Okt"
,
"Nov"
,
"Dec"
};
static
const
char
*
months
[]
=
{
"Jan"
,
"Feb"
,
"Mar"
,
"Apr"
,
"Mai"
,
"J
ūn"
,
"Jūl"
,
"Aug"
,
"Sept"
,
"Okt"
,
"Nov"
,
"Dec"
};
QCString
sdate
;
QCString
sdate
;
sdate
.
sprintf
(
"%s %s %d %d"
,
days
[
dayOfWeek
-
1
],
months
[
month
-
1
],
day
,
year
);
sdate
.
sprintf
(
"%s %s %d %d"
,
days
[
dayOfWeek
-
1
],
months
[
month
-
1
],
day
,
year
);
if
(
includeTime
)
if
(
includeTime
)
...
@@ -1882,15 +1882,15 @@ class TranslatorLatvian : public Translator
...
@@ -1882,15 +1882,15 @@ class TranslatorLatvian : public Translator
/*! Header for the page with bibliographic citations */
/*! Header for the page with bibliographic citations */
virtual
QCString
trCiteReferences
()
virtual
QCString
trCiteReferences
()
{
return
"Bibliogr
âfiskâ
s atsauces"
;
}
{
return
"Bibliogr
āfiskā
s atsauces"
;
}
/*! Text for copyright paragraph */
/*! Text for copyright paragraph */
virtual
QCString
trCopyright
()
virtual
QCString
trCopyright
()
{
return
"Autorties
î
bas"
;
}
{
return
"Autorties
īb
as"
;
}
/*! Header for the graph showing the directory dependencies */
/*! Header for the graph showing the directory dependencies */
virtual
QCString
trDirDepGraph
(
const
char
*
name
)
virtual
QCString
trDirDepGraph
(
const
char
*
name
)
{
return
QCString
(
"Atkar
î
bu grafs direktorijai "
)
+
name
+
":"
;
}
{
return
QCString
(
"Atkar
īb
u grafs direktorijai "
)
+
name
+
":"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.8.0
// new since 1.8.0
...
@@ -1898,7 +1898,7 @@ class TranslatorLatvian : public Translator
...
@@ -1898,7 +1898,7 @@ class TranslatorLatvian : public Translator
/*! Detail level selector shown for hierarchical indices */
/*! Detail level selector shown for hierarchical indices */
virtual
QCString
trDetailLevel
()
virtual
QCString
trDetailLevel
()
{
return
"detaliz
âcijas lî
menis"
;
}
{
return
"detaliz
ācijas līm
enis"
;
}
/*! Section header for list of template parameters */
/*! Section header for list of template parameters */
virtual
QCString
trTemplateParameters
()
virtual
QCString
trTemplateParameters
()
...
@@ -1906,11 +1906,11 @@ class TranslatorLatvian : public Translator
...
@@ -1906,11 +1906,11 @@ class TranslatorLatvian : public Translator
/*! Used in dot graph when UML_LOOK is enabled and there are many fields */
/*! Used in dot graph when UML_LOOK is enabled and there are many fields */
virtual
QCString
trAndMore
(
const
QCString
&
number
)
virtual
QCString
trAndMore
(
const
QCString
&
number
)
{
return
"un v
ç
l "
+
number
+
"..."
;
}
{
return
"un v
ēl
"
+
number
+
"..."
;
}
/*! Used file list for a Java enum */
/*! Used file list for a Java enum */
virtual
QCString
trEnumGeneratedFromFiles
(
bool
single
)
virtual
QCString
trEnumGeneratedFromFiles
(
bool
single
)
{
QCString
result
=
"Dokument
âcija ðim uzskaitîjumliterâlim tika ìenerçta no sekojoð
"
;
{
QCString
result
=
"Dokument
ācija šim uzskaitījumliterālim tika ģenerēta no sekojoš"
;
if
(
single
)
result
+=
"a"
;
else
result
+=
"iem"
;
if
(
single
)
result
+=
"a"
;
else
result
+=
"iem"
;
result
+=
" fail"
;
result
+=
" fail"
;
if
(
single
)
result
+=
"a"
;
else
result
+=
"iem"
;
if
(
single
)
result
+=
"a"
;
else
result
+=
"iem"
;
...
@@ -1920,14 +1920,14 @@ class TranslatorLatvian : public Translator
...
@@ -1920,14 +1920,14 @@ class TranslatorLatvian : public Translator
/*! Header of a Java enum page (Java enums are represented as classes). */
/*! Header of a Java enum page (Java enums are represented as classes). */
virtual
QCString
trEnumReference
(
const
char
*
name
)
virtual
QCString
trEnumReference
(
const
char
*
name
)
{
return
QCString
(
name
)
+
" uzskait
îjumliterâï
a atsauce"
;
}
{
return
QCString
(
name
)
+
" uzskait
ījumliterāļa
atsauce"
;
}
/*! Used for a section containing inherited members */
/*! Used for a section containing inherited members */
virtual
QCString
trInheritedFrom
(
const
char
*
members
,
const
char
*
what
)
virtual
QCString
trInheritedFrom
(
const
char
*
members
,
const
char
*
what
)
{
return
QCString
(
members
)
+
" manto no "
+
what
;
}
{
return
QCString
(
members
)
+
" manto no "
+
what
;
}
/*! Header of the sections with inherited members specific for the
/*! Header of the sections with inherited members specific for the
* base class(es)
* base class(es)
*/
*/
virtual
QCString
trAdditionalInheritedMembers
()
virtual
QCString
trAdditionalInheritedMembers
()
{
return
"Papildus mantotie elementi"
;
}
{
return
"Papildus mantotie elementi"
;
}
...
@@ -1937,13 +1937,13 @@ class TranslatorLatvian : public Translator
...
@@ -1937,13 +1937,13 @@ class TranslatorLatvian : public Translator
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
/*! Used as a tooltip for the toggle button that appears in the
/*! Used as a tooltip for the toggle button that appears in the
* navigation tree in the HTML output when GENERATE_TREEVIEW is
* navigation tree in the HTML output when GENERATE_TREEVIEW is
* enabled. This tooltip explains the meaning of the button.
* enabled. This tooltip explains the meaning of the button.
*/
*/
virtual
QCString
trPanelSynchronisationTooltip
(
bool
enable
)
virtual
QCString
trPanelSynchronisationTooltip
(
bool
enable
)
{
{
QCString
opt
=
enable
?
"iesp
çjotu"
:
"atspç
jotu"
;
QCString
opt
=
enable
?
"iesp
ējotu"
:
"atspējo
tu"
;
return
"uzklik
ðíinât, lai "
+
opt
+
" paneïu sinhronizâ
ciju"
;
return
"uzklik
šķināt, lai "
+
opt
+
" paneļu sinhronizācij
u"
;
}
}
/*! Used in a method of an Objective-C class that is declared in a
/*! Used in a method of an Objective-C class that is declared in a
...
@@ -1952,7 +1952,7 @@ class TranslatorLatvian : public Translator
...
@@ -1952,7 +1952,7 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trProvidedByCategory
()
virtual
QCString
trProvidedByCategory
()
{
{
return
"Nodro
ð
ina kategorija @1."
;
return
"Nodro
ši
na kategorija @1."
;
}
}
/*! Used in a method of an Objective-C category that extends a class.
/*! Used in a method of an Objective-C category that extends a class.
...
@@ -1961,7 +1961,7 @@ class TranslatorLatvian : public Translator
...
@@ -1961,7 +1961,7 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trExtendsClass
()
virtual
QCString
trExtendsClass
()
{
{
return
"Papla
ð
ina klasi @1."
;
return
"Papla
ši
na klasi @1."
;
}
}
/*! Used as the header of a list of class methods in Objective-C.
/*! Used as the header of a list of class methods in Objective-C.
...
@@ -1984,7 +1984,7 @@ class TranslatorLatvian : public Translator
...
@@ -1984,7 +1984,7 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trMethodDocumentation
()
virtual
QCString
trMethodDocumentation
()
{
{
return
"Meto
þu dokumentâ
cija"
;
return
"Meto
žu dokumentāc
ija"
;
}
}
/*! Used as the title of the design overview picture created for the
/*! Used as the title of the design overview picture created for the
...
@@ -1992,7 +1992,7 @@ class TranslatorLatvian : public Translator
...
@@ -1992,7 +1992,7 @@ class TranslatorLatvian : public Translator
*/
*/
virtual
QCString
trDesignOverview
()
virtual
QCString
trDesignOverview
()
{
{
return
"Dizaina p
â
rskats"
;
return
"Dizaina p
ā
rskats"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
...
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