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
ce4e4b47
Commit
ce4e4b47
authored
Jun 19, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Swedish translator converted to UTF-8.
parent
59a0ee56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
245 additions
and
245 deletions
+245
-245
language.cpp
src/language.cpp
+1
-1
translator_sv.h
src/translator_sv.h
+244
-244
No files found.
src/language.cpp
View file @
ce4e4b47
...
@@ -189,7 +189,7 @@ bool setTranslator(const char *langName)
...
@@ -189,7 +189,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_SV
#ifdef LANG_SV
else
if
(
L_EQUAL
(
"swedish"
))
else
if
(
L_EQUAL
(
"swedish"
))
{
{
theTranslator
=
new
Translator
Decoder
(
new
TranslatorSwedish
)
;
theTranslator
=
new
Translator
Swedish
;
}
}
#endif
#endif
#ifdef LANG_CZ
#ifdef LANG_CZ
...
...
src/translator_sv.h
View file @
ce4e4b47
/******************************************************************************
/******************************************************************************
*
*
*
*
*
*
* Copyright (C) 1997-2013 by Dimitri van Heesch.
* Copyright (C) 1997-2013 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.
*
*
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
/*
/*
==================================================================================
==================================================================================
Svensk
vers
ttning av:
Svensk
översä
ttning av:
Samuel Hgglund <sahag96@ite.mh.se>
Samuel H
ä
gglund <sahag96@ite.mh.se>
Xet Erixon <xet@xeqt.com>
Xet Erixon <xet@xeqt.com>
Mikael Hallin <mikaelhallin@yahoo.se> 2003-07-28
Mikael Hallin <mikaelhallin@yahoo.se> 2003-07-28
==================================================================================
==================================================================================
...
@@ -26,17 +26,17 @@ Uppdateringar.
...
@@ -26,17 +26,17 @@ Uppdateringar.
1999/04/29
1999/04/29
* Omskrivningar av en hel del ordval, t.ex.
* Omskrivningar av en hel del ordval, t.ex.
ENG INNAN EFTER
ENG INNAN EFTER
compound inhngnad sammansatt
compound inh
ä
ngnad sammansatt
structs structs strukter
structs structs strukter
unions unions unioner
unions unions unioner
osv...
osv...
* Alla
versttnings-strngar returnerar i alla fall en ngot s n
r vettig
* Alla
översättnings-strängar returnerar i alla fall en något så nä
r vettig
frklaring...
f
ö
rklaring...
1999/05/27
1999/05/27
* Det verkade som vi gl
mt en del mellanslag i vissa str
ngar vilket resulterade
* Det verkade som vi gl
ömt en del mellanslag i vissa strä
ngar vilket resulterade
i att en del ord blev ihopskrivna.
i att en del ord blev ihopskrivna.
* Bytt en del ordval igen...
* Bytt en del ordval igen...
...
@@ -44,26 +44,26 @@ Uppdateringar.
...
@@ -44,26 +44,26 @@ Uppdateringar.
reference manual Uppslagsbok referensmanual
reference manual Uppslagsbok referensmanual
* Skrivit ihop en del ord som innan hade bindestreck
* Skrivit ihop en del ord som innan hade bindestreck
* En del nya
versttningar
r tillagda.
* En del nya
översättningar ä
r tillagda.
* Gamla
vers
ttningar borttagna
* Gamla
översä
ttningar borttagna
===================================================================================
===================================================================================
Problem!
Problem!
Slot: n
n hygglig svensk vers
ttning???
Slot: n
ån hygglig svensk översä
ttning???
Skicka grna synpunkter.
Skicka g
ä
rna synpunkter.
===================================================================================
===================================================================================
1999/09/01
1999/09/01
* Det verkar som om "namnrymd"
r en hyggligt vedertagen svensk vers
ttning
* Det verkar som om "namnrymd"
är en hyggligt vedertagen svensk översä
ttning
av "namespace", s
jag kr med det fr
n och med nu.
av "namespace", s
å jag kör med det frå
n och med nu.
* "interface" heter numera "grnssnitt"
* "interface" heter numera "gr
ä
nssnitt"
2003/07/28
2003/07/28
* Jag har updaterat
versttningen efter ett par rs tr
da..
* Jag har updaterat
översättningen efter ett par års trä
da..
Problem!
Problem!
Deprecated: n
n hygglig svensk vers
ttning???
Deprecated: n
ån hygglig svensk översä
ttning???
Skicka grna synpunkter.
Skicka g
ä
rna synpunkter.
*/
*/
#ifndef TRANSLATOR_SE_H
#ifndef TRANSLATOR_SE_H
...
@@ -76,9 +76,9 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -76,9 +76,9 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
idLanguage
()
virtual
QCString
idLanguage
()
{
return
"swedish"
;
}
{
return
"swedish"
;
}
/*! 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
...
@@ -86,7 +86,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -86,7 +86,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
* "\\usepackage[latin2]{inputenc}\n"
* "\\usepackage[latin2]{inputenc}\n"
* "\\usepackage[T1]{fontenc}\n"
* "\\usepackage[T1]{fontenc}\n"
* </pre>
* </pre>
*
*
* The English LaTeX does not use such commands. Because of this
* The English LaTeX does not use such commands. Because of this
* the empty string is returned in this implementation.
* the empty string is returned in this implementation.
*/
*/
...
@@ -98,14 +98,14 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -98,14 +98,14 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! return the language charset. This will be used for the HTML output */
/*! return the language charset. This will be used for the HTML output */
virtual
QCString
idLanguageCharset
()
virtual
QCString
idLanguageCharset
()
{
{
return
"
iso-8859-1
"
;
return
"
utf-8
"
;
}
}
virtual
QCString
trRelatedFunctions
()
virtual
QCString
trRelatedFunctions
()
{
return
"Beslktade funktioner"
;
}
{
return
"Besl
ä
ktade funktioner"
;
}
virtual
QCString
trRelatedSubscript
()
virtual
QCString
trRelatedSubscript
()
{
return
"(Observera att dessa inte r medlemsfunktioner)"
;
}
{
return
"(Observera att dessa inte
ä
r medlemsfunktioner)"
;
}
virtual
QCString
trDetailedDescription
()
virtual
QCString
trDetailedDescription
()
{
return
"Detaljerad beskrivning"
;
}
{
return
"Detaljerad beskrivning"
;
}
...
@@ -114,7 +114,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -114,7 +114,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
return
"Dokumentation av typdefinierade medlemmar"
;
}
{
return
"Dokumentation av typdefinierade medlemmar"
;
}
virtual
QCString
trMemberEnumerationDocumentation
()
virtual
QCString
trMemberEnumerationDocumentation
()
{
return
"Dokumentation av egenupprknande medlemmar"
;
}
{
return
"Dokumentation av egenuppr
ä
knande medlemmar"
;
}
virtual
QCString
trMemberFunctionDocumentation
()
virtual
QCString
trMemberFunctionDocumentation
()
{
return
"Dokumentation av medlemsfunktioner"
;
}
{
return
"Dokumentation av medlemsfunktioner"
;
}
...
@@ -123,7 +123,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -123,7 +123,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"F
lt dokumentation"
;
return
"F
ält dokumentation"
;
}
}
else
else
{
{
...
@@ -135,21 +135,21 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -135,21 +135,21 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
return
"Mer..."
;
}
{
return
"Mer..."
;
}
virtual
QCString
trListOfAllMembers
()
virtual
QCString
trListOfAllMembers
()
{
return
"Lista ver alla medlemmar"
;
}
{
return
"Lista
ö
ver alla medlemmar"
;
}
virtual
QCString
trMemberList
()
virtual
QCString
trMemberList
()
{
return
"Medlemslista"
;
}
{
return
"Medlemslista"
;
}
virtual
QCString
trThisIsTheListOfAllMembers
()
virtual
QCString
trThisIsTheListOfAllMembers
()
{
return
"Det h
r r en fullstndig lista ver medlemmar f
r "
;
}
{
return
"Det h
är är en fullständig lista över medlemmar fö
r "
;
}
virtual
QCString
trIncludingInheritedMembers
()
virtual
QCString
trIncludingInheritedMembers
()
{
return
" med alla rvda medlemmar."
;
}
{
return
" med alla
ä
rvda medlemmar."
;
}
virtual
QCString
trGeneratedAutomatically
(
const
char
*
s
)
virtual
QCString
trGeneratedAutomatically
(
const
char
*
s
)
{
QCString
result
=
"Automatiskt skapad av Doxygen"
;
{
QCString
result
=
"Automatiskt skapad av Doxygen"
;
if
(
s
)
result
+=
(
QCString
)
" fr "
+
s
;
if
(
s
)
result
+=
(
QCString
)
" f
ö
r "
+
s
;
result
+=
" fr
n kllkoden."
;
result
+=
" fr
ån källkoden."
;
return
result
;
return
result
;
}
}
...
@@ -157,14 +157,14 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -157,14 +157,14 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
return
"enum namn"
;
}
{
return
"enum namn"
;
}
virtual
QCString
trEnumValue
()
virtual
QCString
trEnumValue
()
{
return
"enum vrde"
;
}
{
return
"enum v
ä
rde"
;
}
virtual
QCString
trDefinedIn
()
virtual
QCString
trDefinedIn
()
{
return
"definierad i"
;
}
{
return
"definierad i"
;
}
/*
/*
QCString trVerbatimText(const char *f)
QCString trVerbatimText(const char *f)
{ return (QCString)"Detta
r den ordagranna texten fr
n inkluderingsfilen "+f; }
{ return (QCString)"Detta
är den ordagranna texten frå
n inkluderingsfilen "+f; }
*/
*/
virtual
QCString
trModules
()
virtual
QCString
trModules
()
{
return
"Moduler"
;
}
{
return
"Moduler"
;
}
...
@@ -191,7 +191,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -191,7 +191,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Data f
lt"
;
return
"Data f
ält"
;
}
}
else
else
{
{
...
@@ -200,10 +200,10 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -200,10 +200,10 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
}
virtual
QCString
trFileMembers
()
virtual
QCString
trFileMembers
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Globala symboler"
;
return
"Globala symboler"
;
}
}
else
else
{
{
...
@@ -212,78 +212,78 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -212,78 +212,78 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
}
virtual
QCString
trRelatedPages
()
virtual
QCString
trRelatedPages
()
{
return
"Beslktade sidor"
;
}
{
return
"Besl
ä
ktade sidor"
;
}
virtual
QCString
trExamples
()
virtual
QCString
trExamples
()
{
return
"Exempel"
;
}
{
return
"Exempel"
;
}
virtual
QCString
trSearch
()
virtual
QCString
trSearch
()
{
return
"Sk"
;
}
{
return
"S
ö
k"
;
}
virtual
QCString
trClassHierarchyDescription
()
virtual
QCString
trClassHierarchyDescription
()
{
return
"Denna lista
ver arv
r grovt, men inte helt, "
{
return
"Denna lista
över arv ä
r grovt, men inte helt, "
"sorterad i alfabetisk ordning:"
;
"sorterad i alfabetisk ordning:"
;
}
}
virtual
QCString
trFileListDescription
(
bool
extractAll
)
virtual
QCString
trFileListDescription
(
bool
extractAll
)
{
{
QCString
result
=
"H
r fljer en lista
ver alla "
;
QCString
result
=
"H
är följer en lista ö
ver alla "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
result
+=
"filer, med en kort beskrivning:"
;
result
+=
"filer, med en kort beskrivning:"
;
return
result
;
return
result
;
}
}
virtual
QCString
trCompoundListDescription
()
virtual
QCString
trCompoundListDescription
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"H
r f
ljer datastrukturerna med korta beskrivningar:"
;
return
"H
är fö
ljer datastrukturerna med korta beskrivningar:"
;
}
}
else
else
{
{
return
"H
r f
ljer klasserna, strukterna, unionerna och "
return
"H
är fö
ljer klasserna, strukterna, unionerna och "
"gr
nssnitten med korta beskrivningar:"
;
"gr
änssnitten med korta beskrivningar:"
;
}
}
}
}
/*! 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
=
"H
r r en lista
ver alla "
;
QCString
result
=
"H
är är en lista ö
ver alla "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
result
+=
"dokumenterade "
;
result
+=
"dokumenterade "
;
}
}
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
"struktur- och unions-flt"
;
result
+=
"struktur- och unions-f
ä
lt"
;
}
}
else
else
{
{
result
+=
"klassmedlemmar"
;
result
+=
"klassmedlemmar"
;
}
}
result
+=
" med lnkar till "
;
result
+=
" med l
ä
nkar till "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
"struktur/unions-dokumentationen f
r varje f
lt:"
;
result
+=
"struktur/unions-dokumentationen f
ör varje fä
lt:"
;
}
}
else
else
{
{
result
+=
"klassdokumentationen fr varje medlem:"
;
result
+=
"klassdokumentationen f
ö
r varje medlem:"
;
}
}
}
}
else
else
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
result
+=
" strukturerna/unionerna de tillhr:"
;
result
+=
" strukturerna/unionerna de tillh
ö
r:"
;
}
}
else
else
{
{
result
+=
"klasserna de tillhr:"
;
result
+=
"klasserna de tillh
ö
r:"
;
}
}
}
}
return
result
;
return
result
;
...
@@ -291,7 +291,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -291,7 +291,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trFileMembersDescription
(
bool
extractAll
)
virtual
QCString
trFileMembersDescription
(
bool
extractAll
)
{
{
QCString
result
=
"H
r fljer en lista
ver alla "
;
QCString
result
=
"H
är följer en lista ö
ver alla "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
...
@@ -303,22 +303,22 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -303,22 +303,22 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
{
result
+=
"filmedlemmar"
;
result
+=
"filmedlemmar"
;
}
}
result
+=
" med lnkar till "
;
result
+=
" med l
ä
nkar till "
;
if
(
extractAll
)
if
(
extractAll
)
result
+=
"filerna som de tillhr:"
;
result
+=
"filerna som de tillh
ö
r:"
;
else
else
result
+=
"dokumentationen:"
;
result
+=
"dokumentationen:"
;
return
result
;
return
result
;
}
}
virtual
QCString
trExamplesDescription
()
virtual
QCString
trExamplesDescription
()
{
return
"H
r f
ljer en lista med alla exempel:"
;
}
{
return
"H
är fö
ljer en lista med alla exempel:"
;
}
virtual
QCString
trRelatedPagesDescription
()
virtual
QCString
trRelatedPagesDescription
()
{
return
"H
r fljer en lista ver alla besl
ktade dokumentationssidor:"
;}
{
return
"H
är följer en lista över alla beslä
ktade dokumentationssidor:"
;}
virtual
QCString
trModulesDescription
()
virtual
QCString
trModulesDescription
()
{
return
"H
r fljer en lista
ver alla moduler:"
;
}
{
return
"H
är följer en lista ö
ver alla moduler:"
;
}
virtual
QCString
trDocumentation
()
virtual
QCString
trDocumentation
()
{
return
"Dokumentation"
;
}
{
return
"Dokumentation"
;
}
...
@@ -335,9 +335,9 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -335,9 +335,9 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trCompoundIndex
()
virtual
QCString
trCompoundIndex
()
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
return
"Index ver datastrukturer"
;
return
"Index
ö
ver datastrukturer"
;
}
else
{
}
else
{
return
"Index ver sammensatta typer"
;
return
"Index
ö
ver sammensatta typer"
;
}
}
}
}
...
@@ -345,28 +345,28 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -345,28 +345,28 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
return
"Filindex"
;
}
{
return
"Filindex"
;
}
virtual
QCString
trModuleDocumentation
()
virtual
QCString
trModuleDocumentation
()
{
return
"Dokumentation ver moduler"
;
}
{
return
"Dokumentation
ö
ver moduler"
;
}
/*! 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
"Dokumentation ver datastrukturer"
;
return
"Dokumentation
ö
ver datastrukturer"
;
}
}
else
else
{
{
return
"Documentation ver klasser"
;
return
"Documentation
ö
ver klasser"
;
}
}
}
}
virtual
QCString
trFileDocumentation
()
virtual
QCString
trFileDocumentation
()
{
return
"Dokumentation ver filer"
;
}
{
return
"Dokumentation
ö
ver filer"
;
}
virtual
QCString
trExampleDocumentation
()
virtual
QCString
trExampleDocumentation
()
{
return
"Dokumentation ver exempel"
;
}
{
return
"Dokumentation
ö
ver exempel"
;
}
virtual
QCString
trPageDocumentation
()
virtual
QCString
trPageDocumentation
()
{
return
"Dokumentation av sidor"
;
}
{
return
"Dokumentation av sidor"
;
}
...
@@ -381,52 +381,52 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -381,52 +381,52 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trTypedefs
()
virtual
QCString
trTypedefs
()
{
return
"Typdefinitioner"
;
}
{
return
"Typdefinitioner"
;
}
virtual
QCString
trEnumerations
()
virtual
QCString
trEnumerations
()
{
return
"Egenupprknande typer"
;
}
{
return
"Egenuppr
ä
knande typer"
;
}
virtual
QCString
trFunctions
()
virtual
QCString
trFunctions
()
{
return
"Funktioner"
;
}
{
return
"Funktioner"
;
}
virtual
QCString
trVariables
()
virtual
QCString
trVariables
()
{
return
"Variabler"
;
}
{
return
"Variabler"
;
}
virtual
QCString
trEnumerationValues
()
virtual
QCString
trEnumerationValues
()
{
return
"Egenuppr
knade typers v
rden"
;
}
{
return
"Egenuppr
äknade typers vä
rden"
;
}
virtual
QCString
trDefineDocumentation
()
virtual
QCString
trDefineDocumentation
()
{
return
"Dokumentation ver definitioner"
;
}
{
return
"Dokumentation
ö
ver definitioner"
;
}
virtual
QCString
trFunctionPrototypeDocumentation
()
virtual
QCString
trFunctionPrototypeDocumentation
()
{
return
"Dokumentation ver funktionsprototyper"
;
}
{
return
"Dokumentation
ö
ver funktionsprototyper"
;
}
virtual
QCString
trTypedefDocumentation
()
virtual
QCString
trTypedefDocumentation
()
{
return
"Dokumentation ver typdefinitioner"
;
}
{
return
"Dokumentation
ö
ver typdefinitioner"
;
}
virtual
QCString
trEnumerationTypeDocumentation
()
virtual
QCString
trEnumerationTypeDocumentation
()
{
return
"Dokumentation
ver egenuppr
knande typer"
;
}
{
return
"Dokumentation
över egenupprä
knande typer"
;
}
virtual
QCString
trFunctionDocumentation
()
virtual
QCString
trFunctionDocumentation
()
{
return
"Dokumentation ver funktioner"
;
}
{
return
"Dokumentation
ö
ver funktioner"
;
}
virtual
QCString
trVariableDocumentation
()
virtual
QCString
trVariableDocumentation
()
{
return
"Dokumentation ver variabler"
;
}
{
return
"Dokumentation
ö
ver variabler"
;
}
/*! 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
"Datastrukturer"
;
return
"Datastrukturer"
;
}
}
else
else
{
{
return
"Sammansttning"
;
return
"Sammans
ä
ttning"
;
}
}
}
}
virtual
QCString
trGeneratedAt
(
const
char
*
date
,
const
char
*
projName
)
virtual
QCString
trGeneratedAt
(
const
char
*
date
,
const
char
*
projName
)
{
{
QCString
result
=
(
QCString
)
"Skapad "
+
date
;
QCString
result
=
(
QCString
)
"Skapad "
+
date
;
if
(
projName
)
result
+=
(
QCString
)
" fr "
+
projName
;
if
(
projName
)
result
+=
(
QCString
)
" f
ö
r "
+
projName
;
result
+=
(
QCString
)
" av"
;
result
+=
(
QCString
)
" av"
;
return
result
;
return
result
;
}
}
...
@@ -438,11 +438,11 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -438,11 +438,11 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trClassDiagram
(
const
char
*
clName
)
virtual
QCString
trClassDiagram
(
const
char
*
clName
)
{
{
return
(
QCString
)
"Klassdiagram fr "
+
clName
;
return
(
QCString
)
"Klassdiagram f
ö
r "
+
clName
;
}
}
virtual
QCString
trForInternalUseOnly
()
virtual
QCString
trForInternalUseOnly
()
{
return
"Endast fr internt bruk."
;
}
{
return
"Endast f
ö
r internt bruk."
;
}
virtual
QCString
trWarning
()
virtual
QCString
trWarning
()
{
return
"Varning"
;
}
{
return
"Varning"
;
}
...
@@ -457,7 +457,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -457,7 +457,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
return
"Returnerar"
;
}
{
return
"Returnerar"
;
}
virtual
QCString
trSeeAlso
()
virtual
QCString
trSeeAlso
()
{
return
"Se ven"
;
}
{
return
"Se
ä
ven"
;
}
virtual
QCString
trParameters
()
virtual
QCString
trParameters
()
{
return
"Parametrar"
;
}
{
return
"Parametrar"
;
}
...
@@ -475,21 +475,21 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -475,21 +475,21 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trNamespaceListDescription
(
bool
extractAll
)
virtual
QCString
trNamespaceListDescription
(
bool
extractAll
)
{
{
QCString
result
=
"H
r r en lista
ver alla "
;
QCString
result
=
"H
är är en lista ö
ver alla "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
result
+=
"namnrymder med en kort beskrivning:"
;
result
+=
"namnrymder med en kort beskrivning:"
;
return
result
;
return
result
;
}
}
virtual
QCString
trFriends
()
virtual
QCString
trFriends
()
{
return
"Vnner"
;
}
{
return
"V
ä
nner"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990405
// new since 0.49-990405
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
virtual
QCString
trRelatedFunctionDocumentation
()
virtual
QCString
trRelatedFunctionDocumentation
()
{
return
"V
nners och besl
ktade funktioners dokumentation"
;
}
{
return
"V
änners och beslä
ktade funktioners dokumentation"
;
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990425
// new since 0.49-990425
...
@@ -505,7 +505,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -505,7 +505,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
case
ClassDef
:
:
Class
:
result
+=
" klass"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
" klass"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" strukt"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" strukt"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" union"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" union"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" grnssnitt"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" gr
ä
nssnitt"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" protocol"
;
break
;
// translate me!
case
ClassDef
:
:
Protocol
:
result
+=
" protocol"
;
break
;
// translate me!
case
ClassDef
:
:
Category
:
result
+=
" category"
;
break
;
// translate me!
case
ClassDef
:
:
Category
:
result
+=
" category"
;
break
;
// translate me!
case
ClassDef
:
:
Exception
:
result
+=
" undantag"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" undantag"
;
break
;
...
@@ -580,38 +580,38 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -580,38 +580,38 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
// 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.
{
{
return
"rver "
+
trWriteList
(
numEntries
)
+
"."
;
return
"
Ä
rver "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
virtual
QCString
trInheritedByList
(
int
numEntries
)
virtual
QCString
trInheritedByList
(
int
numEntries
)
// used in class documentation to produce a list of super classes,
// used in class documentation to produce a list of super classes,
// if class diagrams are disabled.
// if class diagrams are disabled.
{
{
return
"rvd av "
+
trWriteList
(
numEntries
)
+
"."
;
return
"
Ä
rvd av "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
virtual
QCString
trReimplementedFromList
(
int
numEntries
)
virtual
QCString
trReimplementedFromList
(
int
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.
{
{
return
"
terskapad fr
n "
+
trWriteList
(
numEntries
)
+
"."
;
return
"
Återskapad frå
n "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
virtual
QCString
trReimplementedInList
(
int
numEntries
)
virtual
QCString
trReimplementedInList
(
int
numEntries
)
{
{
// used in member documentation blocks to produce a list of
// used in member documentation blocks to produce a list of
// all member that overwrite the implementation of this member.
// all member that overwrite the implementation of this member.
return
"terskapad i "
+
trWriteList
(
numEntries
)
+
"."
;
return
"
Å
terskapad i "
+
trWriteList
(
numEntries
)
+
"."
;
}
}
virtual
QCString
trNamespaceMembers
()
virtual
QCString
trNamespaceMembers
()
{
return
"Namnrymdsmedlemmar"
;
}
{
return
"Namnrymdsmedlemmar"
;
}
virtual
QCString
trNamespaceMemberDescription
(
bool
extractAll
)
virtual
QCString
trNamespaceMemberDescription
(
bool
extractAll
)
{
{
QCString
result
=
"H
r r en lista
ver alla "
;
QCString
result
=
"H
är är en lista ö
ver alla "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
result
+=
"namnrymdsmedlemmar med lnkar till "
;
result
+=
"namnrymdsmedlemmar med l
ä
nkar till "
;
if
(
extractAll
)
if
(
extractAll
)
result
+=
" namnrymd-dokumentationen fr varje medlem:"
;
result
+=
" namnrymd-dokumentationen f
ö
r varje medlem:"
;
else
else
result
+=
"de namnrymder de tillhr:"
;
result
+=
"de namnrymder de tillh
ö
r:"
;
return
result
;
return
result
;
}
}
...
@@ -641,19 +641,19 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -641,19 +641,19 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
bool
single
)
bool
single
)
{
// here s is one of " Class", " Struct" or " Union"
{
// here s is one of " Class", " Struct" or " Union"
// single is true implies a single file
// single is true implies a single file
QCString
result
=
(
QCString
)
"Dokumentationen fr "
;
QCString
result
=
(
QCString
)
"Dokumentationen f
ö
r "
;
switch
(
compType
)
switch
(
compType
)
{
{
case
ClassDef
:
:
Class
:
result
+=
"denna klass "
;
break
;
case
ClassDef
:
:
Class
:
result
+=
"denna klass "
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
"denna strukt "
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
"denna strukt "
;
break
;
case
ClassDef
:
:
Union
:
result
+=
"denna union "
;
break
;
case
ClassDef
:
:
Union
:
result
+=
"denna union "
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
"detta grnssnitt "
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
"detta gr
ä
nssnitt "
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
"protocol"
;
break
;
// translate me!
case
ClassDef
:
:
Protocol
:
result
+=
"protocol"
;
break
;
// translate me!
case
ClassDef
:
:
Category
:
result
+=
"category"
;
break
;
// translate me!
case
ClassDef
:
:
Category
:
result
+=
"category"
;
break
;
// translate me!
case
ClassDef
:
:
Exception
:
result
+=
"detta undantag "
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
"detta undantag "
;
break
;
default
:
break
;
default
:
break
;
}
}
result
+=
"var genererad fr
n f
ljande fil"
;
result
+=
"var genererad fr
ån fö
ljande fil"
;
if
(
single
)
result
+=
":"
;
else
result
+=
"er:"
;
if
(
single
)
result
+=
":"
;
else
result
+=
"er:"
;
return
result
;
return
result
;
}
}
...
@@ -671,14 +671,14 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -671,14 +671,14 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
"Returvrden"
;
}
{
return
"Returv
ä
rden"
;
}
/*! 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
"Huvudsida"
;
}
{
return
"Huvudsida"
;
}
/*! 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
()
...
@@ -690,7 +690,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -690,7 +690,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trDefinedAtLineInSourceFile
()
virtual
QCString
trDefinedAtLineInSourceFile
()
{
{
return
"Definition p rad @0 i filen @1."
;
return
"Definition p
å
rad @0 i filen @1."
;
}
}
virtual
QCString
trDefinedInSourceFile
()
virtual
QCString
trDefinedInSourceFile
()
{
{
...
@@ -703,7 +703,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -703,7 +703,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trDeprecated
()
virtual
QCString
trDeprecated
()
{
{
return
"F
r
ldrad"
;
return
"F
örå
ldrad"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -713,37 +713,37 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -713,37 +713,37 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
)
"Samarbetsdiagram fr "
+
clName
+
":"
;
return
(
QCString
)
"Samarbetsdiagram f
ö
r "
+
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
)
{
{
return
(
QCString
)
"Include-beroendediagram fr "
+
fName
+
":"
;
return
(
QCString
)
"Include-beroendediagram f
ö
r "
+
fName
+
":"
;
}
}
/*! 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
"Dokumentation av konstruktorer och destruktorer"
;
return
"Dokumentation av konstruktorer och destruktorer"
;
}
}
/*! 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
"G
till denna fils k
llkod."
;
return
"G
å till denna fils kä
llkod."
;
}
}
/*! 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
"G till denna fils dokumentation."
;
return
"G
å
till denna fils dokumentation."
;
}
}
/*! Text for the \\pre command */
/*! Text for the \\pre command */
virtual
QCString
trPrecondition
()
virtual
QCString
trPrecondition
()
{
{
return
"Frhandsvillkor"
;
return
"F
ö
rhandsvillkor"
;
}
}
/*! Text for the \\post command */
/*! Text for the \\post command */
...
@@ -761,12 +761,12 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -761,12 +761,12 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
"Begynnelsevrde:"
;
return
"Begynnelsev
ä
rde:"
;
}
}
/*! Text used the source code in the file index */
/*! Text used the source code in the file index */
virtual
QCString
trCode
()
virtual
QCString
trCode
()
{
{
return
"kllkod"
;
return
"k
ä
llkod"
;
}
}
virtual
QCString
trGraphicalHierarchy
()
virtual
QCString
trGraphicalHierarchy
()
...
@@ -775,21 +775,21 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -775,21 +775,21 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
}
virtual
QCString
trGotoGraphicalHierarchy
()
virtual
QCString
trGotoGraphicalHierarchy
()
{
{
return
"G till den grafiska klasshierarkin"
;
return
"G
å
till den grafiska klasshierarkin"
;
}
}
virtual
QCString
trGotoTextualHierarchy
()
virtual
QCString
trGotoTextualHierarchy
()
{
{
return
"G till den textbaserade klasshierarkin"
;
return
"G
å
till den textbaserade klasshierarkin"
;
}
}
virtual
QCString
trPageIndex
()
virtual
QCString
trPageIndex
()
{
{
return
"Sidindex"
;
return
"Sidindex"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// new since 1.1.0
// new since 1.1.0
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
virtual
QCString
trNote
()
virtual
QCString
trNote
()
{
{
return
"Notera"
;
return
"Notera"
;
...
@@ -802,7 +802,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -802,7 +802,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
{
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
if
(
Config_getBool
(
"OPTIMIZE_OUTPUT_FOR_C"
))
{
{
return
"Dataflt"
;
return
"Dataf
ä
lt"
;
}
}
else
else
{
{
...
@@ -845,12 +845,12 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -845,12 +845,12 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
"Att-gra"
;
return
"Att-g
ö
ra"
;
}
}
/*! Used as the header of the todo list */
/*! Used as the header of the todo list */
virtual
QCString
trTodoList
()
virtual
QCString
trTodoList
()
{
{
return
"Att-gra lista"
;
return
"Att-g
ö
ra lista"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -863,7 +863,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -863,7 +863,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
}
virtual
QCString
trRemarks
()
virtual
QCString
trRemarks
()
{
{
return
"L
gg m
rke till"
;
return
"L
ägg mä
rke till"
;
}
}
virtual
QCString
trAttention
()
virtual
QCString
trAttention
()
{
{
...
@@ -871,7 +871,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -871,7 +871,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
}
virtual
QCString
trInclByDepGraph
()
virtual
QCString
trInclByDepGraph
()
{
{
return
"Den hr grafen visar vilka filer som direkt eller "
return
"Den h
ä
r grafen visar vilka filer som direkt eller "
"indirekt inkluderar denna filen."
;
"indirekt inkluderar denna filen."
;
}
}
virtual
QCString
trSince
()
virtual
QCString
trSince
()
...
@@ -886,36 +886,36 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -886,36 +886,36 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! title of the graph legend page */
/*! title of the graph legend page */
virtual
QCString
trLegendTitle
()
virtual
QCString
trLegendTitle
()
{
{
return
"Graffrklaring"
;
return
"Graff
ö
rklaring"
;
}
}
/*! 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
"Den h
r sidan f
rklarar hur man ska tolka de grafer som doxygen "
"Den h
är sidan fö
rklarar hur man ska tolka de grafer som doxygen "
"genererar.<p>
\n
"
"genererar.<p>
\n
"
"Tag fljande exempel:
\n
"
"Tag f
ö
ljande exempel:
\n
"
"
\\
code
\n
"
"
\\
code
\n
"
"/*! Osynlig klass p grund av stympning */
\n
"
"/*! Osynlig klass p
å
grund av stympning */
\n
"
"class Invisible { };
\n\n
"
"class Invisible { };
\n\n
"
"/*! Stympad klass,
rvningsrelationen
r dold */
\n
"
"/*! Stympad klass,
ärvningsrelationen ä
r dold */
\n
"
"class Truncated : public Invisible { };
\n\n
"
"class Truncated : public Invisible { };
\n\n
"
"/* Klass utan doxygen-kommentarer */
\n
"
"/* Klass utan doxygen-kommentarer */
\n
"
"class Undocumented { };
\n\n
"
"class Undocumented { };
\n\n
"
"/*! Klass som rvs med publikt arv */
\n
"
"/*! Klass som
ä
rvs med publikt arv */
\n
"
"class PublicBase : public Truncated { };
\n\n
"
"class PublicBase : public Truncated { };
\n\n
"
"/*! En template-klass */
\n
"
"/*! En template-klass */
\n
"
"template<class T> class Templ { };
\n\n
"
"template<class T> class Templ { };
\n\n
"
"/*! Klass som rvs med skyddat arv */
\n
"
"/*! Klass som
ä
rvs med skyddat arv */
\n
"
"class ProtectedBase { };
\n\n
"
"class ProtectedBase { };
\n\n
"
"/*! Klass som rvs med privat arv */
\n
"
"/*! Klass som
ä
rvs med privat arv */
\n
"
"class PrivateBase { };
\n\n
"
"class PrivateBase { };
\n\n
"
"/*! Klass som anvnds av Inherited klassen */
\n
"
"/*! Klass som anv
ä
nds av Inherited klassen */
\n
"
"class Used { };
\n\n
"
"class Used { };
\n\n
"
"/*! Super klassen som rver ett antal andra klasser */
\n
"
"/*! Super klassen som
ä
rver ett antal andra klasser */
\n
"
"class Inherited : public PublicBase,
\n
"
"class Inherited : public PublicBase,
\n
"
" protected ProtectedBase,
\n
"
" protected ProtectedBase,
\n
"
" private PrivateBase,
\n
"
" private PrivateBase,
\n
"
...
@@ -926,47 +926,47 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -926,47 +926,47 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
" Used *m_usedClass;
\n
"
" Used *m_usedClass;
\n
"
"};
\n
"
"};
\n
"
"
\\
endcode
\n
"
"
\\
endcode
\n
"
"Om
\\
c MAX_DOT_GRAPH_HEIGHT r satt till 240 i konfigurationsfilen, "
"Om
\\
c MAX_DOT_GRAPH_HEIGHT
ä
r satt till 240 i konfigurationsfilen, "
"kommer fljande graf att generas:"
"kommer f
ö
ljande graf att generas:"
"<p><center><img alt=
\"\"
src=
\"
graph_legend."
+
Config_getEnum
(
"DOT_IMAGE_FORMAT"
)
+
"
\"
></center>
\n
"
"<p><center><img alt=
\"\"
src=
\"
graph_legend."
+
Config_getEnum
(
"DOT_IMAGE_FORMAT"
)
+
"
\"
></center>
\n
"
"<p>
\n
"
"<p>
\n
"
"Rektanglarna i den ovanst
ende grafen har f
ljande betydelser:
\n
"
"Rektanglarna i den ovanst
ående grafen har fö
ljande betydelser:
\n
"
"<ul>
\n
"
"<ul>
\n
"
"<li>%En fylld svart rektangel representerar den strukt eller klass "
"<li>%En fylld svart rektangel representerar den strukt eller klass "
"som har genererat grafen.
\n
"
"som har genererat grafen.
\n
"
"<li>%En rektangel med svart kant symboliserar en dokumenterad "
"<li>%En rektangel med svart kant symboliserar en dokumenterad "
"strukt eller klass.
\n
"
"strukt eller klass.
\n
"
"<li>%En rektangel med gr kant symboliserar en odokumenterad strukt "
"<li>%En rektangel med gr
å
kant symboliserar en odokumenterad strukt "
"eller klass.
\n
"
"eller klass.
\n
"
"<li>%En klass med r
d kant symboliserar en strukt eller klass d
r "
"<li>%En klass med r
öd kant symboliserar en strukt eller klass dä
r "
"alla dess relationer inte visas. %En graf stympas om den inte fr "
"alla dess relationer inte visas. %En graf stympas om den inte f
å
r "
"plats inom de givna grnserna.
\n
"
"plats inom de givna gr
ä
nserna.
\n
"
"</ul>
\n
"
"</ul>
\n
"
"Pilarna har fljande betydelser:
\n
"
"Pilarna har f
ö
ljande betydelser:
\n
"
"<ul>
\n
"
"<ul>
\n
"
"<li>%En m
rkbl pil anvnds f
r att visualisera en publik arvrelation "
"<li>%En m
örkblå pil används fö
r att visualisera en publik arvrelation "
"mellan tv klasser.
\n
"
"mellan tv
å
klasser.
\n
"
"<li>%En m
rkgrn pil anvnds f
r en skyddad arvsrelation.
\n
"
"<li>%En m
örkgrön pil används fö
r en skyddad arvsrelation.
\n
"
"<li>%En m
rkrd pil anvnds f
r en privat arvsrelation.
\n
"
"<li>%En m
örkröd pil används fö
r en privat arvsrelation.
\n
"
"<li>%En str
ckad lila pil anvnds om en klass
r innesluten eller "
"<li>%En str
äckad lila pil används om en klass ä
r innesluten eller "
"anv
nd av en annan klass. Vid pilen str namnet p
den eller de "
"anv
änd av en annan klass. Vid pilen står namnet på
den eller de "
"variabler som klassen pilen pekar p
kommer
t.
\n
"
"variabler som klassen pilen pekar p
å kommer å
t.
\n
"
"<li>%En str
ckad gul pil symboliserar frh
llandet mellan en "
"<li>%En str
äckad gul pil symboliserar förhå
llandet mellan en "
"template-instans och template-klassen, som den instantierades frn.
\n
"
"template-instans och template-klassen, som den instantierades fr
å
n.
\n
"
"Vid pilen str instansens template-parametrar.
\n
"
"Vid pilen st
å
r instansens template-parametrar.
\n
"
"</ul>
\n
"
;
"</ul>
\n
"
;
}
}
/*! text for the link to the legend page */
/*! text for the link to the legend page */
virtual
QCString
trLegend
()
virtual
QCString
trLegend
()
{
{
return
"frklaring"
;
return
"f
ö
rklaring"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// 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
()
{
{
...
@@ -1032,8 +1032,8 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1032,8 +1032,8 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! The description of the package index page */
/*! The description of the package index page */
virtual
QCString
trPackageListDescription
()
virtual
QCString
trPackageListDescription
()
{
{
return
"H
r r en lista
ver paketen med en kort beskrivning "
return
"H
är är en lista ö
ver paketen med en kort beskrivning "
"(om sdan finns):"
;
"(om s
å
dan finns):"
;
}
}
/*! The link name in the Quick links header for each page */
/*! The link name in the Quick links header for each page */
virtual
QCString
trPackages
()
virtual
QCString
trPackages
()
...
@@ -1043,13 +1043,13 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1043,13 +1043,13 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! Text shown before a multi-line define */
/*! Text shown before a multi-line define */
virtual
QCString
trDefineValue
()
virtual
QCString
trDefineValue
()
{
{
return
"Vrde:"
;
return
"V
ä
rde:"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// 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
()
{
{
...
@@ -1091,83 +1091,83 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1091,83 +1091,83 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
}
}
/*! 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
?
"Klass"
:
"klass"
));
QCString
result
((
first_capital
?
"Klass"
:
"klass"
));
if
(
!
singular
)
result
+=
"er"
;
if
(
!
singular
)
result
+=
"er"
;
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
?
"Fil"
:
"fil"
));
QCString
result
((
first_capital
?
"Fil"
:
"fil"
));
if
(
!
singular
)
result
+=
"er"
;
if
(
!
singular
)
result
+=
"er"
;
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
?
"Namnrymd"
:
"namnrynd"
));
QCString
result
((
first_capital
?
"Namnrymd"
:
"namnrynd"
));
if
(
!
singular
)
result
+=
"er"
;
if
(
!
singular
)
result
+=
"er"
;
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
?
"Grupp"
:
"grupp"
));
QCString
result
((
first_capital
?
"Grupp"
:
"grupp"
));
if
(
!
singular
)
result
+=
"er"
;
if
(
!
singular
)
result
+=
"er"
;
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
?
"Sid"
:
"sid"
));
QCString
result
((
first_capital
?
"Sid"
:
"sid"
));
if
(
singular
)
if
(
singular
)
result
+=
"a"
;
result
+=
"a"
;
else
else
result
+=
"or"
;
result
+=
"or"
;
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
?
"Medlem"
:
"medlem"
));
QCString
result
((
first_capital
?
"Medlem"
:
"medlem"
));
if
(
!
singular
)
result
+=
"mar"
;
if
(
!
singular
)
result
+=
"mar"
;
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
?
"Global"
:
"global"
));
QCString
result
((
first_capital
?
"Global"
:
"global"
));
if
(
!
singular
)
result
+=
"er"
;
if
(
!
singular
)
result
+=
"er"
;
return
result
;
return
result
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1178,8 +1178,8 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1178,8 +1178,8 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
* 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
?
"F
rfattare"
:
"f
rfattare"
));
QCString
result
((
first_capital
?
"F
örfattare"
:
"fö
rfattare"
));
return
result
;
return
result
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1197,7 +1197,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1197,7 +1197,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
// 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
)
...
@@ -1222,36 +1222,36 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1222,36 +1222,36 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
*/
*/
virtual
QCString
trRTFTableOfContents
()
virtual
QCString
trRTFTableOfContents
()
{
{
return
"Inneh
llsf
rteckning"
;
return
"Inneh
ållsfö
rteckning"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// 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
"Lista
ver fr
ldrade"
;
return
"Lista
över förå
ldrade"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// 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
()
{
{
return
"Hndelser"
;
return
"H
ä
ndelser"
;
}
}
/*! 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
"Hndelse Dokumentation"
;
return
"H
ä
ndelse Dokumentation"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1261,43 +1261,43 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1261,43 +1261,43 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
"Paket typer"
;
return
"Paket typer"
;
}
}
/*! 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
"Paket funktioner"
;
return
"Paket funktioner"
;
}
}
/*! 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
"Statiska paket funktioner"
;
return
"Statiska paket funktioner"
;
}
}
/*! 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
"Paket attribut"
;
return
"Paket attribut"
;
}
}
/*! 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
"Statiska paket attribut"
;
return
"Statiska paket attribut"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// 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
()
...
@@ -1307,33 +1307,33 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1307,33 +1307,33 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
"H
r r anropnings diagrammet fr den h
r funktionen:"
;
return
"H
är är anropnings diagrammet för den hä
r funktionen:"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
// 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
"Sk efter"
;
return
"S
ö
k efter"
;
}
}
/*! 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
"Skresultat"
;
return
"S
ö
kresultat"
;
}
}
/*! 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.
*/
*/
...
@@ -1341,24 +1341,24 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1341,24 +1341,24 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
{
{
if
(
numDocuments
==
0
)
if
(
numDocuments
==
0
)
{
{
return
"Tyv
rr finns det inga dokument som matchar din s
kning."
;
return
"Tyv
ärr finns det inga dokument som matchar din sö
kning."
;
}
}
else
if
(
numDocuments
==
1
)
else
if
(
numDocuments
==
1
)
{
{
return
"Hittade <b>1</b> dokument som matchar din skning."
;
return
"Hittade <b>1</b> dokument som matchar din s
ö
kning."
;
}
}
else
else
{
{
return
"Hittade <b>$num</b> dokument som matchar din skning. "
return
"Hittade <b>$num</b> dokument som matchar din s
ö
kning. "
"Visar de b
sta trffarna f
rst."
;
"Visar de b
ästa träffarna fö
rst."
;
}
}
}
}
/*! 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
"Trffar:"
;
return
"Tr
ä
ffar:"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1369,7 +1369,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1369,7 +1369,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
*/
*/
virtual
QCString
trSourceFile
(
QCString
&
filename
)
virtual
QCString
trSourceFile
(
QCString
&
filename
)
{
{
return
"Kllkodsfilen "
+
filename
;
return
"K
ä
llkodsfilen "
+
filename
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1394,11 +1394,11 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1394,11 +1394,11 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
virtual
QCString
trDirectories
()
virtual
QCString
trDirectories
()
{
return
"Kataloger"
;
}
{
return
"Kataloger"
;
}
/*! 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
"Den h
r katalogen
r grovt sorterad, "
{
return
"Den h
är katalogen ä
r grovt sorterad, "
"men inte helt, i alfabetisk ordning:"
;
"men inte helt, i alfabetisk ordning:"
;
}
}
...
@@ -1412,10 +1412,10 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1412,10 +1412,10 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
* (\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
?
"Katalog"
:
"katalog"
));
QCString
result
((
first_capital
?
"Katalog"
:
"katalog"
));
if
(
!
singular
)
result
+=
"er"
;
if
(
!
singular
)
result
+=
"er"
;
return
result
;
return
result
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1427,9 +1427,9 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1427,9 +1427,9 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
*/
*/
virtual
QCString
trOverloadText
()
virtual
QCString
trOverloadText
()
{
{
return
"Det h
r r en
verlagrad medlemsfunktion "
return
"Det h
är är en ö
verlagrad medlemsfunktion "
"tillhandah
llen fr bekv
mlighet. Den enda som "
"tillhandah
ållen för bekvä
mlighet. Den enda som "
"skiljer sig fr
n ovanstende funktion
r vilka "
"skiljer sig fr
ån ovanstående funktion ä
r vilka "
"argument den tar emot."
;
"argument den tar emot."
;
}
}
...
@@ -1440,7 +1440,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1440,7 +1440,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
"H
r r katalog-grafen f
r denna funktion:"
;
return
"H
är är katalog-grafen fö
r denna funktion:"
;
}
}
/*! 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
...
@@ -1448,7 +1448,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1448,7 +1448,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
*/
*/
virtual
QCString
trEnumerationValueDocumentation
()
virtual
QCString
trEnumerationValueDocumentation
()
{
{
return
"Upprknings-dokumentation"
;
return
"Uppr
ä
knings-dokumentation"
;
}
}
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
...
@@ -1465,29 +1465,29 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1465,29 +1465,29 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! This is put above each page as a link to all members of compounds (Fortran). */
/*! This is put above each page as a link to all members of compounds (Fortran). */
virtual
QCString
trCompoundMembersFortran
()
virtual
QCString
trCompoundMembersFortran
()
{
return
"Data flt"
;
}
{
return
"Data f
ä
lt"
;
}
/*! 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
"H
r
r datatyperna med en kort beskrivning:"
;
}
{
return
"H
är ä
r datatyperna med en kort beskrivning:"
;
}
/*! 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
=
"H
r
r en lista av alla "
;
QCString
result
=
"H
är ä
r en lista av alla "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
result
+=
"dokumenterade "
;
result
+=
"dokumenterade "
;
}
}
result
+=
"datatyps medlemmar"
;
result
+=
"datatyps medlemmar"
;
result
+=
" med lnkar till "
;
result
+=
" med l
ä
nkar till "
;
if
(
!
extractAll
)
if
(
!
extractAll
)
{
{
result
+=
"datastrukturs documentation fr varje medlem"
;
result
+=
"datastrukturs documentation f
ö
r varje medlem"
;
}
}
else
else
{
{
result
+=
"klasserna de hr till:"
;
result
+=
"klasserna de h
ö
r till:"
;
}
}
return
result
;
return
result
;
}
}
...
@@ -1529,7 +1529,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1529,7 +1529,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
=
"H
r r en lista p
alla "
;
QCString
result
=
"H
är är en lista på
alla "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
if
(
!
extractAll
)
result
+=
"dokumenterade "
;
result
+=
"moduler med en kort beskrivning:"
;
result
+=
"moduler med en kort beskrivning:"
;
return
result
;
return
result
;
...
@@ -1546,7 +1546,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1546,7 +1546,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
case
ClassDef
:
:
Class
:
result
+=
" Modul"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
" Modul"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" Typ"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
" Typ"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" Union"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
" Union"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" Grnssnitt"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
" Gr
ä
nssnitt"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" Protokoll"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
" Protokoll"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
" Kategori"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
" Kategori"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" Undantag"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
" Undantag"
;
break
;
...
@@ -1571,16 +1571,16 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1571,16 +1571,16 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! 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
=
"H
r r en lista p
alla "
;
QCString
result
=
"H
är är en lista på
alla "
;
if
(
!
extractAll
)
result
+=
"documented "
;
if
(
!
extractAll
)
result
+=
"documented "
;
result
+=
"modul medlemmar med lnkar till "
;
result
+=
"modul medlemmar med l
ä
nkar till "
;
if
(
extractAll
)
if
(
extractAll
)
{
{
result
+=
"modul dokumentationen fr varje medlem:"
;
result
+=
"modul dokumentationen f
ö
r varje medlem:"
;
}
}
else
else
{
{
result
+=
"modulerna de hr till:"
;
result
+=
"modulerna de h
ö
r till:"
;
}
}
return
result
;
return
result
;
}
}
...
@@ -1606,19 +1606,19 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1606,19 +1606,19 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
bool
single
)
bool
single
)
{
{
// single is true implies a single file
// single is true implies a single file
QCString
result
=
(
QCString
)
"Dokumentationen fr denna "
;
QCString
result
=
(
QCString
)
"Dokumentationen f
ö
r denna "
;
switch
(
compType
)
switch
(
compType
)
{
{
case
ClassDef
:
:
Class
:
result
+=
"modul"
;
break
;
case
ClassDef
:
:
Class
:
result
+=
"modul"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
"typ"
;
break
;
case
ClassDef
:
:
Struct
:
result
+=
"typ"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
"union"
;
break
;
case
ClassDef
:
:
Union
:
result
+=
"union"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
"grnssnitt"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
"gr
ä
nssnitt"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
"protokoll"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
"protokoll"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"kategori"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"kategori"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
"undantag"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
"undantag"
;
break
;
default
:
break
;
default
:
break
;
}
}
result
+=
" genererades fr
n f
ljade fil"
;
result
+=
" genererades fr
ån fö
ljade fil"
;
if
(
single
)
result
+=
":"
;
else
result
+=
"er:"
;
if
(
single
)
result
+=
":"
;
else
result
+=
"er:"
;
return
result
;
return
result
;
}
}
...
@@ -1643,7 +1643,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1643,7 +1643,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
/*! C# Type Constraint list */
/*! C# Type Constraint list */
virtual
QCString
trTypeConstraints
()
virtual
QCString
trTypeConstraints
()
{
{
return
"Typbegrnsningar"
;
return
"Typbegr
ä
nsningar"
;
}
}
/*---------- For internal use: ----------------------------------------*/
/*---------- For internal use: ----------------------------------------*/
...
@@ -1660,7 +1660,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
...
@@ -1660,7 +1660,7 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0
return
result
;
return
result
;
}
}
};
};
#endif
#endif
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