Your IP : 216.73.216.26


Current Path : /home2/wtmwscom/public_html/post/scripts/
Upload File :
Current File : /home2/wtmwscom/public_html/post/scripts/Portal_014.js

define("Portal.languageResources", ["OutSystems/ClientRuntime/Main"], function (OutSystems) {
var OS = OutSystems.Internal;
var MessagesProvider = (function (_super) {
__extends(MessagesProvider, _super);
function MessagesProvider() {
_super.apply(this, arguments);
this.setMessage("Validation.Mandatory", "Required field");
this.setMessage("Validation.Integer", "Integer expected");
this.setMessage("Validation.LongInteger", "Integer expected");
this.setMessage("Validation.Decimal", "Decimal expected");
this.setMessage("Validation.Currency", "Currency expected");
this.setMessage("Validation.Date", "Date expected");
this.setMessage("Validation.Time", "Time expected");
this.setMessage("Validation.DateTime", "DateTime expected");
this.setMessage("Validation.Text", "Invalid value");
this.setMessage("Validation.PhoneNumber", "Phone Number needs to have between 5 and 15 digits");
this.setMessage("Validation.Email", "Invalid Email");
this.setMessage("UpgradeComplete", "");
this.setMessage("AppInitError.Generic", "An error occurred while trying to update the app. If you want to retry the update, restart the app.");
this.setMessage("AppInitError.Resources", "An error occurred while trying to update the app. If you want to retry the update, restart the app.");
this.setMessage("AppInitError.DataModel", "An error occurred while trying to update the app. If you want to retry the update, restart the app. If the problem persists you can reinstall, but all local data will be lost.");
this.setMessage("UpgradeRequired", "Your application needs to be updated. Click here to update.");
this.setMessage("UpgradeRequiredDataLoss", "Your application needs to be updated. Unsaved data will be lost. Click here to update.");
}
return MessagesProvider;
})(OS.LanguageResources.BaseMessagesProvider);
return new MessagesProvider();
});