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

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

Issue 2508663002: [ios] Move NativeAppLauncher upstream (Closed)
Patch Set: String description change 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
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 redirection to the tas k scheduler." 256 desc="Name of about:flag option to control redirection to the tas k scheduler."
257 translateable="false"> 257 translateable="false">
258 Task Scheduler 258 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 redirection to the task scheduler." 261 desc="Description of about:flag option to control redirection to the task scheduler."
262 translateable="false"> 262 translateable="false">
263 Enables redirection of some task posting APIs to the task scheduler. 263 Enables redirection of some task posting APIs to the task scheduler.
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 an external app. [Length: 40em] [iOS only]">
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>
sdefresne 2016/11/22 10:16:19 nit: indentation is incorrect on this line
sczs1 2016/11/22 17:11:23 Done.
266 </messages> 285 </messages>
267 </release> 286 </release>
268 </grit> 287 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698