Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 14 translations.

NameCurrent message text
 h Bulgarian (bg)Ако искате да коригирате домейна за бисквитка, използвайте следния синтаксис в config.php:
<syntaxhighlight lang="php" enclose="pre"> // Задайте домейна за cookie
 'session' => array (
 'cookieParams' => array(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h Danish (da)Hvis du vil rette domænet til en cookie, skal du bruge følgende syntaks i config.php:
<syntaxhighlight lang="php" enclose="pre"> // Indstil domænet til cookie
 'session' => array (
 'cookieParams' => array(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h German (de)Wenn Sie die Domain für einen Cookie setzen möchten, setzen Sie dies in config.php:
<syntaxhighlight lang="php" enclose="pre">        // Set the domain for cookie
       'session' => array (
           'cookieParams' => array(
                   'domain' => '.example.org',
               ),
           ),
</syntaxhighlight>
 h English (en)If you want to fix the domain for a cookie, use the following syntax in config.php:
<syntaxhighlight lang="php" enclose="pre">        // Set the domain for cookie
       'session' => array (
           'cookieParams' => array(
                   'domain' => '.example.org',
               ),
           ),
</syntaxhighlight>
 h Spanish (es)Si desea corregir el dominio para una cookie utilizar esto en config.php:
<syntaxhighlight lang="php" enclose="pre">        // Establecer el dominio para la cookie
       'session' => array (
           'cookieParams' => array(
                   'domain' => '.ejemplo.org',
               ),
           ),
</syntaxhighlight>
 h French (fr)Si vous souhaitez fixer le domaine pour un cookie, utilisez ceci dans config.php:
<syntaxhighlight lang="php" enclose="pre">        // Set the domain for cookie
       'session' => array (
           'cookieParams' => array(
                   'domain' => '.example.org',
               ),
           ),
</syntaxhighlight>
 h Hungarian (hu)Ha ki szeretné javítani a tartományt egy cookie számára, használja a következő szintaxist a config.php fájlban:
<syntaxhighlight lang="php" enclose="pre"> // Állítsa be a tartományt a cookie számára
 'session' => array (
 'cookieParams' => array(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h Italian (it)Se vuoi correggere il dominio per un cookie, usa la seguente sintassi in config.php:
<syntaxhighlight lang="php" enclose="pre"> // Imposta il dominio per cookie
 'session' => array (
 'cookieParams' => array(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h Japanese (ja)Cookieのドメインを修正する場合は、config.phpで次の構文を使用します。
<syntaxhighlight lang="php" enclose="pre">        // cookieのドメインを指定
       'session' => array (
           'cookieParams' => array(
                   'domain' => '.example.org',
               ),
           ),
</syntaxhighlight>
 h Dutch (nl)Als je het domein wilt aanpassen voor het gebruik van cookies plaats dan in de config.php:
<syntaxhighlight lang="php" enclose="pre">        // Set the domain for cookie
       'session' => array (
           'cookieParams' => array(
                   'domain' => '.example.org',
               ),
           ),
</syntaxhighlight>
 h Polish (pl)Jeśli chcesz naprawić domenę dla pliku cookie, użyj następującej składni w config.php:
<syntaxhighlight lang="php" enclose="pre"> // Ustaw domenę dla pliku cookie
 'session' => tablica (
 'cookieParams' => tablica(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h Romanian (ro)Dacă doriți să reparați domeniul pentru un cookie, utilizați următoarea sintaxă în config.php:
<syntaxhighlight lang="php" enclose="pre"> // Setați domeniul pentru cookie
 'session' => matrice (
 'cookieParams' => matrice(
 'domeniu' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h Slovenian (sl)Če želite popraviti domeno za piškotek, uporabite naslednjo sintakso v config.php:
<syntaxhighlight lang="php" enclose="pre"> // Nastavi domeno za piškotek
 'session' => array (
 'cookieParams' => array(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>
 h Vietnamese (vi)Nếu bạn muốn sửa miền cho cookie, hãy sử dụng cú pháp sau trong config.php:
<syntaxhighlight lang="php" enclose="pre"> // Đặt miền cho cookie
 'session' => array (
 'cookieParams' => array(
 'domain' => '.example.org',
 ),
 ),
</syntaxhighlight>