40 lines
2.2 KiB
XML
40 lines
2.2 KiB
XML
<resources>
|
|
<!-- Main app-->
|
|
<string name="app_name">Ntfy</string>
|
|
<string name="app_base_url">https://ntfy.sh</string> <!-- If changed, you must also change google-services.json! -->
|
|
|
|
<!-- Notifications -->
|
|
<string name="notification_channel_name">Ntfy</string>
|
|
<string name="notification_channel_id">ntfy</string>
|
|
|
|
<!-- Main activity: Action bar -->
|
|
<string name="main_action_bar_title">Subscribed topics</string>
|
|
<string name="main_menu_source_title">Show source & license</string>
|
|
<string name="main_menu_source_url">https://heckel.io/ntfy-android</string>
|
|
<string name="main_menu_website_title">Visit ntfy.sh</string>
|
|
|
|
<!-- Main activity: List and such -->
|
|
<string name="main_item_status_connecting">connecting …</string>
|
|
<string name="main_item_status_reconnecting">reconnecting …</string>
|
|
<string name="main_item_status_text_one">%1$d notification received</string>
|
|
<string name="main_item_status_text_not_one">%1$d notifications received</string>
|
|
<string name="main_item_popup_unsubscribe">Unsubscribe</string>
|
|
<string name="main_add_button_description">Add subscription</string>
|
|
<string name="main_no_subscriptions_text">It looks like you don\'t have any subscriptions yet.</string>
|
|
|
|
<!-- Add dialog -->
|
|
<string name="add_dialog_title">Subscribe to topic</string>
|
|
<string name="add_dialog_topic_name_hint">Topic name, e.g. phils_alerts</string>
|
|
<string name="add_dialog_use_another_server">Use another server</string>
|
|
<string name="add_dialog_button_cancel">Cancel</string>
|
|
<string name="add_dialog_button_subscribe">Subscribe</string>
|
|
|
|
<!-- Detail activity -->
|
|
<string name="detail_no_subscriptions_text">You haven\'t received any notifications for this topic yet.</string>
|
|
<string name="detail_delete_dialog_message">Do you really want to permanently delete this subscription and all its messages?</string>
|
|
<string name="detail_delete_dialog_permanently_delete">Permanently delete</string>
|
|
<string name="detail_delete_dialog_cancel">Cancel</string>
|
|
|
|
<!-- Detail activity: Action bar -->
|
|
<string name="detail_menu_delete">Delete topic</string>
|
|
</resources>
|