r4264 - in trunk: . src/license src/main/java/fr/ifremer/isisfish/ui/sensitivity src/main/java/fr/ifremer/isisfish/ui/simulator src/main/java/fr/ifremer/isisfish/ui/widget/text src/main/resources/i18n
Author: echatellier Date: 2015-06-11 09:22:21 +0000 (Thu, 11 Jun 2015) New Revision: 4264 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4264 Log: Prepare release Modified: trunk/pom.xml trunk/src/license/THIRD-PARTY.properties trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivityChooserHandler.java trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivitySecondPassHandler.java trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/SimulatorTabHandler.java trunk/src/main/java/fr/ifremer/isisfish/ui/widget/text/SyntaxEditor.java trunk/src/main/resources/i18n/isis-fish_en_GB.properties trunk/src/main/resources/i18n/isis-fish_fr_FR.properties Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/pom.xml 2015-06-11 09:22:21 UTC (rev 4264) @@ -121,7 +121,7 @@ <version>2.5.4</version> </dependency> - <dependency> + <!-- <dependency> <groupId>com.fifesoft</groupId> <artifactId>autocomplete</artifactId> <version>2.5.4</version> @@ -131,7 +131,7 @@ <groupId>com.fifesoft</groupId> <artifactId>languagesupport</artifactId> <version>2.5.6</version> - </dependency> + </dependency> --> <dependency> <groupId>javax.mail</groupId> Modified: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/license/THIRD-PARTY.properties 2015-06-11 09:22:21 UTC (rev 4264) @@ -8,6 +8,7 @@ # - BSD 2-Clause # - BSD License # - CDDL +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License # - Custom FPL License @@ -34,6 +35,7 @@ # - MIT License # - MPL 1.1 # - Modified BSD License +# - Mozilla Public License, Version 2.0 # - New BSD License # - OpenMap Software License Agreement # - Public Domain @@ -49,10 +51,9 @@ # Please fill the missing licenses for dependencies : # # -#Tue May 05 18:40:31 CEST 2015 +#Thu Jun 11 11:07:22 CEST 2015 colt--colt--1.2.0=Lesser General Public License (LGPL) commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -net.jcip--jcip-annotations--1.0=The Apache Software License, Version 2.0 org.antlr--antlr-runtime--3.4=BSD License Modified: trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivityChooserHandler.java =================================================================== --- trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivityChooserHandler.java 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivityChooserHandler.java 2015-06-11 09:22:21 UTC (rev 4264) @@ -1,5 +1,27 @@ package fr.ifremer.isisfish.ui.sensitivity; +/* + * #%L + * ISIS-Fish + * %% + * Copyright (C) 1999 - 2015 Ifremer, Codelutin + * %% + * 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% + */ + import java.awt.CardLayout; import java.util.ArrayList; import java.util.List; Modified: trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivitySecondPassHandler.java =================================================================== --- trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivitySecondPassHandler.java 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/main/java/fr/ifremer/isisfish/ui/sensitivity/SensitivitySecondPassHandler.java 2015-06-11 09:22:21 UTC (rev 4264) @@ -1,5 +1,27 @@ package fr.ifremer.isisfish.ui.sensitivity; +/* + * #%L + * ISIS-Fish + * %% + * Copyright (C) 1999 - 2015 Ifremer, Codelutin + * %% + * 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% + */ + import java.awt.event.ActionEvent; import java.io.File; import java.io.IOException; Modified: trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/SimulatorTabHandler.java =================================================================== --- trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/SimulatorTabHandler.java 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/main/java/fr/ifremer/isisfish/ui/simulator/SimulatorTabHandler.java 2015-06-11 09:22:21 UTC (rev 4264) @@ -1,5 +1,27 @@ package fr.ifremer.isisfish.ui.simulator; +/* + * #%L + * ISIS-Fish + * %% + * Copyright (C) 1999 - 2015 Ifremer, Codelutin + * %% + * 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% + */ + import fr.ifremer.isisfish.simulator.SimulationParameter; import fr.ifremer.isisfish.simulator.sensitivity.FactorGroup; import fr.ifremer.isisfish.ui.CommonHandler; Modified: trunk/src/main/java/fr/ifremer/isisfish/ui/widget/text/SyntaxEditor.java =================================================================== --- trunk/src/main/java/fr/ifremer/isisfish/ui/widget/text/SyntaxEditor.java 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/main/java/fr/ifremer/isisfish/ui/widget/text/SyntaxEditor.java 2015-06-11 09:22:21 UTC (rev 4264) @@ -1,5 +1,27 @@ package fr.ifremer.isisfish.ui.widget.text; +/* + * #%L + * ISIS-Fish + * %% + * Copyright (C) 1999 - 2015 Ifremer, Codelutin + * %% + * 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% + */ + import static org.nuiton.i18n.I18n.t; import java.awt.BorderLayout; @@ -32,19 +54,11 @@ import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.KeyStroke; -import javax.swing.ToolTipManager; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.fife.rsta.ac.LanguageSupport; -import org.fife.rsta.ac.LanguageSupportFactory; -import org.fife.rsta.ac.java.JavaCompletionProvider; -import org.fife.rsta.ac.java.JavaLanguageSupport; -import org.fife.ui.autocomplete.AutoCompletion; -import org.fife.ui.autocomplete.CompletionProvider; -import org.fife.ui.autocomplete.DefaultCompletionProvider; import org.fife.ui.rsyntaxtextarea.SyntaxConstants; import org.nuiton.util.FileUtil; Modified: trunk/src/main/resources/i18n/isis-fish_en_GB.properties =================================================================== --- trunk/src/main/resources/i18n/isis-fish_en_GB.properties 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/main/resources/i18n/isis-fish_en_GB.properties 2015-06-11 09:22:21 UTC (rev 4264) @@ -372,12 +372,10 @@ isisfish.error.save.simulation.parameters= isisfish.error.script.create=isisfish.error.script.create isisfish.error.script.delete=Can't delete file %1$s for reason %2$s -isisfish.error.script.import=Can't import file for reason %1$s isisfish.error.script.load=Can't load file %1$s for reason %2$s isisfish.error.script.save=Can't save file %1$s for reason %2$s isisfish.error.simulation.getresultname=Can't get result names list isisfish.error.simulation.importparameter=Can't import simulation parameters -isisfish.error.simulation.initsimulaction=Can't init simulation isisfish.error.simulation.launchsimulation=Can't launch simulation isisfish.error.simulation.listpopulation=Can't get population list isisfish.error.simulation.liststrategies=Can't get strategies list @@ -522,7 +520,6 @@ isisfish.message.check.finished=Check finished isisfish.message.check.inprogress=Checking in process... isisfish.message.checking.cell= -isisfish.message.choose.archive=choose archive file or directory isisfish.message.commit.cancelled=commit cancelled isisfish.message.commit.finished=commit finished isisfish.message.commit.region.canceled=Commit region canceled @@ -538,18 +535,13 @@ isisfish.message.delete.entity=Delete entity isisfish.message.delete.finished=delete finished isisfish.message.delete.object=To delete object %1$s, all next object will be deleted\n\n -isisfish.message.directory.not.exists= isisfish.message.evaluation.finished=evaluation finished isisfish.message.export.done=export done isisfish.message.export.export=Exporting results -isisfish.message.file.already.exists=File %s already exists, do you want overwrite it ? isisfish.message.file.overwrite=File exists, do you want overwrite it ? isisfish.message.import.equation.convert=Manual equation convertion isisfish.message.import.finished=Import finished isisfish.message.import.region.zipped=Zipped Region -isisfish.message.import.scripts.file.cancelled=Import scripts cancelled -isisfish.message.import.scripts.file.done=Scripts imported -isisfish.message.import.scripts.zipped=Zipped script (*.zip) isisfish.message.import.zip=Import zip file isisfish.message.launchui.notlaunch=User interface not started isisfish.message.load.finished=Load finished @@ -568,8 +560,6 @@ isisfish.message.recruitment.number.month=Input the number of month of recruitment isisfish.message.region.commited=Region commited isisfish.message.region.loaded=Region loaded -isisfish.message.remove.canceled=Remove canceled -isisfish.message.remove.finished=Remove finished isisfish.message.result.verif.region=Region check result isisfish.message.save.finished=Save finished isisfish.message.saveModel.dialog=Input equation model name @@ -799,27 +789,14 @@ isisfish.script.evaluate=Evaluate isisfish.script.evaluate.tooltip=Try to eval current script (must be have main() method) isisfish.script.export=Export -isisfish.script.export.checkAll=(Un)Check all scripts -isisfish.script.export.chooseDir=... isisfish.script.export.tooltip=Export selected script(s) to zip archive -isisfish.script.export.tooltip.checkAll=(Un)Check all scripts to export -isisfish.script.export.tooltip.chooseDir=Choose directory to export script to isisfish.script.find=Find... isisfish.script.gotoline=Go to line... -isisfish.script.import=Import scripts from archive -isisfish.script.import.cancel=Cancel -isisfish.script.import.checkAll=(Un)Check all script to import -isisfish.script.import.import=Import -isisfish.script.import.labelAdd=Following files will be added. Confirm adding. -isisfish.script.import.labelOverwrite=Following files already exists. Confirm overridding. -isisfish.script.import.tooltip.checkAll=(Un)Check all scripts isisfish.script.javadoc.ok=Javadoc generated-----------------\n\n%s isisfish.script.menu.checkAllSyntax=Check all scripts isisfish.script.menu.checkSyntax=Check syntax isisfish.script.menu.code=Code isisfish.script.menu.commit=Commit script to server -isisfish.script.menu.copy=Copy -isisfish.script.menu.cut=Cut isisfish.script.menu.deleteLocaly=Delete localy isisfish.script.menu.deleteLocalyServer=Delete localy and on server isisfish.script.menu.diff=Display diff with server version @@ -831,10 +808,7 @@ isisfish.script.menu.javadocgenerating=Generating javadoc in %s... isisfish.script.menu.javadocshow=Show script javadoc isisfish.script.menu.new=New -isisfish.script.menu.paste=Paste isisfish.script.menu.save=Save -isisfish.script.menu.txtExport=Export -isisfish.script.menu.txtImport=Import isisfish.script.menu.txtNewEquationModel=New equation model isisfish.script.menu.txtNewExport=New export isisfish.script.menu.txtNewExportStep=New export per Step @@ -847,7 +821,6 @@ isisfish.script.menu.txtNewSimulationPlan=New simulation plan isisfish.script.menu.txtNewSimulator=New simulator isisfish.script.menu.txtVCS=Server -isisfish.script.menu.update=Update from server isisfish.script.new.tooltip=Create new script isisfish.script.newplus=New ► isisfish.script.paste=Paste @@ -871,7 +844,7 @@ isisfish.sensitivity.distribution=Distribution isisfish.sensitivity.distribution.parameters=Parameters isisfish.sensitivity.equation.valid=Valid variable -isisfish.sensitivity.equation.variablename=Varaible name \: +isisfish.sensitivity.equation.variablename=Variable name \: isisfish.sensitivity.export=Export isisfish.sensitivity.factor=Factor isisfish.sensitivity.factor.notvalid=Factor not valid \! @@ -1004,10 +977,6 @@ isisfish.variables.variabletype=Variable type \: isisfish.vcs.ask.passphrase=Enter your pass phrase (if your private key have one). isisfish.vcs.ask.passphrase.title=Ask your pass phrase -isisfish.vcs.commit=vcs.commit -isisfish.vcs.commit.cancel=vcs.commit.cancel -isisfish.vcs.commit.label=vcs.commit.label -isisfish.vcs.commit.ok=vcs.commit.ok isisfish.vcs.factory.cantinstanciate=Can't instanciate wanted VCS (%s), use default isisfish.vcs.howto.save.key=How to register my public key on labs forge isisfish.vcs.init.notfoundcantdownload=No database version %s found and can't get it.\nYou must go to ISIS-Fish web site and download database manually. @@ -1016,33 +985,7 @@ isisfish.vcs.switchprotocol.confirm=Protocol to access repository script has changed.\nDo you want to switch your repository ? isisfish.vcs.switchtag.warningconflict=Your repository is now up-to-date, but following files are conflicted, you may check them \: isisfish.vcs.switchversion.confirm=You don't use correct repository script for your application version %s.\nDo you want to switch your repository ? -isisfish.vcs.update=vcs.update -isisfish.vcs.update.cancel=cancel -isisfish.vcs.update.checkAll=checkAll -isisfish.vcs.update.local=local -isisfish.vcs.update.local.modified=modified -isisfish.vcs.update.local.outofdateAndModified=outofdateAndModified -isisfish.vcs.update.local.tooltip.modified= -isisfish.vcs.update.local.tooltip.outofdateAndModified= -isisfish.vcs.update.local.tooltip.unversionned= -isisfish.vcs.update.local.unversionned=unversionned -isisfish.vcs.update.ok=ok -isisfish.vcs.update.remote=remote -isisfish.vcs.update.remote.missing=missing -isisfish.vcs.update.remote.outofdate=outofdate -isisfish.vcs.update.remote.tooltip.missing= -isisfish.vcs.update.remote.tooltip.outofdate= -isisfish.vcs.update.tooltip.checkAll=checkAll -isisfish.vcs.update.tooltip.local= -isisfish.vcs.update.tooltip.remote= isisfish.vcs.update.warningconflict=Your repository is now up-to-date, but following files are conflicted, you may check them \:\n -isisfish.vcs.updateconfirm=updateconfirm -isisfish.vcs.updateconfirm.cancel=cancel -isisfish.vcs.updateconfirm.checkAll=checkAll -isisfish.vcs.updateconfirm.label= -isisfish.vcs.updateconfirm.label2= -isisfish.vcs.updateconfirm.ok=ok -isisfish.vcs.updateconfirm.tooltip.checkAll= isisfish.vcs.updaterepository.confirm=Your repository is not up to date.\nDo you want to update following files ? isisfish.vcs.vcssvn.add.error=Can't add file isisfish.vcs.vcssvn.add.errorreadonly=You can't add file, this repository is readonly Modified: trunk/src/main/resources/i18n/isis-fish_fr_FR.properties =================================================================== --- trunk/src/main/resources/i18n/isis-fish_fr_FR.properties 2015-06-11 09:01:47 UTC (rev 4263) +++ trunk/src/main/resources/i18n/isis-fish_fr_FR.properties 2015-06-11 09:22:21 UTC (rev 4264) @@ -372,12 +372,10 @@ isisfish.error.save.simulation.parameters= isisfish.error.script.create=isisfish.error.script.create isisfish.error.script.delete=N'a pas pu supprimer le fichier %1$s pour la raison suivante %2$s -isisfish.error.script.import=N'a pas pu importer pour la raison suivante %1$s isisfish.error.script.load=N'a pas pu charger le fichier %1$s pour la raison suivante %2$s isisfish.error.script.save=N'a pas pu sauver le fichier %1$s pour la raison suivante %2$s isisfish.error.simulation.getresultname=Impossible d'obtenir la liste des résultat isisfish.error.simulation.importparameter=Impossible d'importer les paramètres de simulation -isisfish.error.simulation.initsimulaction=Impossible d'initialiser la simulation isisfish.error.simulation.launchsimulation=Impossible de lancer la simulation isisfish.error.simulation.listpopulation=Impossible d'obtenir la liste des populations isisfish.error.simulation.liststrategies=Impossible d'obtenir la liste des statégies @@ -522,7 +520,6 @@ isisfish.message.check.finished=Vérification terminée isisfish.message.check.inprogress=Vérification en cours... isisfish.message.checking.cell= -isisfish.message.choose.archive=choose archive file or directory isisfish.message.commit.cancelled=commit annulé isisfish.message.commit.finished=commit terminé isisfish.message.commit.region.canceled=Commit de la région annulé @@ -538,18 +535,13 @@ isisfish.message.delete.entity=Supprimer l'entité isisfish.message.delete.finished=Suppression terminée isisfish.message.delete.object=Pour supprimer l'objet %1$s, tous les objets suivants seront aussi supprimés \n\n -isisfish.message.directory.not.exists= isisfish.message.evaluation.finished=évaluation terminée isisfish.message.export.done=Export terminé isisfish.message.export.export=Export des résultats -isisfish.message.file.already.exists=Le fichier %s existe, voulez-vous l'écraser ? isisfish.message.file.overwrite=Le fichier existe, voulez-vous l'écraser ? isisfish.message.import.equation.convert=Conversion manuelle de l'équation isisfish.message.import.finished=Import terminé isisfish.message.import.region.zipped=Zipped Region -isisfish.message.import.scripts.file.cancelled=Importation des scripts annulé -isisfish.message.import.scripts.file.done=Scripts importés -isisfish.message.import.scripts.zipped=Archive de script (*.zip) isisfish.message.import.zip=Import zip file isisfish.message.launchui.notlaunch=Interface utilisateur non lancée isisfish.message.load.finished=Chargement terminé @@ -568,8 +560,6 @@ isisfish.message.recruitment.number.month=Entrez le nombre de mois de recrutement isisfish.message.region.commited=Région commitée isisfish.message.region.loaded=Région chargée -isisfish.message.remove.canceled=Suppression annulée -isisfish.message.remove.finished=Suppresison terminé isisfish.message.result.verif.region=Résultat de la vérification de la région isisfish.message.save.finished=Sauvegarde terminée isisfish.message.saveModel.dialog=Entrez le nom du modèle d'équation @@ -799,27 +789,14 @@ isisfish.script.evaluate=Évaluer isisfish.script.evaluate.tooltip=Lance le script (doit contenir une methode main() pour fonctionner) isisfish.script.export=Exporter -isisfish.script.export.checkAll=Tout (dé-)sélectionner -isisfish.script.export.chooseDir=... isisfish.script.export.tooltip=Exporter les scripts sélectionnés vers une archive zip -isisfish.script.export.tooltip.checkAll=(Dé-)Sélectionner tous les scripts à exporter -isisfish.script.export.tooltip.chooseDir=Choisir le répertoire où exporter les scripts isisfish.script.find=Rechercher... isisfish.script.gotoline=Aller à la ligne... -isisfish.script.import=Importer des scripts depuis une archive zip -isisfish.script.import.cancel=Annuler -isisfish.script.import.checkAll=Tout (dé-)sélectionner -isisfish.script.import.import=Importer -isisfish.script.import.labelAdd=Le(s) fichier(s) suivant(s) sera(ont) ajouté(s), Confirmer l'ajout -isisfish.script.import.labelOverwrite=Le(s) fichier(s) suivant(s) existe(nt) déjà, Confirmer pour l'écrasement -isisfish.script.import.tooltip.checkAll=(Dé-)Sélectionner tous les scripts à importer isisfish.script.javadoc.ok=Javadoc générée avec succès\n---------------------------\n\n%s isisfish.script.menu.checkAllSyntax=Vérifier tous les scripts isisfish.script.menu.checkSyntax=Vérifier la syntaxe isisfish.script.menu.code=Code isisfish.script.menu.commit=Commiter des scripts sur le serveur -isisfish.script.menu.copy=Copier -isisfish.script.menu.cut=Couper isisfish.script.menu.deleteLocaly=Supprimer localement isisfish.script.menu.deleteLocalyServer=Supprimer localement et sur le serveur isisfish.script.menu.diff=Voir les différences avec la version du serveur @@ -831,10 +808,7 @@ isisfish.script.menu.javadocgenerating=Javadoc en cours de génération dans %s... isisfish.script.menu.javadocshow=Afficher la javadoc isisfish.script.menu.new=Nouveau -isisfish.script.menu.paste=Coller isisfish.script.menu.save=Sauver -isisfish.script.menu.txtExport=Exporter -isisfish.script.menu.txtImport=Importer isisfish.script.menu.txtNewEquationModel=Nouvelle formule isisfish.script.menu.txtNewExport=Nouveau script d'export isisfish.script.menu.txtNewExportStep=Nouveau script d'export par pas de temps @@ -847,7 +821,6 @@ isisfish.script.menu.txtNewSimulationPlan=Nouveau plan de simulation isisfish.script.menu.txtNewSimulator=Nouveau simulateur isisfish.script.menu.txtVCS=Serveur -isisfish.script.menu.update=Synchronisation isisfish.script.new.tooltip=Crée un nouveau script isisfish.script.newplus=Nouveau ► isisfish.script.paste=Coller @@ -1004,10 +977,6 @@ isisfish.variables.variabletype=Type \: isisfish.vcs.ask.passphrase=Entrez votre passphrase (si votre clef ssh en contient une). isisfish.vcs.ask.passphrase.title=Demande de passe phrase -isisfish.vcs.commit=Message de sauvegarde -isisfish.vcs.commit.cancel=annuler -isisfish.vcs.commit.label=Entrer quelques mots concernant la modification des scripts -isisfish.vcs.commit.ok=confirmer isisfish.vcs.factory.cantinstanciate=Can't instanciate wanted VCS (%s), use default isisfish.vcs.howto.save.key=Comment enregister sa clef publique ssh auprès du labs isisfish.vcs.init.notfoundcantdownload=La base de données pour la version %s n'a ni pu être trouvée, ni téléchargée.\nVous devez la télécharger manullement à partir du site d'ISIS-Fish. @@ -1016,33 +985,7 @@ isisfish.vcs.switchprotocol.confirm=Le protocole d'accès au dépôt des scripts a changé.\nVoulez-vous changer vers le nouveau dépôt ? isisfish.vcs.switchtag.warningconflict=Votre base de données a été mise à jour mais les fichiers suivants sont en conflit, merci de les vérifier \: isisfish.vcs.switchversion.confirm=Vous n'utilisez pas le dépôt correct pour votre version d'ISIS-Fish \: %s.\nVoulez-vous changer de dépôt ? -isisfish.vcs.update=Résultats de la synchronisation avec le serveur -isisfish.vcs.update.cancel=annuler -isisfish.vcs.update.checkAll=(de)-select tout -isisfish.vcs.update.local=Systeme local -isisfish.vcs.update.local.modified=Fichiers modifiés -isisfish.vcs.update.local.outofdateAndModified=Fichiers localement modifiés en conflit avec le serveur -isisfish.vcs.update.local.tooltip.modified=Fichiers localement modifiés \n(confirmer pour revenir à la version avant modification ou soumêtre au serveur) -isisfish.vcs.update.local.tooltip.outofdateAndModified=Fichiers localement modifiés mais ayant une version plus récente sur le serveur\n (confirmer pour revenir à la version avant modification ou récupérer la nouvelle version du serveur) -isisfish.vcs.update.local.tooltip.unversionned=Fichiers uniquement présents sur votre systeme \n(confirmer pour les enregister sur le serveur) -isisfish.vcs.update.local.unversionned=Nouveaux fichiers -isisfish.vcs.update.ok=continuer -isisfish.vcs.update.remote=Serveur distant -isisfish.vcs.update.remote.missing=Nouveaux fichiers -isisfish.vcs.update.remote.outofdate=Fichiers plus récents sur le serveur -isisfish.vcs.update.remote.tooltip.missing=Nouveaux fichiers uniquement présents sur le serveur \n(confirmer pour les récupérer) -isisfish.vcs.update.remote.tooltip.outofdate=Fichiers dont il existe une version plus récente sur le serveur \n(confirmer pour les récupérer) -isisfish.vcs.update.tooltip.checkAll=(Dé-)Sélectionner tous les fichiers (à action unique) que vous voulez traiter -isisfish.vcs.update.tooltip.local=vcs.update.tooltip.local -isisfish.vcs.update.tooltip.remote=vcs.update.tooltip.remote isisfish.vcs.update.warningconflict=Votre base de données a été mise à jour\nmais les fichiers suivants sont en conflit, merci de les vérifier \:\n -isisfish.vcs.updateconfirm=Confirmation des opeérations de synchronisation avec le serveur -isisfish.vcs.updateconfirm.cancel=annuler -isisfish.vcs.updateconfirm.checkAll=(de)-select tout -isisfish.vcs.updateconfirm.label=Confirmer les opérations qui pourraient écraser vos fichiers -isisfish.vcs.updateconfirm.label2='Etes vous sur de vouloir effectuer ces opérations ?' -isisfish.vcs.updateconfirm.ok=confirmer -isisfish.vcs.updateconfirm.tooltip.checkAll=(Dé-)Sélectionner tous les scripts que vous voulez traiter isisfish.vcs.updaterepository.confirm=Votre dépôt des scripts n'est pas à jour. Voulez-vous mettre à jour les fichiers suivants ? isisfish.vcs.vcssvn.add.error=Impossible d'ajouter un fichier isisfish.vcs.vcssvn.add.errorreadonly=Vous ne pouver pas ajouter de fichier, ce dépôt est en lecture seule \!
participants (1)
-
echatellier@users.forge.codelutin.com