File tree 4 files changed +8
-12
lines changed
io.sloeber.ui.nl1/OSGI-INF/l10n
4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ command.open.sloeber.preferences.description = Apri le preferenze di Sloeber
57
57
command.open.sloeber.preferences.name = Preferenze
58
58
command.openSerialMonitorAction.description = Apre il Serial Monitor ed esegue la connessione seriale per il progetto selezionato
59
59
command.preferences.label = Preferenze
60
+ command.project.properties.label = Sloeber progetto preferenze
61
+ command.project.properties.description = Open the Sloeber project properties to set your board and other project related things.
60
62
command.reattachLibraries.description = Ricollega le librerie utilizzate nel progetto selezionato
61
63
command.reattachLibraries.name = Ricollega librerie
62
64
command.upgrade.info.description = Apre un browser web per la verifica di aggiornamenti e nuovi rilasci
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ command.open.sloeber.preferences.description = Open Sloeber voorkeuren
57
57
command.open.sloeber.preferences.name = Voorkeuren
58
58
command.openSerialMonitorAction.description = Open de seriële monitor en maak een seriële connectie met de upload poort en de baudrate van het geselecteerde project.
59
59
command.preferences.label = Voorkeuren
60
+ command.project.properties.label = Sloeber project eigenschappen
61
+ command.project.properties.description = Open de Sloeber project eigenschappen om je Arduino board en andere opties in te stellen.
60
62
command.program.label = Gebruik de programmer om de sketch op te laden.
61
63
command.program.description = Laad het geselecteerde project op naar he bord gebruik makend van de geselecteerde programmer
62
64
command.program.tooltip = Gebruik deze knop om ge sketch op te laden met behulp van een programmer.
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ command.open.sloeber.preferences.description = Open Sloeber preferences
57
57
command.open.sloeber.preferences.name = Preferences
58
58
command.openSerialMonitorAction.description = Open the serial monitor and make a serial connection using the selected project upload port and baudrate.
59
59
command.preferences.label = Preferences
60
+ command.project.properties.label = Sloeber project properties
61
+ command.project.properties.description = Open the Sloeber project properties to set your board and other project related things.
60
62
command.program.label = Upload the sketch using the selected programmer.
61
63
command.program.description = Upload selected project to your board using the programmer selected in the project arduino properties
62
64
command.program.tooltip = Use this button to program your selected project to your hardware.
Original file line number Diff line number Diff line change 460
460
<toolbar
461
461
id =" io.sloeber.toolbar.main"
462
462
label =" Sloeber" >
463
- <visibleWhen >
464
- <reference
465
- definitionId =" io.sloeber.definition.isArduinoPerspective" >
466
- </reference >
467
- </visibleWhen >
468
463
<command
469
464
commandId =" io.sloeber.actions.ArduinoBuildAction"
470
465
icon =" icons/check.png"
507
502
<command
508
503
commandId =" io.sloeber.ui.actions.openPreferences"
509
504
icon =" icons/preferences.png"
510
- label =" %command.preferences .label"
505
+ label =" %command.project.properties .label"
511
506
style =" push"
512
- tooltip =" %command.open.sloeber.preferences .description" >
507
+ tooltip =" %command.project.properties .description" >
513
508
<parameter
514
509
name =" io.sloeber.ui.actions.openPreferences.pageId"
515
510
value =" io.sloeber.eclipse.propertypage.ArduinoProperty" >
519
514
<toolbar
520
515
id =" io.sloeber.toolbar.Extra"
521
516
label =" Sloeber Extra tools" >
522
- <visibleWhen >
523
- <reference
524
- definitionId =" io.sloeber.definition.hide" >
525
- </reference >
526
- </visibleWhen >
527
517
<command
528
518
commandId =" io.sloeber.actions.AddLibraryAction"
529
519
icon =" icons/library.png"
You can’t perform that action at this time.
0 commit comments