Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tips of the day #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions tips/automatic_backup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<html>
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head> <body>
<h3 class="title">Automatic backups</h3>
<p>OmegaT creates backups of your project settings to ensure it can retrieve them in case of a problem.</p>
<p>OmegaT regularly and automatically stores all your progress in the project_save.tmx file located in the
project’s omegat folder. OmegaT also creates regular backups of that file.</p>
</body></html>
33 changes: 33 additions & 0 deletions tips/change_theme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<html><head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head><body>
<h3 class="title">OmegaT theme</h3>
<p>You can select a theme for the OmegaT user interface.</p>
<p>Additional themes can be added as plugins. The themes also provide a predefined set of default colours of marks.</p>
<p>OmegaT standard theme will swirch default colours based on System colors.</p>
</body></html>
51 changes: 51 additions & 0 deletions tips/howto_download_dictionary.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html><head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head><body>
<h3 class="title">Dictionary</h3>
<p>OmegaT supports dictionaries in the StarDict or in the Lingvo DSL
format. You can find some dictionaries on the <a class="ulink"
href="https://sourceforge.net/p/omegat/wiki/Reference%20Material/"
target="_blank">OmegaT Wiki</a>.</p>
<p>To install dictionaries:</p>
<div class="orderedlist">
<ol class="orderedlist" type="1">
<li class="listitem">
<p>download the file - it should be a tarball archive (extension
<code class="filename">tar.bz</code> or <code class="filename">tar.bz2</code>),</p>
</li>
<li class="listitem">
<p>extract its contents into this folder. There should be three files
per dictionary, with extensions <code class="filename">dz</code>,
<code class="filename">idx</code> and <code class="filename">ifo</code>.</p>
</li>
</ol>
</div>
<p>If you want to remove words from potential dictionary matches, add an
<code class="filename">ignore.txt</code> encoded in UTF-8 to the folder. The file
must have one word per line. All the words contained in that list will be
ignored by OmegaT.</p>
</body></html>
33 changes: 33 additions & 0 deletions tips/project_folder_tm_auto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html><head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head><body>
<h3 class="title">tm/auto folder</h3>
<p> <span class="term" >tm/auto</span> folder is intended for reliable references files that can
automatically fill exactly matching and not yet translated segments.</p>
<p>Translations from TMX files placed in this folder are automatically inserted in matching segments
without the automatic prefix, making it unnecessary to confirm these segments.</p>
</body></html>
43 changes: 43 additions & 0 deletions tips/project_folders.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<html><header>
<link rel="stylesheet" type="text/css" href="../tips.css">
</header><body>
<h3 class="title">Project folders</h3>
<p>An OmegaT project consists of a set of folders and files that contain the resources used for translating. The
default names are as belows.</p>
<div class="itemizedlist">
<ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"> source contains the source files </li>
<li class="listitem"> target target files are created </li>
<li class="listitem"> glossary contains the glossaries </li>
<li class="listitem"> glossary.txt is the project writable glossary </li>
<li class="listitem"> tm contains the reference translation memories </li>
<li class="listitem"> dictionary contains the reference dictionaries </li>
</ul>
</div>
</body>
</html>
32 changes: 32 additions & 0 deletions tips/shortcut_help.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<html>
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head> <body>
<h3 class="title">User manual</h3>
<p>Hit <span class="keycap"><strong>F1</strong></span> or access the <span class="guimenu">&gt; Help</span> menu
to open the user manual. It comes with a thorough introduction to OmegaT.</p>
</body></html>
69 changes: 69 additions & 0 deletions tips/shortcut_note.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<html>
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head> <body>
<h3 class="title">Notepad access shortcut</h3>
<div class="itemizedlist">
<ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p>Add reminders in the <span class="guilabel">Notepad</span> pane for problematic segments</p>
<p>Use <span class="guimenu">Go To</span>
<span class="guimenuitem">Notepad</span>
<span class="keycap">
<strong>C</strong>
</span>+<span class="keycap">
<strong>A</strong>
</span>+<span class="keycap">
<strong>9</strong>
</span>
to enter the Notepad and add your remark.</p>
<p>Use <span class="guimenu">Go To</span>
<span class="guimenuitem">Editor</span>
<span class="keycap">
<strong>C</strong>
</span>+<span class="keycap">
<strong>A</strong>
</span>+<span class="keycap">
<strong>0</strong>
</span>
to return to the Editor and resume your translation.</p>
</li>
<li class="listitem">
<p>Use
<span class="guimenu">Edit</span>
<span class="guimenuitem">Search...</span>
<span class="keycap">
<strong>C</strong>
</span>+<span class="keycap">
<strong>F</strong>
</span>
to filter segments based on criteria that you set, and review only those.</p>
</li>
</ul>
</div>
</body>
</html>
16 changes: 16 additions & 0 deletions tips/tips.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
tips:
- file: shortcut_help.html
name: Call user manual
- file: shortcut_note.html
name: Shortcut to notepad
- file: automatic_backup.html
name: Automatic backup
- file: project_folders.html
name: Project folders
- file: project_folder_tm_auto.html
name: tm/auto folder
- file: howto_download_dictionary.html
name: How to download dictionary
- file: change_theme.html
name: OmegaT themes