Added Camera Orientation Mode Strings

I've recently added the ability for the camera to auto-detect the held orientation to let users take photos in "portrait" orientation if they wish. In addition to this, there is a UI option to have the orientation chosen automatically, or manually by the user - these strings are for that option.
This commit is contained in:
Ryuvi 2023-10-17 17:25:22 -05:00
parent 5db7bb70bd
commit 0da557f3b6

View file

@ -2031,6 +2031,9 @@
"UI.ProgressBar.ImportingItem": "Importing Item", "UI.ProgressBar.ImportingItem": "Importing Item",
"UI.Camera.Automatic": "Automatic",
"UI.Camera.Manual": "Manual",
"Tools.Names.MultiTool": "Multi-Tool", "Tools.Names.MultiTool": "Multi-Tool",
"Tools.Names.CommonTools": "Common Tools", "Tools.Names.CommonTools": "Common Tools",