Package i2p.susi.dns
Class Messages
- java.lang.Object
-
- i2p.susi.dns.Messages
-
public class Messages extends Object
Translate strings for this package.- Since:
- 0.7.9
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static String
BUNDLE_NAME
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
_t(String key)
lang in routerconsole.lang property, else current localeString
_t(String key, Object o)
static String
getString(int n, String s, String p)
translate (ngettext) @since 0.8.7static String
getString(String s)
static String
getString(String s, Object o)
static String
getString(String s, Object o, Object o2)
-
-
-
Field Detail
-
BUNDLE_NAME
static final String BUNDLE_NAME
- See Also:
- Constant Field Values
-
-