|
From: <bma...@us...> - 2011-06-16 14:41:44
|
Revision: 6303
http://fudaa.svn.sourceforge.net/fudaa/?rev=6303&view=rev
Author: bmarchan
Date: 2011-06-16 14:41:33 +0000 (Thu, 16 Jun 2011)
Log Message:
-----------
Internationalization
Modified Paths:
--------------
trunk/framework/ctulu-common/src/main/resources/org/fudaa/ctulu/ctulu_en.fr_txt
trunk/framework/ebli-2d/src/main/java/org/fudaa/ebli/calque/EbliGISPreferencesComponent.java
trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt
Modified: trunk/framework/ctulu-common/src/main/resources/org/fudaa/ctulu/ctulu_en.fr_txt
===================================================================
--- trunk/framework/ctulu-common/src/main/resources/org/fudaa/ctulu/ctulu_en.fr_txt 2011-06-16 11:43:45 UTC (rev 6302)
+++ trunk/framework/ctulu-common/src/main/resources/org/fudaa/ctulu/ctulu_en.fr_txt 2011-06-16 14:41:33 UTC (rev 6303)
@@ -287,4 +287,7 @@
Portrait=Portrait
payasage=landscape
Exporter le tableau=Export table
-Exporter le tableau au format csv ou excel=Export table in csv or excel format
\ No newline at end of file
+Exporter le tableau au format csv ou excel=Export table in csv or excel format
+Export CSV du tableau des valeurs=CSV export of values table
+Limite du nombre de d\xE9cimales=Limit the number of decimals
+Nombre de d\xE9cimales=Number of decimals
\ No newline at end of file
Modified: trunk/framework/ebli-2d/src/main/java/org/fudaa/ebli/calque/EbliGISPreferencesComponent.java
===================================================================
--- trunk/framework/ebli-2d/src/main/java/org/fudaa/ebli/calque/EbliGISPreferencesComponent.java 2011-06-16 11:43:45 UTC (rev 6302)
+++ trunk/framework/ebli-2d/src/main/java/org/fudaa/ebli/calque/EbliGISPreferencesComponent.java 2011-06-16 14:41:33 UTC (rev 6303)
@@ -8,6 +8,7 @@
import javax.swing.event.CaretEvent;
import javax.swing.event.CaretListener;
import org.fudaa.ctulu.CtuluLib;
+import org.fudaa.ebli.commun.EbliLib;
import org.fudaa.ebli.commun.EbliPreferences;
/**
@@ -25,7 +26,7 @@
tfCoords_=BuTextField.createIntegerField();
tfCoords_.setPreferredSize(new Dimension(80,tfCoords_.getPreferredSize().height));
setLayout(new BorderLayout());
- add(new JLabel(CtuluLib.getS("Nombre de d\xE9cimales")),BorderLayout.CENTER);
+ add(new JLabel(EbliLib.getS("Nombre de d\xE9cimales")),BorderLayout.CENTER);
add(tfCoords_,BorderLayout.EAST);
updateComponent();
@@ -39,7 +40,7 @@
@Override
public String getTitle() {
- return CtuluLib.getS("Affichage des coordonn\xE9es");
+ return EbliLib.getS("Affichage des coordonn\xE9es");
}
private void valueHasChanged() {
Modified: trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt
===================================================================
--- trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt 2011-06-16 11:43:45 UTC (rev 6302)
+++ trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt 2011-06-16 14:41:33 UTC (rev 6303)
@@ -676,3 +676,6 @@
Le groupe {0} n'est pas reconnu, Il ne sera pas construit=The group of type {0} is unknown. It won't be shown
Nom du titre=Title's name
Nom de l'unit\xE9=Unit's name
+Cartographie=Cartography
+Affichage des coordonn\xE9es=Coordinates display
+Nombre de d\xE9cimales=Number of decimals
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|