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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1837963003: Remove document mode opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 Open 1580 Open
1581 </message> 1581 </message>
1582 1582
1583 <!-- Document mode messages --> 1583 <!-- Document mode messages -->
1584 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1584 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1585 Close all incognito tabs 1585 Close all incognito tabs
1586 </message> 1586 </message>
1587 <message name="IDS_TABS_AND_APPS_TITLE" desc="The title of a preference wh ich controls whether your tabs are shown within Chrome or in system app switcher ."> 1587 <message name="IDS_TABS_AND_APPS_TITLE" desc="The title of a preference wh ich controls whether your tabs are shown within Chrome or in system app switcher .">
1588 Merge tabs and apps 1588 Merge tabs and apps
1589 </message> 1589 </message>
1590 <message name="IDS_TABS_AND_APPS_OPT_OUT_TITLE" desc="A title for the prom o message shown to users who have document mode enabled to explain the new locat ion for the tabs and provide an option to opt out.">
1591 Chrome tabs have moved
1592 </message>
1593 <message name="IDS_TABS_AND_APPS_OPT_OUT_TEXT" desc="A promo message shown to users who have document mode enabled to explain the new location for the tab s and provide an option to opt out">
1594 See your tabs with other recent apps on your phone’s Overview screen. Yo u can control this in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph name="E ND_LINK">&lt;/link&gt;</ph>.
1595 </message>
1596 <message name="IDS_TABS_AND_APPS_GOT_IT_BUTTON" desc="A button to confirm and dismiss opt out promo">
1597 Ok, got it
1598 </message>
1599 <message name="IDS_TABS_AND_APPS_SETTINGS_DESCRIPTION" desc="A message sho wn on settings screen from which you can enable/disable the feature that combine s Chrome tabs with recent applications and shows them together in the system app switcher."> 1590 <message name="IDS_TABS_AND_APPS_SETTINGS_DESCRIPTION" desc="A message sho wn on settings screen from which you can enable/disable the feature that combine s Chrome tabs with recent applications and shows them together in the system app switcher.">
1600 See your tabs with other recent apps on your phone’s Overview screen. 1591 See your tabs with other recent apps on your phone’s Overview screen.
1601 </message> 1592 </message>
1602 <message name="IDS_TABS_AND_APPS_TURN_OFF_TITLE" desc="A message shown as a title of a confirmation dialog to turn off a feature where apps and tabs are l ocated together in recents switcher"> 1593 <message name="IDS_TABS_AND_APPS_TURN_OFF_TITLE" desc="A message shown as a title of a confirmation dialog to turn off a feature where apps and tabs are l ocated together in recents switcher">
1603 Separate tabs and apps 1594 Separate tabs and apps
1604 </message> 1595 </message>
1605 <message name="IDS_TABS_AND_APPS_TURN_ON_TITLE" desc="A message shown as a title of a confirmation dialog to turn on a feature where apps and tabs are loc ated together in recents switcher"> 1596 <message name="IDS_TABS_AND_APPS_TURN_ON_TITLE" desc="A message shown as a title of a confirmation dialog to turn on a feature where apps and tabs are loc ated together in recents switcher">
1606 Merge tabs and apps 1597 Merge tabs and apps
1607 </message> 1598 </message>
1608 <message name="IDS_TABS_AND_APPS_OPT_OUT_CONFIRMATION" desc="The confirmat ion message shown when the user opts out of having apps and tabs together in rec ents"> 1599 <message name="IDS_TABS_AND_APPS_OPT_OUT_CONFIRMATION" desc="The confirmat ion message shown when the user opts out of having apps and tabs together in rec ents">
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
2410 </message> 2401 </message>
2411 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2402 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2412 Connect 2403 Connect
2413 </message> 2404 </message>
2414 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text."> 2405 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text.">
2415 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2406 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2416 </message> 2407 </message>
2417 </messages> 2408 </messages>
2418 </release> 2409 </release>
2419 </grit> 2410 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698