All translations
Enter a message name below to show all available translations.
Found 2 translations.
| Name | Current message text |
|---|---|
| h German (de) | Als erstes verwende deinen bevorzugten Dateimanager und erstelle ein Verzeichnis für die Komponente "Hello World!". Dies Verzeichnis kann überall liegen, nur nicht innerhalb des Joomla! Installationsverzeichnisses. In diesem Beispiele nennen wir das Verzeichnis <code>com_helloworld</code>. Das Präfix <code>com</code> bedeutet das es eine Komponente ist und <code>helloworld</code> ist ihr Name. Das ist eine gute Methode, viele parallele Projekte zu organisieren. Technisch gesehen kann dieses Verzeichnis einen beliebigen Namen haben aber es empfiehlt sich immer, sprechende Namen zu verwenden. |
| h English (en) | To begin, you must first use your preferred file manager to create a directory for the Hello World! component. This directory can be anywhere on your file system, as long as it is outside of your Joomla! installation directory. For this example we will name the directory <code>com_helloworld</code> (The <code>com</code> prefix means "component" and the <code>helloworld</code> is the name of our component.). This is a great way of managing multiple projects on the go! Technically we can name this folder anything we want but it is always a good idea to use meaningful names! |