fi.hu.cs.titokone.resources
Class Translations
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
fi.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 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 |
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 |
contents
protected static java.lang.Object[][] contents
emptyContents
protected static final java.lang.Object[][] emptyContents
Translations
public Translations()
getContents
public java.lang.Object[][] getContents()