@@ -2,7 +2,7 @@ error_adding_arduino_code=Error adding the arduino code
2
2
error_no_platform_files_found =No platform files found: This should never happen
3
3
error_no_Arduino_project_selected =There are no projects selected or all selected projects are not arduino projects.
4
4
error_no_host_name =No host name provided
5
- error_failed_to_import_library_in_project =Failed to import library
5
+ error_failed_to_import_library_in_project =Failed to import library
6
6
error_make_is_not_found =Make is not found on your system.
7
7
error_make_finder_failed =Failed to run make finder.
8
8
error =Error
@@ -18,20 +18,20 @@ ui_dont_touch=Leave these alone if you don't know you want them.
18
18
ui_some_bla_bla =The default configuration that mimics the Arduino IDE (named Release) will always be created.
19
19
ui_Adopting_arduino_libraries =Adopting Arduino Board Platforms
20
20
ui_Alternative_size =Use alternative size command? (AVR only)
21
- ui_Apend_c_cpp =append to C and C++
21
+ ui_Apend_c_cpp =append to C and C++
22
22
ui_adopting_platforms =Adopting Arduino Board Platforms
23
- ui_append_c =append to C
23
+ ui_append_c =append to C
24
24
ui_append_c_cpp_text =This command is added to the C and C++ compile command.
25
25
ui_append_c_text =This command is added to the C compile command.
26
- ui_append_cpp =append to C++
26
+ ui_append_cpp =append to C++
27
27
ui_append_cpp_text =This command is added to the C++ compile command.
28
28
ui_ask_every_upload =Ask every upload
29
29
ui_build_before_upload =Build before upload?
30
30
ui_open_serial_with_monitor =Open serial connections when opening the serial monitor?
31
31
ui_auto_import_libraries =Automatically import libraries based on includes?
32
32
ui_category =category
33
33
ui_import_arduino_libraries_in_project =Import Arduino libraries
34
- ui_import_arduino_libraries_in_project_help =Use this page to select the libraries to import to project:
34
+ ui_import_arduino_libraries_in_project_help =Use this page to select the libraries to import to project:
35
35
ui_import_no_arduino_project_help =As no project is selected it is not possible to import a source folder
36
36
ui_import_source_folder =Import Source Folder
37
37
ui_import_source_folder_help =Use this page to select a source folder to import to project
@@ -45,12 +45,11 @@ ui_make_test=Test if make can be found.
45
45
ui_name =name
46
46
ui_new_sketch_arduino_information =Arduino information
47
47
ui_new_sketch_arduino_information_help =Provide the Arduino information.
48
- ui_new_sketch_build_configurations =Build configurations
49
48
ui_new_sketch_custom_template =Custom template
50
49
ui_new_sketch_custom_template_location =Custom Template Location:
51
50
ui_new_sketch_default_cpp =Default cpp file
52
51
ui_new_sketch_default_ino =Default ino file
53
- ui_new_sketch_error_failed_to_create_project =Failed to create project
52
+ ui_new_sketch_error_failed_to_create_project =Failed to create project
54
53
ui_new_sketch_error_folder_must_contain_sketch_cpp =The folder must contain a sketch.cpp and sketch.h
55
54
ui_new_sketch_link_to_sample_code =Link to sample code.
56
55
ui_new_sketch_sample_sketch =Sample sketch
@@ -64,14 +63,14 @@ ui_new_sketch_these_settings_cn_be_changed_later=These settings can be changed l
64
63
ui_new_sketch_title =New Arduino sketch
65
64
ui_new_sketch_title_help =Create a new Arduino sketch.
66
65
ui_new_sketch_use_current_settings_as_default =Use current settings as default
67
- ui_port =Port:
66
+ ui_port =Port:
68
67
ui_private_hardware_path =Private hardware path
69
68
ui_private_hardware_path_help =Select a folder containing hardware
70
69
ui_private_lib_path =Private Library path
71
70
ui_private_lib_path_help =Select a folder containing libraries
72
71
ui_remove =remove
73
72
ui_sec_login =login
74
- ui_sec_login_and_password =enter login and pasword for
73
+ ui_sec_login_and_password =enter login and pasword for
75
74
ui_sec_password =Password
76
75
ui_select =Select
77
76
ui_select_Arduino_libraries =Select the Arduino libraries
@@ -82,16 +81,16 @@ ui_version=version
82
81
ui_workspace_settings =Arduino Settings for this workspace:
83
82
ui_success =Success
84
83
ui_warning =Warning
85
- ui_create_a =Create a
84
+ ui_create_a =Create a
86
85
ui_error_select_arduino_project =As no project is selected it is not possible to import libraries
87
86
ui_Clean_Serial_Monitor_After_Upload =Clean Serial monitor after upload
88
87
ArduinoUploadProjectHandler_Build_failed =The build failed\!
89
88
ArduinoUploadProjectHandler_Build_failed_so_no_upload =As the build failed the upload is not executed.
90
- ArduinoUploadProjectHandler_Multiple_projects_found =Only 1 project should be seleted: found
89
+ ArduinoUploadProjectHandler_Multiple_projects_found =Only 1 project should be seleted: found
91
90
ArduinoUploadProjectHandler_No_project_found =No project found to upload
92
91
ArduinoUploadProjectHandler_The_Names_Are =\ the names are :
93
- ArduinoUploadProjectHandler_Upload_for_project =Upload the code of project
94
- BuildHandler_Build_Code_of_project =Build the code of project
92
+ ArduinoUploadProjectHandler_Upload_for_project =Upload the code of project
93
+ BuildHandler_Build_Code_of_project =Build the code of project
95
94
BuildHandler_Failed_to_build =Failed to build the code
96
95
BuildHandler_No_Project_found =No project found to build
97
96
BuildHandler_Start_Build_Activator =Start build Activator
0 commit comments