Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 14 translations.

NameCurrent message text
 h Bulgarian (bg)Ако имате множество инсталации на един и същ сървър, може да бъде по-бързо и лесно да зададете различно име на сесия за всеки екземпляр на LimeSurvey. Това може да е необходимо за IE11 при някои условия (вижте [https://bugs.limesurvey.org/view.php?id=12083#c42892 проблем 12083])
<syntaxhighlight lang="php" enclose="pre"> // Задайте името на сесията
 'session' => масив (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h Danish (da)Hvis du har flere installationer på den samme server, kan det være hurtigere og nemmere at indstille forskellige sessionsnavne for hver LimeSurvey-instans. Dette kan være nødvendigt for IE11 i en eller anden tilstand (se [https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083])
<syntaxhighlight lang="php" enclose="pre"> // Indstil navnet på sessionen
 'session' => array (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h German (de)Wenn Sie mehrere Installationen auf demselben Server haben, kann es schneller und einfacher sein, für jede LimeSurvey-Instanz einen anderen Sitzungsnamen festzulegen. Dies kann unter bestimmten Bedingungen für IE11 erforderlich sein (siehe [https://bugs.limesurvey.org/view.php?id=12083#c42892 Ausgabe 12083])
<syntaxhighlight lang="php" enclose="pre"> // Den Namen der Sitzung festlegen
 'session' => array (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h English (en)If you have mutiples installation on the same server, it can be more quick and easy to set different session name for each LimeSurvey instance. This can be need for IE11 in some condition (see [https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083])
<syntaxhighlight lang="php" enclose="pre">        // Set the name of the session
       'session' => array (
           'sessionName' => "LimeSurveyN1",
           ),
</syntaxhighlight>
 h Spanish (es)Si tiene varias instalaciones en el mismo servidor, puede ser más rápido y fácil establecer un nombre de sesión diferente para cada instancia de LimeSurvey. ¡Esto puede ser necesario para IE11 en alguna condición (consulte [https://bugs.limesurvey.org/view.php?id=12083#c42892 número 12083])
<syntaxhighlight lang="php" enclose="pre"> // Establece el nombre de la sesión
 'sesión' => matriz (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h French (fr)Si vous avez de multiples installations sur le même serveur, il serait plus rapide et facile d'installer différents noms de sessions pour chaque instance de LimeSurvey. Cela pourrait être utile pour IE11 sous certaines conditions (voir [https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083])
<syntaxhighlight lang="php" enclose="pre">        // Mettre le nom de la session
       'session' => array (
           'sessionName' => "LimeSurveyN1",
           ),
</syntaxhighlight>
 h Hungarian (hu)Ha ugyanazon a kiszolgálón több példányt is telepít, akkor gyorsabb és egyszerűbb lehet más-más szekciónevet beállítani minden LimeSurvey-példányhoz. Erre bizonyos körülmények között szükség lehet az IE11-hez (lásd [https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083])
<syntaxhighlight lang="php" enclose="pre"> // Állítsd be a munkamenet nevét
 'session' => array (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h Italian (it)Se hai più installazioni sullo stesso server, può essere più facile e veloce impostare un nome di sessione diverso per ogni istanza di LimeSurvey. Questo può essere necessario per IE11 in alcune condizioni (vedi [https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083])
<syntaxhighlight lang="php" enclose="pre"> // Imposta il nome della sessione
 'session' => array (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h Japanese (ja)同じサーバーに複数のインストールしている場合は、LimeSurveyのインスタンスごとに異なるセッション名を設定する方が簡単です。これは、IE11においていくつかの条件で必要となることがあります([https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083]を参照)。
<syntaxhighlight lang="php" enclose="pre">        // Set the name of the session
       'session' => array (
           'sessionName' => "LimeSurveyN1",
           ),
</syntaxhighlight>
 h Dutch (nl)Als je meerdere installaties op één server hebt staan, kun je mogelijk sneller en gemakkelijker per installatie een sessie-naam zetten. Dit kan soms nodig zijn in IE11 (lees [https://bugs.limesurvey.org/view.php?id=12083#c42892 issue 12083])
<syntaxhighlight lang="php" enclose="pre">        // Zet sessie-naam
       'session' => array (
           'sessionName' => "LimeSurveyN1",
           ),
</syntaxhighlight>
 h Polish (pl)Jeśli masz wiele instalacji na tym samym serwerze, szybsze i łatwiejsze może być ustawienie różnych nazw sesji dla każdej instancji LimeSurvey. Może to być potrzebne w IE11 w pewnych warunkach (patrz [https://bugs.limesurvey.org/view.php?id=12083#c42892 wydanie 12083])
<syntaxhighlight lang="php" enclose="pre"> // Ustaw nazwę sesji
 'session' => tablica (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h Romanian (ro)Dacă aveți mai multe instalări pe același server, poate fi mai rapid și mai ușor să setați un nume de sesiune diferit pentru fiecare instanță LimeSurvey. Acest lucru poate fi necesar pentru IE11 în anumite condiții (consultați [https://bugs.limesurvey.org/view.php?id=12083#c42892 problema 12083])
<syntaxhighlight lang="php" enclose="pre"> // Setați numele sesiunii
 'session' => matrice (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h Slovenian (sl)Če imate več namestitve na istem strežniku, je lahko hitreje in enostavneje nastaviti drugačno ime seje za vsako instanco LimeSurvey. To je lahko potrebno za IE11 pod določenimi pogoji (glejte [https://bugs.limesurvey.org/view.php?id=12083#c42892 izdaja 12083])
<syntaxhighlight lang="php" enclose="pre"> // Nastavite ime seje
 'session' => niz (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>
 h Vietnamese (vi)Nếu bạn cài đặt nhiều phiên bản trên cùng một máy chủ, việc đặt tên phiên khác nhau cho mỗi phiên bản LimeSurvey có thể nhanh chóng và dễ dàng hơn. Điều này có thể cần thiết cho IE11 trong một số điều kiện (xem [https://bugs.limesurvey.org/view.php?id=12083#c42892 số 12083])
<syntaxhighlight lang="php" enclose="pre"> // Đặt tên của phiên
 'session' => mảng (
 'sessionName' => "LimeSurveyN1",
 ),
</syntaxhighlight>