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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1140053003: Refactoring: Moving the SafeJsonParser to its own component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Localized string, build fixes Created 5 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 </message> 120 </message>
121 <message name="IDS_MORE" desc="Generic label for a button to show more ite ms or options. [CHAR-LIMIT=20]"> 121 <message name="IDS_MORE" desc="Generic label for a button to show more ite ms or options. [CHAR-LIMIT=20]">
122 More 122 More
123 </message> 123 </message>
124 <message name="IDS_CLOSE" desc="Content description for a button to close a dialog or popup" > 124 <message name="IDS_CLOSE" desc="Content description for a button to close a dialog or popup" >
125 Close 125 Close
126 </message> 126 </message>
127 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f eature. [CHAR-LIMIT=32]"> 127 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f eature. [CHAR-LIMIT=32]">
128 No Thanks 128 No Thanks
129 </message> 129 </message>
130 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
Robert Sesek 2015/05/26 19:39:27 Why is this here, instead of using the component_s
Eran Messeri 2015/05/28 13:54:27 Seems to be not enough to have it there? I'll look
131 JSON Parser
132 </message>
130 133
131 <!-- Main Preferences --> 134 <!-- Main Preferences -->
132 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 135 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
133 Settings 136 Settings
134 </message> 137 </message>
135 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]"> 138 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
136 Help &amp; feedback 139 Help &amp; feedback
137 </message> 140 </message>
138 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy."> 141 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
139 Managed by your administrator 142 Managed by your administrator
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1521 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1519 Pause 1522 Pause
1520 </message> 1523 </message>
1521 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1524 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1522 Stop 1525 Stop
1523 </message> 1526 </message>
1524 1527
1525 </messages> 1528 </messages>
1526 </release> 1529 </release>
1527 </grit> 1530 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698