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">
$this->log("Нещо се обърка!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Danish (da)<syntaxhighlight lang="php">
$this->log("Noget gik galt!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="php">
$this->log("Etwas ist schiefgelaufen!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="php">
$this->log("Something went wrong!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="php">
$this->log("¡Algo salió mal!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="php">
$this->log("Quelque chose s'est mal passé !", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Hungarian (hu)<syntaxhighlight lang="php">
$this->log("Valami hiba történt!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="php">
$this->log("Qualcosa è andato storto!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Japanese (ja)<syntaxhighlight lang="php">
$this->log("何か間違っている!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Korean (ko)<syntaxhighlight lang="php">
$this->log("Something went wrong!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="php">
$this->log("Something went wrong!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="php">
$this->log("Coś poszło nie tak!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Romanian (ro)<syntaxhighlight lang="php">
$this->log(„Ceva a mers prost!”, CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Slovenian (sl)<syntaxhighlight lang="php">
$this->log("Nekaj je šlo narobe!", CLogger::LEVEL_ERROR);
</syntaxhighlight>
 h Vietnamese (vi)<syntaxhighlight lang="php">
$this->log("Đã xảy ra lỗi!", CLogger::LEVEL_ERROR);
</syntaxhighlight>