Change add_channel_dialog_content to add new documentation

This commit is contained in:
Undercut0150 2024-03-10 07:28:26 +00:00 committed by S1m
parent c8652cfee6
commit ba59e8227a

View File

@ -47,7 +47,7 @@
<string name="dialog_no">NO</string>
<string name="dialog_unregistering_title">Unregistering</string>
<string name="dialog_unregistering_content">Are you sure to unregister %d app(s)?</string>
<string name="add_channel_dialog_content"><![CDATA[This creates an endpoint to which you can push to be notified on your phone. For example, it can be used to find out when a script fails. This is not related to UnifiedPush.<br><br>Long press on the channel to copy the endpoint<br><br><h3>Title:</h3>]]></string>
<string name="add_channel_dialog_content"><![CDATA[Notification channels are an endpoint that you can use to create custom push notifications for services outside of UnifiedPush, such as a script failures or ssh logins. After creating a channel, long tap it to copy its endpoint URL. Example scripts are provided <a href="https://codeberg.org/NextPush/nextpush-android/src/branch/main/notification_channel_examples.md"here</a><br><br><h4>Give your notification a Title:</h4>]]></string>
<string name="local_notif_title">(Notif) %s</string>
<string name="local_notif_description">Push to be notified. Not related to UnifiedPush: messages aren\'t forwarded to any other app.</string>
<string name="copy_endpoint">Copy Endpoint</string>