Koha/debian/docs/koha-translate.xml
Tomas Cohen Arazi cfc3ce6772 Bug 10896: Add a --verbose option to koha-translate
The -v and --verbose option switches add the --verbose switch to the
misc/translator/translate script call in the packages' 'koha-translate'
command.

The docs are updated accordingly.

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Works as expected with and without -v. Man page looks good.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-01-13 20:57:04 +00:00

94 lines
3.1 KiB
XML

<article xmlns='http://docbook.org/ns/docbook'>
<title>koha-translate</title>
<info>
<productname>Koha</productname> is the first free software library automation package.
<author>
<orgname>The Koha Community</orgname>
<uri>http://koha-community.org/</uri>
</author>
</info>
<refentry xml:id="koha-translate">
<refmeta>
<refentrytitle>koha-translate</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
<refname>koha-translate</refname>
<refpurpose>Manage Koha templates translations</refpurpose>
<refclass>UNIX/Linux</refclass>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>koha-translate</command> <arg><option>-i</option>|<option>--install</option></arg> <arg><option>-u</option>|<option>--update</option></arg> <arg><option>-r</option>|<option>--remove</option></arg> <arg><option>-c</option>|<option>--check</option></arg> <arg><option>-v</option>|<option>--verbose</option></arg> <arg choice="req" rep="norepeat"><replaceable>lang_code</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>koha-translate</command> <arg><option>-l</option>|<option>--list</option></arg> <arg><option>-a</option>|<option>--available</option></arg>
<command>koha-translate</command> <arg><option>-h</option>|<option>--help</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Options</title>
<variablelist>
<varlistentry>
<term><option>-a, --available</option></term>
<listitem>
<para>(For use with --list) List the available language translations.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-c, --check</option></term>
<listitem>
<para>Check if all the .PO files are present for the specified language.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h, --help</option></term>
<listitem>
<para>Print usage information.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-i, --install</option></term>
<listitem>
<para>Install the specified lang_code language translation.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-l, --list</option></term>
<listitem>
<para>List the installed or available (combined with -a) language translations.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-r, --remove</option></term>
<listitem>
<para>Remove the specified lang_code language translation.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-u, --update</option></term>
<listitem>
<para>Update the specified lang_code language translation.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v, --verbose</option></term>
<listitem>
<para>Be more verbose on the translation process.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1><title>Description</title>
<para>Manage Koha templates translations.</para>
</refsect1>
</refentry>
</article>