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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2912133002: Add incognito mode strings for ARC's intent picker (Closed)
Patch Set: Changed texts to reuse the ones in crrev.com/2354613005 Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | 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 definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 11971 matching lines...) Expand 10 before | Expand all | Expand 10 after
11982 </message> 11982 </message>
11983 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_REMEMBER_SELECTION" desc="M essage contained in a checkbox that must be marked in order for the intent picke r to not be shown again for a similar URL."> 11983 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_REMEMBER_SELECTION" desc="M essage contained in a checkbox that must be marked in order for the intent picke r to not be shown again for a similar URL.">
11984 Remember my choice 11984 Remember my choice
11985 </message> 11985 </message>
11986 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_USE_APP" desc="Message cont ained in a button to continue the navigation in an ARC app selected by the user. "> 11986 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_USE_APP" desc="Message cont ained in a button to continue the navigation in an ARC app selected by the user. ">
11987 Use app 11987 Use app
11988 </message> 11988 </message>
11989 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_STAY_IN_CHROME" desc="Messa ge contained in a button to continue the navigation within Chrome."> 11989 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_STAY_IN_CHROME" desc="Messa ge contained in a button to continue the navigation within Chrome.">
11990 Stay in Chrome 11990 Stay in Chrome
11991 </message> 11991 </message>
11992 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_INCOGNITO_WARNING" desc="Me ssage warning the user that we will continue the navigation outside of Chrome.">
11993 This site is about to share information with an app outside of incogni to mode.
11994 </message>
11995 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_INCOGNITO_TITLE" desc="Titl e for the warning message when the user is about to leave incognito mode.">
11996 Leave incognito mode?
11997 </message>
11998 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_INCOGNITO_LEAVE" desc="Butt on to redirect the user to ARC.">
11999 Leave
12000 </message>
12001 <message name="IDS_INTENT_PICKER_BUBBLE_VIEW_INCOGNITO_STAY" desc="Butto n for keeping the user in Chrome.">
12002 Stay
12003 </message>
11992 </if> 12004 </if>
11993 12005
11994 <message name="IDS_SAVE_PASSWORD_DIFFERENT_DOMAINS_TITLE" desc="The title of the save password bubble when the submitted form origin isn't equal to the pa ge origin."> 12006 <message name="IDS_SAVE_PASSWORD_DIFFERENT_DOMAINS_TITLE" desc="The title of the save password bubble when the submitted form origin isn't equal to the pa ge origin.">
11995 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to save your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>? 12007 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to save your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>?
11996 </message> 12008 </message>
11997 <message name="IDS_UPDATE_PASSWORD_DIFFERENT_DOMAINS_TITLE" desc="The titl e of the update password bubble when the submitted form origin isn't equal to sa ved credentials origin."> 12009 <message name="IDS_UPDATE_PASSWORD_DIFFERENT_DOMAINS_TITLE" desc="The titl e of the update password bubble when the submitted form origin isn't equal to sa ved credentials origin.">
11998 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>? 12010 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ ph> to update your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>?
11999 </message> 12011 </message>
12000 <message name="IDS_MANAGE_PASSWORDS_TITLE_DIFFERENT_DOMAIN" desc="The titl e text that is used in the manage passwords bubble when a password is autofilled or after a user has stored a password."> 12012 <message name="IDS_MANAGE_PASSWORDS_TITLE_DIFFERENT_DOMAIN" desc="The titl e text that is used in the manage passwords bubble when a password is autofilled or after a user has stored a password.">
12001 Saved passwords for <ph name="ORIGIN">$1<ex>example.com</ex></ph>: 12013 Saved passwords for <ph name="ORIGIN">$1<ex>example.com</ex></ph>:
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
12309 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12321 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12310 Accessing audio and video input 12322 Accessing audio and video input
12311 </message> 12323 </message>
12312 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12324 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12313 Sharing screen 12325 Sharing screen
12314 </message> 12326 </message>
12315 </if> 12327 </if>
12316 </messages> 12328 </messages>
12317 </release> 12329 </release>
12318 </grit> 12330 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698