Author: jflesch
Date: 2007-05-01 17:13:25 +0000 (Tue, 01 May 2007)
New Revision: 13086
Modified:
trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties
trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties
trunk/apps/Thaw/src/thaw/plugins/ThemeSelector.java
Log:
Add the french translation of the two previous options, and add an icon in the
theme selector panel
Modified: trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties 2007-05-01
17:09:04 UTC (rev 13085)
+++ trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties 2007-05-01
17:13:25 UTC (rev 13086)
@@ -348,8 +348,13 @@
thaw.plugin.index.mustReinsert=Vous devez r?inserer l'index pour que les
changements fassent effet
+thaw.plugin.index.fetchNegative=Toujours t?l?charger les derni?res versions
des indexes ? chaque rafraichissement
+thaw.plugin.index.fetchComments=R?cup?rer les commentaires
+thaw.plugin.index.warningNonNegative=Attention ! T?l?charger les commentaires
sans avoir la derni?re version de l'index peut vous faire t?l?charger des spams
!
+# Peer monitor
+
thaw.plugin.peerMonitor.peerMonitor=Connexion
thaw.plugin.peerMonitor.yourReference=Votre r?f?rence:
thaw.plugin.peerMonitor.copyReference=Copier votre r?f?rence vers le
presse-papier
@@ -386,11 +391,13 @@
thaw.plugin.peerMonitor.invalidRef=Reference invalide. D?sol?.
+# Theme selector
thaw.plugin.themeSelector.themeSelector=S?lecteur de th?me
thaw.plugin.themeSelector.selectATheme=Selectionnez un th?me:
thaw.plugin.themeSelector.theme=Th?me
+# signatures
thaw.plugin.signature.signatures=Identit?s
thaw.plugin.signature.pluginName=Gestion des signatures
Modified: trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties 2007-05-01 17:09:04 UTC
(rev 13085)
+++ trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties 2007-05-01 17:13:25 UTC
(rev 13086)
@@ -348,8 +348,13 @@
thaw.plugin.index.mustReinsert=Vous devez r\u00e9inserer l'index pour que les
changements fassent effet
+thaw.plugin.index.fetchNegative=Toujours t\u00e9l\u00e9charger les
derni\u00e8res versions des indexes \u00e0 chaque rafraichissement
+thaw.plugin.index.fetchComments=R\u00e9cup\u00e9rer les commentaires
+thaw.plugin.index.warningNonNegative=Attention ! T\u00e9l\u00e9charger les
commentaires sans avoir la derni\u00e8re version de l'index peut vous faire
t\u00e9l\u00e9charger des spams !
+# Peer monitor
+
thaw.plugin.peerMonitor.peerMonitor=Connexion
thaw.plugin.peerMonitor.yourReference=Votre r\u00e9f\u00e9rence:
thaw.plugin.peerMonitor.copyReference=Copier votre r\u00e9f\u00e9rence vers le
presse-papier
@@ -386,11 +391,13 @@
thaw.plugin.peerMonitor.invalidRef=Reference invalide. D\u00e9sol\u00e9.
+# Theme selector
thaw.plugin.themeSelector.themeSelector=S\u00e9lecteur de th\u00e8me
thaw.plugin.themeSelector.selectATheme=Selectionnez un th\u00e8me:
thaw.plugin.themeSelector.theme=Th\u00e8me
+# signatures
thaw.plugin.signature.signatures=Identit\u00e9s
thaw.plugin.signature.pluginName=Gestion des signatures
Modified: trunk/apps/Thaw/src/thaw/plugins/ThemeSelector.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/ThemeSelector.java 2007-05-01 17:09:04 UTC
(rev 13085)
+++ trunk/apps/Thaw/src/thaw/plugins/ThemeSelector.java 2007-05-01 17:13:25 UTC
(rev 13086)
@@ -53,6 +53,7 @@
panel = new JPanel(new BorderLayout(5, 5));
themeList = new JList(themes = getPossibleThemes());
JLabel label = new
JLabel(I18n.getMessage("thaw.plugin.themeSelector.selectATheme"));
+ label.setIcon(thaw.gui.IconBox.lookAndFeel);
themeList.addListSelectionListener(this);