Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Danish (da)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
   border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 borde derecho: sólido 1px #00A8E1;
}
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 bordure droite :solide 1px #00A8E1;
}
</syntaxhighlight>
 h Hungarian (hu)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:folytonos 1px #00A8E1;
}
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Japanese (ja)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
   border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
   border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 obramowanie po prawej:pełny 1px #00A8E1;
}
</syntaxhighlight>
 h Romanian (ro)<syntaxhighlight lang="php">
tabel.întrebare la td.header_separator,
table.intrebare în corpul td.dual_scale_separator
{
 chenar-dreapta:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Slovenian (sl)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Vietnamese (vi)<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
 h Chinese (China) (zh-cn)<syntaxhighlight lang="php" enclose="div">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
   border-right:solid 1px #00A8E1;
}
</syntaxhighlight>