2 <html i18n-values=
"dir:textdirection;lang:language">
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/text_defaults.css">
12 <link rel=
"stylesheet" href=
"chrome://resources/css/tabs.css">
13 <link rel=
"stylesheet" href=
"./translate_internals.css">
14 <script src=
"chrome://resources/js/util.js"></script>
15 <script src=
"chrome://resources/js/cr.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=
"chrome://resources/js/load_time_data.js"></script>
21 <script src=
"/strings.js"></script>
22 <script src=
"./translate_internals.js"></script>
30 <tab>Detection Logs
</tab>
36 <tabpanel id=
"tabpanel-prefs">
38 <include src=
"prefs.html">
42 <tabpanel id=
"tabpanel-detection-logs">
44 <include src=
"detection_logs.html">
48 <tabpanel id=
"tabpanel-error-logs">
50 <include src=
"error_logs.html">
54 <tabpanel id=
"tabpanel-event-logs">
56 <include src=
"event_logs.html">
63 <script src=
"chrome://resources/js/i18n_template2.js"></script>