jsynoptic.builtin.resources
Class RangeSourceMessages_fr

java.lang.Object
  extended by java.util.ResourceBundle
      extended by simtools.ui.StringsResourceBundle
          extended by jsynoptic.builtin.resources.RangeSourceMessages_fr

public class RangeSourceMessages_fr
extends StringsResourceBundle

Parametrable messages for JSynoptic French translation : This file uses the ISO 8859-1 encoding. If this encoding is not the default for your platform, it must be compiled with the javac flag : -encoding ISO8859_1 This is taken into account in the Ant build file: build.xml See this file if you want to add another translation.

Author:
Nicolas Brodu

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
RangeSourceMessages_fr()
           
 
Method Summary
 java.lang.String[][] getContents()
          Subclasses must overide this method to provide the string values
 
Methods inherited from class simtools.ui.StringsResourceBundle
getKeys, handleGetObject, setParent
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeSourceMessages_fr

public RangeSourceMessages_fr()
Method Detail

getContents

public java.lang.String[][] getContents()
Description copied from class: StringsResourceBundle
Subclasses must overide this method to provide the string values

Specified by:
getContents in class StringsResourceBundle