mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:09:31 +02:00
Merged revision(s) 47403 #13c7250b98 from trunk:
H2Pas: fixed typos, patch by Péter Gábor, bug #27316; also regenerated translations and updated Russian translation. ........ git-svn-id: branches/fixes_1_4@47408 -
This commit is contained in:
parent
fc3f39e9cb
commit
61ed837068
@ -150,7 +150,7 @@ resourcestring
|
||||
h2pTPostH2PasToolsExecuteAddToUsesSectionInvalidUnitn = 'TPostH2PasTools.Execute.AddToUsesSection invalid unitname "%s"';
|
||||
h2pPostH2PasASetOfCommonToolsToRunAfterH2pasPhReplace = 'Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilenameWithUnitName - Replace "unit filename;" with "unit name;"%sphRemoveIncludeDirectives - Remove include directivesphRemoveSystemTypes - Remove type redefinitons like PLongint%sphFixH2PasMissingIFDEFsInUnit - add missing IFDEFs for function bodies%sphReduceCompilerDirectivesInUnit - removes unneeded directives%sphRemoveRedefinedPointerTypes - Remove redefined pointer types%sphRemoveEmptyTypeVarConstSections - Remove empty type/var/const sections%sphReplaceImplicitTypes - Search implicit types in parameters and add types for them%sphFixArrayOfParameterType - Replace "array of )" with "array of const)"%sphRemoveRedefinitionsInUnit - Removes redefinitions of types, variables, constants and resourcestrings%sphFixAliasDefinitionsInUnit - fix section type of alias definitions%sphReplaceConstFunctionsInUnit - replace simple assignment functions with constants%'
|
||||
+'sphReplaceTypeCastFunctionsInUnit - replace simple type cast functions with types%sphFixForwardDefinitions - fix forward definitions by reordering%sphAddUnitsToUsesSection - add units to uses section%s';
|
||||
h2pPreH2PasASetOfCommonToolsToRunBeforeH2pasPhRemoveC = 'Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ ''extern "C"'' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s';
|
||||
h2pPreH2PasASetOfCommonToolsToRunBeforeH2pasPhRemoveC = 'Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ ''extern "C"'' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s';
|
||||
h2pReplaceSimpleFunctionsWithTypeCasts = 'Replace simple functions with type casts';
|
||||
h2pReplaceSimpleFunctionsWithConstants = 'Replace simple functions with constants';
|
||||
h2pReduceCompilerDirectivesInPascalFileShortensExpres = 'Reduce compiler directives in pascal file%sShortens expressions in $IF directives%sand removes unneeded $IFDEF and $DEFINE directives.';
|
||||
|
@ -417,7 +417,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -282,7 +282,6 @@ msgid "Give anoymous c enums a typedef name"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ph2pas
|
||||
#| msgid "H2Pas"
|
||||
msgid "H2Pas ..."
|
||||
msgstr "H2Pas ..."
|
||||
|
||||
@ -415,7 +414,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -414,7 +414,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -60,7 +60,6 @@ msgid "Add \"search and replace\" tool before h2pas"
|
||||
msgstr "\"Keresés és csere\" eszköz a H2Pas előtt"
|
||||
|
||||
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
|
||||
#| msgid "Add these .h files to h2pas project:"
|
||||
msgid "Add these .h files to h2pas project?%s%s%s"
|
||||
msgstr "Ezen .h fájlok hozzáadása a H2Pas projekthez?%s%s%s"
|
||||
|
||||
@ -417,7 +416,9 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr "H2Pas után - általános eszközök a H2Pas utáni futtatásra%sphReplaceUnitFilenameWithUnitName - A \"unit fájlnév;\" cseréje \"unit név;\" kifejezésre%sphRemoveIncludeDirectives - Include direktívák eltávolításaphRemoveSystemTypes - A PLongint szerű típus újradefiniálások eltávolítása%sphFixH2PasMissingIFDEFsInUnit - Hiányzó IFDEF-ek hozzáadása az eljárás testéhez%sphReduceCompilerDirectivesInUnit - szükségtelen direktívák eltávolítása%sphRemoveRedefinedPointerTypes - Újradefiniált mutató-típusok eltávolítása%sphRemoveEmptyTypeVarConstSections - Üres type/var/const részek eltávolítása%sphReplaceImplicitTypes - Közvetlen típusmeghatározások cseréje és típussá alakítása%sphFixArrayOfParameterType - Az \"array of )\" kifejezések cseréje erre: \"array of const)\"%sphRemoveRedefinitionsInUnit - A típus, változó, konstans és erőforrásszöveg újradefiniálások eltávolítása%sphFixAliasDefinitionsInUnit - A típusálnevek definícióinak javítása%sphReplaceConstFunctionsInUnit - Az egyszerű függvények cseréje konstansokra értékadásokban%sphReplaceTypeCastFunctionsInUnit - Az egyszerű függvények cseréje típuskényszerítésre%sphFixForwardDefinitions - Az előzetes definíciók javítása átrendezéssel%sphAddUnitsToUsesSection - Uni-ok hozzáadása a uses részhez%s"
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
#, fuzzy
|
||||
#| msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr "H2Pas előtt - általános eszközök a H2Pas előtti futtatásra%sphRemoveCPlusPlusExternCTool - A C++ 'extern \"C\"' sorok eltávolítása%sphRemoveEmptyCMacrosTool - Üres C makrók eltávolítása%sphReplaceEdgedBracketPairWithStar - [] cseréje * jelre%sphReplace0PointerWithNULL - A 0 mutató értékű makrók, mint a (char *)0 cseréje%sphConvertFunctionTypesToPointers - A függvények típusainak átalakítása mutatókká%sphConvertEnumsToTypeDef - A névtelen felsorolások \"typedef\" felsorolásokká alakítása%sphCommentComplexCMacros - Megjegyzésbe a H2Pas számára túl bonyolult makrók%sphCommentComplexCFunctions - Megjegyzésbe a H2Pas számára túl bonyolult eljárások%s"
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -416,7 +416,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -286,7 +286,6 @@ msgid "Give anoymous c enums a typedef name"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ph2pas
|
||||
#| msgid "H2Pas"
|
||||
msgid "H2Pas ..."
|
||||
msgstr "H2Pas ..."
|
||||
|
||||
@ -419,7 +418,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -285,7 +285,6 @@ msgid "Give anoymous c enums a typedef name"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ph2pas
|
||||
#| msgid "H2Pas"
|
||||
msgid "H2Pas ..."
|
||||
msgstr "H2Pas…"
|
||||
|
||||
@ -418,7 +417,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -418,7 +418,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -409,7 +409,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -416,7 +416,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2014-10-31 03:50+0300\n"
|
||||
"PO-Revision-Date: 2015-01-16 23:53+0300\n"
|
||||
"Last-Translator: Maxim Ganetsky <maxkill@mail.ru>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -282,7 +282,6 @@ msgid "Give anoymous c enums a typedef name"
|
||||
msgstr "Именовать анонимные перечисления C"
|
||||
|
||||
#: h2passtrconsts.h2ph2pas
|
||||
#| msgid "H2Pas"
|
||||
msgid "H2Pas ..."
|
||||
msgstr "H2Pas ..."
|
||||
|
||||
@ -415,8 +414,8 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr "Пост-H2Pas - набор средств для запуска после h2pas%sphReplaceUnitFilenameWithUnitName - Заменить \"unit <имя файла>;\" на \"unit <имя>;\"%sphRemoveIncludeDirectives - Удалить директивы включенияphRemoveSystemTypes - Удалить переопределения типов, например PLongint%sphFixH2PasMissingIFDEFsInUnit - Добавить отсутствующие IFDEF в тела функций%sphReduceCompilerDirectivesInUnit - удалить лишние директивы%sphRemoveRedefinedPointerTypes - Удалить переопределённые типы указателей%sphRemoveEmptyTypeVarConstSections - Удалить пустые выражения type/var/const%sphReplaceImplicitTypes - Искать неявные типы параметров и добавлять их объявления%sphFixArrayOfParameterType - Заменить \"array of )\" на \"array of const)\"%sphRemoveRedefinitionsInUnit - Удалить повторные объявления типов, переменных, констант и строк ресурсов%sphFixAliasDefinitionsInUnit - Исправить тип выражения для объявлений псевдонимов%sphReplaceConstFunctionsInUnit - Заменить простые функции присваивания константами%sphReplaceTypeCastFunctionsInUnit - Заменить простые функции приведения типов собственно типами%sphFixForwardDefinitions - Исправить предваряющие объявления переупорядочиванием%sphAddUnitsToUsesSection - Добавить модули в выражение Uses%s"
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgstr "Пред-H2Pas - набор средств для запуска перед h2pas%sphRemoveCPlusPlusExternCTool - Удалить строки 'extern \"C\"' языка C++%sphRemoveEmptyCMacrosTool - Удалить пустые макросы C%sphReplaceEdgedBracketPairWithStar - Заменить [] на *%sphReplace0PointerWithNULL - Заменить значения макросов с указателями на ноль, подобные (char *)0%sphConvertFunctionTypesToPointers - Преобразовывать типы функций в указатели%sphConvertEnumsToTypeDef - Именовать анонимные перечисления%sphCommentComplexCMacros - Закомментировать сложные для hpas макросы%sphCommentComplexCFunctions - Закомментировать сложные для hpas функции%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr "Пред-H2Pas - набор средств для запуска перед h2pas%sphRemoveCPlusPlusExternCTool - Удалить строки 'extern \"C\"' языка C++%sphRemoveEmptyCMacrosTool - Удалить пустые макросы C%sphReplaceEdgedBracketPairWithStar - Заменить [] на *%sphReplace0PointerWithNULL - Заменить значения макросов с указателями на ноль, подобные (char *)0%sphConvertFunctionTypesToPointers - Преобразовывать типы функций в указатели%sphConvertEnumsToTypeDef - Именовать анонимные перечисления%sphCommentComplexCMacros - Закомментировать сложные для h2pas макросы%sphCommentComplexCFunctions - Закомментировать сложные для h2pas функции%s"
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
msgid "-pr Pack all records (1 byte alignment)"
|
||||
|
@ -414,7 +414,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
@ -417,7 +417,7 @@ msgid "Post H2Pas - a set of common tools to run after h2pas%sphReplaceUnitFilen
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to ypedef enums%sphCommentComplexCMacros - Comment macros too complex for hpas%sphCommentComplexCFunctions - Comment functions too complex for hpas%s"
|
||||
msgid "Pre H2Pas - a set of common tools to run before h2pas%sphRemoveCPlusPlusExternCTool - Remove C++ 'extern \"C\"' lines%sphRemoveEmptyCMacrosTool - Remove empty C macros%sphReplaceEdgedBracketPairWithStar - Replace [] with *%sphReplace0PointerWithNULL - Replace macro values 0 pointer like (char *)0%sphConvertFunctionTypesToPointers - Convert function types to pointers%sphConvertEnumsToTypeDef - Convert anonymous enums to typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s"
|
||||
msgstr ""
|
||||
|
||||
#: h2passtrconsts.h2pprpackallrecords1bytealignment
|
||||
|
Loading…
Reference in New Issue
Block a user