cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / tools / gritsettings / translation_expectations.pyl
blobfd4494ae38e3bedcbefed0651aae4d47451ed3d1
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Specifies which grd files should be translated and into which languages they
6 # should be translated. Used by the internal translation process.
8   "desktop_grds": {
9     "languages": [
10       "am", "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en-GB", "es",
11       "es-419", "et", "fa", "fi", "fil", "fr", "gu", "hi", "hr", "hu", "id",
12       "it", "iw", "ja", "kn", "ko", "lt", "lv", "ml", "mr", "ms", "nl", "no",
13       "pl", "pt-BR", "pt-PT", "ro", "ru", "sk", "sl", "sr", "sv", "sw", "ta",
14       "te", "th", "tr", "uk", "vi", "zh-CN", "zh-TW",
15     ],
16     "files": [
17       "android_webview/ui/aw_strings.grd",
18       "ash/ash_strings.grd",
19       "chrome/app/address_input_strings.grd",
20       "chrome/app/chromium_strings.grd",
21       "chrome/app/generated_resources.grd",
22       "chrome/app/google_chrome_strings.grd",
23       "chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd",
24       "components/components_chromium_strings.grd",
25       "components/components_google_chrome_strings.grd",
26       "components/components_strings.grd",
27       "components/policy/resources/policy_templates.grd",
28       "content/app/strings/content_strings.grd",
29       "device/bluetooth/bluetooth_strings.grd",
30       "extensions/extensions_strings.grd",
31       "ios/chrome/app/strings/ios_chromium_strings.grd",
32       "ios/chrome/app/strings/ios_google_chrome_strings.grd",
33       "ios/chrome/app/strings/ios_strings.grd",
34       "remoting/resources/remoting_strings.grd",
35       "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd",
36       "ui/chromeos/ui_chromeos_strings.grd",
37       "ui/strings/ui_strings.grd",
38     ],
39   },
40   "android_grds": {
41     "languages": [
42       "am", "ar", "bg", "ca", "cs", "da", "de", "el", "en-GB", "es", "es-419",
43       "fa", "fi", "fil", "fr", "hi", "hr", "hu", "id", "it", "iw", "ja", "ko",
44       "lt", "lv", "nl", "no", "pl", "pt-BR", "pt-PT", "ro", "ru", "sk", "sl",
45       "sr", "sv", "sw", "th", "tr", "uk", "vi", "zh-CN", "zh-TW",
46     ],
47     "files": [
48       "android_webview/java/strings/android_webview_strings.grd",
49       "chrome/android/java/strings/android_chrome_strings.grd",
50       "content/public/android/java/strings/android_content_strings.grd",
51       "ui/android/java/strings/android_ui_strings.grd",
52     ],
53   },
54   # Grd files that contain <message> or <translations> elements, but that
55   # shouldn't be translated as part of the normal translation process. Each
56   # entry needs an explanation for why it shouldn't be translated.
57   "untranslated_grds": {
58     "chrome/app/resources/locale_settings.grd": "Not UI strings; localized separately",
59     "chrome/app/resources/locale_settings_chromiumos.grd": "Not UI strings; localized separately",
60     "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings; localized separately",
61     "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized separately",
62     "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized separately",
63     "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized separately",
64     "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localized separately",
65     "cloud_print/service/win/service_resources.grd": "Separate release process",
66     "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": "Separate release process",
67     "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately",
68   },