From 01534e39c500f56db9a2c53a99fc95c4aeca9927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clermont=C3=A9?= Date: Tue, 7 Jun 2016 21:23:29 +0200 Subject: [PATCH] Issue#14 Message properties files cleaned --- src/org/dclermonte/siba/cli/messages.properties | 1 - src/org/dclermonte/siba/cli/messages_fr_FR.properties | 1 - src/org/dclermonte/siba/gui/messages.properties | 4 +--- src/org/dclermonte/siba/gui/messages_fr_FR.properties | 5 ++--- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/org/dclermonte/siba/cli/messages.properties b/src/org/dclermonte/siba/cli/messages.properties index 0a1ebed..f80a3de 100644 --- a/src/org/dclermonte/siba/cli/messages.properties +++ b/src/org/dclermonte/siba/cli/messages.properties @@ -1,5 +1,4 @@ confirmDialog.text=Your directory has been backup \n in the file :\n -confirmDialogYourString.text=Your File confirmDialogGood.text=Your File %s has been check and is good confirmDialogBad.text =Your File %s is corrupted badUsage.text = Bad usage diff --git a/src/org/dclermonte/siba/cli/messages_fr_FR.properties b/src/org/dclermonte/siba/cli/messages_fr_FR.properties index 2317efe..25ba9eb 100644 --- a/src/org/dclermonte/siba/cli/messages_fr_FR.properties +++ b/src/org/dclermonte/siba/cli/messages_fr_FR.properties @@ -1,5 +1,4 @@ confirmDialog.text = Votre répertoire a été sauvegardé \n dans le fichier :\n -confirmDialogYourString.text=Votre fichier confirmDialogGood.text=Votre fichier %s a été vérifié et ne comporte pas d'erreurs confirmDialogBad.text = Votre fichier %s comporte des erreurs badUsage.text = mauvais usage diff --git a/src/org/dclermonte/siba/gui/messages.properties b/src/org/dclermonte/siba/gui/messages.properties index 30182bc..8cfe936 100644 --- a/src/org/dclermonte/siba/gui/messages.properties +++ b/src/org/dclermonte/siba/gui/messages.properties @@ -20,14 +20,12 @@ CheckPanel.btnNewButton.text=\u2026 CheckPanel.btnNewButton_1.text=Check CheckPanel.confirmDialogBad.text=Your File %s is corrupted CheckPanel.confirmDialogGood.text=Your File %s has been check and is good -CheckPanel.confirmDialogTitle.text=Check done -CheckPanel.confirmDialogYourString.text=Your File +CheckPanel.confirmDialogTitle.text=Check done CheckPanel.lblNewLabel.text=File to be Checked SibaGUI.mnFile.text=File SibaGUI.mnNewMenu.text=Help SibaGUI.mntmBackup.text=Backup\u2026 SibaGUI.mntmCheck.text=Check\u2026 -SibaGUI.mntmNewMenuItem_1.text=End SibaGUI.mntmNewMenuItem_2.text=About SibaGUI.mntmQuit.text=Quit SourceDirectorySelector.this.dialogTitle=Directory to backup diff --git a/src/org/dclermonte/siba/gui/messages_fr_FR.properties b/src/org/dclermonte/siba/gui/messages_fr_FR.properties index b7fbdb7..825c0bd 100644 --- a/src/org/dclermonte/siba/gui/messages_fr_FR.properties +++ b/src/org/dclermonte/siba/gui/messages_fr_FR.properties @@ -22,12 +22,11 @@ BackupPanel.checkFileChooserButton.text= Fichier BackupPanel.confirmDialogTitle.text = Sauvegarde faite BackupPanel.confirmDialogMessage.text = Votre répertoire a été sauvegardé \n dans le fichier :\n CheckPanel.confirmDialogTitle.text = Vérification faite -CheckPanel.confirmDialogYourString.text = Votre fichier CheckPanel.confirmDialogGood.text = Votre fichier %s a été vérifié et ne comporte pas d'erreurs CheckPanel.confirmDialogBad.text = Votre fichier %s comporte des erreurs BackupPanel.dataMissing.text = Données incomplètes BackupPanel.TitleWarning.text = Attention SibaGUI.mnFile.text=Fichier -SibaGUI.mntmBackup.text=Sauvegarde... +SibaGUI.mntmBackup.text=Sauvegarde\u2026 SibaGUI.mntmQuit.text=Quitter -SibaGUI.mntmCheck.text=Vérification... \ No newline at end of file +SibaGUI.mntmCheck.text=Vérification\u2026 \ No newline at end of file