fixed spelling mistakes, found by lintian

git-svn-id: trunk@43900 -
This commit is contained in:
mattias 2014-02-05 12:07:46 +00:00
parent adfdf3126d
commit 1fe37e15a2
42 changed files with 64 additions and 64 deletions

View File

@ -198,7 +198,7 @@ type
Node- and BaseTypeCache depends on their codetool and the
node- and basetypecaches of other codetools (=used codetools). The used
codetools dependencies are saved in the TCodeToolDependencies, which is
simple an TAVLTree of codetools. This allows to decide, wether the cache of
simple an TAVLTree of codetools. This allows one to decide, wether the cache of
a codetools must be rebuild.
}

View File

@ -192,7 +192,7 @@ type
ilcfNeedsEndComma, // after context a comma is needed. e.g. 'uses sysutil| classes'
ilcfNeedsDo, // after context a 'do' is needed. e.g. 'with Form1| do'
ilcfIsExpression, // is expression part of statement. e.g. 'if expr'
ilcfCanProcDeclaration,// context allows to declare a procedure/method
ilcfCanProcDeclaration,// context allows one to declare a procedure/method
ilcfEndOfLine // atom at end of line
);
TIdentifierListContextFlags = set of TIdentifierListContextFlag;

View File

@ -75,7 +75,7 @@ const
can check for memory overwrites at the end of a block }
add_tail : boolean = true;
{ put crc in sig
this allows to test for writing into that part }
this allows one to test for writing into that part }
usecrc : boolean = true;
@ -87,7 +87,7 @@ implementation
{$UNDEF MC_ImplementationStart}
const
{ allows to add custom info in heap_mem_info, this is the size that will
{ allows one to add custom info in heap_mem_info, this is the size that will
be allocated for this information }
extra_info_size : ptruint = 0;
exact_info_size : ptruint = 0;

View File

@ -11,8 +11,8 @@ When installed in the IDE, several things happen:
This will open the selected data dictionary in the database desktop.
+ 'Configure'
This will show the data dictionary configuration dialog:
- It allows to set the path where data dictionaries are stored
- It allows to select the location of the database desktop
- It allows one to set the path where data dictionaries are stored
- It allows one to select the location of the database desktop
- A 'Database desktop' menu item is registered under 'Tools'. It will start
the 'database desktop'.
@ -22,7 +22,7 @@ When installed in the IDE, several things happen:
- Apply DD. This will apply the data dictionary to all selected datasets.
- Edit SQL. Starts a visual Query editor with tables from the data
dictionary. (to be implemented)
- Create code: allows to create Object Pascal code based on the TDataset.
- Create code: allows one to create Object Pascal code based on the TDataset.
- Create a SQL constant (only if a SQL property is found)
- Create code to create a DBF file with the same structure as the dataset.
- Create a class and code to load this class from the dataset.

View File

@ -21,7 +21,7 @@ TFPDBFEport - Export to a DBF file.
TXMLXSDExporter - Export to various kinds of UTF-8 XML file formats (Microsoft Access, Microsoft Excel, ADO.NET, Delphi ClientDataset)
TDataExporter - Dialog component which allows to select a registered export
TDataExporter - Dialog component which allows one to select a registered export
format, configures the export settings, and exports the data. Right-click on
the component and select 'Execute' from the component editor menu to try
this in the designer.

View File

@ -1,7 +1,7 @@
ExternHelp.lpk
==============
This designtime package allows to setup online help for bindings. For example,
This designtime package allows one to setup online help for bindings. For example,
when the source editor cursor is on an identifier in the windows unit and the
user presses F1, a browser is opened to the MSDN.

View File

@ -42,9 +42,9 @@ The following components are registered:
THTMLPageProducer
Creates a HTML page using an event handler.
THTMLDataSetFormShowProducer
Creates a <FORM> which allows to show a single record of a dataset.
Creates a <FORM> which allows one to show a single record of a dataset.
THTMLDataSetFormEditProducer
Creates a <FORM> which allows to edit a single record of a dataset.
Creates a <FORM> which allows one to edit a single record of a dataset.
THTMLDataSetFormGridProducer
Creates a series of forms.

View File

@ -9,7 +9,7 @@
Author: Olivier Guilbaud (OG)
Abstract:
Printer select and configure dialog. This dialog box allows to choose
Printer select and configure dialog. This dialog box allows one to choose
a printer and to modify some options to print a file.
history

View File

@ -29,7 +29,7 @@ Some items not updated wile in a Begin/EndUpdate block:
This means for example, that setting the caret pos temporarily to a position outside the visible area, will not force an update of the topline, while in update state.
It also allows to insert code like the begin and end of a multiline comment "(*" / "*)" as 2 separate changes, without folded code below the new comment being affected (even the code would temporarily become a comment, and not have any keywords (begin/end) on which to fold)
It also allows one to insert code like the begin and end of a multiline comment "(*" / "*)" as 2 separate changes, without folded code below the new comment being affected (even the code would temporarily become a comment, and not have any keywords (begin/end) on which to fold)
</descr>
</element>

View File

@ -69,7 +69,7 @@ If the Highlighter uses objects for ranges, it may use an instance of <link id="
</seealso>
<descr>
<p>List to hold the Highlighter's Ranges </p>
<p>This list provides storage for a pointer sized item for each Line of text. The pointer size allows to store the most common forms of Ranges (set, enum, object). A Highlighter can use a subclass of this, which could provide memory for other form of ranges (Records or several values)</p>
<p>This list provides storage for a pointer sized item for each Line of text. The pointer size allows one to store the most common forms of Ranges (set, enum, object). A Highlighter can use a subclass of this, which could provide memory for other form of ranges (Records or several values)</p>
<p>The List is not permanently stored on the Highlighter, as one list is needed for each SynEdit using the Highlighter. The list is stored on the Lines of each SynEdit. The size of the list is maintained by SynEdit's Lines (see <link id="TSynEditStringList.Ranges">TSynEditStringList.Ranges</link>). SynEdit's Line also take care of keeping the list in sync with the text lines, by inserting and deleting entries whenever text-lines are inserted or deleted. Changes to text Lines are reported to the Highlighters ScanFrom method and updated from there</p>
<ul>
<li>For more about ranges see <link id="TSynCustomHighlighter.SetRange">TSynCustomHighlighter.SetRange</link>
@ -83,7 +83,7 @@ If the Highlighter uses objects for ranges, it may use an instance of <link id="
<short>The Size (in Bytes) of one Range. [SizeOf(Pointer)]</short>
<descr>
<p>The Size (in Bytes) of one Range. </p>
<p>The default Size of a range is SizeOf(Pointer), which allows to store the most common forms of Ranges (set, enum, object). </p>
<p>The default Size of a range is SizeOf(Pointer), which allows one to store the most common forms of Ranges (set, enum, object). </p>
<ul>
<li>For more about ranges see <link id="TSynCustomHighlighter.SetRange">TSynCustomHighlighter.SetRange</link>
</li>

View File

@ -359,7 +359,7 @@ type
While in EditAction a "senrEditAction" event is triggerred, that contains
more detailed line-count change info.
Yet senrLineCount is also sent.
IsInEditAction allows to skip senrLineCount, that are sent as senrEditAction
IsInEditAction allows one to skip senrLineCount, that are sent as senrEditAction
Currently used by FoldView
*)
property IsInEditAction: Boolean read GetIsInEditAction; // Todo: have individual event types instead

View File

@ -103,7 +103,7 @@ type
- Highlighter that do not store foldblocks that are unavailable (e.g. off by
config) always return the same set
Using a record, as argument is the virtual methods, allows to add further
Using a record, as argument is the virtual methods, allows one to add further
fields/values, without breaking inheritance.
New fields values are expected to be ignored (handled as default) by existing
highlighter.

View File

@ -514,7 +514,7 @@ type
FPositionOffset: Integer;
(* Size: Each node can have a Size, or similar value.
LeftSizeSum is the Sum of all sizes on the Left. This allows to quickly
LeftSizeSum is the Sum of all sizes on the Left. This allows one to quickly
calculate the sum of all preceding nodes together
*)
FSize: Integer;

View File

@ -354,7 +354,7 @@ begin
j := FTabData[i];
if j = LINE_LEN_UNKNOWN then begin
// embedd a copy of ExpandedStringLength
// allows to re-use CharWidths
// allows one to re-use CharWidths
Line := NextLines.GetPChar(i,LineLen); // fSynStrings[i];
j := 0;
if (LineLen = 0) then begin

View File

@ -894,7 +894,7 @@ resourcestring
+ 'This may be caused by missing debug info.';
gdbmiCommandStartMainRunError = 'The debugger could not run the application.%0:s'
+ 'This may be caused by missing debug info.';
gdbmiCommandStartMainRunToStopError = 'The debugger was unable to initalize itself.%0:s'
gdbmiCommandStartMainRunToStopError = 'The debugger was unable to initialize itself.%0:s'
+ 'The application did run (and terminated) before the debugger could set'
+ ' any breakpoints. %0:s'
+ 'This may be caused by missing debug info.';

View File

@ -40,7 +40,7 @@
editor. This allows changing either of them without needing to change the other.
The page editor handles all communication between the two.
This allows to implement several editors. One could also implement the
This allows one to implement several editors. One could also implement the
editor page so it is split horizontal, whatever.
}

View File

@ -2092,7 +2092,7 @@ dmFindTarget: find child control under the mouse
<element name="TDragDockObject">
<short>A drag object for drag-dock.</short>
<descr>
<p>This object type serves two main purposes: it allows to distinguish between drag-drop and drag-dock operations, and it implements docking specific information and behaviour.</p>
<p>This object type serves two main purposes: it allows one to distinguish between drag-drop and drag-dock operations, and it implements docking specific information and behaviour.</p>
<p>The primary use is for tree docking, as assumed in the TControl and TWinControl methods.</p>
<p>[entire review DoDi 2011-09-10]</p>
</descr>
@ -2407,7 +2407,7 @@ dmFindTarget: find child control under the mouse
<descr>
<p>InsertControl determines the placement of the just docked control, forcing a repaint of the container control if necessary.</p>
<remark>When SetReplacingControl has been called with a non-Nil Control before, the dropped control only should replace that control.</remark>
<p>An overloaded version passes the DragDockObject to the dockmanager, allowing to pass more information about the drop. It allows to implement other than tree-style docksites.</p>
<p>An overloaded version passes the DragDockObject to the dockmanager, allowing to pass more information about the drop. It allows one to implement other than tree-style docksites.</p>
</descr>
<errors/>
<seealso>
@ -3775,7 +3775,7 @@ dmFindTarget: find child control under the mouse
</element>
<!-- enumeration value Visibility: default -->
<element name="TLazAccessibilityRole.larDateField">
<short>A controls which displays and possibly allows to choose a date</short>
<short>A controls which displays and possibly allows one to choose a date</short>
</element>
<!-- enumeration value Visibility: default -->
<element name="TLazAccessibilityRole.larGrid">
@ -3831,7 +3831,7 @@ dmFindTarget: find child control under the mouse
</element>
<!-- enumeration value Visibility: default -->
<element name="TLazAccessibilityRole.larSpinner">
<short>A control which allows to increment / decrement a value</short>
<short>A control which allows one to increment / decrement a value</short>
</element>
<!-- enumeration value Visibility: default -->
<element name="TLazAccessibilityRole.larTabControl">
@ -3847,7 +3847,7 @@ dmFindTarget: find child control under the mouse
</element>
<!-- enumeration value Visibility: default -->
<element name="TLazAccessibilityRole.larTrackBar">
<short>A control which allows to drag a slider</short>
<short>A control which allows one to drag a slider</short>
</element>
<!-- enumeration value Visibility: default -->
<element name="TLazAccessibilityRole.larTreeView">
@ -14133,7 +14133,7 @@ While CanFocus checks all control parents it does not check whether a form contr
<topic name="Anchoring Controls">
<short>How multiple controls can be aligned and resized together, at runtime.</short>
<descr>
<p>The tree-style layout of a form allows to specify table-style areas,
<p>The tree-style layout of a form allows one to specify table-style areas,
with a common width or height of all controls in the same area (using container controls like e.g. TPanel).
</p>
<p>Delphi introduced control anchoring to the sides of the Parent control.
@ -14148,7 +14148,7 @@ While CanFocus checks all control parents it does not check whether a form contr
<p>When a control shall e.g. use the available space, left over to its right,
Anchors=[akLeft,akRight] will result in a variable-width control.
</p>
<p>The Align property allows to stack controls at their Parent's sides,
<p>The Align property allows one to stack controls at their Parent's sides,
e.g. all controls with Align=alTop are stacked at the top of their Parent.
The remaining space in the Parent can be occupied by a single control,
of Align=alClient.
@ -14163,7 +14163,7 @@ While CanFocus checks all control parents it does not check whether a form contr
<remark>This freedom requires that the GUI designer is responsible for consistent anchor specifications,
which do not result in unresolvable cyclic references or other contradictions.
</remark>
<p>Anchor docking allows to anchor every side of a control to an arbitrary side of another control,
<p>Anchor docking allows one to anchor every side of a control to an arbitrary side of another control,
i.e. the left side of an Edit control can be anchored to the right side of its associated Label.
</p>
<code>Example1
@ -14185,7 +14185,7 @@ While CanFocus checks all control parents it does not check whether a form contr
<p>BorderSpacing is in effect even for controls without special anchoring,
when AutoSize is used.
</p>
<p>Anchor docking also allows to center a control relative to another control.
<p>Anchor docking also allows one to center a control relative to another control.
</p>
<code>Example2
--------

View File

@ -3069,7 +3069,7 @@ the difference is that the password that was typed in is returned as the result
</element>
<!-- function Visibility: default -->
<element name="SelectDirectory">
<short>A function that allows to user to select a directory.</short>
<short>A function that allows one to user to select a directory.</short>
<descr>This function will show a dialog which allows the user to select the required directory when the directory structure is displayed as a tree. <br/>
Under Windows the caption from the resulting dialog cannot be set, but the label above the directory tree will have this value.<br/>

View File

@ -98,7 +98,7 @@
</p><p>When an image of a different Width or Height is inserted, the previous contents of the list are discarded!
</p><p>
It's okay, however, to insert an imagelist-like bitmap, that contains multiple bitmaps of the same Width and Height as used by the ImageList.
This allows to insert e.g. other (compatible) ImageLists, or bitmaps for multiple states of essentially the same image (button pressed, released and disabled).
This allows one to insert e.g. other (compatible) ImageLists, or bitmaps for multiple states of essentially the same image (button pressed, released and disabled).
</p><p>
Transparency is implemented in the alpha channel of the raw 32 bit RGBA imagedata array - but not all platforms support such an alpha channel.
</p><p>

View File

@ -997,7 +997,7 @@
of the same name in all platforms supported by Lazarus.
</p><p>
It copies a section of a Canvas to another one, without any stretching.
It allows to select the kind of operation which should be
It allows one to select the kind of operation which should be
performed to draw the pixels into the destination in the parameter ROP.
Allowed operations go from simply copying the pixels without change
to inverting them and also to executing logical operations involving the source pixels and the previously

View File

@ -83,7 +83,7 @@
<element name="TLCLComponent.RemoveAllHandlersOfObject">
<short>Override this method to remove all references to notification handlers in AnObject.
</short>
<descr>An override is required as soon as a component allows to add notification handlers.
<descr>An override is required as soon as a component allows one to add notification handlers.
Then all such handlers must be removed, when their owner (AnObject) is destroyed.
</descr>
<errors/>

View File

@ -200,7 +200,7 @@
This routine implements the equivalent Windows GDI API
of the same name in all platforms supported by Lazarus.
It copies a section of a Canvas to another one, without any stretching.
It allows to select the kind of operation which should be
It allows one to select the kind of operation which should be
performed to draw the pixels into the destination in the parameter ROP.
Allowed operations go from simply copying the pixels without change
to inverting them and also to executing logical operations involving the source pixels and the previously
@ -1122,7 +1122,7 @@ RGN_XOR - The result is the union of two combined regions except for any overlap
<!-- function Visibility: default -->
<element name="ExcludeClipRect">
<short>Excludes a rectangle from the clipping region,
i.e. allows to paint within the rectangle.
i.e. allows one to paint within the rectangle.
</short>
<descr/>
<errors/>

View File

@ -1397,7 +1397,7 @@
<p>
The Items strings are displayed in the static or drop-down list of the control.
</p><p>
Reading allows to access the contents of the list (TStrings compatible).
Reading allows one to access the contents of the list (TStrings compatible).
</p><p>
Assign another string list to replace the items.
</p>
@ -1450,7 +1450,7 @@
<short>Handler invoked when widgetset items list can be populated</short>
<descr>
<p>Some widgetsets like gtk call this just before the list drops down, while others do it on handle creation.
This event allows to handle both cases with one event.
This event allows one to handle both cases with one event.
</p>
</descr>
<seealso><link id="TCustomComboBox.IntfGetItems"/>
@ -2280,7 +2280,7 @@ Assign an new string to replace the selected text.</descr>
<short>The list of all items in the control.</short>
<descr>
<p>
Reading allows to access the contents of the list (TStrings compatible).
Reading allows one to access the contents of the list (TStrings compatible).
</p><p>
Assign another string list to replace the items.
</p>
@ -3094,7 +3094,7 @@ Qt and Carbon have not implemented it.</descr>
The Enter key typically is used to press the default button in a form,
so that it cannot be used to add line breaks into the text.
</p><p>
Setting WantReturns to True allows to enter line breaks, when the control has the focus.
Setting WantReturns to True allows one to enter line breaks, when the control has the focus.
</p><p>
Even if WantReturns is False, CTRL-Enter inserts an line break.
</p>
@ -4567,7 +4567,7 @@ Qt and Carbon have not implemented it.</descr>
A label control cannot receive the focus (it's read-only), but can display an accelerator key indicator, just as menu entries can do.
<br/>A windowed control (Edit...) can receive focus, but cannot indicate an accelerator key.
</p><p>
Using a combination of both an label and another control allows to specify both the accelerator key, in the label's caption,
Using a combination of both an label and another control allows one to specify both the accelerator key, in the label's caption,
and make the other control receive the focus when the user presses that accelerator key.
</p><p>
An accelerator key is marked by an ampersand '&amp;' in the label's caption,
@ -4964,7 +4964,7 @@ Qt and Carbon have not implemented it.</descr>
<tr>
<td>OnKeyDown</td>
<td>Action to be taken if a key is down while focus is in this control.
This allows to filter or process control characters in a special way.
This allows one to filter or process control characters in a special way.
</td>
</tr>
<tr>

View File

@ -1,6 +1,6 @@
Example for SynEdit's Highlighter: TSynAnySyn
(SynEdit is the editor used by the IDE)
TSynAnySyn allows to highlight specific words in the text.
TSynAnySyn allows one to highlight specific words in the text.
For example, it can be used to highlight every occurrence of 'Lazarus' in a specific color.

View File

@ -1,5 +1,5 @@
Example for SynEdit's Highlighter: TSynPositionHighlighter
(SynEdit is the editor used by the IDE)
TSynPositionHighlighter allows to highlight text at one or more fixed position(s).
TSynPositionHighlighter allows one to highlight text at one or more fixed position(s).
For example, it can be used to highlight the first 3 letters of the 2nd line of text, in a specific color.

View File

@ -17,7 +17,7 @@ routines, so you can not do anything useful with this widgetset.
The unit mywidgetdesigner.pas contains the designer mediator TMyWidgetMediator
which is registered in the Register procedure:
FormEditingHook.RegisterDesignerMediator(TMyWidgetMediator);
When the package is installed in the IDE, the mediator allows to design
When the package is installed in the IDE, the mediator allows one to design
TMyWidget components visually. Without the mediator the IDE would show them as
icons, like TOpenDialog or TDataSource.

View File

@ -43,7 +43,7 @@ A Lazarus-like IDE with:
- persistent layouts with special form handling
In contrast to MiniIDE this project only uses dockable forms,
floating in a hostsite that allows to dock multiple forms together.
floating in a hostsite that allows one to dock multiple forms together.
An editor form only is one of such forms, special only in the save/reload of its content.
An elastic site is created only for the MainBar, to allow for monolithic (single-form) layouts.

View File

@ -5,7 +5,7 @@
<element name="TDockMaster">
<short>A DockMaster with extended capabilities, ready for use in any application.</short>
<descr>
<p>This DockMaster allows to make forms dockable, and to add elastic docksites to forms. It defines the event handlers, installed in such controls.</p>
<p>This DockMaster allows one to make forms dockable, and to add elastic docksites to forms. It defines the event handlers, installed in such controls.</p>
</descr>
</element>
<element name="TDockMaster.FormEndDock">

View File

@ -1,6 +1,6 @@
unit fEditorSite;
(* EditorSite by DoDi <DrDiettrich1@aol.com>
Mimics an Delphi editor window, that allows to dock other windows to it,
Mimics an Delphi editor window, that allows one to dock other windows to it,
with several extensions:
- optionally enlarging the window
- detach a page into a new editor window
@ -10,7 +10,7 @@ with several extensions:
Some quirks should be handled properly in a true IDE implementation:
For simplicity an IDE main menu has been added to the main window,
that allows to create several project (View) window dummies,
that allows one to create several project (View) window dummies,
which can be docked to each other, or to the editor window.
Mixed docking of editor pages and View windows (currently) is not blocked,

View File

@ -258,7 +258,7 @@ begin
Used also to restore a layout.
Options (to come or to be removed)
fMultiInst allows to auto-create new instances (if True),
fMultiInst allows one to auto-create new instances (if True),
otherwise an already existing instance is returned. (really returned?)
*)
//get the form

View File

@ -1,4 +1,4 @@
This example allows to traverse stock images which can be requeted from LCL.
This example allows one to traverse stock images which can be requeted from LCL.
There are 2 kind of such images:

View File

@ -384,7 +384,7 @@ begin
with AOptions as TEditorOptions do
begin
// init the spin-edit first, since it does not trigger on change,
// but is copied when checkboxes are initalized
// but is copied when checkboxes are initialized
ShowOnlyLineNumbersMultiplesOfSpinEdit.Value := ShowOnlyLineNumbersMultiplesOf;
GutterSeparatorIndexSpinBox.Value := GutterSeparatorIndex;
VisibleRightMarginCheckBox.Checked := VisibleRightMargin;

View File

@ -18,7 +18,7 @@ msgid "The debugger failed to get the application's PID.%0:sThis may be caused b
msgstr "デバッガはアプリケーションのPIDを取得できませんでした。%0:これはおそらくデバッグ情報の欠損により引き起こされたものでしょう。"
#: gdbmidebugger.gdbmicommandstartmainruntostoperror
msgid "The debugger was unable to initalize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr "デバッガは自身を初期化できませんでした。%0:sアプリケーションはデバッガがブレークポイントを設置する前に開始そして終了しました。%0:これはおそらくデバッグ情報の欠損により引き起こされたものでしょう。"
#: gdbmidebugger.gdbmierroronruncommand

View File

@ -28,7 +28,7 @@ msgid "The debugger failed to get the application's PID.%0:sThis may be caused b
msgstr "Derintuvei nepavyko gauti programos PID.%0:sTikėtina to priežastis nėra derinimo informacijos."
#: gdbmidebugger.gdbmicommandstartmainruntostoperror
msgid "The debugger was unable to initalize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr "Derintuvei nepavyko savęs inicializuoti.%0:sPrograma startavo (ir baigė darbą) dar prieš derintuvei dedant stabdos taškus.%0:sTikėtina to priežastis nėra derinimo informacijos."
#: gdbmidebugger.gdbmierroronruncommand

View File

@ -18,7 +18,7 @@ msgid "The debugger failed to get the application's PID.%0:sThis may be caused b
msgstr ""
#: gdbmidebugger.gdbmicommandstartmainruntostoperror
msgid "The debugger was unable to initalize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr ""
#: gdbmidebugger.gdbmierroronruncommand

View File

@ -29,7 +29,7 @@ msgid "The debugger failed to get the application's PID.%0:sThis may be caused b
msgstr "O depurador falhou ao obter o PID da aplicação.%0:sIsto pode ter sido causado por falta de informações de depuração."
#: gdbmidebugger.gdbmicommandstartmainruntostoperror
msgid "The debugger was unable to initalize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr "O depurador foi incapaz de se inicializar.%0:sA aplicação rodou (e terminou) antes que o depurador pudesse ajustar qualquer ponto-de-parada. %0:sIsto pode ter sido causado por falta de informações de depuração."
#: gdbmidebugger.gdbmierroronruncommand

View File

@ -27,7 +27,7 @@ msgid "The debugger failed to get the application's PID.%0:sThis may be caused b
msgstr "Отладчик не смог получить идентификатор процесса приложения.%0:sЭто может быть вызвано отсутствием отладочной информации."
#: gdbmidebugger.gdbmicommandstartmainruntostoperror
msgid "The debugger was unable to initalize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr "Отладчик не смог инициализироваться.%0:sПриложение было запущено (и завершило работу) до того, как отладчик установил точки останова. %0:sЭто может быть вызвано отсутствием отладочной информации."
#: gdbmidebugger.gdbmierroronruncommand

View File

@ -25,7 +25,7 @@ msgid "The debugger failed to get the application's PID.%0:sThis may be caused b
msgstr "Налагоджувач не зміг отримати PID додатку.%0:sЦе може бути викликано відсутністю налагоджувальної інформації."
#: gdbmidebugger.gdbmicommandstartmainruntostoperror
msgid "The debugger was unable to initalize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgid "The debugger was unable to initialize itself.%0:sThe application did run (and terminated) before the debugger could set any breakpoints. %0:sThis may be caused by missing debug info."
msgstr "Налагоджувач не зміг себе ініціалізувати.%0:sЗастосунок запустився (і завершився) перш ніж налагоджувач міг встановити точки зупинки. %0:sЦе може бути викликано відсутністю налагоджувальної інформації."
#: gdbmidebugger.gdbmierroronruncommand

View File

@ -908,7 +908,7 @@ type
larClock, // A clock displaying time.
larColorPicker, // A control which allows selecting a color.
larComboBox, // A list of choices that the user can select from.
larDateField, // A controls which displays and possibly allows to choose a date.
larDateField, // A controls which displays and possibly allows one to choose a date.
larGrid, // A grid control which displays cells
larGroup, // A control which groups others, such as a TGroupBox.
larIgnore, // Something to be ignored. For example a blank space between other objects.
@ -922,11 +922,11 @@ type
larRadioButton, // A radio button, see for example TRadioButton.
larResizeGrip, // A grip that the user can drag to change the size of widgets.
larScrollBar, // A control to scroll another one
larSpinner, // A control which allows to increment / decrement a value.
larSpinner, // A control which allows one to increment / decrement a value.
larTabControl, // A control with tabs, like TPageControl.
larTextEditorMultiline, // A multi-line text editor (for example: TMemo, SynEdit)
larTextEditorSingleline, // A single-line text editor (for example: TEdit)
larTrackBar, // A control which allows to drag a slider.
larTrackBar, // A control which allows one to drag a slider.
larTreeView, // A list of items in a tree structure.
larTreeItem, // An item in a tree structure.
larWindow // A top level window.

View File

@ -849,7 +849,7 @@ end;
Raises an exception.
Normally gdb does not catch fpc Exception objects, therefore this procedure
raises a standard "division by zero" exception which is catched by gdb.
This allows to stop a program, without extra gdb configuration.
This allows one to stop a program, without extra gdb configuration.
------------------------------------------------------------------------------}
procedure RaiseGDBException(const Msg: string);
begin

View File

@ -195,7 +195,7 @@ type
WriteEmptyInheritedChilds = false (default).
Reason:
This allows to delete/rename controls in ancestors without the need
This allows one to delete/rename controls in ancestors without the need
to update all descendants.
}

View File

@ -1,5 +1,5 @@
This little application allows to view JSON data in a graphical tree.
This little application allows one to view JSON data in a graphical tree.
Each array and object is represented in the tree with the members (or
elements) below them.