public interface OfflineMessages
extends com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Selectcom.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning| Modifier and Type | Method and Description |
|---|---|
String |
applicationCacheError() |
String |
applicationCacheObsolete() |
String |
checkingResources() |
String |
downloadingResources() |
String |
networkOffLine() |
String |
networkOnLine() |
String |
progressStatus(int total,
int loaded) |
String |
requestUpdate() |
String |
requestUpdateTitle() |
@Messages.DefaultMessage(value="Downloading resources...") String downloadingResources()
@Messages.DefaultMessage(value="Checking for updates...") String checkingResources()
@Messages.DefaultMessage(value="Downloading resources ({0} of {1})")
String progressStatus(int total,
int loaded)
@Messages.DefaultMessage(value="Can not retrieve application cache manifest file. Probably, client does not have network connection.") String applicationCacheError()
@Messages.DefaultMessage(value="There are updates ready to be installed. Would you like to restart now?") String requestUpdate()
@Messages.DefaultMessage(value="Updates notification") String requestUpdateTitle()
@Messages.DefaultMessage(value="Application is now onLine.") String networkOnLine()
@Messages.DefaultMessage(value="Application is now offLine.") String networkOffLine()
@Messages.DefaultMessage(value="Application cache is obsolete. The application can not work as expected.") String applicationCacheObsolete()
Copyright © 2015. All rights reserved.