From: <de...@us...> - 2012-11-28 14:41:17
|
Revision: 8082 http://fudaa.svn.sourceforge.net/fudaa/?rev=8082&view=rev Author: deniger Date: 2012-11-28 14:41:06 +0000 (Wed, 28 Nov 2012) Log Message: ----------- Modified Paths: -------------- trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt trunk/framework/ebli-visuallibrary/src/main/java/org/fudaa/ebli/visuallibrary/actions/EbliWidgetArrowConfigure.java 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 2012-11-28 13:59:49 UTC (rev 8081) +++ trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt 2012-11-28 14:41:06 UTC (rev 8082) @@ -1,4 +1,6 @@ Arri\xE8re plan=Background +Bloqu\xE9=Blocked +Fl\xE8che=Arrow Editer la l\xE9gende=Edit legend Editer le calque=Edit view Afficher le temps=Display time informations Modified: trunk/framework/ebli-visuallibrary/src/main/java/org/fudaa/ebli/visuallibrary/actions/EbliWidgetArrowConfigure.java =================================================================== --- trunk/framework/ebli-visuallibrary/src/main/java/org/fudaa/ebli/visuallibrary/actions/EbliWidgetArrowConfigure.java 2012-11-28 13:59:49 UTC (rev 8081) +++ trunk/framework/ebli-visuallibrary/src/main/java/org/fudaa/ebli/visuallibrary/actions/EbliWidgetArrowConfigure.java 2012-11-28 14:41:06 UTC (rev 8082) @@ -39,7 +39,7 @@ @Override public String getTitle() { - return "test"; + return EbliLib.getS("Fl\xE8che"); } @Override This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |