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
de1a8b9a
Commit
de1a8b9a
authored
Feb 27, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #128 from dstftw/russian-translation-typos
Fix typos in russian translation
parents
ed44de57
8ce2b0d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
translator_ru.h
src/translator_ru.h
+4
-4
No files found.
src/translator_ru.h
View file @
de1a8b9a
...
...
@@ -532,7 +532,7 @@ class TranslatorRussian : public Translator
* related classes
*/
virtual
QCString
trRelatedFunctionDocumentation
()
{
return
"Документация по друзьям класса и функциям, отно
но
сящимся"
{
return
"Документация по друзьям класса и функциям, относящимся"
" к классу"
;
}
//////////////////////////////////////////////////////////////////////////
...
...
@@ -1678,7 +1678,7 @@ class TranslatorRussian : public Translator
case
ClassDef
:
:
Union
:
result
+=
"объединению"
;
break
;
case
ClassDef
:
:
Interface
:
result
+=
"интерфейсу"
;
break
;
case
ClassDef
:
:
Protocol
:
result
+=
"протоколу"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"к
е
тегории"
;
break
;
case
ClassDef
:
:
Category
:
result
+=
"к
а
тегории"
;
break
;
case
ClassDef
:
:
Exception
:
result
+=
"исключению"
;
break
;
default
:
break
;
}
...
...
@@ -1954,7 +1954,7 @@ class TranslatorRussian : public Translator
{
// single is true implies a single file
QCString
result
=
(
QCString
)
"Документация для этого сервиса "
"сгенерирован
н
а из следующего файл"
;
"сгенерирована из следующего файл"
;
if
(
single
)
result
+=
"а:"
;
else
result
+=
"ов:"
;
return
result
;
}
...
...
@@ -1963,7 +1963,7 @@ class TranslatorRussian : public Translator
{
// single is true implies a single file
QCString
result
=
(
QCString
)
"Документация по этому одиночке "
"сгенерирован
н
а из следующего файл"
;
"сгенерирована из следующего файл"
;
if
(
single
)
result
+=
"а:"
;
else
result
+=
"ов:"
;
return
result
;
}
...
...
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