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 14 translations.

NameCurrent message text
 h Bulgarian (bg)Можете също така да добавите .html след идентификатора на анкетата по следния начин:
<syntaxhighlight lang="php" enclose="pre"> // Използвайте кратък URL
 'urlManager' => array(
 'urlFormat' => 'path',
 'rules' => array (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
'showScriptName' => false,
 ),
</syntaxhighlight> 
За повече информация проверете [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yii документация].
 h Danish (da)Du kan også tilføje .html efter undersøgelses-id'et på følgende måde:
<syntaxhighlight lang="php" enclose="pre"> // Brug kort URL
 'urlManager' => array(
 'urlFormat' => 'sti',
 'rules' => array (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => falsk,
 ),
</syntaxhighlight> 
For mere information, se [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yii-dokumentationen].
 h German (de)Sie können .html auch wie folgt nach der Umfrage-ID hinzufügen:
<syntaxhighlight lang="php" enclose="pre"> // Kurze URL verwenden
 'urlManager' => array(
 'urlFormat' => 'path',
 'rules' => array (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => false,
 ),
</syntaxhighlight> 
Weitere Informationen finden Sie in der [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yii-Dokumentation].
 h English (en)You can also add .html after the survey id in the following way:
<syntaxhighlight lang="php" enclose="pre">      // Use short URL
'urlManager' => array(
'urlFormat' => 'path',
'rules' => array (
    '<sid:\d+>' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
),
'showScriptName' => false,
),
</syntaxhighlight>
For more information, check the [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yii documentation].
 h Spanish (es)También puedes agregar .html después de la identificación de la encuesta de la siguiente manera:
<syntaxhighlight lang="php" enclose="pre"> // ¡Usa URL corta
 'urlManager' => array(
 'urlFormat' => 'ruta',
 'reglas' => matriz (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),!¡NORTE! 'showScriptName' => falso,
 ),!¡NORTE!</syntaxhighlight> 
Para obtener más información, consulte la [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Documentación de Yii].
 h French (fr)Vous pouvez également ajouter .html après l'identifiant de l'enquête de la manière suivante :
<syntaxhighlight lang="php" enclose="pre"> // Utilisez une URL courte 
 'urlManager' => tableau(
 'urlFormat' => 'chemin',
 'rules' => tableau (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => faux,
 ),
</syntaxhighlight> 
Pour plus d'informations, consultez la [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Documentation Yii].
 h Hungarian (hu)A felmérés azonosítója után .html is hozzáadható a következő módon:
<syntaxhighlight lang="php" enclose="pre"> // Használjon rövid URL-t
 'urlManager' => array(
 'urlFormat' => 'útvonal',
 'rules' => array (
'<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => false,
 ),
</syntaxhighlight> 
További információért tekintse meg a [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yii dokumentációt].
 h Italian (it)Puoi anche aggiungere .html dopo l'ID del sondaggio nel modo seguente:
<syntaxhighlight lang="php" enclose="pre"> // Usa URL breve
 'urlManager' => array(
 'urlFormat' => 'percorso',
 'rules' => array (
 '<sid:\d+> ' => array('sondaggio/indice','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => falso,
 ),
</syntaxhighlight> 
Per ulteriori informazioni, consulta la [http://www.yiiframework.com/doc/guide/1.1/en/topics.urldocumentazione Yii].
 h Japanese (ja)アンケートIDの後に次のように.htmlを追加することもできます。
<syntaxhighlight lang="php" enclose="pre">      // Use short URL
'urlManager' => array(
'urlFormat' => 'path',
'rules' => array (
    '<sid:\d+>' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
),
'showScriptName' => false,
),
</syntaxhighlight>
詳細は、[http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yiiのドキュメント]を参照してください。
 h Dutch (nl)U kunt ook .html achter het id van de enquête zetten:
<syntaxhighlight lang="php" enclose="pre">      // Use short URL
'urlManager' => array(
'urlFormat' => 'path',
'rules' => array (
    '<sid:\d+>' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
),
'showScriptName' => false,
),
</syntaxhighlight>
Meer informatie: [http://www.yiiframework.com/doc/guide/1.1/en/topics.url Yii documentatie].
 h Polish (pl)Możesz także dodać .html po identyfikatorze ankiety w następujący sposób:
<syntaxhighlight lang="php" enclose="pre"> // Użyj krótkiego adresu URL
 'urlManager' => array(
 'urlFormat' => 'ścieżka',
 'rules' => tablica (
 '<sid:\d+> ' => array('ankieta/indeks','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => fałsz,
 ),
</syntaxhighlight> 
Więcej informacji znajdziesz w [http://www.yiiframework.com/doc/guide/1.1/en/topics.url dokumentacji Yii].
 h Romanian (ro)De asemenea, puteți adăuga .html după id-ul sondajului în felul următor:
<syntaxhighlight lang="php" enclose="pre"> // Utilizați adresa URL scurtă
 'urlManager' => array(
 'urlFormat' => 'cale',
 'rules' => matrice (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => fals,
 ),
</syntaxhighlight> 
Pentru mai multe informații, consultați [http://www.yiiframework.com/doc/guide/1.1/en/topics.url documentația Yii].
 h Slovenian (sl)Za ID ankete lahko dodate tudi .html na naslednji način:
<syntaxhighlight lang="php" enclose="pre"> // Uporabi kratek URL
 'urlManager' => array(
 'urlFormat' => 'path',
 'rules' => array (
 '<sid:\d+> ' => array('anketa/indeks','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => false,
 ),
</syntaxhighlight> 
Za več informacij preverite [http://www.yiiframework.com/doc/guide/1.1/en/topics.url dokumentacijo Yii].
 h Vietnamese (vi)Bạn cũng có thể thêm .html sau id khảo sát theo cách sau:
<syntaxhighlight lang="php" enclose="pre"> // Sử dụng URL ngắn
 'urlManager' => array(
 'urlFormat' => 'path',
 'rules' => array (
 '<sid:\d+> ' => array('survey/index','urlSuffix'=>'.html','matchValue'=>true),
 ),
 'showScriptName' => sai,
 ),
</syntaxhighlight> 
Để biết thêm thông tin, hãy xem [http://www.yiiframework.com/doc/guide/1.1/en/topics.url tài liệu Yii].