fi.hu.cs.titokone.resources
Class Translations

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byfi.hu.cs.titokone.resources.Translations

public class Translations
extends java.util.ListResourceBundle

This translation is what all translations should be based on. It translates keys to plain English. Note that not all keys are equal to their values; the key may contain a specification part which should not be translated. The specification part ought to be put between ? and :, eg. "?Menu:File" would mean "translate the word 'File' as if you would see it on the common menu name" as opposed to "?Utility item:File", which might mean "translate the word 'File' as you would if it meant a nail file".


Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
protected static java.lang.Object[][] contents
           
protected static java.lang.Object[][] emptyContents
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Translations()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

protected static java.lang.Object[][] contents

emptyContents

protected static final java.lang.Object[][] emptyContents
Constructor Detail

Translations

public Translations()
Method Detail

getContents

public java.lang.Object[][] getContents()