forked from kodi-czsk/plugin.video.markiza.sk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08e3208
commit e088600
Showing
7 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[B]1.2.1:[/B] | ||
- možnost vybrat kvalitu streamu | ||
[B]1.2.0:[/B] | ||
- oprava funkčnosti (změna webu) | ||
[B]1.1.9:[/B] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<strings> | ||
<string id="32000">Abecední řazení</string> | ||
<string id="30050">Kvalita videa</string> | ||
<string id="30051">Zeptat se</string> | ||
<string id="30052">Nejlepší</string> | ||
<string id="30053">Nejhorší</string> | ||
</strings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<strings> | ||
<string id="32000">Sort alphabetically</string> | ||
<string id="30050">Video quality</string> | ||
<string id="30051">Always ask</string> | ||
<string id="30052">Best</string> | ||
<string id="30053">Worst</string> | ||
</strings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<strings> | ||
<string id="32000">Abecedné triedenie</string> | ||
<string id="30050">Kvalita videa</string> | ||
<string id="30051">Spýtať sa</string> | ||
<string id="30052">Najlepšia</string> | ||
<string id="30053">Najhoršia</string> | ||
</strings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<settings> | ||
<setting label="32000" id="sort" type="bool" default="true" /> | ||
<setting label="30050" id="quality" type="enum" lvalues="30051|30052|30053" default="0" /> | ||
</settings> |