All translations

Enter a message name below to show all available translations.

Message

Found 7 translations.

NameCurrent message text
 h Catalan (ca)* També podeu combinar àrees d'entrada/sortida amb [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi Sintaxi de ressaltat GeSHi]. Una àrea d'entrada com aquesta {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Codi comú inicial
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} donarà com a resultat {{Input|<syntaxhighlight lang="php" line>
# Codi comú inicial
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
 h Danish (da)* Du kan også kombinere input/output-områder med [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi syntaxhiglighting]. Et inputopmåde som dette {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} vil resultere i {{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
 h English (en)* You can also combine input/output areas with [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi syntaxhiglighting]. An input area like this {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} will result in {{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
 h French (fr)* Vous pouvez aussi combiner les zones de saisie/et d'affichage avec [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi syntaxhiglighting]. Une zone de saisie comme celle-là  {{Input/fr|1=<nowiki>{{Input/fr|<syntaxhighlight lang="php" line>
# Initialisation du code commun
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} affichera {{Input|<syntaxhighlight lang="php" line>
# Initialisation du code commun
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
 h Italian (it)* Puoi anche combinare le aree input/output con [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi l'evidenziazione della sintassi GeSHi]. Un'area input come questa {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} darà come risultato {{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
 h Ukrainian (uk)* Ви також можете поєднувати області input та output за допомогою [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi підсвічування синтаксичних конструкцій GeSHi]. Область input, подібну до такої: {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} буде показано так: {{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
 h Chinese (China) (zh-cn)* 你也可以把输入/输出区域和 [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi 语法高亮格式] 混合使用。像这样的输入 {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} 产生的结果是 {{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}