Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

3 changed files:

Changes:

  • client-core/src/main/i18n/templates/initStorage_en_GB.ftl
    1
    +<#--
    
    2
    + #%L
    
    3
    + ObServe :: Client Core
    
    4
    + %%
    
    5
    + Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io
    
    6
    + %%
    
    7
    + This program is free software: you can redistribute it and/or modify
    
    8
    + it under the terms of the GNU General Public License as
    
    9
    + published by the Free Software Foundation, either version 3 of the
    
    10
    + License, or (at your option) any later version.
    
    11
    +
    
    12
    + This program is distributed in the hope that it will be useful,
    
    13
    + but WITHOUT ANY WARRANTY; without even the implied warranty of
    
    14
    + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    
    15
    + GNU General Public License for more details.
    
    16
    +
    
    17
    + You should have received a copy of the GNU General Public
    
    18
    + License along with this program.  If not, see
    
    19
    + <http://www.gnu.org/licenses/gpl-3.0.html>.
    
    20
    + #L%
    
    21
    +-->
    
    22
    +
    
    23
    +<html>
    
    24
    +<body>
    
    25
    +
    
    26
    +<h3>Loading a data sourced</h3>
    
    27
    +
    
    28
    +<p>
    
    29
    +    The local database does not exist (path ${localDb.absolutePath}).
    
    30
    +</p>
    
    31
    +
    
    32
    +You can now:
    
    33
    +
    
    34
    +<ul>
    
    35
    +<#if withBackup>
    
    36
    +    <li>use last automatic backup (${backupDate})</li>
    
    37
    +</#if>
    
    38
    +    <li>create a new local database</li>
    
    39
    +    <li>connect to a remote database</li>
    
    40
    +</ul>
    
    41
    +
    
    42
    +</body>
    
    43
    +</html>

  • client-core/src/main/i18n/templates/initStorage_es_ES.ftl
    1
    +<#--
    
    2
    + #%L
    
    3
    + ObServe :: Client Core
    
    4
    + %%
    
    5
    + Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io
    
    6
    + %%
    
    7
    + This program is free software: you can redistribute it and/or modify
    
    8
    + it under the terms of the GNU General Public License as
    
    9
    + published by the Free Software Foundation, either version 3 of the
    
    10
    + License, or (at your option) any later version.
    
    11
    +
    
    12
    + This program is distributed in the hope that it will be useful,
    
    13
    + but WITHOUT ANY WARRANTY; without even the implied warranty of
    
    14
    + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    
    15
    + GNU General Public License for more details.
    
    16
    +
    
    17
    + You should have received a copy of the GNU General Public
    
    18
    + License along with this program.  If not, see
    
    19
    + <http://www.gnu.org/licenses/gpl-3.0.html>.
    
    20
    + #L%
    
    21
    +-->
    
    22
    +<html>
    
    23
    +<body>
    
    24
    +
    
    25
    +<h3>Importar una base de datos</h3>
    
    26
    +
    
    27
    +<p>
    
    28
    +    La base local no existe (ruta ${localDb.absolutePath}).
    
    29
    +</p>
    
    30
    +
    
    31
    +Ahora puede:
    
    32
    +
    
    33
    +<ul>
    
    34
    +<#if withBackup>
    
    35
    +    <li>Utilizar la última copia de seguridad automática (${backupDate})</li>
    
    36
    +</#if>
    
    37
    +    <li>Crear una base local nueva</li>
    
    38
    +    <li>Conectar a una base remota</li>
    
    39
    +</ul>
    
    40
    +
    
    41
    +</body>
    
    42
    +</html>

  • client-core/src/main/i18n/templates/initStorage_fr_FR.ftl
    1
    +<#--
    
    2
    + #%L
    
    3
    + ObServe :: Client Core
    
    4
    + %%
    
    5
    + Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io
    
    6
    + %%
    
    7
    + This program is free software: you can redistribute it and/or modify
    
    8
    + it under the terms of the GNU General Public License as
    
    9
    + published by the Free Software Foundation, either version 3 of the
    
    10
    + License, or (at your option) any later version.
    
    11
    +
    
    12
    + This program is distributed in the hope that it will be useful,
    
    13
    + but WITHOUT ANY WARRANTY; without even the implied warranty of
    
    14
    + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    
    15
    + GNU General Public License for more details.
    
    16
    +
    
    17
    + You should have received a copy of the GNU General Public
    
    18
    + License along with this program.  If not, see
    
    19
    + <http://www.gnu.org/licenses/gpl-3.0.html>.
    
    20
    + #L%
    
    21
    +-->
    
    22
    +<html>
    
    23
    +<body>
    
    24
    +
    
    25
    +<h3>Chargement d'une source de donnée</h3>
    
    26
    +
    
    27
    +<p>
    
    28
    +    La base locale n'existe pas (emplacement ${localDb.absolutePath}).
    
    29
    +</p>
    
    30
    +
    
    31
    +Vous pouvez à ce stade
    
    32
    +
    
    33
    +<ul>
    
    34
    +<#if withBackup>
    
    35
    +    <li>utiliser la dernière sauvegarde automatique (${backupDate})</li>
    
    36
    +</#if>
    
    37
    +    <li>créer la base locale</li>
    
    38
    +    <li>vous connecter à une base distante.</li>
    
    39
    +</ul>
    
    40
    +
    
    41
    +</body>
    
    42
    +</html>