Home
last modified time | relevance | path

Searched refs:getTranslation (Results 1 – 25 of 31) sorted by relevance

12

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java56 String userName = Resources.getTranslation("unknown_user");
132 return Resources.getTranslation("dialog_file_filter_description"); in initComponents()
147 return Resources.getTranslation("dialog_file_filter_description"); in initComponents()
161 return Resources.getTranslation("dialog_project_filter_description"); in initComponents()
184 jTabbedPaneMain.addTab(Resources.getTranslation("tab_statistics"), jPanelStats); in initComponents()
185 jTabbedPaneMain.addTab(Resources.getTranslation("tab_untranslated"), jPanelUntrans); in initComponents()
186 jTabbedPaneMain.addTab(Resources.getTranslation("tab_groups"), jPanelGroups); in initComponents()
187 jTabbedPaneMain.addTab(Resources.getTranslation("tab_search"), jPanelSearch); in initComponents()
192 treeTabbedPane.addTab(Resources.getTranslation("tab_bundle"), jScrollPaneTree); in initComponents()
193 treeTabbedPane.addTab(Resources.getTranslation("tab_project"), projectScrollPane); in initComponents()
[all …]
DResourceCreationDialog.java36 JLabel titleLabel = new JLabel(Resources.getTranslation("dialog_file_title"));
37 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_file_comment"));
38 JLabel managerLabel = new JLabel(Resources.getTranslation("dialog_file_manager"));
39 JLabel enc1Label = new JLabel(Resources.getTranslation("dialog_encoding"));
40 JLabel enc2Label = new JLabel(Resources.getTranslation("dialog_encoding"));
41 JLabel enc3Label = new JLabel(Resources.getTranslation("dialog_encoding"));
42 JLabel nam1Label = new JLabel(Resources.getTranslation("dialog_name"));
43 JLabel nam2Label = new JLabel(Resources.getTranslation("dialog_name"));
44 JLabel nam3Label = new JLabel(Resources.getTranslation("dialog_name"));
56 …JCheckBox copyCheckBox = new JCheckBox(Resources.getTranslation("dialog_checkbox_copy_elements"), …
[all …]
DRBGroupPanel.java118 jLabelGroupNameTitle = new JLabel(Resources.getTranslation("basegroup_group_name")); in initComponents()
119 jLabelGroupCommentTitle = new JLabel(Resources.getTranslation("basegroup_group_comment")); in initComponents()
124 JButton deleteButton = new JButton(Resources.getTranslation("button_delete_resource")); in initComponents()
125 JButton translateButton = new JButton(Resources.getTranslation("button_mark_translated")); in initComponents()
127 …deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_r… in initComponents()
128 …translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_… in initComponents()
129 …lowerPanel.setBorder(BorderFactory.createTitledBorder(Resources.getTranslation("languageuntrans_se… in initComponents()
186 …jLabelGroupTitle = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("grou… in initComponents()
191 jLabelGroupNameTitle = new JLabel(Resources.getTranslation("basegroup_group_name")); in initComponents()
192 jLabelGroupCommentTitle = new JLabel(Resources.getTranslation("basegroup_group_comment")); in initComponents()
[all …]
DRBStatisticsPanel.java113 jLabelStatsName = new JLabel(Resources.getTranslation("languagestats_title")); in initComponents()
114 jLabelStatsComment = new JLabel(Resources.getTranslation("languagestats_comment")); in initComponents()
115 jLabelStatsManager = new JLabel(Resources.getTranslation("languagestats_manager")); in initComponents()
116 jLabelStatsLanguage = new JLabel(Resources.getTranslation("languagestats_language")); in initComponents()
117 jLabelStatsCountry = new JLabel(Resources.getTranslation("languagestats_country")); in initComponents()
118 jLabelStatsVariant = new JLabel(Resources.getTranslation("languagestats_variant")); in initComponents()
119 …jLabelStatsNumTrans = new JLabel(Resources.getTranslation("languagestats_item_count") + " " + in initComponents()
121 …jLabelStatsNumUntrans = new JLabel(Resources.getTranslation("languagestats_translation_count")… in initComponents()
124 …jTextFieldStatsName = new JTextField((bundle.name == null ? Resources.getTranslation("untitl… in initComponents()
134 updateButton = new JButton(Resources.getTranslation("button_update")); in initComponents()
[all …]
DRBSearchPanel.java28 JLabel findLabel = new JLabel(Resources.getTranslation("search_find"));
29 JLabel replaceLabel = new JLabel(Resources.getTranslation("search_replace"));
34 JCheckBox keysCheck = new JCheckBox(Resources.getTranslation("search_keys"), false);
35 JCheckBox transCheck = new JCheckBox(Resources.getTranslation("search_values"), true);
36 JCheckBox commentsCheck = new JCheckBox(Resources.getTranslation("search_comments"), false);
37 JCheckBox caseCheck = new JCheckBox(Resources.getTranslation("search_case_sensitive"), false);
39 JButton findButton = new JButton(Resources.getTranslation("button_search_find_all"));
40 JButton replaceButton = new JButton(Resources.getTranslation("button_search_replace_all"));
102 if (transCheck.isSelected() && item.getTranslation().indexOf(term) >= 0) { in performSearch()
128 …if (transCheck.isSelected() && item.getTranslation().toUpperCase().indexOf(term.toUpperCase()) >= … in performSearch()
[all …]
DBundleItemCreationDialog.java43 JLabel groupLabel = new JLabel(Resources.getTranslation("dialog_group"));
44 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_key"));
45 JLabel transLabel = new JLabel(Resources.getTranslation("dialog_translation"));
46 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_comment"));
47 JLabel lookupLabel = new JLabel(Resources.getTranslation("dialog_lookups"));
59 JButton createButton = new JButton(Resources.getTranslation("button_create"));
60 JButton createMoreButton = new JButton(Resources.getTranslation("button_create_more"));
61 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel"));
146 String alert = (item == null ? Resources.getTranslation("error_create_item") : in processKeyEvent()
147 Resources.getTranslation("error_modify_item")); in processKeyEvent()
[all …]
DBundleGroupCreationDialog.java36 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_group"));
37 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_group_comment"));
40 JButton createButton = new JButton(Resources.getTranslation("button_create"));
41 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel"));
60 String alert = Resources.getTranslation("error_create_group") + " " + in processKeyEvent()
61 Resources.getTranslation("error_try_again_group"); in processKeyEvent()
62 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_ME… in processKeyEvent()
75 String alert = Resources.getTranslation("error_no_bundle_for_group"); in initComponents()
76 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_ME… in initComponents()
113 String alert = Resources.getTranslation("error_create_group") + " " + in initComponents()
[all …]
DRBUntranslatedPanel.java146 JButton deleteButton = new JButton(Resources.getTranslation("button_delete_resource")); in initComponents()
147 JButton translateButton = new JButton(Resources.getTranslation("button_mark_translated")); in initComponents()
148 JButton printButton = new JButton(Resources.getTranslation("button_print_table")); in initComponents()
150 …deleteButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_delete_r… in initComponents()
151 …translateButton.setMnemonic(RBManagerMenuBar.getKeyEventKey(Resources.getTranslation("button_mark_… in initComponents()
152 …lowerPanel.setBorder(BorderFactory.createTitledBorder(Resources.getTranslation("languageuntrans_se… in initComponents()
201 …jLabelUntransTitle = new JLabel(rbm.getBaseClass() + " - " + Resources.getTranslation("untra… in initComponents()
213 numUntransLabels[count] = new JLabel(Resources.getTranslation("baseuntrans_untrans_count") + in initComponents()
221 Resources.getTranslation("baseuntrans_file") + " " + bundle.toString())); in initComponents()
284 retStr = item.getTranslation(); in getValueAt()
[all …]
DBundleGroupEditDialog.java35 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_group"));
36 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_group_comment"));
39 JButton editButton = new JButton(Resources.getTranslation("button_edit"));
40 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel"));
54 String alert = Resources.getTranslation("error_modify_group"); in processKeyEvent()
55 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), in processKeyEvent()
76 String alert = Resources.getTranslation("error_modify_group"); in initComponents()
77 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), JOptionPane… in initComponents()
115 String alert = Resources.getTranslation("error_modify_group"); in initComponents()
116 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error_internal"), in initComponents()
DRBProjectItemPanel.java95 …titleLabel = new JLabel(Resources.getTranslation("project_panel_default_title"), SwingConstants.CE… in initComponents()
98 …JLabel commentLabel2 = new JLabel(Resources.getTranslation("project_panel_comment"), SwingConstant… in initComponents()
99 …commentLabel = new JLabel(Resources.getTranslation("project_panel_comment_none"), SwingConstants.L… in initComponents()
112 commitButton = new JButton(Resources.getTranslation("project_panel_commit_button_all")); in initComponents()
126 commentLabel.setText(Resources.getTranslation("project_panel_comment_none")); in updateComponents()
127 titleLabel.setText(Resources.getTranslation("project_panel_default_title")); in updateComponents()
136 titleLabel.setText(Resources.getTranslation("project_panel_title", key)); in updateComponents()
147 …JLabel encodingLabel = new JLabel(Resources.getTranslation("project_panel_bundle", bundle.toString… in updateComponents()
150 encodingLabel.setText(Resources.getTranslation("project_panel_bundle_untranslated", in updateComponents()
153 … String fieldText = (bundleItem == null ? Resources.getTranslation("project_panel_item_inherits") : in updateComponents()
[all …]
DBundleItemDialog.java45 JLabel groupLabel = new JLabel(Resources.getTranslation("dialog_group"));
46 JLabel keyLabel = new JLabel(Resources.getTranslation("dialog_key"));
47 JLabel defTransLabel = new JLabel(Resources.getTranslation("dialog_default_translation"));
48 JLabel transLabel = new JLabel(Resources.getTranslation("dialog_translation"));
49 JLabel commentLabel = new JLabel(Resources.getTranslation("dialog_comment"));
50 JLabel lookupLabel = new JLabel(Resources.getTranslation("dialog_lookups"));
51 JLabel createdLabel = new JLabel(Resources.getTranslation("dialog_created"));
52 JLabel modifiedLabel = new JLabel(Resources.getTranslation("dialog_modified"));
63 JButton saveButton = new JButton(Resources.getTranslation("button_edit"));
64 JButton cancelButton = new JButton(Resources.getTranslation("button_cancel"));
[all …]
DAboutDialog.java21 dialog = new JDialog(parent, Resources.getTranslation("dialog_title_about_rbmanager"), false); in showDialog()
30 JLabel titleLabel = new JLabel(Resources.getTranslation("rbmanager")); in initComponents()
31 …JLabel versionLabel = new JLabel(Resources.getTranslation("version", Package.getPackage("com.ibm.r… in initComponents()
32 JLabel copyrightLabel = new JLabel(Resources.getTranslation("copyright")); in initComponents()
33 JLabel contactLabel = new JLabel(Resources.getTranslation("rbmanager_contact")); in initComponents()
40 Resources.getTranslation("logo_filename")))); in initComponents()
DPreferencesDialog.java41 super(gui, Resources.getTranslation("dialog_title_preferences"), true); in PreferencesDialog()
81 JLabel nameLabel = new JLabel(Resources.getTranslation("dialog_preferences_username")); in initComponents()
82 JLabel lafLabel = new JLabel(Resources.getTranslation("dialog_preferences_lookandfeel")); in initComponents()
83 JLabel warnLabel = new JLabel(Resources.getTranslation("dialog_preferences_locale_warning")); in initComponents()
87 …machineRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_machine"), fal… in initComponents()
88 …definedRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_defined"), tru… in initComponents()
89 isoRadio = new JRadioButton(Resources.getTranslation("dialog_preferences_locale_iso"), false); in initComponents()
95 okButton = new JButton(Resources.getTranslation("button_update")); in initComponents()
96 cancelButton = new JButton(Resources.getTranslation("button_cancel")); in initComponents()
174 Resources.getTranslation("dialog_preferences_locale"))); in initComponents()
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java52 …JRadioButton resourceOverwriteRadio = new JRadioButton(Resources.getTranslation("import_resourc…
53 …JRadioButton resourceIgnoreRadio = new JRadioButton(Resources.getTranslation("import_resourc…
54 …JRadioButton resourcePromptRadio = new JRadioButton(Resources.getTranslation("import_conflic…
55 …JRadioButton fileGeneratePopulateRadio = new JRadioButton(Resources.getTranslation("import_file_co…
56 …JRadioButton fileGenerateEmptyRadio = new JRadioButton(Resources.getTranslation("import_file_co…
57 …JRadioButton fileIgnoreRadio = new JRadioButton(Resources.getTranslation("import_file_co…
58 …JRadioButton filePromptRadio = new JRadioButton(Resources.getTranslation("import_conflic…
60 …JCheckBox markTranslatedCheck = new JCheckBox(Resources.getTranslation("import_default_translated"…
61 …JCheckBox createGroupsCheck = new JCheckBox(Resources.getTranslation("import_default_group_creatio…
107 sourceLabel.setText(Resources.getTranslation("import_source_file",f.getAbsolutePath())); in chooseFile()
[all …]
DRBReporter.java113 Resources.getTranslation("error"), in RBReporter()
663 …if (nextReport == null) nextReportLabel.setText(Resources.getTranslation("reporter_next_report", "… in updateDateFields()
664 …else nextReportLabel.setText(Resources.getTranslation("reporter_next_report", nextReport.toString(… in updateDateFields()
665 …if (lastReport == null) lastReportLabel.setText(Resources.getTranslation("reporter_last_report", "… in updateDateFields()
666 …else lastReportLabel.setText(Resources.getTranslation("reporter_last_report", lastReport.toString(… in updateDateFields()
671 statusLabel.setText(Resources.getTranslation("reporter_status_running")); in updateStatusComponents()
673 statusButton.setText(Resources.getTranslation("reporter_button_stop")); in updateStatusComponents()
675 statusLabel.setText(Resources.getTranslation("reporter_status_stopped")); in updateStatusComponents()
677 statusButton.setText(Resources.getTranslation("reporter_button_start")); in updateStatusComponents()
796 return Resources.getTranslation("dialog_file_filter_description"); in initComponents()
[all …]
DRBJavaExporter.java98 …buffer.append("\t\t{\"" + item.getKey() + "\", \"" + item.getTranslation() + "\"},\t// " + item.ge… in export()
125 super(new JFrame(), Resources.getTranslation("dialog_title_export_java_options"), true); in RBJavaExporterDialog()
153 packageCheck = new JCheckBox(Resources.getTranslation("export_java_package"), false); in initComponents()
154 … classPublicRadio = new JRadioButton(Resources.getTranslation("export_java_class_public"), true); in initComponents()
155 …classProtectedRadio = new JRadioButton(Resources.getTranslation("export_java_class_protected"), fa… in initComponents()
156 … methodsPublicRadio = new JRadioButton(Resources.getTranslation("export_java_class_public"), true); in initComponents()
157 …methodsProtectedRadio = new JRadioButton(Resources.getTranslation("export_java_class_protected"), … in initComponents()
161 JButton okButton = new JButton(Resources.getTranslation("OK")); in initComponents()
162 …JLabel titleLabel = new JLabel(Resources.getTranslation("export_java_title"), SwingConstants.LEFT); in initComponents()
DResources.java135 public static String getTranslation(String key) { in getTranslation() method in Resources
196 public static String getTranslation(String key, String lookup) { in getTranslation() method in Resources
234 public static String getTranslation(String key, String[] lookup) { in getTranslation() method in Resources
DRBManager.java183 …Resources.getTranslation("error_not_rbmanager_format") + "\n" + Resources.getTranslation("error_su… in RBManager()
184 … Resources.getTranslation("dialog_title_error_not_rbmanager_format"), JOptionPane.ERROR_MESSAGE); in RBManager()
431 … if (!success) throw new IOException(Resources.getTranslation("error_deletion_not_possible")); in eraseFile()
471 String oldValue = item.getTranslation(); in editItem()
485 if (oldItem.getTranslation().equals(oldValue)) oldItem.setTranslation(value); in editItem()
678 … BundleItem item = new BundleItem(bg, mainItem.getKey(), mainItem.getTranslation()); in createResource()
DRBJavaImporter.java39 return Resources.getTranslation("import_java_file_description"); in setupFileChooser()
DRBPropertiesExporter.java71 prop.setProperty(item.getKey(), item.getTranslation()); in export()
DRBPropertiesImporter.java43 return Resources.getTranslation("import_properties_file_description"); in setupFileChooser()
DPreferences.java156 defaults.put("username", Resources.getTranslation("unknown_user")); in init()
DRBxliffExporter.java111 source.appendChild(xml.createTextNode(parent_item.getTranslation())); in addTransUnit()
121 target.appendChild(xml.createTextNode(item.getTranslation())); in addTransUnit()
/third_party/skia/experimental/skrive/src/
DComponent.cpp66 const auto lm = SkMatrix::Translate(node->getTranslation().x, node->getTranslation().y) * in ScopedTransformContext()
/third_party/skia/tools/viewer/
DSkRiveSlide.cpp30 const auto& pos = ab->getTranslation(); in load()

12