Browsing Basque translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Basque guidelines.
110 of 332 results
13.
<application>Quickly</application> is a set of choices about writing apps for Ubuntu. Out of all the wonderful richness and variety of programming for Ubuntu, <application>Quickly</application> make some very opinionated choices about what tools to use, and how to combine them. The criteria for these choices was to make it easy and fun to write and release Ubuntu applications, even if it's your first time trying, but also in a way that delivers the full power and flexibility of the platform. One benefit of these choices, is that it's also easier to write tools that make it even easier and more fun. So <application>Quickly</application> is also a set of commands.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:40(para)
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)
17.
<placeholder-1/>Creating an empty but working program couldn't be simpler. First, open a terminal window to type commands into. When it's open, type the command:
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:52(para)
18.
quickly create ubuntu-application jotty
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:53(programlisting)
19.
This will create a jotty subdirectory containing a complete directory tree and files for an empty Python application. The command finishes by running the newly created empty application.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:57(para)
20.
Testing the Empty Application
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:61(title)
21.
<placeholder-1/> In the window that pops up you have a menubar, text and a statusbar. Notice that <application>Quickly</application> inferred that the application title is "Jotty". Only a few of menu items do anything in the empty application, Help-&gt;About, Edit-&gt;Preferences, and File-&gt;Close.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:61(para)
23.
<placeholder-1/> Close the application by closing the window or using the File-&gt;Close menu item. Since the empty application isn't actually installed, you can't start the application from the application menu yet. To start the applicaton, use the terminal to first cd into the new subdirectory, and then use "quickly run".
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:65(para)
27.
<placeholder-1/><application>Quickly</application> programs use <application>Glade</application> to edit the user interface. Start <application>Glade</application> with "quickly design" in order to set up <application>Glade</application> for editing the empty applicaton. Don't start <application>Glade</application> directly, or it won't load the necessary catalog files for editing the classes that were automatically generated by <application>Quickly</application>.
(no translation yet)
Located in data/templates/ubuntu-application/help/tutorial.xml:75(para)
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)
110 of 332 results

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

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

Contributors to this translation: Asier Iturralde Sarasola.