File: localization.xml

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (22 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 <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>de</entry><entry> - German</entry></row>
     <row><entry>es</entry><entry> - Spanish</entry></row>
     <row><entry>ru</entry><entry> - Russian</entry></row>
     <row><entry>fr</entry><entry> - French</entry></row>
     <row><entry>zh_TW</entry><entry> - Chinese (traditional)</entry></row>
    </tbody></tgroup>
   </informaltable>
  </para>
 </chapter>