bt747.lang
Class Txt_nl

java.lang.Object
  extended by bt747.lang.Txt_nl
All Implemented Interfaces:
TxtInterface

public final class Txt_nl
extends java.lang.Object
implements TxtInterface

Author:
Mario De Weerd * Class to provide language specific strings. * DUTCH TRANSLATION of English text Done by Harold Stringer - Corrections by Mario De Weerd

Constructor Summary
Txt_nl()
           
 
Method Summary
 java.lang.String getLogFmtItem(int i)
           
 java.lang.String getRcrString(int i)
           
 java.lang.String getTranslation(int i)
           
 java.lang.String getValidString(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Txt_nl

public Txt_nl()
Method Detail

getRcrString

public final java.lang.String getRcrString(int i)
Specified by:
getRcrString in interface TxtInterface

getValidString

public final java.lang.String getValidString(int i)
Specified by:
getValidString in interface TxtInterface

getLogFmtItem

public final java.lang.String getLogFmtItem(int i)
Specified by:
getLogFmtItem in interface TxtInterface

getTranslation

public final java.lang.String getTranslation(int i)
Specified by:
getTranslation in interface TxtInterface