Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
[DVBViewer] Fixed strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Portisch committed Apr 23, 2013
1 parent a68ceb8 commit d5ca9fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ msgid "Use favorites instead of channel list"
msgstr ""

msgctxt "#30007"
msgid "Select the favourites.xml file"
msgid "Use RTSP for Live TV"
msgstr ""

msgctxt "#30008"
msgid "Use RTSP for Live TV"
msgid "Select local favourites.xml file"
msgstr ""

#empty strings from id 30009 to 30499
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ msgid "Use favorites instead of channel list"
msgstr "Benutze Favoriten anstatt Kanalliste"

msgctxt "#30007"
msgid "Select local favourites.xml file"
msgstr "Wähle lokale favourites.xml Datei"

msgctxt "#30008"
msgid "Use RTSP for Live TV"
msgstr "Benutze RTSP für Live TV"

msgctxt "#30008"
msgid "Select local favourites.xml file"
msgstr "Wähle lokale favourites.xml Datei"

msgctxt "#30500"
msgid "Can't connect to the Recording Service"
msgstr "Kann keine Verbindung mit dem Aufnahme Service herstellen."
Expand Down
4 changes: 2 additions & 2 deletions addons/pvr.dvbviewer/addon/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<setting id="user" type="text" label="30004" default="" />
<setting id="pass" type="text" label="30005" option="hidden" default="" />
<setting label="30006" type="bool" id="usefavourites" default="false"/>
<setting label="30008" type="bool" id="usertsp" default="false" />
<setting id="favouritespath" type="file" label="30007" default="" />
<setting label="30007" type="bool" id="usertsp" default="false" />
<setting id="favouritespath" type="file" label="30008" default="" />
</settings>

0 comments on commit d5ca9fb

Please sign in to comment.