summaryrefslogtreecommitdiffstats
path: root/l10n-fr/devtools/startup
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-fr/devtools/startup')
-rw-r--r--l10n-fr/devtools/startup/aboutDevTools.ftl57
-rw-r--r--l10n-fr/devtools/startup/key-shortcuts.properties67
-rw-r--r--l10n-fr/devtools/startup/startup.properties8
3 files changed, 132 insertions, 0 deletions
diff --git a/l10n-fr/devtools/startup/aboutDevTools.ftl b/l10n-fr/devtools/startup/aboutDevTools.ftl
new file mode 100644
index 0000000000..02f0da7814
--- /dev/null
+++ b/l10n-fr/devtools/startup/aboutDevTools.ftl
@@ -0,0 +1,57 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+head-title = À propos des outils de développement
+enable-title = Activer les outils de développement de Firefox
+enable-inspect-element-title = Activez les outils de développement de Firefox pour utiliser Examiner l’élément
+enable-inspect-element-message = Examinez et modifiez le contenu HTML et CSS à l’aide de l’inspecteur des outils de développement.
+enable-about-debugging-message = Développez et déboguez des WebExtensions, des web workers, des service workers et bien plus grâce aux outils de développement de Firefox.
+enable-key-shortcut-message = Vous avez activé un raccourci vers les outils de développement. S’il s’agit d’une erreur, vous pouvez fermer cet onglet.
+enable-menu-message = Perfectionnez le contenu HTML, CSS et JavaScript de votre site web grâce à des outils comme l’Inspecteur et le Débogueur.
+enable-common-message = Les outils de développement de Firefox sont désactivés par défaut afin de vous permettre de contrôler davantage votre navigateur.
+enable-learn-more-link = En savoir plus sur les outils de développement
+enable-enable-button = Activer les outils de développement
+enable-close-button = Fermer cet onglet
+
+welcome-title = Bienvenue dans les outils de développement de Firefox !
+newsletter-title = Lettre d’information de Mozilla pour les développeurs
+newsletter-message = Recevez des actualités, des astuces et des ressources pour les développeurs, directement dans votre boîte de réception.
+newsletter-email-placeholder =
+ .placeholder = Adresse électronique
+newsletter-privacy-label = J’accepte que Mozilla utilise mes informations conformément à <a data-l10n-name="privacy-policy">cette politique de confidentialité</a>.
+newsletter-subscribe-button = S’abonner
+newsletter-thanks-title = Merci !
+newsletter-thanks-message = Si vous n’avez jamais confirmé d’abonnement à une lettre d’information liée à Mozilla, vous devrez peut-être le faire. Veuillez vérifier votre boîte de réception ou vos courriers indésirables et recherchez un message de notre part.
+
+footer-title = Firefox Developer Edition
+footer-message = Vous recherchez davantage que des outils de développement ? Découvrez le navigateur Firefox conçu spécifiquement pour les développeurs et les flux de travail modernes.
+footer-learn-more-link = En savoir plus
+
+features-learn-more = En savoir plus
+features-inspector-title = Inspecteur
+features-inspector-desc = Inspectez et affinez votre code pour obtenir une mise en page précise au pixel près. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-console-title = Console
+features-console-desc = Identifiez les problèmes liés à CSS, à JavaScript, à la sécurité ou au réseau. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-debugger-title = Débogueur
+features-debugger-desc = Un puissant débogueur JavaScript compatible avec votre infrastructure. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-network-title = Réseau
+features-network-desc = Détectez les appels réseau qui peuvent ralentir ou bloquer votre site. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-storage-title = Stockage
+features-storage-desc = Ajoutez, modifiez et supprimez le cache, les cookies, les bases de données ou les données de session. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-responsive-title = Vue adaptative
+features-responsive-desc = Testez les sites en simulant différents appareils directement dans votre navigateur. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-visual-editing-title = Édition visuelle
+features-visual-editing-desc = Réglez les animations, l’alignement et les marges de manière fine. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-performance-title = Performances
+features-performance-desc = Éliminez les goulots d’étranglement, optimisez les processus et les ressources. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-memory-title = Mémoire
+features-memory-desc = Détectez les fuites de mémoire et améliorez les performances de votre application. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+# Variables:
+# $errorDescription (String) - The error that occurred e.g. 404 - Not Found
+newsletter-error-common = Échec de la demande d’abonnement ({ $errorDescription }).
+newsletter-error-unknown = Une erreur inattendue s’est produite.
+newsletter-error-timeout = La demande d’abonnement a expiré.
+# Variables:
+# $shortcut (String) - The keyboard shortcut used for the tool
+welcome-message = Vous avez correctement activé les outils de développement. Pour débuter, explorez le menu Développement web ou ouvrez les outils via { $shortcut }.
diff --git a/l10n-fr/devtools/startup/key-shortcuts.properties b/l10n-fr/devtools/startup/key-shortcuts.properties
new file mode 100644
index 0000000000..a5bdf43188
--- /dev/null
+++ b/l10n-fr/devtools/startup/key-shortcuts.properties
@@ -0,0 +1,67 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (toggleToolbox.commandkey):
+# Key pressed to open a toolbox with the default panel selected
+toggleToolbox.commandkey=I
+
+# LOCALIZATION NOTE (toggleToolboxF12.commandkey):
+# Alternative key pressed to open a toolbox with the default panel selected
+toggleToolboxF12.commandkey=VK_F12
+
+# LOCALIZATION NOTE (browserToolbox.commandkey):
+# Key pressed to open the Browser Toolbox, used for debugging Firefox itself
+browserToolbox.commandkey=I
+
+# LOCALIZATION NOTE (browserConsole.commandkey):
+# Key pressed to open the Browser Console, used for debugging Firefox itself
+browserConsole.commandkey=J
+
+# LOCALIZATION NOTE (responsiveDesignMode.commandkey):
+# Key pressed to toggle on the Responsive Design Mode
+responsiveDesignMode.commandkey=M
+
+# LOCALIZATION NOTE (inspector.commandkey):
+# Key pressed to open a toolbox with the inspector panel selected
+inspector.commandkey=C
+
+# LOCALIZATION NOTE (webconsole.commandkey):
+# Key pressed to open a toolbox with the web console panel selected
+webconsole.commandkey=K
+
+# LOCALIZATION NOTE (jsdebugger.commandkey2):
+# Key pressed to open a toolbox with the debugger panel selected
+jsdebugger.commandkey2=Z
+
+# LOCALIZATION NOTE (netmonitor.commandkey):
+# Key pressed to open a toolbox with the network monitor panel selected
+netmonitor.commandkey=E
+
+# LOCALIZATION NOTE (styleeditor.commandkey):
+# Key pressed to open a toolbox with the style editor panel selected
+styleeditor.commandkey=VK_F7
+
+# LOCALIZATION NOTE (performance.commandkey):
+# Key pressed to open a toolbox with the performance panel selected
+performance.commandkey=VK_F5
+
+# LOCALIZATION NOTE (storage.commandkey):
+# Key pressed to open a toolbox with the storage panel selected
+storage.commandkey=VK_F9
+
+# LOCALIZATION NOTE (dom.commandkey):
+# Key pressed to open a toolbox with the DOM panel selected
+dom.commandkey=W
+
+# LOCALIZATION NOTE (accessibilityF12.commandkey):
+# Key pressed to open a toolbox with the accessibility panel selected
+accessibilityF12.commandkey=VK_F12
+
+# LOCALIZATION NOTE (profilerStartStop.commandkey):
+# Key pressed to start or stop the performance profiler
+profilerStartStop.commandkey=VK_1
+
+# LOCALIZATION NOTE (profilerCapture.commandkey):
+# Key pressed to capture a recorded performance profile
+profilerCapture.commandkey=VK_2
diff --git a/l10n-fr/devtools/startup/startup.properties b/l10n-fr/devtools/startup/startup.properties
new file mode 100644
index 0000000000..2c786e93fc
--- /dev/null
+++ b/l10n-fr/devtools/startup/startup.properties
@@ -0,0 +1,8 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (enableDevTools.label):
+# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled.
+enableDevTools.label=Activer les outils de développement…
+enableDevTools.accesskey=o