2021-10-25 15:01:10 +02:00
<resources >
2021-10-30 03:13:58 +02:00
<!-- Main app -->
2021-10-25 19:45:56 +02:00
<string name= "app_name" > Ntfy</string>
2021-10-30 03:13:58 +02:00
<string name= "app_base_url" > https://ntfy.sh</string> <!-- If changed, you must also change google - services.json! -->
2021-10-25 15:01:10 +02:00
2021-11-14 01:26:37 +01:00
<!-- Notification channels -->
<string name= "channel_notifications_name" > Notifications</string>
<string name= "channel_subscriber_service_name" > Subscription Service</string>
2021-11-15 13:57:35 +01:00
<string name= "channel_subscriber_notification_title" > Listening for incoming notifications</string>
<string name= "channel_subscriber_notification_text" > You are subscribed to instant delivery topics</string>
<string name= "channel_subscriber_notification_text_one" > You are subscribed to one instant delivery topic</string>
2021-11-16 20:08:52 +01:00
<string name= "channel_subscriber_notification_text_two" > You are subscribed to two instant delivery topics</string>
<string name= "channel_subscriber_notification_text_three" > You are subscribed to three instant delivery topics</string>
<string name= "channel_subscriber_notification_text_four" > You are subscribed to four instant delivery topics</string>
2021-11-15 13:57:35 +01:00
<string name= "channel_subscriber_notification_text_more" > You are subscribed to %1$d instant delivery topics</string>
2021-10-27 22:15:59 +02:00
2021-11-12 04:14:28 +01:00
<!-- Common refresh toasts -->
<string name= "refresh_message_result" > %1$d notification(s) received</string>
<string name= "refresh_message_no_results" > Everything is up-to-date</string>
<string name= "refresh_message_error" > Could not refresh topic: %1$s</string>
2021-10-28 14:28:22 +02:00
<!-- Main activity: Action bar -->
2021-10-28 17:45:34 +02:00
<string name= "main_action_bar_title" > Subscribed topics</string>
2021-11-15 13:57:35 +01:00
<string name= "main_menu_source_title" > Report a bug</string>
2021-10-28 14:28:22 +02:00
<string name= "main_menu_source_url" > https://heckel.io/ntfy-android</string>
<string name= "main_menu_website_title" > Visit ntfy.sh</string>
2021-11-03 17:48:13 +01:00
<!-- Main activity: Action mode -->
2021-11-03 18:56:08 +01:00
<string name= "main_action_mode_menu_unsubscribe" > Unsubscribe</string>
2021-11-03 17:48:13 +01:00
<string name= "main_action_mode_delete_dialog_message" > Do you really want to unsubscribe from selected topic(s) and permanently delete all the messages you received?</string>
<string name= "main_action_mode_delete_dialog_permanently_delete" > Permanently delete</string>
<string name= "main_action_mode_delete_dialog_cancel" > Cancel</string>
2021-10-28 14:28:22 +02:00
<!-- Main activity: List and such -->
2021-11-12 01:41:29 +01:00
<string name= "main_item_status_text_one" > %1$d notification</string>
<string name= "main_item_status_text_not_one" > %1$d notifications</string>
2021-11-15 03:42:41 +01:00
<string name= "main_item_status_reconnecting" > reconnecting …</string>
2021-11-17 21:30:57 +01:00
<string name= "main_item_date_yesterday" > Yesterday</string>
2021-10-28 17:45:34 +02:00
<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-11-03 02:43:31 +01:00
<string name= "main_how_to_intro" > Click the button below to create or subscribe to a topic. After that, you can send messages via PUT or POST and you\'ll receive notifications on your phone.</string>
<string name= "main_how_to_link" > For more detailed instructions, check out the ntfy.sh website and documentation.</string>
2021-10-28 04:25:02 +02:00
<!-- Add dialog -->
<string name= "add_dialog_title" > Subscribe to topic</string>
2021-11-03 21:24:36 +01:00
<string name= "add_dialog_description_below" > Topics are not password-protected, so choose a name that\'s not easy to guess. Once subscribed, you can PUT/POST to receive notifications on your phone.</string>
2021-10-28 04:25:02 +02:00
<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>
2021-11-14 01:26:37 +01:00
<string name= "add_dialog_use_another_server_description" >
You can subscribe to topics from your own server. Due to platform limitations, this option requires a foreground
2021-11-15 13:57:35 +01:00
service and consumes more power, but also delivers notifications faster (even in doze mode).
2021-11-14 01:26:37 +01:00
</string>
2021-11-15 13:57:35 +01:00
<string name= "add_dialog_instant_delivery" > Instant delivery in doze mode</string>
2021-11-14 01:26:37 +01:00
<string name= "add_dialog_instant_delivery_description" >
2021-11-17 05:01:23 +01:00
Ensures that messages are immediately delivered, even if the device is inactive or in doze mode.
This requires a foreground service and consumes a little more power.
2021-11-14 01:26:37 +01:00
</string>
2021-10-28 04:25:02 +02:00
<string name= "add_dialog_button_cancel" > Cancel</string>
<string name= "add_dialog_button_subscribe" > Subscribe</string>
2021-10-31 20:19:25 +01:00
<!-- Detail activity -->
2021-11-01 16:12:09 +01:00
<string name= "detail_no_notifications_text" > You haven\'t received any notifications for this topic yet.</string>
2021-11-01 17:12:36 +01:00
<string name= "detail_how_to_intro" > To send notifications to this topic, simply PUT or POST to the topic URL.</string>
<string name= "detail_how_to_example" > <![CDATA[ Example (using curl):<br/><tt>$ curl -d \"Hi\" %1$s</tt> ]]> </string>
<string name= "detail_how_to_link" > For more detailed instructions, check out the ntfy.sh website and documentation.</string>
2021-11-03 17:48:13 +01:00
<string name= "detail_delete_dialog_message" > Do you really want to unsubscribe from this topic and delete all of the messages you received?</string>
2021-10-31 20:19:25 +01:00
<string name= "detail_delete_dialog_permanently_delete" > Permanently delete</string>
<string name= "detail_delete_dialog_cancel" > Cancel</string>
2021-11-01 14:57:05 +01:00
<string name= "detail_test_message" > This is a test notification from the Ntfy Android app. It was sent at %1$s.</string>
<string name= "detail_test_message_error" > Could not send test message: %1$s</string>
2021-11-08 03:02:27 +01:00
<string name= "detail_copied_to_clipboard_message" > Copied to clipboard</string>
2021-11-15 02:22:02 +01:00
<string name= "detail_instant_delivery_enabled" > Instant delivery enabled</string>
<string name= "detail_instant_delivery_disabled" > Instant delivery disabled</string>
2021-11-15 15:05:03 +01:00
<string name= "detail_instant_info" > Instant delivery cannot be disabled for subscriptions from other servers</string>
2021-10-31 20:19:25 +01:00
<!-- Detail activity: Action bar -->
2021-11-01 14:57:05 +01:00
<string name= "detail_menu_test" > Send test notification</string>
2021-11-12 04:14:28 +01:00
<string name= "detail_menu_copy_url" > Copy topic address</string>
2021-11-15 02:22:02 +01:00
<string name= "detail_menu_enable_instant" > Enable instant delivery</string>
<string name= "detail_menu_disable_instant" > Disable instant delivery</string>
2021-11-15 13:57:35 +01:00
<string name= "detail_menu_instant_info" > Instant delivery enabled</string>
2021-11-03 02:43:31 +01:00
<string name= "detail_menu_unsubscribe" > Unsubscribe</string>
2021-11-03 18:56:08 +01:00
<!-- Detail activity: Action mode -->
2021-11-15 02:22:02 +01:00
<string name= "detail_action_mode_menu_copy" > Copy</string>
2021-11-03 18:56:08 +01:00
<string name= "detail_action_mode_menu_delete" > Delete</string>
<string name= "detail_action_mode_delete_dialog_message" > Do you really want to permanently delete the selected message(s)?</string>
<string name= "detail_action_mode_delete_dialog_permanently_delete" > Permanently delete</string>
<string name= "detail_action_mode_delete_dialog_cancel" > Cancel</string>
2021-10-25 15:01:10 +02:00
</resources>