diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 625405346..e6a827913 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2021.May.24 (0.9.26) +2021.June.2 (0.9.26) * New Features ------------ * Larger UI buttons diff --git a/docs/gl_ES.UTF-8/ENVVARS.txt b/docs/gl_ES.UTF-8/ENVVARS.txt index 49d3c0b31..97ff2572a 100644 --- a/docs/gl_ES.UTF-8/ENVVARS.txt +++ b/docs/gl_ES.UTF-8/ENVVARS.txt @@ -1,6 +1,6 @@ Tux Paint versión 0.9.26 - Environment Variables Documentation + Documentación de variábeis de contorno Copyright © 2021-2021 por varios colaboradores; vexa AUTHORS (AUTORES). http://www.tuxpaint.org/ @@ -9,55 +9,60 @@ ---------------------------------------------------------------------- - Tux Paint understands a number of environment variables, either directly, - or indirectly by the libraries that it utilizes. + Tux Paint comprende unha serie de variábeis de contorno, ben directamente + ou indirectamente polas bibliotecas que emprega. -Storage-related environment variables +Variábeis de contorno relacionadas co almacenamento HOME - Specifies the user's "home directory", which is used to locate - numerous other files or directories. In some cases, it is utilized - as part of a fall-back location, when other environment variables - (elsewhere in this documentation) are not set. Sometimes, the - location to use can be overridden by options provided on the - command-line or via Tux Paint's configuration file. See the - "OPTIONS" documentation for details. + Especifica o «directorio persoal» do usuario, que se usa para + localizar outros ficheiros ou directorios. Nalgúns casos, úsase + como parte dunha situación alternativa, cando non se configuran + outras variábeis de contorno (noutros lugares desta + documentación). Ás veces, a localización a empregar pode ser + anulada polas opcións fornecidas na liña de ordes ou a través do + ficheiro de configuración de Tux Paint. Consulte a documentación + de «OPCIÓNS» (OPTIONS) para máis detalles. - A few examples of where "$HOME" is used include: + Algúns exemplos de onde se usa «$HOME» inclúen: - * The location of Tux Paint's configuration file - * The basis of where Tux Paint saves and loads users' drawings - * The location of a user's private collection of data files — - stamps, brushes, etc. — (versus those available system wide) + * A localización do ficheiro de configuración de Tux Paint + * A base de onde Tux Paint garda e carga os debuxos dos + usuarios + * A localización da colección privada de ficheiros de datos dun + usuario — selos, pinceis, etc. — (fronte aos dispoñíbeis no + sistema) XDG_CONFIG_HOME - On Linux and other platforms where the X Desktop Group standards - are used, the location of the user's configuration files. - Specifically, where to find "user-dirs.dirs", where the - "XDG_PICTURES_DIR" might be defined. It is used for exporting - drawings and animated GIFs. Generally it's set to something like - "$HOME/Pictures/". If not specified, Tux Paint checks in the - directory "$HOME/.config/". If the configuration cannot be found, - Tux Paint simply exports drawings and GIFs to "$HOME". + En Linux e noutras plataformas onde se usan os estándares X + Desktop Group, a localización dos ficheiros de configuración do + usuario. Especificamente, onde atopar «user-dirs.dirs», onde se + podería definir o «XDG_PICTURES_DIR». Úsase para exportar debuxos + e GIF animados. Xeralmente estabelecese en algo así como + «$HOME/Pictures/». Se non se especifica, Tux Paint comproba no + directorio «$HOME/.config/». Se non se pode atopar a + configuración, Tux Paint simplemente exporta debuxos e GIF a + «$HOME». XDG_DATA_HOME - On Linux and other platforms where the X Desktop Group standards - are used, the location of the user's data directories. - Specifically, where to find the "Trash" directory. It is used when - deleting images from Tux Paint's "Open" dialog. If not set, the - location "$HOME/.local/share/Trash/" is used, if available. If - not, images are simply deleted, rather than moved anywhere. + En Linux e noutras plataformas onde se usan os estándares X + Desktop Group, a localización dos directorios de datos do usuario. + En concreto, onde atopar o directorio «Trash». Úsase cando se + eliminan imaxes do diálogo «Abrir» de Tux Paint. Se non se define, + úsase a localización «$HOME/.local/share/Trash/», se está + dispoñíbel. Se non, as imaxes bórranse simplemente no canto de + movelas a calquera outro lugar. TEMP - Specifies the location where temporary files may be created. Only - used by Tux Paint on Microsoft Windows OSes. Uses "userdata" if - not set. + Especifica a localización onde se poden crear ficheiros temporais. + Só o usa Tux Paint nos sistemas operativos Microsoft Windows. + Emprega «userdata» se non se define. -Language-related environment variables +Variábeis de contorno relacionadas co idioma LANG @@ -67,28 +72,30 @@ Language-related environment variables LC_MESSAGES - Specify the language Tux Paint should utilize in its user - interface. Overridde by the "--lang" and "--locale" command-line - options or their configuration file counterparts. The "LANGUAGE" - environment variable is used, if set. If not, "LC_ALL" is used as - a fallback. Then "LC_MESSAGES", and finally "LANG". + Especifica o idioma que debe empregar Tux Paint na súa interface + de usuario. Anulada polas opcións da liña de ordes «--lang» e + «--locale» ou as súas equivalentes do ficheiro de configuración. + Utilízase a variábel de contorno 'LANGUAGE', se está definida. Se + non, «LC_ALL» úsase como alternativa. Após «LC_MESSAGES» e, + finalmente, «LANG». -Display-related environment variables +Variábeisbles de contorno relacionadas co que se amosa - The following are a few of the environment variables supported by Simple - DirectMedia Layer (libSD) — which Tux Paint utilizes for displaying - graphics, playing sounds, and receiving mouse, keyboard, and joystick - input — and which may be useful to users of Tux Paint. + A seguir amósanse algunhas das variábeis de contorno compatíbeis con + Simple DirectMedia Layer (libSD) — que Tux Paint utiliza para amosar + gráficos, reproducir sons e recibir entrada do rato, teclado e joystick — + e que poden ser útiles para os usuarios de Tux Paint. SDL_VIDEO_ALLOW_SCREENSAVER - Specifies whether Tux Paint should allow a screensaver to run. Can - be set to '1' (true) by Tux Paint itself by issuing the - command-line option "--allowscreensaver" or its configuration file - counterpart. + Especifica se Tux Paint debería permitir a execución dun protector + de pantalla. Pode ser definido como «1» (verdadeiro) polo propio + Tux Paint emitindo a opción de liña de ordes «--allowscreensaver» + ou o seu equivaente no ficheiro de configuración. SDL_VIDEO_WINDOW_POS - Requests where to position Tux Paint's window. Normally set to - "center" by Tux Paint itself, unless the environment variable is - already set (e.g., to "nopref", meaning "no preference"). + Solicita onde colocar a xanela de Tux Paint. Normalmente + estabelécese en «center» polo propio Tux Paint, a menos que a + variábel de contorno xa estea estabelecida (por exemplo, en + «nopref», que significa «sen preferencia»). diff --git a/docs/gl_ES.UTF-8/html/ENVVARS.html b/docs/gl_ES.UTF-8/html/ENVVARS.html index 5bdf5b384..b0ae8a872 100644 --- a/docs/gl_ES.UTF-8/html/ENVVARS.html +++ b/docs/gl_ES.UTF-8/html/ENVVARS.html @@ -2,7 +2,7 @@ - Tux Paint Environment Variables Documentation + Documentación de variábeis de contorno de Tux Paint @@ -18,7 +18,7 @@ height="210" alt="Tux Paint">
versión 0.9.26
- Environment Variables Documentation + Documentación de variábeis de contorno

Copyright © 2021-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
@@ -32,10 +32,10 @@


- Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes.

+ Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou indirectamente polas bibliotecas que emprega.

- Storage-related environment variables

+ Variábeis de contorno relacionadas co almacenamento
HOME @@ -43,15 +43,15 @@

- Specifies the user's "home directory", which is used to locate numerous other files or directories. In some cases, it is utilized as part of a fall-back location, when other environment variables (elsewhere in this documentation) are not set. Sometimes, the location to use can be overridden by options provided on the command-line or via Tux Paint's configuration file. See the "OPTIONS" documentation for details.

+ Especifica o «directorio persoal» do usuario, que se usa para localizar outros ficheiros ou directorios. Nalgúns casos, úsase como parte dunha situación alternativa, cando non se configuran outras variábeis de contorno (noutros lugares desta documentación). Ás veces, a localización a empregar pode ser anulada polas opcións fornecidas na liña de ordes ou a través do ficheiro de configuración de Tux Paint. Consulte a documentación de «OPCIÓNS» (OPTIONS) para máis detalles.

- A few examples of where "$HOME" is used include:

+ Algúns exemplos de onde se usa «$HOME» inclúen:

@@ -61,7 +61,7 @@

- On Linux and other platforms where the X Desktop Group standards are used, the location of the user's configuration files. Specifically, where to find "user-dirs.dirs", where the "XDG_PICTURES_DIR" might be defined. It is used for exporting drawings and animated GIFs. Generally it's set to something like "$HOME/Pictures/". If not specified, Tux Paint checks in the directory "$HOME/.config/". If the configuration cannot be found, Tux Paint simply exports drawings and GIFs to "$HOME".

+ En Linux e noutras plataformas onde se usan os estándares X Desktop Group, a localización dos ficheiros de configuración do usuario. Especificamente, onde atopar «user-dirs.dirs», onde se podería definir o «XDG_PICTURES_DIR». Úsase para exportar debuxos e GIF animados. Xeralmente estabelecese en algo así como «$HOME/Pictures/». Se non se especifica, Tux Paint comproba no directorio «$HOME/.config/». Se non se pode atopar a configuración, Tux Paint simplemente exporta debuxos e GIF a «$HOME».

@@ -70,7 +70,7 @@

- On Linux and other platforms where the X Desktop Group standards are used, the location of the user's data directories. Specifically, where to find the "Trash" directory. It is used when deleting images from Tux Paint's "Open" dialog. If not set, the location "$HOME/.local/share/Trash/" is used, if available. If not, images are simply deleted, rather than moved anywhere.

+ En Linux e noutras plataformas onde se usan os estándares X Desktop Group, a localización dos directorios de datos do usuario. En concreto, onde atopar o directorio «Trash». Úsase cando se eliminan imaxes do diálogo «Abrir» de Tux Paint. Se non se define, úsase a localización «$HOME/.local/share/Trash/», se está dispoñíbel. Se non, as imaxes bórranse simplemente no canto de movelas a calquera outro lugar.

@@ -79,12 +79,12 @@

- Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "userdata" if not set.

+ Especifica a localización onde se poden crear ficheiros temporais. Só o usa Tux Paint nos sistemas operativos Microsoft Windows. Emprega «userdata» se non se define.

- Language-related environment variables

+ Variábeis de contorno relacionadas co idioma
LANG @@ -101,30 +101,30 @@

- Specify the language Tux Paint should utilize in its user interface. Overridde by the "--lang" and "--locale" command-line options or their configuration file counterparts. The "LANGUAGE" environment variable is used, if set. If not, "LC_ALL" is used as a fallback. Then "LC_MESSAGES", and finally "LANG".

+ Especifica o idioma que debe empregar Tux Paint na súa interface de usuario. Anulada polas opcións da liña de ordes «--lang» e «--locale» ou as súas equivalentes do ficheiro de configuración. Utilízase a variábel de contorno 'LANGUAGE', se está definida. Se non, «LC_ALL» úsase como alternativa. Após «LC_MESSAGES» e, finalmente, «LANG».

- Display-related environment variables

+ Variábeisbles de contorno relacionadas co que se amosa

- The following are a few of the environment variables supported by Simple DirectMedia Layer (libSD) — which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input — and which may be useful to users of Tux Paint. + A seguir amósanse algunhas das variábeis de contorno compatíbeis con Simple DirectMedia Layer (libSD) — que Tux Paint utiliza para amosar gráficos, reproducir sons e recibir entrada do rato, teclado e joystick — e que poden ser útiles para os usuarios de Tux Paint.

SDL_VIDEO_ALLOW_SCREENSAVER

- Specifies whether Tux Paint should allow a screensaver to run. Can be set to '1' (true) by Tux Paint itself by issuing the command-line option "--allowscreensaver" or its configuration file counterpart.

+ Especifica se Tux Paint debería permitir a execución dun protector de pantalla. Pode ser definido como «1» (verdadeiro) polo propio Tux Paint emitindo a opción de liña de ordes «--allowscreensaver» ou o seu equivaente no ficheiro de configuración.

SDL_VIDEO_WINDOW_POS

- Requests where to position Tux Paint's window. Normally set to "center" by Tux Paint itself, unless the environment variable is already set (e.g., to "nopref", meaning "no preference").

+ Solicita onde colocar a xanela de Tux Paint. Normalmente estabelécese en «center» polo propio Tux Paint, a menos que a variábel de contorno xa estea estabelecida (por exemplo, en «nopref», que significa «sen preferencia»).