x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 е по подразбиране
</syntaxhighlight>
 h Danish (da)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 er standard
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 ist Standard
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10);  // 10 is default
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="php">
$miConfiguración = $this->get('miConfiguración', nulo, nulo, 10); // ¡10 es el valor predeterminado
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 est la valeur par défaut 
</syntaxhighlight>
 h Hungarian (hu)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // A 10 az alapértelmezett
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 è il valore predefinito
</syntaxhighlight>
 h Japanese (ja)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10);  // 既定値は10
</syntaxhighlight>
 h Korean (ko)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 기본값은 10입니다
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10);  // 10 is standaardwaarde
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 jest wartością domyślną
</syntaxhighlight>
 h Romanian (ro)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 este implicit
</syntaxhighlight>
 h Slovenian (sl)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 je privzeto
</syntaxhighlight>
 h Vietnamese (vi)<syntaxhighlight lang="php">
$mySetting = $this->get('mySetting', null, null, 10); // 10 là mặc định
</syntaxhighlight>