OPTIONS has TOC now; mend some '\n's in manpage
This commit is contained in:
parent
ada12cac5e
commit
de778ec1e1
15 changed files with 835 additions and 125 deletions
|
|
@ -6,7 +6,33 @@ Options Documentation
|
||||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
August 8, 2021
|
August 29, 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+---------------------------------------------+
|
||||||
|
|Table of Contents |
|
||||||
|
|---------------------------------------------|
|
||||||
|
| * Tux Paint Config. |
|
||||||
|
| * Configuration File |
|
||||||
|
| * Available Options |
|
||||||
|
| * Video/Sound |
|
||||||
|
| * Mouse/Keyboard |
|
||||||
|
| * Simplification |
|
||||||
|
| * Languages |
|
||||||
|
| * Printing |
|
||||||
|
| * Saving |
|
||||||
|
| * Data |
|
||||||
|
| * Accessibility |
|
||||||
|
| * Joystick |
|
||||||
|
| * Overriding System Config. Options |
|
||||||
|
| * Command-Line Options |
|
||||||
|
| * Command-Line Informational Options |
|
||||||
|
| * Choosing a Different Language |
|
||||||
|
| * Available Languages |
|
||||||
|
| * Setting Your Environment's Locale |
|
||||||
|
| * Special Fonts |
|
||||||
|
+---------------------------------------------+
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -1907,7 +1933,7 @@ Setting Your Environment's Locale
|
||||||
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
||||||
exists).
|
exists).
|
||||||
|
|
||||||
Special Fonts
|
Special Fonts
|
||||||
|
|
||||||
Some languages require special fonts be installed. These font files
|
Some languages require special fonts be installed. These font files
|
||||||
(which are in TrueType format (TTF)), are much too large to include
|
(which are in TrueType format (TTF)), are much too large to include
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,100 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
August 8, 2021 </p>
|
August 29, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Table of Contents">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Table of Contents </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#tpc">Tux Paint Config.</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#cfg-file">Configuration File</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#available">Available Options</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#video_sound">Video/Sound</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#mouse_keyboard">Mouse/Keyboard</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#simplification">Simplification</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#languages">Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#printing">Printing</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#saving">Saving</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#data">Data</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#accessibility">Accessibility</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#joystick">Joystick</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#overriding">Overriding System Config. Options</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#command_line">Command-Line Options</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#info-cmd">Command-Line Informational Options</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#different_language">Choosing a Different Language</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#available_languages">Available Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#env_locale">Setting Your Environment's Locale</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#special_fonts">Special Fonts</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Tux Paint Config. </h1>
|
<a name="tpc" id="tpc">
|
||||||
|
Tux Paint Config. </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -43,7 +129,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Configuration File </h1>
|
<a name="cfg-file" id="cfg-file">
|
||||||
|
Configuration File </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -115,7 +203,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Available Options </h1>
|
<a name="available" id="available">
|
||||||
|
Available Options </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -123,7 +213,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Video/Sound </h2>
|
<a name="video_sound" id="video_sound">
|
||||||
|
Video/Sound </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Video</h3>
|
Video</h3>
|
||||||
|
|
@ -273,7 +365,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Mouse/Keyboard </h2>
|
<a name="mouse_keyboard" id="mouse_keyboard">
|
||||||
|
Mouse/Keyboard </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Cursor</h3>
|
Cursor</h3>
|
||||||
|
|
@ -380,7 +474,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Simplification </h2>
|
<a name="simplification" id="simplification">
|
||||||
|
Simplification </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Interface Simplification</h3>
|
Interface Simplification</h3>
|
||||||
|
|
@ -530,7 +626,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Languages </h2>
|
<a name="languages" id="languages">
|
||||||
|
Languages </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Language</h3>
|
Language</h3>
|
||||||
|
|
@ -2143,7 +2241,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Printing </h2>
|
<a name="printing" id="printing">
|
||||||
|
Printing </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Print Permissions</h3>
|
Print Permissions</h3>
|
||||||
|
|
@ -2313,7 +2413,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Saving </h2>
|
<a name="saving" id="saving">
|
||||||
|
Saving </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Save Over Earlier Work</h3>
|
Save Over Earlier Work</h3>
|
||||||
|
|
@ -2490,7 +2592,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Data </h2>
|
<a name="data" id="data">
|
||||||
|
Data </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Lockfile</h3>
|
Lockfile</h3>
|
||||||
|
|
@ -2595,7 +2699,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Accessibility </h2>
|
<a name="accessibility" id="accessibility">
|
||||||
|
Accessibility </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Mouse</h3>
|
Mouse</h3>
|
||||||
|
|
@ -2706,7 +2812,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Joystick </h2>
|
<a name="joystick" id="joystick">
|
||||||
|
Joystick </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Main Device</h3>
|
Main Device</h3>
|
||||||
|
|
@ -2951,7 +3059,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Overriding System Config. Options </h1>
|
<a name="overriding" id="overriding">
|
||||||
|
Overriding System Config. Options </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3143,7 +3253,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Command-Line Informational Options </h2>
|
<a name="info-cmd" id="info-cmd">
|
||||||
|
Command-Line Informational Options </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3229,7 +3341,9 @@
|
||||||
Use the option "<code>--lang help</code>" to list the available language options available. </p>
|
Use the option "<code>--lang help</code>" to list the available language options available. </p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Available Languages </h2>
|
<a name="available_languages" id="available_languages">
|
||||||
|
Available Languages </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -5193,7 +5307,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Setting Your Environment's Locale </h2>
|
<a name="env_locale" id="env_locale">
|
||||||
|
Setting Your Environment's Locale </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -5267,10 +5383,10 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>
|
<h2>
|
||||||
<a name="special_fonts"
|
<a name="special_fonts"
|
||||||
id="special_fonts">Special Fonts</a>
|
id="special_fonts">Special Fonts</a>
|
||||||
</h3>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,33 @@ Options Documentation
|
||||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
agosto 8, 2021
|
agosto 29, 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+---------------------------------------------+
|
||||||
|
|Table of Contents |
|
||||||
|
|---------------------------------------------|
|
||||||
|
| * Tux Paint Config. |
|
||||||
|
| * Configuration File |
|
||||||
|
| * Available Options |
|
||||||
|
| * Video/Sound |
|
||||||
|
| * Mouse/Keyboard |
|
||||||
|
| * Simplification |
|
||||||
|
| * Languages |
|
||||||
|
| * Printing |
|
||||||
|
| * Saving |
|
||||||
|
| * Data |
|
||||||
|
| * Accessibility |
|
||||||
|
| * Joystick |
|
||||||
|
| * Overriding System Config. Options |
|
||||||
|
| * Command-Line Options |
|
||||||
|
| * Command-Line Informational Options |
|
||||||
|
| * Choosing a Different Language |
|
||||||
|
| * Available Languages |
|
||||||
|
| * Setting Your Environment's Locale |
|
||||||
|
| * Special Fonts |
|
||||||
|
+---------------------------------------------+
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -1907,7 +1933,7 @@ Setting Your Environment's Locale
|
||||||
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
* Edit the value of the parameter "LANG" (create it, if it doesn't
|
||||||
exists).
|
exists).
|
||||||
|
|
||||||
Special Fonts
|
Special Fonts
|
||||||
|
|
||||||
Some languages require special fonts be installed. These font files
|
Some languages require special fonts be installed. These font files
|
||||||
(which are in TrueType format (TTF)), are much too large to include
|
(which are in TrueType format (TTF)), are much too large to include
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,100 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
agosto 8, 2021 </p>
|
agosto 29, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Table of Contents">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Table of Contents </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#tpc">Tux Paint Config.</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#cfg-file">Configuration File</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#available">Available Options</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#video_sound">Video/Sound</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#mouse_keyboard">Mouse/Keyboard</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#simplification">Simplification</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#languages">Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#printing">Printing</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#saving">Saving</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#data">Data</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#accessibility">Accessibility</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#joystick">Joystick</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#overriding">Overriding System Config. Options</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#command_line">Command-Line Options</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#info-cmd">Command-Line Informational Options</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#different_language">Choosing a Different Language</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#available_languages">Available Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#env_locale">Setting Your Environment's Locale</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#special_fonts">Special Fonts</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Tux Paint Config. </h1>
|
<a name="tpc" id="tpc">
|
||||||
|
Tux Paint Config. </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -43,7 +129,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Configuration File </h1>
|
<a name="cfg-file" id="cfg-file">
|
||||||
|
Configuration File </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -115,7 +203,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Available Options </h1>
|
<a name="available" id="available">
|
||||||
|
Available Options </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -123,7 +213,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Video/Sound </h2>
|
<a name="video_sound" id="video_sound">
|
||||||
|
Video/Sound </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Video</h3>
|
Video</h3>
|
||||||
|
|
@ -273,7 +365,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Mouse/Keyboard </h2>
|
<a name="mouse_keyboard" id="mouse_keyboard">
|
||||||
|
Mouse/Keyboard </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Cursor</h3>
|
Cursor</h3>
|
||||||
|
|
@ -380,7 +474,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Simplification </h2>
|
<a name="simplification" id="simplification">
|
||||||
|
Simplification </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Interface Simplification</h3>
|
Interface Simplification</h3>
|
||||||
|
|
@ -530,7 +626,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Languages </h2>
|
<a name="languages" id="languages">
|
||||||
|
Languages </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Language</h3>
|
Language</h3>
|
||||||
|
|
@ -2143,7 +2241,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Printing </h2>
|
<a name="printing" id="printing">
|
||||||
|
Printing </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Print Permissions</h3>
|
Print Permissions</h3>
|
||||||
|
|
@ -2313,7 +2413,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Saving </h2>
|
<a name="saving" id="saving">
|
||||||
|
Saving </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Save Over Earlier Work</h3>
|
Save Over Earlier Work</h3>
|
||||||
|
|
@ -2490,7 +2592,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Data </h2>
|
<a name="data" id="data">
|
||||||
|
Data </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Lockfile</h3>
|
Lockfile</h3>
|
||||||
|
|
@ -2595,7 +2699,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Accessibility </h2>
|
<a name="accessibility" id="accessibility">
|
||||||
|
Accessibility </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Mouse</h3>
|
Mouse</h3>
|
||||||
|
|
@ -2706,7 +2812,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Joystick </h2>
|
<a name="joystick" id="joystick">
|
||||||
|
Joystick </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Main Device</h3>
|
Main Device</h3>
|
||||||
|
|
@ -2951,7 +3059,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Overriding System Config. Options </h1>
|
<a name="overriding" id="overriding">
|
||||||
|
Overriding System Config. Options </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3143,7 +3253,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Command-Line Informational Options </h2>
|
<a name="info-cmd" id="info-cmd">
|
||||||
|
Command-Line Informational Options </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3229,7 +3341,9 @@
|
||||||
Use the option "<code>--lang help</code>" to list the available language options available. </p>
|
Use the option "<code>--lang help</code>" to list the available language options available. </p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Available Languages </h2>
|
<a name="available_languages" id="available_languages">
|
||||||
|
Available Languages </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -5193,7 +5307,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Setting Your Environment's Locale </h2>
|
<a name="env_locale" id="env_locale">
|
||||||
|
Setting Your Environment's Locale </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -5267,10 +5383,10 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>
|
<h2>
|
||||||
<a name="special_fonts"
|
<a name="special_fonts"
|
||||||
id="special_fonts">Special Fonts</a>
|
id="special_fonts">Special Fonts</a>
|
||||||
</h3>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,33 @@ Documentation sur les options
|
||||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
|
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
août 8, 2021
|
août 29, 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+---------------------------------------------------------------------+
|
||||||
|
|Table des matières |
|
||||||
|
|---------------------------------------------------------------------|
|
||||||
|
| * Configuration de Tux Paint. |
|
||||||
|
| * Fichier de configuration |
|
||||||
|
| * Options disponibles |
|
||||||
|
| * Video/Sound |
|
||||||
|
| * Mouse/Keyboard |
|
||||||
|
| * Simplification |
|
||||||
|
| * Languages |
|
||||||
|
| * Impression |
|
||||||
|
| * Sauvegarde |
|
||||||
|
| * Data |
|
||||||
|
| * Accessibility |
|
||||||
|
| * Joystick |
|
||||||
|
| * Écrasez des options de System Config |
|
||||||
|
| * Options de ligne de commande |
|
||||||
|
| * Options d'information en ligne de commande |
|
||||||
|
| * Choisir une autre langue |
|
||||||
|
| * Langues disponibles |
|
||||||
|
| * Définition des paramètres régionaux de votre environnement |
|
||||||
|
| * Polices spéciales |
|
||||||
|
+---------------------------------------------------------------------+
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -2005,7 +2031,7 @@ Définition des paramètres régionaux de votre environnement
|
||||||
* Cliquez sur le bouton "Variables d'environnement ...".
|
* Cliquez sur le bouton "Variables d'environnement ...".
|
||||||
* Édite la valeur du paramètre "LANG" (le crée s'il n'existe pas).
|
* Édite la valeur du paramètre "LANG" (le crée s'il n'existe pas).
|
||||||
|
|
||||||
Polices spéciales
|
Polices spéciales
|
||||||
|
|
||||||
Certaines langues nécessitent l'installation de polices spéciales. Ces
|
Certaines langues nécessitent l'installation de polices spéciales. Ces
|
||||||
fichiers de polices (qui sont au format TrueType (TTF)), sont beaucoup
|
fichiers de polices (qui sont au format TrueType (TTF)), sont beaucoup
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,100 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
août 8, 2021 </p>
|
août 29, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Table des matières">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Table des matières </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#tpc">Configuration de Tux Paint.</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#cfg-file">Fichier de configuration</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#available">Options disponibles</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#video_sound">Video/Sound</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#mouse_keyboard">Mouse/Keyboard</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#simplification">Simplification</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#languages">Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#printing">Impression</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#saving">Sauvegarde</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#data">Data</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#accessibility">Accessibility</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#joystick">Joystick</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#overriding">Écrasez des options de System Config </a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#command_line">Options de ligne de commande</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#info-cmd">Options d'information en ligne de commande</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#different_language">Choisir une autre langue</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#available_languages">Langues disponibles</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#env_locale">Définition des paramètres régionaux de votre environnement</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#special_fonts">Polices spéciales</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Configuration de Tux Paint. </h1>
|
<a name="tpc" id="tpc">
|
||||||
|
Configuration de Tux Paint. </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -43,7 +129,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Fichier de configuration </h1>
|
<a name="cfg-file" id="cfg-file">
|
||||||
|
Fichier de configuration </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -115,7 +203,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Options disponibles </h1>
|
<a name="available" id="available">
|
||||||
|
Options disponibles </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -123,7 +213,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Video/Sound </h2>
|
<a name="video_sound" id="video_sound">
|
||||||
|
Video/Sound </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Video</h3>
|
Video</h3>
|
||||||
|
|
@ -273,7 +365,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Mouse/Keyboard </h2>
|
<a name="mouse_keyboard" id="mouse_keyboard">
|
||||||
|
Mouse/Keyboard </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Cursor</h3>
|
Cursor</h3>
|
||||||
|
|
@ -380,7 +474,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Simplification </h2>
|
<a name="simplification" id="simplification">
|
||||||
|
Simplification </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Interface Simplification</h3>
|
Interface Simplification</h3>
|
||||||
|
|
@ -530,7 +626,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Languages </h2>
|
<a name="languages" id="languages">
|
||||||
|
Languages </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Language</h3>
|
Language</h3>
|
||||||
|
|
@ -2143,7 +2241,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Impression </h2>
|
<a name="printing" id="printing">
|
||||||
|
Impression </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Print Permissions</h3>
|
Print Permissions</h3>
|
||||||
|
|
@ -2313,7 +2413,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Sauvegarde </h2>
|
<a name="saving" id="saving">
|
||||||
|
Sauvegarde </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Save Over Earlier Work</h3>
|
Save Over Earlier Work</h3>
|
||||||
|
|
@ -2490,7 +2592,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Data </h2>
|
<a name="data" id="data">
|
||||||
|
Data </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Lockfile</h3>
|
Lockfile</h3>
|
||||||
|
|
@ -2595,7 +2699,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Accessibility </h2>
|
<a name="accessibility" id="accessibility">
|
||||||
|
Accessibility </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Mouse</h3>
|
Mouse</h3>
|
||||||
|
|
@ -2706,7 +2812,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Joystick </h2>
|
<a name="joystick" id="joystick">
|
||||||
|
Joystick </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Main Device</h3>
|
Main Device</h3>
|
||||||
|
|
@ -2951,7 +3059,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Écrasez des options de System Config </h1>
|
<a name="overriding" id="overriding">
|
||||||
|
Écrasez des options de System Config </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3143,7 +3253,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options d'information en ligne de commande </h2>
|
<a name="info-cmd" id="info-cmd">
|
||||||
|
Options d'information en ligne de commande </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3229,7 +3341,9 @@
|
||||||
Utilisez l'option "<code>--lang help</code>" pour lister les options disponibles pour les langues disponibles. </p>
|
Utilisez l'option "<code>--lang help</code>" pour lister les options disponibles pour les langues disponibles. </p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Langues disponibles </h2>
|
<a name="available_languages" id="available_languages">
|
||||||
|
Langues disponibles </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -5193,7 +5307,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Définition des paramètres régionaux de votre environnement </h2>
|
<a name="env_locale" id="env_locale">
|
||||||
|
Définition des paramètres régionaux de votre environnement </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -5267,10 +5383,10 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>
|
<h2>
|
||||||
<a name="special_fonts"
|
<a name="special_fonts"
|
||||||
id="special_fonts">Polices spéciales</a>
|
id="special_fonts">Polices spéciales</a>
|
||||||
</h3>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,33 @@ Documentación de opcións
|
||||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
8 de Agosto de 2021
|
29 de Agosto de 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+----------------------------------------------------+
|
||||||
|
|Índice |
|
||||||
|
|----------------------------------------------------|
|
||||||
|
| * Tux Paint Config. |
|
||||||
|
| * Ficheiro de configuración |
|
||||||
|
| * Opcións dispoñíbeis |
|
||||||
|
| * Video/Sound |
|
||||||
|
| * Mouse/Keyboard |
|
||||||
|
| * Simplificación |
|
||||||
|
| * Languages |
|
||||||
|
| * Impresión |
|
||||||
|
| * Gardar |
|
||||||
|
| * Data |
|
||||||
|
| * Accessibility |
|
||||||
|
| * Joystick |
|
||||||
|
| * Anulación da configuración do sistema. Opcións |
|
||||||
|
| * Opcións da liña de ordes |
|
||||||
|
| * Opcións informativas da liña de ordes |
|
||||||
|
| * Escoller un idioma diferente |
|
||||||
|
| * Idiomas dispoñíbeis |
|
||||||
|
| * Axustar o idioma do seu contorno |
|
||||||
|
| * Tipos de letra especiais |
|
||||||
|
+----------------------------------------------------+
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -1960,7 +1986,7 @@ Axustar o idioma do seu contorno
|
||||||
* Prema no botón «Variábeis de contorno...».
|
* Prema no botón «Variábeis de contorno...».
|
||||||
* Edite o valor do parámetr «LANG») (créeo, se non existe).
|
* Edite o valor do parámetr «LANG») (créeo, se non existe).
|
||||||
|
|
||||||
Tipos de letra especiais
|
Tipos de letra especiais
|
||||||
|
|
||||||
Algúns idiomas requiren que se instalen tipos de letra especiais.
|
Algúns idiomas requiren que se instalen tipos de letra especiais.
|
||||||
Estes ficheiros de letra (que están en formato TrueType (TTF)), son
|
Estes ficheiros de letra (que están en formato TrueType (TTF)), son
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,100 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
8 de Agosto de 2021 </p>
|
29 de Agosto de 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Índice">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Índice </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#tpc">Tux Paint Config.</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#cfg-file">Ficheiro de configuración</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#available">Opcións dispoñíbeis</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#video_sound">Video/Sound</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#mouse_keyboard">Mouse/Keyboard</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#simplification">Simplificación</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#languages">Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#printing">Impresión</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#saving">Gardar</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#data">Data</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#accessibility">Accessibility</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#joystick">Joystick</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#overriding">Anulación da configuración do sistema. Opcións</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#command_line">Opcións da liña de ordes</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#info-cmd">Opcións informativas da liña de ordes</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#different_language">Escoller un idioma diferente</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#available_languages">Idiomas dispoñíbeis</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#env_locale">Axustar o idioma do seu contorno</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#special_fonts">Tipos de letra especiais</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Tux Paint Config. </h1>
|
<a name="tpc" id="tpc">
|
||||||
|
Tux Paint Config. </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -43,7 +129,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Ficheiro de configuración </h1>
|
<a name="cfg-file" id="cfg-file">
|
||||||
|
Ficheiro de configuración </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -115,7 +203,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Opcións dispoñíbeis </h1>
|
<a name="available" id="available">
|
||||||
|
Opcións dispoñíbeis </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -123,7 +213,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Video/Sound </h2>
|
<a name="video_sound" id="video_sound">
|
||||||
|
Video/Sound </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Video</h3>
|
Video</h3>
|
||||||
|
|
@ -273,7 +365,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Mouse/Keyboard </h2>
|
<a name="mouse_keyboard" id="mouse_keyboard">
|
||||||
|
Mouse/Keyboard </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Cursor</h3>
|
Cursor</h3>
|
||||||
|
|
@ -380,7 +474,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Simplificación </h2>
|
<a name="simplification" id="simplification">
|
||||||
|
Simplificación </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Interface Simplification</h3>
|
Interface Simplification</h3>
|
||||||
|
|
@ -530,7 +626,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Languages </h2>
|
<a name="languages" id="languages">
|
||||||
|
Languages </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Language</h3>
|
Language</h3>
|
||||||
|
|
@ -2143,7 +2241,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Impresión </h2>
|
<a name="printing" id="printing">
|
||||||
|
Impresión </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Print Permissions</h3>
|
Print Permissions</h3>
|
||||||
|
|
@ -2313,7 +2413,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Gardar </h2>
|
<a name="saving" id="saving">
|
||||||
|
Gardar </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Save Over Earlier Work</h3>
|
Save Over Earlier Work</h3>
|
||||||
|
|
@ -2490,7 +2592,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Data </h2>
|
<a name="data" id="data">
|
||||||
|
Data </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Lockfile</h3>
|
Lockfile</h3>
|
||||||
|
|
@ -2595,7 +2699,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Accessibility </h2>
|
<a name="accessibility" id="accessibility">
|
||||||
|
Accessibility </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Mouse</h3>
|
Mouse</h3>
|
||||||
|
|
@ -2706,7 +2812,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Joystick </h2>
|
<a name="joystick" id="joystick">
|
||||||
|
Joystick </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Main Device</h3>
|
Main Device</h3>
|
||||||
|
|
@ -2951,7 +3059,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Anulación da configuración do sistema. Opcións </h1>
|
<a name="overriding" id="overriding">
|
||||||
|
Anulación da configuración do sistema. Opcións </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3143,7 +3253,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Opcións informativas da liña de ordes </h2>
|
<a name="info-cmd" id="info-cmd">
|
||||||
|
Opcións informativas da liña de ordes </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3229,7 +3341,9 @@
|
||||||
Use a opción «<code>--lang help</code>» para listar as opcións de idioma dispoñíbeis. </p>
|
Use a opción «<code>--lang help</code>» para listar as opcións de idioma dispoñíbeis. </p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Idiomas dispoñíbeis </h2>
|
<a name="available_languages" id="available_languages">
|
||||||
|
Idiomas dispoñíbeis </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -5193,7 +5307,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Axustar o idioma do seu contorno </h2>
|
<a name="env_locale" id="env_locale">
|
||||||
|
Axustar o idioma do seu contorno </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -5267,10 +5383,10 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>
|
<h2>
|
||||||
<a name="special_fonts"
|
<a name="special_fonts"
|
||||||
id="special_fonts">Tipos de letra especiais</a>
|
id="special_fonts">Tipos de letra especiais</a>
|
||||||
</h3>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,33 @@
|
||||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
2021年8月 8日
|
2021年8月29日
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+---------------------------------+
|
||||||
|
|目次 |
|
||||||
|
|---------------------------------|
|
||||||
|
| * Tux Paint 設定ツール |
|
||||||
|
| * 設定ファイルについて |
|
||||||
|
| * 利用可能なオプション |
|
||||||
|
| * Video/Sound |
|
||||||
|
| * Mouse/Keyboard |
|
||||||
|
| * Simplification |
|
||||||
|
| * Languages |
|
||||||
|
| * Printing |
|
||||||
|
| * Saving |
|
||||||
|
| * Data |
|
||||||
|
| * Accessibility |
|
||||||
|
| * Joystick |
|
||||||
|
| * システム全体の設定を上書きする |
|
||||||
|
| * コマンドラインオプション |
|
||||||
|
| * 情報を表示するためのコマンドラインオプション |
|
||||||
|
| * 使用する言語の選択 |
|
||||||
|
| * 利用可能な言語 |
|
||||||
|
| * 環境で使用する言語の設定 |
|
||||||
|
| * 言語固有のフォント |
|
||||||
|
+---------------------------------+
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -1697,7 +1723,7 @@ Joystick
|
||||||
* "環境変数(N)..." ボタンをクリック。
|
* "環境変数(N)..." ボタンをクリック。
|
||||||
* 環境変数 "LANG" の値を編集。(変数が設定されていなければ新たに作成)
|
* 環境変数 "LANG" の値を編集。(変数が設定されていなければ新たに作成)
|
||||||
|
|
||||||
言語固有のフォント
|
言語固有のフォント
|
||||||
|
|
||||||
いくつかの言語では、専用のフォントが必要になります。TrueType(TTF)形式のフォントファイルは、サイズが非常に大きいので、Tux
|
いくつかの言語では、専用のフォントが必要になります。TrueType(TTF)形式のフォントファイルは、サイズが非常に大きいので、Tux
|
||||||
Paint のダウンロードファイルには含めず、個別にダウンロードできるようにしています。("使用する言語の選択"の項の表を参照してください)
|
Paint のダウンロードファイルには含めず、個別にダウンロードできるようにしています。("使用する言語の選択"の項の表を参照してください)
|
||||||
|
|
|
||||||
|
|
@ -25,14 +25,100 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2021年8月 8日 </p>
|
2021年8月29日 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="目次">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
目次 </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#tpc">Tux Paint 設定ツール</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#cfg-file">設定ファイルについて</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#available">利用可能なオプション</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#video_sound">Video/Sound</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#mouse_keyboard">Mouse/Keyboard</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#simplification">Simplification</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#languages">Languages</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#printing">Printing</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#saving">Saving</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#data">Data</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#accessibility">Accessibility</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#joystick">Joystick</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#overriding">システム全体の設定を上書きする</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#command_line">コマンドラインオプション</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#info-cmd">情報を表示するためのコマンドラインオプション</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#different_language">使用する言語の選択</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#available_languages">利用可能な言語</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#env_locale">環境で使用する言語の設定</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#special_fonts">言語固有のフォント</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
Tux Paint 設定ツール </h1>
|
<a name="tpc" id="tpc">
|
||||||
|
Tux Paint 設定ツール </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -43,7 +129,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
設定ファイルについて </h1>
|
<a name="cfg-file" id="cfg-file">
|
||||||
|
設定ファイルについて </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -115,7 +203,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
利用可能なオプション </h1>
|
<a name="available" id="available">
|
||||||
|
利用可能なオプション </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -123,7 +213,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Video/Sound </h2>
|
<a name="video_sound" id="video_sound">
|
||||||
|
Video/Sound </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Video</h3>
|
Video</h3>
|
||||||
|
|
@ -273,7 +365,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Mouse/Keyboard </h2>
|
<a name="mouse_keyboard" id="mouse_keyboard">
|
||||||
|
Mouse/Keyboard </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Cursor</h3>
|
Cursor</h3>
|
||||||
|
|
@ -380,7 +474,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Simplification </h2>
|
<a name="simplification" id="simplification">
|
||||||
|
Simplification </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Interface Simplification</h3>
|
Interface Simplification</h3>
|
||||||
|
|
@ -530,7 +626,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Languages </h2>
|
<a name="languages" id="languages">
|
||||||
|
Languages </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Language</h3>
|
Language</h3>
|
||||||
|
|
@ -2143,7 +2241,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Printing </h2>
|
<a name="printing" id="printing">
|
||||||
|
Printing </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Print Permissions</h3>
|
Print Permissions</h3>
|
||||||
|
|
@ -2313,7 +2413,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Saving </h2>
|
<a name="saving" id="saving">
|
||||||
|
Saving </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Save Over Earlier Work</h3>
|
Save Over Earlier Work</h3>
|
||||||
|
|
@ -2490,7 +2592,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Data </h2>
|
<a name="data" id="data">
|
||||||
|
Data </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Lockfile</h3>
|
Lockfile</h3>
|
||||||
|
|
@ -2595,7 +2699,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Accessibility </h2>
|
<a name="accessibility" id="accessibility">
|
||||||
|
Accessibility </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Mouse</h3>
|
Mouse</h3>
|
||||||
|
|
@ -2706,7 +2812,9 @@
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h2>
|
<h2>
|
||||||
Joystick </h2>
|
<a name="joystick" id="joystick">
|
||||||
|
Joystick </a>
|
||||||
|
</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Main Device</h3>
|
Main Device</h3>
|
||||||
|
|
@ -2951,7 +3059,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
システム全体の設定を上書きする </h1>
|
<a name="overriding" id="overriding">
|
||||||
|
システム全体の設定を上書きする </a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3143,7 +3253,9 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
情報を表示するためのコマンドラインオプション </h2>
|
<a name="info-cmd" id="info-cmd">
|
||||||
|
情報を表示するためのコマンドラインオプション </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -3229,7 +3341,9 @@
|
||||||
"<code>--lang help</code>" オプションを用いれば、利用可能な全ての言語の一覧が表示されます。 </p>
|
"<code>--lang help</code>" オプションを用いれば、利用可能な全ての言語の一覧が表示されます。 </p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
利用可能な言語 </h2>
|
<a name="available_languages" id="available_languages">
|
||||||
|
利用可能な言語 </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -5193,7 +5307,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
環境で使用する言語の設定 </h2>
|
<a name="env_locale" id="env_locale">
|
||||||
|
環境で使用する言語の設定 </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -5267,10 +5383,10 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>
|
<h2>
|
||||||
<a name="special_fonts"
|
<a name="special_fonts"
|
||||||
id="special_fonts">言語固有のフォント</a>
|
id="special_fonts">言語固有のフォント</a>
|
||||||
</h3>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -635,8 +635,8 @@ Paint starts up, and setting changes will be saved for next time.
|
||||||
.SS PRINT COMMANDS
|
.SS PRINT COMMANDS
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-printcommand \fICOMMAND\fP
|
.B \-\-printcommand \fICOMMAND\fP
|
||||||
(Only when PostScript printing is used.)
|
(Only when PostScript printing is used.) Have Tux Paint print via an
|
||||||
Have Tux Paint print via an alternate command, rather than lpr(1).
|
alternate command, rather than lpr(1).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-altprintcommand \fICOMMAND\fP
|
.B \-\-altprintcommand \fICOMMAND\fP
|
||||||
|
|
@ -711,8 +711,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter the language used by
|
\fItuxpaint\fP accepts the following options to alter the language used by
|
||||||
Tux Paint's interface, and other related settings. They can be used along
|
Tux Paint's interface, and other related settings. They can be used along
|
||||||
with, instead of, or to override options set in configuration
|
with, instead of, or to override options set in configuration files. (See
|
||||||
files. (See below.)
|
below.)
|
||||||
|
|
||||||
.l
|
.l
|
||||||
Various parts of Tux Paint have been translated into numerous languages.
|
Various parts of Tux Paint have been translated into numerous languages.
|
||||||
|
|
|
||||||
|
|
@ -635,8 +635,8 @@ Paint starts up, and setting changes will be saved for next time.
|
||||||
.SS PRINT COMMANDS
|
.SS PRINT COMMANDS
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-printcommand \fICOMMAND\fP
|
.B \-\-printcommand \fICOMMAND\fP
|
||||||
(Only when PostScript printing is used.)
|
(Only when PostScript printing is used.) Have Tux Paint print via an
|
||||||
Have Tux Paint print via an alternate command, rather than lpr(1).
|
alternate command, rather than lpr(1).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-altprintcommand \fICOMMAND\fP
|
.B \-\-altprintcommand \fICOMMAND\fP
|
||||||
|
|
@ -711,8 +711,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter the language used by
|
\fItuxpaint\fP accepts the following options to alter the language used by
|
||||||
Tux Paint's interface, and other related settings. They can be used along
|
Tux Paint's interface, and other related settings. They can be used along
|
||||||
with, instead of, or to override options set in configuration
|
with, instead of, or to override options set in configuration files. (See
|
||||||
files. (See below.)
|
below.)
|
||||||
|
|
||||||
.l
|
.l
|
||||||
Various parts of Tux Paint have been translated into numerous languages.
|
Various parts of Tux Paint have been translated into numerous languages.
|
||||||
|
|
|
||||||
|
|
@ -640,8 +640,8 @@ Paint starts up, and setting changes will be saved for next time.
|
||||||
.SS PRINT COMMANDS
|
.SS PRINT COMMANDS
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-printcommand \fICOMMAND\fP
|
.B \-\-printcommand \fICOMMAND\fP
|
||||||
(Only when PostScript printing is used.)
|
(Only when PostScript printing is used.) Have Tux Paint print via an
|
||||||
Have Tux Paint print via an alternate command, rather than lpr(1).
|
alternate command, rather than lpr(1).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-altprintcommand \fICOMMAND\fP
|
.B \-\-altprintcommand \fICOMMAND\fP
|
||||||
|
|
@ -716,8 +716,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter the language used by
|
\fItuxpaint\fP accepts the following options to alter the language used by
|
||||||
Tux Paint's interface, and other related settings. They can be used along
|
Tux Paint's interface, and other related settings. They can be used along
|
||||||
with, instead of, or to override options set in configuration
|
with, instead of, or to override options set in configuration files. (See
|
||||||
files. (See below.)
|
below.)
|
||||||
|
|
||||||
.l
|
.l
|
||||||
Various parts of Tux Paint have been translated into numerous languages.
|
Various parts of Tux Paint have been translated into numerous languages.
|
||||||
|
|
|
||||||
|
|
@ -639,8 +639,8 @@ Paint starts up, and setting changes will be saved for next time.
|
||||||
.SS PRINT COMMANDS
|
.SS PRINT COMMANDS
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-printcommand \fIORDE\fP
|
.B \-\-printcommand \fIORDE\fP
|
||||||
(Only when PostScript printing is used.)
|
(Only when PostScript printing is used.) Have Tux Paint print via an
|
||||||
Have Tux Paint print via an alternate command, rather than lpr(1).
|
alternate command, rather than lpr(1).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-altprintcommand \fIORDE\fP
|
.B \-\-altprintcommand \fIORDE\fP
|
||||||
|
|
@ -715,8 +715,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter the language used by
|
\fItuxpaint\fP accepts the following options to alter the language used by
|
||||||
Tux Paint's interface, and other related settings. They can be used along
|
Tux Paint's interface, and other related settings. They can be used along
|
||||||
with, instead of, or to override options set in configuration
|
with, instead of, or to override options set in configuration files. (See
|
||||||
files. (See below.)
|
below.)
|
||||||
|
|
||||||
.l
|
.l
|
||||||
Various parts of Tux Paint have been translated into numerous languages.
|
Various parts of Tux Paint have been translated into numerous languages.
|
||||||
|
|
|
||||||
|
|
@ -638,8 +638,8 @@ Paint starts up, and setting changes will be saved for next time.
|
||||||
.SS PRINT COMMANDS
|
.SS PRINT COMMANDS
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-printcommand \fICOMMAND\fP
|
.B \-\-printcommand \fICOMMAND\fP
|
||||||
(Only when PostScript printing is used.)
|
(Only when PostScript printing is used.) Have Tux Paint print via an
|
||||||
Have Tux Paint print via an alternate command, rather than lpr(1).
|
alternate command, rather than lpr(1).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-altprintcommand \fICOMMAND\fP
|
.B \-\-altprintcommand \fICOMMAND\fP
|
||||||
|
|
@ -714,8 +714,8 @@ or 3-digit hexadecimal, and followed by a description. (For example,
|
||||||
.l
|
.l
|
||||||
\fItuxpaint\fP accepts the following options to alter the language used by
|
\fItuxpaint\fP accepts the following options to alter the language used by
|
||||||
Tux Paint's interface, and other related settings. They can be used along
|
Tux Paint's interface, and other related settings. They can be used along
|
||||||
with, instead of, or to override options set in configuration
|
with, instead of, or to override options set in configuration files. (See
|
||||||
files. (See below.)
|
below.)
|
||||||
|
|
||||||
.l
|
.l
|
||||||
Various parts of Tux Paint have been translated into numerous languages.
|
Various parts of Tux Paint have been translated into numerous languages.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue