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

Side by Side Diff: ui/strings/ui_strings.grd

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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 | « ui/gfx/test/fontconfig_util_linux.cc ('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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
11 your own for your various languages. See the user's guide 11 your own for your various languages. See the user's guide
12 (http://wiki/Main/GritUsersGuide) for more details. 12 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user s-guide)
13 for more details.
13 Note that all output references are relative to the output directory 14 Note that all output references are relative to the output directory
14 which is specified at build time. --> 15 which is specified at build time. -->
15 <output filename="grit/ui_strings.h" type="rc_header"> 16 <output filename="grit/ui_strings.h" type="rc_header">
16 <emit emit_type='prepend'></emit> 17 <emit emit_type='prepend'></emit>
17 </output> 18 </output>
18 <output filename="ui_strings_am.pak" type="data_package" lang="am" /> 19 <output filename="ui_strings_am.pak" type="data_package" lang="am" />
19 <output filename="ui_strings_ar.pak" type="data_package" lang="ar" /> 20 <output filename="ui_strings_ar.pak" type="data_package" lang="ar" />
20 <output filename="ui_strings_bg.pak" type="data_package" lang="bg" /> 21 <output filename="ui_strings_bg.pak" type="data_package" lang="bg" />
21 <output filename="ui_strings_bn.pak" type="data_package" lang="bn" /> 22 <output filename="ui_strings_bn.pak" type="data_package" lang="bn" />
22 <output filename="ui_strings_ca.pak" type="data_package" lang="ca" /> 23 <output filename="ui_strings_ca.pak" type="data_package" lang="ca" />
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 </message> 691 </message>
691 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query"> 692 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query">
692 Speak now 693 Speak now
693 </message> 694 </message>
694 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error."> 695 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error.">
695 No internet connection 696 No internet connection
696 </message> 697 </message>
697 </messages> 698 </messages>
698 </release> 699 </release>
699 </grit> 700 </grit>
OLDNEW
« no previous file with comments | « ui/gfx/test/fontconfig_util_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698