Skip to content

Commit

Permalink
Merge pull request #128 from dstftw/russian-translation-typos
Browse files Browse the repository at this point in the history
Fix typos in russian translation
  • Loading branch information
Dimitri van Heesch committed Feb 27, 2014
2 parents ed44de5 + 8ce2b0d commit de1a8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/translator_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class TranslatorRussian : public Translator
* related classes
*/
virtual QCString trRelatedFunctionDocumentation()
{ return "Документация по друзьям класса и функциям, отноносящимся"
{ return "Документация по друзьям класса и функциям, относящимся"
" к классу"; }

//////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down

0 comments on commit de1a8b9

Please sign in to comment.