forked from omegat-org/omegat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
212 lines (123 loc) · 5.51 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
@TRANSLATION_NOTICE@
What is OmegaT?
===============
OmegaT is a free and open source multiplatform Computer Assisted Translation
tool with fuzzy matching, translation memory, keyword search, glossaries, and
translation leveraging into updated projects.
Licensing information
=====================
OmegaT is available 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. You can find the text of the license in
/docs/OmegaT-license.txt.
OmegaT uses a number of librairies. The license of each library is mentioned in
/lib/licenses/Licenses.txt.
Prerequisites for installing OmegaT
===================================
OmegaT requires the Java Runtime Environment (JRE) version 1.8 or higher to be
installed on your system.
We recommend using OmegaT packages that include the JRE, to save you the trouble
of selecting, obtaining and installing it.
Installing OmegaT (Windows)
===========================
Launch the installation program.
Installing OmegaT (Mac)
=======================
Unpack the OmegaT .zip archive to obtain a folder that contains a documentation
file and the OmegaT application. Move the folder to an appropriate location such
as the Applications folder.
Installing OmegaT (Linux)
=========================
Place the archive in any suitable folder and unpack it. OmegaT is then ready to
be launched.
You can however obtain a neater and more user-friendly installation by using the
installation script (linux-install.sh). To use this script, open a terminal
window (console), change folder to the folder containing OmegaT.jar and the
linux-install.sh script, and execute the script with ./linux-install.sh.
Installing OmegaT (Solaris, FreeBSD, etc.)
=========================================
Place the archive in any suitable folder and unpack it. OmegaT is then ready to
be launched.
Using Java Web Start for installing OmegaT (all platforms)
===========================================================
If you have already Java installed on your system, one way to install OmegaT is
to use Java Web Start.
For this purpose download the following file and then execute it:
https://omegat.sourceforge.net/webstart/OmegaT.jnlp
It will install the correct environment for your computer and the application
itself on the first run. Later calls do not need to be online.
Launching OmegaT (Windows)
==========================
If, during installation, you have created a shortcut on the desktop,
double-click on that shortcut.
The installer can create shortcuts for you in the start menu, on the desktop and
in the quick launch area. You can also manually drag the file OmegaT.exe to the
start menu, the desktop or the quick launch area to link it from there.
If you can see the file OmegaT but not OmegaT.exe in your File Manager (Windows
Explorer), change the settings so that file extensions are displayed.
Launching OmegaT (Mac)
======================
Double-click on the OmegaT application.
You may drag the OmegaT application to your dock or to the toolbar of a Finder
window to be able to launch it from any location. You can also launch it from
the Spotlight search field.
Launching OmegaT (Linux)
========================
If you used linux-install.sh script, you should be able to launch OmegaT with:
Alt+F2
and then:
omegat
For a more user-friendly way of launching OmegaT, you can use the Kaptain script
provided (omegat.kaptn). To use this script you must first install Kaptain. You
can then launch the Kaptain launch script with:
Alt+F2
and then:
omegat.kaptn
Launching OmegaT from the command line (all systems)
====================================================
The command to launch OmegaT is:
cd <folder where the file OmegaT.jar is located>
<name and path of the Java executable file> -jar OmegaT.jar
(The Java executable file is the file java on Linux and java.exe on Windows. If
Java is installed at system level and is in the command path, the full path need
not be entered.)
Contributors
============
OmegaT is the original work of Keith Godfrey.
Aaron Madlon-Kay is the OmegaT project manager.
Current team:
(alphabetical order)
- Vincent Bidaux (documentation manager)
- Marco Cevoli (Telegram community manager)
- Jean-Christophe Helary (Twitter community manager)
- Kos Ivantsof (localisation manager)
- Concepción Martin (Facebook community manager)
- Briac Pilpré (webmaster)
- Lucie Vecerova (Facebook community manager)
Contributions to the code are documented in /docs/contributors.txt.
Previous contributors include:
(alphabetical order)
- Anthony Baldwin (localisation manager)
- Didier Briel (project manager)
- Alex Buloichik (lead developer)
- Sabine Cretella
- Dmitri Gabinski
- Jean-Christophe Helary (support group owner, localisation manager)
- Maxym Mykhalchuk (lead developer)
- Samuel Murray
- Henry Pijffers (release manager)
- Marc Prior (project co-ordinator, webmaster)
- Vito Smolej (documentation manager)
and many, many more very helpful people
(If you think you have significantly contributed to the OmegaT Project but you
don't see your name on the lists, feel free to contact us.)
Useful links
============
The most current info about OmegaT can be found at:
https://omegat.org/
User support resources:
https://omegat.org/support
Requests for Enhancements (in English), at the SourceForge site:
https://sourceforge.net/p/omegat/feature-requests/
Bug reports (in English), at the SourceForge site:
https://sourceforge.net/p/omegat/bugs/