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

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

Issue 934183002: Make the ShortcutHelper toast instead of send the user home for web app banners (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix existing null access, change for comments 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
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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 <!-- Add to Homescreen strings --> 973 <!-- Add to Homescreen strings -->
974 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]"> 974 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]">
975 Add 975 Add
976 </message> 976 </message>
977 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]"> 977 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]">
978 Title 978 Title
979 </message> 979 </message>
980 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]"> 980 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]">
981 Add to homescreen 981 Add to homescreen
982 </message> 982 </message>
983 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the current d omain was added to the user's homescreen.">
984 <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> was added to your ho mescreen
985 </message>
983 986
984 <!-- WebsiteSettingsPopup (PageInfo dialog) --> 987 <!-- WebsiteSettingsPopup (PageInfo dialog) -->
985 <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button tha t copies the URL to the clipboard."> 988 <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button tha t copies the URL to the clipboard.">
986 Copy URL 989 Copy URL
987 </message> 990 </message>
988 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog."> 991 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog.">
989 Site Settings 992 Site Settings
990 </message> 993 </message>
991 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that gra nts a permission."> 994 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that gra nts a permission.">
992 Allow 995 Allow
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code)."> 1115 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code).">
1113 CVC 1116 CVC
1114 </message> 1117 </message>
1115 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkb ox text that permits a user to skip past this dialog next time this credit card is used on this device."> 1118 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkb ox text that permits a user to skip past this dialog next time this credit card is used on this device.">
1116 Don't ask again for this card 1119 Don't ask again for this card
1117 </message> 1120 </message>
1118 1121
1119 </messages> 1122 </messages>
1120 </release> 1123 </release>
1121 </grit> 1124 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698