Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.i18n / utils / test / src / org / gvsig / i18n / utils / config.xml @ 40559

History | View | Annotate | Download (3.11 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3

4
    gvSIG. Desktop Geographic Information System.
5

6
    Copyright (C) 2007-2013 gvSIG Association.
7

8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

26
-->
27
<config>
28
        <!-- Aquí especificamos algunas variables de configuración -->
29
        <!-- En este fichero se muestran todas las opciones posibles, en sus valores por defecto -->
30

    
31
        <!-- Nombre base por defecto de los ficheros con las traducciones. En nuestro caso suele ser "text",
32
                de forma que los ficheros toman nombres como "text.properties", "text_en.properties". Nótese
33
                que sólo es el nombre por defecto. Cada proyecto puede especificar un baseName distinto -->
34
        <variable name="basename" value="text" />
35

    
36
        <!-- Directorio base. Las rutas relativas especificadas en otras variables (databaseDir, directorios
37
                de proyecto) tomarán este directorio como directorio base.  Por defecto es el directorio
38
                desde el que se llama a la aplicación -->
39
        <variable name="basedir" value="test-data" />
40

    
41
        <!-- Lista de idiomas que se tendrán en cuenta  -->
42
        <variable name="languages" value="ca;cs;de;en;es;eu;fr;gl;it;pt" />
43
        
44
        <!-- El directorio que contendrá la base de datos de traducciones por idioma. Por defecto es el
45
                directorio "database", relativo al directorio especificado en la variable "basedir".  -->
46
        <variable name="databaseDir" value="database" />
47
        
48
                <!-- El directorio por defecto que contendrá los property files que almacenan las claves de cada
49
         proyecto". Esto se usa en los proyectos que no especifican un atributo "propertyDir". Si el
50
         directorio no es absoluto, entonces es relativo al directorio de cada proyecto. -->
51
        <variable name="defaultPropertyDir" value="config" />
52
        
53
        <variable name="sourceKeys" value="sources" />
54
</config>
55
<projects>
56
        <!-- Los proyectos que se van a leer. Es necesario especificar un directorio (relativo o absoluto),
57
                y opcionalmente se puede incluir un atributo "basename" para especificar un nombre base
58
                distinto del nombre base por defecto -->
59
        <!-- The projects which are going to be read. An absolute or relative directory name must be specified,
60
                in which the property files are located. An optional "basename" attribute is also accepted,
61
                to override the default basename -->
62
        <project dir="src/appgvSIG" basename="otro"  sourceKeys="sources" propertyDir="config" />
63
        <project dir="src/_fwAndami" />
64
</projects>