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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/app/strings/ios_strings.grd
diff --git a/ios/chrome/app/strings/ios_strings.grd b/ios/chrome/app/strings/ios_strings.grd
index 9ec44138350c68aa0b7b39e7fe9dd145fd8d719d..d7dba14a8db5942d8f4beeddb060a665e8502859 100644
--- a/ios/chrome/app/strings/ios_strings.grd
+++ b/ios/chrome/app/strings/ios_strings.grd
@@ -263,6 +263,25 @@ brand. [Length: 70em]">
Enables redirection of some task posting APIs to the task scheduler.
</message>
+ <!-- Native App Launcher -->
+ <message name="IDS_IOS_APP_LAUNCHER_OPEN_ONCE_BUTTON" desc="Label of a button to choose to launch an application once, as opposed to always. [Length: 12em] [iOS only]">
+ Just once
+ </message>
+ <message name="IDS_IOS_APP_LAUNCHER_OPEN_ALWAYS_BUTTON" desc="Label of a button to choose to launch an application always, as opposed to once. [Length: 12em] [iOS only]">
+ Always
+ </message>
+ <message name="IDS_IOS_APP_LAUNCHER_OPEN_IN_LABEL" desc="Label in the infobar to launch an application. [Length: 20em] [iOS only]">
+ Open in <ph name="APP_NAME">$1<ex>Google Maps</ex></ph>
+ </message>
+ <message name="IDS_IOS_APP_LAUNCHER_OPEN_IN_APP_QUESTION_MESSAGE" desc="Message in the infobar asking the user if they want to open the current page in an external app. [Length: 40em] [iOS only]">
+ Open this page in the <ph name="APP_NAME">$1<ex>Google Maps</ex></ph> app?
+ </message>
+ <message name="IDS_IOS_APP_LAUNCHER_OPEN_APP_BUTTON_LABEL" desc="Label of a button to open an application. [Length: 10em] [iOS only]">
+ Open
+ </message>
+ <message name="IDS_IOS_APP_LAUNCHER_INSTALL_APP_BUTTON_LABEL" desc="Label of a button to install an application. [Length: 10em] [iOS only]">
+ Install
+ </message>
sdefresne 2016/11/22 10:16:19 nit: indentation is incorrect on this line
sczs1 2016/11/22 17:11:23 Done.
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698