mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
DockedFormEditor: improved wording of captions, regenerated translations and partially updated Russian translation
git-svn-id: trunk@64546 -
This commit is contained in:
parent
d4fabf2c65
commit
018f2c310e
@ -16,8 +16,8 @@ resourceString
|
||||
SAnchorControlBorderHint = 'Color of borders around selected control';
|
||||
SAnchorControlColorCaption = 'Control Background';
|
||||
SAnchorControlColorHint = 'Normal panel background color';
|
||||
SAnchorTabVisibleCaption = 'Show Tab Anchors';
|
||||
SAnchorTabVisibleHint = 'Show Anchor Designer';
|
||||
SAnchorTabVisibleCaption = 'Show Anchors Tab';
|
||||
SAnchorTabVisibleHint = 'Show Anchor Editor';
|
||||
SAnchorTargetColorCaption = 'Anchor Target';
|
||||
SAnchorTargetColorHint = 'Color of selected Anchor of selected control';
|
||||
SAnchorTopColorCaption = 'Top Anchor';
|
||||
@ -34,7 +34,7 @@ resourceString
|
||||
SCaptionDockedFormEditor = 'Docked Form Editor';
|
||||
SCaptureDistanceCaption = 'Capture Distance';
|
||||
SCaptureDistanceHint = 'Minimal distance to capture a control with mouse';
|
||||
SCircularDependency = 'This will create a circular dependency';
|
||||
SCircularDependency = 'This will create a circular dependency.';
|
||||
SColorsCaption = 'Colors';
|
||||
SDetachControl = 'Detach Control';
|
||||
SDetachPoint = 'Detach Control Sides';
|
||||
@ -47,10 +47,10 @@ resourceString
|
||||
SResizerColorHint = 'Color of resizer bars';
|
||||
STabPositionCaption = 'Tab Position';
|
||||
STabPositionHint = 'Position of Tab Code, Designer, Anchors';
|
||||
STreatAlignCaption = 'Automatic Treat Aligns';
|
||||
STreatAlignHint = 'Automatically replacing Aligns with appropriate Anchors';
|
||||
STreatBorderCaption = 'Automatic Treat Around Border';
|
||||
STreatBorderHint = 'Automatically replacing Bordering Around and adapt side Borderings if needed';
|
||||
STreatAlignCaption = 'Automatically treat Aligns';
|
||||
STreatAlignHint = 'Automatically replace Aligns with appropriate Anchors';
|
||||
STreatBorderCaption = 'Automatically treat Around Border';
|
||||
STreatBorderHint = 'Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed';
|
||||
SWarningCaption = 'Warning';
|
||||
|
||||
STabPositionTop = 'Top';
|
||||
@ -58,7 +58,7 @@ resourceString
|
||||
STabPositionLeft = 'Left';
|
||||
STabPositionRight = 'Right';
|
||||
|
||||
SArgumentOutOfRange = 'Argument out of range';
|
||||
SArgumentOutOfRange = 'Argument out of range.';
|
||||
|
||||
const
|
||||
STabPosition: array [Low(TTabPosition)..High(TTabPosition)] of String = (
|
||||
|
@ -57,11 +57,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -83,7 +83,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -111,7 +111,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -191,19 +191,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -56,11 +56,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -82,7 +82,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -110,7 +110,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -190,19 +190,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -57,11 +57,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -83,7 +83,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -111,7 +111,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -191,19 +191,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -46,11 +46,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -72,7 +72,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -100,7 +100,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -178,19 +178,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -56,11 +56,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -82,7 +82,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -110,7 +110,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -190,19 +190,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -9,11 +9,11 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ru\n"
|
||||
"X-Generator: Poedit 1.7.7\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
|
||||
#: dockedstrconsts.sanchorbottomcolorcaption
|
||||
msgid "Bottom Anchor"
|
||||
msgstr ""
|
||||
msgstr "Нижняя привязка"
|
||||
|
||||
#: dockedstrconsts.sanchorbottomcolorhint
|
||||
msgid "Color of bottom side, when bottom is anchored"
|
||||
@ -21,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchorcontrolbordercaption
|
||||
msgid "Border Around Control"
|
||||
msgstr ""
|
||||
msgstr "Область зазора вокруг компонента"
|
||||
|
||||
#: dockedstrconsts.sanchorcontrolborderhint
|
||||
msgid "Color of borders around selected control"
|
||||
@ -29,7 +29,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchorcontrolcolorcaption
|
||||
msgid "Control Background"
|
||||
msgstr ""
|
||||
msgstr "Фон компонента"
|
||||
|
||||
#: dockedstrconsts.sanchorcontrolcolorhint
|
||||
msgid "Normal panel background color"
|
||||
@ -37,7 +37,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchorleftcolorcaption
|
||||
msgid "Left Anchor"
|
||||
msgstr ""
|
||||
msgstr "Левая привязка"
|
||||
|
||||
#: dockedstrconsts.sanchorleftcolorhint
|
||||
msgid "Color of left side, when left is anchored"
|
||||
@ -45,7 +45,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchorrightcolorcaption
|
||||
msgid "Right Anchor"
|
||||
msgstr ""
|
||||
msgstr "Правая привязка"
|
||||
|
||||
#: dockedstrconsts.sanchorrightcolorhint
|
||||
msgid "Color of right side, when right is anchored"
|
||||
@ -53,19 +53,19 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchors
|
||||
msgid "Anchors"
|
||||
msgstr ""
|
||||
msgstr "Привязки"
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgstr ""
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr "Показывать вкладку привязок"
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgstr ""
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr "Показывать редактор привязок"
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
msgid "Anchor Target"
|
||||
msgstr ""
|
||||
msgstr "Объект привязки"
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorhint
|
||||
msgctxt "dockedstrconsts.sanchortargetcolorhint"
|
||||
@ -74,7 +74,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortopcolorcaption
|
||||
msgid "Top Anchor"
|
||||
msgstr ""
|
||||
msgstr "Верхняя привязка"
|
||||
|
||||
#: dockedstrconsts.sanchortopcolorhint
|
||||
msgid "Color of top side, when top is anchored"
|
||||
@ -82,8 +82,8 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgstr ""
|
||||
msgid "Argument out of range."
|
||||
msgstr "Аргумент вне границ диапазона."
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
msgid "Attach Control"
|
||||
@ -99,7 +99,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.scaptiondockedformeditor
|
||||
msgid "Docked Form Editor"
|
||||
msgstr ""
|
||||
msgstr "Встроенный редактор форм"
|
||||
|
||||
#: dockedstrconsts.scapturedistancecaption
|
||||
msgid "Capture Distance"
|
||||
@ -110,21 +110,19 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgstr ""
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr "Это действие создаст порочный круг зависимостей."
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
#, fuzzy
|
||||
msgctxt "dockedstrconsts.scode"
|
||||
msgid "Code"
|
||||
msgstr "Код"
|
||||
|
||||
#: dockedstrconsts.scolorscaption
|
||||
msgid "Colors"
|
||||
msgstr ""
|
||||
msgstr "Цвета"
|
||||
|
||||
#: dockedstrconsts.sdesigner
|
||||
#, fuzzy
|
||||
msgctxt "dockedstrconsts.sdesigner"
|
||||
msgid "Designer"
|
||||
msgstr "Дизайнер"
|
||||
@ -159,53 +157,53 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sresizercolorcaption
|
||||
msgid "Resizer Color"
|
||||
msgstr ""
|
||||
msgstr "Цвет области изменения размера"
|
||||
|
||||
#: dockedstrconsts.sresizercolorhint
|
||||
msgid "Color of resizer bars"
|
||||
msgstr ""
|
||||
msgstr "Цвет области изменения размера"
|
||||
|
||||
#: dockedstrconsts.stabpositionbottom
|
||||
msgid "Bottom"
|
||||
msgstr ""
|
||||
msgstr "Снизу"
|
||||
|
||||
#: dockedstrconsts.stabpositioncaption
|
||||
msgid "Tab Position"
|
||||
msgstr ""
|
||||
msgstr "Положение заголовков вкладок"
|
||||
|
||||
#: dockedstrconsts.stabpositionhint
|
||||
msgid "Position of Tab Code, Designer, Anchors"
|
||||
msgstr ""
|
||||
msgstr "Положение заголовков вкладок \"Код\", \"Дизайнер\", \"Привязки\""
|
||||
|
||||
#: dockedstrconsts.stabpositionleft
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
msgstr "Слева"
|
||||
|
||||
#: dockedstrconsts.stabpositionright
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
msgstr "Справа"
|
||||
|
||||
#: dockedstrconsts.stabpositiontop
|
||||
msgid "Top"
|
||||
msgstr ""
|
||||
msgstr "Сверху"
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
msgstr "Предупреждение"
|
||||
|
||||
|
@ -56,11 +56,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -82,7 +82,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -110,7 +110,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -190,19 +190,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -56,11 +56,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -82,7 +82,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -110,7 +110,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -190,19 +190,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
@ -57,11 +57,11 @@ msgid "Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblecaption
|
||||
msgid "Show Tab Anchors"
|
||||
msgid "Show Anchors Tab"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortabvisiblehint
|
||||
msgid "Show Anchor Designer"
|
||||
msgid "Show Anchor Editor"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sanchortargetcolorcaption
|
||||
@ -83,7 +83,7 @@ msgstr ""
|
||||
|
||||
#: dockedstrconsts.sargumentoutofrange
|
||||
msgctxt "dockedstrconsts.sargumentoutofrange"
|
||||
msgid "Argument out of range"
|
||||
msgid "Argument out of range."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.sattachcontrol
|
||||
@ -111,7 +111,7 @@ msgid "Minimal distance to capture a control with mouse"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scirculardependency
|
||||
msgid "This will create a circular dependency"
|
||||
msgid "This will create a circular dependency."
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.scode
|
||||
@ -191,19 +191,19 @@ msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streataligncaption
|
||||
msgid "Automatic Treat Aligns"
|
||||
msgid "Automatically treat Aligns"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatalignhint
|
||||
msgid "Automatically replacing Aligns with appropriate Anchors"
|
||||
msgid "Automatically replace Aligns with appropriate Anchors"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatbordercaption
|
||||
msgid "Automatic Treat Around Border"
|
||||
msgid "Automatically treat Around Border"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.streatborderhint
|
||||
msgid "Automatically replacing Bordering Around and adapt side Borderings if needed"
|
||||
msgid "Automatically replace BorderSpace around the control and adapt side BorderSpaces if needed"
|
||||
msgstr ""
|
||||
|
||||
#: dockedstrconsts.swarningcaption
|
||||
|
Loading…
Reference in New Issue
Block a user