mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 13:57:37 +01:00
Formatting
git-svn-id: trunk@45734 -
This commit is contained in:
parent
1119c06c60
commit
9a0aef19e2
@ -170,19 +170,15 @@ resourceString
|
|||||||
rsqtOptionReverse = '-reverse, sets the application''s layout direction '
|
rsqtOptionReverse = '-reverse, sets the application''s layout direction '
|
||||||
+'to Qt::RightToLeft.';
|
+'to Qt::RightToLeft.';
|
||||||
// qt X11 options
|
// qt X11 options
|
||||||
rsqtOptionX11Display = '-display display, sets the X display '
|
rsqtOptionX11Display = '-display display, sets the X display (default is $DISPLAY).';
|
||||||
+'(default is $DISPLAY).';
|
|
||||||
rsqtOptionX11Geometry = '-geometry geometry, sets the client geometry of '
|
rsqtOptionX11Geometry = '-geometry geometry, sets the client geometry of '
|
||||||
+'the first window that is shown.';
|
+'the first window that is shown.';
|
||||||
rsqtOptionX11Font = '-fn or -font font, defines the application font. The '
|
rsqtOptionX11Font = '-fn or -font font, defines the application font. The '
|
||||||
+'font should be specified using an X logical font description.';
|
+'font should be specified using an X logical font description.';
|
||||||
rsqtOptionX11BgColor = '-bg or -background color, sets the default '
|
rsqtOptionX11BgColor = '-bg or -background color, sets the default background '
|
||||||
+'background color and an application palette (light and dark '
|
+'color and an application palette (light and dark shades are calculated).';
|
||||||
+'shades are calculated).';
|
rsqtOptionX11FgColor = '-fg or -foreground color, sets the default foreground color.';
|
||||||
rsqtOptionX11FgColor = '-fg or -foreground color, sets the default '
|
rsqtOptionX11BtnColor = '-btn or -button color, sets the default button color.';
|
||||||
+'foreground color.';
|
|
||||||
rsqtOptionX11BtnColor = '-btn or -button color, sets the default button '
|
|
||||||
+'color.';
|
|
||||||
rsqtOptionX11Name = '-name name, sets the application name.';
|
rsqtOptionX11Name = '-name name, sets the application name.';
|
||||||
rsqtOptionX11Title = '-title title, sets the application title.';
|
rsqtOptionX11Title = '-title title, sets the application title.';
|
||||||
rsqtOptionX11Visual = '-visual TrueColor, forces the application to use a '
|
rsqtOptionX11Visual = '-visual TrueColor, forces the application to use a '
|
||||||
@ -399,8 +395,7 @@ resourceString
|
|||||||
rsHelpHelpForDirectiveNotFoundInDatabase = 'Help for directive "%s" not found in '
|
rsHelpHelpForDirectiveNotFoundInDatabase = 'Help for directive "%s" not found in '
|
||||||
+'Database "%s".';
|
+'Database "%s".';
|
||||||
rsHelpHelpForDirectiveNotFound = 'Help for directive "%s" not found.';
|
rsHelpHelpForDirectiveNotFound = 'Help for directive "%s" not found.';
|
||||||
rsHelpHelpContextNotFoundInDatabase = 'Help context %s not found in '
|
rsHelpHelpContextNotFoundInDatabase = 'Help context %s not found in Database "%s".';
|
||||||
+'Database "%s".';
|
|
||||||
rsHelpHelpContextNotFound = 'Help context %s not found.';
|
rsHelpHelpContextNotFound = 'Help context %s not found.';
|
||||||
rsHelpNoHelpFoundForSource = 'No help found for line %d, column %d of %s.';
|
rsHelpNoHelpFoundForSource = 'No help found for line %d, column %d of %s.';
|
||||||
rsHelpNoHelpNodesAvailable = 'No help entries available for this topic';
|
rsHelpNoHelpNodesAvailable = 'No help entries available for this topic';
|
||||||
@ -417,8 +412,8 @@ resourceString
|
|||||||
+'unable to find file "%s".';
|
+'unable to find file "%s".';
|
||||||
hhsHelpTheMacroSInBrowserParamsWillBeReplacedByTheURL = 'The macro %s in '
|
hhsHelpTheMacroSInBrowserParamsWillBeReplacedByTheURL = 'The macro %s in '
|
||||||
+'BrowserParams will be replaced by the URL.';
|
+'BrowserParams will be replaced by the URL.';
|
||||||
hhsHelpNoHTMLBrowserFoundPleaseDefineOne = 'No HTML '
|
hhsHelpNoHTMLBrowserFoundPleaseDefineOne = 'No HTML Browser found.'
|
||||||
+'Browser found.%sPlease define one in Tools -> Options -> Help -> Help Options';
|
+'%sPlease define one in Tools -> Options -> Help -> Help Options';
|
||||||
hhsHelpNoHTMLBrowserFound = 'Unable to find a HTML browser.';
|
hhsHelpNoHTMLBrowserFound = 'Unable to find a HTML browser.';
|
||||||
hhsHelpBrowserNotFound = 'Browser "%s" not found.';
|
hhsHelpBrowserNotFound = 'Browser "%s" not found.';
|
||||||
hhsHelpBrowserNotExecutable = 'Browser "%s" not executable.';
|
hhsHelpBrowserNotExecutable = 'Browser "%s" not executable.';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user