Skip to content

Commit

Permalink
Add description for account notification setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Oct 1, 2024
1 parent 5881286 commit 1f4b99e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/1107.improvements
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ajout d'une description pour le paramètre de notifications du compte
2 changes: 1 addition & 1 deletion library/ui-strings/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<string name="settings_app_info_link_summary">Affiche les informations de l’application dans les paramètres système.</string>
<string name="settings_app_info_link_title">Informations sur l’application</string>
<string name="settings_enable_all_notif">Activer les notifications pour ce compte</string>
<string name="settings_enable_this_device">Activer les notifications pour cet appareil</string> <!-- Tchap: Use custom string -->
<string name="settings_enable_this_device">Activer les notifications pour cet appareil uniquement</string> <!-- Tchap: Use custom string -->
<string name="settings_messages_in_one_to_one">Messages dans les discussions</string> <!-- Tchap: Use custom string -->
<string name="settings_messages_in_group_chat">Messages dans les salons</string> <!-- Tchap: Use custom string -->
<string name="settings_call_invitations">Demandes d’appel</string> <!-- Tchap: Use custom string -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<string name="tchap_settings_hide_from_users_directory_summary">Les autres utilisateurs ne pourront pas découvrir mon compte lors de leurs recherches</string>
<string name="tchap_settings_show_external_user_in_users_directory_prompt">Pour désactiver cette option, vous devez accepter que votre adresse e\u2011mail soit visible des autres utilisateurs lors de leurs recherches.</string>
<string name="tchap_settings_notification_emails_summary">Recevez un e\u2011mail si au moins un message reste non lu pendant 72h.</string>
<string name="tchap_settings_enable_this_device_summary">Le compte correspond à tous vos appareils connectés à ${app_name}.</string>

<!-- Verification -->
<string name="tchap_verification_conclusion_not_secure">La vérification de votre nouvelle session a échoué.</string>
Expand Down
2 changes: 1 addition & 1 deletion library/ui-strings/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@

<string name="settings_notification_ringtone">Notification sound</string>
<string name="settings_enable_all_notif">Enable notifications for this account</string>
<string name="settings_enable_this_device">Enable notifications for this device</string> <!-- Tchap: Use custom string -->
<string name="settings_enable_this_device">Enable notifications for this device only</string> <!-- Tchap: Use custom string -->
<string name="settings_noisy_notifications_preferences">Configure Noisy Notifications</string>
<string name="settings_call_notifications_preferences">Configure Call Notifications</string>
<string name="settings_silent_notifications_preferences">Configure Silent Notifications</string>
Expand Down
1 change: 1 addition & 0 deletions library/ui-strings/src/main/res/values/strings_tchap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<string name="tchap_settings_hide_from_users_directory_summary">"Other users won't be able to find my account in their search results."</string>
<string name="tchap_settings_show_external_user_in_users_directory_prompt">To disable this option, you must accept that your email address is visible to the other users.</string>
<string name="tchap_settings_notification_emails_summary">Receive an email if at least one message has not been read for 72 hours.</string>
<string name="tchap_settings_enable_this_device_summary">The account corresponds to all your devices connected to ${app_name}.</string>

<!-- Verification -->
<string name="tchap_verification_conclusion_not_secure">Failed to verify your new session.</string>
Expand Down
1 change: 1 addition & 0 deletions vector/src/main/res/xml/vector_settings_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<im.vector.app.core.preference.VectorSwitchPreference
android:defaultValue="true"
android:key="SETTINGS_ENABLE_ALL_NOTIF_PREFERENCE_KEY"
android:summary="@string/tchap_settings_enable_this_device_summary"
android:title="@string/settings_enable_all_notif" />

<im.vector.app.core.preference.VectorSwitchPreference
Expand Down

0 comments on commit 1f4b99e

Please sign in to comment.