All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)In the same way, 
<syntaxhighlight lang=text>
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}
</syntaxhighlight>
results in
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}
 h French (fr)De même, 
<syntaxhighlight lang=text>
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}
</syntaxhighlight>
produit le résultat :
{{Commands
|prompt=[name@briaree $]
|cd src
|make
|make install
|cd ..
}}