mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
27 lines
No EOL
1.2 KiB
XML
27 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="downloadPathPreference">download_path_preference</string>
|
|
<string name="useExternalPlayer">use_external_player</string>
|
|
<string name="autoPlayThroughIntent">autoplay_through_intent</string>
|
|
<string name="defaultResolutionPreference">default_resulution_preference</string>
|
|
<string-array name="resolutionList">
|
|
<item>720p</item>
|
|
<item>360p</item>
|
|
<item>240p</item>
|
|
<item>144p</item>
|
|
</string-array>
|
|
<string name="defaultResolutionListItem">360p</string>
|
|
<string name="showPlayWidthKodiPreference">show_play_with_kodi_preference</string>
|
|
<string name="leftHandLayout">left_hand_layout</string>
|
|
<string name="defaultAudioFormatPreference">default_audio_format</string>
|
|
<string-array name="audioFormatDescriptionList">
|
|
<item>@string/webMAudioDescription</item>
|
|
<item>@string/m4aAudioDescription</item>
|
|
</string-array>
|
|
<string-array name="audioFormatList">
|
|
<item>webm</item>
|
|
<item>m4a</item>
|
|
</string-array>
|
|
<string name="defaultAudioFormat">m4a</string>
|
|
<string name="showNextVideo">show_next_video</string>
|
|
</resources> |