Merged revision(s) 51013-51014 #3a62f3d2f5-#3a62f3d2f5 from trunk:

H2Pas: fixed typos, bug #29244
........
H2Pas: added French translation by by Gilles Vasseur, bug #29244, regenerated translations and updated Russian translation
........

git-svn-id: branches/fixes_1_6@51017 -
This commit is contained in:
maxim 2015-12-23 23:53:32 +00:00
parent ad194c5521
commit cadb40dd74
17 changed files with 1037 additions and 304 deletions

1
.gitattributes vendored
View File

@ -1808,6 +1808,7 @@ components/h2pas/idetextconvlistedit.pas svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.cs.po svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.de.po svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.es.po svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.fr.po svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.hu.po svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.id.po svneol=native#text/plain
components/h2pas/languages/h2passtrconsts.it.po svneol=native#text/plain

View File

@ -3780,7 +3780,7 @@ end;
class function TPostH2PasTools.ClassDescription: string;
begin
Result := Format(h2pPostH2PasASetOfCommonToolsToRunAfterH2pasPhReplace, [#13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13])
Result := Format(h2pPostH2PasASetOfCommonToolsToRunAfterH2pasPhReplace, [#13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13, #13])
;
end;
@ -4462,7 +4462,7 @@ end;
class function TConvertEnumsToTypeDef.ClassDescription: string;
begin
Result := h2pGiveAnoymousCEnumsATypedefName;
Result := h2pGiveAnonymousCEnumsATypedefName;
end;
function TConvertEnumsToTypeDef.Execute(aText: TIDETextConverter

View File

@ -40,7 +40,7 @@ resourcestring
h2pAddIncludedHFiles = 'Add included .h files';
h2pMergeAllButThis = 'Merge all but this';
h2pMergeFile = 'Merge file';
h2pH2pasOptions = 'h2pas Options';
h2pH2pasOptions = 'H2Pas Options';
h2pOptions = 'Options';
h2pDUseExternalForAllProcedures = '-d Use external; for all procedures';
h2pDUseExternalLibnameNameFunc__nameForFunctions = '-D Use external libname name "func__name" for functions';
@ -61,19 +61,19 @@ resourcestring
h2pOutputExtensionOfNewFile = 'Output extension of new file';
h2pOutputDirectory = 'Output directory';
h2pLLibraryName = '-l Library name';
h2pBeforeH2pas = 'Before h2pas';
h2pConversionsBeforeRunningH2pas = 'Conversions before running h2pas';
h2pAfterH2pas = 'After h2pas';
h2pConversionsAfterRunningH2pas = 'Conversions after running h2pas';
h2pBeforeH2pas = 'Before H2Pas';
h2pConversionsBeforeRunningH2pas = 'Conversions before running H2Pas';
h2pAfterH2pas = 'After H2Pas';
h2pConversionsAfterRunningH2pas = 'Conversions after running H2Pas';
h2pSettings = 'Settings';
h2pH2pasProgramPath = 'h2pas program path';
h2pH2pasProgramPath = 'H2Pas program path';
h2pOpenLastSettingsOnStart = 'Open last settings on start';
h2pSaveSettingsAs = 'Save settings as ...';
h2pNewClearSettings = 'New/Clear settings';
h2pOpenSettings = '&Open Settings';
h2pSaveSettings = '&Save Settings';
h2pRunH2pas = 'Run h2pas';
h2pRunH2pasAndCompile = 'Run h2pas and compile';
h2pRunH2pas = 'Run H2Pas';
h2pRunH2pasAndCompile = 'Run H2Pas and compile';
h2pClose = '&Close';
h2pSaveChanges = 'Save changes?';
h2pSaveSettings2 = 'Save settings?';
@ -84,7 +84,7 @@ resourcestring
h2pRemoveAllFiles = 'Remove all files';
h2pAddHFiles2 = 'Add *.h files ...';
h2pAddHFiles3 = 'Add .h files?';
h2pAddTheseHFilesToH2pasProject = 'Add these .h files to h2pas project?%s%s%s';
h2pAddTheseHFilesToH2pasProject = 'Add these .h files to H2Pas project?%s%s%s';
h2pDeleteTheseHFilesFromList = 'Delete these .h files from list?%s%s%s';
h2pFile = 'File: %s';
h2pERRORFileNotFound2 = 'ERROR: file not found';
@ -93,7 +93,7 @@ resourcestring
h2pIncludes = 'Includes:';
h2pIncludedBy = 'Included by:';
h2pNoFileSelected = 'No file selected.';
h2pAddSearchAndReplaceToolBeforeH2pas = 'Add "search and replace" tool before h2pas';
h2pAddSearchAndReplaceToolBeforeH2pas = 'Add "search and replace" tool before H2Pas';
h2pIncludedBy2 = '%s (included by %s)';
h2pNothingToDo = 'Nothing to do';
h2pPleaseEnableAtLeastOneCHeaderFileThatIsNotMerged = 'Please enable at least one c header file that is not merged.';
@ -102,13 +102,13 @@ resourcestring
h2pReadError = 'Read error';
h2pErrorReadingGlobalConfig = 'Error reading global config:%s%s';
h2pSaveProjectAsH2p = 'Save project as ... (*.h2p)';
h2pH2pasProjectH2pH2pAllFiles = 'h2pas project (*.h2p)|*.h2p|All files (*.*)|%s';
h2pH2pasProjectH2pH2pAllFiles = 'H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s';
h2pReplaceFile = 'Replace file?';
h2pTheFileAlreadyExists = 'The file "%s"%salready exists.';
h2pFileNotFound = 'File not found';
h2pFileNotFound2 = 'File not found: "%s"';
h2pErrorReadingProjectFromFile = 'Error reading project from file%s%s%s%s%s';
h2pFilenameOfH2pasProgram = 'Filename of h2pas program';
h2pFilenameOfH2pasProgram = 'Filename of H2Pas program';
h2pOpenProjectH2p = 'Open project (*.h2p) ...';
h2pCHeaderFileHHAllFiles = 'C header file (*.h)|*.h|All files (*.*)|%s';
h2pTextConversionToolsEditor = 'Text conversion tools editor';
@ -128,7 +128,7 @@ resourcestring
h2pDoYouReallyWantToDelete = 'Do you really want to delete "%s"?';
h2pDelete = 'Delete';
h2pTH2PasDialogH2pasOptionsCheckGroupItemClickUnknown = 'TH2PasDialog.h2pasOptionsCheckGroupItemClick: Unknown option %s';
h2pH2pasProject = 'h2pas project';
h2pH2pasProject = 'H2Pas project';
h2pOverwrite = 'Overwrite';
h2pCancel = 'Cancel';
h2pSelectAClass = '&Select a class';
@ -139,22 +139,22 @@ resourcestring
h2pTAddToUsesSectionExecuteInvalidUnitname = 'TAddToUsesSection.Execute invalid unitname "%s"';
h2pAddUnitsToUsesSection = 'Add units to uses section';
h2pTAddToUsesSectionExecuteFileIsNotPascal = 'TAddToUsesSection.Execute file is not pascal: ';
h2pCommentFunctionsThatAreTooComplexForH2pas = 'Comment functions that are too complex for h2pas';
h2pCommentMacrosThatAreTooComplexForH2pas = 'Comment macros that are too complex for h2pas';
h2pGiveAnoymousCEnumsATypedefName = 'Give anoymous c enums a typedef name';
h2pCommentFunctionsThatAreTooComplexForH2pas = 'Comment functions that are too complex for H2Pas';
h2pCommentMacrosThatAreTooComplexForH2pas = 'Comment macros that are too complex for H2Pas';
h2pGiveAnonymousCEnumsATypedefName = 'Give anonymous C enums a typedef name';
h2pAddMissingPointerTypesLikePPPChar = 'Add missing pointer types like PPPChar';
h2pRemoveDoubleSemicolons = 'Remove double semicolons';
h2pFixForwardDefinitionsByReordering = 'Fix forward definitions by reordering';
h2pConvertFunctionTypesToPointers = 'Convert function types to pointers';
h2pRemoveAllIncludeDirectives = 'Remove all include directives';
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%s';
h2pPostH2PasASetOfCommonToolsToRunAfterH2pasPhReplace = 'Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace "unit filename;" with "unit name;"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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 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.';
h2pAddMissingH2pasIFDEFsForFunctionBodies = 'Add missing h2pas IFDEFs for function bodies';
h2pAddMissingH2pasIFDEFsForFunctionBodies = 'Add missing H2Pas IFDEFs for function bodies';
h2pFixesSectionTypeOfAliasDefinitionsInPascalUnitChec = 'Fixes section type of alias definitions in pascal unit%sChecks all alias definitions of the form%sconst LeftSide = RightSide;%slooks up RightSide in the unit and if RightSide is a type or var, changes the section accordingly';
h2pRemoveRedefinitionsInPascalUnit = 'Remove redefinitions in pascal unit';
h2pFixOpenArraysReplaceArrayOfWithArrayOfConst = 'Fix open arrays%sReplace "array of )" with "array of const)"';

View File

@ -43,7 +43,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -55,11 +55,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -67,7 +67,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -75,7 +75,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -111,11 +111,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -127,11 +127,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -243,7 +243,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -278,8 +278,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -289,19 +289,19 @@ msgid "H2Pas ..."
msgstr "H2Pas"
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -413,11 +413,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -509,11 +509,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -42,7 +42,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -54,11 +54,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -66,7 +66,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -74,7 +74,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -110,11 +110,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -126,11 +126,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -242,7 +242,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -277,8 +277,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -286,19 +286,19 @@ msgid "H2Pas ..."
msgstr "H2Pas ..."
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -410,11 +410,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -506,11 +506,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -44,7 +44,9 @@ msgid "Add missing brackets around macro values"
msgstr "Añadir corchetes alrrededor de valores macro"
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
#, fuzzy
#| msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr "Añadir h2pas IFDEFS perdidos para cuerpos de función"
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -56,11 +58,15 @@ msgid "Add new tool"
msgstr "Añadir nueva utilidad"
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
#, fuzzy
#| msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr "Añadir utilidad \"buscar y reemplazar\" antes de h2pas"
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
#, fuzzy
#| msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr "¿Añadir éstos ficheros .h al proyecto h2pas?%s%s%s"
#: h2passtrconsts.h2paddunitstousessection
@ -68,7 +74,9 @@ msgid "Add units to uses section"
msgstr "Añadir unidades a la sección uses"
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
#, fuzzy
#| msgid "After h2pas"
msgid "After H2Pas"
msgstr "Después de h2pas"
#: h2passtrconsts.h2pambiguousmerges
@ -76,7 +84,9 @@ msgid "Ambiguous merges:%s%s"
msgstr "Mezcla ambigua:%s%s"
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
#, fuzzy
#| msgid "Before h2pas"
msgid "Before H2Pas"
msgstr "Antes de h2pas"
#: h2passtrconsts.h2pcancel
@ -112,11 +122,13 @@ msgid "&Close"
msgstr "&Cerrar"
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
#, fuzzy
#| msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr "Comentar macros que son demasiado complicadas para h2pas"
#: h2passtrconsts.h2pconfirmdelete
@ -128,11 +140,15 @@ msgid "Confirm removal"
msgstr "Confirmar remover"
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
#, fuzzy
#| msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr "Conversiones despues de ejecutar h2pas"
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
#, fuzzy
#| msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr "Conversiones antes de ejecutar h2pas"
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -244,7 +260,9 @@ msgid "File information"
msgstr "Información de fichero"
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
#, fuzzy
#| msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr "Nombre de fichero de programa h2pas"
#: h2passtrconsts.h2pfilenotfound
@ -279,28 +297,34 @@ msgstr "Soluciona defniciones forward mediante la reordenación"
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr "Soluciona abrir matrices%sReemplaza \"array of )\" con \"array of const)\""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
msgstr "Dar a las enumeraciones anónimas C un nombre typedef"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
msgid "H2Pas ..."
msgstr "H2Pas ..."
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
#, fuzzy
#| msgid "h2pas Options"
msgid "H2Pas Options"
msgstr "Opciones h2pas"
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
#, fuzzy
#| msgid "h2pas program path"
msgid "H2Pas program path"
msgstr "Ruta a programa h2pas"
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
#, fuzzy
#| msgid "h2pas project"
msgid "H2Pas project"
msgstr "Proyecto h2pas"
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -412,11 +436,15 @@ msgid "Please enable at least one c header file that is not merged."
msgstr "Por favor habilita al menos un fichero de cabecera C que no esté combinado."
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
#, fuzzy
#| msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
msgstr "Post H2Pas - un conjunto de utilidades habituales para ejecutar después h2pas%sphReplaceUnitFilenameWithUnitName - Reemplaza \"nombrefichero unidad;\" con \"nombre unidad;\"%sphRemoveIncludeDirectives - Remueve include directivesphRemoveSystemTypes - Remueve redefiniciones de tipo como PLongint%sphFixH2PasMissingIFDEFsInUnit - añade IFDEFs perdidos para la función bodies%sphReduceCompilerDirectivesInUnit - remueve directives%sphRemoveRedefinedPointerTypes innecesarias- Remueve punteros redefinidos types%sphRemoveEmptyTypeVarConstSections - Remueve type/var/const sections%sphReplaceImplicitTypes - Busca tipo implícitos en parámetros y añade tipos para them%sphFixArrayOfParameterType - Reemplaza \"array of )\" with \"array of const)\"%sphRemoveRedefinitionsInUnit - Remueve redefinitions de tipos, variables, constantes y resourcestrings%sphFixAliasDefinitionsInUnit - corrije la sección de tipos de alias definitions%sphReplaceConstFunctionsInUnit - reemplaza las funciones de asignación simples con constants%sphReplaceTypeCastFunctionsInUnit - reemplaza las funciones de caracterización simples con types%sphFixForwardDefinitions - repara las definiciones forward mediante reordering%sphAddUnitsToUsesSection - añade unidades a la sección 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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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 "Pre H2Pas - un conjunto de utilidades habituales para ejecutar antes de h2pas%sphRemoveCPlusPlusExternCTool - Remueve C++ 'extern \"C\"'lines%sphRemoveEmptyCMacrosTool - Remueve C macros%sphReplaceEdgedBracketPairWithStar vacíos - Reemplaza [] con *%sphReplace0PointerWithNULL - Reemplazae macro values 0 pointer como (char *)0%sphConvertFunctionTypesToPointers - Convierte tipos de función a pointers%sphConvertEnumsToTypeDef - Convierte enumeraciones anónimas a typedef enums%sphCommentComplexCMacros - Comenta macros demasiado complejas para h2pas%sphCommentComplexCFunctions - Comenta funciones demasiado complejas para h2pas%s"
#: h2passtrconsts.h2pprpackallrecords1bytealignment
@ -508,11 +536,15 @@ msgid "replacing of NULL with nil failed"
msgstr "e reemplazado de NULL con nil ha fallado"
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
#, fuzzy
#| msgid "Run h2pas"
msgid "Run H2Pas"
msgstr "Ejecuta h2pas"
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
#, fuzzy
#| msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr "Ejecuta h2pas y compila"
#: h2passtrconsts.h2psaveandexit
@ -622,3 +654,4 @@ msgstr "Error de escritura"
#: h2passtrconsts.h2pxhandlesys__trapofthepalmosheaderfiles
msgid "-x Handle SYS__TRAP of the PalmOS header files"
msgstr "-x Maneja SYS__TRAP de los ficheros cabecera de PalmOS"

View File

@ -0,0 +1,661 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: \n"
"POT-Creation-Date: 2015-04-14 07:54+0100\n"
"PO-Revision-Date: 2015-12-23 11:26+0100\n"
"Last-Translator: Vasseur Gilles <gillesvasseur58@gmail.com>\n"
"Language-Team: Vasseur Gilles <gillesvasseur58@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"X-Generator: Poedit 1.8.6\n"
#: h2passtrconsts.h2padd
msgid "&Add"
msgstr "&Ajouter"
#: h2passtrconsts.h2paddacopy
msgid "Add a copy"
msgstr "Ajouter une copie"
#: h2passtrconsts.h2paddfromclipboard
msgid "Add from clipboard"
msgstr "Coller depuis le presse-papier"
#: h2passtrconsts.h2paddhfiles
msgid "Add .h files ..."
msgstr "Ajouter les fichiers \".h\"..."
#: h2passtrconsts.h2paddhfiles2
msgid "Add *.h files ..."
msgstr "Ajouter les fichiers \"*.h\"..."
#: h2passtrconsts.h2paddhfiles3
msgid "Add .h files?"
msgstr "Voulez-vous ajouter les fichiers \".h\" ?"
#: h2passtrconsts.h2paddincludedhfiles
msgid "Add included .h files"
msgstr "Ajouter les fichiers inclus \".h\""
#: h2passtrconsts.h2paddmissingbracketsaroundmacrovalues
msgid "Add missing brackets around macro values"
msgstr "Ajouter les parenthèses manquantes autour des valeurs de macros"
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
#, fuzzy
#| msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr "Ajouter les IFDEF manquants de \"h2pass\" pour les corps de fonctions"
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
msgid "Add missing pointer types like PPPChar"
msgstr "Ajouter les types de pointeurs manquants comme \"PPPChar\""
#: h2passtrconsts.h2paddnewtool
msgid "Add new tool"
msgstr "Ajouter un nouvel outil"
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
#, fuzzy
#| msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr "Ajouter l'outil \"chercher et remplacer\" avant \"h2pass\""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
#, fuzzy
#| msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr "Voulez-vous ajouter ces fichiers \".h\" au projet \"h2pass\" ?%s%s%s"
#: h2passtrconsts.h2paddunitstousessection
msgid "Add units to uses section"
msgstr "Ajouter les unités à la clause \"uses\""
#: h2passtrconsts.h2pafterh2pas
#, fuzzy
#| msgid "After h2pas"
msgid "After H2Pas"
msgstr "Après \"h2pas\""
#: h2passtrconsts.h2pambiguousmerges
msgid "Ambiguous merges:%s%s"
msgstr "Fusions ambiguës : %s%s"
#: h2passtrconsts.h2pbeforeh2pas
#, fuzzy
#| msgid "Before h2pas"
msgid "Before H2Pas"
msgstr "Avant \"h2pas\""
#: h2passtrconsts.h2pcancel
msgid "Cancel"
msgstr "Annuler"
#: h2passtrconsts.h2pcancel2
msgid "&Cancel"
msgstr "&Annuler"
#: h2passtrconsts.h2pccompactoutputmodelessspacesandemptylines
msgid "-c Compact outputmode, less spaces and empty lines"
msgstr "-c Mode de production compacté (moins d'espaces et de lignes vides)"
#: h2passtrconsts.h2pcheaderfileconverter
msgid "C header file converter"
msgstr "Convertisseur de fichiers d'en-tête C"
#: h2passtrconsts.h2pcheaderfilehhallfiles
msgid "C header file (*.h)|*.h|All files (*.*)|%s"
msgstr "Fichiers d'en-tête C (*.h)|*.h|Tous les fichiers (*.*)|%s"
#: h2passtrconsts.h2pcheaderfilenotfound
msgid "C header file \"%s\" not found"
msgstr "Fichier d'en-tête C \"%s\" introuvable"
#: h2passtrconsts.h2pcheaderfiles
msgid "C header files"
msgstr "Fichiers d'en-tête C"
#: h2passtrconsts.h2pclose
msgid "&Close"
msgstr "&Fermer"
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
#, fuzzy
#| msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr "Mettre en commentaires les fonctions trop complexes pour \"h2pas\""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
#, fuzzy
#| msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr "Mettre en commentaires les macros trop complexes pour \"h2pas\""
#: h2passtrconsts.h2pconfirmdelete
msgid "Confirm delete"
msgstr "Confirmer l'effacement"
#: h2passtrconsts.h2pconfirmremoval
msgid "Confirm removal"
msgstr "Confirmer l'effacement"
#: h2passtrconsts.h2pconversionsafterrunningh2pas
#, fuzzy
#| msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr "Conversions après l'exécution de \"h2pas\""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
#, fuzzy
#| msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr "Conversions avant l'exécution de \"h2pas\""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
msgid "Convert function types to pointers"
msgstr "Convertir les types de fonction en pointeurs"
#: h2passtrconsts.h2pcopyingfilefailed
msgid "Copying file failed"
msgstr "La copie du fichier a échoué"
#: h2passtrconsts.h2pcopytooltoclipboard
msgid "Copy tool to clipboard"
msgstr "Copier l'outil dans le presse-papier"
#: h2passtrconsts.h2pcreateunitsfromcheaderfiles
msgid "Create units from C header files"
msgstr "Créer les unités à partir des fichiers d'en-tête C"
#: h2passtrconsts.h2pcusetypesinctypesunit
msgid "-C Use types in ctypes unit"
msgstr "-C Utiliser les types dans l'unité ctypes"
#: h2passtrconsts.h2pdelete
msgid "Delete"
msgstr "Supprimer"
#: h2passtrconsts.h2pdeleteselectedhfiles
msgid "Delete selected .h files"
msgstr "Supprimer les fichiers \".h\" sélectionnés"
#: h2passtrconsts.h2pdeletethesehfilesfromlist
msgid "Delete these .h files from list?%s%s%s"
msgstr "Voulez-vous supprimer ces fichiers \".h\" de la liste ?%s%s%s"
#: h2passtrconsts.h2pdeletetool
msgid "Delete tool"
msgstr "Supprimer l'outil"
#: h2passtrconsts.h2pdeletionoffailed
msgid "deletion of \"%s\" failed"
msgstr "la suppression de \"%s\" a échoué"
#: h2passtrconsts.h2pdisableallhfiles
msgid "Disable all .h files"
msgstr "Désactiver tous les fichiers \".h\""
#: h2passtrconsts.h2pdiscardchangesandexit
msgid "Discard changes and exit"
msgstr "Ignorer les changements et quitter"
#: h2passtrconsts.h2pdonotexit
msgid "Do not exit"
msgstr "Ne pas quitter"
#: h2passtrconsts.h2pdoyoureallywanttodelete
msgid "Do you really want to delete \"%s\"?"
msgstr "Voulez-vous vraiment supprimer \"%s\" ?"
#: h2passtrconsts.h2pduseexternalforallprocedures
msgid "-d Use external; for all procedures"
msgstr "-d Utiliser \"external\" pour toutes les procédures"
#: h2passtrconsts.h2pduseexternallibnamenamefunc__nameforfunctions
msgid "-D Use external libname name \"func__name\" for functions"
msgstr "-D Utiliser le nom de \"libname\" externe \"func__name\" pour les fonctions"
#: h2passtrconsts.h2peconstantsinsteadofenumerationtypeforcenums
msgid "-e constants instead of enumeration type for C enums"
msgstr "-e constantes au lieu de "
#: h2passtrconsts.h2penableallhfiles
msgid "Enable all .h files"
msgstr "Activer tous les fichiers \".h\""
#: h2passtrconsts.h2perror
msgid "Error"
msgstr "Erreur"
#: h2passtrconsts.h2perrorconvertingclipboardtexttotexttool
msgid "Error converting clipboard text to text tool:%s%s"
msgstr "Erreur de conversion du texte du presse-papiers vers l'outil de texte :%s%s"
#: h2passtrconsts.h2perrorconvertingputtingtoolontoclipboard
msgid "Error converting putting tool onto clipboard:%s%s"
msgstr "Erreur outil de conversion vers le presse-papiers :%s%s"
#: h2passtrconsts.h2perrorfilenotfound2
msgid "ERROR: file not found"
msgstr "ERREUR : fichier non trouvé"
#: h2passtrconsts.h2perrorreadingglobalconfig
msgid "Error reading global config:%s%s"
msgstr "Erreur de lecture de la configuration générale : %s%s"
#: h2passtrconsts.h2perrorreadingprojectfromfile
msgid "Error reading project from file%s%s%s%s%s"
msgstr "Erreur de lecture du projet depuis le fichier%s%s%s%s%s"
#: h2passtrconsts.h2perrorwritingglobalconfig
msgid "Error writing global config:%s%s"
msgstr "Erreur d'écriture de la configuration générale : %s%s"
#: h2passtrconsts.h2pfile
msgid "File: %s"
msgstr "Fichier : %s"
#: h2passtrconsts.h2pfileinformation
msgid "File information"
msgstr "Informations sur le fichier"
#: h2passtrconsts.h2pfilenameofh2pasprogram
#, fuzzy
#| msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr "Nom du programme \"h2pass\""
#: h2passtrconsts.h2pfilenotfound
msgid "File not found"
msgstr "Fichier introuvable"
#: h2passtrconsts.h2pfilenotfound2
msgid "File not found: \"%s\""
msgstr "Fichier introuvable : \"%s\""
#: h2passtrconsts.h2pfindexplicittypesfailedreadingconstsection
msgid "FindExplicitTypes FAILED reading const section"
msgstr "\"FindExplicitTypes\" a échoué en lisant la section \"const\""
#: h2passtrconsts.h2pfindexplicittypesfailedreadingtypedefinition
msgid "FindExplicitTypes FAILED reading type definition %s"
msgstr "\"FindExplicitTypes\" a échoué en lisant la définition de type %s"
#: h2passtrconsts.h2pfindexplicittypesfailedrereadingtypedefinition
msgid "FindExplicitTypes FAILED Rereading type definition %s"
msgstr "\"FindExplicitTypes\" a échoué en relisant la définition de type %s"
#: h2passtrconsts.h2pfixessectiontypeofaliasdefinitionsinpascalunitchec
msgid "Fixes section type of alias definitions in pascal unit%sChecks all alias definitions of the form%sconst LeftSide = RightSide;%slooks up RightSide in the unit and if RightSide is a type or var, changes the section accordingly"
msgstr "Corrige le type de section des définitions d'alias dans l'unité Pascal%sVérifie toutes les définitions d'alias de la forme%sconst LeftSide = RightSide;%srecherche RightSide dans l'unité et si RightSide est un type ou une variable, modifie la section en conséquence"
#: h2passtrconsts.h2pfixforwarddefinitionsbyreordering
msgid "Fix forward definitions by reordering"
msgstr "Corriger les définitions suivantes en les réordonnant"
#: h2passtrconsts.h2pfixopenarraysreplacearrayofwitharrayofconst
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr "Corriger les tableaux ouverts%sRemplacer \"array of)\" par \"array of const)\""
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
msgid "H2Pas ..."
msgstr "H2Pas..."
#: h2passtrconsts.h2ph2pasoptions
#, fuzzy
#| msgid "h2pas Options"
msgid "H2Pas Options"
msgstr "Options de \"h2pass\""
#: h2passtrconsts.h2ph2pasprogrampath
#, fuzzy
#| msgid "h2pas program path"
msgid "H2Pas program path"
msgstr "chemin du programme \"h2pass\""
#: h2passtrconsts.h2ph2pasproject
#, fuzzy
#| msgid "h2pas project"
msgid "H2Pas project"
msgstr "projet \"h2pass\""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
#, fuzzy
#| msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr "projet h2pas (*.h2p)|*.h2p|Tous les fichiers(*.*)|%s"
#: h2passtrconsts.h2ph2pastool
msgid "H2PasTool"
msgstr "H2PasTool"
#: h2passtrconsts.h2picreateanincludefileinsteadofaunit
msgid "-i Create an include file instead of a unit"
msgstr "-i Créer un fichier inclus au lieu d'une unité"
#: h2passtrconsts.h2pincludedby
msgid "Included by:"
msgstr "Inclus par :"
#: h2passtrconsts.h2pincludedby2
msgid "%s (included by %s)"
msgstr "%s (inclus par %s)"
#: h2passtrconsts.h2pincludes
msgid "Includes:"
msgstr "Inclusions :"
#: h2passtrconsts.h2pinvalidclass
msgid "Invalid class"
msgstr "Classe incorrecte"
#: h2passtrconsts.h2pllibraryname
msgid "-l Library name"
msgstr "-I Nom de la bibliothèque"
#: h2passtrconsts.h2pmergeallbutthis
msgid "Merge all but this"
msgstr "Tout fusionner sauf ceci"
#: h2passtrconsts.h2pmergedinto
msgid "Merged into: %s"
msgstr "Fusionné dans :%s"
#: h2passtrconsts.h2pmergefile
msgid "Merge file"
msgstr "Fusionner le fichier"
#: h2passtrconsts.h2pmovedown
msgid "Move down"
msgstr "Déplacer vers le bas"
#: h2passtrconsts.h2pmovefiledown
msgid "Move file down"
msgstr "Déplacer le fichier vers le bas"
#: h2passtrconsts.h2pmovefileup
msgid "Move file up"
msgstr "Déplacer le fichier vers le haut"
#: h2passtrconsts.h2pmoveup
msgid "Move up"
msgstr "Déplacer vers le haut"
#: h2passtrconsts.h2pnewclearsettings
msgid "New/Clear settings"
msgstr "Créer/Nettoyer les paramètres"
#: h2passtrconsts.h2pnofileselected
msgid "No file selected."
msgstr "Aucun fichier sélectionné."
#: h2passtrconsts.h2pnotatcustomtextconvertertool
msgid "not a TCustomTextConverterTool"
msgstr "pas un \"TCustomTextConverterTool\""
#: h2passtrconsts.h2pnothingtodo
msgid "Nothing to do"
msgstr "Rien à faire"
#: h2passtrconsts.h2popenlastsettingsonstart
msgid "Open last settings on start"
msgstr "Ouvrir les derniers paramètres au démarrage"
#: h2passtrconsts.h2popenprojecth2p
msgid "Open project (*.h2p) ..."
msgstr "Ouvrir un projet (\"*.h2p\")..."
#: h2passtrconsts.h2popensettings
msgid "&Open Settings"
msgstr "&Ouvrir les paramètres"
#: h2passtrconsts.h2poptions
msgid "Options"
msgstr "Options"
#: h2passtrconsts.h2poutput
msgid "Output: %s"
msgstr "Destination : %s"
#: h2passtrconsts.h2poutputdirectory
msgid "Output directory"
msgstr "Répertoire de destination"
#: h2passtrconsts.h2poutputextensionofnewfile
msgid "Output extension of new file"
msgstr "Extension de sortie du nouveau fichier"
#: h2passtrconsts.h2poverwrite
msgid "Overwrite"
msgstr "Mode recouvrement"
#: h2passtrconsts.h2ppleaseenableatleastonecheaderfilethatisnotmerged
msgid "Please enable at least one c header file that is not merged."
msgstr "Veuillez activer au moins un fichier d'en-tête C qui n'est pas fusionné."
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
#, fuzzy
#| msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
msgstr "Après \"H2Pas\" - un ensemble d'outils à utiliser après \"h2pass\"%sphReplaceUnitFilenameWithUnitName - Remplace \"unit filename;\" par \"unit name;\"%sphRemoveIncludeDirectives - Supprime les directives incluses phRemoveSystemTypes - Supprime les redéfinitions de types comme PLongint%sphFixH2PasMissingIFDEFsInUnit - Ajoute les \"IFDEF\" aux corps des fonctions%sphReduceCompilerDirectivesInUnit - Supprime les directives superflues%sphRemoveRedefinedPointerTypes - Supprime les types de pointeurs redéfinis%sphRemoveEmptyTypeVarConstSections - Supprime les sections type/var/const vides%sphReplaceImplicitTypes - Recherche les types implicites dans les paramètres et leur donne un type%sphFixArrayOfParameterType - Remplace \"array of )\" par \"array of const)\"%sphRemoveRedefinitionsInUnit - Supprime les redéfinitions de types, variables, constantes et chaînes de ressources%sphFixAliasDefinitionsInUnit - Corrige le type de section des définitions d'alias%sphReplaceConstFunctionsInUnit - Remplace les fonctions simples par des constantes%sphReplaceTypeCastFunctionsInUnit - Remplace les fonctions de transtypage simple par des types%sphFixForwardDefinitions - Corrige les définitions anticipées (\"forward\") par un réarrangement%sphAddUnitsToUsesSection - Ajoute des unités à la section \"uses\"%s"
#: h2passtrconsts.h2ppreh2pasasetofcommontoolstorunbeforeh2pasphremovec
#, 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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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 "Avant H2Pas - un ensemble d'outils à utiliser avant \"h2pas\"%sphRemoveCPlusPlusExternCTool - Suppression des lignes C++ 'extern \"C\"'%sphRemoveEmptyCMacrosTool - Suppression des macros C vides%sphReplaceEdgedBracketPairWithStar - Remplacement des \"[]\" par des \"*\"%sphReplace0PointerWithNULL - Remplacement des pointeurs 0 comme (char *)0%sphConvertFunctionTypesToPointers - Conversion des types de fonctions par des pointeurs%sphConvertEnumsToTypeDef - Conversion des énumérations anonymes par des énumérations d'un type défini%sphCommentComplexCMacros - Mise en commentaire des macros trop complexes pour \"h2pas\"%sphCommentComplexCFunctions - Mise en commentaire des fonctions trop complexes pour \"h2pas\"%s"
#: h2passtrconsts.h2pprpackallrecords1bytealignment
msgid "-pr Pack all records (1 byte alignment)"
msgstr "-pr Compresser tous les enregistrements (alignement sur 1 octet)"
#: h2passtrconsts.h2ppuseletterpforpointertypesinsteadof
msgid "-p Use letter P for pointer types instead of \"^\""
msgstr "-p Utiliser la lettre \"P\" pour les pointeurs au lieu de \"^\""
#: h2passtrconsts.h2ppuseprocvarsforimports
msgid "-P use proc. vars for imports"
msgstr "-P Utiliser les variables procédurales pour les importations"
#: h2passtrconsts.h2preaderror
msgid "Read error"
msgstr "Erreur de lecture"
#: h2passtrconsts.h2preducecompilerdirectivesinpascalfileshortensexpres
msgid "Reduce compiler directives in pascal file%sShortens expressions in $IF directives%sand removes unneeded $IFDEF and $DEFINE directives."
msgstr "Réduire les directives de compilation dans les fichiers Pascal%sRaccourcit les expressions des directives \"$IF\"%set élimine les \"$IFDEF\" et \"$DEFINE\" inutiles."
#: h2passtrconsts.h2premoveallfiles
msgid "Remove all files"
msgstr "Supprimer tous les fichiers"
#: h2passtrconsts.h2premoveallincludedirectives
msgid "Remove all include directives"
msgstr "Supprimer toutes les directives d'inclusion"
#: h2passtrconsts.h2premovecexternclines
msgid "Remove C++ 'extern \"C\"' lines"
msgstr "Supprimer les lignes 'extern \"C\" ' de C++"
#: h2passtrconsts.h2premovedoublesemicolons
msgid "Remove double semicolons"
msgstr "Supprimer les points-virgules en double"
#: h2passtrconsts.h2premoveemptycmacros
msgid "Remove empty C macros"
msgstr "Supprimer les macros C vides"
#: h2passtrconsts.h2premoveemptytypevarconstsections
msgid "Remove empty type/var/const sections"
msgstr "Supprimer les sections (type/var/const) vides"
#: h2passtrconsts.h2premoveredefinedpointertypes
msgid "Remove redefined pointer types"
msgstr "Supprimer les types de pointeurs redéfinis"
#: h2passtrconsts.h2premoveredefinitionsinpascalunit
msgid "Remove redefinitions in pascal unit"
msgstr "Supprimer les redéfinitions dans l'unité Pascal"
#: h2passtrconsts.h2premovetyperedefinitionslikeplongint
msgid "Remove type redefinitions like PLongint"
msgstr "Supprimer les redéfinitions de type comme \"PLongint\""
#: h2passtrconsts.h2preplacefile
msgid "Replace file?"
msgstr "Voulez-vous remplacer le fichier ?"
#: h2passtrconsts.h2preplaceimplicittypesforexampleprocedureprocnameaar
msgid "Replace implicit types%sFor example:%s procedure ProcName(a: array[0..2] of char)%s is replaced with%s procedure ProcName(a: Tarray_0to2_of_char)%s and a new type is added%s Tarray_0to2_of_char = array[0..2] of char"
msgstr "Remplacer les types implicites%sPar exemple :%s procedure ProcName(a: array[0..2] of char)%s sera remplacé par%s procedure ProcName(a: Tarray_0to2_of_char)%s tandis que seraajouté un nouveau type%s Tarray_0to2_of_char = array[0..2] of char"
#: h2passtrconsts.h2preplacemacrovalues0pointerlikechar0withnull
msgid "Replace macro values 0 pointer like (char *)0 with NULL"
msgstr "Remplacer les macros pointeurs valant 0 comme \"(char *)0\" par \"NULL\""
#: h2passtrconsts.h2preplacesimplefunctionswithconstants
msgid "Replace simple functions with constants"
msgstr "Remplacer les fonctions simples par des constantes"
#: h2passtrconsts.h2preplacesimplefunctionswithtypecasts
msgid "Replace simple functions with type casts"
msgstr "Remplacer les fonctions simples par des conversions de types"
#: h2passtrconsts.h2preplaceunitfilenamewithunitname
msgid "Replace \"unit filename;\" with \"unit name;\""
msgstr "Remplacer 'unit NomDeFichier;\" par \"unit Nom;\""
#: h2passtrconsts.h2preplacewith
msgid "Replace [] with *"
msgstr "Remplacer [] par *"
#: h2passtrconsts.h2preplacingofnullwithnilfailed
msgid "replacing of NULL with nil failed"
msgstr "Le remplacement de \"NULL\" par \"nil\" a échoué"
#: h2passtrconsts.h2prunh2pas
#, fuzzy
#| msgid "Run h2pas"
msgid "Run H2Pas"
msgstr "Exécuter \"h2pas\""
#: h2passtrconsts.h2prunh2pasandcompile
#, fuzzy
#| msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr "Exécuter \"h2pas\" et compiler"
#: h2passtrconsts.h2psaveandexit
msgid "Save and exit"
msgstr "Enregistrer et quitter"
#: h2passtrconsts.h2psavechanges
msgid "Save changes?"
msgstr "Voulez-vous enregistrer les modifications ?"
#: h2passtrconsts.h2psaveprojectash2p
msgid "Save project as ... (*.h2p)"
msgstr "Sauvegarder le projet sous... (*.h2p)"
#: h2passtrconsts.h2psavesettings
msgid "&Save Settings"
msgstr "&Enregistrer les paramètres"
#: h2passtrconsts.h2psavesettings2
msgid "Save settings?"
msgstr "Voulez-vous enregistrer les paramètres ?"
#: h2passtrconsts.h2psavesettingsas
msgid "Save settings as ..."
msgstr "Enregistrer les paramètres sous..."
#: h2passtrconsts.h2pselectaclass
msgid "&Select a class"
msgstr "&Choisir une classe"
#: h2passtrconsts.h2psettings
msgid "Settings"
msgstr "Paramètres"
#: h2passtrconsts.h2psstripcomments
msgid "-s Strip comments"
msgstr "-s Enlever les commentaires"
#: h2passtrconsts.h2psstripcommentsandinfo
msgid "-S Strip comments and info"
msgstr "-S Enlever les commentaires et les informations"
#: h2passtrconsts.h2ptaddtousessectionexecutefileisnotpascal
msgid "TAddToUsesSection.Execute file is not pascal: "
msgstr "Le fichier pour \"TAddToUsesSection.Execute\" n'est pas du Pascal : "
#: h2passtrconsts.h2ptaddtousessectionexecuteinvalidunitname
msgid "TAddToUsesSection.Execute invalid unitname \"%s\""
msgstr "Le nom d'unité \"%s\" pour \"TAddToUsesSection.Execute\" est incorrect"
#: h2passtrconsts.h2ptextconversiontoolseditor
msgid "Text conversion tools editor"
msgstr "Éditeur d'outils de conversion de texte"
#: h2passtrconsts.h2pth2pasdialogh2pasoptionscheckgroupitemclickunknown
msgid "TH2PasDialog.h2pasOptionsCheckGroupItemClick: Unknown option %s"
msgstr "\"TH2PasDialog.h2pasOptionsCheckGroupItemClick\" : option inconnue %s"
#: h2passtrconsts.h2pthefilealreadyexists
msgid "The file \"%s\"%salready exists."
msgstr "Le fichier \"%s\"%sexiste déjà."
#: h2passtrconsts.h2ptools
msgid "Tools:"
msgstr "Outils :"
#: h2passtrconsts.h2ptposth2pastoolsexecuteaddtousessectioninvalidunitn
msgid "TPostH2PasTools.Execute.AddToUsesSection invalid unitname \"%s\""
msgstr "\"TPostH2PasTools.Execute.AddToUsesSection\" : nom d'unité incorrect \"%s\""
#: h2passtrconsts.h2ptprependtypedeftypeswitht
msgid "-t Prepend typedef types with T"
msgstr "-t Préfixer les définitions de types avec \"T\""
#: h2passtrconsts.h2ptprependtypedeftypeswithtandremove__
msgid "-T Prepend typedef types with T, and remove __"
msgstr "-T Préfixer les définitions de types avec \"T\" et supprimez les \"_\""
#: h2passtrconsts.h2punabletocopyfileto
msgid "Unable to copy file \"%s\"%sto \"%s\""
msgstr "Impossible de copier le fichier \"%s\"%svers \"%s\""
#: h2passtrconsts.h2punabletomergefileinto
msgid "Unable to merge file \"%s\" into \"%s\""
msgstr "Impossible de fusionner le fichier \"%s\" avec \"%s\""
#: h2passtrconsts.h2pvreplacepointerparametersbyvar
msgid "-v Replace pointer parameters by var"
msgstr "-v Remplacer les paramètres de pointeurs par des variables"
#: h2passtrconsts.h2pwarning
msgid "Warning"
msgstr "Avertissement"
#: h2passtrconsts.h2pwarningthefilewillbemergedintomultiplefiles
msgid "%sWarning: the file \"%s\"%swill be merged into multiple files:%s"
msgstr "%sAvertissement : le fichier \"%s\"%ssera unifié dans plusieurs fichiers : %s"
#: h2passtrconsts.h2pwhandlespecialwin32macros
msgid "-w Handle special win32 macros"
msgstr "-w Gérer les macros win32 spéciales"
#: h2passtrconsts.h2pwriteerror
msgid "Write error"
msgstr "Erreur d'écriture"
#: h2passtrconsts.h2pxhandlesys__trapofthepalmosheaderfiles
msgid "-x Handle SYS__TRAP of the PalmOS header files"
msgstr "-x Gérer SYS-TRAP des fichiers d'en-tête de PalmOS"

View File

@ -44,7 +44,9 @@ msgid "Add missing brackets around macro values"
msgstr "Hiányzó zárójelek hozzáadása a makrók értékéhez"
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
#, fuzzy
#| msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr "Hiányzó H2Pas IFDEF-ek hozzáadása az eljárás testéhez"
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -56,11 +58,15 @@ msgid "Add new tool"
msgstr "Új eszköz hozzáadása"
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
#, fuzzy
#| msgid "Add \"search and replace\" tool before h2pas"
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?%s%s%s"
#, fuzzy
#| msgid "Add these .h files to h2pas project?%s%s%s"
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"
#: h2passtrconsts.h2paddunitstousessection
@ -68,7 +74,9 @@ msgid "Add units to uses section"
msgstr "Unit-ok hozzáadása a uses szakaszhoz"
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
#, fuzzy
#| msgid "After h2pas"
msgid "After H2Pas"
msgstr "H2Pas után"
#: h2passtrconsts.h2pambiguousmerges
@ -76,7 +84,9 @@ msgid "Ambiguous merges:%s%s"
msgstr "Zavaros összeolvasztás:%s%s"
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
#, fuzzy
#| msgid "Before h2pas"
msgid "Before H2Pas"
msgstr "H2Pas előtt"
#: h2passtrconsts.h2pcancel
@ -112,11 +122,15 @@ msgid "&Close"
msgstr "Be&zárás"
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
#, fuzzy
#| msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr "Kerüljenek megjegyzésbe a H2Pas számára túl bonyolult eljárások"
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
#, fuzzy
#| msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr "Kerüljenek megjegyzésbe a H2Pas számára túl bonyolult makrók"
#: h2passtrconsts.h2pconfirmdelete
@ -128,11 +142,15 @@ msgid "Confirm removal"
msgstr "Eltávolítás jóváhagyása"
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
#, fuzzy
#| msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr "Átalakítások a H2Pas futtatása után"
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
#, fuzzy
#| msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr "Átalakítások a H2Pas futtatása előtt"
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -244,7 +262,9 @@ msgid "File information"
msgstr "Fájl információ"
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
#, fuzzy
#| msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr "A H2Pas program fájlneve"
#: h2passtrconsts.h2pfilenotfound
@ -279,28 +299,36 @@ msgstr "Az előzetes definíciók javítása átrendezéssel"
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr "Nyitott tömbök javítása%sAz \"array of )\" kifejezések cseréje erre: \"array of const )\" "
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
msgstr "A évtelen C felsorolásoknak adjon egy \"typedef\" nevet"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
msgid "H2Pas ..."
msgstr "H2Pas ..."
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
#, fuzzy
#| msgid "h2pas Options"
msgid "H2Pas Options"
msgstr "H2Pas beállítások"
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
#, fuzzy
#| msgid "h2pas program path"
msgid "H2Pas program path"
msgstr "H2Pas program útvonala"
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
#, fuzzy
#| msgid "h2pas project"
msgid "H2Pas project"
msgstr "H2Pas projekt"
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
#, fuzzy
#| msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr "H2Pas projekt (*.h2p)|*.h2p|Minden fájl (*.*)|%s"
#: h2passtrconsts.h2ph2pastool
@ -412,11 +440,15 @@ msgid "Please enable at least one c header file that is not merged."
msgstr "Legalább egy be nem olvasztott C fejlécfájlt engedélyezni kell."
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
#, fuzzy
#| msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 szakaszok 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 szakaszhoz%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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -508,11 +540,15 @@ msgid "replacing of NULL with nil failed"
msgstr "a NULL cseréje nil-re nem sikerült"
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
#, fuzzy
#| msgid "Run h2pas"
msgid "Run H2Pas"
msgstr "H2Pas futtatása"
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
#, fuzzy
#| msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr "H2Pas futtatása és fordítás"
#: h2passtrconsts.h2psaveandexit
@ -622,3 +658,4 @@ msgstr "Írási hiba"
#: h2passtrconsts.h2pxhandlesys__trapofthepalmosheaderfiles
msgid "-x Handle SYS__TRAP of the PalmOS header files"
msgstr "-x A SYS__TRAP kezelése PalmOS fejlécfájlokban"

View File

@ -42,7 +42,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -54,11 +54,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -66,7 +66,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -74,7 +74,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -110,11 +110,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -126,11 +126,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -242,7 +242,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -277,8 +277,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -288,19 +288,19 @@ msgid "H2Pas ..."
msgstr "H2Pas"
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -412,11 +412,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -508,11 +508,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -46,7 +46,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -58,11 +58,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -70,7 +70,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -78,7 +78,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -114,11 +114,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -130,11 +130,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -246,7 +246,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -281,8 +281,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -290,19 +290,19 @@ msgid "H2Pas ..."
msgstr "H2Pas ..."
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -414,11 +414,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -510,11 +510,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -45,7 +45,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -57,11 +57,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -69,7 +69,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -77,7 +77,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -113,11 +113,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -129,11 +129,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -245,7 +245,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -280,8 +280,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -289,19 +289,19 @@ msgid "H2Pas ..."
msgstr "H2Pas…"
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -413,11 +413,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -509,11 +509,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -44,7 +44,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -56,11 +56,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -68,7 +68,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -76,7 +76,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -112,11 +112,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -128,11 +128,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -244,7 +244,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -279,8 +279,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -290,19 +290,19 @@ msgid "H2Pas ..."
msgstr "H2Pas"
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -414,11 +414,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -510,11 +510,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -37,7 +37,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -49,11 +49,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -61,7 +61,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -69,7 +69,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -105,11 +105,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -121,11 +121,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -237,7 +237,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -272,8 +272,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -281,19 +281,19 @@ msgid "H2Pas ..."
msgstr ""
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -405,11 +405,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -501,11 +501,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -42,7 +42,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -54,11 +54,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -66,7 +66,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -74,7 +74,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -110,11 +110,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -126,11 +126,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -242,7 +242,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -277,8 +277,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -288,19 +288,19 @@ msgid "H2Pas ..."
msgstr "H2Pas"
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -412,11 +412,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -508,11 +508,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -2,12 +2,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2015-01-16 23:53+0300\n"
"PO-Revision-Date: 2015-12-24 02:11+0300\n"
"Last-Translator: Maxim Ganetsky <maxkill@mail.ru>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"X-Generator: Poedit 1.7.7\n"
#: h2passtrconsts.h2padd
msgid "&Add"
@ -42,8 +44,8 @@ msgid "Add missing brackets around macro values"
msgstr "Добавить отсутствующие скобки вокруг значений макросов"
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgstr "Добавить отсутствующие IFDEF h2pas для тел функций"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr "Добавить отсутствующие IFDEF H2Pas для тел функций"
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
msgid "Add missing pointer types like PPPChar"
@ -54,28 +56,28 @@ msgid "Add new tool"
msgstr "Добавить новое средство"
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgstr "Добавить средство \"Найти и заменить\" до вызова h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr "Добавить средство \"Найти и заменить\" до вызова H2Pas"
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgstr "Добавить эти файлы .h в проект h2pas?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr "Добавить эти файлы .h в проект H2Pas?%s%s%s"
#: h2passtrconsts.h2paddunitstousessection
msgid "Add units to uses section"
msgstr "Добавить модули в выражение Uses"
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgstr "После h2pas"
msgid "After H2Pas"
msgstr "После H2Pas"
#: h2passtrconsts.h2pambiguousmerges
msgid "Ambiguous merges:%s%s"
msgstr "Неоднозначные попытки слияния:%s%s"
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgstr "До h2pas"
msgid "Before H2Pas"
msgstr "До H2Pas"
#: h2passtrconsts.h2pcancel
msgid "Cancel"
@ -110,12 +112,12 @@ msgid "&Close"
msgstr "&Закрыть"
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgstr "Закомментировать слишком сложные для h2pas функции"
msgid "Comment functions that are too complex for H2Pas"
msgstr "Закомментировать слишком сложные для H2Pas функции"
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgstr "Закомментировать слишком сложные для h2pas макросы"
msgid "Comment macros that are too complex for H2Pas"
msgstr "Закомментировать слишком сложные для H2Pas макросы"
#: h2passtrconsts.h2pconfirmdelete
msgid "Confirm delete"
@ -126,12 +128,12 @@ msgid "Confirm removal"
msgstr "Подтвердите удаление"
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgstr "Преобразования после запуска h2pas"
msgid "Conversions after running H2Pas"
msgstr "Преобразования после запуска H2Pas"
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgstr "Преобразования до запуска h2pas"
msgid "Conversions before running H2Pas"
msgstr "Преобразования до запуска H2Pas"
#: h2passtrconsts.h2pconvertfunctiontypestopointers
msgid "Convert function types to pointers"
@ -242,8 +244,8 @@ msgid "File information"
msgstr "Сведения о файле"
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgstr "Имя файла программы h2pas"
msgid "Filename of H2Pas program"
msgstr "Имя файла программы H2Pas"
#: h2passtrconsts.h2pfilenotfound
msgid "File not found"
@ -277,8 +279,8 @@ msgstr "Исправить предваряющие объявления пер
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr "Исправить открытые массивы%sЗаменить \"array of )\" на \"array of const)\""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr "Именовать анонимные перечисления C"
#: h2passtrconsts.h2ph2pas
@ -286,20 +288,20 @@ msgid "H2Pas ..."
msgstr "H2Pas ..."
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgstr "Параметры h2pas"
msgid "H2Pas Options"
msgstr "Параметры H2Pas"
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgstr "Путь к программе h2pas"
msgid "H2Pas program path"
msgstr "Путь к программе H2Pas"
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgstr "Проект h2pas"
msgid "H2Pas project"
msgstr "Проект H2Pas"
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr "Проект h2pas (*.h2p)|*.h2p|Все файлы (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr "Проект H2Pas (*.h2p)|*.h2p|Все файлы (*.*)|%s"
#: h2passtrconsts.h2ph2pastool
msgid "H2PasTool"
@ -410,12 +412,12 @@ msgid "Please enable at least one c header file that is not merged."
msgstr "Выберите хотя бы один ещё не слитый заголовочный файл C."
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
msgstr "Пост-H2Pas - набор средств для запуска после H2Pas%sphReplaceUnitFilenameWithUnitName - Заменить \"unit <имя файла>;\" на \"unit <имя>;\"%sphRemoveIncludeDirectives - Удалить директивы включения%sphRemoveSystemTypes - Удалить переопределения типов, например 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 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"
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)"
@ -506,12 +508,12 @@ msgid "replacing of NULL with nil failed"
msgstr "замена NULL на nil не удалась"
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgstr "Запустить h2pas"
msgid "Run H2Pas"
msgstr "Запустить H2Pas"
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgstr "Запустить h2pas и собрать"
msgid "Run H2Pas and compile"
msgstr "Запустить H2Pas и собрать"
#: h2passtrconsts.h2psaveandexit
msgid "Save and exit"
@ -620,4 +622,3 @@ msgstr "Ошибка записи"
#: h2passtrconsts.h2pxhandlesys__trapofthepalmosheaderfiles
msgid "-x Handle SYS__TRAP of the PalmOS header files"
msgstr "-x Обрабатывать SYS__TRAP в заголовочных файлах PalmOS"

View File

@ -42,7 +42,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -54,11 +54,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -66,7 +66,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -74,7 +74,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -110,11 +110,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -126,11 +126,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -242,7 +242,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -277,8 +277,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -286,19 +286,19 @@ msgid "H2Pas ..."
msgstr "H2Pas ..."
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -410,11 +410,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -506,11 +506,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit

View File

@ -45,7 +45,7 @@ msgid "Add missing brackets around macro values"
msgstr ""
#: h2passtrconsts.h2paddmissingh2pasifdefsforfunctionbodies
msgid "Add missing h2pas IFDEFs for function bodies"
msgid "Add missing H2Pas IFDEFs for function bodies"
msgstr ""
#: h2passtrconsts.h2paddmissingpointertypeslikepppchar
@ -57,11 +57,11 @@ msgid "Add new tool"
msgstr ""
#: h2passtrconsts.h2paddsearchandreplacetoolbeforeh2pas
msgid "Add \"search and replace\" tool before h2pas"
msgid "Add \"search and replace\" tool before H2Pas"
msgstr ""
#: h2passtrconsts.h2paddthesehfilestoh2pasproject
msgid "Add these .h files to h2pas project?%s%s%s"
msgid "Add these .h files to H2Pas project?%s%s%s"
msgstr ""
#: h2passtrconsts.h2paddunitstousessection
@ -69,7 +69,7 @@ msgid "Add units to uses section"
msgstr ""
#: h2passtrconsts.h2pafterh2pas
msgid "After h2pas"
msgid "After H2Pas"
msgstr ""
#: h2passtrconsts.h2pambiguousmerges
@ -77,7 +77,7 @@ msgid "Ambiguous merges:%s%s"
msgstr ""
#: h2passtrconsts.h2pbeforeh2pas
msgid "Before h2pas"
msgid "Before H2Pas"
msgstr ""
#: h2passtrconsts.h2pcancel
@ -113,11 +113,11 @@ msgid "&Close"
msgstr ""
#: h2passtrconsts.h2pcommentfunctionsthataretoocomplexforh2pas
msgid "Comment functions that are too complex for h2pas"
msgid "Comment functions that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pcommentmacrosthataretoocomplexforh2pas
msgid "Comment macros that are too complex for h2pas"
msgid "Comment macros that are too complex for H2Pas"
msgstr ""
#: h2passtrconsts.h2pconfirmdelete
@ -129,11 +129,11 @@ msgid "Confirm removal"
msgstr ""
#: h2passtrconsts.h2pconversionsafterrunningh2pas
msgid "Conversions after running h2pas"
msgid "Conversions after running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconversionsbeforerunningh2pas
msgid "Conversions before running h2pas"
msgid "Conversions before running H2Pas"
msgstr ""
#: h2passtrconsts.h2pconvertfunctiontypestopointers
@ -245,7 +245,7 @@ msgid "File information"
msgstr ""
#: h2passtrconsts.h2pfilenameofh2pasprogram
msgid "Filename of h2pas program"
msgid "Filename of H2Pas program"
msgstr ""
#: h2passtrconsts.h2pfilenotfound
@ -280,8 +280,8 @@ msgstr ""
msgid "Fix open arrays%sReplace \"array of )\" with \"array of const)\""
msgstr ""
#: h2passtrconsts.h2pgiveanoymouscenumsatypedefname
msgid "Give anoymous c enums a typedef name"
#: h2passtrconsts.h2pgiveanonymouscenumsatypedefname
msgid "Give anonymous C enums a typedef name"
msgstr ""
#: h2passtrconsts.h2ph2pas
@ -289,19 +289,19 @@ msgid "H2Pas ..."
msgstr ""
#: h2passtrconsts.h2ph2pasoptions
msgid "h2pas Options"
msgid "H2Pas Options"
msgstr ""
#: h2passtrconsts.h2ph2pasprogrampath
msgid "h2pas program path"
msgid "H2Pas program path"
msgstr ""
#: h2passtrconsts.h2ph2pasproject
msgid "h2pas project"
msgid "H2Pas project"
msgstr ""
#: h2passtrconsts.h2ph2pasprojecth2ph2pallfiles
msgid "h2pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgid "H2Pas project (*.h2p)|*.h2p|All files (*.*)|%s"
msgstr ""
#: h2passtrconsts.h2ph2pastool
@ -413,11 +413,11 @@ msgid "Please enable at least one c header file that is not merged."
msgstr ""
#: h2passtrconsts.h2pposth2pasasetofcommontoolstorunafterh2pasphreplace
msgid "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"
msgid "Post H2Pas - a set of common tools to run after H2Pas%sphReplaceUnitFilenameWithUnitName - Replace \"unit filename;\" with \"unit name;\"%sphRemoveIncludeDirectives - Remove include directives%sphRemoveSystemTypes - 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"
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 typedef enums%sphCommentComplexCMacros - Comment macros too complex for h2pas%sphCommentComplexCFunctions - Comment functions too complex for h2pas%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
@ -509,11 +509,11 @@ msgid "replacing of NULL with nil failed"
msgstr ""
#: h2passtrconsts.h2prunh2pas
msgid "Run h2pas"
msgid "Run H2Pas"
msgstr ""
#: h2passtrconsts.h2prunh2pasandcompile
msgid "Run h2pas and compile"
msgid "Run H2Pas and compile"
msgstr ""
#: h2passtrconsts.h2psaveandexit