mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 13:23:10 +01:00
* Improved localization of Package Links dialog by Maxim Ganetsky
* updateed po files git-svn-id: trunk@14548 -
This commit is contained in:
parent
71b7fb62a7
commit
3393285e94
@ -0,0 +1,770 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: codetoolsstrconsts:ctsunknownsubdescriptor
|
||||
msgid "(unknown subdescriptor %s)"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsforward
|
||||
msgid "Forward"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunparsed
|
||||
msgid "Unparsed"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidflagvaluefordirective
|
||||
msgid "invalid flag value \"%s\" for directive %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidmode
|
||||
msgid "invalid mode \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsawithoutb
|
||||
msgid "%s without %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsincludefilenotfound
|
||||
msgid "include file not found \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctserrorindirectiveexpression
|
||||
msgid "error in directive expression"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsincludecircledetected
|
||||
msgid "Include circle detected"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfileisreadonly
|
||||
msgid "file is read only"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscommentendnotfound
|
||||
msgid "Comment end not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidentexpectedbutatomfound
|
||||
msgid "identifier expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidentexpectedbutkeywordfound
|
||||
msgid "identifier expected, but keyword %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsstrexpectedbutatomfound
|
||||
msgid "%s expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspositionnotinsource
|
||||
msgid "Position not in source"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidclassname
|
||||
msgid "invalid class name=%s%s%s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsclassnotfound
|
||||
msgid "class %s%s%s not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidclassname2
|
||||
msgid "invalid class name %s%s%s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidvariablename
|
||||
msgid "invalid variable name %s%s%s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidvariabletype
|
||||
msgid "invalid variable type %s%s%s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsclasssnotfound
|
||||
msgid "Class %s not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidentexpectedbuteoffound
|
||||
msgid "unexpected end of file (identifier expected)"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsbracketopenexpectedbutatomfound
|
||||
msgid "bracket open expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsbracketcloseexpectedbutatomfound
|
||||
msgid "bracket close expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsbracketnotfound
|
||||
msgid "bracket %s not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnonodefoundatcursor
|
||||
msgid "no pascal node found at cursor (i.e. in unparsed code)"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunknownmainfilename
|
||||
msgid "(unknown mainfilename)"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunexpectedkeyword
|
||||
msgid "unexpected keyword \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnopascalcodefound
|
||||
msgid "no pascal code found (first token is %s)"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsstringconstant
|
||||
msgid "string constant"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsanonymdefinitionsarenotallowed
|
||||
msgid "Anonymous %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnesteddefinitionsarenotallowed
|
||||
msgid "Nested %s definitions are not allowed"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsendforrecordnotfound
|
||||
msgid "end for record not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsmissingenumlist
|
||||
msgid "missing enum list"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsmissingtypeidentifier
|
||||
msgid "missing type identifier"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsprocedureorfunction
|
||||
msgid "procedure or function"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsmethodname
|
||||
msgid "method name"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidentifier
|
||||
msgid "identifier"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssemicolonnotfound
|
||||
msgid "semicolon not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctskeyword
|
||||
msgid "keyword"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctskeywordexampleexpectedbutatomfound
|
||||
msgid "keyword (e.g. %s) expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsconstant
|
||||
msgid "constant"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssemicolonafterpropspecmissing
|
||||
msgid "; expected after \"%s\" property specifier, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunknownsectionkeyword
|
||||
msgid "unknown section keyword %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsillegalqualifier
|
||||
msgid "illegal qualifier %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunexpectedendofsource
|
||||
msgid "unexpected end of source"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsendofsourceexpectedbutatomfound
|
||||
msgid "expected end., but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspointstartat
|
||||
msgid ". start at "
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunexpectedkeywordinasmblock
|
||||
msgid "unexpected keyword \"%s\" in asm block found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunexpectedkeywordinbeginendblock
|
||||
msgid "unexpected keyword \"%s\" in begin..end found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunexpectedkeywordwhilereadingbackwards
|
||||
msgid "unexpected keyword \"%s\" found while reading blocks backwards"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctswordnotfound
|
||||
msgid "\"%s\" not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspointhintprocstartat
|
||||
msgid ". Hint: proc start at "
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsmissingpointafterend
|
||||
msgid "missing . after end"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsendforclassnotfound
|
||||
msgid "\"end\" for class/object not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunexpectedsubrangeoperatorfound
|
||||
msgid "unexpected subrange operator '..' found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidsubrange
|
||||
msgid "invalid subrange"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsexportsclauseonlyallowedinlibraries
|
||||
msgid "exports clause only allowed in libraries"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunitnotfound
|
||||
msgid "unit not found: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssourcenotfoundunit
|
||||
msgid "source not found: unit %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidentifiernotfound
|
||||
msgid "identifier not found: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnocontextnodefoundatcursor
|
||||
msgid "no context node found at cursor"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinheritedkeywordonlyallowedinmethods
|
||||
msgid "inherited keyword only allowed in methods"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscircleindefinitions
|
||||
msgid "circle in definitions"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsforwardclassdefinitionnotresolved
|
||||
msgid "Forward class definition not resolved: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsclassofdefinitionnotresolved
|
||||
msgid "\"class of\" definition not resolved: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctstypeidentifier
|
||||
msgid "type identifier"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsgenericidentifier
|
||||
msgid "generic identifier"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsancestorisnotproperty
|
||||
msgid "ancestor of untyped property is not a property"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsbasetypeofnotfound
|
||||
msgid "base type of \"%s\" not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsclassidentifierexpected
|
||||
msgid "class identifier expected"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultclassancestortobjectnotfound
|
||||
msgid "default class ancestor TObject not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultinterfaceancestoriinterfacenotfound
|
||||
msgid "default interface ancestor IInterface not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsexprtypemustbeclassorrecord
|
||||
msgid "expression type must be class or record type"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsclasswithoutname
|
||||
msgid "class without name"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsbinaryoperator
|
||||
msgid "binary operator"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinvalidtype
|
||||
msgid "invalid type"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctskeywordin
|
||||
msgid "keyword \"in\""
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsillegalcircleinusedunits
|
||||
msgid "illegal circle using unit: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssourceisnotunit
|
||||
msgid "source is not unit"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinterfacesectionnotfound
|
||||
msgid "interface section not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsusedunitisnotapascalunit
|
||||
msgid "used unit is not a pascal unit"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsduplicateidentifier
|
||||
msgid "duplicate identifier: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsqualifierexpectedbutatomfound
|
||||
msgid "qualifier expected but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsincompatibletypesgotexpected
|
||||
msgid "incompatibles types: expected \"%s\" but got \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultpropertynotfound
|
||||
msgid "default property not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspropertyspecifieralreadydefined
|
||||
msgid "property specifier already defined: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctserrorinparamlist
|
||||
msgid "error in paramlist"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsproperttypeexpectedbutatomfound
|
||||
msgid "property type expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsindexspecifierredefined
|
||||
msgid "index specifier redefined"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsindexparameterexpectedbutatomfound
|
||||
msgid "index parameter expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultspecifierredefined
|
||||
msgid "default specifier redefined"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultparameterexpectedbutatomfound
|
||||
msgid "default parameter expected, but %s found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnodefaultspecifierdefinedtwice
|
||||
msgid "nodefault specifier defined twice"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsimplementationnodenotfound
|
||||
msgid "implementation node not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsclassnodewithoutparentnode
|
||||
msgid "class node without parent node"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctstypesectionofclassnotfound
|
||||
msgid "type section of class not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunabletocompleteproperty
|
||||
msgid "unable to complete property"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctserrorduringinsertingnewclassparts
|
||||
msgid "error during inserting new class parts"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctserrorduringcreationofnewprocbodies
|
||||
msgid "error during creation of new proc bodies"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctserrorduringinsertingnewusessection
|
||||
msgid "error during inserting new units to the main uses section"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunabletoapplychanges
|
||||
msgid "unable to apply changes"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsendofsourcenotfound
|
||||
msgid "End of source not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscursorposoutsideofcode
|
||||
msgid "cursor pos outside of code"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnewprocbodynotfound
|
||||
msgid "new proc body not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidentifieralreadydefined
|
||||
msgid "Identifier %s already defined"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctstermnotsimple
|
||||
msgid "Term has no simple type"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnoscannerfound
|
||||
msgid "No scanner found for \"%s\". If this is an include file, please open the main source first."
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnoscanneravailable
|
||||
msgid "No scanner available"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunknownfunction
|
||||
msgid "Unknown function %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssyntaxerrorinexpr
|
||||
msgid "Syntax Error in expression \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultppc386symbol
|
||||
msgid "Default ppc386 symbol"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultppc386targetoperatingsystem
|
||||
msgid "Default ppc386 target Operating System"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultppc386sourceoperatingsystem
|
||||
msgid "Default ppc386 source Operating System"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultppc386source2operatingsystem
|
||||
msgid "Default ppc386 source Operating System 2"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefaultppc386targetprocessor
|
||||
msgid "Default ppc386 target processor"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfreepascalcompilerinitialmacros
|
||||
msgid "Free Pascal Compiler initial macros"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfreepascalsourcesplusdesc
|
||||
msgid "Free Pascal Sources, %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssourcefilenamesforstandardfpcunits
|
||||
msgid "Source filenames for the standard fpc units"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfreepascalsourcedir
|
||||
msgid "Free Pascal Source Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssrcpathinitialization
|
||||
msgid "SrcPath Initialization"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsunitpathinitialization
|
||||
msgid "UnitPath Initialization"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnestedcommentson
|
||||
msgid "Nested Comments On"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfpdocsystemon
|
||||
msgid "enable FPDocSystem"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscompiler
|
||||
msgid "Compiler"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefineprocessortype
|
||||
msgid "Define processor type"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsruntimelibrary
|
||||
msgid "Runtime library"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsprocessorspecific
|
||||
msgid "processor specific"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfreepascalcomponentlibrary
|
||||
msgid "Free Pascal Component Library"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsincludedirectoriesplusdirs
|
||||
msgid "include directories: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspackagedirectories
|
||||
msgid "Package directories"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsutilsdirectories
|
||||
msgid "Utils directories"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsiftargetosisnotsrcos
|
||||
msgid "If TargetOS<>SrcOS"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsiftargetosisnotsrcos2
|
||||
msgid "If TargetOS<>SrcOS2"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinstallerdirectories
|
||||
msgid "Installer directories"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefsforlazarussources
|
||||
msgid "Definitions for the Lazarus Sources"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsaddsdirtosourcepath
|
||||
msgid "adds %s to SrcPath"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsifdefwindows
|
||||
msgid "IfDef Windows"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsifdeflinux
|
||||
msgid "IfDef Linux"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsaddsdirtoincludepath
|
||||
msgid "adds %s to IncPath"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssetsincpathto
|
||||
msgid "sets IncPath to %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssetssrcpathto
|
||||
msgid "sets SrcPath to %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnameddirectory
|
||||
msgid "%s Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctswidgetdirectory
|
||||
msgid "Widget Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsintfdirectory
|
||||
msgid "interface directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsiflclwidgettypeequalsgtk2
|
||||
msgid "If LCLWidgetType=gtk2 then"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctselse
|
||||
msgid "else"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsiftargetosisnotwin32
|
||||
msgid "If TargetOS<>win32 then"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefinemacrogtk1
|
||||
msgid "Define macro gtk1"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefinemacrogtk2
|
||||
msgid "Define macro gtk2"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefinemacrocarbon1
|
||||
msgid "Define macro carbon1"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefinemacroqt1
|
||||
msgid "Define macro qt1"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsgtk2intfdirectory
|
||||
msgid "gtk2 interface directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefinemacrowince1
|
||||
msgid "Define macro wince1"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscomponentsdirectory
|
||||
msgid "Components Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscustomcomponentsdirectory
|
||||
msgid "Custom Components Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctstoolsdirectory
|
||||
msgid "Tools Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinstalldirectory
|
||||
msgid "Install Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdesignerdirectory
|
||||
msgid "Designer Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsideintfdirectory
|
||||
msgid "IDEIntf Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsjitformdirectory
|
||||
msgid "JITForm Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdesignerunitsdirectory
|
||||
msgid "Designer Units"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscompiledsrcpath
|
||||
msgid "Compiled SrcPath"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspackagerdirectory
|
||||
msgid "Packager Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspackagerregistrationdirectory
|
||||
msgid "Packager Registration Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctspackagerunitsdirectory
|
||||
msgid "Packager Units Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscpudirectory
|
||||
msgid "CPU directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctslazarusmaindirectory
|
||||
msgid "lazarus main directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdebuggerdirectory
|
||||
msgid "Debugger Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsconverterdirectory
|
||||
msgid "Converter Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsidedirectory
|
||||
msgid "IDE Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdoceditordirectory
|
||||
msgid "Doc Editor Directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctslazarussources
|
||||
msgid "Lazarus Sources"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsanlclproject
|
||||
msgid "an LCL project"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsothercompilerdefines
|
||||
msgid "%s Compiler Defines"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsresetalldefines
|
||||
msgid "Reset all defines"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefinemacroname
|
||||
msgid "Define Macro %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsnamedproject
|
||||
msgid "%s Project"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdefine
|
||||
msgid "Define "
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctscommandlineparameters
|
||||
msgid "Command line parameters"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsmethodtypedefinitionnotfound
|
||||
msgid "method type definition not found"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsoldmethodnotfound
|
||||
msgid "old method not found: %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfiledoesnotexists
|
||||
msgid "file \"%s\" does not exist"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsexecuteaccessdeniedforfile
|
||||
msgid "execute access denied for %s"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdircomponentdoesnotexistsorisdanglingsymlink
|
||||
msgid "a directory component in %s does not exist or is a dangling symlink"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsdircomponentisnotdir
|
||||
msgid "a directory component in %s is not a directory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsinsufficientmemory
|
||||
msgid "insufficient memory"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfilehascircularsymlink
|
||||
msgid "%s has a circular symbolic link"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctsfileisnotexecutable
|
||||
msgid "%s is not executable"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctssrcpathforcompiledunits
|
||||
msgid "src path for compiled units"
|
||||
msgstr ""
|
||||
|
||||
#: codetoolsstrconsts:ctstcodetoolmanagerconsistencycheck
|
||||
msgid "TCodeToolManager.ConsistencyCheck=%d"
|
||||
msgstr ""
|
||||
|
||||
@ -163,6 +163,7 @@ resourcestring
|
||||
lisPLDOnlyExistingFiles = 'Only existing files';
|
||||
lisPLDShowGlobalLinks = 'Show global links';
|
||||
lisPLDShowUserLinks = 'Show user links';
|
||||
lisPLDGlobal = 'Global';
|
||||
lisKMCloseAll = 'Close All';
|
||||
lisCTDefDefineTemplates = 'Define templates';
|
||||
lisMenuCloseAll = 'Close all editor files';
|
||||
|
||||
@ -3619,6 +3619,10 @@ msgstr "Duits"
|
||||
msgid "Get position"
|
||||
msgstr "Kry posisie"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr ""
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr ""
|
||||
msgid "Get position"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr ""
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr "Alemany"
|
||||
msgid "Get position"
|
||||
msgstr "Posició"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Afegeix trajectòria font global"
|
||||
|
||||
@ -3620,6 +3620,10 @@ msgstr "Deutsch"
|
||||
msgid "Get position"
|
||||
msgstr "Position ermitteln"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Dem globalen Suchpfad zufügen"
|
||||
|
||||
@ -3615,6 +3615,10 @@ msgstr "Alemán"
|
||||
msgid "Get position"
|
||||
msgstr "Obtener posición"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Ruta adicional global de las fuentes"
|
||||
|
||||
@ -3612,6 +3612,10 @@ msgstr "saksa"
|
||||
msgid "Get position"
|
||||
msgstr "Hae sijainti"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr ""
|
||||
|
||||
@ -3618,6 +3618,10 @@ msgstr "Allemand"
|
||||
msgid "Get position"
|
||||
msgstr "Lire la position"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Chemin complémentaire de sources globales"
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr ""
|
||||
msgid "Get position"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr ""
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr "Jerman"
|
||||
msgid "Get position"
|
||||
msgstr "Ambil posisi"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "tambahan Path Sumber Global"
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr "Tedesco"
|
||||
msgid "Get position"
|
||||
msgstr "Ottieni la posizione"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Aggiunta percorso globale sorgenti"
|
||||
|
||||
@ -3616,6 +3616,10 @@ msgstr "ドイツ語"
|
||||
msgid "Get position"
|
||||
msgstr "位置を取得"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "グローバルソースパスの追加"
|
||||
|
||||
@ -3622,6 +3622,10 @@ msgstr "Vokiečių"
|
||||
msgid "Get position"
|
||||
msgstr "Sužinoti poziciją"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Priedas prie pradinio kodo globalaus katalogo"
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr "Duits"
|
||||
msgid "Get position"
|
||||
msgstr "positie"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Globaal Broncode Pad toevoeging"
|
||||
|
||||
@ -3609,6 +3609,10 @@ msgstr "Alemão"
|
||||
msgid "Get position"
|
||||
msgstr "Pegar Posição"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Caminho adicional para Fontes Globais"
|
||||
|
||||
@ -3621,6 +3621,10 @@ msgstr "niemiecki"
|
||||
msgid "Get position"
|
||||
msgstr "Pobierz pozycję"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Globalny dodatek do ścieżki źródłówej"
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr ""
|
||||
msgid "Get position"
|
||||
msgstr "Pobierz pozycjê"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Globalny dodatek do ¶cie¿ki ¼ród³ówej"
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr ""
|
||||
msgid "Get position"
|
||||
msgstr "Pobierz pozycjê"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Globalny dodatek do œcie¿ki Ÿród³ówej"
|
||||
|
||||
@ -364,6 +364,10 @@ msgstr ""
|
||||
msgid "Show user links"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liskmcloseall
|
||||
msgid "Close All"
|
||||
msgstr ""
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr "Немецкий"
|
||||
msgid "Get position"
|
||||
msgstr "Принять позицию"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Добавляемый глобальный путь к исходному коду"
|
||||
|
||||
@ -3618,6 +3618,10 @@ msgstr "Nemecky"
|
||||
msgid "Get position"
|
||||
msgstr "Získať pozíciu"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr ""
|
||||
|
||||
@ -3617,6 +3617,10 @@ msgstr ""
|
||||
msgid "Get position"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr ""
|
||||
|
||||
@ -3612,6 +3612,10 @@ msgstr "Німецька"
|
||||
msgid "Get position"
|
||||
msgstr "Задіяти позицію"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "Додавання загального шляху до текстів програм"
|
||||
|
||||
@ -3620,6 +3620,10 @@ msgstr "德语"
|
||||
msgid "Get position"
|
||||
msgstr "得到位置"
|
||||
|
||||
#: lazarusidestrconsts:lispldglobal
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisedtdefglobalsourcepathaddition
|
||||
msgid "Global Source Path addition"
|
||||
msgstr "全局附加源代码路径"
|
||||
|
||||
@ -161,7 +161,7 @@ begin
|
||||
PkgStringGrid.Cells[0,i]:=Link.Name;
|
||||
PkgStringGrid.Cells[1,i]:=Link.Version.AsString;
|
||||
if Link.Origin=ploGlobal then
|
||||
OriginStr:=dlgGlobal
|
||||
OriginStr:=lisPLDGlobal
|
||||
else
|
||||
OriginStr:=lisPLDUser;
|
||||
PkgStringGrid.Cells[2,i]:=OriginStr;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user