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

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: 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 <!-- Add to Homescreen strings --> 962 <!-- Add to Homescreen strings -->
963 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]"> 963 <message name="IDS_ADD" desc="Title for Add button [CHAR-LIMIT=20]">
964 Add 964 Add
965 </message> 965 </message>
966 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]"> 966 <message name="IDS_ADD_TO_HOMESCREEN_TITLE" desc="Edit text title for Add to homescreen dialog [CHAR-LIMIT=30]">
967 Title 967 Title
968 </message> 968 </message>
969 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]"> 969 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the homescreen. [CHAR-LIMIT=27]">
970 Add to homescreen 970 Add to homescreen
971 </message> 971 </message>
972 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the current s ite was added to the user's homescreen.">
973 This site was added to your homescreen
felt 2015/02/18 22:03:45 would it make more sense to specify the origin ("f
974 </message>
972 975
973 <!-- WebsiteSettingsPopup (PageInfo dialog) --> 976 <!-- WebsiteSettingsPopup (PageInfo dialog) -->
974 <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button tha t copies the URL to the clipboard."> 977 <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button tha t copies the URL to the clipboard.">
975 Copy URL 978 Copy URL
976 </message> 979 </message>
977 <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."> 980 <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.">
978 Site Settings 981 Site Settings
979 </message> 982 </message>
980 <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."> 983 <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.">
981 Allow 984 Allow
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 <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)."> 1104 <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).">
1102 CVC 1105 CVC
1103 </message> 1106 </message>
1104 <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."> 1107 <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.">
1105 Don't ask again for this card 1108 Don't ask again for this card
1106 </message> 1109 </message>
1107 1110
1108 </messages> 1111 </messages>
1109 </release> 1112 </release>
1110 </grit> 1113 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698