Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: tools/gritsettings/translation_expectations.pyl

Issue 2927803002: Add the new content widget including localised title. (Closed)
Patch Set: comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 # 10 #
(...skipping 19 matching lines...) Expand all
30 "components/components_chromium_strings.grd", 30 "components/components_chromium_strings.grd",
31 "components/components_google_chrome_strings.grd", 31 "components/components_google_chrome_strings.grd",
32 "components/components_strings.grd", 32 "components/components_strings.grd",
33 "components/policy/resources/policy_templates.grd", 33 "components/policy/resources/policy_templates.grd",
34 "content/app/strings/content_strings.grd", 34 "content/app/strings/content_strings.grd",
35 "device/bluetooth/bluetooth_strings.grd", 35 "device/bluetooth/bluetooth_strings.grd",
36 "extensions/strings/extensions_strings.grd", 36 "extensions/strings/extensions_strings.grd",
37 "ios/chrome/app/strings/ios_chromium_strings.grd", 37 "ios/chrome/app/strings/ios_chromium_strings.grd",
38 "ios/chrome/app/strings/ios_google_chrome_strings.grd", 38 "ios/chrome/app/strings/ios_google_chrome_strings.grd",
39 "ios/chrome/app/strings/ios_strings.grd", 39 "ios/chrome/app/strings/ios_strings.grd",
40 "ios/chrome/content_widget_extension/strings/ios_content_widget_extension_ chromium_strings.grd",
41 "ios/chrome/content_widget_extension/strings/ios_content_widget_extension_ google_chrome_strings.grd",
40 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_st rings.grd", 42 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_st rings.grd",
41 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_ch romium_strings.grd", 43 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_ch romium_strings.grd",
42 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_go ogle_chrome_strings.grd", 44 "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_go ogle_chrome_strings.grd",
43 "ios/chrome/share_extension/strings/ios_share_extension_strings.grd", 45 "ios/chrome/share_extension/strings/ios_share_extension_strings.grd",
44 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd", 46 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd",
45 "remoting/resources/remoting_strings.grd", 47 "remoting/resources/remoting_strings.grd",
46 "third_party/libaddressinput/chromium/address_input_strings.grd", 48 "third_party/libaddressinput/chromium/address_input_strings.grd",
47 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd" , 49 "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd" ,
48 "ui/chromeos/ui_chromeos_strings.grd", 50 "ui/chromeos/ui_chromeos_strings.grd",
49 "ui/strings/ui_strings.grd", 51 "ui/strings/ui_strings.grd",
(...skipping 30 matching lines...) Expand all
80 "tools/grit/grit/testdata/buildinfo.grd": "Test data", 82 "tools/grit/grit/testdata/buildinfo.grd": "Test data",
81 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", 83 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data",
82 "tools/grit/grit/testdata/substitute.grd": "Test data", 84 "tools/grit/grit/testdata/substitute.grd": "Test data",
83 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", 85 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data",
84 "tools/grit/grit/testdata/substitute_tmpl.grd": "Test data", 86 "tools/grit/grit/testdata/substitute_tmpl.grd": "Test data",
85 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", 87 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data",
86 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", 88 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data",
87 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately" , 89 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately" ,
88 }, 90 },
89 } 91 }
OLDNEW
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698