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

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

Issue 955873002: Delete some dead code. (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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 </message> 851 </message>
852 <message name="IDS_ACCESSIBILITY_TABSTRIP_TAB" desc="Content description f or the tab title."> 852 <message name="IDS_ACCESSIBILITY_TABSTRIP_TAB" desc="Content description f or the tab title.">
853 <ph name="TAB_TITLE">%1$s<ex>Welcome to Facebook</ex></ph>, tab 853 <ph name="TAB_TITLE">%1$s<ex>Welcome to Facebook</ex></ph>, tab
854 </message> 854 </message>
855 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_CLOSE_TAB" desc="Content des cription for the close tab button."> 855 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_CLOSE_TAB" desc="Content des cription for the close tab button.">
856 Close tab 856 Close tab
857 </message> 857 </message>
858 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_NEW_TAB" desc="Content descr iption for the new tab button."> 858 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_NEW_TAB" desc="Content descr iption for the new tab button.">
859 New tab 859 New tab
860 </message> 860 </message>
861 <!-- TODO(newt): remove duplicated strings once crbug.com/176069 is fixed. -->
aurimas (slooooooooow) 2015/02/25 02:49:45 What happened to the strings?
862 <message name="IDS_TAB_LOADING_DEFAULT_TITLE" desc="The title of a tab whe n we are still waiting for either the URL or the real title. This generally show s when the page is first loading."> 861 <message name="IDS_TAB_LOADING_DEFAULT_TITLE" desc="The title of a tab whe n we are still waiting for either the URL or the real title. This generally show s when the page is first loading.">
863 Loading… 862 Loading…
864 </message> 863 </message>
865 864
866 <!-- InfoBar --> 865 <!-- InfoBar -->
867 <message desc="Accessibility label for the dismiss infobar Button" name="I DS_INFOBAR_CLOSE"> 866 <message desc="Accessibility label for the dismiss infobar Button" name="I DS_INFOBAR_CLOSE">
868 Close 867 Close
869 </message> 868 </message>
870 869
871 <!-- Account chooser infobar strings. --> 870 <!-- Account chooser infobar strings. -->
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 <message name="IDS_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separator for a credit card expiration date, e.g. the slash in 05/16."> 1237 <message name="IDS_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separator for a credit card expiration date, e.g. the slash in 05/16.">
1239 / 1238 /
1240 </message> 1239 </message>
1241 <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."> 1240 <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.">
1242 Don't ask again for this card 1241 Don't ask again for this card
1243 </message> 1242 </message>
1244 1243
1245 </messages> 1244 </messages>
1246 </release> 1245 </release>
1247 </grit> 1246 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698