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-11-26 21:51:05 +01:00
<string name= "app_base_scheme" > https</string> <!-- If changed, you must also change google - services.json! -->
<string name= "app_base_host" > 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 -->
2021-11-27 22:18:09 +01:00
<string name= "channel_notifications_min_name" > Notifications (Min Priority)</string>
<string name= "channel_notifications_low_name" > Notifications (Low Priority)</string>
<string name= "channel_notifications_default_name" > Notifications (Default Priority)</string>
<string name= "channel_notifications_high_name" > Notifications (High Priority)</string>
<string name= "channel_notifications_max_name" > Notifications (Max Priority)</string>
2021-11-14 01:26:37 +01:00
<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>
2022-01-13 05:31:37 +01:00
<string name= "channel_subscriber_notification_instant_text" > You are subscribed to instant delivery topics</string>
<string name= "channel_subscriber_notification_instant_text_one" > You are subscribed to one instant delivery topic</string>
<string name= "channel_subscriber_notification_instant_text_two" > You are subscribed to two instant delivery topics</string>
<string name= "channel_subscriber_notification_instant_text_three" > You are subscribed to three instant delivery topics</string>
<string name= "channel_subscriber_notification_instant_text_four" > You are subscribed to four instant delivery topics</string>
<string name= "channel_subscriber_notification_instant_text_more" > You are subscribed to %1$d instant delivery topics</string>
<string name= "channel_subscriber_notification_noinstant_text" > You are subscribed to topics</string>
<string name= "channel_subscriber_notification_noinstant_text_one" > You are subscribed to one topic</string>
<string name= "channel_subscriber_notification_noinstant_text_two" > You are subscribed to two topics</string>
<string name= "channel_subscriber_notification_noinstant_text_three" > You are subscribed to three topics</string>
<string name= "channel_subscriber_notification_noinstant_text_four" > You are subscribed to four topics</string>
<string name= "channel_subscriber_notification_noinstant_text_more" > You are subscribed to %1$d 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>
2021-12-12 01:40:32 +01:00
<string name= "refresh_message_error" > %1$d subscription(s) could not be refreshed\n\n%2$s</string>
2022-01-10 04:08:29 +01:00
<string name= "refresh_message_error_one" > Subscription could not be refreshed: %1$s</string>
2021-11-12 04:14:28 +01:00
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-22 21:45:43 +01:00
<string name= "main_menu_notifications_enabled" > Notifications enabled</string>
<string name= "main_menu_notifications_disabled_forever" > Notifications disabled</string>
<string name= "main_menu_notifications_disabled_until" > Notifications disabled until %1$s</string>
2021-12-31 01:34:25 +01:00
<string name= "main_menu_settings_title" > Settings</string>
2021-11-15 13:57:35 +01:00
<string name= "main_menu_source_title" > Report a bug</string>
2022-01-01 16:56:18 +01:00
<string name= "main_menu_source_url" > https://github.com/binwiederhier/ntfy/issues</string>
2021-10-28 14:28:22 +02:00
<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-22 21:45:43 +01:00
<string name= "main_action_mode_delete_dialog_message" >
2021-11-25 15:26:37 +01:00
Do you really want to unsubscribe from the selected topic(s) and
permanently delete all the notifications you received?
2021-11-21 20:54:13 +01:00
</string>
2021-11-03 17:48:13 +01:00
<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-12-30 14:23:47 +01:00
<string name= "main_item_status_unified_push" > %1$s (UnifiedPush)</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-22 21:45:43 +01:00
<string name= "main_how_to_intro" >
Click the button below to create or subscribe to a topic. After that, you can send
2021-11-21 20:54:13 +01:00
messages via PUT or POST and you\'ll receive notifications on your phone.
</string>
2021-12-31 01:34:25 +01:00
<string name= "main_how_to_link" > For more detailed instructions, check out the ntfy.sh website and documentation.
</string>
2021-12-30 17:03:49 +01:00
<string name= "main_unified_push_toast" > This subscription is managed by %1$s via UnifiedPush</string>
2021-10-28 04:25:02 +02:00
<!-- Add dialog -->
<string name= "add_dialog_title" > Subscribe to topic</string>
2021-11-22 21:45:43 +01:00
<string name= "add_dialog_description_below" >
Topics are not password-protected, so choose a name that\'s not easy to
2021-11-21 20:54:13 +01:00
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" >
2021-11-25 21:45:12 +01:00
You can subscribe to topics from your own server. This option requires a foreground service and
consumes more power, but also delivers notifications faster (even in doze mode).
2021-11-14 01:26:37 +01:00
</string>
2022-01-13 05:38:50 +01:00
<string name= "add_dialog_use_another_server_description_noinstant" >
You can subscribe to topics from your own server. Simply type in the base
URL of your server.
</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-26 21:51:05 +01:00
<string name= "detail_deep_link_subscribed_toast_message" > Subscribed to topic %1$s</string>
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-12-31 01:34:25 +01:00
<string name= "detail_how_to_intro" > To send notifications to this topic, simply PUT or POST to the topic URL.
</string>
2021-11-01 17:12:36 +01:00
<string name= "detail_how_to_example" > <![CDATA[ Example (using curl):<br/><tt>$ curl -d \"Hi\" %1$s</tt> ]]> </string>
2021-12-31 01:34:25 +01:00
<string name= "detail_how_to_link" > For more detailed instructions, check out the ntfy.sh website and documentation.
</string>
<string name= "detail_clear_dialog_message" > Do you really want to delete all of the notifications in this topic?
</string>
2021-11-25 15:26:37 +01:00
<string name= "detail_clear_dialog_permanently_delete" > Permanently delete</string>
<string name= "detail_clear_dialog_cancel" > Cancel</string>
<string name= "detail_delete_dialog_message" >
Do you really want to unsubscribe from this topic and delete all of the
notifications you received?
2021-11-21 20:54:13 +01:00
</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-27 22:18:09 +01:00
<string name= "detail_test_title" > Test: You can set a title if you like</string>
2021-12-31 01:34:25 +01:00
<string name= "detail_test_message" > This is a test notification from the Ntfy Android app. It has a priority of %1$d.
If you send another one, it may look different.
</string>
2021-11-01 14:57:05 +01:00
<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-24 22:12:51 +01:00
<string name= "detail_instant_info" > Instant delivery is enabled</string>
2021-11-29 01:28:58 +01:00
<string name= "detail_item_tags" > Tags: %1$s</string>
2022-01-10 04:08:29 +01:00
<string name= "detail_item_menu_open" > Open file</string>
<string name= "detail_item_menu_browse" > Browse file</string>
2022-01-12 02:47:28 +01:00
<string name= "detail_item_menu_delete" > Delete file</string>
2022-01-10 04:08:29 +01:00
<string name= "detail_item_menu_download" > Download file</string>
2022-01-12 00:21:30 +01:00
<string name= "detail_item_menu_cancel" > Cancel download</string>
2022-01-10 04:08:29 +01:00
<string name= "detail_item_menu_copy_url" > Copy URL</string>
<string name= "detail_item_menu_copy_url_copied" > Copied URL to clipboard</string>
2022-01-10 19:46:31 +01:00
<string name= "detail_item_cannot_download" > Cannot open or download attachment. Link expired and no local file found.</string>
2022-01-11 23:00:18 +01:00
<string name= "detail_item_cannot_open" > Cannot open attachment: %1$s</string>
<string name= "detail_item_cannot_open_not_found" > Cannot open attachment: File may have been deleted, or there is no app to open the file.</string>
2022-01-12 02:47:28 +01:00
<string name= "detail_item_delete_failed" > Cannot delete attachment: %1$s</string>
2022-01-11 23:00:18 +01:00
<string name= "detail_item_download_failed" > Attachment download failed: %1$s</string>
<string name= "detail_item_download_info_not_downloaded" > not downloaded</string>
<string name= "detail_item_download_info_not_downloaded_expired" > not downloaded, link expired</string>
<string name= "detail_item_download_info_not_downloaded_expires_x" > not downloaded, expires %1$s</string>
<string name= "detail_item_download_info_downloading_x_percent" > %1$d%% downloaded</string>
<string name= "detail_item_download_info_deleted" > deleted</string>
<string name= "detail_item_download_info_deleted_expired" > deleted, link expired</string>
<string name= "detail_item_download_info_deleted_expires_x" > deleted, link expires %1$s</string>
<string name= "detail_item_download_info_download_failed" > download failed</string>
2021-10-31 20:19:25 +01:00
<!-- Detail activity: Action bar -->
2021-11-22 21:45:43 +01:00
<string name= "detail_menu_notifications_enabled" > Notifications enabled</string>
<string name= "detail_menu_notifications_disabled_forever" > Notifications disabled</string>
<string name= "detail_menu_notifications_disabled_until" > Notifications disabled until %1$s</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-25 15:26:37 +01:00
<string name= "detail_menu_instant_info" > Instant delivery enabled</string>
2021-11-21 20:54:13 +01:00
<string name= "detail_menu_test" > Send test notification</string>
<string name= "detail_menu_copy_url" > Copy topic address</string>
2021-11-25 15:26:37 +01:00
<string name= "detail_menu_clear" > Clear all notifications</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>
2021-11-25 15:26:37 +01:00
<string name= "detail_action_mode_delete_dialog_message" >
Do you really want to permanently delete the selected notification(s)?
2021-11-21 20:54:13 +01:00
</string>
2021-11-03 18:56:08 +01:00
<string name= "detail_action_mode_delete_dialog_permanently_delete" > Permanently delete</string>
<string name= "detail_action_mode_delete_dialog_cancel" > Cancel</string>
2021-11-21 20:54:13 +01:00
<!-- Notification dialog -->
2021-11-22 21:45:43 +01:00
<string name= "notification_dialog_title" > Pause notifications</string>
2021-11-21 20:54:13 +01:00
<string name= "notification_dialog_cancel" > Cancel</string>
<string name= "notification_dialog_save" > Save</string>
<string name= "notification_dialog_enabled_toast_message" > Notifications re-enabled</string>
<string name= "notification_dialog_muted_forever_toast_message" > Notifications are now paused</string>
2021-11-22 21:45:43 +01:00
<string name= "notification_dialog_muted_until_toast_message" > Notifications are now paused until %1$s</string>
<string name= "notification_dialog_30min" > 30 minutes</string>
<string name= "notification_dialog_1h" > 1 hour</string>
<string name= "notification_dialog_2h" > 2 hours</string>
<string name= "notification_dialog_8h" > 8 hours</string>
<string name= "notification_dialog_tomorrow" > Until tomorrow</string>
<string name= "notification_dialog_forever" > Forever</string>
2021-12-31 01:34:25 +01:00
2022-01-09 03:32:43 +01:00
<!-- Notification popup -->
<string name= "notification_popup_action_open" > Open</string>
<string name= "notification_popup_action_browse" > Browse</string>
2022-01-11 23:00:18 +01:00
<string name= "notification_popup_action_download" > Download</string>
2022-01-12 00:21:30 +01:00
<string name= "notification_popup_action_cancel" > Cancel</string>
2022-01-11 23:00:18 +01:00
<string name= "notification_popup_file" > %1$s\nFile: %2$s</string>
<string name= "notification_popup_file_downloading" > Downloading %1$s, %2$d%%\n%3$s</string>
<string name= "notification_popup_file_download_successful" > %1$s\nFile: %2$s, download successful</string>
<string name= "notification_popup_file_download_failed" > %1$s\nFile: %2$s, download failed</string>
2022-01-09 03:32:43 +01:00
2021-12-31 01:34:25 +01:00
<!-- Settings -->
<string name= "settings_title" > Settings</string>
2022-01-01 13:42:00 +01:00
<string name= "settings_notifications_header" > Notifications</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_notifications_muted_until_key" > MutedUntil</string>
2022-01-01 13:42:00 +01:00
<string name= "settings_notifications_muted_until_title" > Pause notifications</string>
<string name= "settings_notifications_muted_until_enabled" > All notifications will be displayed</string>
<string name= "settings_notifications_muted_until_disabled_forever" > Notifications muted until re-enabled</string>
<string name= "settings_notifications_muted_until_disabled_until" > Notifications muted until %1$s</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_notifications_min_priority_key" > MinPriority</string>
<string name= "settings_notifications_min_priority_title" > Minimum priority</string>
<string name= "settings_notifications_min_priority_summary_any" > Notifications of all priorities are shown</string>
<string name= "settings_notifications_min_priority_summary_x_or_higher" > Show notifications if priority is %1$d (%2$s) or higher</string>
<string name= "settings_notifications_min_priority_summary_max" > Show notifications if priority is 5 (max)</string>
<string name= "settings_notifications_min_priority_min" > Any priority</string>
<string name= "settings_notifications_min_priority_low" > Low priority and higher</string>
<string name= "settings_notifications_min_priority_default" > Default priority and higher</string>
<string name= "settings_notifications_min_priority_high" > High priority and higher</string>
<string name= "settings_notifications_min_priority_max" > Only max priority</string>
2022-01-10 04:08:29 +01:00
<string name= "settings_notifications_auto_download_key" > AutoDownload</string>
<string name= "settings_notifications_auto_download_title" > Auto download attachments</string>
2022-01-12 01:37:34 +01:00
<string name= "settings_notifications_auto_download_summary_always" > Attachments are always downloaded automatically</string>
<string name= "settings_notifications_auto_download_summary_never" > Attachments are never downloaded automatically</string>
<string name= "settings_notifications_auto_download_summary_smaller_than_x" > Attachments up to %1$s are downloaded automatically</string>
<string name= "settings_notifications_auto_download_never" > Never download automatically</string>
<string name= "settings_notifications_auto_download_always" > Always download automatically</string>
<string name= "settings_notifications_auto_download_100k" > If smaller than 100 KB</string>
<string name= "settings_notifications_auto_download_500k" > If smaller than 500 KB</string>
<string name= "settings_notifications_auto_download_1m" > If smaller than 1 MB</string>
<string name= "settings_notifications_auto_download_5m" > If smaller than 5 MB</string>
<string name= "settings_notifications_auto_download_10m" > If smaller than 10 MB</string>
<string name= "settings_notifications_auto_download_50m" > If smaller than 50 MB</string>
2021-12-31 01:34:25 +01:00
<string name= "settings_unified_push_header" > UnifiedPush</string>
<string name= "settings_unified_push_header_summary" > Allows other apps to use ntfy as a message distributor. Find out more at unifiedpush.org.</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_unified_push_enabled_key" > UnifiedPushEnabled</string>
2022-01-01 17:09:00 +01:00
<string name= "settings_unified_push_enabled_title" > Allow distributor use</string>
2021-12-31 01:34:25 +01:00
<string name= "settings_unified_push_enabled_summary_on" > Apps can use ntfy as distributor</string>
<string name= "settings_unified_push_enabled_summary_off" > Apps cannot use ntfy as distributor</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_unified_push_base_url_key" > UnifiedPushBaseURL</string>
2021-12-31 01:34:25 +01:00
<string name= "settings_unified_push_base_url_title" > Server URL</string>
<string name= "settings_unified_push_base_url_default_summary" > %1$s (default)</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_advanced_header" > Advanced</string>
2022-01-11 23:12:32 +01:00
<string name= "settings_advanced_wakelock_key" > WakelockEnabled</string>
2022-01-12 04:50:07 +01:00
<string name= "settings_advanced_wakelock_title" > Permanent wakelock</string>
<string name= "settings_advanced_wakelock_summary_enabled" > Prevents app from sleeping to ensure timely notification delivery. This consumes a lot of battery, but some devices require this.</string>
<string name= "settings_advanced_wakelock_summary_disabled" > Allows app to enter sleep mode. This may negatively impact notification delivery. It depends on the device.</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_advanced_broadcast_key" > BroadcastEnabled</string>
<string name= "settings_advanced_broadcast_title" > Broadcast messages</string>
<string name= "settings_advanced_broadcast_summary_enabled" > Apps can receive incoming notifications as broadcasts</string>
<string name= "settings_advanced_broadcast_summary_disabled" > Apps cannot receive notifications as broadcasts</string>
2021-12-31 01:34:25 +01:00
<string name= "settings_about_header" > About</string>
2022-01-01 16:56:18 +01:00
<string name= "settings_about_version_key" > Version</string>
2022-01-01 13:42:00 +01:00
<string name= "settings_about_version_title" > Version</string>
2021-12-31 01:34:25 +01:00
<string name= "settings_about_version_format" > ntfy %1$s (%2$s)</string>
2021-12-31 15:30:49 +01:00
<string name= "settings_about_version_copied_to_clipboard_message" > Copied to clipboard</string>
2021-10-25 15:01:10 +02:00
</resources>