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

Side by Side Diff: ios/chrome/app/strings/ios_google_chrome_strings.grd

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 years, 1 month 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 | « ios/chrome/app/strings/ios_chromium_strings.grd ('k') | ios/chrome/app/strings/ios_strings.grd » ('j') | 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 <!-- 3 <!--
4 This file contains definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are
6 available for making strings OS specific. Other platform defines such as 6 available for making strings OS specific. Other platform defines such as
7 use_titlecase are declared in build/common.gypi. 7 use_titlecase are declared in build/common.gypi.
8 8
9 The strings in this file are specific to iOS, thus is_ios will be true and 9 The strings in this file are specific to iOS, thus is_ios will be true and
10 all other OS specific variables will be false. 10 all other OS specific variables will be false.
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <file path="resources/ios_google_chrome_strings_te.xtb" lang="te" /> 123 <file path="resources/ios_google_chrome_strings_te.xtb" lang="te" />
124 <file path="resources/ios_google_chrome_strings_th.xtb" lang="th" /> 124 <file path="resources/ios_google_chrome_strings_th.xtb" lang="th" />
125 <file path="resources/ios_google_chrome_strings_tr.xtb" lang="tr" /> 125 <file path="resources/ios_google_chrome_strings_tr.xtb" lang="tr" />
126 <file path="resources/ios_google_chrome_strings_uk.xtb" lang="uk" /> 126 <file path="resources/ios_google_chrome_strings_uk.xtb" lang="uk" />
127 <file path="resources/ios_google_chrome_strings_vi.xtb" lang="vi" /> 127 <file path="resources/ios_google_chrome_strings_vi.xtb" lang="vi" />
128 <file path="resources/ios_google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> 128 <file path="resources/ios_google_chrome_strings_zh-CN.xtb" lang="zh-CN" />
129 <file path="resources/ios_google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> 129 <file path="resources/ios_google_chrome_strings_zh-TW.xtb" lang="zh-TW" />
130 </translations> 130 </translations>
131 <release seq="1" allow_pseudo="false"> 131 <release seq="1" allow_pseudo="false">
132 <messages fallback_to_english="true"> 132 <messages fallback_to_english="true">
133 <message name="IDS_IOS_PRODUCT_NAME" desc="The Chrome application name">
134 Google Chrome
135 </message>
133 <message name="IDS_IOS_SHORT_PRODUCT_NAME" desc="The Chrome application sh ort name"> 136 <message name="IDS_IOS_SHORT_PRODUCT_NAME" desc="The Chrome application sh ort name">
134 Chrome 137 Chrome
135 </message> 138 </message>
139 <message name="IDS_IOS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on t he about pages">
140 Google Inc.
141 </message>
142 <message name="IDS_IOS_ABOUT_VERSION_COPYRIGHT" desc="Copyright informatio n on the about pages">
143 Copyright <ph name="YEAR">$1</ph> Google Inc. All rights reserved.
144 </message>
136 <message name="IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that describes a Wallet credit card which has been copied to the local Chrome instan ce. Title case. [Length: 20em] [iOS only]"> 145 <message name="IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that describes a Wallet credit card which has been copied to the local Chrome instan ce. Title case. [Length: 20em] [iOS only]">
137 Copied to Chrome 146 Copied to Chrome
138 </message> 147 </message>
139 <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the r eason for sending the user's location to Google [Length: unlimited] [iOS only]." > 148 <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the r eason for sending the user's location to Google [Length: unlimited] [iOS only]." >
140 Get a better Google experience in Chrome based on your location. 149 Get a better Google experience in Chrome based on your location.
141 </message> 150 </message>
142 </messages> 151 </messages>
143 </release> 152 </release>
144 </grit> 153 </grit>
OLDNEW
« no previous file with comments | « ios/chrome/app/strings/ios_chromium_strings.grd ('k') | ios/chrome/app/strings/ios_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698