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
dfb480be
Commit
dfb480be
authored
Jul 04, 2004
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release-1.3.7-20040704
parent
c1605e5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
6 deletions
+33
-6
translator_br.h
src/translator_br.h
+17
-4
translator_hr.h
src/translator_hr.h
+16
-2
No files found.
src/translator_br.h
View file @
dfb480be
...
...
@@ -11,11 +11,12 @@
* input used in their production; they are not affected by this license.
*
* Brazilian Portuguese version by
* Fabio "FJTC" Jun Takada Chino <chino@icmc.usp.br>
* http://www.icmc.sc.usp.br/~chino
* Version: 1.3 (2003/05/01)
* Fabio "FJTC" Jun Takada Chino <jun-chino at uol.com.br>
* Version: 1.3.8 (2004/06/30)
*
* History:
* 1.3.8
* - Updated to Doxygen 1.3.8
* 1.3.3:
* - Updated to Doxygen 1.3.3
* 1.3.2:
...
...
@@ -31,7 +32,7 @@
#ifndef TRANSLATOR_BR_H
#define TRANSLATOR_BR_H
class
TranslatorBrazilian
:
public
Translator
Adapter_1_3_8
class
TranslatorBrazilian
:
public
Translator
{
public
:
...
...
@@ -1535,5 +1536,17 @@ class TranslatorBrazilian: public TranslatorAdapter_1_3_8
{
return
"Resultados:"
;
}
//////////////////////////////////////////////////////////////////////////
// new since 1.3.8
//////////////////////////////////////////////////////////////////////////
/*! This is used in HTML as the title of page with source code for file filename
*/
virtual
QCString
trSourceFile
(
QCString
&
filename
)
{
return
"Código-Fonte de "
+
filename
;
}
};
#endif
src/translator_hr.h
View file @
dfb480be
...
...
@@ -14,7 +14,7 @@
* input used in their production; they are not affected by this license.
*
*/
// translation by Boris Bralo <boris.bralo@zg.
tel
.hr>
// translation by Boris Bralo <boris.bralo@zg.
htnet
.hr>
// Updates:
// --------
// 2000/08/20
...
...
@@ -52,11 +52,14 @@
//
// 2003/04/29
// - Added strings for 1.3.0
//
// 2004/06/21
// - Added strings for 1.3.8
#ifndef TRANSLATOR_HR_H
#define TRANSLATOR_HR_H
class
TranslatorCroatian
:
public
Translator
Adapter_1_3_8
class
TranslatorCroatian
:
public
Translator
{
private
:
/*! to avoid macro redefinition from translator_cz.h */
...
...
@@ -1212,6 +1215,17 @@ class TranslatorCroatian : public TranslatorAdapter_1_3_8
return
decode
(
"Pronaeno:"
);
}
//////////////////////////////////////////////////////////////////////////
// new since 1.3.8
//////////////////////////////////////////////////////////////////////////
/*! This is used in HTML as the title of page with source code for file filename
*/
virtual
QCString
trSourceFile
(
QCString
&
filename
)
{
return
"Izvorni kod datoteke "
+
filename
;
}
};
#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