Skip to content

Commit feacad3

Browse files
author
jantje
committed
removed unused NLS message
1 parent 94492a2 commit feacad3

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

io.sloeber.ui/src/io/sloeber/ui/messages.properties

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error_adding_arduino_code=Error adding the arduino code
22
error_no_platform_files_found=No platform files found: This should never happen
33
error_no_Arduino_project_selected=There are no projects selected or all selected projects are not arduino projects.
44
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
66
error_make_is_not_found=Make is not found on your system.
77
error_make_finder_failed=Failed to run make finder.
88
error=Error
@@ -18,20 +18,20 @@ ui_dont_touch=Leave these alone if you don't know you want them.
1818
ui_some_bla_bla=The default configuration that mimics the Arduino IDE (named Release) will always be created.
1919
ui_Adopting_arduino_libraries=Adopting Arduino Board Platforms
2020
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++
2222
ui_adopting_platforms=Adopting Arduino Board Platforms
23-
ui_append_c=append to C
23+
ui_append_c=append to C
2424
ui_append_c_cpp_text=This command is added to the C and C++ compile command.
2525
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++
2727
ui_append_cpp_text=This command is added to the C++ compile command.
2828
ui_ask_every_upload=Ask every upload
2929
ui_build_before_upload=Build before upload?
3030
ui_open_serial_with_monitor=Open serial connections when opening the serial monitor?
3131
ui_auto_import_libraries=Automatically import libraries based on includes?
3232
ui_category=category
3333
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:
3535
ui_import_no_arduino_project_help=As no project is selected it is not possible to import a source folder
3636
ui_import_source_folder=Import Source Folder
3737
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.
4545
ui_name=name
4646
ui_new_sketch_arduino_information=Arduino information
4747
ui_new_sketch_arduino_information_help=Provide the Arduino information.
48-
ui_new_sketch_build_configurations=Build configurations
4948
ui_new_sketch_custom_template=Custom template
5049
ui_new_sketch_custom_template_location=Custom Template Location:
5150
ui_new_sketch_default_cpp=Default cpp file
5251
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
5453
ui_new_sketch_error_folder_must_contain_sketch_cpp=The folder must contain a sketch.cpp and sketch.h
5554
ui_new_sketch_link_to_sample_code=Link to sample code.
5655
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
6463
ui_new_sketch_title=New Arduino sketch
6564
ui_new_sketch_title_help=Create a new Arduino sketch.
6665
ui_new_sketch_use_current_settings_as_default=Use current settings as default
67-
ui_port=Port:
66+
ui_port=Port:
6867
ui_private_hardware_path=Private hardware path
6968
ui_private_hardware_path_help=Select a folder containing hardware
7069
ui_private_lib_path=Private Library path
7170
ui_private_lib_path_help=Select a folder containing libraries
7271
ui_remove=remove
7372
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
7574
ui_sec_password=Password
7675
ui_select=Select
7776
ui_select_Arduino_libraries=Select the Arduino libraries
@@ -82,16 +81,16 @@ ui_version=version
8281
ui_workspace_settings=Arduino Settings for this workspace:
8382
ui_success=Success
8483
ui_warning=Warning
85-
ui_create_a=Create a
84+
ui_create_a=Create a
8685
ui_error_select_arduino_project=As no project is selected it is not possible to import libraries
8786
ui_Clean_Serial_Monitor_After_Upload=Clean Serial monitor after upload
8887
ArduinoUploadProjectHandler_Build_failed=The build failed\!
8988
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
9190
ArduinoUploadProjectHandler_No_project_found=No project found to upload
9291
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
9594
BuildHandler_Failed_to_build=Failed to build the code
9695
BuildHandler_No_Project_found=No project found to build
9796
BuildHandler_Start_Build_Activator=Start build Activator

0 commit comments

Comments
 (0)