Shelter/app/src/main/res/values/strings.xml

40 lines
3.1 KiB
XML

<resources>
<string name="app_name">Shelter</string>
<string name="device_admin_label">Shelter</string>
<string name="device_admin_desc">App Isolation Service</string>
<string name="device_admin_explanation">Shelter needs to become Device Admin in order to perform its isolation tasks.</string>
<string name="device_admin_toast">You have to grant Device Admin permission for Shelter to work. Please try again.</string>
<string name="provision_still_pending">Please wait while we prepare Shelter profile for you &#8230;</string>
<string name="provision_finished">Shelter setup complete. Please restart Shelter.</string>
<string name="msg_device_unsupported">Permission is denied or Unsupported device</string>
<string name="work_profile_not_found">Work profile not found. Please restart the app to re-provision the profile.</string>
<string name="work_profile_provision_failed">Cannot provision work profile. You may try again by restarting Shelter.</string>
<string name="work_mode_disabled">It looks like you have disabled Work Mode while starting Shelter. If you have enabled it now, please start Shelter again.</string>
<string name="service_title">Shelter Service</string>
<string name="service_desc">Shelter is now running &#8230;</string>
<string name="fragment_profile_main">Main</string>
<string name="fragment_profile_work">Shelter</string>
<string name="list_item_disabled">[Frozen] %s</string>
<string name="clone_to_work_profile">Clone to Shelter (Work Profile)</string>
<string name="clone_to_main_profile">Clone to Main Profile</string>
<string name="uninstall_app">Uninstall</string>
<string name="freeze_app">Freeze</string>
<string name="unfreeze_app">Unfreeze</string>
<string name="launch">Launch</string>
<string name="create_unfreeze_shortcut">Create Unfreeze and/or Launch Shortcut</string>
<string name="unfreeze_and_launch">Unfreeze and Launch</string>
<string name="auto_freeze">Auto Freeze</string>
<string name="freeze_all">Batch Freeze</string>
<string name="create_freeze_all_shortcut">Create Batch Freeze Shortcut</string>
<string name="freeze_all_shortcut">Freeze</string>
<string name="clone_success">Application "%s" cloned successfully</string>
<string name="uninstall_success">Application "%s" uninstalled successfully</string>
<string name="freeze_success">Application "%s" frozen successfully</string>
<string name="unfreeze_success">Application "%s" unfrozen successfully</string>
<string name="clone_fail_system_app">Cannot clone system apps to a profile that Shelter has no control of.</string>
<string name="uninstall_fail_system_app">Cannot uninstall system apps in a profile thaẞt Shelter has no control of.</string>
<string name="unsupported_launcher">Cannot add shortcuts to your launcher. Please contact the developer for more information.</string>
<string name="app_context_menu_title">Operations for %s</string>
<string name="freeze_all_success">All apps in \"Auto Freeze\" list have been frozen successfully.</string>
</resources>