Browsing Dutch translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Dutch guidelines.
1120 of 25 results
15.
This is part 1 of the <application>Quickly</application> tutorial. This part will introduce some key <application>Quickly</application> commands, editing a user interface in <application>Glade</application>, and editing code in <application>gedit</application>. This part of the tutorial will familiarize you with these three tools, and how they work together with Python and GTK+ so that you can quickly build applications.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:50(para)
16.
Creating a <application>Quickly</application> Project
Een <application>Quickly</application> Projekt starten
Translated and reviewed by Michael Terry
Located in data/templates/ubuntu-application/help/tutorial.xml:52(title)
26.
Edit the User Interface in <application>Glade</application>
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:75(title)
29.
<application>Glade</application> will open with the project loaded up and ready to edit.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:81(para)
30.
Click on "jotty_window" in the right pane to open the window for editing.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:85(para)
31.
The first thing we want to do is create a text area for typing into. There are some default widgets added to the window already, but we won't need these so we'll start by deleting them. Click on the label and press Delete to make it disappear from the window.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:89(para)
32.
Do the same with the image widget. This leave us two free slots.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:96(para)
33.
We'll use the bottom slot to add a TextView widget for the user to type into. In the toolbox on the left, click on the "Text View" button in the "Controls and Display" section. Then click in the bottom empty slot.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:100(para)
34.
Make sure you save the file in <application>Glade</application>, or your changes won't be kept! Then run the application from the terminal again. The window now has a place where the user can type.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:104(para)
35.
Now we'll add the entry field for the title and also a label for it. We'll use the top empty slot for that. First, click on "Horizontal Box" (HBox) from the "Containers" section of the toolbox, and then click on the top slot. A dialog box will open; tell it that you want two items.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:108(para)
1120 of 25 results

This translation is managed by Launchpad Dutch Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Bart Willemsen, Michael Terry, Samuel Van Hecken.