Commit 1f046781 authored by Michal Čihař's avatar Michal Čihař

Avoid mentioning Git, we now support more VCSs

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f914e3f1
......@@ -147,20 +147,20 @@ Can overwrite with translation upload [Users, Managers]
Can define author of translation upload [Managers]
Allows to define custom authorship when uploading translation file.
Can force committing of translation [Managers]
Can force Git commit in the web interface.
Can force VCS commit in the web interface.
Can see git repository URL [Users, Managers, Guests]
Can see Git repository URL inside Weblate
Can see VCS repository URL inside Weblate
Can update translation from git [Managers]
Can force Git pull in the web interface.
Can force VCS pull in the web interface.
Can push translations to remote git [Managers]
Can force Git push in the web interface.
Can force VCS push in the web interface.
Can do automatic translation using other project strings [Managers]
Can do automatic translation based on strings from other components
Can lock whole translation project [Managers]
Can lock translation for updates, useful while doing some major changes
in the project.
Can reset translations to match remote git [Managers]
Can reset Git repository to match remote git.
Can reset VCS repository to match remote git.
Can save translation [Users, Managers]
Can save translation (might be disabled with :ref:`voting`).
Can accept suggestion [Users, Managers]
......
......@@ -43,9 +43,10 @@ BuildArch: noarch
%py_requires
%description
Weblate is a free web-based translation tool with tight Git integration. It
features simple and clean user interface, propagation of translations across
components, quality checks and automatic linking to source files.
Weblate is a free web-based translation tool with tight version control
integration. It features simple and clean user interface, propagation of
translations across components, quality checks and automatic linking to source
files.
List of features includes:
......
......@@ -14,7 +14,7 @@
<div class="panel-heading"><h4 class="panel-title">{% trans "About Weblate" %}</h4></div>
<div class="panel-body">
<p>{% blocktrans %}Weblate is a web based translation tool with tight Git integration. It features simple and clean user interface, propagation of translations across components, quality checks and automatic linking to source files.{% endblocktrans %}</p>
<p>{% blocktrans %}Weblate is a web based translation tool with tight version control integration. It features simple and clean user interface, propagation of translations across components, quality checks and automatic linking to source files.{% endblocktrans %}</p>
<p>{% blocktrans %}If you are looking for support for Weblate or want to file bug reports check its website at <a href="{{ weblate_url }}">weblate.org</a>.{% endblocktrans %}</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment