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.
  • Field Details

    • INSTANCE

      static final DemoMessages INSTANCE
      Accessor to demo-related client-side localized messages.
  • Method Details

    • info_docLoading_started

      String info_docLoading_started()
    • info_docLoading_status

      String info_docLoading_status(int pageCount)
    • info_docLoading_finished

      String info_docLoading_finished()
    • error_docLoading_aborted

      String error_docLoading_aborted()
    • info_textsearch_started

      String info_textsearch_started()
    • info_textsearch_status

      String info_textsearch_status(int currentCount, int totalCount, int percent)
    • 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

      String notifications_export_finished(String url)
    • notifications_export_failed

      String notifications_export_failed()
    • 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

      String uploadNotification_header(String filename)
    • uploadNotification_cancel

      String uploadNotification_cancel()
    • uploadNotification_text

      String uploadNotification_text(String c, String max)
    • uploadNotification_textWithRemaining

      String uploadNotification_textWithRemaining(String currentSize, String maxSize, String remainingTime, String speed)
    • 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()