mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
feature: Added settings to force the player into certain orientations (#108)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
691293648b
commit
c32f71b368
11 changed files with 170 additions and 5 deletions
|
|
@ -1099,5 +1099,11 @@
|
|||
"deleteFilterConfirmation": "Are you sure you want to delete this filter?",
|
||||
"libraryFiltersLimitReached" : "Filter limit reached (10) remove some filters",
|
||||
"libraryFiltersRemoveAll": "Remove all filters",
|
||||
"libraryFiltersRemoveAllConfirm": "This will delete all saved filters for every library"
|
||||
"libraryFiltersRemoveAllConfirm": "This will delete all saved filters for every library",
|
||||
"playerSettingsOrientationTitle": "Player orientation",
|
||||
"playerSettingsOrientationDesc": "Force the video player into certain orientations",
|
||||
"deviceOrientationPortraitUp": "Portrait Up",
|
||||
"deviceOrientationPortraitDown": "Portrait Down",
|
||||
"deviceOrientationLandscapeLeft": "Landscape Left",
|
||||
"deviceOrientationLandscapeRight": "Landscape Right"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue