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->gT("Текст на плъгин, който трябва да бъде преведен");
</syntaxhighlight>
 h Danish (da)<syntaxhighlight lang="php">
$this->gT("En plugin-tekst, der skal oversættes");
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="php">
$this->gT("Ein Plugin-Text, der übersetzt werden muss");
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="php">
$this->gT("A plugin text that needs to be translated");
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="php">
$this->gT("Un texto de complemento que debe traducirse");
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="php">
$this->gT("Un texte de plugin à traduire");
</syntaxhighlight>
 h Hungarian (hu)<syntaxhighlight lang="php">
$this->gT("A beépülő modul szövege, amit le kell fordítani");
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="php">
$this->gT("Un testo plugin che deve essere tradotto");
</syntaxhighlight>
 h Japanese (ja)<syntaxhighlight lang="php">
$this->gT("A plugin text that needs to be translated");
</syntaxhighlight>
 h Korean (ko)<syntaxhighlight lang="php">
$this->gT("A plugin text that needs to be translated");
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="php">
$this->gT("A plugin text that needs to be translated");
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="php">
$this->gT("Tekst wtyczki do przetłumaczenia");
</syntaxhighlight>
 h Romanian (ro)<syntaxhighlight lang="php">
$this->gT(„Un text plugin care trebuie tradus”);
</syntaxhighlight>
 h Slovenian (sl)<syntaxhighlight lang="php">
$this->gT("Besedilo vtičnika, ki ga je treba prevesti");
</syntaxhighlight>
 h Vietnamese (vi)<syntaxhighlight lang="php">
$this->gT("Văn bản plugin cần được dịch");
</syntaxhighlight>