From a6551466778150be2d6060954656f77588756edd Mon Sep 17 00:00:00 2001
From: Bill Kendrick DATA_PREFIX" when Tux Paint was built. See 'Install documentation' for details.
By default, though, the directory is:
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/If you installed from a package, it is more likely to be:
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
Tux Paint looks for a directory called 'data' in the same directory as the executable. This is the directory that the installer used when installing Tux Paint e.g.:
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\dataTux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem):
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/When you upgrade to a newer version of Tux Paint, the contents of this "TuxPaint" folder will stay the same, and remain accessible by all users of Tux Paint.
@@ -235,8 +231,7 @@Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
-
+ C:\Users\username\AppData\Roaming\TuxPaint\Your personal Tux Paint folder is stored in your personal "Application Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
-
+ /Users/username/Library/Application Support/TuxPaint/
- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/").
- That is, if your home directory is "/home/tux", then your personal Tux Paint files go in "/home/tux/.tuxpaint/".
/home/username/.tuxpaint/"
Don't forget the period (".") before the "tuxpaint"!
brushes", "stamps", "starters", "templates", "fonts", respectively.
- (For example, if you created a brush named "flower.png", you would put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
flower.png"/home/username/.tuxpaint/brushes/"C:\Users\username\AppData\Roaming\TuxPaint\saved\"C:\Users\username\AppData\Roaming\TuxPaint\saved\"/Users/username/Library/Application Support/TuxPaint/saved/"/Users/username/Library/Application Support/TuxPaint/saved/"/home/username/.tuxpaint/saved/"/home/username/.tuxpaint/saved/"/boot/home/config/settings/TuxPaint/saved/"/boot/home/config/settings/TuxPaint/saved/"@@ -617,10 +617,10 @@
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in C:\Program Files\TuxPaint\"
stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in C:\Program Files\TuxPaint\"
- A lockfile (e.g., /home/username/.tuxpaint/lockfile.dat"userdata\lockfile.dat"
/home/username/.tuxpaint/lockfile.dat"userdata\lockfile.dat"Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time.
@@ -705,7 +705,7 @@-
+C:\Program Files\TuxPaint\tuxpaint.cfgC:\Program Files\TuxPaint\tuxpaint.cfg
@@ -713,7 +713,7 @@
-
+C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfgC:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -727,7 +727,7 @@
-
+/Library/Application Support/TuxPaint/tuxpaint.cfg/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -735,7 +735,7 @@
-
+/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -749,7 +749,7 @@
-
+/etc/tuxpaint/tuxpaint.conf/etc/tuxpaint/tuxpaint.conf
@@ -757,7 +757,7 @@
-
+/home/username/.tuxpaintrc/home/username/.tuxpaintrc
@@ -771,7 +771,7 @@
-
+/boot/home/config/settings/TuxPaint/tuxpaint.conf/boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -783,7 +783,7 @@ This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line.
- For example, on Linux and Unix, if /etc/tuxpaint/tuxpaint.conf"
/etc/tuxpaint/tuxpaint.conf"@@ -792,7 +792,7 @@
- ...then you can reenable sound by either adding this option to your own /home/username/.tuxpaintrc"
/home/username/.tuxpaintrc"diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index f0a0ec9b1..06c0b92cf 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -723,10 +723,7 @@ Make sure the 'Shortcut' tab is selected in the window that appears, and examine the 'Target:' field. You should see something like this:
-+- "C:\Program Files\TuxPaint\TuxPaint.exe" --"C:\Program Files\TuxPaint\TuxPaint.exe"
You can now add command-line options which will be enabled when you double-click the icon.
@@ -735,10 +732,7 @@ For example, to make the game run in fullscreen mode, with simple shapes (no rotation option) and in French, add the options (after 'TuxPaint.exe'), like so:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french(See the main documentation for a full list of available command-line options.)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly C:\Users\username\AppData\Roaming\TuxPaint\"
stderr.txt" in your personal saving folder for TuxPaint which is normaly C:\Users\username\AppData\Roaming\TuxPaint\"It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash).
@@ -1375,7 +1369,7 @@
- Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/Application Support/TuxPaint" (individual users).
TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in /Library/Application Support/TuxPaint/"/Users/username/Library/Application Support/TuxPaint/"- April 7, 2024
+ April 27, 2024 @@ -169,8 +169,7 @@
- /home/username/.tuxpaintrc
-
/home/username/.tuxpaintrc
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
- The file you should create is called "tuxpaint.cfg" and it should be placed in your home folder, under the sub-folder: Library/Application Support/TuxPaint
/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfgYou can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end...
@@ -235,8 +231,7 @@ Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
C:\Program Files\TuxPaint\tuxpaint.cfg
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
/boot/home/config/settings/TuxPaint/tuxpaint.conf@@ -1790,19 +1785,19 @@
/home/username/.tuxpaint/saved//home/username/.tuxpaint/saved/C:\Users\username\AppData\Roaming\TuxPaint\saved\C:\Users\username\AppData\Roaming\TuxPaint\saved\/Users/username/Library/Application Support/TuxPaint/saved//Users/username/Library/Application Support/TuxPaint/saved//boot/home/config/settings/TuxPaint/saved//boot/home/config/settings/TuxPaint/saved/@@ -1828,9 +1823,9 @@
xdg-user-dir PICTURES" to find out.)Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").XDG_PICTURES_DIR". Pictures" subdirectory in your home directory (i.e., /home/username/Pictures"XDG_PICTURES_DIR". C:\Users\username\My Pictures"
- 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
TuxPaint" subdirectory will be created and used. (e.g., /home/username/Pictures/TuxPaint"--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
/home/username/Pictures/TuxPaint"
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
/home/username/Pictures"
Example: exportdir=/home/penguin/TuxPaintExports
If you do not override it, the default location is:
-.tuxpaint" in your home directory (aka "~" or "$HOME")/home/username/.tuxpaint/brushes/ /home/username/.tuxpaint/TuxPaint" in your "Application Data" folder.C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\ C:\Users\username\AppData\Roaming\TuxPaint\TuxPaint" in your "Application Support" folder./Users/Username/Library/Application Support/TuxPaint/brushes/ /Users/username/Library/Application Support/TuxPaint/
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
- (For Linux and Unix users) -
+ If any of the above options are set in a system-wide configuration file (e.g./etc/tuxpaint/tuxpaint.conf"/home/username/.tuxpaintrc"
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you can override them in your own "/home/username/.tuxpaintrc" file.
- For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/username/.tuxpaintrc" file:
noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/username/.tuxpaintrc", if it exists, will be used.
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index 531c1658b..8baa4c2a6 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -102,7 +102,7 @@
- April 8, 2024
+ April 27, 2024
tuxpaint.exe" icon in the "Tux Paint" folder on your computer.
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever you extracted the contents of the ZIP file.
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools.
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/docs/es_ES.UTF-8/EXTENDING.txt b/docs/es_ES.UTF-8/EXTENDING.txt
index 8772f38cd..a2f3c12f6 100644
--- a/docs/es_ES.UTF-8/EXTENDING.txt
+++ b/docs/es_ES.UTF-8/EXTENDING.txt
@@ -99,7 +99,7 @@ macOS
your system's "Application Support" folder (found under "Library" at the
root of your filesystem):
- /Library/Application Support/TuxPaint/
+ /Library/Application Support/TuxPaint/data/
When you upgrade to a newer version of Tux Paint, the contents of this
"TuxPaint" folder will stay the same, and remain accessible by all users of
@@ -118,7 +118,7 @@ Windows
Your personal Tux Paint folder is stored in your personal "Application
Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
+ C:\Users\username\AppData\Roaming\TuxPaint\
@@ -127,18 +127,14 @@ macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
+ /Users/username/Library/Application Support/TuxPaint/
Linux and Unix
Your personal Tux Paint files go into a 'hidden directory' found in your
- account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/
- ").
-
- That is, if your home directory is "/home/tux", then your personal Tux
- Paint files go in "/home/tux/.tuxpaint/".
+ account's home directory: "/home/username/.tuxpaint/".
Don't forget the period (".") before the "tuxpaint"!
@@ -149,8 +145,8 @@ To add your own brushes, stamps, 'starters,' templates, and fonts, create
subdirectories under your personal Tux Paint directory named "brushes", "stamps
", "starters", "templates", "fonts", respectively.
-(For example, if you created a brush named "flower.png", you would put it in "~
-/.tuxpaint/brushes/" under Linux or Unix.)
+(For example, if you created a brush named "flower.png", you would put it in
+"/home/username/.tuxpaint/brushes/" under Linux or Unix.)
Brushes
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index 2c0286f69..142766719 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -887,9 +887,9 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
-configuration files, stamps, and saved pictures, may be found in "/Library/
-Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/
-Application Support/TuxPaint" (individual users).
+configuration files, stamps, and saved pictures, may be found in
+"/Library/Application Support/TuxPaint/" (all users) and
+"/Users/username/Library/Application Support/TuxPaint/" (individual users).
Linux
diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt
index c792e3a04..4425acaef 100644
--- a/docs/es_ES.UTF-8/OPTIONS.txt
+++ b/docs/es_ES.UTF-8/OPTIONS.txt
@@ -59,8 +59,7 @@ at:
macOS Users
-The file you should create is called "tuxpaint.cfg" and it should be placed in
-your home folder, under the sub-folder: Library/Application Support/TuxPaint
+/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
System-Wide Configuration File
@@ -87,8 +86,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
-The file you should create is called "tuxpaint.conf" and it should be placed in
-/boot/home/config/settings/TuxPaint
+/boot/home/config/settings/TuxPaint/tuxpaint.conf
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
@@ -1174,27 +1172,27 @@ Save Printer Configuration
Group) configuration. (Try running the command-line "xdg-user-dir
PICTURES" to find out.)
Typically (in an English locale), this will be a "Pictures"
- subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/
- Pictures").
- Tux Paint will fall back to using that typical directory, of no XDG
+ subdirectory in your home directory (i.e.,
+ "/home/username/Pictures").
+ Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
- o Windows - "My Pictures" directory for each user (normaly "c:\Users\
- USERNAME\Pictures").
+ o Windows - "My Pictures" directory for each user (normaly
+ "C:\Users\username\My Pictures")
You can directly open the folder as follows:
# Press "[Windows]+[R]" key to open "Run ..." dialogue.
# Enter "Shell:My Pictures" in the text box and push [OK].
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
- be created and used. (e.g., "~/Pictures/TuxPaint") When the
- "--exportdir" option is used, the exact path specified will be used (no
- "TuxPaint" subdirectory is created).
+ be created and used. (e.g., "/home/username/Pictures/TuxPaint") When
+ the "--exportdir" option is used, the exact path specified will be used
+ (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if
- it doesn't exist.
+ The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be
+ created, if it doesn't exist.
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not
+ If the parent directory (e.g., "/home/username/Pictures") also does not
exist, Tux Paint will attempt to create it as well (but not any
directories higher than that).
@@ -1284,17 +1282,15 @@ Save Printer Configuration
If you do not override it, the default location is:
- o Linux & Unix — Under a hidden directory named ".tuxpaint" in your
- home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
- o Windows — Inside a folder named "TuxPaint" in your "Application
- Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\
- TuxPaint\brushes\
- o macOS — Inside a folder named "TuxPaint" in your "Application
- Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/
- brushes/
+ Linux / Unix
+ /home/username/.tuxpaint/
+
+ Windows
+ C:\Users\username\AppData\Roaming\TuxPaint\
+
+ macoS
+ /Users/username/Library/Application Support/TuxPaint/
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting
or default as for "savedir" to search for data files. As of version
@@ -1614,13 +1610,12 @@ Button Shortcuts
Overriding System Config. Options
- (For Linux and Unix users)
-
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
- can override them in your own "/home/username/.tuxpaintrc" file.
+ If any of the above options are set in a system-wide configuration file
+ (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in
+ your own personal configuration file (e.g. "/home/username/.tuxpaintrc")
For true/false options, like "noprint" and "grab", you can simply say they
- equal 'no' in your "/home/username/.tuxpaintrc" file:
+ equal 'no' in your personal configuration file:
noprint=no
uppercase=no
@@ -1774,11 +1769,11 @@ Button Shortcuts
--nosysconfig
- Under Linux and Unix, this prevents the system-wide configuration file,
- "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g.
+ "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/username/.tuxpaintrc", if it
- exists, will be used.
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on
+ Linux) — if it exists — will be used.
diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt
index 8113edb3e..91f10ce08 100644
--- a/docs/es_ES.UTF-8/README.txt
+++ b/docs/es_ES.UTF-8/README.txt
@@ -1266,6 +1266,9 @@ Using Tux Paint:
Tux Paint's configuration.
+ 'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools.
+ + Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and
+ problems with, using Tux Paint.
How to extend Tux Paint:
diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html
index 6e1e7e6cb..b1e02ff34 100644
--- a/docs/es_ES.UTF-8/html/EXTENDING.html
+++ b/docs/es_ES.UTF-8/html/EXTENDING.html
@@ -172,13 +172,11 @@
Where this directory goes depends on what value was set for "DATA_PREFIX" when Tux Paint was built. See 'Install documentation' for details.
By default, though, the directory is:
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/
If you installed from a package, it is more likely to be:
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
@@ -186,8 +184,7 @@
Tux Paint looks for a directory called 'data' in the same directory as the executable. This is the directory that the installer used when installing Tux Paint e.g.:
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\data
@@ -209,8 +206,7 @@
💡 Note: If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.).
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem):
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/
When you upgrade to a newer version of Tux Paint, the contents of this "TuxPaint" folder will stay the same, and remain accessible by all users of Tux Paint.
@@ -235,8 +231,7 @@
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
-
+ C:\Users\username\AppData\Roaming\TuxPaint\
@@ -244,17 +239,14 @@
Your personal Tux Paint folder is stored in your personal "Application Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
-
+ /Users/username/Library/Application Support/TuxPaint/
Linux and Unix
- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/").
-
- That is, if your home directory is "/home/tux", then your personal Tux Paint files go in "/home/tux/.tuxpaint/".
+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/" .
Don't forget the period (".") before the "tuxpaint"!
@@ -264,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "brushes", "stamps", "starters", "templates", "fonts", respectively.
- (For example, if you created a brush named "flower.png", you would put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
+ (For example, if you created a brush named "flower.png" , you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)
diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html
index 34f569b6c..035066c9a 100644
--- a/docs/es_ES.UTF-8/html/FAQ.html
+++ b/docs/es_ES.UTF-8/html/FAQ.html
@@ -317,28 +317,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -617,10 +617,10 @@
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
+ If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
- A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
+ A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time.
@@ -705,7 +705,7 @@
- C:\Program Files\TuxPaint\tuxpaint.cfg
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -713,7 +713,7 @@
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -727,7 +727,7 @@
- /Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -735,7 +735,7 @@
- /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -749,7 +749,7 @@
- /etc/tuxpaint/tuxpaint.conf
+ /etc/tuxpaint/tuxpaint.conf
@@ -757,7 +757,7 @@
- /home/username/.tuxpaintrc
+ /home/username/.tuxpaintrc
@@ -771,7 +771,7 @@
- /boot/home/config/settings/TuxPaint/tuxpaint.conf
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -783,7 +783,7 @@
This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line.
- For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
+ For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
@@ -792,7 +792,7 @@
- ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:
+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index 440a5abd8..42c2977db 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -723,10 +723,7 @@
Make sure the 'Shortcut' tab is selected in the window that appears, and examine the 'Target:' field. You should see something like this:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe"
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe"
You can now add command-line options which will be enabled when you double-click the icon.
@@ -735,10 +732,7 @@
For example, to make the game run in fullscreen mode, with simple shapes (no rotation option) and in French, add the options (after 'TuxPaint.exe'), like so:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
(See the main documentation for a full list of available command-line options.)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\" .
+ If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\" .
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash).
@@ -1375,7 +1369,7 @@
- Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/Application Support/TuxPaint" (individual users).
+ Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint/" (all users) and "/Users/username/Library/Application Support/TuxPaint/" (individual users).
diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html
index 68b6a12c2..a192fa57a 100644
--- a/docs/es_ES.UTF-8/html/OPTIONS.html
+++ b/docs/es_ES.UTF-8/html/OPTIONS.html
@@ -102,7 +102,7 @@
- abril 7, 2024
+ abril 27, 2024
@@ -169,8 +169,7 @@
- /home/username/.tuxpaintrc
-
+ /home/username/.tuxpaintrc
@@ -183,8 +182,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
@@ -195,7 +193,7 @@
- The file you should create is called "tuxpaint.cfg" and it should be placed in your home folder, under the sub-folder: Library/Application Support/TuxPaint
+ /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -207,8 +205,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -219,8 +216,7 @@
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end...
@@ -235,8 +231,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -247,7 +242,7 @@
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -1790,19 +1785,19 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/username/.tuxpaint/saved/
+ /home/username/.tuxpaint/saved/
Windows
- C:\Users\username\AppData\Roaming\TuxPaint\saved\
+ C:\Users\username\AppData\Roaming\TuxPaint\saved\
macOS
- /Users/username/Library/Application Support/TuxPaint/saved/
+ /Users/username/Library/Application Support/TuxPaint/saved/
Haiku
- /boot/home/config/settings/TuxPaint/saved/
+ /boot/home/config/settings/TuxPaint/saved/
@@ -1828,9 +1823,9 @@
- Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").
- Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
- - Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
You can directly open the folder as follows:
+ Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures" ).
+ Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "My Pictures" directory for each user (normaly
"C:\Users\username\My Pictures" )
You can directly open the folder as follows:
- Press "[Windows]+[R]" key to open "Run ..." dialogue.
- Enter "Shell:My Pictures" in the text box and push [OK].
@@ -1841,11 +1836,11 @@
- 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint" ) When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
+ The directory itself (e.g., "/home/username/Pictures/TuxPaint" ) will be created, if it doesn't exist.
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
+ If the parent directory (e.g., "/home/username/Pictures" ) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
Example: exportdir=/home/penguin/TuxPaintExports
@@ -1947,16 +1942,17 @@
If you do not override it, the default location is:
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
+
+ - Linux / Unix
+ /home/username/.tuxpaint/
-
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+ - Windows
+ C:\Users\username\AppData\Roaming\TuxPaint\
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
+ macoS
+ /Users/username/Library/Application Support/TuxPaint/
+
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
@@ -2377,14 +2373,10 @@
- (For Linux and Unix users)
-
+ If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc" )
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you can override them in your own "/home/username/.tuxpaintrc" file.
-
-
- For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/username/.tuxpaintrc" file:
+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/username/.tuxpaintrc", if it exists, will be used.
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html
index 82a7c9250..5a233106b 100644
--- a/docs/es_ES.UTF-8/html/README.html
+++ b/docs/es_ES.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- abril 8, 2024
+ abril 27, 2024
tuxpaint.exe" icon in the "Tux Paint" folder on your computer.
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever you extracted the contents of the ZIP file.
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools.
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/docs/fr_FR.UTF-8/EXTENDING.txt b/docs/fr_FR.UTF-8/EXTENDING.txt
index 130f8ae44..6a11e4811 100644
--- a/docs/fr_FR.UTF-8/EXTENDING.txt
+++ b/docs/fr_FR.UTF-8/EXTENDING.txt
@@ -107,7 +107,7 @@ macOS
vous pouvez placer dans votre dossier système "Application Support" (situé
sous "Library" à la racine de votre système de fichiers) :
- /Library/Application Support/TuxPaint/
+ /Library/Application Support/TuxPaint/data/
Lorsque vous passez à une version plus récente de Tux Paint , le contenu de
ce dossier "TuxPaint" restera à la même place et restera accessible à tous
@@ -126,8 +126,7 @@ Windows
Votre dossier personnel Tux Paint est stocké dans votre dossier
"Application Data". Par exemple, sur un Windows plus récent :
- C:\Documents and Settings\(nom d'utilisateur)\Application Data\TuxPaint
- \
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
@@ -136,18 +135,14 @@ macOS
Votre dossier personnel Tux Paint est stocké dans votre dossier
«Application Support» :
- /Users/(nom d'utilisateur)/Library/Application Support/TuxPaint/
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/
Linux et Unix
- Vos fichiers personnels Tux Paint vont dans un 'répertoire caché' que l'on
- trouve dans votre répertoire personnel "$(HOME)/.tuxpaint/" (également
- appelé "~/.tuxpaint/".
-
- Autrement dit, si votre répertoire personnel est "/home/tux", alors votre
- répertoire Tux Paint est "/home/tux/.tuxpaint/".
+ Your personal Tux Paint files go into a 'hidden directory' found in your
+ account's home directory: "/home/nom d'utilisateur/.tuxpaint/".
N'oubliez pas le point (" .") avant le "tuxpaint" !
@@ -159,8 +154,8 @@ et des polices créez des sous-répertoires dans votre répertoire personnel Tux
Paint nommés respectivement "brushes", "stamps", "starters", "templates", "
fonts".
-(Par exemple, si vous avez créé un pinceau nommé "flower.png", vous le mettrez
-dans "~/.tuxpaint/brushes/" sous Linux ou Unix.)
+(For example, if you created a brush named "flower.png", you would put it in
+"/home/nom d'utilisateur/.tuxpaint/brushes/" under Linux or Unix.)
Pinceaux
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index d83e19a1d..514374bf3 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -923,11 +923,11 @@ dans la Section Ajout / Suppression de programmes du Panneau de configuration.
macOS
-Enlevez "TuxPaint.app" du dossier "Applications". Les fichiers de données les
-fichiers de configuration, les tampons et les images sauvegardées peuvent être
-trouvées dans "/Bibliothèque/Support d'Application/Tux Paint" (pour tous les
-utilisateurs) et "/Users/USERNAME/Library/Application Support/TuxPaint" pour
-les utilisateurs individuels.
+Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
+configuration files, stamps, and saved pictures, may be found in
+"/Library/Application Support/TuxPaint/" (all users) and
+"/Users/nom d'utilisateur/Library/Application Support/TuxPaint/" (individual
+users).
Linux
diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt
index 75c5cd563..13c2b4047 100644
--- a/docs/fr_FR.UTF-8/OPTIONS.txt
+++ b/docs/fr_FR.UTF-8/OPTIONS.txt
@@ -61,9 +61,7 @@ activés.) Il se trouve normalement ici :
Utilisateurs de macOS
-Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et il doit être placé
-dans votre dossier de départ, sous le sous-dossier : Library/Application
-Support/TuxPaint
+/Users/nom d'utilisateur/Library/Application Support/TuxPaint/tuxpaint.cfg
Fichier de configuration pour l'ensemble du système
@@ -91,8 +89,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
-The file you should create is called "tuxpaint.conf" and it should be placed in
-/boot/home/config/settings/TuxPaint
+/boot/home/config/settings/TuxPaint/tuxpaint.conf
⚙ Vous pouvez désactiver complètement la lecture de ce fichier, en laissant les
paramètres par défaut (qui peuvent ensuite être remplacés par votre fichier
@@ -1236,32 +1233,32 @@ Sauvegarder la configuration d'impression
en fonction de votre configuration XDG (X Desktop Group). (Essayez
d'exécuter en ligne de commande "xdg-user-dir PICTURES" pour le
savoir.)
- Typiquement (dans un environnement local anglais), ce sera "Images"
- dans votre répertoire personnel (c'est-à-dire "$HOME/Images" aka "~
- /Images").
- Tux Paint utilisera ce répertoire typique, si aucune configuration
- XDG ne peut être lue, ou rien n'est défini pour "XDG_PICTURES_DIR".
- o Windows - "Mes images" répertoire de chaque utilisateur
- (normalement "c:\Users\USERNAME\Pictures").
- Vous pouvez ouvrir directement le répertoire comme ceci :
+ Typically (in an English locale), this will be a "Images"
+ subdirectory in your home directory (i.e.,
+ "/home/nom d'utilisateur/Images").
+ Tux Paint will fall back to using that typical directory, if no XDG
+ configuration can be read, or nothing is set for
+ "XDG_PICTURES_DIR".
+ o Windows - "Mes images" directory for each user (normaly
+ "C:\Users\nom d'utilisateur\My Pictures")
+ You can directly open the folder as follows:
# Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de
dialogue "Exécuter ...".
# Tapez "Shell:My Pictures" dans la zone de saisie et cliquez sur
OK.
o macOS — TBD!
- 💡 Note : Quand les réglages par défaut sont utilisés, un nouveau
- sous-répertoire "TuxPaint" sera créé puis utilisé(par ex "~/Images/
- TuxPaint"). Quand l'option "--exportdir" est utilisée, le chemin exact
- qui a été spécifié sera utilisé (pas de sous-répertoire "TuxPaint"
- créé).
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
+ be created and used. (e.g., "/home/nom d'utilisateur/Images/TuxPaint")
+ When the "--exportdir" option is used, the exact path specified will be
+ used (no "TuxPaint" subdirectory is created).
- Le répertoire lui-même (par ex. "~/Images/TuxPaint") sera créé, s'il
- n'existe pas.
+ The directory itself (e.g., "/home/nom d'utilisateur/Images/TuxPaint")
+ will be created, if it doesn't exist.
- Si le répertoire parent (par ex "~/Images/TuxPaint") n'existe pas non
- plus, Tux Paint essayera aussi de le créer (mais de répertoire plus
- haut que celui-là).
+ If the parent directory (e.g., "/home/nom d'utilisateur/Images") also
+ does not exist, Tux Paint will attempt to create it as well (but not
+ any directories higher than that).
Exemple: exportdir=/home/penguin/TuxPaintExports
@@ -1355,17 +1352,15 @@ Sauvegarder la configuration d'impression
Si vous ne le changez pas, l' emplacement par défaut est :
- o Linux & Unix - Sous un répertoire caché nommé ".tuxpaint" dans
- votre répertoire personnel (aka "~" ou "$HOME")
- Exemple: /home/username/.tuxpaint/brushes/
- o Windows - Dans un dossier nommé "TuxPaint" dans votre dossier
- "Application Data".
- Exemple: C:\Documents and Settings\Username\Application Data\
- TuxPaint\brushes\
- o macOS - Dans un dossier nommé "TuxPaint" dans votre dossier
- "Application Support".
- Exemple: /Users/Username/Library/Application Support/TuxPaint/
- brushes/
+ Linux / Unix
+ /home/nom d'utilisateur/.tuxpaint/
+
+ Windows
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
+
+ macoS
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/
+
📜 Note : Avant la version 0.9.18, Tux Paint utlisait les mêmes réglages
que "savedir" pour chercher les fichiers de données. Depuis la version
@@ -1706,15 +1701,13 @@ Boutons pour raccourcis
Écraser des options de System Config
- (Pour les utilisateurs Linux et Unix)
+ If any of the above options are set in a system-wide configuration file
+ (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in
+ your own personal configuration file (e.g.
+ "/home/nom d'utilisateur/.tuxpaintrc")
- Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/
- tuxpaint.conf", vous pouvez la remplacer dans votre propre fichier "/home/
- nom d'utilisateur/.tuxpaintrc ".
-
- Pour les options vrai / faux, comme "noprint" et "grab", vous pouvez
- simplement dire qu'elles sont égales à "no" dans votre fichier "/home/nom
- d'utilisateur/.tuxpaintrc" :
+ For true/false options, like "noprint" and "grab", you can simply say they
+ equal 'no' in your personal configuration file:
noprint=no
uppercase=no
@@ -1869,11 +1862,12 @@ Boutons pour raccourcis
--nosysconfig
- Sous Linux et Unix, cela empêche la lecture du fichier de configuration
- système "/etc/tuxpaint/tuxpaint.conf".
+ This prevents the system-wide configuration file (e.g.
+ "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Seul votre propre fichier de configuration, "/home/nom d'utilisateur
- /.tuxpaintrc", s'il existe, sera utilisé.
+ Only your own configuration file (e.g.
+ "/home/nom d'utilisateur/.tuxpaintrc" on Linux) — if it exists — will
+ be used.
@@ -1886,9 +1880,9 @@ Boutons pour raccourcis
--version
--verbose-version
- Affiche le numéro de version et la date de la copie de Tux Paint que
- vous utilisez. La "--verbose-version" répertorie également les options
- de compilation définies. (Voir INSTALL et FAQ.
+ Display the version number and date of the copy of Tux Paint you are
+ running. The "--verbose-version" also lists what compile-time options
+ were set. (See INSTALL and FAQ).
diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt
index 78bf7c780..e1b010f8c 100644
--- a/docs/fr_FR.UTF-8/README.txt
+++ b/docs/fr_FR.UTF-8/README.txt
@@ -1354,6 +1354,9 @@ Utiliser Tux Paint :
l'outil Tux Paint Config.
+ Documentation sur l'outil 'Magie' ("magic-docs")
Documentation pour chacun des outils "Magic" actuellement installés.
+ + Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and
+ problems with, using Tux Paint.
Extensions pour Tux Paint :
diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html
index cf10aa796..36323bfea 100644
--- a/docs/fr_FR.UTF-8/html/EXTENDING.html
+++ b/docs/fr_FR.UTF-8/html/EXTENDING.html
@@ -172,13 +172,11 @@
L'emplacement de ce répertoire dépend de la valeur définie pour "DATA_PREFIX" lors de la construction de Tux Paint . Voir INSTALL. pour plus de détails.
Par défaut, ce répertoire est :
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/
Si vous l'avez installé à partir d'un paquetage, c'est plutôt :
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
@@ -186,8 +184,7 @@
Tux Paint recherche un répertoire appelé 'data' dans le même répertoire que l'exécutable. C'est le répertoire que l'installateur a utilisé lors de l'installation de Tux Paint, par exemple :
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\data
@@ -209,8 +206,7 @@
💡 Remarque : Si vous installez une version plus récente de Tux Paint et remplacez ou supprimez l'ancienne version, vous perdrez les modifications apportées avec les instructions ci-dessus, faites donc des sauvegardes de votre nouveau contenu (tampons,pinceaux, etc.).
Tux Paint recherche également les fichiers dans un dossier "Tux Paint" que vous pouvez placer dans votre dossier système "Application Support" (situé sous "Library" à la racine de votre système de fichiers) :
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/
Lorsque vous passez à une version plus récente de Tux Paint , le contenu de ce dossier "TuxPaint" restera à la même place et restera accessible à tous les utilisateurs de Tux Paint .
@@ -235,8 +231,7 @@
Votre dossier personnel Tux Paint est stocké dans votre dossier "Application Data". Par exemple, sur un Windows plus récent :
- C:\Documents and Settings\(nom d'utilisateur)\Application Data\TuxPaint\
-
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
@@ -244,17 +239,14 @@
Votre dossier personnel Tux Paint est stocké dans votre dossier «Application Support» :
- /Users/(nom d'utilisateur)/Library/Application Support/TuxPaint/
-
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/
Linux et Unix
- Vos fichiers personnels Tux Paint vont dans un 'répertoire caché' que l'on trouve dans votre répertoire personnel "$(HOME)/.tuxpaint/" (également appelé "~/.tuxpaint/".
-
- Autrement dit, si votre répertoire personnel est "/home/tux", alors votre répertoire Tux Paint est "/home/tux/.tuxpaint/".
+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/nom d'utilisateur/.tuxpaint/" .
N'oubliez pas le point (" .") avant le "tuxpaint" !
@@ -264,7 +256,7 @@
Pour ajouter des pinceaux, des tampons, des 'images de démarrage',des modèles et des polices créez des sous-répertoires dans votre répertoire personnel Tux Paint nommés respectivement "brushes", "stamps", "starters", "templates", "fonts".
- (Par exemple, si vous avez créé un pinceau nommé "flower.png", vous le mettrez dans "~/.tuxpaint/brushes/" sous Linux ou Unix.)
+ (For example, if you created a brush named "flower.png" , you would put it in "/home/nom d'utilisateur/.tuxpaint/brushes/" under Linux or Unix.)
diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html
index 33a2569cf..2118f4bd5 100644
--- a/docs/fr_FR.UTF-8/html/FAQ.html
+++ b/docs/fr_FR.UTF-8/html/FAQ.html
@@ -317,28 +317,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -618,10 +618,10 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
+ If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
- A lockfile (e.g., "/home/nom d'utilisateur/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
+ A lockfile (e.g., "/home/nom d'utilisateur/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
Même si le fichier de verrouillage existe, il contient l'heure de la dernière exécution de Tux Paint. Si cela fait plus de 30 secondes, Tux Paint devrait fonctionner correctement et simplement mettre à jour le fichier de verrouillage avec l'heure courante.
@@ -706,7 +706,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- C:\Program Files\TuxPaint\tuxpaint.cfg
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -714,7 +714,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -728,7 +728,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- /Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -736,7 +736,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- /Users/nom d'utilisateur/Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -750,7 +750,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- /etc/tuxpaint/tuxpaint.conf
+ /etc/tuxpaint/tuxpaint.conf
@@ -758,7 +758,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- /home/nom d'utilisateur/.tuxpaintrc
+ /home/nom d'utilisateur/.tuxpaintrc
@@ -772,7 +772,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- /boot/home/config/settings/TuxPaint/tuxpaint.conf
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -784,7 +784,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
Cela signifie que si quelque chose est défini dans un fichier de configuration que vous ne souhaitez pas activer, vous devrez soit modifier le fichier config. fichier (si vous le pouvez), ou changer l'option par le biais de la ligne de commande.
- For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
+ For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
@@ -793,7 +793,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu
- ...then you can reenable sound by either adding this option to your own "/home/nom d'utilisateur/.tuxpaintrc" file:
+ ...then you can reenable sound by either adding this option to your own "/home/nom d'utilisateur/.tuxpaintrc" file:
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index 6e2e6aa3b..8fc90ff77 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -723,10 +723,7 @@
Assurez-vous que l'onglet "Raccourci" est sélectionné dans la fenêtre qui apparaît et examinez le champ «Cible:». Vous devriez voir quelque chose comme ceci :
-
- "C:\Program Files\TuxPaint\TuxPaint.exe"
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe"
Vous pouvez maintenant ajouter des options de ligne de commande qui seront activées lorsque vous double-cliquez sur l'icône.
@@ -735,10 +732,7 @@
Par exemple, pour faire fonctionner le jeu en mode plein écran, avec des formes simples (pas d'option de rotation) et en français, ajoutez les options (après 'TuxPaint.exe'), comme ceci :
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
(Voir «README.txt» pour une liste complète des options de ligne de commande disponibles.)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\" .
+ If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\" .
Il contiendra une description de ce qui n'allait pas. Habituellement, ce sera simplement dû à une casse de caractère incorrecte (majuscule 'Z' à la place de 'z' minuscule) ou un '-' (tiret) manquant (en trop).
@@ -1375,7 +1369,7 @@
- Enlevez "TuxPaint.app" du dossier "Applications". Les fichiers de données les fichiers de configuration, les tampons et les images sauvegardées peuvent être trouvées dans "/Bibliothèque/Support d'Application/Tux Paint" (pour tous les utilisateurs) et "/Users/USERNAME/Library/Application Support/TuxPaint" pour les utilisateurs individuels.
+ Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint/" (all users) and "/Users/nom d'utilisateur/Library/Application Support/TuxPaint/" (individual users).
diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html
index 5bd5bd434..f4a2ac45b 100644
--- a/docs/fr_FR.UTF-8/html/OPTIONS.html
+++ b/docs/fr_FR.UTF-8/html/OPTIONS.html
@@ -102,7 +102,7 @@
- avril 7, 2024
+ avril 27, 2024
@@ -169,8 +169,7 @@
- /home/nom d'utilisateur/.tuxpaintrc
-
+ /home/nom d'utilisateur/.tuxpaintrc
@@ -183,8 +182,7 @@
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve normalement ici :
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
@@ -195,7 +193,7 @@
- Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et il doit être placé dans votre dossier de départ, sous le sous-dossier : Library/Application Support/TuxPaint
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -207,8 +205,7 @@
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve normalement ici :
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -219,8 +216,7 @@
- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ...
@@ -235,8 +231,7 @@
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve normalement ici :
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -247,7 +242,7 @@
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -1790,19 +1785,19 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/nom d'utilisateur/.tuxpaint/saved/
+ /home/nom d'utilisateur/.tuxpaint/saved/
Windows
- C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\
macOS
- /Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/
Haiku
- /boot/home/config/settings/TuxPaint/saved/
+ /boot/home/config/settings/TuxPaint/saved/
@@ -1828,9 +1823,9 @@
- Linux et Unix - Si disponible, quel que soit l'endroit où votre environnement de bureau est configuré pour le stockage des images, en fonction de votre configuration XDG (X Desktop Group). (Essayez d'exécuter en ligne de commande "
xdg-user-dir PICTURES" pour le savoir.)
- Typiquement (dans un environnement local anglais), ce sera "Images" dans votre répertoire personnel (c'est-à-dire "$HOME/Images" aka "~/Images").
- Tux Paint utilisera ce répertoire typique, si aucune configuration XDG ne peut être lue, ou rien n'est défini pour "XDG_PICTURES_DIR".
- - Windows - "Mes images" répertoire de chaque utilisateur (normalement "c:\Users\USERNAME\Pictures").
Vous pouvez ouvrir directement le répertoire comme ceci :
+ Typically (in an English locale), this will be a "Images" subdirectory in your home directory (i.e., "/home/nom d'utilisateur/Images" ).
+ Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "Mes images" directory for each user (normaly
"C:\Users\nom d'utilisateur\My Pictures" )
You can directly open the folder as follows:
- Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de dialogue "Exécuter ...".
- Tapez "Shell:My Pictures" dans la zone de saisie et cliquez sur OK.
@@ -1841,11 +1836,11 @@
- 💡 Note : Quand les réglages par défaut sont utilisés, un nouveau sous-répertoire "TuxPaint" sera créé puis utilisé(par ex "~/Images/TuxPaint"). Quand l'option "--exportdir" est utilisée, le chemin exact qui a été spécifié sera utilisé (pas de sous-répertoire "TuxPaint" créé).
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/nom d'utilisateur/Images/TuxPaint" ) When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- Le répertoire lui-même (par ex. "~/Images/TuxPaint") sera créé, s'il n'existe pas.
+ The directory itself (e.g., "/home/nom d'utilisateur/Images/TuxPaint" ) will be created, if it doesn't exist.
- Si le répertoire parent (par ex "~/Images/TuxPaint") n'existe pas non plus, Tux Paint essayera aussi de le créer (mais de répertoire plus haut que celui-là).
+ If the parent directory (e.g., "/home/nom d'utilisateur/Images" ) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
Exemple: exportdir=/home/penguin/TuxPaintExports
@@ -1947,16 +1942,17 @@
Si vous ne le changez pas, l' emplacement par défaut est :
-
- - Linux & Unix - Sous un répertoire caché nommé "
.tuxpaint" dans votre répertoire personnel (aka "~" ou "$HOME")
- Exemple: /home/username/.tuxpaint/brushes/
+
+ - Linux / Unix
+ /home/nom d'utilisateur/.tuxpaint/
-
- Windows - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Data".
- Exemple: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+ - Windows
+ C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\
- - macOS - Dans un dossier nommé "
TuxPaint" dans votre dossier "Application Support".
- Exemple: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
+ macoS
+ /Users/nom d'utilisateur/Library/Application Support/TuxPaint/
+
+
📜 Note : Avant la version 0.9.18, Tux Paint utlisait les mêmes réglages que "savedir" pour chercher les fichiers de données. Depuis la version 0.9.18, ils peuvent être spécifiés séparément.
@@ -2377,14 +2373,10 @@
- (Pour les utilisateurs Linux et Unix)
-
+ If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/nom d'utilisateur/.tuxpaintrc" )
- Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/tuxpaint.conf", vous pouvez la remplacer dans votre propre fichier "/home/nom d'utilisateur/.tuxpaintrc ".
-
-
- Pour les options vrai / faux, comme "noprint" et "grab", vous pouvez simplement dire qu'elles sont égales à "no" dans votre fichier "/home/nom d'utilisateur/.tuxpaintrc" :
+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- Sous Linux et Unix, cela empêche la lecture du fichier de configuration système "/etc/tuxpaint/tuxpaint.conf".
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Seul votre propre fichier de configuration, "/home/nom d'utilisateur/.tuxpaintrc", s'il existe, sera utilisé.
+ Only your own configuration file (e.g. "/home/nom d'utilisateur/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- Affiche le numéro de version et la date de la copie de Tux Paint que vous utilisez. La "--verbose-version" répertorie également les options de compilation définies. (Voir INSTALL et FAQ.
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html
index af7b4c2bc..53326524c 100644
--- a/docs/fr_FR.UTF-8/html/README.html
+++ b/docs/fr_FR.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- avril 8, 2024
+ avril 27, 2024
tuxpaint.exe" dans le dossier "Tux Paint" de votre ordinateur.
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
Si vous avez utilisé le téléchargement de 'ZIP-file', le dossier de Tux Paint sera là où vous l'avez placé lorsque vous avez décompressé le fichier ZIP.
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/nom d'utilisateur/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nom d'utilisateur/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
Documentation sur l'outil 'Magie' ("magic-docs")
Documentation pour chacun des outils "Magic" actuellement installés.
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/docs/gl_ES.UTF-8/EXTENDING.txt b/docs/gl_ES.UTF-8/EXTENDING.txt
index aa5c9432c..4cd1d7981 100644
--- a/docs/gl_ES.UTF-8/EXTENDING.txt
+++ b/docs/gl_ES.UTF-8/EXTENDING.txt
@@ -103,7 +103,7 @@ macOS
seu sistema no cartafol «Application Support» (atópase en «Library» na raíz
do seu sistema de ficheiros):
- /Library/Application Support/TuxPaint/
+ /Library/Application Support/TuxPaint/data/
Cando actualice a unha versión máis recente de Tux Paint, o contido deste
cartafol «TuxPaint» seguirá sendo o mesmo e permanecerá accesíbel por todos
@@ -123,7 +123,7 @@ Windows
O seu cartafol persoal de Tux Paint almacénase nos seus «Datos da
aplicación» persoais. Por exemplo, nos Windows máis recentes:
- C:\Documentos e axustes\(nome de usuario)\Datos da aplicación\TuxPaint\
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
@@ -132,18 +132,14 @@ macOS
O seu cartafol persoal de Tux Paint almacénase no cartafol persoal
«Application Support»:
- /Users/(nome de usuario)/Library/Application Support/TuxPaint/
+ /Users/nome de usuario/Library/Application Support/TuxPaint/
Linux e Unix
- Os seus ficheiros persoais de Tux Paint van a un «directorio agochado» que
- se atopa no directorio persoal da súa conta: «$(HOME)/.tuxpaint/» (tamén
- coñecido como «~/.tuxpaint/»).
-
- É dicir, se o seu directorio persoal é «/home/tux», entón os ficheiros
- persoais de Tux Paint entrarán en «/home/tux/.tuxpaint/».
+ Your personal Tux Paint files go into a 'hidden directory' found in your
+ account's home directory: "/home/nome de usuario/.tuxpaint/".
Non esqueza o punto («.») antes de «tuxpaint»!
@@ -155,8 +151,8 @@ tipos de letra, cree subdirectorios no seu directorio persoal de Tux Paint
chamados «brushes», «stamps», «starters», «templates», «fonts», ,
respectivamente.
-(Por exemplo, se creou un pincel chamado «flor.png», poñeríao en «~/.tuxpaint/
-brushes/» en Linux ou Unix.)
+(For example, if you created a brush named "flor.png", you would put it in
+"/home/nome de usuario/.tuxpaint/brushes/" under Linux or Unix.)
Pinceis
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index 941e2b87e..39e224ca1 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -896,9 +896,10 @@ Eliminar programas do Panel de control.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
-configuration files, stamps, and saved pictures, may be found in "/Library/
-Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/
-Application Support/TuxPaint" (individual users).
+configuration files, stamps, and saved pictures, may be found in
+"/Library/Application Support/TuxPaint/" (all users) and
+"/Users/nome de usuario/Library/Application Support/TuxPaint/" (individual
+users).
Linux
diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt
index af55d186c..a274783bd 100644
--- a/docs/gl_ES.UTF-8/OPTIONS.txt
+++ b/docs/gl_ES.UTF-8/OPTIONS.txt
@@ -60,8 +60,7 @@ at:
Usuarios de macOS
-O ficheiro que debe crear chámase «tuxpaint.cfg» e debería colocalo no seu
-cartafol persoal, baixo o subcartafol: Library/Application Support/TuxPaint
+/Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg
Ficheiro de configuración de todo o sistema
@@ -89,8 +88,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
-The file you should create is called "tuxpaint.conf" and it should be placed in
-/boot/home/config/settings/TuxPaint
+/boot/home/config/settings/TuxPaint/tuxpaint.conf
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
@@ -1185,14 +1183,15 @@ Save Printer Configuration
escritorio estea configurado para que se almacenen imaxes, en
función da configuración XDG (X Desktop Group). (Probe a executar a
liña de ordes «xdg-user-dir PICTURES» para descubrilo.)
- Normalmente (na configuración local inglesa), este será un
- subdirectorio «Imaxes» no seu directorio persoal (é dicir, «$HOME/
- Imaxes» tamén coñecido como «~/Imaxes»).
- Tux Paint volverá usar ese directorio habitual, se non se pode ler
- a configuración XDG, ou non se estabelece nada «XDG_PICTURES_DIR».
- o Windows: Directorio «As miñas imaxes» para cada usuario
- (normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
- Pode abrir directamente o cartafol do seguinte xeito:
+ Typically (in an English locale), this will be a "Imaxes"
+ subdirectory in your home directory (i.e.,
+ "/home/nome de usuario/Imaxes").
+ Tux Paint will fall back to using that typical directory, if no XDG
+ configuration can be read, or nothing is set for
+ "XDG_PICTURES_DIR".
+ o Windows - "As miñas imaxes" directory for each user (normaly
+ "C:\Users\nome de usuario\My Pictures")
+ You can directly open the folder as follows:
# Prema a tecla «[Windows]+[R]» para abrir o diálogo
«Executar...».
# Escriba «Shell: As miñas imaxes« na caixa de texto e prema en
@@ -1200,16 +1199,16 @@ Save Printer Configuration
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
- be created and used. (e.g., "~/Imaxes/TuxPaint") When the "--exportdir"
- option is used, the exact path specified will be used (no "TuxPaint"
- subdirectory is created).
+ be created and used. (e.g., "/home/nome de usuario/Imaxes/TuxPaint")
+ When the "--exportdir" option is used, the exact path specified will be
+ used (no "TuxPaint" subdirectory is created).
- O directorio en si (p. ex.: «~/Imaxes/TuxPaint») crearase, se non
- existe.
+ The directory itself (e.g., "/home/nome de usuario/Imaxes/TuxPaint")
+ will be created, if it doesn't exist.
- Se o directorio pai (por exemplo, «~/Imaxes/TuxPaint») tampouco existe,
- Tux Paint tentará crealo tamén (pero non ningún directorio superior a
- ese).
+ If the parent directory (e.g., "/home/nome de usuario/Imaxes") also
+ does not exist, Tux Paint will attempt to create it as well (but not
+ any directories higher than that).
Exemplo: exportdir=/home/penguin/TuxPaintExports
@@ -1298,17 +1297,15 @@ Save Printer Configuration
Se non o anula, a ubicación predeterminada é:
- o Linux e Unix: baixo un directorio agochado chamado «.tuxpaint» no
- seu directorio persoal (tamén coñecido como «~» ou «$HOME»)
- Exemplo: /home/username/.tuxpaint/brushes/
- o Windows: Dentro un cartafol chamado «TuxPaint» no seu cartafol
- «Application Data».
- Exemplo: C:\Documents and Settings\Username\Application Data\
- TuxPaint\brushes\
- o macOS: Dentro un cartafol chamado «TuxPaint» no seu cartafol
- «Application Support».
- Exemplo: /Users/Username/Library/Application Support/TuxPaint/
- brushes/
+ Linux / Unix
+ /home/nome de usuario/.tuxpaint/
+
+ Windows
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
+
+ macoS
+ /Users/nome de usuario/Library/Application Support/TuxPaint/
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting
or default as for "savedir" to search for data files. As of version
@@ -1642,15 +1639,13 @@ Button Shortcuts
Anulación da configuración do sistema. Opcións
- (Para usuarios de Linux e Unix)
+ If any of the above options are set in a system-wide configuration file
+ (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in
+ your own personal configuration file (e.g.
+ "/home/nome de usuario/.tuxpaintrc")
- Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/
- tuxpaint.conf», pode anulala no seu propio ficheiro «/home/nome de usuario
- /.tuxpaintrc».
-
- Para opcións verdadeiro/falso, como «noprint» e «grab», pode simplemente
- dicir que son iguais a «no» no seu ficheiro «/home/nome de usuario
- /.tuxpaintrc»:
+ For true/false options, like "noprint" and "grab", you can simply say they
+ equal 'no' in your personal configuration file:
noprint=no
uppercase=no
@@ -1805,11 +1800,12 @@ Button Shortcuts
--nosysconfig
- En Linux e Unix, isto evita ler o ficheiro de configuración de todo o
- sistema, «/etc/tuxpaint/tuxpaint.conf».
+ This prevents the system-wide configuration file (e.g.
+ "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Só se empregará o seu propio ficheiro de configuración, «/home/nome de
- usuario/.tuxpaintrc», se existe.
+ Only your own configuration file (e.g.
+ "/home/nome de usuario/.tuxpaintrc" on Linux) — if it exists — will be
+ used.
@@ -1822,10 +1818,9 @@ Button Shortcuts
--version
--verbose-version
- Amosa o número de versión e a data da copia de Tux Paint que está a
- executar. O «--verbose-version» tamén lista as opcións de tempo de
- compilación definidas. (Vexa INSTALL [INSTALAR] e FAQ [Preguntas
- frecuentes] ).
+ Display the version number and date of the copy of Tux Paint you are
+ running. The "--verbose-version" also lists what compile-time options
+ were set. (See INSTALL and FAQ).
diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt
index e06bc4c3a..3624dd875 100644
--- a/docs/gl_ES.UTF-8/README.txt
+++ b/docs/gl_ES.UTF-8/README.txt
@@ -1293,6 +1293,9 @@ Using Tux Paint:
+ Documentación da ferramenta «Maxia» («magic-docs»)
Documentación para cada unha das ferramentas de «Maxia» instaladas
actualmente.
+ + Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and
+ problems with, using Tux Paint.
How to extend Tux Paint:
diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html
index 0286c23d3..556fec92b 100644
--- a/docs/gl_ES.UTF-8/html/EXTENDING.html
+++ b/docs/gl_ES.UTF-8/html/EXTENDING.html
@@ -172,13 +172,11 @@
Onde vai este directorio depende do valor estabelecido para «DATA_PREFIX» cando se construíu Tux Paint. Vexa a «Documentación de instalación» para máis detalles.
De xeito predeterminado, o directorio é:
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/
Se instalou dende un paquete, o máis probábel é que sexa:
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
@@ -186,8 +184,7 @@
Tux Paint busca un directorio chamado «data» no mesmo directorio que o executábel. Este é o directorio que utilizou o instalador ao instalar Tux Paint p. ex.:
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\data
@@ -209,8 +206,7 @@
💡 Nota: Se instala unha versión máis recente de Tux Paint e substitúe ou desbota a versión antiga, perderá os cambios feitos seguindo as instrucións anteriores, así que garde as copias de seguridade do seu novo contido (selos, pinceis, etc.) .
Tux Paint tamén busca ficheiros nun cartafol «TuxPaint» que pode colocar no seu sistema no cartafol «Application Support» (atópase en «Library» na raíz do seu sistema de ficheiros):
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/
Cando actualice a unha versión máis recente de Tux Paint, o contido deste cartafol «TuxPaint» seguirá sendo o mesmo e permanecerá accesíbel por todos os usuarios de Tux Paint.
@@ -235,8 +231,7 @@
O seu cartafol persoal de Tux Paint almacénase nos seus «Datos da aplicación» persoais. Por exemplo, nos Windows máis recentes:
- C:\Documentos e axustes\(nome de usuario)\Datos da aplicación\TuxPaint\
-
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
@@ -244,17 +239,14 @@
O seu cartafol persoal de Tux Paint almacénase no cartafol persoal «Application Support»:
- /Users/(nome de usuario)/Library/Application Support/TuxPaint/
-
+ /Users/nome de usuario/Library/Application Support/TuxPaint/
Linux e Unix
- Os seus ficheiros persoais de Tux Paint van a un «directorio agochado» que se atopa no directorio persoal da súa conta: «$(HOME)/.tuxpaint/» (tamén coñecido como «~/.tuxpaint/»).
-
- É dicir, se o seu directorio persoal é «/home/tux», entón os ficheiros persoais de Tux Paint entrarán en «/home/tux/.tuxpaint/».
+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/nome de usuario/.tuxpaint/" .
Non esqueza o punto («.») antes de «tuxpaint»!
@@ -264,7 +256,7 @@
Para engadir os seus propios pinceis, selos, «imaxes de comezo», modelos e tipos de letra, cree subdirectorios no seu directorio persoal de Tux Paint chamados «brushes», «stamps», «starters», «templates», «fonts», , respectivamente.
- (Por exemplo, se creou un pincel chamado «flor.png», poñeríao en «~/.tuxpaint/brushes/» en Linux ou Unix.)
+ (For example, if you created a brush named "flor.png" , you would put it in "/home/nome de usuario/.tuxpaint/brushes/" under Linux or Unix.)
diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html
index 369d28b93..7c6d42309 100644
--- a/docs/gl_ES.UTF-8/html/FAQ.html
+++ b/docs/gl_ES.UTF-8/html/FAQ.html
@@ -317,28 +317,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/nome de usuario/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/nome de usuario/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -617,10 +617,10 @@
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
+ If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
- A lockfile (e.g., "/home/nome de usuario/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
+ A lockfile (e.g., "/home/nome de usuario/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
Mesmo se o ficheiro de bloqueo existe, contén a «hora» na que se executou Tux Paint por última vez. Se pasaron máis de 30 segundos, Tux Paint debería funcionar ben e simplemente actualiza o ficheiro de bloqueo coa hora actual.
@@ -705,7 +705,7 @@
- C:\Program Files\TuxPaint\tuxpaint.cfg
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -713,7 +713,7 @@
- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -727,7 +727,7 @@
- /Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -735,7 +735,7 @@
- /Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -749,7 +749,7 @@
- /etc/tuxpaint/tuxpaint.conf
+ /etc/tuxpaint/tuxpaint.conf
@@ -757,7 +757,7 @@
- /home/nome de usuario/.tuxpaintrc
+ /home/nome de usuario/.tuxpaintrc
@@ -771,7 +771,7 @@
- /boot/home/config/settings/TuxPaint/tuxpaint.conf
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -783,7 +783,7 @@
Isto significa que se estabelece algo nun ficheiro de configuración que non quere estabelecer, terá que cambiar o ficheiro de configuración (se pode) ou anular a opción na liña de ordes.
- For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
+ For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
@@ -792,7 +792,7 @@
- ...then you can reenable sound by either adding this option to your own "/home/nome de usuario/.tuxpaintrc" file:
+ ...then you can reenable sound by either adding this option to your own "/home/nome de usuario/.tuxpaintrc" file:
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index 41ed0fb18..7fe1cedd9 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -723,10 +723,7 @@
Asegúrese de que a lapela «Atallo» está seleccionada na xanela que aparece e examine o campo «Obxectivo:». Debería ver algo así:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe"
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe"
Agora pode engadir opcións de liña de ordes que se activarán ao facer dobre clic na icona.
@@ -735,10 +732,7 @@
Por exemplo, para que o xogo se execute en modo de pantalla completa, con formas sinxelas (sen opción de rotación) e en francés, engada as opcións (após «TuxPaint.exe»), así:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
(Vexa a documentación principal para obter unha lista completa das opcións dispoñíbeis da liña de ordes.)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\" .
+ If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\" .
Conterá unha descrición do que estaba mal. Normalmente só se debe a maiúsculas e minúsculas incorrectas (maiúsculas «Z» no canto de minúsculas «z») ou a falta (ou exceso) de «-» (guións).
@@ -1375,7 +1369,7 @@
- Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/Application Support/TuxPaint" (individual users).
+ Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint/" (all users) and "/Users/nome de usuario/Library/Application Support/TuxPaint/" (individual users).
diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html
index 7319c0bdc..2a17e2ff0 100644
--- a/docs/gl_ES.UTF-8/html/OPTIONS.html
+++ b/docs/gl_ES.UTF-8/html/OPTIONS.html
@@ -102,7 +102,7 @@
- 7 de Abril de 2024
+ 27 de Abril de 2024
@@ -169,8 +169,7 @@
- /home/nome de usuario/.tuxpaintrc
-
+ /home/nome de usuario/.tuxpaintrc
@@ -183,8 +182,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
@@ -195,7 +193,7 @@
- O ficheiro que debe crear chámase «tuxpaint.cfg» e debería colocalo no seu cartafol persoal, baixo o subcartafol: Library/Application Support/TuxPaint
+ /Users/nome de usuario/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -207,8 +205,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -219,8 +216,7 @@
- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final...
@@ -235,8 +231,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -247,7 +242,7 @@
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -1790,19 +1785,19 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/nome de usuario/.tuxpaint/saved/
+ /home/nome de usuario/.tuxpaint/saved/
Windows
- C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\
macOS
- /Users/nome de usuario/Library/Application Support/TuxPaint/saved/
+ /Users/nome de usuario/Library/Application Support/TuxPaint/saved/
Haiku
- /boot/home/config/settings/TuxPaint/saved/
+ /boot/home/config/settings/TuxPaint/saved/
@@ -1828,9 +1823,9 @@
- Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de escritorio estea configurado para que se almacenen imaxes, en función da configuración XDG (X Desktop Group). (Probe a executar a liña de ordes «
xdg-user-dir PICTURES» para descubrilo.)
- Normalmente (na configuración local inglesa), este será un subdirectorio «Imaxes» no seu directorio persoal (é dicir, «$HOME/Imaxes» tamén coñecido como «~/Imaxes»).
- Tux Paint volverá usar ese directorio habitual, se non se pode ler a configuración XDG, ou non se estabelece nada «XDG_PICTURES_DIR».
- - Windows: Directorio «As miñas imaxes» para cada usuario (normalmente «c:\Users\NOME_DE_USUARIO\Pictures»).
Pode abrir directamente o cartafol do seguinte xeito:
+ Typically (in an English locale), this will be a "Imaxes" subdirectory in your home directory (i.e., "/home/nome de usuario/Imaxes" ).
+ Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "As miñas imaxes" directory for each user (normaly
"C:\Users\nome de usuario\My Pictures" )
You can directly open the folder as follows:
- Prema a tecla «[Windows]+[R]» para abrir o diálogo «Executar...».
- Escriba «Shell: As miñas imaxes« na caixa de texto e prema en [Aceptar.]
@@ -1841,11 +1836,11 @@
- 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Imaxes/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/nome de usuario/Imaxes/TuxPaint" ) When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- O directorio en si (p. ex.: «~/Imaxes/TuxPaint») crearase, se non existe.
+ The directory itself (e.g., "/home/nome de usuario/Imaxes/TuxPaint" ) will be created, if it doesn't exist.
- Se o directorio pai (por exemplo, «~/Imaxes/TuxPaint») tampouco existe, Tux Paint tentará crealo tamén (pero non ningún directorio superior a ese).
+ If the parent directory (e.g., "/home/nome de usuario/Imaxes" ) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
Exemplo: exportdir=/home/penguin/TuxPaintExports
@@ -1947,16 +1942,17 @@
Se non o anula, a ubicación predeterminada é:
-
- - Linux e Unix: baixo un directorio agochado chamado «
.tuxpaint» no seu directorio persoal (tamén coñecido como «~» ou «$HOME»)
- Exemplo: /home/username/.tuxpaint/brushes/
+
+ - Linux / Unix
+ /home/nome de usuario/.tuxpaint/
-
- Windows: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Data».
- Exemplo: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+ - Windows
+ C:\Users\nome de usuario\AppData\Roaming\TuxPaint\
- - macOS: Dentro un cartafol chamado «
TuxPaint» no seu cartafol «Application Support».
- Exemplo: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
+ macoS
+ /Users/nome de usuario/Library/Application Support/TuxPaint/
+
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
@@ -2377,14 +2373,10 @@
- (Para usuarios de Linux e Unix)
-
+ If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/nome de usuario/.tuxpaintrc" )
- Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/tuxpaint.conf», pode anulala no seu propio ficheiro «/home/nome de usuario/.tuxpaintrc».
-
-
- Para opcións verdadeiro/falso, como «noprint» e «grab», pode simplemente dicir que son iguais a «no» no seu ficheiro «/home/nome de usuario/.tuxpaintrc»:
+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- En Linux e Unix, isto evita ler o ficheiro de configuración de todo o sistema, «/etc/tuxpaint/tuxpaint.conf».
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Só se empregará o seu propio ficheiro de configuración, «/home/nome de usuario/.tuxpaintrc», se existe.
+ Only your own configuration file (e.g. "/home/nome de usuario/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- Amosa o número de versión e a data da copia de Tux Paint que está a executar. O «--verbose-version» tamén lista as opcións de tempo de compilación definidas. (Vexa INSTALL [INSTALAR] e FAQ [Preguntas frecuentes] ).
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html
index f52f5b6f7..cbf210a8d 100644
--- a/docs/gl_ES.UTF-8/html/README.html
+++ b/docs/gl_ES.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 8 de Abril de 2024
+ 27 de Abril de 2024
tuxpaint.exe» no cartafol «Tux Paint» do seu computador.
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
Se usou a descarga de «ficheiro ZIP», o cartafol de Tux Paint estará onde teña extraído o contido do ficheiro ZIP.
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\nome de usuario\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/nome de usuario/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/nome de usuario/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/nome de usuario/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
Documentación da ferramenta «Maxia» («magic-docs»)
Documentación para cada unha das ferramentas de «Maxia» instaladas actualmente.
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/docs/is_IS.UTF-8/EXTENDING.txt b/docs/is_IS.UTF-8/EXTENDING.txt
index 83bbe0cc3..1a8d64605 100644
--- a/docs/is_IS.UTF-8/EXTENDING.txt
+++ b/docs/is_IS.UTF-8/EXTENDING.txt
@@ -99,7 +99,7 @@ macOS
your system's "Application Support" folder (found under "Library" at the
root of your filesystem):
- /Library/Application Support/TuxPaint/
+ /Library/Application Support/TuxPaint/data/
When you upgrade to a newer version of Tux Paint, the contents of this
"TuxPaint" folder will stay the same, and remain accessible by all users of
@@ -118,7 +118,7 @@ Windows
Your personal Tux Paint folder is stored in your personal "Application
Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
+ C:\Users\username\AppData\Roaming\TuxPaint\
@@ -127,18 +127,14 @@ macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
+ /Users/username/Library/Application Support/TuxPaint/
Linux and Unix
Your personal Tux Paint files go into a 'hidden directory' found in your
- account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/
- ").
-
- That is, if your home directory is "/home/tux", then your personal Tux
- Paint files go in "/home/tux/.tuxpaint/".
+ account's home directory: "/home/username/.tuxpaint/".
Don't forget the period (".") before the "tuxpaint"!
@@ -149,8 +145,8 @@ To add your own brushes, stamps, 'starters,' templates, and fonts, create
subdirectories under your personal Tux Paint directory named "brushes", "stamps
", "starters", "templates", "fonts", respectively.
-(For example, if you created a brush named "flower.png", you would put it in "~
-/.tuxpaint/brushes/" under Linux or Unix.)
+(For example, if you created a brush named "flower.png", you would put it in
+"/home/username/.tuxpaint/brushes/" under Linux or Unix.)
Brushes
diff --git a/docs/is_IS.UTF-8/INSTALL.txt b/docs/is_IS.UTF-8/INSTALL.txt
index 511d9b4b1..a05397238 100644
--- a/docs/is_IS.UTF-8/INSTALL.txt
+++ b/docs/is_IS.UTF-8/INSTALL.txt
@@ -887,9 +887,9 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
-configuration files, stamps, and saved pictures, may be found in "/Library/
-Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/
-Application Support/TuxPaint" (individual users).
+configuration files, stamps, and saved pictures, may be found in
+"/Library/Application Support/TuxPaint/" (all users) and
+"/Users/username/Library/Application Support/TuxPaint/" (individual users).
Linux
diff --git a/docs/is_IS.UTF-8/OPTIONS.txt b/docs/is_IS.UTF-8/OPTIONS.txt
index a48a4e937..c04405d32 100644
--- a/docs/is_IS.UTF-8/OPTIONS.txt
+++ b/docs/is_IS.UTF-8/OPTIONS.txt
@@ -59,8 +59,7 @@ at:
macOS Users
-The file you should create is called "tuxpaint.cfg" and it should be placed in
-your home folder, under the sub-folder: Library/Application Support/TuxPaint
+/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
System-Wide Configuration File
@@ -87,8 +86,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
-The file you should create is called "tuxpaint.conf" and it should be placed in
-/boot/home/config/settings/TuxPaint
+/boot/home/config/settings/TuxPaint/tuxpaint.conf
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
@@ -1174,27 +1172,27 @@ Save Printer Configuration
Group) configuration. (Try running the command-line "xdg-user-dir
PICTURES" to find out.)
Typically (in an English locale), this will be a "Pictures"
- subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/
- Pictures").
- Tux Paint will fall back to using that typical directory, of no XDG
+ subdirectory in your home directory (i.e.,
+ "/home/username/Pictures").
+ Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
- o Windows - "My Pictures" directory for each user (normaly "c:\Users\
- USERNAME\Pictures").
+ o Windows - "My Pictures" directory for each user (normaly
+ "C:\Users\username\My Pictures")
You can directly open the folder as follows:
# Press "[Windows]+[R]" key to open "Run ..." dialogue.
# Enter "Shell:My Pictures" in the text box and push [OK].
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
- be created and used. (e.g., "~/Pictures/TuxPaint") When the
- "--exportdir" option is used, the exact path specified will be used (no
- "TuxPaint" subdirectory is created).
+ be created and used. (e.g., "/home/username/Pictures/TuxPaint") When
+ the "--exportdir" option is used, the exact path specified will be used
+ (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if
- it doesn't exist.
+ The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be
+ created, if it doesn't exist.
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not
+ If the parent directory (e.g., "/home/username/Pictures") also does not
exist, Tux Paint will attempt to create it as well (but not any
directories higher than that).
@@ -1284,17 +1282,15 @@ Save Printer Configuration
If you do not override it, the default location is:
- o Linux & Unix — Under a hidden directory named ".tuxpaint" in your
- home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
- o Windows — Inside a folder named "TuxPaint" in your "Application
- Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\
- TuxPaint\brushes\
- o macOS — Inside a folder named "TuxPaint" in your "Application
- Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/
- brushes/
+ Linux / Unix
+ /home/username/.tuxpaint/
+
+ Windows
+ C:\Users\username\AppData\Roaming\TuxPaint\
+
+ macoS
+ /Users/username/Library/Application Support/TuxPaint/
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting
or default as for "savedir" to search for data files. As of version
@@ -1614,13 +1610,12 @@ Button Shortcuts
Overriding System Config. Options
- (For Linux and Unix users)
-
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
- can override them in your own "/home/username/.tuxpaintrc" file.
+ If any of the above options are set in a system-wide configuration file
+ (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in
+ your own personal configuration file (e.g. "/home/username/.tuxpaintrc")
For true/false options, like "noprint" and "grab", you can simply say they
- equal 'no' in your "/home/username/.tuxpaintrc" file:
+ equal 'no' in your personal configuration file:
noprint=no
uppercase=no
@@ -1774,11 +1769,11 @@ Button Shortcuts
--nosysconfig
- Under Linux and Unix, this prevents the system-wide configuration file,
- "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g.
+ "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/username/.tuxpaintrc", if it
- exists, will be used.
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on
+ Linux) — if it exists — will be used.
diff --git a/docs/is_IS.UTF-8/README.txt b/docs/is_IS.UTF-8/README.txt
index fe70cccea..c608b6dd8 100644
--- a/docs/is_IS.UTF-8/README.txt
+++ b/docs/is_IS.UTF-8/README.txt
@@ -1266,6 +1266,9 @@ Using Tux Paint:
Tux Paint's configuration.
+ 'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools.
+ + Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and
+ problems with, using Tux Paint.
How to extend Tux Paint:
diff --git a/docs/is_IS.UTF-8/html/EXTENDING.html b/docs/is_IS.UTF-8/html/EXTENDING.html
index 0537a7e90..d16c5d9aa 100644
--- a/docs/is_IS.UTF-8/html/EXTENDING.html
+++ b/docs/is_IS.UTF-8/html/EXTENDING.html
@@ -172,13 +172,11 @@
Where this directory goes depends on what value was set for "DATA_PREFIX" when Tux Paint was built. See 'Install documentation' for details.
By default, though, the directory is:
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/
If you installed from a package, it is more likely to be:
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
@@ -186,8 +184,7 @@
Tux Paint looks for a directory called 'data' in the same directory as the executable. This is the directory that the installer used when installing Tux Paint e.g.:
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\data
@@ -209,8 +206,7 @@
💡 Note: If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.).
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem):
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/
When you upgrade to a newer version of Tux Paint, the contents of this "TuxPaint" folder will stay the same, and remain accessible by all users of Tux Paint.
@@ -235,8 +231,7 @@
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
-
+ C:\Users\username\AppData\Roaming\TuxPaint\
@@ -244,17 +239,14 @@
Your personal Tux Paint folder is stored in your personal "Application Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
-
+ /Users/username/Library/Application Support/TuxPaint/
Linux and Unix
- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/").
-
- That is, if your home directory is "/home/tux", then your personal Tux Paint files go in "/home/tux/.tuxpaint/".
+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/" .
Don't forget the period (".") before the "tuxpaint"!
@@ -264,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "brushes", "stamps", "starters", "templates", "fonts", respectively.
- (For example, if you created a brush named "flower.png", you would put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
+ (For example, if you created a brush named "flower.png" , you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)
diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html
index 5592335b1..5ad0b8f62 100644
--- a/docs/is_IS.UTF-8/html/FAQ.html
+++ b/docs/is_IS.UTF-8/html/FAQ.html
@@ -317,28 +317,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -617,10 +617,10 @@
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
+ If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
- A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
+ A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time.
@@ -705,7 +705,7 @@
- C:\Program Files\TuxPaint\tuxpaint.cfg
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -713,7 +713,7 @@
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -727,7 +727,7 @@
- /Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -735,7 +735,7 @@
- /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -749,7 +749,7 @@
- /etc/tuxpaint/tuxpaint.conf
+ /etc/tuxpaint/tuxpaint.conf
@@ -757,7 +757,7 @@
- /home/username/.tuxpaintrc
+ /home/username/.tuxpaintrc
@@ -771,7 +771,7 @@
- /boot/home/config/settings/TuxPaint/tuxpaint.conf
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -783,7 +783,7 @@
This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line.
- For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
+ For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
@@ -792,7 +792,7 @@
- ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:
+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:
diff --git a/docs/is_IS.UTF-8/html/INSTALL.html b/docs/is_IS.UTF-8/html/INSTALL.html
index 1dff7478e..37d4bbd94 100644
--- a/docs/is_IS.UTF-8/html/INSTALL.html
+++ b/docs/is_IS.UTF-8/html/INSTALL.html
@@ -723,10 +723,7 @@
Make sure the 'Shortcut' tab is selected in the window that appears, and examine the 'Target:' field. You should see something like this:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe"
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe"
You can now add command-line options which will be enabled when you double-click the icon.
@@ -735,10 +732,7 @@
For example, to make the game run in fullscreen mode, with simple shapes (no rotation option) and in French, add the options (after 'TuxPaint.exe'), like so:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
(See the main documentation for a full list of available command-line options.)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\" .
+ If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\" .
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash).
@@ -1375,7 +1369,7 @@
- Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/Application Support/TuxPaint" (individual users).
+ Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint/" (all users) and "/Users/username/Library/Application Support/TuxPaint/" (individual users).
diff --git a/docs/is_IS.UTF-8/html/OPTIONS.html b/docs/is_IS.UTF-8/html/OPTIONS.html
index 7602b0280..fb51a4cea 100644
--- a/docs/is_IS.UTF-8/html/OPTIONS.html
+++ b/docs/is_IS.UTF-8/html/OPTIONS.html
@@ -102,7 +102,7 @@
- apríl 7, 2024
+ apríl 27, 2024
@@ -169,8 +169,7 @@
- /home/username/.tuxpaintrc
-
+ /home/username/.tuxpaintrc
@@ -183,8 +182,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
@@ -195,7 +193,7 @@
- The file you should create is called "tuxpaint.cfg" and it should be placed in your home folder, under the sub-folder: Library/Application Support/TuxPaint
+ /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -207,8 +205,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -219,8 +216,7 @@
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end...
@@ -235,8 +231,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -247,7 +242,7 @@
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -1790,19 +1785,19 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/username/.tuxpaint/saved/
+ /home/username/.tuxpaint/saved/
Windows
- C:\Users\username\AppData\Roaming\TuxPaint\saved\
+ C:\Users\username\AppData\Roaming\TuxPaint\saved\
macOS
- /Users/username/Library/Application Support/TuxPaint/saved/
+ /Users/username/Library/Application Support/TuxPaint/saved/
Haiku
- /boot/home/config/settings/TuxPaint/saved/
+ /boot/home/config/settings/TuxPaint/saved/
@@ -1828,9 +1823,9 @@
- Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "$HOME/Pictures" aka "~/Pictures").
- Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
- - Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
You can directly open the folder as follows:
+ Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures" ).
+ Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "My Pictures" directory for each user (normaly
"C:\Users\username\My Pictures" )
You can directly open the folder as follows:
- Press "[Windows]+[R]" key to open "Run ..." dialogue.
- Enter "Shell:My Pictures" in the text box and push [OK].
@@ -1841,11 +1836,11 @@
- 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Pictures/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint" ) When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Pictures/TuxPaint") will be created, if it doesn't exist.
+ The directory itself (e.g., "/home/username/Pictures/TuxPaint" ) will be created, if it doesn't exist.
- If the parent directory (e.g., "~/Pictures/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
+ If the parent directory (e.g., "/home/username/Pictures" ) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
Example: exportdir=/home/penguin/TuxPaintExports
@@ -1947,16 +1942,17 @@
If you do not override it, the default location is:
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Example: /home/username/.tuxpaint/brushes/
+
+ - Linux / Unix
+ /home/username/.tuxpaint/
-
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Example: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+ - Windows
+ C:\Users\username\AppData\Roaming\TuxPaint\
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Example: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
+ macoS
+ /Users/username/Library/Application Support/TuxPaint/
+
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
@@ -2377,14 +2373,10 @@
- (For Linux and Unix users)
-
+ If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc" )
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you can override them in your own "/home/username/.tuxpaintrc" file.
-
-
- For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/username/.tuxpaintrc" file:
+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/username/.tuxpaintrc", if it exists, will be used.
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html
index 35af649c9..b62e24772 100644
--- a/docs/is_IS.UTF-8/html/README.html
+++ b/docs/is_IS.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- apríl 8, 2024
+ apríl 27, 2024
tuxpaint.exe" icon in the "Tux Paint" folder on your computer.
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever you extracted the contents of the ZIP file.
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools.
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt
index f14562bda..2df24bf60 100644
--- a/docs/ja_JP.UTF-8/EXTENDING.txt
+++ b/docs/ja_JP.UTF-8/EXTENDING.txt
@@ -99,7 +99,7 @@ macOS
your system's "Application Support" folder (found under "Library" at the
root of your filesystem):
- /Library/Application Support/TuxPaint/
+ /Library/Application Support/TuxPaint/data/
When you upgrade to a newer version of Tux Paint, the contents of this
"TuxPaint" folder will stay the same, and remain accessible by all users of
@@ -118,7 +118,7 @@ Windows
Your personal Tux Paint folder is stored in your personal "Application
Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
+ C:\Users\username\AppData\Roaming\TuxPaint\
@@ -127,18 +127,14 @@ macOS
Your personal Tux Paint folder is stored in your personal "Application
Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
+ /Users/username/Library/Application Support/TuxPaint/
Linux and Unix
Your personal Tux Paint files go into a 'hidden directory' found in your
- account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/
- ").
-
- That is, if your home directory is "/home/tux", then your personal Tux
- Paint files go in "/home/tux/.tuxpaint/".
+ account's home directory: "/home/username/.tuxpaint/".
Don't forget the period (".") before the "tuxpaint"!
@@ -149,8 +145,8 @@ To add your own brushes, stamps, 'starters,' templates, and fonts, create
subdirectories under your personal Tux Paint directory named "brushes", "stamps
", "starters", "templates", "fonts", respectively.
-(For example, if you created a brush named "flower.png", you would put it in "~
-/.tuxpaint/brushes/" under Linux or Unix.)
+(For example, if you created a brush named "flower.png", you would put it in
+"/home/username/.tuxpaint/brushes/" under Linux or Unix.)
Brushes
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index 7f7b15637..c98f7a126 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -887,9 +887,9 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
-configuration files, stamps, and saved pictures, may be found in "/Library/
-Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/
-Application Support/TuxPaint" (individual users).
+configuration files, stamps, and saved pictures, may be found in
+"/Library/Application Support/TuxPaint/" (all users) and
+"/Users/username/Library/Application Support/TuxPaint/" (individual users).
Linux
diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt
index 0d0ad754b..175a893b6 100644
--- a/docs/ja_JP.UTF-8/OPTIONS.txt
+++ b/docs/ja_JP.UTF-8/OPTIONS.txt
@@ -60,8 +60,7 @@ Linux 及び Unix のユーザー
macOS のユーザー
-ユーザー毎の設定ファイルは、ホームフォルダ以下のサブフォルダ Library/
-Application Support/TuxPaint 内に "tuxpaint.cfg" というファイル名で作成します。
+/Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
システム全体の設定ファイル
@@ -89,8 +88,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
-The file you should create is called "tuxpaint.conf" and it should be placed in
-/boot/home/config/settings/TuxPaint
+/boot/home/config/settings/TuxPaint/tuxpaint.conf
⚙ コマンドラインオプション "--nosysconfig" 用いると、システム全体の設定ファイル
は無視され、ユーザー毎の設定ファイルやコマンドラインオプションによる変更のみが
@@ -1167,31 +1165,31 @@ altprint=mod
o Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可
能な場合、個々のデスクトップ環境において画像保存用として設定されて
いるディレクトリ("xdg-user-dir PICTURES" コマンドで確認できます)
- 英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures"
- あるいは "~/Pictures")以下の "Pictures" ディレクトリになります。
- (日本語環境では "画像")
- XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されて
- いない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を
- 使用します。
- o Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は "C:\Users\
- ユーザー名\Pictures")。
- また、次のようにして、フォルダを直接開くこともできます:
+ Typically (in an English locale), this will be a "Pictures"
+ subdirectory in your home directory (i.e.,
+ "/home/username/Pictures").
+ Tux Paint will fall back to using that typical directory, if no XDG
+ configuration can be read, or nothing is set for
+ "XDG_PICTURES_DIR".
+ o Windows - "ピクチャ" directory for each user (normaly
+ "C:\Users\username\My Pictures")
+ You can directly open the folder as follows:
# "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイア
ログを開く。
# テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
o macOS — TBD!
- 💡 注: 標準では、サブディレクトリ "TuxPaint" が作成されます。(例: "~/
- Pictures/TuxPaint")一方、"--exportdir" オプションを用いると、指定され
- たパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されま
- せん)。
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
+ be created and used. (e.g., "/home/username/Pictures/TuxPaint") When
+ the "--exportdir" option is used, the exact path specified will be used
+ (no "TuxPaint" subdirectory is created).
- ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成さ
- れます。
+ The directory itself (e.g., "/home/username/Pictures/TuxPaint") will be
+ created, if it doesn't exist.
- 一つ上の親ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合も
- ディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成する
- ことはありません。
+ If the parent directory (e.g., "/home/username/Pictures") also does not
+ exist, Tux Paint will attempt to create it as well (but not any
+ directories higher than that).
例: exportdir=/home/penguin/TuxPaintExports
@@ -1276,16 +1274,15 @@ altprint=mod
特に設定していなければ、標準のディレクトリは次の場所にあります:
- o Linux および Unix — ユーザーのホームディレクトリ("~" または
- "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
- 例: /home/username/.tuxpaint/brushes/
- o Windows — ユーザーごとの "Application Data" フォルダーにある
- "TuxPaint" フォルダー以下
- 例: C:\Documents and Settings\Username\Application Data\TuxPaint\
- brushes\
- o macOS — ユーザーごとの "Application Support" フォルダーにある
- "TuxPaint" フォルダー以下
- 例: /Users/Username/Library/Application Support/TuxPaint/brushes/
+ Linux / Unix
+ /home/username/.tuxpaint/
+
+ Windows
+ C:\Users\username\AppData\Roaming\TuxPaint\
+
+ macoS
+ /Users/username/Library/Application Support/TuxPaint/
+
📜 注: バージョン 0.9.18 以前では、個人用データの検索先として "savedir"
の指定と同じディレクトリを使用していましたが、0.9.18 以降では個別に設定
@@ -1606,14 +1603,12 @@ altprint=mod
システム全体の設定を上書きする
- (Linux および Unix ユーザー向け)
+ If any of the above options are set in a system-wide configuration file
+ (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in
+ your own personal configuration file (e.g. "/home/username/.tuxpaintrc")
- "/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユー
- ザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。
-
- "noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の
- "/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に
- 等しい」と設定することができます:
+ For true/false options, like "noprint" and "grab", you can simply say they
+ equal 'no' in your personal configuration file:
noprint=no
uppercase=no
@@ -1767,11 +1762,11 @@ altprint=mod
--nosysconfig
- Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/
- tuxpaint.conf" から設定を読み込まないようにします。
+ This prevents the system-wide configuration file (e.g.
+ "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、
- このファイルのみから設定を読み込みます。
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on
+ Linux) — if it exists — will be used.
@@ -1784,10 +1779,9 @@ altprint=mod
--version
--verbose-version
- プログラムのバージョンとリリース日を表示します。"--verbose-version" オ
- プションでは、コンパイル時のオプションも追加で表示します。(ドキュメン
- ト "Tux Paint のインストール" および "よくある質問" もごらんくださ
- い。)
+ Display the version number and date of the copy of Tux Paint you are
+ running. The "--verbose-version" also lists what compile-time options
+ were set. (See INSTALL and FAQ).
diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt
index b289afc86..4ceeb3412 100644
--- a/docs/ja_JP.UTF-8/README.txt
+++ b/docs/ja_JP.UTF-8/README.txt
@@ -1182,6 +1182,9 @@ Tux Paint の使用:
Config を使用したくない人向け。
+ 「まほう」ツールに関するドキュメント ("magic-docs")
インストールされている、それぞれの「まほう」ツールに関する説明。
+ + Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and
+ problems with, using Tux Paint.
Tux Paint の拡張:
diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html
index c7d3c0fe1..8c7285b44 100644
--- a/docs/ja_JP.UTF-8/html/EXTENDING.html
+++ b/docs/ja_JP.UTF-8/html/EXTENDING.html
@@ -172,13 +172,11 @@
Where this directory goes depends on what value was set for "DATA_PREFIX" when Tux Paint was built. See 'Install documentation' for details.
By default, though, the directory is:
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/
If you installed from a package, it is more likely to be:
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
@@ -186,8 +184,7 @@
Tux Paint looks for a directory called 'data' in the same directory as the executable. This is the directory that the installer used when installing Tux Paint e.g.:
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\data
@@ -209,8 +206,7 @@
💡 Note: If you install a newer version of Tux Paint and replace or discard the old version, you will lose changes made by following the instructions above, so keep backups of your new content (stamps, brushes, etc.).
Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under "Library" at the root of your filesystem):
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/
When you upgrade to a newer version of Tux Paint, the contents of this "TuxPaint" folder will stay the same, and remain accessible by all users of Tux Paint.
@@ -235,8 +231,7 @@
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
- C:\Documents and Settings\(username)\Application Data\TuxPaint\
-
+ C:\Users\username\AppData\Roaming\TuxPaint\
@@ -244,17 +239,14 @@
Your personal Tux Paint folder is stored in your personal "Application Support" folder:
- /Users/(username)/Library/Application Support/TuxPaint/
-
+ /Users/username/Library/Application Support/TuxPaint/
Linux and Unix
- Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "$(HOME)/.tuxpaint/" (also known as "~/.tuxpaint/").
-
- That is, if your home directory is "/home/tux", then your personal Tux Paint files go in "/home/tux/.tuxpaint/".
+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/username/.tuxpaint/" .
Don't forget the period (".") before the "tuxpaint"!
@@ -264,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "brushes", "stamps", "starters", "templates", "fonts", respectively.
- (For example, if you created a brush named "flower.png", you would put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
+ (For example, if you created a brush named "flower.png" , you would put it in "/home/username/.tuxpaint/brushes/" under Linux or Unix.)
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html
index 4b995c9ff..24805ebc5 100644
--- a/docs/ja_JP.UTF-8/html/FAQ.html
+++ b/docs/ja_JP.UTF-8/html/FAQ.html
@@ -317,28 +317,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -617,10 +617,10 @@
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
+ If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
- A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
+ A lockfile (e.g., "/home/username/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time.
@@ -705,7 +705,7 @@
- C:\Program Files\TuxPaint\tuxpaint.cfg
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -713,7 +713,7 @@
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -727,7 +727,7 @@
- /Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -735,7 +735,7 @@
- /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -749,7 +749,7 @@
- /etc/tuxpaint/tuxpaint.conf
+ /etc/tuxpaint/tuxpaint.conf
@@ -757,7 +757,7 @@
- /home/username/.tuxpaintrc
+ /home/username/.tuxpaintrc
@@ -771,7 +771,7 @@
- /boot/home/config/settings/TuxPaint/tuxpaint.conf
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -783,7 +783,7 @@
This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line.
- For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
+ For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
@@ -792,7 +792,7 @@
- ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:
+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index 2b8722b10..cede7387f 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -723,10 +723,7 @@
Make sure the 'Shortcut' tab is selected in the window that appears, and examine the 'Target:' field. You should see something like this:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe"
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe"
You can now add command-line options which will be enabled when you double-click the icon.
@@ -735,10 +732,7 @@
For example, to make the game run in fullscreen mode, with simple shapes (no rotation option) and in French, add the options (after 'TuxPaint.exe'), like so:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
(See the main documentation for a full list of available command-line options.)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\" .
+ If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\username\AppData\Roaming\TuxPaint\" .
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash).
@@ -1375,7 +1369,7 @@
- Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint" (all users) and "/Users/USERNAME/Library/Application Support/TuxPaint" (individual users).
+ Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint/" (all users) and "/Users/username/Library/Application Support/TuxPaint/" (individual users).
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html
index e24be3f89..e101dd564 100644
--- a/docs/ja_JP.UTF-8/html/OPTIONS.html
+++ b/docs/ja_JP.UTF-8/html/OPTIONS.html
@@ -102,7 +102,7 @@
- 2024年4月 7日
+ 2024年4月27日
@@ -169,8 +169,7 @@
- /home/username/.tuxpaintrc
-
+ /home/username/.tuxpaintrc
@@ -183,8 +182,7 @@
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています)
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
@@ -195,7 +193,7 @@
- ユーザー毎の設定ファイルは、ホームフォルダ以下のサブフォルダ Library/Application Support/TuxPaint 内に "tuxpaint.cfg" というファイル名で作成します。
+ /Users/username/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -207,8 +205,7 @@
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています)
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -219,8 +216,7 @@
- C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。
@@ -235,8 +231,7 @@
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています)
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -247,7 +242,7 @@
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -1790,19 +1785,19 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/username/.tuxpaint/saved/
+ /home/username/.tuxpaint/saved/
Windows
- C:\Users\username\AppData\Roaming\TuxPaint\saved\
+ C:\Users\username\AppData\Roaming\TuxPaint\saved\
macOS
- /Users/username/Library/Application Support/TuxPaint/saved/
+ /Users/username/Library/Application Support/TuxPaint/saved/
Haiku
- /boot/home/config/settings/TuxPaint/saved/
+ /boot/home/config/settings/TuxPaint/saved/
@@ -1828,9 +1823,9 @@
- Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("
xdg-user-dir PICTURES" コマンドで確認できます)
- 英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures" あるいは "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
- XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
- - Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は "C:\Users\ユーザー名\Pictures")。
また、次のようにして、フォルダを直接開くこともできます:
+ Typically (in an English locale), this will be a "Pictures" subdirectory in your home directory (i.e., "/home/username/Pictures" ).
+ Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "ピクチャ" directory for each user (normaly
"C:\Users\username\My Pictures" )
You can directly open the folder as follows:
- "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
- テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
@@ -1841,11 +1836,11 @@
- 💡 注: 標準では、サブディレクトリ "TuxPaint" が作成されます。(例: "~/Pictures/TuxPaint")一方、"--exportdir" オプションを用いると、指定されたパスがそのまま使用されます(サブディレクトリ "TuxPaint" は作成されません)。
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/username/Pictures/TuxPaint" ) When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合は新たに作成されます。
+ The directory itself (e.g., "/home/username/Pictures/TuxPaint" ) will be created, if it doesn't exist.
- 一つ上の親ディレクトリ(例: "~/Pictures/TuxPaint")が存在しない場合もディレクトリの作成を試みますが、それ以上の階層のディレクトリを作成することはありません。
+ If the parent directory (e.g., "/home/username/Pictures" ) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
例: exportdir=/home/penguin/TuxPaintExports
@@ -1947,16 +1942,17 @@
特に設定していなければ、標準のディレクトリは次の場所にあります:
-
- - Linux および Unix — ユーザーのホームディレクトリ("
~" または "$HOME")にある隠しディレクトリ ".tuxpaint" 以下
- 例: /home/username/.tuxpaint/brushes/
+
+ - Linux / Unix
+ /home/username/.tuxpaint/
-
- Windows — ユーザーごとの "
Application Data" フォルダーにある "TuxPaint" フォルダー以下
- 例: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+ - Windows
+ C:\Users\username\AppData\Roaming\TuxPaint\
- - macOS — ユーザーごとの "
Application Support" フォルダーにある "TuxPaint" フォルダー以下
- 例: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
+ macoS
+ /Users/username/Library/Application Support/TuxPaint/
+
+
📜 注: バージョン 0.9.18 以前では、個人用データの検索先として "savedir" の指定と同じディレクトリを使用していましたが、0.9.18 以降では個別に設定できるようになりました。
@@ -2377,14 +2373,10 @@
- (Linux および Unix ユーザー向け)
-
+ If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/username/.tuxpaintrc" )
- "/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユーザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。
-
-
- "noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の "/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます:
+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/tuxpaint.conf" から設定を読み込まないようにします。
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、このファイルのみから設定を読み込みます。
+ Only your own configuration file (e.g. "/home/username/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- プログラムのバージョンとリリース日を表示します。"--verbose-version" オプションでは、コンパイル時のオプションも追加で表示します。(ドキュメント "Tux Paint のインストール" および "よくある質問" もごらんください。)
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html
index ae0137b88..30016861e 100644
--- a/docs/ja_JP.UTF-8/html/README.html
+++ b/docs/ja_JP.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 2024年4月 8日
+ 2024年4月27日
Tux Paint"のフォルダにある "tuxpaint.exe" のアイコンをダブルクリックします。
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
ZIP ファイルを用いた場合、「Tux Paint」のフォルダは、任意の場所に配置できます。
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\username\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/username/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/username/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
「まほう」ツールに関するドキュメント ("magic-docs")
インストールされている、それぞれの「まほう」ツールに関する説明。
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/docs/sq_AL.UTF-8/EXTENDING.txt b/docs/sq_AL.UTF-8/EXTENDING.txt
index 80c89b052..cf466b2db 100644
--- a/docs/sq_AL.UTF-8/EXTENDING.txt
+++ b/docs/sq_AL.UTF-8/EXTENDING.txt
@@ -102,7 +102,7 @@ macOS
mund ta vendosni te dosja “Application Support” e sistemit (gjendet nën
"Library", në rrënjë të sistemit tuaj të kartelave):
- /Library/Application Support/TuxPaint/
+ /Library/Application Support/TuxPaint/data/
Kur e përditësoni Tux Paint-in me një version të ri, lënda e kësaj dosjeje
“TuxPaint” do të mbesë e njëjtë dhe do të mbesë e përdorshme nga krejt
@@ -121,8 +121,7 @@ Windows
Dosja juaj personale Tux Paint gjedenet te “Application Data” juaj
personale. Për shembull, në Windows-e më të rinj:
- C:\Dokumente dhe Rregullime\(emër përdoruesi)\Të dhëna Aplikacioni\
- TuxPaint\
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
@@ -131,18 +130,14 @@ macOS
Dosja juaj personale Tux Paint gjendet në dosjen tuaj personale
“Application Support”:
- /Users/(emër përdoruesi)/Library/Application Support/TuxPaint/
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/
Linux dhe Unix
- Kartelat tuaja personale Tux Paint shkojnë te një “drejtori e fshehur” që
- gjendet në drejtorinë shtëpi të llogarisë tuaj: “$(HOME)/.tuxpaint/” (e
- njohur edhe si “~/.tuxpaint/”).
-
- Pra, nëse drejtoria juaj shtëpi është “/home/tux”, atëherë kartelat tuaja
- personale Tux Paint shkojnë te “/home/tux/.tuxpaint/”.
+ Your personal Tux Paint files go into a 'hidden directory' found in your
+ account's home directory: "/home/emër përdoruesi/.tuxpaint/".
Mos harroni pikën (“.”) para “tuxpaint”!
@@ -153,8 +148,8 @@ Që të shoni penelat, stampat, “fillesat”, gjedhet dhe shkronjat tuaja, kri
nëndrejtori nën drejtorinë tuaj personale Tux Paint të quajtuara “brushes”, “
stamps”, “starters”, “templates”, “fonts”, përkatësisht.
-(Për shembull, nëse krijoni një penel të quajtur “flower.png”, do ta vendosnit
-te “~/.tuxpaint/brushes/”, nën Linux ose Unix.)
+(For example, if you created a brush named "flower.png", you would put it in
+"/home/emër përdoruesi/.tuxpaint/brushes/" under Linux or Unix.)
Penela
diff --git a/docs/sq_AL.UTF-8/INSTALL.txt b/docs/sq_AL.UTF-8/INSTALL.txt
index 23de843ce..979fac9db 100644
--- a/docs/sq_AL.UTF-8/INSTALL.txt
+++ b/docs/sq_AL.UTF-8/INSTALL.txt
@@ -888,9 +888,10 @@ Panel Add/Remove programs section.
macOS
Delete "TuxPaint.app" from the "Applications" folder. Data files, including the
-configuration files, stamps, and saved pictures, may be found in "/Library/
-Application Support/TuxPaint" (all users) and "/Users/EMËRPËRDORUESI/Library/
-Application Support/TuxPaint" (individual users).
+configuration files, stamps, and saved pictures, may be found in
+"/Library/Application Support/TuxPaint/" (all users) and
+"/Users/emër përdoruesi/Library/Application Support/TuxPaint/" (individual
+users).
Linux
diff --git a/docs/sq_AL.UTF-8/OPTIONS.txt b/docs/sq_AL.UTF-8/OPTIONS.txt
index 9349bd3ad..ee3eed69b 100644
--- a/docs/sq_AL.UTF-8/OPTIONS.txt
+++ b/docs/sq_AL.UTF-8/OPTIONS.txt
@@ -59,8 +59,7 @@ at:
Përdorues të MacOS-it
-The file you should create is called "tuxpaint.cfg" and it should be placed in
-your home folder, under the sub-folder: Library/Application Support/TuxPaint
+/Users/emër përdoruesi/Library/Application Support/TuxPaint/tuxpaint.cfg
Kartelë Formësimi Për Mbarë Sistemin
@@ -87,8 +86,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
Haiku Users
-The file you should create is called "tuxpaint.conf" and it should be placed in
-/boot/home/config/settings/TuxPaint
+/boot/home/config/settings/TuxPaint/tuxpaint.conf
⚙ You can disable reading of this file altogether, leaving the settings as
defaults (which can then be overridden by your personal config. file and/or
@@ -1174,29 +1172,29 @@ Ruaje Formësimin e Shtypësit
Group) configuration. (Try running the command-line "xdg-user-dir
PICTURES" to find out.)
Typically (in an English locale), this will be a "Foto"
- subdirectory in your home directory (i.e., "$HOME/Foto" aka "~/
- Foto").
- Tux Paint will fall back to using that typical directory, of no XDG
+ subdirectory in your home directory (i.e.,
+ "/home/emër përdoruesi/Foto").
+ Tux Paint will fall back to using that typical directory, if no XDG
configuration can be read, or nothing is set for
"XDG_PICTURES_DIR".
- o Windows - "Fotot e Mia" directory for each user (normaly "c:\Users\
- EMËR PËRDORUESI\Pictures").
+ o Windows - "Fotot e Mia" directory for each user (normaly
+ "C:\Users\emër përdoruesi\My Pictures")
You can directly open the folder as follows:
# Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.
# Enter "Shell:My Pictures" in the text box and push [OK].
o macOS — TBD!
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
- be created and used. (e.g., "~/Foto/TuxPaint") When the "--exportdir"
- option is used, the exact path specified will be used (no "TuxPaint"
- subdirectory is created).
+ be created and used. (e.g., "/home/emër përdoruesi/Foto/TuxPaint") When
+ the "--exportdir" option is used, the exact path specified will be used
+ (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Foto/TuxPaint") will be created, if it
- doesn't exist.
+ The directory itself (e.g., "/home/emër përdoruesi/Foto/TuxPaint") will
+ be created, if it doesn't exist.
- If the parent directory (e.g., "~/Foto/TuxPaint") also does not exist,
- Tux Paint will attempt to create it as well (but not any directories
- higher than that).
+ If the parent directory (e.g., "/home/emër përdoruesi/Foto") also does
+ not exist, Tux Paint will attempt to create it as well (but not any
+ directories higher than that).
Shembull: exportdir=/home/penguin/TuxPaintExports
@@ -1284,17 +1282,15 @@ Ruaje Formësimin e Shtypësit
If you do not override it, the default location is:
- o Linux & Unix — Under a hidden directory named ".tuxpaint" in your
- home directory (aka "~" or "$HOME")
- Shembull: /home/username/.tuxpaint/brushes/
- o Windows — Inside a folder named "TuxPaint" in your "Application
- Data" folder.
- Shembull: C:\Documents and Settings\Username\Application Data\
- TuxPaint\brushes\
- o macOS — Inside a folder named "TuxPaint" in your "Application
- Support" folder.
- Shembull: /Users/Username/Library/Application Support/TuxPaint/
- brushes/
+ Linux / Unix
+ /home/emër përdoruesi/.tuxpaint/
+
+ Windows
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
+
+ macoS
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting
or default as for "savedir" to search for data files. As of version
@@ -1615,13 +1611,13 @@ Shkurtore butonash
Anashkalim Mundësish të Formësimit të Ssistemit
- (Për përdorues Linux-esh dhe Unix-esh)
-
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
- can override them in your own "/home/emër përdoruesi/.tuxpaintrc" file.
+ If any of the above options are set in a system-wide configuration file
+ (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in
+ your own personal configuration file (e.g.
+ "/home/emër përdoruesi/.tuxpaintrc")
For true/false options, like "noprint" and "grab", you can simply say they
- equal 'no' in your "/home/emër përdoruesi/.tuxpaintrc" file:
+ equal 'no' in your personal configuration file:
noprint=no
uppercase=no
@@ -1775,11 +1771,12 @@ Shkurtore butonash
--nosysconfig
- Under Linux and Unix, this prevents the system-wide configuration file,
- "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g.
+ "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/emër përdoruesi/.tuxpaintrc",
- if it exists, will be used.
+ Only your own configuration file (e.g.
+ "/home/emër përdoruesi/.tuxpaintrc" on Linux) — if it exists — will be
+ used.
diff --git a/docs/sq_AL.UTF-8/README.txt b/docs/sq_AL.UTF-8/README.txt
index 63087b69b..86ded9462 100644
--- a/docs/sq_AL.UTF-8/README.txt
+++ b/docs/sq_AL.UTF-8/README.txt
@@ -1271,6 +1271,9 @@ Përdorim i Tux Paint-it:
Tux Paint's configuration.
+ Dokumentim i Mjetit “Magjik” (“magic-docs”)
Documentation for each of the currently-installed 'Magic' tools.
+ + Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and
+ problems with, using Tux Paint.
Si të zgjerohet Tux Paint-i:
diff --git a/docs/sq_AL.UTF-8/html/EXTENDING.html b/docs/sq_AL.UTF-8/html/EXTENDING.html
index f03b4f830..31335ba54 100644
--- a/docs/sq_AL.UTF-8/html/EXTENDING.html
+++ b/docs/sq_AL.UTF-8/html/EXTENDING.html
@@ -172,13 +172,11 @@
Ku gjendet kjo drejtori varet nga vlera që qe caktuar për “DATA_PREFIX”, kur u montua Tux Paint-i. Për hollësi, shihni “Dokumentim instalimit”.
Si parazgjedhje, ama, drejtoria është:
- /usr/local/share/tuxpaint/
-
+ /usr/local/share/tuxpaint/
Nëse e instaluat prej një pakete, ka më tepër gjasa të jetë:
- /usr/share/tuxpaint/
-
+ /usr/share/tuxpaint/
@@ -186,8 +184,7 @@
Tux Paint-i kërkon për një drejtori të quajtur 'data' në të njëjtën drejtori me të ekzekutueshmin. Kjo është një drejtori që instaluesi përdori kur instaloi Tux Paint-ni, p.sh.,:
- C:\Program Files\TuxPaint\data
-
+ C:\Program Files\TuxPaint\data
@@ -209,8 +206,7 @@
💡 Shënim: Nëse instaloni një version më të ri të Tux Paint-it dhe zëvendësoni, ose hidhni tej versionin e vjetër, duke ndjekur udhëzimet e mësipërme do të humbni ndryshimet e bëra, ndaj mbani kopjeruajtje të lëndës që krijoni rishtas (stampa, penela, etj.).
Tux Paint-i kërkon gjithashtu për kartela në dosjen “TuxPaint” të cilën mund ta vendosni te dosja “Application Support” e sistemit (gjendet nën "Library", në rrënjë të sistemit tuaj të kartelave):
- /Library/Application Support/TuxPaint/
-
+ /Library/Application Support/TuxPaint/data/
Kur e përditësoni Tux Paint-in me një version të ri, lënda e kësaj dosjeje “TuxPaint” do të mbesë e njëjtë dhe do të mbesë e përdorshme nga krejt përdoruesit e Tux Paint-it.
@@ -235,8 +231,7 @@
Dosja juaj personale Tux Paint gjedenet te “Application Data” juaj personale. Për shembull, në Windows-e më të rinj:
- C:\Dokumente dhe Rregullime\(emër përdoruesi)\Të dhëna Aplikacioni\TuxPaint\
-
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
@@ -244,17 +239,14 @@
Dosja juaj personale Tux Paint gjendet në dosjen tuaj personale “Application Support”:
- /Users/(emër përdoruesi)/Library/Application Support/TuxPaint/
-
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/
Linux dhe Unix
- Kartelat tuaja personale Tux Paint shkojnë te një “drejtori e fshehur” që gjendet në drejtorinë shtëpi të llogarisë tuaj: “$(HOME)/.tuxpaint/” (e njohur edhe si “~/.tuxpaint/”).
-
- Pra, nëse drejtoria juaj shtëpi është “/home/tux”, atëherë kartelat tuaja personale Tux Paint shkojnë te “/home/tux/.tuxpaint/”.
+ Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: "/home/emër përdoruesi/.tuxpaint/" .
Mos harroni pikën (“.”) para “tuxpaint”!
@@ -264,7 +256,7 @@
Që të shoni penelat, stampat, “fillesat”, gjedhet dhe shkronjat tuaja, krijoni nëndrejtori nën drejtorinë tuaj personale Tux Paint të quajtuara “brushes”, “stamps”, “starters”, “templates”, “fonts”, përkatësisht.
- (Për shembull, nëse krijoni një penel të quajtur “flower.png”, do ta vendosnit te “~/.tuxpaint/brushes/”, nën Linux ose Unix.)
+ (For example, if you created a brush named "flower.png" , you would put it in "/home/emër përdoruesi/.tuxpaint/brushes/" under Linux or Unix.)
diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html
index 477eea2d8..cc45259b3 100644
--- a/docs/sq_AL.UTF-8/html/FAQ.html
+++ b/docs/sq_AL.UTF-8/html/FAQ.html
@@ -317,28 +317,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -617,10 +617,10 @@
- If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
+ If Tux Paint aborts with the message: "You're already running a copy of Tux Paint!", this means it has been launched in the last 30 seconds. (On Unix/Linux, this message would appear in a terminal console if you ran Tux Paint from a command-line. On Windows, this message would appear in a file named "stdout.txt" in the same folder where TuxPaint.exe resides (e.g., in "C:\Program Files\TuxPaint\" ).
- A lockfile (e.g., "/home/emër përdoruesi/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
+ A lockfile (e.g., "/home/emër përdoruesi/.tuxpaint/lockfile.dat" on Linux and Unix, "userdata\lockfile.dat" on Windows) is used to make sure Tux Paint isn't run too many times at once (e.g., due to a child impatiently clicking its icon more than once).
Even if the lockfile exists, it contains the 'time' Tux Paint was last run. If it's been more than 30 seconds, Tux Paint should run fine, and simply update the lockfile with the current time.
@@ -705,7 +705,7 @@
- C:\Program Files\TuxPaint\tuxpaint.cfg
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -713,7 +713,7 @@
- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg
@@ -727,7 +727,7 @@
- /Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -735,7 +735,7 @@
- /Users/emër përdoruesi/Library/Application Support/TuxPaint/tuxpaint.cfg
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -749,7 +749,7 @@
- /etc/tuxpaint/tuxpaint.conf
+ /etc/tuxpaint/tuxpaint.conf
@@ -757,7 +757,7 @@
- /home/emër përdoruesi/.tuxpaintrc
+ /home/emër përdoruesi/.tuxpaintrc
@@ -771,7 +771,7 @@
- /boot/home/config/settings/TuxPaint/tuxpaint.conf
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -783,7 +783,7 @@
This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line.
- For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
+ For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound...
@@ -792,7 +792,7 @@
- ...then you can reenable sound by either adding this option to your own "/home/emër përdoruesi/.tuxpaintrc" file:
+ ...then you can reenable sound by either adding this option to your own "/home/emër përdoruesi/.tuxpaintrc" file:
diff --git a/docs/sq_AL.UTF-8/html/INSTALL.html b/docs/sq_AL.UTF-8/html/INSTALL.html
index 87964f9da..d080bf7e3 100644
--- a/docs/sq_AL.UTF-8/html/INSTALL.html
+++ b/docs/sq_AL.UTF-8/html/INSTALL.html
@@ -723,10 +723,7 @@
Make sure the 'Shortcut' tab is selected in the window that appears, and examine the 'Target:' field. You should see something like this:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe"
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe"
You can now add command-line options which will be enabled when you double-click the icon.
@@ -735,10 +732,7 @@
For example, to make the game run in fullscreen mode, with simple shapes (no rotation option) and in French, add the options (after 'TuxPaint.exe'), like so:
-
- "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
-
-
+ "C:\Program Files\TuxPaint\TuxPaint.exe" -f -s --lang french
(Për një listë të plotë të mundësive të gatshme për rresht urdhrash, shihni dokumentimin kryesor)
@@ -757,7 +751,7 @@
- If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\" .
+ If, when you double-click on the shortcut to run Tux Paint, nothing happens, it is probably because some of these command-line options are wrong. Open an Explorer, and look for a file called "stderr.txt" in your personal saving folder for TuxPaint which is normaly "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\" .
It will contain a description of what was wrong. Usually it will just be due to incorrect character-case (capital 'Z' instead of lowercase 'z') or a missing (or extra) '-' (dash).
@@ -1375,7 +1369,7 @@
- Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint" (all users) and "/Users/EMËRPËRDORUESI/Library/Application Support/TuxPaint" (individual users).
+ Delete "TuxPaint.app" from the "Applications" folder. Data files, including the configuration files, stamps, and saved pictures, may be found in "/Library/Application Support/TuxPaint/" (all users) and "/Users/emër përdoruesi/Library/Application Support/TuxPaint/" (individual users).
diff --git a/docs/sq_AL.UTF-8/html/OPTIONS.html b/docs/sq_AL.UTF-8/html/OPTIONS.html
index f7c2a7fe2..f22ba0861 100644
--- a/docs/sq_AL.UTF-8/html/OPTIONS.html
+++ b/docs/sq_AL.UTF-8/html/OPTIONS.html
@@ -102,7 +102,7 @@
- 7 prill 2024
+ 27 prill 2024
@@ -169,8 +169,7 @@
- /home/emër përdoruesi/.tuxpaintrc
-
+ /home/emër përdoruesi/.tuxpaintrc
@@ -183,8 +182,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /etc/tuxpaint/tuxpaint.conf
-
+ /etc/tuxpaint/tuxpaint.conf
@@ -195,7 +193,7 @@
- The file you should create is called "tuxpaint.cfg" and it should be placed in your home folder, under the sub-folder: Library/Application Support/TuxPaint
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -207,8 +205,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- /Library/Application Support/TuxPaint/tuxpaint.cfg
-
+ /Library/Application Support/TuxPaint/tuxpaint.cfg
@@ -219,8 +216,7 @@
- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg
-
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end...
@@ -235,8 +231,7 @@
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at:
- C:\Program Files\TuxPaint\tuxpaint.cfg
-
+ C:\Program Files\TuxPaint\tuxpaint.cfg
@@ -247,7 +242,7 @@
- The file you should create is called "tuxpaint.conf" and it should be placed in /boot/home/config/settings/TuxPaint
+ /boot/home/config/settings/TuxPaint/tuxpaint.conf
@@ -1790,19 +1785,19 @@
Linux / Unix
Under a hidden directory in your home directory:
- /home/emër përdoruesi/.tuxpaint/saved/
+ /home/emër përdoruesi/.tuxpaint/saved/
Windows
- C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\
macOS
- /Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/
Haiku
- /boot/home/config/settings/TuxPaint/saved/
+ /boot/home/config/settings/TuxPaint/saved/
@@ -1828,9 +1823,9 @@
- Linux & Unix — If available, wherever your desktop environment is configured for pictures to be stored, based on your XDG (X Desktop Group) configuration. (Try running the command-line "
xdg-user-dir PICTURES" to find out.)
- Typically (in an English locale), this will be a "Foto" subdirectory in your home directory (i.e., "$HOME/Foto" aka "~/Foto").
- Tux Paint will fall back to using that typical directory, of no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
- - Windows - "Fotot e Mia" directory for each user (normaly "c:\Users\EMËR PËRDORUESI\Pictures").
You can directly open the folder as follows:
+ Typically (in an English locale), this will be a "Foto" subdirectory in your home directory (i.e., "/home/emër përdoruesi/Foto" ).
+ Tux Paint will fall back to using that typical directory, if no XDG configuration can be read, or nothing is set for "XDG_PICTURES_DIR".
+ - Windows - "Fotot e Mia" directory for each user (normaly
"C:\Users\emër përdoruesi\My Pictures" )
You can directly open the folder as follows:
- Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.
- Enter "Shell:My Pictures" in the text box and push [OK].
@@ -1841,11 +1836,11 @@
- 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "~/Foto/TuxPaint") When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
+ 💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will be created and used. (e.g., "/home/emër përdoruesi/Foto/TuxPaint" ) When the "--exportdir" option is used, the exact path specified will be used (no "TuxPaint" subdirectory is created).
- The directory itself (e.g., "~/Foto/TuxPaint") will be created, if it doesn't exist.
+ The directory itself (e.g., "/home/emër përdoruesi/Foto/TuxPaint" ) will be created, if it doesn't exist.
- If the parent directory (e.g., "~/Foto/TuxPaint") also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
+ If the parent directory (e.g., "/home/emër përdoruesi/Foto" ) also does not exist, Tux Paint will attempt to create it as well (but not any directories higher than that).
Shembull: exportdir=/home/penguin/TuxPaintExports
@@ -1947,16 +1942,17 @@
If you do not override it, the default location is:
-
- - Linux & Unix — Under a hidden directory named "
.tuxpaint" in your home directory (aka "~" or "$HOME")
- Shembull: /home/username/.tuxpaint/brushes/
+
+ - Linux / Unix
+ /home/emër përdoruesi/.tuxpaint/
-
- Windows — Inside a folder named "
TuxPaint" in your "Application Data" folder.
- Shembull: C:\Documents and Settings\Username\Application Data\TuxPaint\brushes\
+ - Windows
+ C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\
- - macOS — Inside a folder named "
TuxPaint" in your "Application Support" folder.
- Shembull: /Users/Username/Library/Application Support/TuxPaint/brushes/
-
+ macoS
+ /Users/emër përdoruesi/Library/Application Support/TuxPaint/
+
+
📜 Note: Prior to version 0.9.18, Tux Paint would use the same setting or default as for "savedir" to search for data files. As of version 0.9.18, they may be specified separately.
@@ -2377,14 +2373,10 @@
- (Për përdorues Linux-esh dhe Unix-esh)
-
+ If any of the above options are set in a system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), you may override them in your own personal configuration file (e.g. "/home/emër përdoruesi/.tuxpaintrc" )
- If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you can override them in your own "/home/emër përdoruesi/.tuxpaintrc" file.
-
-
- For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/emër përdoruesi/.tuxpaintrc" file:
+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your personal configuration file:
noprint=no
@@ -2555,10 +2547,10 @@
- Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.
+ This prevents the system-wide configuration file (e.g. "/etc/tuxpaint/tuxpaint.conf" on Linux), from being read.
- Only your own configuration file, "/home/emër përdoruesi/.tuxpaintrc", if it exists, will be used.
+ Only your own configuration file (e.g. "/home/emër përdoruesi/.tuxpaintrc" on Linux) — if it exists — will be used.
@@ -2579,7 +2571,7 @@
- Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
+ Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ).
diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html
index f218d9a8b..92c951750 100644
--- a/docs/sq_AL.UTF-8/html/README.html
+++ b/docs/sq_AL.UTF-8/html/README.html
@@ -102,7 +102,7 @@
- 8 prill 2024
+ 27 prill 2024
tuxpaint.exe" icon in the "Tux Paint" folder on your computer.
- By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
+ By default, the 'Tux Paint Installer' will put Tux Paint's folder in "C:\Program Files\TuxPaint\" , though you may have changed this when you ran the installer.
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever you extracted the contents of the ZIP file.
@@ -1676,28 +1676,28 @@
- In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
+ In the user's "AppData" folder:
e.g., "C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\saved\"
macOS
- In the user's "Application Support" folder:
e.g., "/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/"
+ In the user's "Application Support" folder:
e.g., "/Users/emër përdoruesi/Library/Application Support/TuxPaint/saved/"
Linux / Unix
- In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
+ In the user's "home directory" folder:
e.g., "/home/emër përdoruesi/.tuxpaint/saved/"
Haiku
- In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
+ In the user's "settings" folder:
e.g., "/boot/home/config/settings/TuxPaint/saved/"
@@ -1818,6 +1818,10 @@
Dokumentim i Mjetit “Magjik” (“magic-docs”)
Documentation for each of the currently-installed 'Magic' tools.
+
+
+ Frequently Asked Questions ("FAQs") about Tux Paint
+ Answers to, and solutions for, some common questions about, and problems with, using Tux Paint.
diff --git a/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html b/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html
index 042b1ec90..51e89f26f 100644
--- a/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html
+++ b/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html
@@ -8,6 +8,7 @@
Author:
Bill Kendrick <bill@newbreedsoftware.com>
Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+
This tool is operated in a freehand fashion.
This tool offers color choices.
diff --git a/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html b/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html
index a81e452a0..c51ce7df3 100644
--- a/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html
+++ b/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html
@@ -8,6 +8,7 @@
Auteur :
Bill Kendrick <bill@newbreedsoftware.com>
Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+
Cet outil permet de travailler en mode à main levée.
Cet outil permet de choisir des couleurs.
diff --git a/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html b/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html
index 042b1ec90..51e89f26f 100644
--- a/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html
+++ b/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html
@@ -8,6 +8,7 @@
Author:
Bill Kendrick <bill@newbreedsoftware.com>
Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+
This tool is operated in a freehand fashion.
This tool offers color choices.
diff --git a/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html b/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html
index 042b1ec90..51e89f26f 100644
--- a/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html
+++ b/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html
@@ -8,6 +8,7 @@
Author:
Bill Kendrick <bill@newbreedsoftware.com>
Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+
This tool is operated in a freehand fashion.
This tool offers color choices.
diff --git a/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html b/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html
index 042b1ec90..51e89f26f 100644
--- a/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html
+++ b/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html
@@ -8,6 +8,7 @@
Author:
Bill Kendrick <bill@newbreedsoftware.com>
Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+
This tool is operated in a freehand fashion.
This tool offers color choices.
diff --git a/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html b/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html
index eeca2f24e..4021851ee 100644
--- a/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html
+++ b/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html
@@ -8,6 +8,7 @@
Autor:
Bill Kendrick <bill@newbreedsoftware.com>
Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)
+
Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
Ky mjet ofron zgjedhje ngjyrash.