Difference between revisions of "Translations:Custom web pages/2/en"

From Larnitech wiki page
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 11:39, 23 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Custom web pages)
<syntaxhighlight lang="xml" line>
<smart-house>
   <web-pages>
       <page url="https://google.com" image="a" label="Google" text="Google"/>
       <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
   </web-pages>
</smart-house/>
</syntaxhighlight>
where:
*url – url of web page
*image – png file name from folder menu-right/ ("menu-right/" and ".png" will be added automatically)
*label – description in menu
*text – text in web-page-panel
Translation<syntaxhighlight lang="xml" line>
<smart-house>
   <web-pages>
       <page url="https://google.com" image="a" label="Google" text="Google"/>
       <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
   </web-pages>
</smart-house/>
</syntaxhighlight>
where:
*url – url of web page
*image – png file name from folder menu-right/ ("menu-right/" and ".png" will be added automatically)
*label – description in menu
*text – text in web-page-panel
1<smart-house>
2    <web-pages>
3        <page url="https://google.com" image="a" label="Google" text="Google"/>
4        <page url="https://web.telegram.org/" image="chat" label="Chat" text="Telegram"/>
5    </web-pages>
6</smart-house/>

where:

  • url – url of web page
  • image – png file name from folder menu-right/ ("menu-right/" and ".png" will be added automatically)
  • label – description in menu
  • text – text in web-page-panel