-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproducts.html
More file actions
46 lines (45 loc) · 1.78 KB
/
products.html
File metadata and controls
46 lines (45 loc) · 1.78 KB
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
---
layout: default
title: Products
---
<div class="container content">
<h2>Our Products</h2>
<div class="row">
<div class="span12">
<h2>Software solutions for localization</h2>
</div>
</div>
</div>
<div class="container content">
<section>
<div class="row">
<div class="span6">
<h3><a href="http://pootle.translatehouse.org/"><img src="assets/img/Pootle32.png" /> Pootle</a></h3>
<p>Online translation platform. Pootle allows your professional or
community translators to easily complete localization tasks. For you
it becomes easier to manage and monitor the distributed work.</p>
</div>
<div class="span6">
<h3><a href="http://virtaal.translatehouse.org/"><img src="assets/img/Virtaal_32.png" /> Virtaal</a></h3>
<p>Desktop translation tool. For many minority languages online
translation is not an option due to connectivity costs and reliability.
Virtaal provides a powerful yet simple interface that follows many of
the layout choices of Pootle making it an easy tool to use.</p>
</div>
</div>
<div class="row">
<div class="span6">
<h3><a href="http://toolkit.translatehouse.org/"><img src="assets/img/toolkit32.png" /> Translate Toolkit</a></h3>
<p>Localization engineering toolkit. The Translate Toolkit provides
tools to process, transform and manage localization files.</p>
</div>
<div class="span6">
<h3><a href="http://amagama.translatehouse.org/"><img src="assets/img/amaGama32.png" /> amaGama</a></h3>
<p>Translation Memory server. AmaGama stores all your previous
translations and provides translation suggestions for both Pootle and
Virtaal. Deploying your own amaGama server allows you to host your own
data internally or privately.</p>
</div>
</div>
</section>
</div>