Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 14 translations.

NameCurrent message text
 h Bulgarian (bg)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% включват './subviews/content/outerframe.twig' с {'include_content': sViewContent } %}
</syntaxhighlight>
 h Danish (da)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% inkluderer './subviews/content/outerframe.twig' med {'include_content': sViewContent } %}
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% include './subviews/content/outerframe.twig' with {'include_content': sViewContent } %}
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="php">
                   {% set sViewContent =  './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
                   {% include './subviews/content/outerframe.twig' with {'include_content': sViewContent } %}
</syntaxhighlight>
 h Spanish (es)<syntaxhighlight lang="php">
{% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% incluye './subviews/content/outerframe.twig' con {'include_content': sViewContent } %}
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% incluent './subviews/content/outerframe.twig' avec {'include_content' : sViewContent } %} !N !</syntaxhighlight>
 h Hungarian (hu)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% include './subviews/content/outerframe.twig' with {'include_content': sViewContent } %}
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% include './subviews/content/outerframe.twig' con {'include_content': sViewContent } %}
</syntaxhighlight>
 h Japanese (ja)<syntaxhighlight lang="php">
                   {% set sViewContent =  './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
                   {% include './subviews/content/outerframe.twig' with {'include_content': sViewContent } %}
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="php">
                   {% set sViewContent =  './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
                   {% include './subviews/content/outerframe.twig' with {'include_content': sViewContent } %}
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% include './subviews/content/outerframe.twig' z {'include_content': sViewContent } %}
</syntaxhighlight>
 h Romanian (ro)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% include './subviews/content/outerframe.twig' cu {'include_content': sViewContent } %}
</syntaxhighlight>
 h Slovenian (sl)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% vključi './subviews/content/outerframe.twig' z {'include_content': sViewContent } %}
</syntaxhighlight>
 h Vietnamese (vi)<syntaxhighlight lang="php">
 {% set sViewContent = './subviews/content/' ~ aSurveyInfo.include_content ~ '.twig' %}
 {% include './subviews/content/outerframe.twig' với {'include_content': sViewContent } %}
</syntaxhighlight>