Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 06bf6f53 by Tony Chemit at 2020-05-07T11:51:09+02:00 Fichiers de traductions manquants - Closes #1478 - - - - - 3 changed files: - + client-core/src/main/i18n/templates/initStorage_en_GB.ftl - + client-core/src/main/i18n/templates/initStorage_es_ES.ftl - + client-core/src/main/i18n/templates/initStorage_fr_FR.ftl Changes: ===================================== client-core/src/main/i18n/templates/initStorage_en_GB.ftl ===================================== @@ -0,0 +1,43 @@ +<#-- + #%L + ObServe :: Client Core + %% + Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> + +<html> +<body> + +<h3>Loading a data sourced</h3> + +<p> + The local database does not exist (path ${localDb.absolutePath}). +</p> + +You can now: + +<ul> +<#if withBackup> + <li>use last automatic backup (${backupDate})</li> +</#if> + <li>create a new local database</li> + <li>connect to a remote database</li> +</ul> + +</body> +</html> ===================================== client-core/src/main/i18n/templates/initStorage_es_ES.ftl ===================================== @@ -0,0 +1,42 @@ +<#-- + #%L + ObServe :: Client Core + %% + Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> +<html> +<body> + +<h3>Importar una base de datos</h3> + +<p> + La base local no existe (ruta ${localDb.absolutePath}). +</p> + +Ahora puede: + +<ul> +<#if withBackup> + <li>Utilizar la última copia de seguridad automática (${backupDate})</li> +</#if> + <li>Crear una base local nueva</li> + <li>Conectar a una base remota</li> +</ul> + +</body> +</html> ===================================== client-core/src/main/i18n/templates/initStorage_fr_FR.ftl ===================================== @@ -0,0 +1,42 @@ +<#-- + #%L + ObServe :: Client Core + %% + Copyright (C) 2008 - 2020 IRD, Code Lutin, Ultreia.io + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> +<html> +<body> + +<h3>Chargement d'une source de donnée</h3> + +<p> + La base locale n'existe pas (emplacement ${localDb.absolutePath}). +</p> + +Vous pouvez à ce stade + +<ul> +<#if withBackup> + <li>utiliser la dernière sauvegarde automatique (${backupDate})</li> +</#if> + <li>créer la base locale</li> + <li>vous connecter à une base distante.</li> +</ul> + +</body> +</html> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/06bf6f53bb7b0208cce758e694... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/06bf6f53bb7b0208cce758e694... You're receiving this email because of your account on gitlab.com.