Skip to content

Commit 39ca143

Browse files
author
jan
committed
Add text and description to the conversion #1733
Added English and Dutch
1 parent 38b21bf commit 39ca143

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

io.sloeber.ui.nl1/OSGI-INF/l10n/bundle_nl.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ wizard.libraries.import.description = Gebruik een wizard om arduino libraries to
102102
wizard.libraries.import.name = Importeer Arduino libraries in de huidige sketch.
103103
wizard.new.sketch.description = Maak een nieuwe Arduino sketch.
104104
wizard.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

io.sloeber.ui/OSGI-INF/l10n/bundle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ wizard.folder.import.name = Import a folder containing source code in the curren
102102
wizard.libraries.import.description = Use this import wizard to import Arduino libraries to you sketch
103103
wizard.libraries.import.name = Import Arduino libraries into the current project
104104
wizard.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

io.sloeber.ui/plugin.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,14 @@
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
@@ -430,7 +433,7 @@
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">
@@ -452,8 +455,8 @@
452455
</with>
453456
</definition>
454457
</extension>
455-
456-
458+
459+
457460
<extension
458461
point="org.eclipse.ui.menus">
459462
<menuContribution

0 commit comments

Comments
 (0)