mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
78 lines
5 KiB
XML
78 lines
5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Preview strings for distributor-ui library -->
|
|
<string name="preview_app_name" translatable="false">Distrib name</string>
|
|
<string name="preview_privacy_policy" translatable="false">Distrib privacy policy\ </string>
|
|
<string name="preview_in_app_notif_link" translatable="false">on the Internet.</string>
|
|
|
|
<!-- Library strings referenced by Prism code -->
|
|
<string name="toast_url_candidate_fail">Fail to use %1$s</string>
|
|
<string name="toast_url_candidate_success">Successfully using %1$s</string>
|
|
<string name="warning">Warning</string>
|
|
<string name="warning_notif_content">%1$s is disconnected</string>
|
|
<string name="warning_notif_description">Warn when %1$s is disconnected or an issue occurred.</string>
|
|
<string name="warning_notif_ticker">Prism Warning</string>
|
|
<string name="foreground_service">Foreground Service</string>
|
|
<string name="foreground_notif_description">Notification to run in the foreground</string>
|
|
<string name="foreground_notif_content_no_reg">Waiting for registration to connect</string>
|
|
<string name="foreground_notif_ticker">Prism</string>
|
|
<string name="bar_unregister_title">%d selected</string>
|
|
<string name="dialog_unregistering_content">Are you sure to delete this registration?</string>
|
|
<plurals name="bar_unregister_title">
|
|
<item quantity="one">%d selected</item>
|
|
<item quantity="other">%d selected</item>
|
|
</plurals>
|
|
<plurals name="dialog_unregistering_content">
|
|
<item quantity="one">Are you sure to delete this registration?</item>
|
|
<item quantity="other">Are you sure to delete %d registrations?</item>
|
|
</plurals>
|
|
<plurals name="foreground_notif_content_with_reg">
|
|
<item quantity="one">Connected for %d registration</item>
|
|
<item quantity="other">Connected for %d registrations</item>
|
|
</plurals>
|
|
|
|
<!-- Prism-specific strings -->
|
|
<string name="app_name">Prism</string>
|
|
<string name="settings">Settings</string>
|
|
<string name="add_custom_app_title">Add Custom App</string>
|
|
<string name="app_name_label">App Name</string>
|
|
<string name="app_name_placeholder">Enter app name</string>
|
|
<string name="target_app_label">Target App (Optional)</string>
|
|
<string name="select_an_app">Select an app</string>
|
|
<string name="add_button">Add</string>
|
|
<string name="cancel_button">Cancel</string>
|
|
<string name="select_target_app_title">Select Target App</string>
|
|
<string name="search_apps_label">Search</string>
|
|
<string name="search_apps_placeholder">Search for apps</string>
|
|
<string name="add_manual_app_content_description">Add manual app</string>
|
|
<string name="debug_title">Debug Information</string>
|
|
<string name="configure_server">Configure Prism Server</string>
|
|
<string name="prism_server_info">Prism server enables manual app registrations and multi-device sync. Self-host your own or use a public instance.</string>
|
|
<string name="prism_server_learn_more">Learn more about Prism</string>
|
|
<string name="prism_server_configured">Prism server configured</string>
|
|
<string name="prism_server_configured_with_version">%1$s (v%2$s)</string>
|
|
<string name="prism_server_not_configured">Prism server not configured</string>
|
|
<string name="prism_server_url_label">Server URL</string>
|
|
<string name="prism_server_url_placeholder">prism.example.com</string>
|
|
<string name="prism_api_key_label">API Key</string>
|
|
<string name="prism_api_key_placeholder">Enter API key</string>
|
|
<string name="testing_connection">Testing connection…</string>
|
|
<string name="connection_successful">Connection successful</string>
|
|
<string name="connection_failed">Connection failed</string>
|
|
<string name="test_and_save_button">Test and Save</string>
|
|
<string name="clear_server_button">Remove</string>
|
|
<string name="clear_server_confirm_title">Remove Prism Server?</string>
|
|
<string name="clear_server_confirm_message_no_apps">This will remove your Prism server configuration.</string>
|
|
<string name="clear_server_confirm_message_with_apps">You have %d manual app registration(s). Clearing the server will delete them from the server and remove the configuration.</string>
|
|
<string name="app_dropdown_show_toasts">Notify when apps register</string>
|
|
<string name="show_toasts_description">Show a notification when apps register or unregister</string>
|
|
<string name="dynamic_colors_title">Dynamic Colors</string>
|
|
<string name="dynamic_colors_description">Use colors from your wallpaper</string>
|
|
|
|
<!-- Intro screen strings -->
|
|
<string name="intro_welcome_title">Welcome to Prism</string>
|
|
<string name="intro_welcome_message">Prism is a UnifiedPush distributor that supports manual app registrations through an optional Prism server.</string>
|
|
<string name="intro_server_optional">Configure a Prism server now or skip to set it up later in Settings.</string>
|
|
<string name="intro_continue_button">Continue</string>
|
|
<string name="intro_skip_button">Skip for now</string>
|
|
</resources>
|