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

Side by Side Diff: content/app/strings/content_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
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 content that 4 each locale. Specifically, these are UI strings that are used by content that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <!-- Some of these strings and string descriptions were taken from 7 <!-- Some of these strings and string descriptions were taken from
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license
9 below: 9 below:
10 10
(...skipping 21 matching lines...) Expand all
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */ 34 */
35 --> 35 -->
36 36
37 <grit base_dir="." latest_public_release="0" current_release="1" 37 <grit base_dir="." latest_public_release="0" current_release="1"
38 source_lang_id="en" enc_check="möl"> 38 source_lang_id="en" enc_check="möl">
39 <outputs> 39 <outputs>
40 <!-- TODO add each of your output files. Modify the three below, and add 40 <!-- TODO add each of your output files. Modify the three below, and add
41 your own for your various languages. See the user's guide 41 your own for your various languages. See the user's guide
42 (http://wiki/Main/GritUsersGuide) for more details. 42 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user s-guide)
43 for more details.
43 Note that all output references are relative to the output directory 44 Note that all output references are relative to the output directory
44 which is specified at build time. --> 45 which is specified at build time. -->
45 <output filename="grit/content_strings.h" type="rc_header"> 46 <output filename="grit/content_strings.h" type="rc_header">
46 <emit emit_type='prepend'></emit> 47 <emit emit_type='prepend'></emit>
47 </output> 48 </output>
48 <output filename="content_strings_am.pak" type="data_package" lang="am" /> 49 <output filename="content_strings_am.pak" type="data_package" lang="am" />
49 <output filename="content_strings_ar.pak" type="data_package" lang="ar" /> 50 <output filename="content_strings_ar.pak" type="data_package" lang="ar" />
50 <output filename="content_strings_bg.pak" type="data_package" lang="bg" /> 51 <output filename="content_strings_bg.pak" type="data_package" lang="bg" />
51 <output filename="content_strings_bn.pak" type="data_package" lang="bn" /> 52 <output filename="content_strings_bn.pak" type="data_package" lang="bn" />
52 <output filename="content_strings_ca.pak" type="data_package" lang="ca" /> 53 <output filename="content_strings_ca.pak" type="data_package" lang="ca" />
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters). 687 Please lengthen this text to <ph name="MIN_CHARACTERS">$2<ex>101</ex></p h> characters or more (you are currently using <ph name="CURRENT_LENGTH">$1<ex>1 00</ex></ph> characters).
687 </message> 688 </message>
688 689
689 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load"> 690 <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plugin failed to load">
690 Couldn't load plugin. 691 Couldn't load plugin.
691 </message> 692 </message>
692 693
693 </messages> 694 </messages>
694 </release> 695 </release>
695 </grit> 696 </grit>
OLDNEW
« no previous file with comments | « components/update_client/update_response.h ('k') | content/browser/indexed_db/indexed_db_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698