File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
io.sloeber.ui.nl1/OSGI-INF/l10n Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -102,4 +102,6 @@ wizard.libraries.import.description = Gebruik een wizard om arduino libraries to
102102wizard.libraries.import.name = Importeer Arduino libraries in de huidige sketch.
103103wizard.new.sketch.description = Maak een nieuwe Arduino sketch.
104104wizard.new.sketch.name = Nieuwe Arduino Sketch
105- page.preferences.targets.name = Bouw doelen
105+ page.preferences.targets.name = Bouw doelen
106+ wizard.convert.sloeber.name = Converteer naar een sloeber project
107+ wizard.convert.sloeber.description = Converteer het geselecteerd project naar ee Sloeber projec
Original file line number Diff line number Diff line change @@ -102,4 +102,6 @@ wizard.folder.import.name = Import a folder containing source code in the curren
102102wizard.libraries.import.description = Use this import wizard to import Arduino libraries to you sketch
103103wizard.libraries.import.name = Import Arduino libraries into the current project
104104wizard.new.sketch.description = Create a new Arduino sketch and import Arduino core code if needed.
105- wizard.new.sketch.name = Arduino Sketch
105+ wizard.new.sketch.name = Arduino Sketch
106+ wizard.convert.sloeber.name = Convert to Sloeber project
107+ wizard.convert.sloeber.description = Convert the selected project to a Sloeber project using the last used board
Original file line number Diff line number Diff line change 218218 hasPages =" false"
219219 icon =" icons/convertToSloeber.png"
220220 id =" io.sloeber.convert.wizard"
221- name =" Convert to Sloeber project "
221+ name =" %wizard.convert.sloeber.name "
222222 project =" true" >
223223 <selection
224224 class =" org.eclipse.core.resources.IProject" >
225225 </selection >
226+ <description >
227+ %wizard.convert.sloeber.description
228+ </description >
226229 </wizard >
227230 </extension >
228231 <extension
430433 </commandParameter >
431434 </command >
432435 </extension >
433-
436+
434437 <!-- Definition to know if the active perspective is Arduino -->
435438<extension point =" org.eclipse.core.expressions.definitions" >
436439 <definition id =" io.sloeber.definition.isArduinoPerspective" >
452455 </with >
453456 </definition >
454457</extension >
455-
456-
458+
459+
457460 <extension
458461 point =" org.eclipse.ui.menus" >
459462 <menuContribution
You can’t perform that action at this time.
0 commit comments