mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
make *rotate_video_key untransatable (#896)
This commit is contained in:
parent
03fcb106ac
commit
f40a8d9418
1 changed files with 2 additions and 2 deletions
|
@ -67,6 +67,8 @@
|
||||||
<string name="enable_nsfw_on_providers_key" translatable="false">enable_nsfw_on_providers_key</string>
|
<string name="enable_nsfw_on_providers_key" translatable="false">enable_nsfw_on_providers_key</string>
|
||||||
<string name="skip_startup_account_select_key" translatable="false">skip_startup_account_select_key</string>
|
<string name="skip_startup_account_select_key" translatable="false">skip_startup_account_select_key</string>
|
||||||
<string name="enable_skip_op_from_database" translatable="false">enable_skip_op_from_database</string>
|
<string name="enable_skip_op_from_database" translatable="false">enable_skip_op_from_database</string>
|
||||||
|
<string name="rotate_video_key" translatable="false">rotate_video_key</string>
|
||||||
|
<string name="auto_rotate_video_key" translatable="false">auto_rotate_video_key</string>
|
||||||
<!-- FORMAT MIGHT TRANSLATE, WILL CAUSE CRASH IF APPLIED WRONG -->
|
<!-- FORMAT MIGHT TRANSLATE, WILL CAUSE CRASH IF APPLIED WRONG -->
|
||||||
<string name="extra_info_format" formatted="true" translatable="false">%d %s | %s</string>
|
<string name="extra_info_format" formatted="true" translatable="false">%d %s | %s</string>
|
||||||
<string name="storage_size_format" formatted="true" translatable="false">%s • %s</string>
|
<string name="storage_size_format" formatted="true" translatable="false">%s • %s</string>
|
||||||
|
@ -736,9 +738,7 @@
|
||||||
<string name="skip_startup_account_select_pref">Skip account selection at startup</string>
|
<string name="skip_startup_account_select_pref">Skip account selection at startup</string>
|
||||||
<string name="use_default_account">Use Default Account</string>
|
<string name="use_default_account">Use Default Account</string>
|
||||||
<string name="rotate_video">Rotate</string>
|
<string name="rotate_video">Rotate</string>
|
||||||
<string name="rotate_video_key">rotate_video_key</string>
|
|
||||||
<string name="rotate_video_desc">Display a toggle button for screen orientation</string>
|
<string name="rotate_video_desc">Display a toggle button for screen orientation</string>
|
||||||
<string name="auto_rotate_video_key">auto_rotate_video_key</string>
|
|
||||||
<string name="auto_rotate_video_desc">Enable automatic switching of screen orientation based on video orientation</string>
|
<string name="auto_rotate_video_desc">Enable automatic switching of screen orientation based on video orientation</string>
|
||||||
<string name="auto_rotate_video">Auto rotate</string>
|
<string name="auto_rotate_video">Auto rotate</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue