All translations
Enter a message name below to show all available translations.
Found 16 translations.
Name | Current message text |
---|---|
h Bulgarian (bg) | Това става чрез добавяне на това към конфигурационния файл. <syntaxhighlight lang="php" enclose="pre"> // Задайте името на сесията 'session' => масив ( 'sessionName' => "YOURUNIQUESSIONNAME", ), </syntaxhighlight> |
h Danish (da) | Dette gøres ved at tilføje dette til konfigurationsfilen. <syntaxhighlight lang="php" enclose="pre"> // Indstil navnet på sessionen 'session' => array ( 'sessionName' => "DIT UNIQUESESSIONNAME", ), </syntaxhighlight> |
h German (de) | Dies geschieht durch Hinzufügen zur Konfigurationsdatei. <syntaxhighlight lang="php" enclose="pre"> // Den Namen der Sitzung festlegen 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h English (en) | This is done by adding this to the config file. <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Spanish (es) | Esto se hace agregando esto al archivo de configuración. <syntaxhighlight lang="php" enclose="pre"> !¡NORTE! // Establece el nombre de la sesión 'sesión' => matriz ( 'nombreSesión' => "TUNOMBREÚNICO DE SESIÓN", ), </syntaxhighlight> |
h French (fr) | Cela se fait en ajoutant ceci au fichier de configuration. <syntaxhighlight lang="php" enclose="pre"> // Définit le nom de la session 'session' => tableau ( 'sessionName' => "VOTRENOMUNIQUESESSION", ), </syntaxhighlight> |
h Hungarian (hu) | Ez úgy történik, hogy ezt hozzáadjuk a konfigurációs fájlhoz. <syntaxhighlight lang="php" enclose="pre"> // Állítsd be a munkamenet nevét 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Italian (it) | Questo viene fatto aggiungendo questo al file di configurazione. <syntaxhighlight lang="php" enclose="pre"> // Imposta il nome della sessione 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Japanese (ja) | configファイルに以下を追加します。 <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Korean (ko) | 이 작업은 설정 파일에 다음을 추가하여 수행됩니다. <syntaxhighlight lang="php" enclose="pre"> // 세션 이름을 설정합니다 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Dutch (nl) | Dit is gedaan door iets toe te voegen aan het configuratiebestand. <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Polish (pl) | Odbywa się to poprzez dodanie tego do pliku konfiguracyjnego. <syntaxhighlight lang="php" enclose="pre"> // Ustaw nazwę sesji 'session' => tablica ( 'sessionName' => "TWOJA UNIKATOWA NAZWA SESJI", ), </syntaxhighlight> |
h Romanian (ro) | Acest lucru se face prin adăugarea acestui fișier la fișierul de configurare. <syntaxhighlight lang="php" enclose="pre"> // Setați numele sesiunii 'session' => matrice ( 'sessionName' => "NUMELE SESIUNEA UNICA", ), </syntaxhighlight> |
h Slovenian (sl) | To storite tako, da to dodate v konfiguracijsko datoteko. <syntaxhighlight lang="php" enclose="pre"> // Nastavite ime seje 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Vietnamese (vi) | Điều này được thực hiện bằng cách thêm phần này vào tệp cấu hình. <syntaxhighlight lang="php" enclose="pre"> // Đặt tên của phiên 'session' => mảng ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |
h Chinese (China) (zh-cn) | This is done by adding this to the config file. <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => array ( 'sessionName' => "YOURUNIQUESESSIONNAME", ), </syntaxhighlight> |