(function(){if(zk._p=zkpi('zul.lang'))try{

msgzk = {
NOT_FOUND : "Not found: ",
UNSUPPORTED : "Not yet supported: ",
FAILED_TO_SEND : "Request cannot be sent to the server.",
FAILED_TO_RESPONSE : "The server cannot process the request.",
TRY_AGAIN : "Do you want to try again?",
UNSUPPORTED_BROWSER : "Unsupported browser: ",
ILLEGAL_RESPONSE : "Unknown response from the server. Please refresh the page and try again.\n",
FAILED_TO_PROCESS : "Processing failed ",
GOTO_ERROR_FIELD : "Go to error field",
PLEASE_WAIT : "Processing",

FILE_SIZE : "File size: ",
BYTES : "B",
KBYTES : "KB",
MBYTES : "MB",
GBYTES : "GB",
TBYTES : "TB",

FAILED_TO_LOAD : "Failed to load",
FAILED_TO_LOAD_DETAIL : "Reason: Network problems. Please refresh the page and try again.",
CAUSE : "Cause: ",

LOADING : "Loading",

EXCEPTION_PREFIX : "An unexpected error occurred on the user interface:\n",
EXCEPTION_POSTFIX : "\n\nPlease quit the current page and try again.",

DRAG_OF_MULTIPLE_ELEMENTS : "Number of elements: ",

MESSAGEBOX: {
    ERROR : "Error",
    EXCLAMATION: "Warning",
    INFORMATION: "Information",
    QUESTION: "Confirmation",
    NONE: "Note"
},
MESSAGE_FILE_UPLOAD_NO_MULTIDROP : "You may only load and submit one file at a time. The data is rejected.",

MESSAGE_CTRL_P_IE: "Note on using the keyboard shortcut CTRL+P:\n\nThe keyboard shortcut you used (CTRL+P) prompts a PDF export on many masks of the application. If you used the shortcut on a mask that offers a PDF export, the PDF has been created.\n\nIn order to export a PDF from the application using the Internet Explorer without opening this dialogue, use CTRL+SHIFT+P.\n\nTo use the print function of your browser, select Print in the menu Tools."

};
zk.GROUPING=",";
zk.DECIMAL=".";
zk.PERCENT="%";
zk.MINUS="-";
zk.PER_MILL="‰";
zk.DOW_1ST=0;
zk.ERA="AD";
zk.YDELTA=0;
zk.SDOW=['Sun','Mon','Tue','Wed','Thu','Fri','Sat'];
zk.S2DOW=zk.SDOW;
zk.FDOW=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
zk.SMON=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
zk.S2MON=zk.SMON;
zk.FMON=['January','February','March','April','May','June','July','August','September','October','November','December'];
zk.APM=['AM','PM'];

msgzul = {
UNKNOWN_TYPE : "Unknown component type: ",
DATE_REQUIRED : "You must specify a date. Format: ",
OUT_OF_RANGE : "Out of range",
NO_AUDIO_SUPPORT : "Your browser does not support dynamic audio(@@audio playback?).",
VALIDATION_MULTIPLE_CHARACTERS_REJECTED : 'The invalid characters {0} were removed from this field.',
VALIDATION_SINGLE_CHARACTER_REJECTED : 'The invalid character {0} was removed from this field.'
};
zk.$default(msgzul, {
VALUE_NOT_MATCHED:'Only values in the drop-down list are allowed',
EMPTY_NOT_ALLOWED:'This field may not be empty or contain only spaces.',
INTEGER_REQUIRED:'You must specify an integer, rather than {0}.',
NUMBER_REQUIRED:'You must specify a number, rather than {0}.',
DATE_REQUIRED:'You must specify a date, rather than {0}.\nFormat: {1}.',
CANCEL:'Cancel',
NO_POSITIVE_NEGATIVE_ZERO:'Only positive number is allowed',
NO_POSITIVE_NEGATIVE:'Only zero is allowed',
NO_POSITIVE_ZERO:'Only negative number is allowed',
NO_POSITIVE:'Only negative number or zero is allowed',
NO_NEGATIVE_ZERO:'Only positive number is allowed',
NO_NEGATIVE:'Only positive number or zero is allowed',
NO_ZERO:'Zero number is not allowed',
NO_FUTURE_PAST_TODAY:'Only empty is allowed',
NO_FUTURE_PAST:'Only today is allowed',
NO_FUTURE_TODAY:'Only date in the past is allowed',
NO_FUTURE:'Only date in the past or today is allowed',
NO_PAST_TODAY:'Only date in the future is allowed',
NO_PAST:'Only date in the future or today is allowed',
NO_TODAY:'Today is not allowed',
FIRST:'First',
LAST:'Last',
PREV:'Prev',
NEXT:'Next',
GRID_GROUP:'Group',
GRID_OTHER:'Other',
GRID_ASC:'Sort Ascending',
GRID_DESC:'Sort Descending',
GRID_COLUMNS:'Columns',
GRID_UNGROUP:'Ungroup',
WS_HOME:'Home',
WS_PREV:'Previous',
WS_NEXT:'Next',
WS_END:'End',
OK:'OK',
CANCEL:'Cancel',
YES:'Yes',
NO:'No',
RETRY:'Retry',
ABORT:'Cancel',
IGNORE:'Ignore',
RELOAD:'Reload',
UPLOAD_CANCEL:'Cancel',
ILLEGAL_VALUE:'Illegal value',
PANEL_CLOSE:'Close',
PANEL_MAXIMIZE:'Maximize',
PANEL_MINIMIZE:'Minimize',
PANEL_EXPAND:'Expand',
PANEL_COLLAPSE:'Collapse',
PANEL_RESTORE:'Restore',
UPLOAD_ERROR_EXCEED_MAXSIZE:'The file to be uploaded ({0}) exceeds the maximum permitted file size of {1}.'});
}finally{zk.setLoaded(zk._p.n);}})();