--- a/devtools/client/toolbox.dtd
+++ b/devtools/client/toolbox.dtd
@@ -157,16 +157,21 @@
- label for the checkbox that toggles timestamps in the Web Console -->
<!ENTITY options.timestampMessages.label "Activer l’horodatage">
<!ENTITY options.timestampMessages.tooltip "Si vous activez cette option, les commandes et les sorties dans la console web afficheront l’horodatage">
<!-- LOCALIZATION NOTE (options.debugger.label): This is the label for the
- heading of the group of Debugger preferences in the options panel. -->
<!ENTITY options.debugger.label "Débogueur">
+<!-- LOCALIZATION NOTE (options.sourceMap.label): This is the
+ - label for the checkbox that toggles source maps in the Debugger -->
+<!ENTITY options.sourceMaps.label "Activer les liens vers les sources">
+<!ENTITY options.sourceMaps.tooltip "Si vous activez cette option, les sources seront accessibles depuis le débogueur et la console">
+
<!-- LOCALIZATION NOTE (options.styleeditor.label): This is the label for the
- heading of the group of Style Editor preferences in the options
- panel. -->
<!ENTITY options.styleeditor.label "Éditeur de style">
<!-- LOCALIZATION NOTE (options.stylesheetSourceMaps.label): This is the
- label for the checkbox that toggles showing original sources in the Style Editor -->
<!ENTITY options.stylesheetSourceMaps.label "Afficher les sources originales">