Introduce the ability to change the app icon.

This commit is contained in:
Nicholas
2023-05-18 19:02:05 -04:00
committed by Greyson Parrelli
parent 7a555d127f
commit c963e99dca
67 changed files with 2697 additions and 50 deletions

View File

@@ -24,6 +24,15 @@
<string name="save">Save</string>
<string name="note_to_self">Note to Self</string>
<!-- Alternate label for the Signal Application in the device's home screen launcher -->
<string name="app_icon_label_weather">Weather</string>
<!-- Alternate label for the Signal Application in the device's home screen launcher -->
<string name="app_icon_label_notes">Notes</string>
<!-- Alternate label for the Signal Application in the device's home screen launcher -->
<string name="app_icon_label_news">News</string>
<!-- Alternate label for the Signal Application in the device's home screen launcher -->
<string name="app_icon_label_waves">Waves</string>
<!-- AlbumThumbnailView -->
<string name="AlbumThumbnailView_plus" translatable="false">\+%d</string>
@@ -2884,6 +2893,28 @@
<string name="preferences__appearance">Appearance</string>
<string name="preferences__theme">Theme</string>
<string name="preferences__chat_color_and_wallpaper">Chat color &amp; wallpaper</string>
<!-- Clickable settings text allowing the user to change the icon visible on their phone's home screen. -->
<string name="preferences__app_icon">App Icon</string>
<!-- Approval for changing the app icon. -->
<string name="preferences__app_icon_dialog_ok">OK</string>
<!-- Cancelling the operation of changing the app icon. -->
<string name="preferences__app_icon_dialog_cancel">Cancel</string>
<!-- Title for the confirmation dialog of changing the app icon. -->
<string name="preferences__app_icon_dialog_title">Change app icon and name to \"%1$s\"</string>
<!-- Description for the confirmation dialog of changing the app icon. -->
<string name="preferences__app_icon_dialog_description">Signal will need to close to change the app icon and name. Notifications will always display the default Signal icon and name.</string>
<!-- Visible warning label for the limitations of changing the app icon with learn more call to action. -->
<string name="preferences__app_icon_warning_learn_more">Select an app icon and name, which will be visible on your phone\'s home screen and app drawer. Notifications will always display the default Signal icon and name. Learn\u00A0more</string>
<!-- Visible warning label for the limitations of changing the app icon. -->
<string name="preferences__app_icon_warning">App icons and names are visible on the home screen and app drawer.</string>
<!-- Visible warning label explaining that changing the app icon and name does not affect notifications. -->
<string name="preferences__app_icon_notification_warning">Notifications will always display the default Signal icon and name.</string>
<!--Call to action to get more information about the limitations of the change app icon functionality. -->
<string name="preferences__app_icon_learn_more">Learn\u00A0more</string>
<!--Text description of the app icon option for visually impaired users. -->
<string name="preferences__app_icon_content_description">Icon for %1$s</string>
<!--Text description of a graphic illustrating the limitations of the app icon change. -->
<string name="preferences__graphic_illustrating_where_the_replacement_app_icon_will_be_visible">Graphic illustrating where the replacement app icon will be visible.</string>
<string name="preferences__disable_pin">Disable PIN</string>
<string name="preferences__enable_pin">Enable PIN</string>
<string name="preferences__if_you_disable_the_pin_you_will_lose_all_data">If you disable the PIN, you will lose all data when you re-register Signal unless you manually back up and restore. You can not turn on Registration Lock while the PIN is disabled.</string>