Skip to content

Commit

Permalink
Addting OpenElec / RasPlex Specific menus
Browse files Browse the repository at this point in the history
  • Loading branch information
LongChair authored and Tobias Hieta committed Jun 13, 2014
1 parent ef721f3 commit 1dacdf2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 720p/LeftSideMenu.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<description>Control Global Caching</description>
<label> $LOCALIZE[41001] </label>
<onclick>Dialog.Close(4998)</onclick>
<onclick>XBMC.ActivateWindow(10208)</onclick>
<onclick>XBMC.ActivateWindow(10208)</onclick>
<visible>System.isSystem(rasplex)</visible>
</item>
<item id="111">
Expand Down
32 changes: 32 additions & 0 deletions language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -1130,3 +1130,35 @@ msgstr ""
msgctxt "#32119"
msgid "Disable all Slideshows"
msgstr ""

msgctxt "#41000"
msgid "OE Settings"
msgstr ""

msgctxt "#41001"
msgid "Control Precaching"
msgstr ""

msgctxt "#41002"
msgid "Select Servers to cache"
msgstr ""

msgctxt "#41003"
msgid "Precaching Section"
msgstr ""

msgctxt "#41004"
msgid "Precaching"
msgstr ""

msgctxt "#41005"
msgid "Action : Retrieving content from"
msgstr ""

msgctxt "#41006"
msgid "Action : Precaching item"
msgstr ""

msgctxt "#41007"
msgid "Progress"
msgstr ""

0 comments on commit 1dacdf2

Please sign in to comment.