Browsing Catalan translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Catalan guidelines.
5160 of 87 results
51.
Hello World
Hola, món
Translated and reviewed by David Planella
Located in programming/C/programming.xml:133(title)
52.
Enter the following code into a text editor and save it as "Hello.java":
Introduïu el codi següent en un editor de text i deseu-lo com a «Hola.java»:
Translated by David Planella
Reviewed by Joan Duran
Located in programming/C/programming.xml:134(para)
53.
public class Hello {
public static void main(String[] args) {
System.out.println("Hello world");
}
}
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
public class Hello {
public static void main(String[] args) {
System.out.println("Hola, món");
}
}
Translated and reviewed by David Planella
Located in programming/C/programming.xml:135(screen)
54.
Open a terminal and compile your code by typing:<screen>javac Hello.java</screen>. You can then run your code by typing:<screen>java Hello</screen>
Obriu un terminal i compileu el vostre codi escrivint:<screen>javac Hola.java</screen>. Un cop ho hàgiu fet, podreu executar el codi escrivint <screen>java Hola</screen>
Translated and reviewed by Joan Duran
Located in programming/C/programming.xml:141(para)
55.
Integrated Development Environments
Entorns de desenvolupament integrats
Translated and reviewed by David Planella
Located in programming/C/programming.xml:144(title)
56.
Eclipse IDE for Java
L'IDE Eclipse per al Java
Translated and reviewed by David Planella
Located in programming/C/programming.xml:146(title)
57.
The <application>Eclipse</application> platform provides a complete, extensible Java development environment.
La plataforma <application>Eclipse</application> proporciona un entorn Java complet i ampliable.
Translated and reviewed by David Planella
Located in programming/C/programming.xml:147(para)
58.
<ulink url="apt:eclipse">Install the <application>eclipse</application> package</ulink>.
<ulink url="apt:eclipse">Instal·la el paquet <application>eclipse</application></ulink>.
Translated by David Planella
Reviewed by Joan Duran
Located in programming/C/programming.xml:150(para)
59.
Press <menuchoice><guimenuitem>Applications</guimenuitem><guimenuitem>Programming</guimenuitem><guimenuitem>Eclipse IDE</guimenuitem></menuchoice> to start using <application>Eclipse</application>.
Premeu <menuchoice><guimenuitem>Aplicacions</guimenuitem><guimenuitem>Programació </guimenuitem><guimenuitem>Eclipse IDE</guimenuitem></menuchoice> per començar a utilitzar l'<application>Eclipse</application>.
Translated and reviewed by David Planella
Located in programming/C/programming.xml:153(para)
60.
Netbeans
Netbeans
Translated and reviewed by David Planella
Located in programming/C/programming.xml:158(title)
5160 of 87 results

This translation is managed by Ubuntu Catalan Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: David Planella, Joan Duran.