File: localization.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (18 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 <chapter id="cmdline_localization">
  <title>Localization</title>
  <para>
   PDF Editor is run in english language by default, but by setting environment variable <envar>LANG</envar> before launching
   the program, you can tell PDF Editor to look for specific language file. If the localization you requested is
   not available, english will be used instead.
  </para>
  <para>
   Aside default english, these localizations are available:
   <informaltable frame="none">
    <tgroup cols="2"><tbody>
     <row><entry>cs</entry><entry> - Czech</entry></row>
     <row><entry>sk</entry><entry> - Slovak</entry></row>
    </tbody></tgroup>
   </informaltable>
  </para>
 </chapter>