All translations
Enter a message name below to show all available translations.
Found 14 translations.
Name | Current message text |
---|---|
h Bulgarian (bg) | Например, конфигурацията на настройките на заявката на LimeSurvey може да бъде променена по следния начин (на ваш собствен риск) : <syntaxhighlight lang="php" enclose="pre"> // Деактивирайте CSRF защитата 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Налагане на определена URL база 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Задайте името на домейна на бисквитката и пътя за CSRF защита, пътят се използва, ако имате различен екземпляр на същия домейн 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Danish (da) | For eksempel kan LimeSurvey-anmodningsindstillingernes konfiguration ændres på følgende måde (på eget ansvar) : <syntaxhighlight lang="php" enclose="pre"> // Deaktiver CSRF-beskyttelse 'request' => array( 'enableCsrfValidation'=>falsk, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Håndhæv en bestemt URL-base 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Indstil cookie-domænenavnet og stien til CSRF-beskyttelse, stien bruges hvis du har en anden instans på samme domæne 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h German (de) | Beispielsweise kann die Konfiguration der LimeSurvey-Anfrageeinstellungen auf folgende Weise geändert werden (auf eigenes Risiko): <syntaxhighlight lang="php" enclose="pre"> // CSRF-Schutz deaktivieren 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Eine bestimmte URL-Basis erzwingen 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Legen Sie den Cookie-Domänennamen und -Pfad für den CSRF-Schutz fest. Der Pfad wird verwendet, wenn Sie eine andere Instanz in derselben Domäne haben 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h English (en) | For example, the LimeSurvey request settings configuration may be modified in the following way (at your own risk) : <syntaxhighlight lang="php" enclose="pre"> // Disable CSRF protection 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Enforce a certain URL base 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Set the cookie domain name and path for CSRF protection, path is used if you have different instance on same domain 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Spanish (es) | Por ejemplo, la configuración de la solicitud de LimeSurvey puede modificarse de la siguiente manera (bajo su propio riesgo): <syntaxhighlight lang="php" enclose="pre"> // ¡Desactiva la protección CSRF 'solicitud' => matriz( 'enableCsrfValidation'=>false, ), </syntaxhighlight> !¡NORTE!<syntaxhighlight lang="php" enclose="pre"> // Aplicar una determinada base de URL 'solicitud' => matriz( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> !¡NORTE!<syntaxhighlight lang="php" enclose="pre"> // Establece el nombre de dominio de la cookie y la ruta para la protección CSRF. ¡La ruta se utiliza si tienes una instancia diferente en el mismo dominio 'solicitud' => matriz( 'csrfCookie' => matriz( 'dominio' => '.example.com', 'ruta' => '/limesurvey/', ) ), </syntaxhighlight> |
h French (fr) | Par exemple, la configuration des paramètres de requête LimeSurvey peut être modifiée de la manière suivante (à vos propres risques) : <syntaxhighlight lang="php" enclose="pre"> // Désactive la protection CSRF 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Applique une certaine base d'URL 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Définissez le nom de domaine et le chemin du cookie pour la protection CSRF, le chemin est utilisé si vous avez une instance différente sur le même domaine 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Hungarian (hu) | Például a LimeSurvey kérésbeállítások konfigurációja a következő módon módosítható (saját felelősségére): <syntaxhighlight lang="php" enclose="pre"> // Kapcsolja ki a CSRF védelmet 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Egy bizonyos URL-alap kényszerítése 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Állítsa be a cookie tartomány nevét és elérési útját a CSRF védelemhez, az elérési út akkor használatos, ha ugyanazon a tartományon más példány van 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'útvonal' => '/limesurvey/', ) ), </syntaxhighlight> |
h Italian (it) | Ad esempio, la configurazione delle impostazioni della richiesta di LimeSurvey può essere modificata nel modo seguente (a proprio rischio): <syntaxhighlight lang="php" enclose="pre"> // Disabilita la protezione CSRF 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Applica una determinata base di URL 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Imposta il nome di dominio del cookie e il percorso per la protezione CSRF, il percorso viene utilizzato se hai un'istanza diversa sullo stesso dominio 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Japanese (ja) | たとえば、LimeSurveyリクエスト設定の設定は、次のように変更することができます(自己責任で行ってください)。 <syntaxhighlight lang="php" enclose="pre"> // CSRF保護を無効にする 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // 特定のURLベースを強制する 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // CSRF保護のためのCookieドメイン名とパスを設定します。パスは同じドメインに別のインスタンスがある場合に使います。 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Dutch (nl) | Een aanpassing die je (op eigen risico) in je LimeSurvey-configuratie kunt doen : <syntaxhighlight lang="php" enclose="pre"> // Disable CSRF protection 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Enforce a certain URL base 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Set the cookie domain name and path for CSRF protection, path is used if you have different instance on same domain 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Polish (pl) | Przykładowo konfigurację ustawień żądania LimeSurvey można modyfikować w następujący sposób (na własne ryzyko): <syntaxhighlight lang="php" enclose="pre"> // Wyłącz ochronę CSRF 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Wymuś określoną bazę adresów URL 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Ustaw nazwę domeny cookie i ścieżkę dla ochrony CSRF. Ścieżka jest używana, jeśli masz inną instancję w tej samej domenie 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Romanian (ro) | De exemplu, configurația setărilor de solicitare LimeSurvey poate fi modificată în următorul mod (pe propriul risc) : <syntaxhighlight lang="php" enclose="pre"> // Dezactivează protecția CSRF 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Implementați o anumită bază URL 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Setați numele domeniului cookie și calea pentru protecția CSRF, calea este folosită dacă aveți instanță diferită pe același domeniu 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Slovenian (sl) | Na primer, konfiguracijo nastavitev zahteve LimeSurvey lahko spremenite na naslednji način (na lastno odgovornost) : <syntaxhighlight lang="php" enclose="pre"> // Onemogoči zaščito CSRF 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Uveljavi določeno bazo URL-jev 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Nastavite ime domene piškotka in pot za zaščito CSRF, pot se uporabi, če imate na isti domeni drug primerek 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |
h Vietnamese (vi) | Ví dụ: cấu hình cài đặt yêu cầu LimeSurvey có thể được sửa đổi theo cách sau (bạn tự chịu rủi ro): <syntaxhighlight lang="php" enclose="pre"> // Vô hiệu hóa bảo vệ CSRF 'request' => array( 'enableCsrfValidation'=>false, ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Thực thi một cơ sở URL nhất định 'request' => array( 'hostInfo' => 'http://www.example.org/' ), </syntaxhighlight> <syntaxhighlight lang="php" enclose="pre"> // Đặt tên miền cookie và đường dẫn để bảo vệ CSRF, đường dẫn được sử dụng nếu bạn có phiên bản khác trên cùng một tên miền 'request' => array( 'csrfCookie' => array( 'domain' => '.example.com', 'path' => '/limesurvey/', ) ), </syntaxhighlight> |