ntfy-android/app/src/main/res/values/strings.xml

41 lines
2.2 KiB
XML
Raw Normal View History

<resources>
2021-10-30 14:13:58 +13:00
<!-- Main app-->
2021-10-26 06:45:56 +13:00
<string name="app_name">Ntfy</string>
2021-10-30 14:13:58 +13:00
<string name="app_base_url">https://ntfy.sh</string> <!-- If changed, you must also change google-services.json! -->
2021-10-29 01:28:22 +13:00
<!-- Notifications -->
<string name="notification_channel_name">Ntfy</string>
<string name="notification_channel_id">ntfy</string>
2021-10-28 09:15:59 +13:00
2021-10-29 01:28:22 +13:00
<!-- Main activity: Action bar -->
2021-10-29 04:45:34 +13:00
<string name="main_action_bar_title">Subscribed topics</string>
2021-10-29 01:28:22 +13:00
<string name="main_menu_source_title">Show source &amp; 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 -->
2021-10-29 04:45:34 +13:00
<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>
2021-10-28 15:25:02 +13:00
<!-- 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>
2021-11-01 08:19:25 +13:00
<!-- 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>