Renamed lang references, switched to zutil UserMessageManager
This commit is contained in:
parent
b84f583d1c
commit
9c91d96ce7
27 changed files with 245 additions and 295 deletions
|
|
@ -1,19 +0,0 @@
|
|||
package zall;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
/**
|
||||
* Zallery globally defined constants
|
||||
*/
|
||||
public interface ZalleryConstant {
|
||||
|
||||
/** Session Constants **/
|
||||
|
||||
|
||||
|
||||
/** Language Key Constants **/
|
||||
|
||||
String LANG_BASENAME = "zall.lang.zallery_lang";
|
||||
Locale LANG_DEFAULT = Locale.ENGLISH;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue