Interface DemoMessages
- All Superinterfaces:
com.google.gwt.i18n.client.Localizable
,com.google.gwt.i18n.shared.Localizable
,com.google.gwt.i18n.client.LocalizableResource
,com.google.gwt.i18n.client.Messages
public interface DemoMessages
extends com.google.gwt.i18n.client.Messages
Main entry point for localized messages of the demo applications - mainly GUI elements. For the
core components' localized messages see
JadiceMessages
Localized message files must be provided in DemoMessaages_*.properties under the resource
location com.levigo.jadice.web.demo.common.client.ui.i18n
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.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
Nested classes/interfaces inherited from interface 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.Select
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DemoMessages
Accessor to demo-related client-side localized messages. -
Method Summary
Modifier and TypeMethodDescriptionannoType()
creator()
fileMenu()
info_docLoading_status
(int pageCount) info_textsearch_status
(int currentCount, int totalCount, int percent) no()
openFile()
permAdd()
permShow()
saveFile()
uploadNotification_header
(String filename) uploadNotification_text
(String c, String max) uploadNotification_textWithRemaining
(String currentSize, String maxSize, String remainingTime, String speed) viewMenu()
yes()
-
Field Details
-
INSTANCE
Accessor to demo-related client-side localized messages.
-
-
Method Details
-
info_docLoading_started
String info_docLoading_started() -
info_docLoading_status
-
info_docLoading_finished
String info_docLoading_finished() -
error_docLoading_aborted
String error_docLoading_aborted() -
info_textsearch_started
String info_textsearch_started() -
info_textsearch_status
-
info_textsearch_finished
String info_textsearch_finished() -
info_textsearch_canceled
String info_textsearch_canceled() -
error_textsearch_failed
String error_textsearch_failed() -
error_textsearch_tooManyResults
String error_textsearch_tooManyResults() -
notifications_headline
String notifications_headline() -
notifications_button_tooltip
String notifications_button_tooltip() -
notifications_switched_on
String notifications_switched_on() -
notifications_switched_off
String notifications_switched_off() -
notifications_export_started
String notifications_export_started() -
notifications_export_finished
-
notifications_export_failed
String notifications_export_failed() -
print_export_button_tooltip
String print_export_button_tooltip() -
original_export_button_tooltip
String original_export_button_tooltip() -
export_button_ps_tooltip
String export_button_ps_tooltip() -
export_button_pdf_tooltip
String export_button_pdf_tooltip() -
export_button_pdf_rastered_tooltip
String export_button_pdf_rastered_tooltip() -
export_button_pdf_a
String export_button_pdf_a() -
export_button_tiff_tooltip
String export_button_tiff_tooltip() -
uploadNotification_header
-
uploadNotification_cancel
String uploadNotification_cancel() -
uploadNotification_text
-
uploadNotification_textWithRemaining
-
uploadNotification_cancled
String uploadNotification_cancled() -
uploadNotification_finished
String uploadNotification_finished() -
password_dialog_headline
String password_dialog_headline() -
password_dialog_password
String password_dialog_password() -
password_dialog_confirm
String password_dialog_confirm() -
password_dialog_abort
String password_dialog_abort() -
locale_de_abbreviated
String locale_de_abbreviated() -
locale_en_abbreviated
String locale_en_abbreviated() -
locale_fr_abbreviated
String locale_fr_abbreviated() -
locale_it_abbreviated
String locale_it_abbreviated() -
locale_de
String locale_de() -
locale_en
String locale_en() -
locale_fr
String locale_fr() -
locale_it
String locale_it() -
error_noMultiFileSupport
String error_noMultiFileSupport() -
openFile
String openFile() -
saveFile
String saveFile() -
saveAnnotations
String saveAnnotations() -
fullscreen
String fullscreen() -
deleteFile
String deleteFile() -
toggleAnnotationVisiblity
String toggleAnnotationVisiblity() -
hideAllAnootations
String hideAllAnootations() -
fileMenu
String fileMenu() -
settingsMenu
String settingsMenu() -
viewMenu
String viewMenu() -
languageMenu
String languageMenu() -
anonymous
String anonymous() -
undefined
String undefined() -
case_study_headline
String case_study_headline() -
annoType
String annoType() -
creator
String creator() -
createdAt
String createdAt() -
annoServerSide
String annoServerSide() -
allGranted
String allGranted() -
docPermissions
String docPermissions() -
annoPermissions
String annoPermissions() -
permShow
String permShow() -
permModify
String permModify() -
permRemove
String permRemove() -
permAdd
String permAdd() -
yes
String yes() -
no
String no()
-