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

36 lines
1.6 KiB
XML
Raw Normal View History

<resources>
2021-10-26 06:45:56 +13:00
<string name="app_name">Ntfy</string>
<string name="add_topic">Add Topic</string>
2021-10-28 09:15:59 +13:00
2021-10-27 14:44:12 +13:00
<string name="topic_name_edit_text">Topic Name</string>
2021-10-28 15:25:02 +13:00
<string name="add_dialog_base_url_layout">Service URL</string>
2021-10-27 14:44:12 +13:00
<string name="topic_base_url_default_value">https://ntfy.sh</string>
2021-10-26 07:24:44 +13:00
<string name="subscribe_button_text">Subscribe</string>
2021-10-28 09:15:59 +13:00
<string name="status_connected">Connected</string>
2021-10-27 15:41:19 +13:00
<string name="status_connecting">Connecting</string>
<string name="status_text_one">%1$s, %2$d notification</string>
<string name="status_text_not_one">%1$s, %2$d notifications</string>
<string name="fab_content_description">fab</string>
<string name="remove_topic">Unsubscribe</string>
2021-10-28 16:04:14 +13:00
<!-- Menu -->
<string name="menu_source_title">Show source &amp; license</string>
<string name="menu_source_url">https://heckel.io/ntfy-android</string>
<string name="menu_website_title">Visit ntfy.sh</string>
<string name="menu_website_url">https://ntfy.sh</string>
2021-10-28 15:25:02 +13:00
<!-- Notifications -->
2021-10-26 13:25:54 +13:00
<string name="notification_channel_name">Ntfy</string>
<string name="notification_channel_id">ntfy</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_base_url_hint">https://ntfy.sh</string>
<string name="add_dialog_base_url_default">https://ntfy.sh</string>
<string name="add_dialog_button_cancel">Cancel</string>
<string name="add_dialog_button_subscribe">Subscribe</string>
</resources>