diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index a5db2189f..2ee7c5137 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt) http://www.tuxpaint.org/ -2022.May.7 (0.9.28) +2022.May.15 (0.9.28) * Improvements to "Paint" and "Lines" tools: ------------------------------------------ * Brush spacing may now be altered within Tux Paint. diff --git a/docs/en/ADVANCED-STAMPS-HOWTO.txt b/docs/en/ADVANCED-STAMPS-HOWTO.txt index c932255ad..1902c9cb8 100644 --- a/docs/en/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/en/ADVANCED-STAMPS-HOWTO.txt @@ -4,7 +4,7 @@ Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt. https://tuxpaint.org/ - January 20, 2022 + May 15, 2022 ---------------------------------------------------------------------- @@ -127,12 +127,12 @@ Prepare the image Prepare the mask - Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images - in the layers dialog. You will need this to control what you are looking - at and what you are editing. Sometimes you will be editing things you - can't see. For example, you might edit the mask of the WIP layer while - looking at the unmodified image. Pay attention so you don't screw up. - Always verify that you are editing the right thing. + Get used to doing [Control]-click and [Alt]-click on the thumbnail + images in the layers dialog. You will need this to control what you are + looking at and what you are editing. Sometimes you will be editing + things you can't see. For example, you might edit the mask of the WIP + layer while looking at the unmodified image. Pay attention so you don't + screw up. Always verify that you are editing the right thing. Set an unmodified image as what you will view (the top one is easiest). Set the WIP mask as what you will edit. At some point, perhaps not diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt index 148a0afcf..f74ad0fbf 100644 --- a/docs/en/EXTENDING.txt +++ b/docs/en/EXTENDING.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - March 30, 2022 + May 15, 2022 +------------------------------------------+ |Table of Contents | diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index 390337388..7a3f42d66 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -4,7 +4,7 @@ Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - January 20, 2022 + May 15, 2022 ---------------------------------------------------------------------- @@ -450,8 +450,9 @@ Fullscreen Mode Problems Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically - done manually under the X-Window server by pressing [Ctrl] + [Alt] - + [Keypad Plus] and [Ctrl] + [Alt] + [Keypad Minus].) + done manually under the X-Window server by pressing [Control] + + [Alt] + [Keypad Plus (+)] and [Control] + [Alt] + [Keypad Minus + (-)].) For this to work, your monitor must support that resolution, and you need to have it listed in your X server configuration. diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index 071d1b387..df580733d 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - March 31, 2022 + May 15, 2022 +----------------------------------------------------+ |Table of Contents | @@ -402,7 +402,7 @@ Windows (See the main documentation for a full list of available command-line options.) - If you make a mistake or it all disappears use [Ctrl] + [Z] to undo or + If you make a mistake or it all disappears use [Control] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!). diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index 0860b35e9..c97d37fea 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -6,7 +6,7 @@ Options Documentation Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - March 30, 2022 + May 15, 2022 +---------------------------------------------+ |Table of Contents | diff --git a/docs/en/SIGNALS.txt b/docs/en/SIGNALS.txt index da57044bd..56781459c 100644 --- a/docs/en/SIGNALS.txt +++ b/docs/en/SIGNALS.txt @@ -5,12 +5,12 @@ Copyright © 2019-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - March 31, 2022 + May 15, 2022 Tux Paint responds to the following signals (which can be sent to the program's process via `kill` or `killall`, for example). - SIGTERM (also, [Ctrl] + [C] from a terminal running `tuxpaint`) + SIGTERM (also, [Control] + [C] from a terminal running `tuxpaint`) Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking diff --git a/docs/en/html/ADVANCED-STAMPS-HOWTO.html b/docs/en/html/ADVANCED-STAMPS-HOWTO.html index 166567d03..f4c9ba8da 100644 --- a/docs/en/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/en/html/ADVANCED-STAMPS-HOWTO.html @@ -25,7 +25,7 @@

- January 20, 2022

+ May 15, 2022


- Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images in the layers dialog. You will need this to control what you are looking at and what you are editing. Sometimes you will be editing things you can't see. For example, you might edit the mask of the WIP layer while looking at the unmodified image. Pay attention so you don't screw up. Always verify that you are editing the right thing.

+ Get used to doing [Control]-click and [Alt]-click on the thumbnail images in the layers dialog. You will need this to control what you are looking at and what you are editing. Sometimes you will be editing things you can't see. For example, you might edit the mask of the WIP layer while looking at the unmodified image. Pay attention so you don't screw up. Always verify that you are editing the right thing.

Set an unmodified image as what you will view (the top one is easiest). Set the WIP mask as what you will edit. At some point, perhaps not immediately, you should magnify the image to about 400% (each pixel of the image is seen and edited as a 4x4 block of pixels on your screen).

diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html index 62a88d281..8bcd09431 100644 --- a/docs/en/html/EXTENDING.html +++ b/docs/en/html/EXTENDING.html @@ -98,7 +98,7 @@

- March 30, 2022

+ May 15, 2022

@@ -192,7 +192,7 @@ Tux Paint stores its data files inside the "Tux Paint" application icon (which is actually a special kind of folder on macOS & Mac OS X before it). The following steps explain how to get to the folders within it:

  1. - Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse with more than one button, you can simply right-click the icon.)
  2. + Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse with more than one button, you can simply right-click the icon.)
  3. Select "Show Contents" from the menu that appears. A new Finder window will appear with a folder inside called "Contents".
  4. diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index a7d968d20..5bcef1750 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -25,7 +25,7 @@

    - January 20, 2022

    + May 15, 2022


    - Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically done manually under the X-Window server by pressing [Ctrl] + [Alt] + [Keypad Plus] and [Ctrl] + [Alt] + [Keypad Minus].)

    + Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically done manually under the X-Window server by pressing [Control] + [Alt] + [Keypad Plus (+)] and [Control] + [Alt] + [Keypad Minus (-)].)

    For this to work, your monitor must support that resolution, and you need to have it listed in your X server configuration.

    diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index 79d7d8028..b7f63e37d 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -96,7 +96,7 @@

    - March 31, 2022

    + May 15, 2022

    @@ -642,7 +642,7 @@ (See the main documentation for a full list of available command-line options.)

    - If you make a mistake or it all disappears use [Ctrl] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!).

    + If you make a mistake or it all disappears use [Control] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!).

    When you have finished, click "OK."

    diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index 63c90afd9..1c2db8898 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -100,7 +100,7 @@

    - March 30, 2022

    + May 15, 2022

    @@ -345,7 +345,7 @@

    - Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)

    + Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)

    Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".

    @@ -587,7 +587,7 @@ Disable the on-screen "Quit" button and prevent the [Escape] key from quitting Tux Paint.

    - Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.

    + Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.

    You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].

    @@ -1439,7 +1439,7 @@

    - This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.

    + This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.

    @@ -1448,7 +1448,7 @@

    - This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.

    + This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.

    @@ -1457,7 +1457,7 @@

    - This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.

    + This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.

    @@ -1478,7 +1478,7 @@

    - Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.

    + Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.

    Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.

    @@ -1532,7 +1532,7 @@

    - Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)

    + Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)

    If this option is not specifically not set, the default command is KDE's graphical print dialog:

    diff --git a/docs/en/html/SIGNALS.html b/docs/en/html/SIGNALS.html index da2e1f2cb..0f6fc9315 100644 --- a/docs/en/html/SIGNALS.html +++ b/docs/en/html/SIGNALS.html @@ -96,7 +96,7 @@

    - March 31, 2022

    + May 15, 2022

    @@ -108,7 +108,7 @@
    SIGTERM - (also, [Ctrl] + [C] from a terminal running `tuxpaint`)
    + (also, [Control] + [C] from a terminal running `tuxpaint`)

    diff --git a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt index 061ed930c..ebd156a47 100644 --- a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -4,7 +4,7 @@ Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt. https://tuxpaint.org/ - enero 20, 2022 + mayo 15, 2022 ---------------------------------------------------------------------- @@ -127,12 +127,12 @@ Prepare the image Prepare the mask - Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images - in the layers dialog. You will need this to control what you are looking - at and what you are editing. Sometimes you will be editing things you - can't see. For example, you might edit the mask of the WIP layer while - looking at the unmodified image. Pay attention so you don't screw up. - Always verify that you are editing the right thing. + Get used to doing [Control]-click and [Alt]-click on the thumbnail + images in the layers dialog. You will need this to control what you are + looking at and what you are editing. Sometimes you will be editing + things you can't see. For example, you might edit the mask of the WIP + layer while looking at the unmodified image. Pay attention so you don't + screw up. Always verify that you are editing the right thing. Set an unmodified image as what you will view (the top one is easiest). Set the WIP mask as what you will edit. At some point, perhaps not diff --git a/docs/es_ES.UTF-8/EXTENDING.txt b/docs/es_ES.UTF-8/EXTENDING.txt index 2ad0b091c..5eae3e7d7 100644 --- a/docs/es_ES.UTF-8/EXTENDING.txt +++ b/docs/es_ES.UTF-8/EXTENDING.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - marzo 30, 2022 + mayo 15, 2022 +------------------------------------------+ |Table of Contents | diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt index fa8ffdda6..b1d701c4d 100644 --- a/docs/es_ES.UTF-8/FAQ.txt +++ b/docs/es_ES.UTF-8/FAQ.txt @@ -4,7 +4,7 @@ Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - enero 20, 2022 + mayo 15, 2022 ---------------------------------------------------------------------- @@ -450,8 +450,9 @@ Fullscreen Mode Problems Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically - done manually under the X-Window server by pressing [Ctrl] + [Alt] - + [Keypad Plus] and [Ctrl] + [Alt] + [Keypad Minus].) + done manually under the X-Window server by pressing [Control] + + [Alt] + [Keypad Plus (+)] and [Control] + [Alt] + [Keypad Minus + (-)].) For this to work, your monitor must support that resolution, and you need to have it listed in your X server configuration. diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index bd532b2fc..ae2251fc1 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - marzo 31, 2022 + mayo 15, 2022 +----------------------------------------------------+ |Table of Contents | @@ -402,7 +402,7 @@ Windows (See the main documentation for a full list of available command-line options.) - If you make a mistake or it all disappears use [Ctrl] + [Z] to undo or + If you make a mistake or it all disappears use [Control] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!). diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt index a71b43311..c66934042 100644 --- a/docs/es_ES.UTF-8/OPTIONS.txt +++ b/docs/es_ES.UTF-8/OPTIONS.txt @@ -6,7 +6,7 @@ Options Documentation Copyright © 2002-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - marzo 30, 2022 + mayo 15, 2022 +---------------------------------------------+ |Table of Contents | diff --git a/docs/es_ES.UTF-8/SIGNALS.txt b/docs/es_ES.UTF-8/SIGNALS.txt index 2a9d26017..36f17d1c6 100644 --- a/docs/es_ES.UTF-8/SIGNALS.txt +++ b/docs/es_ES.UTF-8/SIGNALS.txt @@ -5,12 +5,12 @@ Copyright © 2019-2022 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - marzo 31, 2022 + mayo 15, 2022 Tux Paint responds to the following signals (which can be sent to the program's process via `kill` or `killall`, for example). - SIGTERM (also, [Ctrl] + [C] from a terminal running `tuxpaint`) + SIGTERM (also, [Control] + [C] from a terminal running `tuxpaint`) Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking diff --git a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index cca31527f..b11c7232b 100644 --- a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -25,7 +25,7 @@

    - enero 20, 2022

    + mayo 15, 2022


    - Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images in the layers dialog. You will need this to control what you are looking at and what you are editing. Sometimes you will be editing things you can't see. For example, you might edit the mask of the WIP layer while looking at the unmodified image. Pay attention so you don't screw up. Always verify that you are editing the right thing.

    + Get used to doing [Control]-click and [Alt]-click on the thumbnail images in the layers dialog. You will need this to control what you are looking at and what you are editing. Sometimes you will be editing things you can't see. For example, you might edit the mask of the WIP layer while looking at the unmodified image. Pay attention so you don't screw up. Always verify that you are editing the right thing.

    Set an unmodified image as what you will view (the top one is easiest). Set the WIP mask as what you will edit. At some point, perhaps not immediately, you should magnify the image to about 400% (each pixel of the image is seen and edited as a 4x4 block of pixels on your screen).

    diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html index 8731eb4c9..15f46c9d5 100644 --- a/docs/es_ES.UTF-8/html/EXTENDING.html +++ b/docs/es_ES.UTF-8/html/EXTENDING.html @@ -98,7 +98,7 @@

    - marzo 30, 2022

    + mayo 15, 2022

    @@ -192,7 +192,7 @@ Tux Paint stores its data files inside the "Tux Paint" application icon (which is actually a special kind of folder on macOS & Mac OS X before it). The following steps explain how to get to the folders within it:

    1. - Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse with more than one button, you can simply right-click the icon.)
    2. + Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse with more than one button, you can simply right-click the icon.)
    3. Select "Show Contents" from the menu that appears. A new Finder window will appear with a folder inside called "Contents".
    4. diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index 833190c58..fb6d9d696 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -25,7 +25,7 @@

      - enero 20, 2022

      + mayo 15, 2022


      - Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically done manually under the X-Window server by pressing [Ctrl] + [Alt] + [Keypad Plus] and [Ctrl] + [Alt] + [Keypad Minus].)

      + Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically done manually under the X-Window server by pressing [Control] + [Alt] + [Keypad Plus (+)] and [Control] + [Alt] + [Keypad Minus (-)].)

      For this to work, your monitor must support that resolution, and you need to have it listed in your X server configuration.

      diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html index 3a5238e5a..16fb2fbbb 100644 --- a/docs/es_ES.UTF-8/html/INSTALL.html +++ b/docs/es_ES.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

      - marzo 31, 2022

      + mayo 15, 2022

      @@ -642,7 +642,7 @@ (See the main documentation for a full list of available command-line options.)

      - If you make a mistake or it all disappears use [Ctrl] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!).

      + If you make a mistake or it all disappears use [Control] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!).

      When you have finished, click "OK."

      diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html index d34b40d40..22c32c485 100644 --- a/docs/es_ES.UTF-8/html/OPTIONS.html +++ b/docs/es_ES.UTF-8/html/OPTIONS.html @@ -100,7 +100,7 @@

      - marzo 30, 2022

      + mayo 15, 2022

      @@ -345,7 +345,7 @@

      - Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)

      + Disable sound effects. (Note: Pressing [Alt] + [S] cannot be used to reenable sounds if they were disabled using this option.)

      Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".

      @@ -587,7 +587,7 @@ Disable the on-screen "Quit" button and prevent the [Escape] key from quitting Tux Paint.

      - Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.

      + Using the [Alt] + [F4] keyboard combination or clicking the window's close button (assuming you're not in fullscreen mode) still works to quit Tux Paint.

      You can also use the following keyboard combination to quit: [Shift] + [Control] + [Escape].

      @@ -1439,7 +1439,7 @@

      - This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.

      + This causes Tux Paint to always show the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it's like clicking 'Print' while holding [Alt], except you don't need to hold [Alt] every time.

      @@ -1448,7 +1448,7 @@

      - This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.

      + This prevents Tux Paint from ever showing the printer dialog (or, on Linux/Unix, run the "altprintcommand") when the 'Print' button is clicked. In other words, it makes the [Alt] key have no effect when clicking the 'Print' button.

      @@ -1457,7 +1457,7 @@

      - This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.

      + This is the normal, default behavior. Tux Paint shows a printer dialog (or, on Linux/Unix, runs the "altprintcommand"), when the [Alt] key is pressed while the 'Print' button is clicked. Clicking 'Print' without holding [Alt] prints without showing a dialog.

    @@ -1478,7 +1478,7 @@

    - Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.

    + Tux Paint will use a printer configuration file when printing. Push the [Alt] key while clicking the 'Print' button in Tux Paint to cause a Windows print dialog window to appear.

    Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.

    @@ -1532,7 +1532,7 @@

    - Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)

    + Use the command COMMAND to print a PostScript format file when the 'Print' button is clicked while the [Alt] modifier key is being held. (This is typically used for providing a print dialog, similar to when pressing [Alt]+'Print' in Windows and macOS.)

    If this option is not specifically not set, the default command is KDE's graphical print dialog:

    diff --git a/docs/es_ES.UTF-8/html/SIGNALS.html b/docs/es_ES.UTF-8/html/SIGNALS.html index ccd3fea36..724f9f4fc 100644 --- a/docs/es_ES.UTF-8/html/SIGNALS.html +++ b/docs/es_ES.UTF-8/html/SIGNALS.html @@ -96,7 +96,7 @@

    - marzo 31, 2022

    + mayo 15, 2022

    @@ -108,7 +108,7 @@
    SIGTERM - (also, [Ctrl] + [C] from a terminal running `tuxpaint`)
    + (also, [Control] + [C] from a terminal running `tuxpaint`)

    diff --git a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt index fd406f605..ec9b63d6f 100644 --- a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -4,7 +4,7 @@ Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt. https://tuxpaint.org/ - janvier 20, 2022 + mai 15, 2022 ---------------------------------------------------------------------- @@ -142,7 +142,7 @@ Préparez l'image Préparez le masque - Prenez l'habitude de faire un [Ctrl]-clic et un [Alt]-clic sur les + Prenez l'habitude de faire un [Control]-clic et un [Alt]-clic sur les images-vignettes dans la boîte de dialogue des calques. Vous devez le faire pour vérifier ce que vous voyez et ce que vous éditez. Parfois vous éditerez des choses que vous ne pouvez pas voir. Par exemple, vous diff --git a/docs/fr_FR.UTF-8/EXTENDING.txt b/docs/fr_FR.UTF-8/EXTENDING.txt index 6e167ea93..a4762cab8 100644 --- a/docs/fr_FR.UTF-8/EXTENDING.txt +++ b/docs/fr_FR.UTF-8/EXTENDING.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt. https://tuxpaint.org/ - mars 30, 2022 + mai 15, 2022 +--------------------------------------------------------------+ |Table des matières | diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt index 1bec292ed..cdae3b217 100644 --- a/docs/fr_FR.UTF-8/FAQ.txt +++ b/docs/fr_FR.UTF-8/FAQ.txt @@ -4,7 +4,7 @@ Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt. https://tuxpaint.org/ - janvier 20, 2022 + mai 15, 2022 ---------------------------------------------------------------------- @@ -484,8 +484,8 @@ Problèmes en mode plein écran configuré avec la possibilité de passer à la résolution souhaitée : 800 × 600. (ou quelle que soit la résolution à laquelle Tux Paint doit s'exécuter.) (Cela se fait généralement manuellement - sous le serveur X-Window en appuyant sur [Ctrl] + [Alt] + [Keypad - Plus] et [Ctrl] + [Alt] + [Keypad Minus].) + sous le serveur X-Window en appuyant sur [Control] + [Alt] + + [Keypad Plus (+)] et [Control] + [Alt] + [Keypad Minus (-)].) Pour que cela fonctionne, votre moniteur doit prendre en charge cette résolution et elle doit être répertoriée dans la diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index 45b1d8c05..d6b6fd0c3 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt. https://tuxpaint.org/ - mars 31, 2022 + mai 15, 2022 +--------------------------------------------------------+ |Table des matières | @@ -417,7 +417,7 @@ Windows (Voir «README.txt» pour une liste complète des options de ligne de commande disponibles.) - Si vous faites une erreur ou que tout disparaît, utilisez [Ctrl] + [Z] + Si vous faites une erreur ou que tout disparaît, utilisez [Control] + [Z] pour annuler ou appuyez simplement sur la touche [Esc] et la boîte se fermera sans aucune modification (sauf si vous avez appuyé sur le bouton "Appliquer" !). diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index 8c3e67271..00251f71f 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -6,7 +6,7 @@ Documentation sur les options Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt. https://tuxpaint.org/ - mars 30, 2022 + mai 15, 2022 +---------------------------------------------------------------------+ |Table des matières | diff --git a/docs/fr_FR.UTF-8/SIGNALS.txt b/docs/fr_FR.UTF-8/SIGNALS.txt index 415f22fde..41acd8c48 100644 --- a/docs/fr_FR.UTF-8/SIGNALS.txt +++ b/docs/fr_FR.UTF-8/SIGNALS.txt @@ -5,12 +5,13 @@ Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt. https://tuxpaint.org/ - mars 31, 2022 + mai 15, 2022 Tux Paint répond aux signaux suivants (qui peuvent être envoyé au processus du programme via `kill` ou`killall`, par exemple). - SIGTERM (également, [Ctrl] + [C] depuis un terminal exécutant 'tuxpaint') + SIGTERM (également, [Control] + [C] depuis un terminal exécutant + 'tuxpaint') Tux Paint répond comme si le bouton "Quitter" était enfoncé, ou l'environnement de bureau a été invité à fermer Tux Paint (par diff --git a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index fc5c169f5..b02e95308 100644 --- a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -25,7 +25,7 @@

    - janvier 20, 2022

    + mai 15, 2022


    - Prenez l'habitude de faire un [Ctrl]-clic et un [Alt]-clic sur les images-vignettes dans la boîte de dialogue des calques. Vous devez le faire pour vérifier ce que vous voyez et ce que vous éditez. Parfois vous éditerez des choses que vous ne pouvez pas voir. Par exemple, vous pouvez éditer le masque du masque WIP, tout en regardant l'image non modifiée. Faites attention à ne pas vous tromper. Vérifiez toujours que vous éditez ce qu'il faut.

    + Prenez l'habitude de faire un [Control]-clic et un [Alt]-clic sur les images-vignettes dans la boîte de dialogue des calques. Vous devez le faire pour vérifier ce que vous voyez et ce que vous éditez. Parfois vous éditerez des choses que vous ne pouvez pas voir. Par exemple, vous pouvez éditer le masque du masque WIP, tout en regardant l'image non modifiée. Faites attention à ne pas vous tromper. Vérifiez toujours que vous éditez ce qu'il faut.

    Définissez une image non-modifiée comme étant celle que vous voulez afficher (celle du haut est la plus facile). Définissez le masque WIP comme étant ce que vous allez éditer. À un moment donné, vous devriez agrandir l'image à environ 400 % (chaque pixel de l'image est vu et représenté par un bloc de 4x4 pixels sur votre écran.

    diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html index efa78fb53..62a3c4b3b 100644 --- a/docs/fr_FR.UTF-8/html/EXTENDING.html +++ b/docs/fr_FR.UTF-8/html/EXTENDING.html @@ -98,7 +98,7 @@

    - mars 30, 2022

    + mai 15, 2022

    @@ -192,7 +192,7 @@ Tux Paint stocke ses fichiers de données dans l'icône de l'application "Tux Paint" (qui est en fait un type spécial de dossier sur macOS & Mac OS X avant lui). Les étapes suivantes expliquent comment accéder aux dossiers qu'il contient :

    1. - Affichez un menu «contextuel» en maintenant la touche [Control] enfoncée et en cliquant sur l' icône Tux Paint dans le Finder . (Si vous avez une souris avec plus d'un bouton, vous pouvez simplement cliquer avec le bouton droit de la souris sur l'icône.)
    2. + Affichez un menu «contextuel» en maintenant la touche [Control] enfoncée et en cliquant sur l' icône Tux Paint dans le Finder . (Si vous avez une souris avec plus d'un bouton, vous pouvez simplement cliquer avec le bouton droit de la souris sur l'icône.)
    3. Sélectionnez "Afficher le contenu" dans le menu qui apparaît. Une nouvelle fenêtre du Finder apparaîtra avec un dossier à l'intérieur appelé " Contents".
    4. diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index fe8623c4a..5f129ee85 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -25,7 +25,7 @@

      - janvier 20, 2022

      + mai 15, 2022


      make nosound") Assu

      - Utilisateurs Linux - Votre serveur X-Window n'est probablement pas configuré avec la possibilité de passer à la résolution souhaitée : 800 × 600. (ou quelle que soit la résolution à laquelle Tux Paint doit s'exécuter.) (Cela se fait généralement manuellement sous le serveur X-Window en appuyant sur [Ctrl] + [Alt] + [Keypad Plus] et [Ctrl] + [Alt] + [Keypad Minus].)

      + Utilisateurs Linux - Votre serveur X-Window n'est probablement pas configuré avec la possibilité de passer à la résolution souhaitée : 800 × 600. (ou quelle que soit la résolution à laquelle Tux Paint doit s'exécuter.) (Cela se fait généralement manuellement sous le serveur X-Window en appuyant sur [Control] + [Alt] + [Keypad Plus (+)] et [Control] + [Alt] + [Keypad Minus (-)].)

      Pour que cela fonctionne, votre moniteur doit prendre en charge cette résolution et elle doit être répertoriée dans la configuration de votre serveur X.

      diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index 3cc7a239b..3c610681e 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

      - mars 31, 2022

      + mai 15, 2022

      @@ -642,7 +642,7 @@ (Voir «README.txt» pour une liste complète des options de ligne de commande disponibles.)

      - Si vous faites une erreur ou que tout disparaît, utilisez [Ctrl] + [Z] pour annuler ou appuyez simplement sur la touche [Esc] et la boîte se fermera sans aucune modification (sauf si vous avez appuyé sur le bouton "Appliquer" !).

      + Si vous faites une erreur ou que tout disparaît, utilisez [Control] + [Z] pour annuler ou appuyez simplement sur la touche [Esc] et la boîte se fermera sans aucune modification (sauf si vous avez appuyé sur le bouton "Appliquer" !).

      Quand vous avez fini, appuyez sur "OK".

      diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index dfa578099..f147b54cf 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -100,7 +100,7 @@

      - mars 30, 2022

      + mai 15, 2022

      @@ -345,7 +345,7 @@

      - Désactive les effets sonores. (Remarque: le fait d'appuyer sur [Alt] + [S] ne peut pas être utilisé pour réactiver les sons s'ils ont été désactivés à l'aide de cette option.)

      + Désactive les effets sonores. (Remarque: le fait d'appuyer sur [Alt] + [S] ne peut pas être utilisé pour réactiver les sons s'ils ont été désactivés à l'aide de cette option.)

      Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".

      @@ -587,7 +587,7 @@ Désactive le bouton "Quitter" à l'écran et empêche la touche [Escape] de quitter Tux Paint .

      - Utiliser la combinaison de touches [Alt] + [F4] ou cliquer sur le bouton de fermeture de la fenêtre (en supposant que vous n'êtes pas en mode plein écran) fonctionne toujours pour quitter Tux Paint .

      + Utiliser la combinaison de touches [Alt] + [F4] ou cliquer sur le bouton de fermeture de la fenêtre (en supposant que vous n'êtes pas en mode plein écran) fonctionne toujours pour quitter Tux Paint .

      Vous pouvez également utiliser la combinaison de touches suivante pour quitter : [Shift] + [Control] + [Escape].

      @@ -1439,7 +1439,7 @@

      - Cela fait que Tux Paint affiche toujours la boîte de dialogue de l'imprimante (ou, sous Linux / Unix, lance la "commande altprint") lorsque le bouton "Imprimer" est cliqué. En d'autres termes, c'est comme cliquer sur «Imprimer» tout en maintenant [Alt] , sauf que vous n'avez pas besoin de maintenir [Alt] à chaque fois.

      + Cela fait que Tux Paint affiche toujours la boîte de dialogue de l'imprimante (ou, sous Linux / Unix, lance la "commande altprint") lorsque le bouton "Imprimer" est cliqué. En d'autres termes, c'est comme cliquer sur «Imprimer» tout en maintenant [Alt] , sauf que vous n'avez pas besoin de maintenir [Alt] à chaque fois.

      @@ -1448,7 +1448,7 @@

      - Cela empêche Tux Paint de ne jamais montrer la boîte de dialogue de l' imprimante (ou, sous Linux / Unix, exécuter « altprintcommand ») lorsque le bouton « Imprimer » est cliqué. En d'autres termes, cela rend la touche [Alt] sans effet lorsque vous cliquez sur le bouton «Imprimer».

      + Cela empêche Tux Paint de ne jamais montrer la boîte de dialogue de l' imprimante (ou, sous Linux / Unix, exécuter « altprintcommand ») lorsque le bouton « Imprimer » est cliqué. En d'autres termes, cela rend la touche [Alt] sans effet lorsque vous cliquez sur le bouton «Imprimer».

      @@ -1457,7 +1457,7 @@

      - C'est le comportement par défaut. Tux Paint affiche une boîte de dialogue d'imprimante (ou, sous Linux / Unix, exécute la commande "altprint"), lorsque la touche [Alt] est enfoncée tandis que le bouton "Imprimer" est cliqué. Cliquer sur «Imprimer» sans maintenir [Alt] imprime sans afficher de boîte de dialogue.

      + C'est le comportement par défaut. Tux Paint affiche une boîte de dialogue d'imprimante (ou, sous Linux / Unix, exécute la commande "altprint"), lorsque la touche [Alt] est enfoncée tandis que le bouton "Imprimer" est cliqué. Cliquer sur «Imprimer» sans maintenir [Alt] imprime sans afficher de boîte de dialogue.

    @@ -1478,7 +1478,7 @@

    - Tux Paint utilisera un fichier de configuration d'imprimante lors de l'impression. Appuyez sur la touche [Alt] tout en cliquant sur le bouton «Imprimer» dans Tux Paint pour faire apparaître une fenêtre de dialogue d'impression Windows.

    + Tux Paint utilisera un fichier de configuration d'imprimante lors de l'impression. Appuyez sur la touche [Alt] tout en cliquant sur le bouton «Imprimer» dans Tux Paint pour faire apparaître une fenêtre de dialogue d'impression Windows.

    Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.

    @@ -1532,7 +1532,7 @@

    - Utilisez la commande COMMAND pour imprimer un fichier au format PostScript lorsque vous cliquez sur le bouton «Imprimer» tandis que la touche [Alt] est maintenue enfoncée. (Ceci est généralement utilisé pour fournir une boîte de dialogue d'impression, comme lorsque vous appuyez sur [Alt] + 'Imprimer' sous Windows et macOS.)

    + Utilisez la commande COMMAND pour imprimer un fichier au format PostScript lorsque vous cliquez sur le bouton «Imprimer» tandis que la touche [Alt] est maintenue enfoncée. (Ceci est généralement utilisé pour fournir une boîte de dialogue d'impression, comme lorsque vous appuyez sur [Alt] + 'Imprimer' sous Windows et macOS.)

    Si cette option n'est pas spécifiquement définie, la commande par défaut est la boîte de dialogue d'impression graphique de KDE :

    diff --git a/docs/fr_FR.UTF-8/html/SIGNALS.html b/docs/fr_FR.UTF-8/html/SIGNALS.html index 78197f626..2ff2ae62a 100644 --- a/docs/fr_FR.UTF-8/html/SIGNALS.html +++ b/docs/fr_FR.UTF-8/html/SIGNALS.html @@ -96,7 +96,7 @@

    - mars 31, 2022

    + mai 15, 2022

    @@ -108,7 +108,7 @@
    SIGTERM - (également, [Ctrl] + [C] depuis un terminal exécutant 'tuxpaint')
    + (également, [Control] + [C] depuis un terminal exécutant 'tuxpaint')

    diff --git a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt index 42e0b45a8..96a6af9ca 100644 --- a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -4,7 +4,7 @@ Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt. https://tuxpaint.org/ - 20 de Xaneiro de 2022 + 15 de Maio de 2022 ---------------------------------------------------------------------- @@ -134,12 +134,12 @@ Preparar a imaxe Preparar a máscara - Acostúmese a facer [Ctrl]-premer e [Alt]-premer nas imaxes en miniatura - no diálogo de capas. Necesitará isto para controlar o que está a ver e o - que está a editar. Ás veces estará editando cousas que non pode ver. Por - exemplo, pode editar a máscara da capa WIP mentres mira a imaxe sen - modificar. Preste atención para non meter a pata. Verifica sempre que - está a editar o correcto. + Acostúmese a facer [Control]-premer e [Alt]-premer nas imaxes en + miniatura no diálogo de capas. Necesitará isto para controlar o que está + a ver e o que está a editar. Ás veces estará editando cousas que non + pode ver. Por exemplo, pode editar a máscara da capa WIP mentres mira a + imaxe sen modificar. Preste atención para non meter a pata. Verifica + sempre que está a editar o correcto. Estabeleza unha imaxe sen modificar como a que vai ver (a superior é a máis doada). Estabeleza a máscara WIP como o que vai editar. Nalgún diff --git a/docs/gl_ES.UTF-8/EXTENDING.txt b/docs/gl_ES.UTF-8/EXTENDING.txt index 1563aa765..edb87f294 100644 --- a/docs/gl_ES.UTF-8/EXTENDING.txt +++ b/docs/gl_ES.UTF-8/EXTENDING.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 30 de Marzo de 2022 + 15 de Maio de 2022 +--------------------------------------------------------------+ |Índice | diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt index 3870ffe62..df36b5bea 100644 --- a/docs/gl_ES.UTF-8/FAQ.txt +++ b/docs/gl_ES.UTF-8/FAQ.txt @@ -4,7 +4,7 @@ Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 20 de Xaneiro de 2022 + 15 de Maio de 2022 ---------------------------------------------------------------------- @@ -467,8 +467,8 @@ Problemas no modo de pantalla completa configurado coa capacidade de cambiar á resolución desexada: 800×600. (ou a resolución que teña configurada para Tux Paint para que funcione.) (Normalmente faise manualmente no servidor X-Window - premendo [Ctrl] + [Alt] + [Máis (+) no teclado numérico] e [Ctrl] - + [Alt] + [Menos (-) no teclado numérico].) + premendo [Control] + [Alt] + [Keypad Plus (+)] e [Control] + [Alt] + + [Keypad Minus (-)].) Para que isto funcione, o monitor debe admitir esa resolución e cómpre que apareza na súa configuración do servidor X. diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index f8170406c..91e247244 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 31 de Marzo de 2022 + 15 de Maio de 2022 +----------------------------------------------------+ |Índice | @@ -405,7 +405,7 @@ Windows (Vexa a documentación principal para obter unha lista completa das opcións dispoñíbeis da liña de ordes.) - Se se trabuca ou desaparece todo, use [Ctrl] + [Z] para desfacer ou só + Se se trabuca ou desaparece todo, use [Control] + [Z] para desfacer ou só prema a tecla [Esc] e a caixa pecharase sen facer cambios (a non ser que premera o botón «Aplicar»). diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt index 64d401591..50157aeb7 100644 --- a/docs/gl_ES.UTF-8/OPTIONS.txt +++ b/docs/gl_ES.UTF-8/OPTIONS.txt @@ -6,7 +6,7 @@ Documentación de opcións Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 30 de Marzo de 2022 + 15 de Maio de 2022 +----------------------------------------------------+ |Índice | diff --git a/docs/gl_ES.UTF-8/SIGNALS.txt b/docs/gl_ES.UTF-8/SIGNALS.txt index 653597144..5a8d6abd0 100644 --- a/docs/gl_ES.UTF-8/SIGNALS.txt +++ b/docs/gl_ES.UTF-8/SIGNALS.txt @@ -5,12 +5,12 @@ Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 31 de Marzo de 2022 + 15 de Maio de 2022 Tux Paint responde aos seguintes sinais (que poden enviarse ao proceso do programa a través de «kill» ou «killall», por exemplo). - SIGTERM (tamén, [Ctrl] + [C] dende un terminal executando «tuxpaint») + SIGTERM (tamén, [Control] + [C] dende un terminal executando «tuxpaint») Tux Paint responde coma se se premese o botón «Saír» ou se lle dixera ao contorno de escritorio que peche Tux Paint (por exemplo, diff --git a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index 411d4598b..8dc1418e8 100644 --- a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -25,7 +25,7 @@

    - 20 de Xaneiro de 2022

    + 15 de Maio de 2022


    - Acostúmese a facer [Ctrl]-premer e [Alt]-premer nas imaxes en miniatura no diálogo de capas. Necesitará isto para controlar o que está a ver e o que está a editar. Ás veces estará editando cousas que non pode ver. Por exemplo, pode editar a máscara da capa WIP mentres mira a imaxe sen modificar. Preste atención para non meter a pata. Verifica sempre que está a editar o correcto.

    + Acostúmese a facer [Control]-premer e [Alt]-premer nas imaxes en miniatura no diálogo de capas. Necesitará isto para controlar o que está a ver e o que está a editar. Ás veces estará editando cousas que non pode ver. Por exemplo, pode editar a máscara da capa WIP mentres mira a imaxe sen modificar. Preste atención para non meter a pata. Verifica sempre que está a editar o correcto.

    Estabeleza unha imaxe sen modificar como a que vai ver (a superior é a máis doada). Estabeleza a máscara WIP como o que vai editar. Nalgún momento, quizais non de inmediato, debería aumentar a imaxe ata aproximadamente o 400% (cada píxel da imaxe vese e edítase como un bloque de píxeles 4x4 na súa pantalla).

    diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html index df5ab9f7b..07303f92e 100644 --- a/docs/gl_ES.UTF-8/html/EXTENDING.html +++ b/docs/gl_ES.UTF-8/html/EXTENDING.html @@ -98,7 +98,7 @@

    - 30 de Marzo de 2022

    + 15 de Maio de 2022

    @@ -192,7 +192,7 @@ Tux Paint almacena os seus ficheiros de datos dentro da icona da aplicación «Tux Paint» (que en realidade é un tipo de cartafol especial en macOS e Mac OS X antes). Os seguintes pasos explican como chegar aos cartafoles dentro del:

    1. - Abra un menú «contextual» mantendo premida a tecla [Control] e premendo na icona de Tux Paint no Finder (buscador). (Se ten un rato con máis dun botón, pode simplemente premer co botón dereito na icona.)
    2. + Abra un menú «contextual» mantendo premida a tecla [Control] e premendo na icona de Tux Paint no Finder (buscador). (Se ten un rato con máis dun botón, pode simplemente premer co botón dereito na icona.)
    3. Seleccione «Amosar contido» no menú que aparece. Aparecerá unha nova xanela Finder cun cartafol dentro chamado «Contido».
    4. diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 8bcbc1d96..7befd5dd2 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -25,7 +25,7 @@

      - 20 de Xaneiro de 2022

      + 15 de Maio de 2022


      - Usuarios de Linux: o seu servidor X-Window probabelmente non estea configurado coa capacidade de cambiar á resolución desexada: 800×600. (ou a resolución que teña configurada para Tux Paint para que funcione.) (Normalmente faise manualmente no servidor X-Window premendo [Ctrl] + [Alt] + [Máis (+) no teclado numérico] e [Ctrl] + [Alt] + [Menos (-) no teclado numérico].)

      + Usuarios de Linux: o seu servidor X-Window probabelmente non estea configurado coa capacidade de cambiar á resolución desexada: 800×600. (ou a resolución que teña configurada para Tux Paint para que funcione.) (Normalmente faise manualmente no servidor X-Window premendo [Control] + [Alt] + [Keypad Plus (+)] e [Control] + [Alt] + [Keypad Minus (-)].)

      Para que isto funcione, o monitor debe admitir esa resolución e cómpre que apareza na súa configuración do servidor X.

      diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html index 898c80374..71087b4b2 100644 --- a/docs/gl_ES.UTF-8/html/INSTALL.html +++ b/docs/gl_ES.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

      - 31 de Marzo de 2022

      + 15 de Maio de 2022

      @@ -642,7 +642,7 @@ (Vexa a documentación principal para obter unha lista completa das opcións dispoñíbeis da liña de ordes.)

      - Se se trabuca ou desaparece todo, use [Ctrl] + [Z] para desfacer ou só prema a tecla [Esc] e a caixa pecharase sen facer cambios (a non ser que premera o botón «Aplicar»).

      + Se se trabuca ou desaparece todo, use [Control] + [Z] para desfacer ou só prema a tecla [Esc] e a caixa pecharase sen facer cambios (a non ser que premera o botón «Aplicar»).

      Cando teña rematado, prema en «Aceptar».

      diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html index 9a905d9f6..75ee3cc2c 100644 --- a/docs/gl_ES.UTF-8/html/OPTIONS.html +++ b/docs/gl_ES.UTF-8/html/OPTIONS.html @@ -100,7 +100,7 @@

      - 30 de Marzo de 2022

      + 15 de Maio de 2022

      @@ -345,7 +345,7 @@

      - Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non se poden volver activar os sons se se desactivaron usando esta opción).

      + Desactivar os efectos de son. (Nota: Ao premer [Alt] + [S] non se poden volver activar os sons se se desactivaron usando esta opción).

      Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".

      @@ -587,7 +587,7 @@ Desactivar o botón «Saír» na pantalla e evitar saír de Tux Paint coa tecla [Escape].

      - Usar a combinación de teclado [Alt] + [F4] ou premer no botón de peche da xanela (asumindo que non está en modo de pantalla completa) segue a funcionar para saír de Tux Paint.

      + Usar a combinación de teclado [Alt] + [F4] ou premer no botón de peche da xanela (asumindo que non está en modo de pantalla completa) segue a funcionar para saír de Tux Paint.

      Tamén pode usar a seguinte combinación de teclado para saír: [Maiúsculas] + [Control] + [Escape].

      @@ -1439,7 +1439,7 @@

      - Isto fai que Tux Paint amose sempre o diálogo da impresora (ou, en Linux/Unix, execute a orde «altprint») cando se preme no botón «Imprimir». Noutras palabras, é como premer en «Imprimir» mentres mantén premido [Alt], agás que non precisa manter premida [Alt] cada vez.

      + Isto fai que Tux Paint amose sempre o diálogo da impresora (ou, en Linux/Unix, execute a orde «altprint») cando se preme no botón «Imprimir». Noutras palabras, é como premer en «Imprimir» mentres mantén premido [Alt], agás que non precisa manter premida [Alt] cada vez.

      @@ -1448,7 +1448,7 @@

      - Isto evita que Tux Paint nunca amose o diálogo da impresora (ou, en Linux/Unix, execute «altprintcommand») cando se preme no botón «Imprimir». Noutras palabras, fai que a tecla [Alt] non teña efecto ao premer no botón «Imprimir».

      + Isto evita que Tux Paint nunca amose o diálogo da impresora (ou, en Linux/Unix, execute «altprintcommand») cando se preme no botón «Imprimir». Noutras palabras, fai que a tecla [Alt] non teña efecto ao premer no botón «Imprimir».

      @@ -1457,7 +1457,7 @@

      - Este é o comportamento normal e predeterminado. Tux Paint amosa un diálogo de impresora (ou, en Linux/Unix, executa a orde «altprint»), cando se preme a tecla [Alt] mentres se preme no botón «Imprimir». Premer en «Imprimir» sen manter premida [Alt] imprime sen amosar un diálogo.

      + Este é o comportamento normal e predeterminado. Tux Paint amosa un diálogo de impresora (ou, en Linux/Unix, executa a orde «altprint»), cando se preme a tecla [Alt] mentres se preme no botón «Imprimir». Premer en «Imprimir» sen manter premida [Alt] imprime sen amosar un diálogo.

    @@ -1478,7 +1478,7 @@

    - Tux Paint empregará un ficheiro de configuración da impresora cando imprima. Prema a tecla [Alt] mentres fai clic no botón «Imprimir» en Tux Paint para que apareza unha xanela de diálogo de impresión de Windows.

    + Tux Paint empregará un ficheiro de configuración da impresora cando imprima. Prema a tecla [Alt] mentres fai clic no botón «Imprimir» en Tux Paint para que apareza unha xanela de diálogo de impresión de Windows.

    Any configuration changes made in this dialog will be saved to the file "userdata/print.cfg" , and used again, as long as the "printcfg" option is set.

    @@ -1532,7 +1532,7 @@

    - Use a orde ORDE para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir» mentres se mantén premida a tecla modificadora [Alt]. (Iso utilizase normalmente para fornecer un diálogo de impresión, semellante a cando se preme [Alt]+«Imprimir» en Windows e macOS.)

    + Use a orde ORDE para imprimir un ficheiro en formato PostScript cando se preme no botón «Imprimir» mentres se mantén premida a tecla modificadora [Alt]. (Iso utilizase normalmente para fornecer un diálogo de impresión, semellante a cando se preme [Alt]+«Imprimir» en Windows e macOS.)

    Se esta opción non está especificamente definida, a orde predeterminada é o diálogo gráfico de impresión de KDE:

    diff --git a/docs/gl_ES.UTF-8/html/SIGNALS.html b/docs/gl_ES.UTF-8/html/SIGNALS.html index 3a2f1aa1d..aefc48281 100644 --- a/docs/gl_ES.UTF-8/html/SIGNALS.html +++ b/docs/gl_ES.UTF-8/html/SIGNALS.html @@ -96,7 +96,7 @@

    - 31 de Marzo de 2022

    + 15 de Maio de 2022

    @@ -108,7 +108,7 @@
    SIGTERM - (tamén, [Ctrl] + [C] dende un terminal executando «tuxpaint»)
    + (tamén, [Control] + [C] dende un terminal executando «tuxpaint»)

    diff --git a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt index f29cd699b..61cfa1bb1 100644 --- a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -4,7 +4,7 @@ Copyright © 2006-2022 by Albert Cahalan ほか; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年1月20日 + 2022年5月15日 ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ マスクの設定 - レイヤーダイアログのサムネイル画像を [Ctrl] キーを押しながらクリックしたり、[Alt] + レイヤーダイアログのサムネイル画像を [Control] キーを押しながらクリックしたり、[Alt] キーを押しながらクリックしたりすることに慣れておきましょう。これは、何を見て何を編集しているかを把握するために必要となります。例えば、変更されていない画像を見ながら作業用レイヤーのマスクを編集する場合など、見えていないものを編集することもあります。混乱して間違ってしまわないように注意してください。自分が編集しているものが正しいかどうかを常に確認するようにしましょう。 一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上 diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt index 123a3267f..fc9833e85 100644 --- a/docs/ja_JP.UTF-8/EXTENDING.txt +++ b/docs/ja_JP.UTF-8/EXTENDING.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年3月30日 + 2022年5月15日 +------------------------------------------+ |目次 | diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index faf254eab..2fcb2d8ad 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -4,7 +4,7 @@ Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年1月20日 + 2022年5月15日 ---------------------------------------------------------------------- @@ -450,8 +450,9 @@ Fullscreen Mode Problems Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically - done manually under the X-Window server by pressing [Ctrl] + [Alt] - + [Keypad Plus] and [Ctrl] + [Alt] + [Keypad Minus].) + done manually under the X-Window server by pressing [Control] + + [Alt] + [Keypad Plus (+)] and [Control] + [Alt] + [Keypad Minus + (-)].) For this to work, your monitor must support that resolution, and you need to have it listed in your X server configuration. diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index 89ef9ec4c..786eb36aa 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -5,7 +5,7 @@ Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年3月31日 + 2022年5月15日 +----------------------------------------------------+ |目次 | @@ -402,7 +402,7 @@ Windows (See the main documentation for a full list of available command-line options.) - If you make a mistake or it all disappears use [Ctrl] + [Z] to undo or + If you make a mistake or it all disappears use [Control] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!). diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt index b08d2d075..8f48b6397 100644 --- a/docs/ja_JP.UTF-8/OPTIONS.txt +++ b/docs/ja_JP.UTF-8/OPTIONS.txt @@ -6,7 +6,7 @@ Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年3月30日 + 2022年5月15日 +---------------------------------+ |目次 | diff --git a/docs/ja_JP.UTF-8/SIGNALS.txt b/docs/ja_JP.UTF-8/SIGNALS.txt index b0f032841..37dc8f8c2 100644 --- a/docs/ja_JP.UTF-8/SIGNALS.txt +++ b/docs/ja_JP.UTF-8/SIGNALS.txt @@ -5,12 +5,12 @@ Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年3月31日 + 2022年5月15日 Tux Paint responds to the following signals (which can be sent to the program's process via `kill` or `killall`, for example). - SIGTERM (also, [Ctrl] + [C] from a terminal running `tuxpaint`) + SIGTERM (also, [Control] + [C] from a terminal running `tuxpaint`) Tux Paint responds as if the "Quit" button were pressed, or the desktop environment was told to close Tux Paint (e.g., by clicking diff --git a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index f83c2d2d5..5b095d651 100644 --- a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -25,7 +25,7 @@

    - 2022年1月20日

    + 2022年5月15日


    - レイヤーダイアログのサムネイル画像を [Ctrl] キーを押しながらクリックしたり、[Alt] キーを押しながらクリックしたりすることに慣れておきましょう。これは、何を見て何を編集しているかを把握するために必要となります。例えば、変更されていない画像を見ながら作業用レイヤーのマスクを編集する場合など、見えていないものを編集することもあります。混乱して間違ってしまわないように注意してください。自分が編集しているものが正しいかどうかを常に確認するようにしましょう。

    + レイヤーダイアログのサムネイル画像を [Control] キーを押しながらクリックしたり、[Alt] キーを押しながらクリックしたりすることに慣れておきましょう。これは、何を見て何を編集しているかを把握するために必要となります。例えば、変更されていない画像を見ながら作業用レイヤーのマスクを編集する場合など、見えていないものを編集することもあります。混乱して間違ってしまわないように注意してください。自分が編集しているものが正しいかどうかを常に確認するようにしましょう。

    一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上 4x4 ピクセルのブロックとして表示し、編集することができます)

    diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html index 5f61e9cdb..b14cca3b1 100644 --- a/docs/ja_JP.UTF-8/html/EXTENDING.html +++ b/docs/ja_JP.UTF-8/html/EXTENDING.html @@ -98,7 +98,7 @@

    - 2022年3月30日

    + 2022年5月15日

    @@ -192,7 +192,7 @@ Tux Paint stores its data files inside the "Tux Paint" application icon (which is actually a special kind of folder on macOS & Mac OS X before it). The following steps explain how to get to the folders within it:

    1. - Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse with more than one button, you can simply right-click the icon.)
    2. + Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse with more than one button, you can simply right-click the icon.)
    3. Select "Show Contents" from the menu that appears. A new Finder window will appear with a folder inside called "Contents".
    4. diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index 8251f6c09..0b5e474c6 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -25,7 +25,7 @@

      - 2022年1月20日

      + 2022年5月15日


      - Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically done manually under the X-Window server by pressing [Ctrl] + [Alt] + [Keypad Plus] and [Ctrl] + [Alt] + [Keypad Minus].)

      + Linux users - Your X-Window server is probably not set with the ability to switch to the desired resolution: 800×600. (or whatever resolution you have Tux Paint set to run at.) (This is typically done manually under the X-Window server by pressing [Control] + [Alt] + [Keypad Plus (+)] and [Control] + [Alt] + [Keypad Minus (-)].)

      For this to work, your monitor must support that resolution, and you need to have it listed in your X server configuration.

      diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index 769f1aa7b..6b90f1209 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -96,7 +96,7 @@

      - 2022年3月31日

      + 2022年5月15日

      @@ -642,7 +642,7 @@ (See the main documentation for a full list of available command-line options.)

      - If you make a mistake or it all disappears use [Ctrl] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!).

      + If you make a mistake or it all disappears use [Control] + [Z] to undo or just hit the [Esc] key and the box will close with no changes made (unless you pushed the "Apply" button!).

      When you have finished, click "OK."

      diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index d24445cf4..ccc89f134 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -100,7 +100,7 @@

      - 2022年3月30日

      + 2022年5月15日

      @@ -345,7 +345,7 @@

      - 効果音を無効にします。(注: このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません

      + 効果音を無効にします。(注: このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません

      注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nosound=no" または "sound=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--sound" で変更できます。

      @@ -587,7 +587,7 @@ 画面の "やめる" ボタンや [Escape] キーによるプログラム終了を無効にする。

      - なお、この場合でも [Alt] + [F4] の組み合わせや、フルスクリーンモードでない場合は、閉じるボタンを押せば、プログラムを終了することができます。

      + なお、この場合でも [Alt] + [F4] の組み合わせや、フルスクリーンモードでない場合は、閉じるボタンを押せば、プログラムを終了することができます。

      また、[Shift] + [Control] + [Escape]. というキーの組み合わせでもプログラムを終了することができます。

      @@ -1439,7 +1439,7 @@

      - "いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix では、"altprintcommand" で設定したプログラムが起動します)。[Alt] キーを押しながら "いんさつ" ボタンをクリックするのと同じ動作ですが、毎回 [Alt] キーを押す必要がないということです。

      + "いんさつ" ボタンをクリックすると、常に印刷ダイアログを表示します(Linux と Unix では、"altprintcommand" で設定したプログラムが起動します)。[Alt] キーを押しながら "いんさつ" ボタンをクリックするのと同じ動作ですが、毎回 [Alt] キーを押す必要がないということです。

      @@ -1448,7 +1448,7 @@

      - "いんさつ" ボタンを押したときの [Alt] キーの効果を無効にして、印刷ダイアログが表示されないようにします(Linux と Unix では、"altprintcommand" で設定したコマンドが起動されなくなります)。

      + "いんさつ" ボタンを押したときの [Alt] キーの効果を無効にして、印刷ダイアログが表示されないようにします(Linux と Unix では、"altprintcommand" で設定したコマンドが起動されなくなります)。

      @@ -1457,7 +1457,7 @@

      - 印刷時の標準の動作です。[Alt] キーを押しながら "いんさつ" ボタンをクリックすると印刷ダイアログが表示され、[Alt] キーを押さずに "いんさつ" ボタンをクリックすると、ダイアログを表示せずに印刷します。

      + 印刷時の標準の動作です。[Alt] キーを押しながら "いんさつ" ボタンをクリックすると印刷ダイアログが表示され、[Alt] キーを押さずに "いんさつ" ボタンをクリックすると、ダイアログを表示せずに印刷します。

    @@ -1478,7 +1478,7 @@

    - 印刷の設定をファイルから読み込みます。[Alt] キーを押しながら "いんさつ" ボタンを押すと、Windows の印刷ダイアログが起動します。

    + 印刷の設定をファイルから読み込みます。[Alt] キーを押しながら "いんさつ" ボタンを押すと、Windows の印刷ダイアログが起動します。

    "printcfg" オプションが設定されていれば、変更した印刷の設定は "userdata/print.cfg" ファイルに保存され、再利用されます。

    @@ -1532,7 +1532,7 @@

    - [Alt] キーを押しながら "いんさつ" ボタンをクリックすると、COMMAND で指定したコマンドを用いて PostScript 形式のファイルを印刷します。(Windows やmacOSで [Alt] + '印刷' とすると、印刷ダイアログが表示されるのと似ています)

    + [Alt] キーを押しながら "いんさつ" ボタンをクリックすると、COMMAND で指定したコマンドを用いて PostScript 形式のファイルを印刷します。(Windows やmacOSで [Alt] + '印刷' とすると、印刷ダイアログが表示されるのと似ています)

    標準では、以下の KDE の印刷ダイアログが用いられます:

    diff --git a/docs/ja_JP.UTF-8/html/SIGNALS.html b/docs/ja_JP.UTF-8/html/SIGNALS.html index 68ad8fce5..78726c3b7 100644 --- a/docs/ja_JP.UTF-8/html/SIGNALS.html +++ b/docs/ja_JP.UTF-8/html/SIGNALS.html @@ -96,7 +96,7 @@

    - 2022年3月31日

    + 2022年5月15日

    @@ -108,7 +108,7 @@
    SIGTERM - (also, [Ctrl] + [C] from a terminal running `tuxpaint`)
    + (also, [Control] + [C] from a terminal running `tuxpaint`)