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

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

Issue 1071303003: Remove Document mode promo page from First Run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: aruslan's nits Created 5 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java ('k') | 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 </message> 1477 </message>
1478 1478
1479 <!-- External Navigation Strings --> 1479 <!-- External Navigation Strings -->
1480 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialo g text warning that user that incognito mode does not continue into external app s."> 1480 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialo g text warning that user that incognito mode does not continue into external app s.">
1481 Leaving incognito mode if this link is opened in an external application . Continue? 1481 Leaving incognito mode if this link is opened in an external application . Continue?
1482 </message> 1482 </message>
1483 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING_TITLE" desc="Title for incognito external intent. [CHAR-LIMIT=24]"> 1483 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING_TITLE" desc="Title for incognito external intent. [CHAR-LIMIT=24]">
1484 Warning 1484 Warning
1485 </message> 1485 </message>
1486 1486
1487 <!-- First Run Experience: What's New screens -->
1488 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen">
1489 Find your tabs here
1490 </message>
1491 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen">
1492 Your tabs and apps are now in the same place for easier access. You can turn this feature off in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph nam e="END_LINK">&lt;/link&gt;</ph>.
1493 </message>
1494
1495 <message name="IDS_CAST_NOTIFICATION_STOPPED" desc="AtHome notification te xt when stopped. [CHAR LIMIT=40]"> 1487 <message name="IDS_CAST_NOTIFICATION_STOPPED" desc="AtHome notification te xt when stopped. [CHAR LIMIT=40]">
1496 Stopped 1488 Stopped
1497 </message> 1489 </message>
1498 <message name="IDS_CAST_NOTIFICATION_FINISHED" desc="AtHome notification t ext when finished. [CHAR LIMIT=40]"> 1490 <message name="IDS_CAST_NOTIFICATION_FINISHED" desc="AtHome notification t ext when finished. [CHAR LIMIT=40]">
1499 Finished 1491 Finished
1500 </message> 1492 </message>
1501 <message name="IDS_CAST_NOTIFICATION_PAUSED" desc="AtHome notification tex t when paused. [CHAR LIMIT=40]"> 1493 <message name="IDS_CAST_NOTIFICATION_PAUSED" desc="AtHome notification tex t when paused. [CHAR LIMIT=40]">
1502 Paused 1494 Paused
1503 </message> 1495 </message>
1504 1496
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1528 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1537 Pause 1529 Pause
1538 </message> 1530 </message>
1539 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1531 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1540 Stop 1532 Stop
1541 </message> 1533 </message>
1542 1534
1543 </messages> 1535 </messages>
1544 </release> 1536 </release>
1545 </grit> 1537 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698