diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index cc9f85b41..747b6dff6 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify! It then examines the user's personal configuration file: - ~/.tuxpaintrc + /home/username/.tuxpaintrc Finally, any options sent as command-line arguments are used. @@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify! nosound=yes - ...then you can reenable sound by either adding this option to your own - ".tuxpaintrc" file: + ...then you can reenable sound by either adding this option to your own "/ + home/username/.tuxpaintrc" file: sound=yes @@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify! --sound - Linux and Unix users can also disable the system-wide configuration file by - including the following command-line argument: + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments - to determine what options should be set. - diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index ddae7a154..8ba474006 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled: Linux and Unix Users -The file you should create is called ".tuxpaintrc" and it should be placed in -your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc") +/home/username/.tuxpaintrc System-Wide Configuration File @@ -73,8 +72,7 @@ at: Windows Users -The file you should create is called "tuxpaint.cfg" and it should be placed in -in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\ +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... @@ -85,7 +83,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 +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1616,11 +1614,11 @@ Button Shortcuts (For Linux and Unix users) - If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you - can override them in your own "~/.tuxpaintrc" file. + 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 "~/.tuxpaintrc" file: + equal 'no' in your "/home/username/.tuxpaintrc" file: noprint=no uppercase=no @@ -1777,8 +1775,8 @@ Button Shortcuts Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read. - Only your own configuration file, "~/.tuxpaintrc", if it exists, will - be used. + Only your own configuration file, "/home/username/.tuxpaintrc", if it + exists, will be used. diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index c9aa75473..f3c7b1418 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -746,7 +746,7 @@

- ~/.tuxpaintrc + /home/username/.tuxpaintrc

@@ -774,7 +774,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...

@@ -783,7 +783,7 @@

- ...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

@@ -801,16 +801,13 @@

- Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set.

diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index 8aa114171..32abecc3b 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -169,7 +169,8 @@

- The file you should create is called ".tuxpaintrc" and it should be placed in your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")

+ /home/username/.tuxpaintrc +

@@ -218,7 +219,8 @@

- The file you should create is called "tuxpaint.cfg" and it should be placed in in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\

+ 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...

@@ -232,10 +234,8 @@

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 -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you can override them in your own "~/.tuxpaintrc" file.

+ 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 "~/.tuxpaintrc" file:

+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/username/.tuxpaintrc" file:

noprint=no
@@ -2551,7 +2551,7 @@ Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.

- Only your own configuration file, "~/.tuxpaintrc", if it exists, will be used.

+ Only your own configuration file, "/home/username/.tuxpaintrc", if it exists, will be used.

diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt index 5a52084fa..45e0a51df 100644 --- a/docs/es_ES.UTF-8/FAQ.txt +++ b/docs/es_ES.UTF-8/FAQ.txt @@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify! It then examines the user's personal configuration file: - ~/.tuxpaintrc + /home/username/.tuxpaintrc Finally, any options sent as command-line arguments are used. @@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify! nosound=yes - ...then you can reenable sound by either adding this option to your own - ".tuxpaintrc" file: + ...then you can reenable sound by either adding this option to your own "/ + home/username/.tuxpaintrc" file: sound=yes @@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify! --sound - Linux and Unix users can also disable the system-wide configuration file by - including the following command-line argument: + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments - to determine what options should be set. - diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt index 869499c54..171e4cbcc 100644 --- a/docs/es_ES.UTF-8/OPTIONS.txt +++ b/docs/es_ES.UTF-8/OPTIONS.txt @@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled: Linux and Unix Users -The file you should create is called ".tuxpaintrc" and it should be placed in -your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc") +/home/username/.tuxpaintrc System-Wide Configuration File @@ -73,8 +72,7 @@ at: Windows Users -The file you should create is called "tuxpaint.cfg" and it should be placed in -in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\ +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... @@ -85,7 +83,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 +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1616,11 +1614,11 @@ Button Shortcuts (For Linux and Unix users) - If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you - can override them in your own "~/.tuxpaintrc" file. + 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 "~/.tuxpaintrc" file: + equal 'no' in your "/home/username/.tuxpaintrc" file: noprint=no uppercase=no @@ -1777,8 +1775,8 @@ Button Shortcuts Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read. - Only your own configuration file, "~/.tuxpaintrc", if it exists, will - be used. + Only your own configuration file, "/home/username/.tuxpaintrc", if it + exists, will be used. diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index 174fd2d46..27fef5451 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -746,7 +746,7 @@

- ~/.tuxpaintrc + /home/username/.tuxpaintrc

@@ -774,7 +774,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...

@@ -783,7 +783,7 @@

- ...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

@@ -801,16 +801,13 @@

- Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set.

diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html index 2c8f4434f..348ff1487 100644 --- a/docs/es_ES.UTF-8/html/OPTIONS.html +++ b/docs/es_ES.UTF-8/html/OPTIONS.html @@ -169,7 +169,8 @@

- The file you should create is called ".tuxpaintrc" and it should be placed in your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")

+ /home/username/.tuxpaintrc +

@@ -218,7 +219,8 @@

- The file you should create is called "tuxpaint.cfg" and it should be placed in in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\

+ 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...

@@ -232,10 +234,8 @@

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 -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you can override them in your own "~/.tuxpaintrc" file.

+ 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 "~/.tuxpaintrc" file:

+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/username/.tuxpaintrc" file:

noprint=no
@@ -2551,7 +2551,7 @@ Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.

- Only your own configuration file, "~/.tuxpaintrc", if it exists, will be used.

+ Only your own configuration file, "/home/username/.tuxpaintrc", if it exists, will be used.

diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt index 78538e8c4..e85534d23 100644 --- a/docs/fr_FR.UTF-8/FAQ.txt +++ b/docs/fr_FR.UTF-8/FAQ.txt @@ -638,7 +638,7 @@ Tux Paint utilise des options que je n'ai pas spécifiées ! Il examine ensuite le fichier de configuration personnel de l'utilisateur : - ~/.tuxpaintrc + /home/nom d'utilisateur/.tuxpaintrc Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées. @@ -663,7 +663,7 @@ Tux Paint utilise des options que je n'ai pas spécifiées ! nosound=yes ... Alors vous pouvez réactiver le son en ajoutant cette option à votre - propre fichier ".tuxpaintrc" : + propre fichier "/home/nom d'utilisateur/.tuxpaintrc" : sound=yes @@ -671,15 +671,13 @@ Tux Paint utilise des options que je n'ai pas spécifiées ! --sound - Les utilisateurs Linux et Unix peuvent également désactiver le fichier de - configuration à l'échelle du système en incluant l'argument de ligne de - commande suivant : + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint examinera alors uniquement "~/.tuxpaintrc" et les arguments en - ligne de commande pour déterminer les options à activer. - diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index 615024d29..097a6cc8a 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -49,8 +49,7 @@ souhaitez activer : Utilisateurs de Linux et Unix -Le fichier que vous devez créer s'appelle ".tuxpaintrc" et il doit être placé -dans votre répertoire personnel. (aka "~/.tuxpaintrc" ou "$HOME/.tuxpaintrc") +/home/nom d'utilisateur/.tuxpaintrc Fichier de configuration pour l'ensemble du système @@ -76,9 +75,7 @@ activés.) Il se trouve normalement ici : Utilisateurs de Windows -Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et doit être placé -dans votre dossier personnel AppData : C:\Users\nom d'utilisateur\AppData\ -Roaming\TuxPaint\ +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 @@ -90,7 +87,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 +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1710,12 +1707,12 @@ Boutons pour raccourcis (Pour les utilisateurs Linux et Unix) Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/ - tuxpaint.config", vous pouvez la remplacer dans votre propre fichier "~ - /.tuxpaintrc ". + 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 "~ - /.tuxpaintrc" : + simplement dire qu'elles sont égales à "no" dans votre fichier "/home/nom + d'utilisateur/.tuxpaintrc" : noprint=no uppercase=no @@ -1873,8 +1870,8 @@ Boutons pour raccourcis Sous Linux et Unix, cela empêche la lecture du fichier de configuration système "/etc/tuxpaint/tuxpaint.conf". - Seul votre propre fichier de configuration, "~/.tuxpaintrc", s'il - existe, sera utilisé. + Seul votre propre fichier de configuration, "/home/nom d'utilisateur + /.tuxpaintrc", s'il existe, sera utilisé. diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index 7841f6179..330a68773 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -747,7 +747,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

- ~/.tuxpaintrc + /home/nom d'utilisateur/.tuxpaintrc

@@ -775,7 +775,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.

- Par exemple, si "/etc/tuxpaint/tuxpaint.conf" inclut une option pour désactiver le son ...

+ Par exemple, si "/etc/tuxpaint/tuxpaint.conf" inclut une option pour désactiver le son ...

@@ -784,7 +784,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

- ... Alors vous pouvez réactiver le son en ajoutant cette option à votre propre fichier ".tuxpaintrc" :

+ ... Alors vous pouvez réactiver le son en ajoutant cette option à votre propre fichier "/home/nom d'utilisateur/.tuxpaintrc" :

@@ -802,16 +802,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "make nosound") Assu

- Les utilisateurs Linux et Unix peuvent également désactiver le fichier de configuration à l'échelle du système en incluant l'argument de ligne de commande suivant :

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint examinera alors uniquement "~/.tuxpaintrc" et les arguments en ligne de commande pour déterminer les options à activer.

diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index adaf88e6f..34d62fb5d 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -169,7 +169,8 @@

- Le fichier que vous devez créer s'appelle ".tuxpaintrc" et il doit être placé dans votre répertoire personnel. (aka "~/.tuxpaintrc" ou "$HOME/.tuxpaintrc")

+ /home/nom d'utilisateur/.tuxpaintrc +

@@ -218,7 +219,8 @@

- Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et doit être placé dans votre dossier personnel AppData : C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\

+ 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 ...

@@ -232,10 +234,8 @@

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 -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/tuxpaint.config", vous pouvez la remplacer dans votre propre fichier "~/.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 "~/.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" :

noprint=no
@@ -2551,7 +2551,7 @@ Sous Linux et Unix, cela empêche la lecture du fichier de configuration système "/etc/tuxpaint/tuxpaint.conf".

- Seul votre propre fichier de configuration, "~/.tuxpaintrc", s'il existe, sera utilisé.

+ Seul votre propre fichier de configuration, "/home/nom d'utilisateur/.tuxpaintrc", s'il existe, sera utilisé.

diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt index 47ab74405..e17f3a700 100644 --- a/docs/gl_ES.UTF-8/FAQ.txt +++ b/docs/gl_ES.UTF-8/FAQ.txt @@ -614,7 +614,7 @@ Tux Paint está a usar opcións que non especifiquei. A continuación, examina o ficheiro de configuración persoal do usuario: - ~/.tuxpaintrc + /home/nome de usuario/.tuxpaintrc Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes. @@ -638,7 +638,7 @@ Tux Paint está a usar opcións que non especifiquei. nosound=yes ...entón pode volver activar o son engadindo esta opción ao seu propio - ficheiro «.tuxpaintrc»: + ficheiro «/home/nome de usuario/.tuxpaintrc»: sound=yes @@ -646,15 +646,13 @@ Tux Paint está a usar opcións que non especifiquei. --sound - Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de - configuración de todo o sistema incluíndo o seguinte argumento da liña de - ordes: + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint só ollará «~/.tuxpaintrc» e os argumentos da liña de ordes para - determinar que opcións se deben estabelecer. - diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt index dad602d9f..9ff77338a 100644 --- a/docs/gl_ES.UTF-8/OPTIONS.txt +++ b/docs/gl_ES.UTF-8/OPTIONS.txt @@ -48,9 +48,7 @@ quere activar habilitar: Usuarios de Linux e Unix -O ficheiro que debe crear chámase «.tuxpaintrc» e debería colocarse no seu -directorio persoal. (tamén coñecido como «~/.tuxpaintrc» ou «$HOME -/.tuxpaintrc») +/home/nome de usuario/.tuxpaintrc Ficheiro de configuración de todo o sistema @@ -75,9 +73,7 @@ at: Usuarios de Windows -The file you should create is called "tuxpaint.cfg" and it should be placed in -in your personal AppData folder: C:\Users\nome de usuario\AppData\Roaming\ -TuxPaint\ +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 @@ -89,7 +85,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 +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1647,10 +1643,12 @@ Button Shortcuts (Para usuarios de Linux e Unix) Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/ - tuxpaint.config», pode anulala no seu propio ficheiro «~/.tuxpaintrc». + 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 «~/.tuxpaintrc»: + dicir que son iguais a «no» no seu ficheiro «/home/nome de usuario + /.tuxpaintrc»: noprint=no uppercase=no @@ -1808,8 +1806,8 @@ Button Shortcuts En Linux e Unix, isto evita ler o ficheiro de configuración de todo o sistema, «/etc/tuxpaint/tuxpaint.conf». - Só se empregará o seu propio ficheiro de configuración, «~ - /.tuxpaintrc», se existe. + Só se empregará o seu propio ficheiro de configuración, «/home/nome de + usuario/.tuxpaintrc», se existe. diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 96b1d061a..5209dd35a 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -746,7 +746,7 @@

- ~/.tuxpaintrc + /home/nome de usuario/.tuxpaintrc

@@ -774,7 +774,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.

- Por exemplo, en Linux e Unix, se «/etc/tuxpaint/tuxpaint.conf» inclúe esta opción para desactivar o son...

+ Por exemplo, en Linux e Unix, se «/etc/tuxpaint/tuxpaint.conf» inclúe esta opción para desactivar o son...

@@ -783,7 +783,7 @@

- ...entón pode volver activar o son engadindo esta opción ao seu propio ficheiro «.tuxpaintrc»:

+ ...entón pode volver activar o son engadindo esta opción ao seu propio ficheiro «/home/nome de usuario/.tuxpaintrc»:

@@ -801,16 +801,13 @@

- Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de configuración de todo o sistema incluíndo o seguinte argumento da liña de ordes:

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint só ollará «~/.tuxpaintrc» e os argumentos da liña de ordes para determinar que opcións se deben estabelecer.

diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html index 891c64cc2..53e0b7f6f 100644 --- a/docs/gl_ES.UTF-8/html/OPTIONS.html +++ b/docs/gl_ES.UTF-8/html/OPTIONS.html @@ -169,7 +169,8 @@

- O ficheiro que debe crear chámase «.tuxpaintrc» e debería colocarse no seu directorio persoal. (tamén coñecido como «~/.tuxpaintrc» ou «$HOME/.tuxpaintrc»)

+ /home/nome de usuario/.tuxpaintrc +

@@ -218,7 +219,8 @@

- The file you should create is called "tuxpaint.cfg" and it should be placed in in your personal AppData folder: C:\Users\nome de usuario\AppData\Roaming\TuxPaint\

+ 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...

@@ -232,10 +234,8 @@

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 -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/tuxpaint.config», pode anulala no seu propio ficheiro «~/.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 «~/.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»:

noprint=no
@@ -2551,7 +2551,7 @@ En Linux e Unix, isto evita ler o ficheiro de configuración de todo o sistema, «/etc/tuxpaint/tuxpaint.conf».

- Só se empregará o seu propio ficheiro de configuración, «~/.tuxpaintrc», se existe.

+ Só se empregará o seu propio ficheiro de configuración, «/home/nome de usuario/.tuxpaintrc», se existe.

diff --git a/docs/is_IS.UTF-8/FAQ.txt b/docs/is_IS.UTF-8/FAQ.txt index a1a7e45ea..89f4a37e4 100644 --- a/docs/is_IS.UTF-8/FAQ.txt +++ b/docs/is_IS.UTF-8/FAQ.txt @@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify! It then examines the user's personal configuration file: - ~/.tuxpaintrc + /home/username/.tuxpaintrc Finally, any options sent as command-line arguments are used. @@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify! nosound=yes - ...then you can reenable sound by either adding this option to your own - ".tuxpaintrc" file: + ...then you can reenable sound by either adding this option to your own "/ + home/username/.tuxpaintrc" file: sound=yes @@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify! --sound - Linux and Unix users can also disable the system-wide configuration file by - including the following command-line argument: + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments - to determine what options should be set. - diff --git a/docs/is_IS.UTF-8/OPTIONS.txt b/docs/is_IS.UTF-8/OPTIONS.txt index 42991079b..285a58142 100644 --- a/docs/is_IS.UTF-8/OPTIONS.txt +++ b/docs/is_IS.UTF-8/OPTIONS.txt @@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled: Linux and Unix Users -The file you should create is called ".tuxpaintrc" and it should be placed in -your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc") +/home/username/.tuxpaintrc System-Wide Configuration File @@ -73,8 +72,7 @@ at: Windows Users -The file you should create is called "tuxpaint.cfg" and it should be placed in -in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\ +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... @@ -85,7 +83,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 +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1616,11 +1614,11 @@ Button Shortcuts (For Linux and Unix users) - If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you - can override them in your own "~/.tuxpaintrc" file. + 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 "~/.tuxpaintrc" file: + equal 'no' in your "/home/username/.tuxpaintrc" file: noprint=no uppercase=no @@ -1777,8 +1775,8 @@ Button Shortcuts Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read. - Only your own configuration file, "~/.tuxpaintrc", if it exists, will - be used. + Only your own configuration file, "/home/username/.tuxpaintrc", if it + exists, will be used. diff --git a/docs/is_IS.UTF-8/html/FAQ.html b/docs/is_IS.UTF-8/html/FAQ.html index 3c0e7a045..57ebcde9c 100644 --- a/docs/is_IS.UTF-8/html/FAQ.html +++ b/docs/is_IS.UTF-8/html/FAQ.html @@ -746,7 +746,7 @@

- ~/.tuxpaintrc + /home/username/.tuxpaintrc

@@ -774,7 +774,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...

@@ -783,7 +783,7 @@

- ...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

@@ -801,16 +801,13 @@

- Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set.

diff --git a/docs/is_IS.UTF-8/html/OPTIONS.html b/docs/is_IS.UTF-8/html/OPTIONS.html index 55b7b2904..5d663e526 100644 --- a/docs/is_IS.UTF-8/html/OPTIONS.html +++ b/docs/is_IS.UTF-8/html/OPTIONS.html @@ -169,7 +169,8 @@

- The file you should create is called ".tuxpaintrc" and it should be placed in your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")

+ /home/username/.tuxpaintrc +

@@ -218,7 +219,8 @@

- The file you should create is called "tuxpaint.cfg" and it should be placed in in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\

+ 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...

@@ -232,10 +234,8 @@

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 -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you can override them in your own "~/.tuxpaintrc" file.

+ 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 "~/.tuxpaintrc" file:

+ For true/false options, like "noprint" and "grab", you can simply say they equal 'no' in your "/home/username/.tuxpaintrc" file:

noprint=no
@@ -2551,7 +2551,7 @@ Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.

- Only your own configuration file, "~/.tuxpaintrc", if it exists, will be used.

+ Only your own configuration file, "/home/username/.tuxpaintrc", if it exists, will be used.

diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index 9f4057053..64afecfa6 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify! It then examines the user's personal configuration file: - ~/.tuxpaintrc + /home/username/.tuxpaintrc Finally, any options sent as command-line arguments are used. @@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify! nosound=yes - ...then you can reenable sound by either adding this option to your own - ".tuxpaintrc" file: + ...then you can reenable sound by either adding this option to your own "/ + home/username/.tuxpaintrc" file: sound=yes @@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify! --sound - Linux and Unix users can also disable the system-wide configuration file by - including the following command-line argument: + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments - to determine what options should be set. - diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt index d2fa80fde..0cbe8f9e2 100644 --- a/docs/ja_JP.UTF-8/OPTIONS.txt +++ b/docs/ja_JP.UTF-8/OPTIONS.txt @@ -48,8 +48,7 @@ Tux Paint の動作をカスタマイズするには、グラフィカルな操 Linux 及び Unix のユーザー -ユーザー毎の設定ファイルは、ホームディレクトリに ".tuxpaintrc" というファイル名 -で作成します。("~/.tuxpaintrc" あるいは "$HOME/.tuxpaintrc") +/home/username/.tuxpaintrc システム全体の設定ファイル @@ -74,8 +73,7 @@ Application Support/TuxPaint 内に "tuxpaint.cfg" というファイル名で Windows のユーザー -ユーザー毎の設定ファイルは、個人用データのフォルダ C:\Users\username\AppData\ -Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成します。 +C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg 設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして 保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないよ @@ -87,7 +85,7 @@ Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成しま ザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にさ れています) - C:\Program Files\Tuxpaint +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1607,12 +1605,12 @@ altprint=mod (Linux および Unix ユーザー向け) - "/etc/tuxpaint/tuxpaint.config" でオプションが設定されている場合でも、ユー - ザー各自の "~/.tuxpaintrc" ファイルの設定が優先されます。 + "/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユー + ザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。 "noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の - "~/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に等しい」と設定 - することができます: + "/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に + 等しい」と設定することができます: noprint=no uppercase=no @@ -1769,8 +1767,8 @@ altprint=mod Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/ tuxpaint.conf" から設定を読み込まないようにします。 - ユーザーごとの設定ファイル "~/.tuxpaintrc" が存在すれば、このファイルの - みから設定を読み込みます。 + ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、 + このファイルのみから設定を読み込みます。 diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index e21fc4fd9..7cab16b28 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -746,7 +746,7 @@

- ~/.tuxpaintrc + /home/username/.tuxpaintrc

@@ -774,7 +774,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...

@@ -783,7 +783,7 @@

- ...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/username/.tuxpaintrc" file:

@@ -801,16 +801,13 @@

- Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set.

diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index 3d3f7d056..09c7a6d03 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -169,7 +169,8 @@

- ユーザー毎の設定ファイルは、ホームディレクトリに ".tuxpaintrc" というファイル名で作成します。("~/.tuxpaintrc" あるいは "$HOME/.tuxpaintrc")

+ /home/username/.tuxpaintrc +

@@ -218,7 +219,8 @@

- ユーザー毎の設定ファイルは、個人用データのフォルダ C:\Users\username\AppData\Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成します。

+ C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg +

設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。

@@ -232,10 +234,8 @@

ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています)

-
- C:\Program Files\Tuxpaint -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- "/etc/tuxpaint/tuxpaint.config" でオプションが設定されている場合でも、ユーザー各自の "~/.tuxpaintrc" ファイルの設定が優先されます。

+ "/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユーザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。

- "noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の "~/.tuxpaintrc" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます:

+ "noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の "/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます:

noprint=no
@@ -2551,7 +2551,7 @@ Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/tuxpaint.conf" から設定を読み込まないようにします。

- ユーザーごとの設定ファイル "~/.tuxpaintrc" が存在すれば、このファイルのみから設定を読み込みます。

+ ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、このファイルのみから設定を読み込みます。

diff --git a/docs/sq_AL.UTF-8/FAQ.txt b/docs/sq_AL.UTF-8/FAQ.txt index f0f52a692..7d30e0a5b 100644 --- a/docs/sq_AL.UTF-8/FAQ.txt +++ b/docs/sq_AL.UTF-8/FAQ.txt @@ -610,7 +610,7 @@ Tux Paint is using options I didn't specify! Mandej ekzaminon kartelën e formësimit personal të përdoruesit: - ~/.tuxpaintrc + /home/emër përdoruesi/.tuxpaintrc Finally, any options sent as command-line arguments are used. @@ -631,8 +631,8 @@ Tux Paint is using options I didn't specify! nosound=yes - ...then you can reenable sound by either adding this option to your own - ".tuxpaintrc" file: + ...then you can reenable sound by either adding this option to your own "/ + home/emër përdoruesi/.tuxpaintrc" file: sound=yes @@ -640,14 +640,13 @@ Tux Paint is using options I didn't specify! --sound - Linux and Unix users can also disable the system-wide configuration file by - including the following command-line argument: + On platforms where Tux Paint offers a system-wide configuration file, the + settings in that file may be skipped (so only the user configuration file + and other command-line arguments will be used) by including the following + command-line argument: --nosysconfig - Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments - to determine what options should be set. - diff --git a/docs/sq_AL.UTF-8/OPTIONS.txt b/docs/sq_AL.UTF-8/OPTIONS.txt index 9eaf13ad7..ac76f6660 100644 --- a/docs/sq_AL.UTF-8/OPTIONS.txt +++ b/docs/sq_AL.UTF-8/OPTIONS.txt @@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled: Përdorues Linux-esh dhe Unix-esh -The file you should create is called ".tuxpaintrc" and it should be placed in -your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc") +/home/emër përdoruesi/.tuxpaintrc Kartelë Formësimi Për Mbarë Sistemin @@ -73,9 +72,7 @@ at: Përdorues Windows-i -The file you should create is called "tuxpaint.cfg" and it should be placed in -in your personal AppData folder: C:\Users\emër përdoruesi\AppData\Roaming\ -TuxPaint\ +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... @@ -86,7 +83,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 +C:\Program Files\TuxPaint\tuxpaint.cfg Haiku Users @@ -1618,11 +1615,11 @@ Shkurtore butonash (Për përdorues Linux-esh dhe Unix-esh) - If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you - can override them in your own "~/.tuxpaintrc" file. + 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 "~/.tuxpaintrc" file: + equal 'no' in your "/home/emër përdoruesi/.tuxpaintrc" file: noprint=no uppercase=no @@ -1779,8 +1776,8 @@ Shkurtore butonash Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read. - Only your own configuration file, "~/.tuxpaintrc", if it exists, will - be used. + Only your own configuration file, "/home/emër përdoruesi/.tuxpaintrc", + if it exists, will be used. diff --git a/docs/sq_AL.UTF-8/html/FAQ.html b/docs/sq_AL.UTF-8/html/FAQ.html index ef3602829..cb7f7ae8b 100644 --- a/docs/sq_AL.UTF-8/html/FAQ.html +++ b/docs/sq_AL.UTF-8/html/FAQ.html @@ -746,7 +746,7 @@

- ~/.tuxpaintrc + /home/emër përdoruesi/.tuxpaintrc

@@ -774,7 +774,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...

@@ -783,7 +783,7 @@

- ...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file:

+ ...then you can reenable sound by either adding this option to your own "/home/emër përdoruesi/.tuxpaintrc" file:

@@ -801,16 +801,13 @@

- Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument:

+ On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument:

--nosysconfig

- -

- Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set.

diff --git a/docs/sq_AL.UTF-8/html/OPTIONS.html b/docs/sq_AL.UTF-8/html/OPTIONS.html index fe081c089..ede29e962 100644 --- a/docs/sq_AL.UTF-8/html/OPTIONS.html +++ b/docs/sq_AL.UTF-8/html/OPTIONS.html @@ -169,7 +169,8 @@

- The file you should create is called ".tuxpaintrc" and it should be placed in your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")

+ /home/emër përdoruesi/.tuxpaintrc +

@@ -218,7 +219,8 @@

- The file you should create is called "tuxpaint.cfg" and it should be placed in in your personal AppData folder: C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\

+ 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...

@@ -232,10 +234,8 @@

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 -
- +

+ C:\Program Files\TuxPaint\tuxpaint.cfg

@@ -2374,10 +2374,10 @@

- If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you can override them in your own "~/.tuxpaintrc" file.

+ 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 "~/.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:

noprint=no
@@ -2551,7 +2551,7 @@ Under Linux and Unix, this prevents the system-wide configuration file, "/etc/tuxpaint/tuxpaint.conf", from being read.

- Only your own configuration file, "~/.tuxpaintrc", if it exists, will be used.

+ Only your own configuration file, "/home/emër përdoruesi/.tuxpaintrc", if it exists, will be used.