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

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

Issue 2508663002: [ios] Move NativeAppLauncher upstream (Closed)
Patch Set: CL Feedback Created 4 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/BUILD.gn ('k') | ios/chrome/browser/native_app_launcher/BUILD.gn » ('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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 desc="Name of about:flag option to control the availability of th e browser task scheduler." 256 desc="Name of about:flag option to control the availability of th e browser task scheduler."
257 translateable="false"> 257 translateable="false">
258 Browser Task Scheduler 258 Browser Task Scheduler
259 </message> 259 </message>
260 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION" 260 <message name="IDS_IOS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION"
261 desc="Description of about:flag option to control the availabilit y of the browser task scheduler." 261 desc="Description of about:flag option to control the availabilit y of the browser task scheduler."
262 translateable="false"> 262 translateable="false">
263 Enables the browser task scheduler to dispatch tasks instead of the exis ting worker pools. The browser task scheduler will only be used if variation par ameters are available. 263 Enables the browser task scheduler to dispatch tasks instead of the exis ting worker pools. The browser task scheduler will only be used if variation par ameters are available.
264 </message> 264 </message>
265 265
266 <!-- Native App Launcher -->
267 <message name="IDS_IOS_APP_LAUNCHER_OPEN_ONCE_BUTTON" desc="Label of a but ton to choose to launch an application once, as opposed to always. [Length: 12em ] [iOS only]">
268 Just once
269 </message>
270 <message name="IDS_IOS_APP_LAUNCHER_OPEN_ALWAYS_BUTTON" desc="Label of a b utton to choose to launch an application always, as opposed to once. [Length: 12 em] [iOS only]">
271 Always
272 </message>
273 <message name="IDS_IOS_APP_LAUNCHER_OPEN_IN_LABEL" desc="Label in the info bar to launch an application. [Length: 20em] [iOS only]">
274 Open in <ph name="APP_NAME">$1<ex>Google Maps</ex></ph>
275 </message>
276 <message name="IDS_IOS_APP_LAUNCHER_OPEN_IN_APP_QUESTION_MESSAGE" desc="Me ssage in the infobar asking the user if they want to open the current page in a google app. [Length: 40em] [iOS only]">
rohitrao (ping after 24h) 2016/11/21 19:16:03 Reword this description to say "in an external app
sczs1 2016/11/21 23:38:02 Done.
277 Open this page in the <ph name="APP_NAME">$1<ex>Google Maps</ex></ph> ap p?
278 </message>
279 <message name="IDS_IOS_APP_LAUNCHER_OPEN_APP_BUTTON_LABEL" desc="Label of a button to open an application. [Length: 10em] [iOS only]">
280 Open
281 </message>
282 <message name="IDS_IOS_APP_LAUNCHER_INSTALL_APP_BUTTON_LABEL" desc="Label of a button to install an application. [Length: 10em] [iOS only]">
283 Install
284 </message>
266 </messages> 285 </messages>
267 </release> 286 </release>
268 </grit> 287 </grit>
OLDNEW
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/native_app_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698