All translations
Enter a message name below to show all available translations.
Found 14 translations.
Name | Current message text |
---|---|
h Bulgarian (bg) | За да актуализирате/добавите настройките на LimeSurvey в /application/'''config/config.php'''', трябва да актуализирате конфигурационния масив: <syntaxhighlight lang="php" enclose="pre"> !Н! 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Нова стойност', // Актуализиране на конфигурацията на LimeSurvey по подразбиране тук )!Н!</syntaxhighlight> |
h Danish (da) | For at opdatere/tilføje LimeSurvey-indstillingerne i /application/'''config/config.php''', skal du opdatere config-arrayet: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Ny værdi', // Opdater standard LimeSurvey-konfiguration her ) </syntaxhighlight> |
h German (de) | Um die LimeSurvey-Einstellungen in /application/''config/config.php'' zu aktualisieren/hinzufügen, müssen Sie das Konfigurationsarray aktualisieren: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Neuer Wert', // Standard-LimeSurvey-Konfiguration hier aktualisieren ) </syntaxhighlight> |
h English (en) | To update/add the LimeSurvey settings in /application/'''config/config.php''', you have to update the config array: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'New value', // Update default LimeSurvey config here ) </syntaxhighlight> |
h Spanish (es) | Para actualizar/agregar la configuración de LimeSurvey en /application/'''config/config.php''', debe actualizar la matriz de configuración: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Nuevo valor', // ¡Actualiza la configuración predeterminada de LimeSurvey aquí ) </syntaxhighlight> |
h French (fr) | Pour modifier/ajouter les options de LimeSurvey settings dans /application/config/config.php vous devez modifier le tableau de configuration : <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'New value', ) </syntaxhighlight> |
h Hungarian (hu) | A LimeSurvey beállításainak frissítéséhez/hozzáadásához a /application/'''config/config.php''' fájlban frissítenie kell a config tömböt: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Új érték', // Frissítse itt az alapértelmezett LimeSurvey konfigurációt ) </syntaxhighlight> |
h Italian (it) | Per aggiornare/aggiungere le impostazioni di LimeSurvey in /application/'''config/config.php''', devi aggiornare l'array di configurazione: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Nuovo valore', // Aggiorna la configurazione predefinita di LimeSurvey qui ) </syntaxhighlight> |
h Japanese (ja) | /application/'''config/config.php'''にあるLimeSurvey設定を更新/追加するには、config配列を更新します。 <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'New value', // ここでLimeSurveyの既定の設定を更新します。 ) </syntaxhighlight> |
h Dutch (nl) | Om de instellingen van LimeSurvey te wijzigen moet je het array config in application/'''config/config.php''' aanpassen: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'New value','// wijzig de code hier ) </syntaxhighlight> |
h Polish (pl) | Aby zaktualizować/dodać ustawienia LimeSurvey w /application/'''config/config.php''', musisz zaktualizować tablicę config: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Nowa wartość', // Zaktualizuj tutaj domyślną konfigurację LimeSurvey ) </syntaxhighlight> |
h Romanian (ro) | Pentru a actualiza/a adăuga setările LimeSurvey în /application/'''config/config.php''', trebuie să actualizați matricea de config: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Valoare nouă', // Actualizați configurația implicită LimeSurvey aici ) </syntaxhighlight> |
h Slovenian (sl) | Če želite posodobiti/dodati nastavitve LimeSurvey v /application/'''config/config.php''', morate posodobiti konfiguracijsko polje: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Nova vrednost', // Tukaj posodobite privzeto konfiguracijo LimeSurvey ) </syntaxhighlight> |
h Vietnamese (vi) | Để cập nhật/thêm cài đặt LimeSurvey trong /application/'''config/config.php''', bạn phải cập nhật mảng cấu hình: <syntaxhighlight lang="php" enclose="pre"> 'config'=>array( 'debug'=>0, 'debugsql'=>0, 'LimeSurveySetting'=>'Giá trị mới', // Cập nhật cấu hình LimeSurvey mặc định tại đây ) </syntaxhighlight> |