All translations

Enter a message name below to show all available translations.

Message

Found 4 translations.

NameCurrent message text
 h Danish (da)# erklær en lokal <code>int myVar</code> (se typeassistenten ovenfor)
# erklær en public <code>int myVar</code>, som tilføjer erklæringen til klasses
# erklær en private <code>int myVar</code>, som gør det samme som ovenstående, men i afsnittet private.
 h English (en)# declare local <code>int myVar</code> (see type assistant above)
# declare public <code>int myVar</code>, adds the declaration to the class body
# declare private <code>int myVar</code>, same as above, but in private section.
 h French (fr)# déclarer en local <code>int myVar</code> (voir l'assistant de type ci-dessus)
# déclarer public <code>int myVar</code>, ce qui ajoute la déclaration dans le corps de la classe 
# déclarer private <code>int myVar</code>, pareil que ci-dessus mais dans la section privée.
 h Ukrainian (uk)# оголосити <code>int myVar</code> локально (local) (див. помічник з типів);
# оприлюднити (public) <code>int myVar</code>, додає оголошення до тіла класу;
# закрити (private) <code>int myVar</code>, те саме, що і пункт вище, але у розділі private.