Replace remaining Android-specific strings

Also renaming the helper composables so it's a bit easier to find/replace everything
in forks.
This commit is contained in:
arkon
2023-11-18 19:41:33 -05:00
parent 46e734fc8e
commit 0d1bced122
165 changed files with 1179 additions and 1167 deletions

View File

@@ -5,6 +5,10 @@
<!-- Generic strings -->
<string name="on">On</string>
<string name="off">Off</string>
<string name="selected">Selected</string>
<string name="not_selected">Not selected</string>
<string name="action_menu_overflow_description">More options</string>
<string name="action_bar_up_description">Navigate up</string>
<!-- Models -->
<string name="name">Name</string>
@@ -39,9 +43,6 @@
<string name="label_local">Local</string>
<string name="label_downloaded">Downloaded</string>
<string name="selected">Selected</string>
<string name="not_selected">Not selected</string>
<string name="unlock_app_title">Unlock %s</string>
<string name="confirm_lock_change">Authenticate to confirm change</string>