Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Make it clear data will also be disabled, and that it will be done au…
Browse files Browse the repository at this point in the history
…tomatically
  • Loading branch information
bmaupin committed Feb 18, 2015
1 parent 5c3dfef commit 2523b12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<string name="pref_summary_auto_delete" msgid="7719538116486177613">"Supprimer lorsque les limites suivantes sont atteintes"</string>
<string name="pref_summary_delete_limit" msgid="597128041393045216">"<xliff:g id="COUNT">%1$s</xliff:g> messages par conversation"</string>
<string name="pref_summary_mms_group_mms" msgid="2266928687440696745">"Utiliser un MMS pour envoyer un message unique à plusieurs destinataires"</string>
<string name="pref_summary_mms_enable_data">Activer automatiquement les données mobiles lors d\'envoi et réception des MMS</string>
<string name="pref_summary_mms_enable_data">Activer/désactiver automatiquement les données mobiles lors d\'envoi et réception des MMS</string>
<string name="pref_title_manage_sim_messages" msgid="7820895261757881177">"Gestion messages carte SIM"</string>
<string name="pref_title_mms_delivery_reports" msgid="6666857926679451910">"Accusé de réception"</string>
<string name="pref_title_mms_group_mms" msgid="1251698526583908432">"Messagerie de groupe"</string>
Expand All @@ -181,7 +181,7 @@
<string name="pref_title_notification_enabled" msgid="9118792213953729414">"Notifications"</string>
<string name="pref_title_notification_vibrateWhen" msgid="4251208067092761057">"Vibreur"</string>
<string name="pref_title_notification_ringtone" msgid="8667533917574559659">"Sonnerie"</string>
<string name="pref_title_mms_enable_data">Activer les données mobiles</string>
<string name="pref_title_mms_enable_data">Activer/désactiver les données</string>
<string name="pref_messages_to_save" msgid="3202539743892934926">"Définir le nombre de messages à enregistrer"</string>
<string name="silent_ringtone" msgid="7981237991326592780">"Mode silencieux"</string>
<string name="pref_title_mms_auto_retrieval" msgid="4021878285474431355">"Récupération auto"</string>
Expand Down
4 changes: 2 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@
<!-- Settings item description for boolean MMS auto-retrieve while roaming option -->
<string name="pref_summary_mms_retrieval_during_roaming">Automatically retrieve messages while roaming</string>

<string name="pref_summary_mms_enable_data">Enable mobile data automatically when sending/receiving MMS messages</string>
<string name="pref_title_mms_enable_data">Enable mobile data</string>
<string name="pref_summary_mms_enable_data">Automatically enable/disable mobile data when sending/receiving MMS messages</string>
<string name="pref_title_mms_enable_data">Automatically enable data</string>

<!-- Confirm Delete -->
<!-- Delete confirmation dialog title -->
Expand Down

0 comments on commit 2523b12

Please sign in to comment.