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

36 lines
1.6 KiB
XML
Raw Normal View History

<resources>
2021-10-25 19:45:56 +02:00
<string name="app_name">Ntfy</string>
<string name="add_topic">Add Topic</string>
2021-10-27 22:15:59 +02:00
2021-10-27 03:44:12 +02:00
<string name="topic_name_edit_text">Topic Name</string>
2021-10-28 04:25:02 +02:00
<string name="add_dialog_base_url_layout">Service URL</string>
2021-10-27 03:44:12 +02:00
<string name="topic_base_url_default_value">https://ntfy.sh</string>
2021-10-25 20:24:44 +02:00
<string name="subscribe_button_text">Subscribe</string>
2021-10-27 22:15:59 +02:00
<string name="status_connected">Connected</string>
2021-10-27 04:41:19 +02: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 05:04:14 +02: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 04:25:02 +02:00
<!-- Notifications -->
2021-10-26 02:25:54 +02:00
<string name="notification_channel_name">Ntfy</string>
<string name="notification_channel_id">ntfy</string>
2021-10-28 04:25:02 +02: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>