All translations
Enter a message name below to show all available translations.
Found 14 translations.
| Name | Current message text |
|---|---|
| h Bulgarian (bg) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h Danish (da) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.eksempel. com', ........ ), ) </syntaxhighlight> |
| h German (de) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h English (en) | <syntaxhighlight lang="php"> 'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example.com', ........ ), ) </syntaxhighlight> |
| h Spanish (es) | <syntaxhighlight lang="php">'componentes' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h French (fr) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h Hungarian (hu) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h Italian (it) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h Japanese (ja) | <syntaxhighlight lang="php"> 'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example.com', ........ ), ) </syntaxhighlight> |
| h Dutch (nl) | <syntaxhighlight lang="php"> 'components' => array( ... 'config' => array( 'publicurl' => 'http://www.example.com', ), ) </syntaxhighlight> |
| h Polish (pl) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ...... ), ) </syntaxhighlight> |
| h Romanian (ro) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h Slovenian (sl) | <syntaxhighlight lang="php">'components' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |
| h Vietnamese (vi) | <syntaxhighlight lang="php">'thành phần' => array( ... 'config' => array( ....... 'publicurl' => 'http://www.example. com', ........ ), ) </syntaxhighlight> |