|
3 | 3 | import org.eclipse.osgi.util.NLS;
|
4 | 4 |
|
5 | 5 | public class Messages extends NLS {
|
6 |
| - private static final String BUNDLE_NAME = "io.sloeber.core.messages"; //$NON-NLS-1$ |
| 6 | + private static final String BUNDLE_NAME = "io.sloeber.core.messages"; //$NON-NLS-1$ |
7 | 7 | public static final String PORT_TAG = "{PORT}"; //$NON-NLS-1$
|
8 | 8 | public static final String MENUITEMID_TAG = "{MENUITEMID}"; //$NON-NLS-1$
|
9 | 9 | public static final String MENUID_TAG = "{MENUID}"; //$NON-NLS-1$
|
10 |
| - public static final String BOARDID_TAG = "{BOARDID}"; //$NON-NLS-1$ |
11 |
| - public static final String MENUITEMNAME_TAG = "{MENUITEMNAME}"; //$NON-NLS-1$ |
12 |
| - public static final String LIB_TAG = "{LIB}"; //$NON-NLS-1$ |
13 |
| - public static final String PROJECT_TAG = "{PROJECT}"; //$NON-NLS-1$ |
14 |
| - public static final String UPLOADER_TAG = "{UPLOADER}"; //$NON-NLS-1$ |
15 |
| - public static final String MS_TAG = "{MS}"; //$NON-NLS-1$ |
| 10 | + public static final String BOARDID_TAG = "{BOARDID}"; //$NON-NLS-1$ |
| 11 | + public static final String MENUITEMNAME_TAG = "{MENUITEMNAME}"; //$NON-NLS-1$ |
| 12 | + public static final String LIB_TAG = "{LIB}"; //$NON-NLS-1$ |
| 13 | + public static final String PROJECT_TAG = "{PROJECT}"; //$NON-NLS-1$ |
| 14 | + public static final String UPLOADER_TAG = "{UPLOADER}"; //$NON-NLS-1$ |
| 15 | + public static final String MS_TAG = "{MS}"; //$NON-NLS-1$ |
16 | 16 | public static final String NAME_TAG = "{NAME}"; //$NON-NLS-1$
|
17 | 17 | public static final String ID_TAG = "{ID}"; //$NON-NLS-1$
|
18 | 18 | public static final String COMMAND_TAG = "{COMMAND}"; //$NON-NLS-1$
|
19 |
| - public static final String TOOL_TAG = "{TOOL}"; //$NON-NLS-1$ |
| 19 | + public static final String TOOL_TAG = "{TOOL}"; //$NON-NLS-1$ |
20 | 20 | public static final String FILE_TAG = "{FILE}"; //$NON-NLS-1$
|
21 | 21 | public static final String BOARD_TAG = "{BOARD}"; //$NON-NLS-1$
|
22 | 22 | public static final String CONFIG_TAG = "{CONFIG}"; //$NON-NLS-1$
|
23 | 23 | public static final String KEY_TAG = "{KEY}"; //$NON-NLS-1$
|
24 | 24 | public static final String FOLDER_TAG = "{FOLDER}"; //$NON-NLS-1$
|
25 | 25 | public static final String VERSION_TAG = "{VERSION}"; //$NON-NLS-1$
|
26 | 26 | public static final String HOST_TAG = "{HOST}"; //$NON-NLS-1$
|
27 |
| - |
28 |
| - |
29 |
| - public static String ArduinoSerial_Comport_Appeared_and_disappeared; |
30 |
| - public static String ArduinoSerial_Comport_is_not_behaving_as_expected; |
31 |
| - public static String ArduinoSerial_comport_not_found; |
32 |
| - public static String ArduinoSerial_Comport_reset_took; |
33 |
| - public static String ArduinoSerial_Continuing_to_use; |
34 |
| - public static String ArduinoSerial_Ending_reset; |
35 |
| - public static String ArduinoSerial_exception_while_opening_seral_port; |
36 |
| - public static String ArduinoSerial_port_reappeared; |
37 |
| - public static String ArduinoSerial_port_still_missing; |
38 |
| - public static String ArduinoSerial_reset_dtr_toggle; |
39 |
| - public static String ArduinoSerial_reset_failed; |
40 |
| - public static String ArduinoSerial_unable_to_open_serial_port; |
41 |
| - public static String ArduinoSerial_Using_1200bps_touch; |
42 |
| - public static String ArduinoSerial_Using_comport; |
43 |
| - public static String Boards_Failed_to_read_boards; |
44 |
| - public static String Boards_Get_menu_item_name_from_id_did_not_find; |
45 |
| - public static String Boards_menu_ID_not_found; |
46 |
| - public static String Boards_menu_name_not_found; |
47 |
| - public static String command_aborted; |
48 |
| - public static String command_finished; |
49 |
| - public static String command_interupted; |
50 |
| - public static String command_io; |
51 |
| - public static String command_launching; |
52 |
| - public static String command_output; |
53 |
| - public static String EmptyLibFolder; |
54 |
| - public static String Failed_To_Add_Libraries; |
55 |
| - public static String failed_to_remove_lib; |
56 |
| - public static String Boards_Get_menu_item_id_from_name_failed; |
57 |
| - public static String Helpers_Create_folder_failed; |
58 |
| - public static String Helpers_delete_folder_failed; |
59 |
| - public static String Helpers_error_boards_TXT; |
60 |
| - public static String Helpers_Error_File_does_not_exists; |
61 |
| - public static String Helpers_error_link_folder_is_empty; |
62 |
| - public static String Helpers_Error_parsing_IO_exception; |
63 |
| - public static String Helpers_Error_The_folder_is_empty; |
64 |
| - public static String Helpers_No_boards_txt_found; |
65 |
| - public static String Helpers_tool_reference_missing; |
66 |
| - public static String import_lib_failed; |
67 |
| - public static String Manager_archive_error_root_folder_name_mismatch; |
68 |
| - public static String Manager_archive_error_symbolic_link_to_absolute_path; |
69 |
| - public static String Manager_archiver_eror_single_root_folder_required; |
70 |
| - public static String Manager_Cant_create_folder; |
71 |
| - public static String Manager_Cant_create_folder_exists; |
72 |
| - public static String Manager_Cant_extract_file_exist; |
73 |
| - public static String Manager_Failed_to_download; |
74 |
| - public static String Manager_Failed_to_extract; |
75 |
| - public static String Manager_Failed_to_parse; |
76 |
| - public static String Manager_Format_not_supported; |
77 |
| - public static String MultipleVersionsOfLib; |
78 |
| - public static String Platform_loading_boards; |
79 |
| - public static String Platform_loading_platform; |
80 |
| - public static String security_login; |
81 |
| - public static String security_password; |
82 |
| - public static String Tool_no_valid_system; |
83 |
| - public static String ToolDependency_Tool_not_found; |
84 |
| - public static String Upload_console_name; |
85 |
| - public static String Upload_error_auth_fail; |
86 |
| - public static String Upload_Error_com_port; |
87 |
| - public static String Upload_error_connection_refused; |
88 |
| - public static String Upload_error_network; |
89 |
| - public static String Upload_Error_serial_monitor_restart; |
90 |
| - public static String Upload_failed; |
91 |
| - public static String Upload_failed_upload_file; |
92 |
| - public static String Upload_login_credentials_missing; |
93 |
| - public static String Upload_no_arduino_sketch; |
94 |
| - public static String Upload_Project_nature_unaccesible; |
95 |
| - public static String Upload_sending_sketch; |
96 |
| - public static String Upload_sketch_on_yun; |
97 |
| - public static String Upload_starting; |
98 |
| - public static String Upload_uploading; |
99 |
| - public static String uploader_Failed_to_get_upload_recipe; |
100 |
| - public static String uploader_no_reset_using_network; |
101 |
| - public static String uploader_no_reset_using_programmer; |
102 |
| - public static String BoardsManagerIsBussy; |
103 |
| - public static String No_Platform_available ; |
| 27 | + |
| 28 | + public static String ArduinoSerial_Comport_Appeared_and_disappeared; |
| 29 | + public static String ArduinoSerial_Comport_is_not_behaving_as_expected; |
| 30 | + public static String ArduinoSerial_comport_not_found; |
| 31 | + public static String ArduinoSerial_Comport_reset_took; |
| 32 | + public static String ArduinoSerial_Continuing_to_use; |
| 33 | + public static String ArduinoSerial_Ending_reset; |
| 34 | + public static String ArduinoSerial_exception_while_opening_seral_port; |
| 35 | + public static String ArduinoSerial_port_reappeared; |
| 36 | + public static String ArduinoSerial_port_still_missing; |
| 37 | + public static String ArduinoSerial_reset_dtr_toggle; |
| 38 | + public static String ArduinoSerial_reset_failed; |
| 39 | + public static String ArduinoSerial_unable_to_open_serial_port; |
| 40 | + public static String ArduinoSerial_Using_1200bps_touch; |
| 41 | + public static String ArduinoSerial_Using_comport; |
| 42 | + public static String Boards_Failed_to_read_boards; |
| 43 | + public static String Boards_Get_menu_item_name_from_id_did_not_find; |
| 44 | + public static String Boards_menu_ID_not_found; |
| 45 | + public static String Boards_menu_name_not_found; |
| 46 | + public static String command_aborted; |
| 47 | + public static String command_finished; |
| 48 | + public static String command_interupted; |
| 49 | + public static String command_io; |
| 50 | + public static String command_launching; |
| 51 | + public static String command_output; |
| 52 | + public static String EmptyLibFolder; |
| 53 | + public static String Failed_To_Add_Libraries; |
| 54 | + public static String failed_to_remove_lib; |
| 55 | + public static String Boards_Get_menu_item_id_from_name_failed; |
| 56 | + public static String Helpers_Create_folder_failed; |
| 57 | + public static String Helpers_delete_folder_failed; |
| 58 | + public static String Helpers_error_boards_TXT; |
| 59 | + public static String Helpers_Error_File_does_not_exists; |
| 60 | + public static String Helpers_error_link_folder_is_empty; |
| 61 | + public static String Helpers_Error_parsing_IO_exception; |
| 62 | + public static String Helpers_Error_The_folder_is_empty; |
| 63 | + public static String Helpers_No_boards_txt_found; |
| 64 | + public static String Helpers_tool_reference_missing; |
| 65 | + public static String import_lib_failed; |
| 66 | + public static String Manager_archive_error_root_folder_name_mismatch; |
| 67 | + public static String Manager_archive_error_symbolic_link_to_absolute_path; |
| 68 | + public static String Manager_archiver_eror_single_root_folder_required; |
| 69 | + public static String Manager_Cant_create_folder; |
| 70 | + public static String Manager_Cant_create_folder_exists; |
| 71 | + public static String Manager_Cant_extract_file_exist; |
| 72 | + public static String Manager_Failed_to_download; |
| 73 | + public static String Manager_Failed_to_extract; |
| 74 | + public static String Manager_Failed_to_parse; |
| 75 | + public static String Manager_Format_not_supported; |
| 76 | + public static String MultipleVersionsOfLib; |
| 77 | + public static String Platform_loading_boards; |
| 78 | + public static String Platform_loading_platform; |
| 79 | + public static String security_login; |
| 80 | + public static String security_password; |
| 81 | + public static String Tool_no_valid_system; |
| 82 | + public static String ToolDependency_Tool_not_found; |
| 83 | + public static String Upload_console_name; |
| 84 | + public static String Upload_error_auth_fail; |
| 85 | + public static String Upload_Error_com_port; |
| 86 | + public static String Upload_error_connection_refused; |
| 87 | + public static String Upload_error_network; |
| 88 | + public static String Upload_Error_serial_monitor_restart; |
| 89 | + public static String Upload_failed; |
| 90 | + public static String Upload_failed_upload_file; |
| 91 | + public static String Upload_login_credentials_missing; |
| 92 | + public static String Upload_no_arduino_sketch; |
| 93 | + public static String Upload_Project_nature_unaccesible; |
| 94 | + public static String Upload_sending_sketch; |
| 95 | + public static String Upload_sketch_on_yun; |
| 96 | + public static String Upload_starting; |
| 97 | + public static String Upload_uploading; |
| 98 | + public static String uploader_Failed_to_get_upload_recipe; |
| 99 | + public static String uploader_no_reset_using_network; |
| 100 | + public static String uploader_no_reset_using_programmer; |
| 101 | + public static String BoardsManagerIsBussy; |
| 102 | + public static String No_Platform_available; |
104 | 103 | public static String decorator_no_platform;
|
105 | 104 | public static String decorator_no_port;
|
106 | 105 | public static String projectNotFoundInGUI;
|
| 106 | + public static String sizeReportSketch; |
| 107 | + public static String sizeReportData; |
107 | 108 |
|
108 |
| - static { |
109 |
| - // initialize resource bundle |
110 |
| - NLS.initializeMessages(BUNDLE_NAME, Messages.class); |
111 |
| - } |
| 109 | + static { |
| 110 | + // initialize resource bundle |
| 111 | + NLS.initializeMessages(BUNDLE_NAME, Messages.class); |
| 112 | + } |
112 | 113 |
|
113 |
| - private Messages() { |
114 |
| - } |
| 114 | + private Messages() { |
| 115 | + } |
115 | 116 | }
|
0 commit comments