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

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

Issue 878523005: Show last updated time in About Chrome for non-official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment from #1 Created 5 years, 10 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/preferences/AboutChromePreferences.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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 <!-- About Chrome preferences --> 443 <!-- About Chrome preferences -->
444 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]"> 444 <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome pa ge. [CHAR-LIMIT=32]">
445 About Chrome 445 About Chrome
446 </message> 446 </message>
447 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android"> 447 <message name="IDS_LEGAL_INFORMATION_SUMMARY" desc="Summary for legal info rmation" meaning="Android">
448 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved. 448 Copyright <ph name="year">%1$d<ex>2014</ex></ph> Google Inc. All rights reserved.
449 </message> 449 </message>
450 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version"> 450 <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version">
451 Application version 451 Application version
452 </message> 452 </message>
453 <message name="IDS_VERSION_WITH_UPDATE_TIME" desc="Message showing Chrome' s version and the time it was last updated">
454 <ph name="VERSION">%1$s<ex>Chrome 40.0.2214.67</ex></ph> (Updated <ph na me="TIME_SINCE_UPDATE">%2$s<ex>5 minutes ago</ex></ph>)
455 </message>
453 <message name="IDS_OS_VERSION_TITLE" desc="Title for operating system vers ion"> 456 <message name="IDS_OS_VERSION_TITLE" desc="Title for operating system vers ion">
454 Operating system 457 Operating system
455 </message> 458 </message>
456 <message name="IDS_BLINK_VERSION_TITLE" desc="Title for the version of the Blink rendering engine"> 459 <message name="IDS_BLINK_VERSION_TITLE" desc="Title for the version of the Blink rendering engine">
457 Blink version 460 Blink version
458 </message> 461 </message>
459 <message name="IDS_JAVASCRIPT_VERSION_TITLE" desc="Title for JavaScript ve rsion"> 462 <message name="IDS_JAVASCRIPT_VERSION_TITLE" desc="Title for JavaScript ve rsion">
460 JavaScript version 463 JavaScript version
461 </message> 464 </message>
462 <message name="IDS_EXECUTABLE_PATH_TITLE" desc="Title for the path to the Chrome executable"> 465 <message name="IDS_EXECUTABLE_PATH_TITLE" desc="Title for the path to the Chrome executable">
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 Description: 1029 Description:
1027 </message> 1030 </message>
1028 1031
1029 <!-- Document mode strings --> 1032 <!-- Document mode strings -->
1030 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1033 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1031 Close all incognito tabs 1034 Close all incognito tabs
1032 </message> 1035 </message>
1033 </messages> 1036 </messages>
1034 </release> 1037 </release>
1035 </grit> 1038 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/AboutChromePreferences.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698