<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head xmlns="http://www.w3.org/1999/xhtml"><title xmlns="http://www.w3.org/1999/xhtml">Chapter 11. Contributing to the Development of Pilot-DB</title><meta xmlns="http://www.w3.org/1999/xhtml" name="generator" content="DocBook XSL Stylesheets V1.50.0"/><link rel="home" href="index.html" title="Pilot-DB Users Manual"/><link rel="up" href="index.html" title="Pilot-DB Users Manual"/><link rel="previous" href="ch10s04.html" title="Deleting a Plugin"/><link rel="next" href="ch11s02.html" title="Rebuilding Pilot-DB"/></head><body><div xmlns="http://www.w3.org/1999/xhtml" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 11. Contributing to the Development of Pilot-DB</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch10s04.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch11s02.html">Next</a></td></tr></table><hr/></div><div xmlns="http://www.w3.org/1999/xhtml" class="chapter"><div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"><div xmlns="http://www.w3.org/1999/xhtml"><h2 xmlns="http://www.w3.org/1999/xhtml" class="title"><a xmlns="http://www.w3.org/1999/xhtml" id="developping.chapter"/>Chapter 11. Contributing to the Development of Pilot-DB</h2></div></div><div xmlns="http://www.w3.org/1999/xhtml" class="toc"><p xmlns="http://www.w3.org/1999/xhtml"><b>Table of Contents</b></p><dl><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11.html#id2833185">Translating the Application</a></dt><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11s02.html">Rebuilding Pilot-DB</a></dt><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11s03.html">Building a Plugin</a></dt><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11s04.html">Adding Functionality</a></dt><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11s05.html">Distributing Your Creations</a></dt><dd><dl><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11s05.html#sourcedistrib.sect">Source Code</a></dt><dt><a xmlns="http://www.w3.org/1999/xhtml" href="ch11s05.html#id2833567">Databases</a></dt></dl></dd></dl></div><div xmlns="http://www.w3.org/1999/xhtml" class="section"><div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"><div xmlns="http://www.w3.org/1999/xhtml"><h2 class="title" style="clear: both"><a xmlns="http://www.w3.org/1999/xhtml" id="id2833185"/>Translating the Application</h2></div></div><fake><p xmlns="http://www.w3.org/1999/xhtml">
    Nothing could be easier. Download <a xmlns="http://www.w3.org/1999/xhtml" href="http://pilot-db.sourceforge.net" target="_top"><tt xmlns="http://www.w3.org/1999/xhtml">db-xxx-src.tar.gz</tt></a>. Decompress the archive with an appropriate tool, for instance:
    <b xmlns="http://www.w3.org/1999/xhtml">tar</b> ou WinZip.exe in Windows.
   </p></fake><pre xmlns="http://www.w3.org/1999/xhtml" class="screen">
   db-1_0_1/
   db-1_0_1/.cvsignore
   db-1_0_1/about.c
   db-1_0_1/autogen.sh
   db-1_0_1/bitmaps/
   db-1_0_1/bitmaps/all-c.bmp
   db-1_0_1/bitmaps/all.bmp
   ...
   db-1_0_1/langs/
   db-1_0_1/langs/CVS/
   db-1_0_1/langs/CVS/Root
   db-1_0_1/langs/CVS/Repository
   db-1_0_1/langs/CVS/Entries
   db-1_0_1/langs/de.rcp
   db-1_0_1/langs/en.rcp
   db-1_0_1/langs/fr.rcp
   db-1_0_1/langs/it.rcp
   db-1_0_1/langs/ja.rcp
   db-1_0_1/langs/nl.rcp
   db-1_0_1/langs/no.rcp
   db-1_0_1/langs/pt.rcp
   db-1_0_1/langs/sample.rcp
   db-1_0_1/langs/sk-1250.rcp
   db-1_0_1/langs/sk-il2.rcp
   db-1_0_1/langs/sk.rcp
   db-1_0_1/langs/sv.rcp
   db-1_0_1/langs/es.rcp
   db-1_0_1/langs/ca.rcp
   ...
   </pre><fake><p xmlns="http://www.w3.org/1999/xhtml">
     In the directory which has been created there will be a file named <tt xmlns="http://www.w3.org/1999/xhtml">langs/sample.rcp</tt>.  This file contains all the character strings used by the application. Each one of these requires translation.
   </p></fake></div></div><div xmlns="http://www.w3.org/1999/xhtml" class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch10s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch11s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Deleting a Plugin </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Rebuilding Pilot-DB</td></tr></table></div></body></html>
