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