diff options
author | jjd-uk <jjd-uk@xbmc.org> | 2016-05-01 09:38:11 +0100 |
---|---|---|
committer | jjd-uk <jjd-uk@xbmc.org> | 2016-05-01 09:38:11 +0100 |
commit | 44ea2e02ea772a74d75bd8e57d261590e14195b6 (patch) | |
tree | 23b6b93b9f97f1645d4e9e798f9b0eb0cb814cc3 /addons/skin.estouchy | |
parent | bb3a3cc83df50d7d832e1531ec3403ace5cacd10 (diff) |
[Estouchy] Skin update for settings layout changes
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r-- | addons/skin.estouchy/language/resource.language.en_gb/strings.po | 18 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/Settings.xml | 48 |
2 files changed, 33 insertions, 33 deletions
diff --git a/addons/skin.estouchy/language/resource.language.en_gb/strings.po b/addons/skin.estouchy/language/resource.language.en_gb/strings.po index 3144a752a3..b326f039d1 100644 --- a/addons/skin.estouchy/language/resource.language.en_gb/strings.po +++ b/addons/skin.estouchy/language/resource.language.en_gb/strings.po @@ -242,18 +242,30 @@ msgid "Set three cities to collect weather information" msgstr "" msgctxt "#31405" -msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgid "Configure & manage media sharing services · Configure & manage the weather service" msgstr "" msgctxt "#31406" -msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" msgstr "" msgctxt "#31407" msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" msgstr "" -#empty strings from id 31408 to 31420 +msgctxt "#31408" +msgid "Configure actions that can be used during playback · Configure how media content is played" +msgstr "" + +msgctxt "#31409" +msgid "Configure how the library/file views display media content · Configure how library lists/views are navigated · Configure the media database options" +msgstr "" + +msgctxt "#31410" +msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" +msgstr "" + +#empty strings from id 31411 to 31420 msgctxt "#31421" msgid "Select your Kodi user Profile[CR]to login and continue" diff --git a/addons/skin.estouchy/xml/Settings.xml b/addons/skin.estouchy/xml/Settings.xml index 48567b3fa4..d293e401f1 100644 --- a/addons/skin.estouchy/xml/Settings.xml +++ b/addons/skin.estouchy/xml/Settings.xml @@ -135,54 +135,42 @@ </focusedlayout> <content> <item id="1"> - <label>480</label> - <label2>31400</label2> - <onclick>ActivateWindow(AppearanceSettings)</onclick> - <icon>icon_settings_appearance.png</icon> + <label>14200</label> + <label2>31408</label2> + <onclick>ActivateWindow(PlayerSettings)</onclick> + <icon>icon_menu_videos.png</icon> </item> <item id="2"> - <label>157</label> - <label2>31401</label2> - <onclick>ActivateWindow(VideosSettings)</onclick> - <icon>icon_settings_video.png</icon> - </item> - <item id="3"> - <label>2</label> - <label2>31402</label2> - <onclick>ActivateWindow(MusicSettings)</onclick> - <icon>icon_settings_music.png</icon> - </item> - <item id="4"> - <label>1</label> - <label2>31403</label2> - <onclick>ActivateWindow(PicturesSettings)</onclick> + <label>14202</label> + <label2>31409</label2> + <onclick>ActivateWindow(LibrarySettings)</onclick> <icon>icon_settings_pictures.png</icon> </item> - <item id="5"> - <label>8</label> - <label2>31404</label2> - <onclick>ActivateWindow(WeatherSettings)</onclick> - <icon>icon_settings_weather.png</icon> - </item> - <item id="6"> + <item id="3"> <label>31556</label> <label2>31555</label2> <onclick>ActivateWindow(PVRSettings)</onclick> <icon>icon_settings_tv.png</icon> </item> - <item id="7"> + <item id="4"> <label>14036</label> <label2>31405</label2> <onclick>ActivateWindow(ServiceSettings)</onclick> - <icon>icon_settings_network.png</icon> + <icon>icons/settings/network.png</icon> + </item> + <item id="5"> + <label>14206</label> + <label2>31410</label2> + <onclick>ActivateWindow(InterfaceSettings)</onclick> + <icon>icon_settings_appearance.png</icon> </item> - <item id="8"> + <item id="6"> <label>13000</label> <label2>31406</label2> <onclick>ActivateWindow(SystemSettings)</onclick> <icon>icon_settings_system.png</icon> </item> - <item id="9"> + <item id="7"> <label>24001</label> <label2>31407</label2> <onclick>ActivateWindow(AddonBrowser)</onclick> |