jsynoptic.builtin.resources
Class ImageShapeMessages_fr

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

public class ImageShapeMessages_fr
extends StringsResourceBundle

Parametrable messages for the Image Shape 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.


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
ImageShapeMessages_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

ImageShapeMessages_fr

public ImageShapeMessages_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