Actions

Translations

New Template System in LS3.x/104/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="xml" enclose="div">
<syntaxhighlight lang="xml">
     <metadata>
     <metadata>
         <name>De naam van het thema</name>
         <name>De naam van het thema</name>

Latest revision as of 21:56, 17 February 2022

Message definition (New Template System in LS3.x)
<syntaxhighlight lang="xml">
   <metadata>
       <name>the_name_of_your_theme</name>
       <title>The Title of your theme</title>
       <creationDate>16/10/2017</creationDate>
       <author>Your Name</author>
       <authorEmail>your@email.org</authorEmail>
       <authorUrl>http://www.yourwebsite.org</authorUrl>
       <copyright>Your Copyright </copyright>
       <license>Licence of your theme</license>
       <version>version of your theme</version>
       <apiVersion>3</apiVersion>
       <description>Description of your theme</description>
       <extends>parent_theme</extends>
   </metadata>
</syntaxhighlight>
    <metadata>
        <name>De naam van het thema</name>
        <title>De titel van het thema</title>
        <creationDate>10/05/2019</creationDate>
        <author>Je naam</author>
        <authorEmail>your@email.org</authorEmail>
        <authorUrl>http://www.yourwebsite.org</authorUrl>
        <copyright>Copyright </copyright>
        <license>Licentie van je thema</license>
        <version>Versie van je thema</version>
        <apiVersion>3</apiVersion>
        <description>Beschrijving van je thema</description>
        <extends>parent_theme</extends>
    </metadata>