bits n bobs

This commit is contained in:
Chris Bevan 2016-08-01 18:53:21 +01:00
parent a10fc16eb7
commit 0d96956415
4 changed files with 49 additions and 24 deletions

View File

@ -153,7 +153,6 @@
<linespacing>1.0</linespacing> <linespacing>1.0</linespacing>
</font> </font>
<font> <font>
<name>itemSubTitleCondensed</name> <name>itemSubTitleCondensed</name>
<filename>roboto/condensedBold.ttf</filename> <filename>roboto/condensedBold.ttf</filename>
<size>30</size> <size>30</size>
@ -171,6 +170,13 @@
<size>28</size> <size>28</size>
<linespacing>1.0</linespacing> <linespacing>1.0</linespacing>
</font> </font>
<font>
<name>settingsCategoryTitle</name>
<filename>roboto/bold.ttf</filename>
<size>24</size>
<linespacing>1.0</linespacing>
<style>uppercase</style>
</font>
<font> <font>
<name>thumbTitle</name> <name>thumbTitle</name>
<filename>roboto/regular.ttf</filename> <filename>roboto/regular.ttf</filename>

View File

@ -137,56 +137,56 @@
<description>Player Settings</description> <description>Player Settings</description>
<label>$LOCALIZE[14201]</label> <label>$LOCALIZE[14201]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[24012]</property> <property name="label3">$LOCALIZE[31063]</property>
<onclick>activatewindow(PlayerSettings)</onclick> <onclick>activatewindow(PlayerSettings)</onclick>
</item> </item>
<item> <item>
<description>Library Settings</description> <description>Library Settings</description>
<label>$LOCALIZE[14203]</label> <label>$LOCALIZE[14203]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[24012]</property> <property name="label3">$LOCALIZE[31079]</property>
<onclick>activatewindow(LibrarySettings)</onclick> <onclick>activatewindow(MediaSettings)</onclick>
</item> </item>
<item> <item>
<description>PVR Settings</description> <description>PVR Settings</description>
<label>$LOCALIZE[14205]</label> <label>$LOCALIZE[14205]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31006] • $LOCALIZE[31065]</property> <property name="label3">$LOCALIZE[31081]</property>
<onclick>ActivateWindow(PVRSettings)</onclick> <onclick>ActivateWindow(PVRSettings)</onclick>
</item> </item>
<item> <item>
<description>Services Settings</description> <description>Services Settings</description>
<label>$LOCALIZE[14208]</label> <label>$LOCALIZE[14208]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31071] • $LOCALIZE[1273]</property> <property name="label3">$LOCALIZE[31071]</property>
<onclick>activatewindow(ServiceSettings)</onclick> <onclick>activatewindow(ServiceSettings)</onclick>
</item> </item>
<item> <item>
<description>Interface settings</description> <description>Interface settings</description>
<label>$LOCALIZE[14207]</label> <label>$LOCALIZE[14207]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31061] • $LOCALIZE[24008]</property> <property name="label3">$LOCALIZE[31061]</property>
<onclick>activatewindow(InterfaceSettings)</onclick> <onclick>activatewindow(InterfaceSettings)</onclick>
</item> </item>
<item> <item>
<description>Skin settings</description> <description>Skin settings</description>
<label>$LOCALIZE[20077]</label> <label>$LOCALIZE[20077]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31061] • $LOCALIZE[24008]</property> <property name="label3">$LOCALIZE[31083]</property>
<onclick>activatewindow(SkinSettings)</onclick> <onclick>activatewindow(SkinSettings)</onclick>
</item> </item>
<item> <item>
<description>Profiles</description> <description>Profiles</description>
<label>$LOCALIZE[14210]</label> <label>$LOCALIZE[14210]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31105] • $LOCALIZE[31106]</property> <property name="label3">$LOCALIZE[31103]</property>
<onclick>activatewindow(Profiles)</onclick> <onclick>activatewindow(Profiles)</onclick>
</item> </item>
<item> <item>
<description>System</description> <description>System</description>
<label>$LOCALIZE[14209]</label> <label>$LOCALIZE[14209]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[14094] • $LOCALIZE[14095]</property> <property name="label3">$LOCALIZE[31105]</property>
<onclick>activatewindow(SystemSettings)</onclick> <onclick>activatewindow(SystemSettings)</onclick>
</item> </item>
<item> <item>
@ -200,21 +200,21 @@
<description>File Manager</description> <description>File Manager</description>
<label>10003</label> <label>10003</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31095] • $LOCALIZE[31111]</property> <property name="label3">$LOCALIZE[31095]</property>
<onclick>activatewindow(1103)</onclick> <onclick>activatewindow(1103)</onclick>
</item> </item>
<item> <item>
<description>Programs</description> <description>Programs</description>
<label>31003</label> <label>31003</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31067]</property> <property name="label3">$LOCALIZE[31111]</property>
<onclick>ActivateWindow(programs,addons,return)</onclick> <onclick>ActivateWindow(programs,addons,return)</onclick>
</item> </item>
<item> <item>
<description>System Info</description> <description>System Info</description>
<label>$LOCALIZE[138]</label> <label>$LOCALIZE[138]</label>
<label2></label2> <label2></label2>
<property name="label3">$LOCALIZE[31067]</property> <property name="label3">$LOCALIZE[31108]</property>
<onclick>ActivateWindow(systeminfo)</onclick> <onclick>ActivateWindow(systeminfo)</onclick>
</item> </item>
</content> </content>

View File

@ -101,9 +101,12 @@
<control type="label" id="14"> <control type="label" id="14">
<description>Default Label</description> <description>Default Label</description>
<label>-</label> <label>-</label>
<align>center</align> <align>left</align>
<font>buttonTitle</font> <aligny>center</aligny>
<textcolor>textActive</textcolor> <textoffsetx>24</textoffsetx>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>ff757575</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">

View File

@ -258,7 +258,7 @@ msgid "PVR"
msgstr "" msgstr ""
msgctxt "#31061" msgctxt "#31061"
msgid "Skin" msgid "Interface • Interface"
msgstr "" msgstr ""
msgctxt "#31062" msgctxt "#31062"
@ -266,7 +266,7 @@ msgid "Memory"
msgstr "" msgstr ""
msgctxt "#31063" msgctxt "#31063"
msgid "File Lists" msgid "Playback • Subtitles"
msgstr "" msgstr ""
msgctxt "#31064" msgctxt "#31064"
@ -282,7 +282,7 @@ msgid "Audio CDs"
msgstr "" msgstr ""
msgctxt "#31067" msgctxt "#31067"
msgid "System extensions" msgid "Addons • Addons"
msgstr "" msgstr ""
msgctxt "#31068" msgctxt "#31068"
@ -298,7 +298,7 @@ msgid "Screen"
msgstr "" msgstr ""
msgctxt "#31071" msgctxt "#31071"
msgid "Networking" msgid "Networking • Airplay"
msgstr "" msgstr ""
msgctxt "#31072" msgctxt "#31072"
@ -329,14 +329,26 @@ msgctxt "#31078"
msgid "Now and Next" msgid "Now and Next"
msgstr "" msgstr ""
msgctxt "#31079"
msgid "Library • Library"
msgstr ""
msgctxt "#31080" msgctxt "#31080"
msgid "Programme Guide" msgid "Programme Guide"
msgstr "" msgstr ""
msgctxt "#31081"
msgid "Live TV • Live TV"
msgstr ""
msgctxt "#31082" msgctxt "#31082"
msgid "Version" msgid "Version"
msgstr "" msgstr ""
msgctxt "#31083"
msgid "Skin settings • Skin Settings"
msgstr ""
msgctxt "#31085" msgctxt "#31085"
msgid "Add Video Addon" msgid "Add Video Addon"
msgstr "" msgstr ""
@ -358,7 +370,7 @@ msgid "Add Music Playlist"
msgstr "" msgstr ""
msgctxt "#31095" msgctxt "#31095"
msgid "Transfer" msgid "Transfer • Copy Files"
msgstr "" msgstr ""
msgctxt "#31096" msgctxt "#31096"
@ -390,11 +402,11 @@ msgid "Disable fanart animation effect"
msgstr "" msgstr ""
msgctxt "#31103" msgctxt "#31103"
msgid "Profile Settings" msgid "Profile Settings • Login options"
msgstr "" msgstr ""
msgctxt "#31105" msgctxt "#31105"
msgid "Login options" msgid "System settings • System settings"
msgstr "" msgstr ""
msgctxt "#31106" msgctxt "#31106"
@ -405,6 +417,10 @@ msgctxt "#31107"
msgid "Current profile" msgid "Current profile"
msgstr "" msgstr ""
msgctxt "#31108"
msgid "CPU Temp • HDD Space"
msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Order: Ascending"
msgstr "" msgstr ""
@ -414,7 +430,7 @@ msgid "Order: Descending"
msgstr "" msgstr ""
msgctxt "#31111" msgctxt "#31111"
msgid "Copy files" msgid "Programs • Programs"
msgstr "" msgstr ""
msgctxt "#31112" msgctxt "#31112"