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

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

Issue 24109002: [InfoBar] Upstram basic infobar flow for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upstream_infobar_full
Patch Set: Fix License header in two more files Created 7 years, 3 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <release allow_pseudo="false" seq="1"> 3 <release allow_pseudo="false" seq="1">
4 <messages fallback_to_english="true"> 4 <messages fallback_to_english="true">
5 <message desc="Popup button for user to confirm a beforeunload dialog box triggered by a page navigation, i.e. they want to leave the current page [CHAR-L IMIT=20]" name="IDS_LEAVE_THIS_PAGE"> 5 <message desc="Popup button for user to confirm a beforeunload dialog box triggered by a page navigation, i.e. they want to leave the current page [CHAR-L IMIT=20]" name="IDS_LEAVE_THIS_PAGE">
6 Leave this Page 6 Leave this Page
7 </message> 7 </message>
8 <message desc="Popup button for user to cancel a beforeunload dialog box t riggerd by a page navigation, i.e. they want to stay on the current page [CHAR-L IMIT=20]" name="IDS_STAY_ON_THIS_PAGE"> 8 <message desc="Popup button for user to cancel a beforeunload dialog box t riggerd by a page navigation, i.e. they want to stay on the current page [CHAR-L IMIT=20]" name="IDS_STAY_ON_THIS_PAGE">
9 Stay on this Page 9 Stay on this Page
10 </message> 10 </message>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </message> 58 </message>
59 <message desc="Label on the button to reject the policy dialog during sign -in. [CHAR-LIMIT=20]" name="IDS_POLICY_DIALOG_CANCEL"> 59 <message desc="Label on the button to reject the policy dialog during sign -in. [CHAR-LIMIT=20]" name="IDS_POLICY_DIALOG_CANCEL">
60 Cancel 60 Cancel
61 </message> 61 </message>
62 <message desc="Title for the progress dialog shown while profile data is b eing wiped after signing out of an enterprise account" name="IDS_WIPING_PROFILE_ DATA_TITLE"> 62 <message desc="Title for the progress dialog shown while profile data is b eing wiped after signing out of an enterprise account" name="IDS_WIPING_PROFILE_ DATA_TITLE">
63 Clearing account data 63 Clearing account data
64 </message> 64 </message>
65 <message desc="Message for the progress dialog shown while profile data is being wiped after signing out of an enterprise account" name="IDS_WIPING_PROFIL E_DATA_MESSAGE"> 65 <message desc="Message for the progress dialog shown while profile data is being wiped after signing out of an enterprise account" name="IDS_WIPING_PROFIL E_DATA_MESSAGE">
66 Please wait... 66 Please wait...
67 </message> 67 </message>
68 <!-- InfoBar -->
69 <message desc="Accessibility label for the dismiss infobar Button" name= "IDS_INFOBAR_CLOSE">
70 Close
71 </message>
68 </messages> 72 </messages>
69 </release> 73 </release>
70 <translations> 74 <translations>
71 <file lang="am" path="translations/android_chrome_strings_am.xtb" /> 75 <file lang="am" path="translations/android_chrome_strings_am.xtb" />
72 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" /> 76 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" />
73 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" /> 77 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" />
74 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" /> 78 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" />
75 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" /> 79 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" />
76 <file lang="da" path="translations/android_chrome_strings_da.xtb" /> 80 <file lang="da" path="translations/android_chrome_strings_da.xtb" />
77 <file lang="de" path="translations/android_chrome_strings_de.xtb" /> 81 <file lang="de" path="translations/android_chrome_strings_de.xtb" />
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 <output filename="values-sv/android_chrome_strings.xml" lang="sv" type="andr oid" /> 156 <output filename="values-sv/android_chrome_strings.xml" lang="sv" type="andr oid" />
153 <output filename="values-sw/android_chrome_strings.xml" lang="sw" type="andr oid" /> 157 <output filename="values-sw/android_chrome_strings.xml" lang="sw" type="andr oid" />
154 <output filename="values-th/android_chrome_strings.xml" lang="th" type="andr oid" /> 158 <output filename="values-th/android_chrome_strings.xml" lang="th" type="andr oid" />
155 <output filename="values-tr/android_chrome_strings.xml" lang="tr" type="andr oid" /> 159 <output filename="values-tr/android_chrome_strings.xml" lang="tr" type="andr oid" />
156 <output filename="values-uk/android_chrome_strings.xml" lang="uk" type="andr oid" /> 160 <output filename="values-uk/android_chrome_strings.xml" lang="uk" type="andr oid" />
157 <output filename="values-vi/android_chrome_strings.xml" lang="vi" type="andr oid" /> 161 <output filename="values-vi/android_chrome_strings.xml" lang="vi" type="andr oid" />
158 <output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" typ e="android" /> 162 <output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" typ e="android" />
159 <output filename="values-zh-rTW/android_chrome_strings.xml" lang="zh-TW" typ e="android" /> 163 <output filename="values-zh-rTW/android_chrome_strings.xml" lang="zh-TW" typ e="android" />
160 </outputs> 164 </outputs>
161 </grit> 165 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698