Beispiel #1
0
 private void initComponentsI18n() {
   // JFormDesigner - Component i18n initialization - DO NOT MODIFY  //GEN-BEGIN:initI18n
   DefaultComponentFactory.setTextAndMnemonic(
       _titleAppearance, I18N._I("PreferencesWin.titleAppearance.textWithMnemonic"));
   DefaultComponentFactory.setTextAndMnemonic(
       _titleIndentation, I18N._I("PreferencesWin.titleIndentation.textWithMnemonic"));
   _lblHotkey.setText(I18N._I("prefCaptureHotkey"));
   _lblDelay.setText(I18N._I("prefCaptureDelay"));
   _lblDelaySecs.setText(I18N._I("prefSeconds"));
   _lblNaming.setText(I18N._I("prefAutoNaming"));
   _radTimestamp.setText(I18N._I("prefTimestamp"));
   _radOCR.setText(I18N._I("prefRecognizedText"));
   _radOff.setText(I18N._I("prefManualInput"));
   _tabPane.setTitleAt(0, I18N._I("prefTabScreenCapturing"));
   _chkExpandTab.setText(I18N._I("PreferencesWin.chkExpandTab.text"));
   _lblTabWidth.setText(I18N._I("PreferencesWin.lblTabWidth.text"));
   _lblFont.setText(I18N._I("PreferencesWin.lblFont.text"));
   _lblFontSize.setText(I18N._I("PreferencesWin.lblFontSize.text"));
   _tabPane.setTitleAt(1, I18N._I("PreferencesWin.paneTextEditing.tab.title"));
   _chkAutoUpdate.setText(I18N._I("prefGeneralAutoCheck"));
   _lblUpdates.setText(I18N._I("PreferencesWin.lblUpdates.text"));
   _lblLanguage.setText(I18N._I("PreferencesWin.lblLanguage.text"));
   _tabPane.setTitleAt(2, I18N._I("prefTabGeneralSettings"));
   _btnOk.setText(I18N._I("ok"));
   _btnApply.setText(I18N._I("apply"));
   _btnCancel.setText(I18N._I("cancel"));
   // JFormDesigner - End of component i18n initialization  //GEN-END:initI18n
 }