2 <html i18n-values=
"dir:textdirection">
4 Copyright 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
10 <title>Translate Internals
</title>
11 <link rel=
"stylesheet" href=
"chrome://resources/css/tabs.css">
12 <link rel=
"stylesheet" href=
"./translate_internals.css">
13 <script src=
"chrome://resources/js/util.js"></script>
14 <script src=
"chrome://resources/js/cr.js"></script>
15 <script src=
"chrome://resources/js/i18n_template.js"></script>
16 <script src=
"chrome://resources/js/cr/event_target.js"></script>
17 <script src=
"chrome://resources/js/cr/ui.js"></script>
18 <script src=
"chrome://resources/js/cr/ui/tabs.js"></script>
19 <script src=
"chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
20 <script src=
"/strings.js"></script>
21 <script src=
"./translate_internals.js"></script>
24 <body i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
29 <tab>Detection Logs
</tab>
35 <tabpanel id=
"tabpanel-prefs">
37 <include src=
"prefs.html"/>
41 <tabpanel id=
"tabpanel-detection-logs">
43 <include src=
"detection_logs.html"/>
47 <tabpanel id=
"tabpanel-error-logs">
49 <include src=
"error_logs.html"/>
53 <tabpanel id=
"tabpanel-event-logs">
55 <include src=
"event_logs.html"/>
62 <script src=
"chrome://resources/js/i18n_template.js"></script>
63 <script src=
"chrome://resources/js/i18n_process.js"></script>
64 <script src=
"chrome://resources/js/jstemplate_compiled.js"></script>