diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-06-04 09:20:09 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-06-04 09:20:09 -0700 |
commit | 08a7f2a09e857e3beb3b17943b947137f88d7383 (patch) | |
tree | 1b36f672ce71673f535aa228fa97b95369058380 | |
parent | 7f6aa6283ae759c5b013c142be036617cf79f725 (diff) | |
parent | df1b83e81e70de01e80e668e1f6757e382690e40 (diff) | |
download | packages_apps_settings-08a7f2a09e857e3beb3b17943b947137f88d7383.zip packages_apps_settings-08a7f2a09e857e3beb3b17943b947137f88d7383.tar.gz packages_apps_settings-08a7f2a09e857e3beb3b17943b947137f88d7383.tar.bz2 |
Merge change 3082 into donut
* changes:
Removing empty b tag in string (that leaves a big multi-line warning in each build).
-rw-r--r-- | res/values-fr/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 22eec83..80fa2ec 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -534,7 +534,7 @@ <string name="skip_button_label">"Annuler"</string> <string name="next_button_label">"Suivant"</string> <string name="lock_title">"Sécurisation de votre téléphone"</string> - <string name="lock_intro_message"><font size="17">"Protégez votre téléphone contre toute utilisation non autorisée en créant un motif personnel de déverrouillage de l\'écran."\n<font height="17">\n</font><b>"1"</b>" L\'écran suivant vous présente un exemple de motif. "\n<font height="17">\n</font><b>"2"</b>" Lorsque vous êtes prêt, dessinez votre propre motif de déverrouillage. Essayez différents motifs, mais reliez au moins quatre points."\n<font height="17">\n</font><b></b>"Reproduisez votre motif pour confirmer."\n<font height="17">\n</font><b>"Pour commencer, sélectionnez \"Suivant\"."</b>\n<font height="3">\n</font>"Si vous ne souhaitez pas activer cette protection, sélectionnez \"Annuler\"."</font></string> + <string name="lock_intro_message"><font size="17">"Protégez votre téléphone contre toute utilisation non autorisée en créant un motif personnel de déverrouillage de l\'écran."\n<font height="17">\n</font><b>"1"</b>" L\'écran suivant vous présente un exemple de motif. "\n<font height="17">\n</font><b>"2"</b>" Lorsque vous êtes prêt, dessinez votre propre motif de déverrouillage. Essayez différents motifs, mais reliez au moins quatre points."\n<font height="17">\n</font>"Reproduisez votre motif pour confirmer."\n<font height="17">\n</font><b>"Pour commencer, sélectionnez \"Suivant\"."</b>\n<font height="3">\n</font>"Si vous ne souhaitez pas activer cette protection, sélectionnez \"Annuler\"."</font></string> <string name="lock_example_title">"Exemple de motif"</string> <string name="lock_example_message">"Reliez au moins quatre points."\n" "\n"Sélectionnez \"Suivant\" lorsque vous voulez créer votre propre motif."</string> <string name="manageapplications_settings_title">"Gérer les applications"</string> |