XML Viewer

./Languages/en/PrefLanguage.xml File Size: 13.03 KB

  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">
  3. <GlobalColors>
  4.         <!-- Default Plus! colors -->
  5.         <GlobalColor Id="ref">
  6.                 <BaseColor>
  7.                         <Saturation>1.1</Saturation>
  8.                         <Brightness>0.6</Brightness>
  9.                         <Transparency>200</Transparency>
  10.                 </BaseColor>
  11.         </GlobalColor>
  12.         <!-- Custom colors -->
  13.         <GlobalColor Id="lightbg">
  14.                 <BaseColor>
  15.                         <Saturation>2</Saturation>
  16.                         <Brightness>1.5</Brightness>
  17.                         <Transparency>45</Transparency>
  18.                 </BaseColor>
  19.         </GlobalColor>
  20. </GlobalColors>
  21.  
  22. <!-- Preferences - Language -->
  23. <Window Id="PrefLanguage">
  24.         <Position Width="400" Height="235"/>
  25.         <ChildTmpl/>
  26.         <Elements>
  27.                 <Element Id="FigBackInfo" xsi:type="FigureElement">
  28.                         <Position Top="55" Left="10" Width="375" Height="90"/>
  29.                         <Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
  30.                         <Border>
  31.                                 <Size>1</Size>
  32.                                 <Color><GlobalColor>ref</GlobalColor></Color>
  33.                         </Border>
  34.                         <Fill><PlainColor><GlobalColor>lightbg</GlobalColor></PlainColor></Fill>
  35.                 </Element>
  36.                 <Element Id="ImgLanguage" xsi:type="ImageElement">
  37.                         <Position Top="0" Left="348"/>
  38.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  39.                         <Image><Name>big\language</Name></Image>
  40.                 </Element>
  41.         </Elements>
  42.         <Controls>
  43.                 <!-- Bottom buttons -->
  44.                 <Control Id="BtnBack" xsi:type="ButtonControl">
  45.                         <Position Top="214" Left="248" Width="70"/>
  46.                         <Image Margin="5"><Name>icons\back</Name></Image>
  47.                         <Caption>Back</Caption>
  48.                 </Control>
  49.                 <Control Id="BtnSave" xsi:type="ButtonControl">
  50.                         <Position Top="214" Left="323" Width="70"/>
  51.                         <Attributes><IsDefault>true</IsDefault></Attributes>
  52.                         <Image Margin="5"><Name>icons\floppy</Name></Image>
  53.                         <Caption>Save</Caption>
  54.                 </Control>
  55.                 <!-- Title -->
  56.                 <Control Id="lblTitleLanguage" xsi:type="StaticControl">
  57.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  58.                         <Color><GlobalColor>ref</GlobalColor></Color>
  59.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  60.                         <Caption>Language</Caption>
  61.                 </Control>
  62.                 <!-- Language Settings -->
  63.                 <Control Id="lblTitleLangSettings" xsi:type="StaticControl">
  64.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  65.                         <Color><GlobalColor>ref</GlobalColor></Color>
  66.                         <Font><Size>12</Size></Font>
  67.                         <Caption>Language Settings</Caption>
  68.                 </Control>
  69.                 <Control Id="cSameLanguage" xsi:type="CheckBoxControl">
  70.                         <Position Top="35" Left="10" Width="335"/>
  71.                         <Caption>Use the same language as Messenger Plus! Live</Caption>
  72.                 </Control>
  73.                 <Control Id="lblSameLanguage" xsi:type="StaticControl">
  74.                         <Position Top="45" Left="20" Width="325"/>
  75.                         <Transparency>130</Transparency>
  76.                         <Font><Size>7</Size></Font>
  77.                         <Caption>* Note: If the language doesn't exist, English will be used by default.</Caption>
  78.                 </Control>
  79.                 <Control Id="LvLanguages" xsi:type="ListViewControl">
  80.                         <Position Top="60" Left="15" Width="150" Height="80"/>
  81.                         <Attributes>
  82.                                 <AutoTip>true</AutoTip>
  83.                                 <AlwaysShowSelection>true</AlwaysShowSelection>
  84.                         </Attributes>
  85.                         <ReportView>
  86.                                 <ColumnHeader>false</ColumnHeader>
  87.                                 <FullRowSelect>true</FullRowSelect>
  88.                         </ReportView>
  89.                         <Columns WidthFormat="Relative">
  90.                                 <Column>
  91.                                         <ColumnId>filename</ColumnId>
  92.                                         <Width>100</Width>
  93.                                 </Column>
  94.                                 <Column>
  95.                                         <ColumnId>path</ColumnId>
  96.                                         <Width>0</Width>
  97.                                 </Column>
  98.                                 <Column>
  99.                                         <ColumnId>uicode</ColumnId>
  100.                                         <Width>0</Width>
  101.                                 </Column>
  102.                         </Columns>
  103.                 </Control>
  104.                 <Control Id="lblAuthor" xsi:type="StaticControl">
  105.                         <Position Top="60" Left="170" Width="210"/>
  106.                 </Control>
  107.                 <Control Id="lblVersion" xsi:type="StaticControl">
  108.                         <Position Top="70" Left="170" Width="210"/>
  109.                 </Control>
  110.                 <Control Id="lblCompatibility" xsi:type="StaticControl">
  111.                         <Position Top="80" Left="170" Width="210"/>
  112.                 </Control>
  113.                 <Control Id="lnkWebsite" xsi:type="LinkControl">
  114.                         <Position Top="90" Left="170" Width="210"/>
  115.                         <Attributes><Underline>WhenHot</Underline></Attributes>
  116.                 </Control>
  117.                 <Control Id="BtnDownloadLang" xsi:type="ButtonControl">
  118.                         <Position Top="125" Left="260" Width="120"/>
  119.                         <Image Margin="5"><Name>icons\download</Name></Image>
  120.                         <Caption>Download Languages</Caption>
  121.                 </Control>
  122.         </Controls>
  123. </Window>
  124.  
  125. <!-- Preferences - Language Download -->
  126. <Window Id="PrefLanguageDownload">
  127.         <Position Width="400" Height="235"/>
  128.         <ChildTmpl/>
  129.         <Elements>
  130.                 <Element Id="ImgLanguage" xsi:type="ImageElement">
  131.                         <Position Top="0" Left="348"/>
  132.                         <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
  133.                         <Image><Name>big\language</Name></Image>
  134.                 </Element>
  135.         </Elements>
  136.         <Controls>
  137.                 <!-- Bottom buttons -->
  138.                 <Control Id="BtnBack" xsi:type="ButtonControl">
  139.                         <Position Top="214" Left="248" Width="70"/>
  140.                         <Image Margin="5"><Name>icons\back</Name></Image>
  141.                         <Caption>Back</Caption>
  142.                 </Control>
  143.                 <Control Id="BtnDownload" xsi:type="ButtonControl">
  144.                         <Position Top="214" Left="323" Width="70"/>
  145.                         <Attributes><IsDefault>true</IsDefault></Attributes>
  146.                         <Image Margin="5"><Name>icons\download</Name></Image>
  147.                         <Caption>Download</Caption>
  148.                 </Control>
  149.                 <!-- Title -->
  150.                 <Control Id="lblTitleLanguage" xsi:type="StaticControl">
  151.                         <Position Top="5" Left="5" Width="340" Height="15"/>
  152.                         <Color><GlobalColor>ref</GlobalColor></Color>
  153.                         <Font><Bold>true</Bold><Size>12</Size></Font>
  154.                         <Caption>Language</Caption>
  155.                 </Control>
  156.                 <!-- Language Download -->
  157.                 <Control Id="lblTitleLangDownload" xsi:type="StaticControl">
  158.                         <Position Top="20" Left="5" Width="340" Height="15"/>
  159.                         <Color><GlobalColor>ref</GlobalColor></Color>
  160.                         <Font><Size>12</Size></Font>
  161.                         <Caption>Language Download</Caption>
  162.                 </Control>
  163.                 <Control Id="LvLanguages" xsi:type="ListViewControl">
  164.                         <Position Top="40" Left="10" Width="385" Height="125">
  165.                                 <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
  166.                         </Position>
  167.                         <Attributes>
  168.                                 <AutoTip>true</AutoTip>
  169.                                 <AlwaysShowSelection>True</AlwaysShowSelection>
  170.                         </Attributes>
  171.                         <ReportView>
  172.                                 <HasCheckboxes>True</HasCheckboxes>
  173.                                 <FullRowSelect>True</FullRowSelect>
  174.                         </ReportView>
  175.                         <Columns WidthFormat="Relative">
  176.                                 <Column>
  177.                                         <ColumnId>ColLang</ColumnId>
  178.                                         <Label>Language</Label>
  179.                                         <Width>67</Width>
  180.                                 </Column>
  181.                                 <Column>
  182.                                         <ColumnId>CoLversion</ColumnId>
  183.                                         <Label>Version</Label>
  184.                                         <Width>33</Width>
  185.                                 </Column>
  186.                                 <Column>
  187.                                         <ColumnId>ColLangId</ColumnId>
  188.                                         <Width>0</Width>
  189.                                 </Column>
  190.                         </Columns>
  191.                 </Control>
  192.         </Controls>
  193. </Window>
  194.  
  195. </Interfaces>

Version

  • 5.0.0070_20100325_publicbeta1

Developers

Project Details

  • Folders8
  • Files122
  • Total Lines11,867
  • Repository Version70

User Count

  • 162