diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index 9192a1aa8..5ea85fa0c 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -412,7 +412,7 @@ Windows Users onscreen-keyboard=yes Presents a clickable on-screen keyboard when using the Text and - < b>Label tools. + Label tools. onscreen-keyboard-layout=LAYOUTNAME @@ -646,7 +646,12 @@ Windows Users 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 — TBD! + * Windows - "My Pictures" directory for each user (normaly + "c:\Users\USERNAME\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]. * macOS — TBD! Note: When the defaults are used, a new "TuxPaint" subdirectory @@ -1594,8 +1599,16 @@ Setting Your Environment's Locale ...which will set the language for the lifetime of that DOS window. - For something more permanent, try editing your computer's - "autoexec.bat" file using Windows' "sysedit" tool: + For something more permanent, you can set environment variable using + "System properties" dialogue as follows: + + * Press "[Windows]+[R]" key to open "Run ..." dialogue. + * Enter "sysdm.cpl" in the text box and push "[OK]" button to open + "System properties" dialogue. + * Select "Advanced" tab. + * Click "Environment Variables..." button. + * Edit the value of the parameter "LANG" (should be newly created + if not exists). Special Fonts diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index e4fc81cb9..4eb582642 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -580,8 +580,7 @@

- Presents a clickable on-screen keyboard when using the Text and < -b>Label tools.

+ Presents a clickable on-screen keyboard when using the Text and Label tools.

@@ -913,8 +912,10 @@ b>Label tools.

  • 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 — TBD! +
  • Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\Pictures").
    You can directly open the folder as follows:
  • macOS — TBD! @@ -4917,8 +4918,14 @@ b>Label tools.

    ...which will set the language for the lifetime of that DOS window.

    - For something more permanent, try editing your computer's "autoexec.bat" file using Windows' "sysedit" tool:

    - + For something more permanent, you can set environment variable using "System properties" dialogue as follows:

    + diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt index 762b5e456..9475d8d8e 100644 --- a/docs/es_ES.UTF-8/OPTIONS.txt +++ b/docs/es_ES.UTF-8/OPTIONS.txt @@ -412,7 +412,7 @@ Windows Users onscreen-keyboard=yes Presents a clickable on-screen keyboard when using the Text and - < b>Label tools. + Label tools. onscreen-keyboard-layout=LAYOUTNAME @@ -646,7 +646,12 @@ Windows Users 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 — TBD! + * Windows - "My Pictures" directory for each user (normaly + "c:\Users\USERNAME\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]. * macOS — TBD! Note: When the defaults are used, a new "TuxPaint" subdirectory @@ -1594,8 +1599,16 @@ Setting Your Environment's Locale ...which will set the language for the lifetime of that DOS window. - For something more permanent, try editing your computer's - "autoexec.bat" file using Windows' "sysedit" tool: + For something more permanent, you can set environment variable using + "System properties" dialogue as follows: + + * Press "[Windows]+[R]" key to open "Run ..." dialogue. + * Enter "sysdm.cpl" in the text box and push "[OK]" button to open + "System properties" dialogue. + * Select "Advanced" tab. + * Click "Environment Variables..." button. + * Edit the value of the parameter "LANG" (should be newly created + if not exists). Special Fonts diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html index 6069542fb..2831660b2 100644 --- a/docs/es_ES.UTF-8/html/OPTIONS.html +++ b/docs/es_ES.UTF-8/html/OPTIONS.html @@ -580,8 +580,7 @@

    - Presents a clickable on-screen keyboard when using the Text and < -b>Label tools.

    + Presents a clickable on-screen keyboard when using the Text and Label tools.

    @@ -913,8 +912,10 @@ b>Label tools.

  • 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 — TBD! +
  • Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\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].
    • +
  • macOS — TBD! @@ -4917,8 +4918,14 @@ b>Label tools.

    ...which will set the language for the lifetime of that DOS window.

    - For something more permanent, try editing your computer's "autoexec.bat" file using Windows' "sysedit" tool:

    - + For something more permanent, you can set environment variable using "System properties" dialogue as follows:

    +
      +
    • Press "[Windows]+[R]" key to open "Run ..." dialogue.
    • +
    • Enter "sysdm.cpl" in the text box and push "[OK]" button to open "System properties" dialogue.
    • +
    • Select "Advanced" tab.
    • +
    • Click "Environment Variables..." button.
    • +
    • Edit the value of the parameter "LANG" (should be newly created if not exists).
    • +
    diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index a75ac586a..771d997ff 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -412,7 +412,7 @@ Windows Users onscreen-keyboard=yes Presents a clickable on-screen keyboard when using the Text and - < b>Label tools. + Label tools. onscreen-keyboard-layout=LAYOUTNAME @@ -646,7 +646,12 @@ Windows Users 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 — TBD! + * Windows - "My Pictures" directory for each user (normaly + "c:\Users\USERNAME\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]. * macOS — TBD! Note: When the defaults are used, a new "TuxPaint" subdirectory @@ -1594,8 +1599,16 @@ Setting Your Environment's Locale ...which will set the language for the lifetime of that DOS window. - For something more permanent, try editing your computer's - "autoexec.bat" file using Windows' "sysedit" tool: + For something more permanent, you can set environment variable using + "System properties" dialogue as follows: + + * Press "[Windows]+[R]" key to open "Run ..." dialogue. + * Enter "sysdm.cpl" in the text box and push "[OK]" button to open + "System properties" dialogue. + * Select "Advanced" tab. + * Click "Environment Variables..." button. + * Edit the value of the parameter "LANG" (should be newly created + if not exists). Special Fonts diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index 6bdb0e301..218a772f0 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -580,8 +580,7 @@

    - Presents a clickable on-screen keyboard when using the Text and < -b>Label tools.

    + Presents a clickable on-screen keyboard when using the Text and Label tools.

    @@ -913,8 +912,10 @@ b>Label tools.

  • 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 — TBD! +
  • Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\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].
    • +
  • macOS — TBD! @@ -4917,8 +4918,14 @@ b>Label tools.

    ...which will set the language for the lifetime of that DOS window.

    - For something more permanent, try editing your computer's "autoexec.bat" file using Windows' "sysedit" tool:

    - + For something more permanent, you can set environment variable using "System properties" dialogue as follows:

    +
      +
    • Press "[Windows]+[R]" key to open "Run ..." dialogue.
    • +
    • Enter "sysdm.cpl" in the text box and push "[OK]" button to open "System properties" dialogue.
    • +
    • Select "Advanced" tab.
    • +
    • Click "Environment Variables..." button.
    • +
    • Edit the value of the parameter "LANG" (should be newly created if not exists).
    • +
    diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt index 99d0ec277..adf280be6 100644 --- a/docs/gl_ES.UTF-8/OPTIONS.txt +++ b/docs/gl_ES.UTF-8/OPTIONS.txt @@ -429,7 +429,7 @@ Usuarios de Windows onscreen-keyboard=yes Presents a clickable on-screen keyboard when using the Text and - < b>Label tools. + Label tools. onscreen-keyboard-layout=NOME DA DISPOSICIÓN @@ -680,7 +680,12 @@ Usuarios de Windows 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 — TBD! + * Windows - "My Pictures" directory for each user (normaly + "c:\Users\USERNAME\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]. * macOS — TBD! Nota: Cando se empregan os valores predeterminados, crearase e @@ -1648,9 +1653,16 @@ Axustar o idioma do seu contorno ...que estabelecerá o idioma para toda a vida desa xanela DOS. - Para obter algo máis permanente, probe a editar o ficheiro - «autoexec.bat» do seu computador usando a ferramenta «sysedit» de - Windows: + For something more permanent, you can set environment variable using + "System properties" dialogue as follows: + + * Press "[Windows]+[R]" key to open "Run ..." dialogue. + * Enter "sysdm.cpl" in the text box and push "[OK]" button to open + "System properties" dialogue. + * Select "Advanced" tab. + * Click "Environment Variables..." button. + * Edit the value of the parameter "LANG" (should be newly created + if not exists). Tipos de letra especiais diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html index f84c14967..cff8d0b4a 100644 --- a/docs/gl_ES.UTF-8/html/OPTIONS.html +++ b/docs/gl_ES.UTF-8/html/OPTIONS.html @@ -580,8 +580,7 @@

    - Presents a clickable on-screen keyboard when using the Text and < -b>Label tools.

    + Presents a clickable on-screen keyboard when using the Text and Label tools.

    @@ -913,8 +912,10 @@ b>Label tools.

  • 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 — TBD! +
  • Windows - "My Pictures" directory for each user (normaly "c:\Users\USERNAME\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].
    • +
  • macOS — TBD! @@ -4917,8 +4918,14 @@ b>Label tools.

    ...que estabelecerá o idioma para toda a vida desa xanela DOS.

    - Para obter algo máis permanente, probe a editar o ficheiro «autoexec.bat» do seu computador usando a ferramenta «sysedit» de Windows:

    - + For something more permanent, you can set environment variable using "System properties" dialogue as follows:

    +
      +
    • Press "[Windows]+[R]" key to open "Run ..." dialogue.
    • +
    • Enter "sysdm.cpl" in the text box and push "[OK]" button to open "System properties" dialogue.
    • +
    • Select "Advanced" tab.
    • +
    • Click "Environment Variables..." button.
    • +
    • Edit the value of the parameter "LANG" (should be newly created if not exists).
    • +
    diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt index 858a830e9..c4ca0de9b 100644 --- a/docs/ja_JP.UTF-8/OPTIONS.txt +++ b/docs/ja_JP.UTF-8/OPTIONS.txt @@ -322,7 +322,7 @@ Windows のユーザー onscreen-keyboard=yes Presents a clickable on-screen keyboard when using the Text and - < b>Label tools. + Label tools. onscreen-keyboard-layout=レイアウト名 @@ -501,7 +501,11 @@ Windows のユーザー "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像") XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。 - * Windows — TBD! + * Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は + "C:\Users\ユーザー名\Pictures")。 + また、次のようにして、フォルダを直接開くこともできます: + * "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。 + * テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。 * macOS — TBD! 注:標準の設定を用いる場合は、画像用のディレクトリにサブディレクトリ "TuxPaint" @@ -1393,8 +1397,13 @@ Windows のユーザー ... この言語指定は、実行したコマンドプロンプトウィンドウが終了するまでの間だけ有効となります。 - 恒久的に言語環境を変更したい場合は、Windows の "sysedit" ツールを用いて "autoexec.bat" - ファイルを編集する方法があります。 + 常にこの言語設定を有効にするには、以下のようにして、"システムのプロパティ" ダイアログで環境変数を設定します: + + * "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。 + * テキストボックスに "sysdm.cpl" と入力して "[OK]" ボタンを押し、"システムのプロパティ" ダイアログを開く。 + * "詳細設定" タブを選択。 + * "環境変数(N)..." ボタンをクリック。 + * 環境変数 "LANG" の値を編集。(変数が設定されていなければ新たに作成) 言語固有のフォント diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index f4cfde5ad..62550093e 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -580,8 +580,7 @@

    - Presents a clickable on-screen keyboard when using the Text and < -b>Label tools.

    + Presents a clickable on-screen keyboard when using the Text and Label tools.

    @@ -913,8 +912,10 @@ b>Label tools.

  • Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可能な場合、個々のデスクトップ環境において画像保存用として設定されているディレクトリ("xdg-user-dir PICTURES" コマンドで確認できます)
    英語環境では一般的にユーザーのホームディレクトリ("$HOME/Pictures" あるいは "~/Pictures")以下の "Pictures" ディレクトリになります。(日本語環境では "画像")
    XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されていない場合は、上記の英語環境で一般的なディレクトリ(~/Pictures)を使用します。
  • - -
  • Windows — TBD! +
  • Windows — 各ユーザーの "ピクチャ" ディレクトリ(通常は "C:\Users\ユーザー名\Pictures")。
    また、次のようにして、フォルダを直接開くこともできます:
      +
    • "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
    • +
    • テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
    • +
  • macOS — TBD! @@ -4917,8 +4918,14 @@ b>Label tools.

    ... この言語指定は、実行したコマンドプロンプトウィンドウが終了するまでの間だけ有効となります。

    - 恒久的に言語環境を変更したい場合は、Windows の "sysedit" ツールを用いて "autoexec.bat" ファイルを編集する方法があります。

    - + 常にこの言語設定を有効にするには、以下のようにして、"システムのプロパティ" ダイアログで環境変数を設定します:

    +
      +
    • "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイアログを開く。
    • +
    • テキストボックスに "sysdm.cpl" と入力して "[OK]" ボタンを押し、"システムのプロパティ" ダイアログを開く。
    • +
    • "詳細設定" タブを選択。
    • +
    • "環境変数(N)..." ボタンをクリック。
    • +
    • 環境変数 "LANG" の値を編集。(変数が設定されていなければ新たに作成)
    • +