All translations
Enter a message name below to show all available translations.
Found 14 translations.
Name | Current message text |
---|---|
h Bulgarian (bg) | Специфичните настройки на Yii са зададени в масива на компонентите: <syntaxhighlight lang="php" enclose="pre"> !Н! 'components' => array( 'db' => array( .... ), 'Специфични настройки'=>array( .... ), ), </syntaxhighlight> |
h Danish (da) | De Yii-specifikke indstillinger er indstillet i komponentarrayet: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specific settings'=>array( .... ), ), </syntaxhighlight> |
h German (de) | Die Yii-spezifischen Einstellungen werden im Komponentenarray festgelegt: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Spezifische Einstellungen'=>array( .... ), ), </syntaxhighlight> |
h English (en) | The Yii specific settings are set in the components array: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specific settings'=>array( .... ), ), </syntaxhighlight> |
h Spanish (es) | Las configuraciones específicas de Yii se establecen en la matriz de componentes: <syntaxhighlight lang="php" enclose="pre"> 'componentes' => array( 'db' => array( .... ), 'Configuraciones específicas'=>array( .... ), ), </syntaxhighlight> |
h French (fr) | Les paramètres spécifiques de Yii sont déclarés dans le tableau des composants : <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specific settings'=>array( .... ), ), </syntaxhighlight> |
h Hungarian (hu) | A Yii specifikus beállítások a komponensek tömbjében vannak megadva: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specifikus beállítások'=>tömb( .... ), ), </syntaxhighlight> |
h Italian (it) | Le impostazioni specifiche di Yii sono impostate nell'array dei componenti: <syntaxhighlight lang="php" enclose="pre"> 'componenti' => array( 'db' => array( .... ), 'Impostazioni specifiche'=>array( .... ), ), </syntaxhighlight> |
h Japanese (ja) | Yii固有の設定はcomponents配列に設定されています。 <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specific settings'=>array( .... ), ), </syntaxhighlight> |
h Dutch (nl) | Deze instellingen worden gezet in het array components: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specific settings'=>array( .... ), ), </syntaxhighlight> |
h Polish (pl) | Ustawienia specyficzne dla Yii są ustawione w tablicy komponentów: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specyficzne ustawienia'=>array( .... ), ), </syntaxhighlight> |
h Romanian (ro) | Setările specifice Yii sunt setate în matricea de componente: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Setări specifice'=>array( .... ), ), </syntaxhighlight> |
h Slovenian (sl) | Posebne nastavitve Yii so nastavljene v nizu komponent: <syntaxhighlight lang="php" enclose="pre"> 'components' => array( 'db' => array( .... ), 'Specifične nastavitve'=>array( .... ), ), </syntaxhighlight> |
h Vietnamese (vi) | Cài đặt cụ thể của Yii được đặt trong mảng thành phần: <syntaxhighlight lang="php" enclose="pre"> 'thành phần' => array( 'db' => array( .... ), 'Cài đặt cụ thể'=>array( .... ), ), </syntaxhighlight> |