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

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

Issue 141853007: Update the AppBannerView appearance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Font size fix Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 </message> 269 </message>
270 270
271 <!-- Smartcard certificate support --> 271 <!-- Smartcard certificate support -->
272 <message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentic ation."> 272 <message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentic ation.">
273 Choose certificate for authentication 273 Choose certificate for authentication
274 </message> 274 </message>
275 <message name="IDS_SMARTCARD_CERTIFICATE_OPTION" desc="An option to use Sm art Card when a dialog asking whether to use Android default keystore or a Smart Card for certificate authentication."> 275 <message name="IDS_SMARTCARD_CERTIFICATE_OPTION" desc="An option to use Sm art Card when a dialog asking whether to use Android default keystore or a Smart Card for certificate authentication.">
276 Smart card 276 Smart card
277 </message> 277 </message>
278 278
279 <!-- App banner strings -->
280 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed." formatter_data="android_java">
newt (away) 2014/02/20 01:32:22 remove formatter_data (same below)
gone 2014/02/20 01:56:14 Done.
281 Installing...
282 </message>
283 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application." formatter_data="android_java">
284 Open
285 </message>
279 </messages> 286 </messages>
280 </release> 287 </release>
281 </grit> 288 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698