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

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

Issue 894193005: [Android] Use the platform SwipeRefreshLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/Tab.java ('k') | chrome/chrome.gyp » ('j') | 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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image 1155 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image
1156 </message> 1156 </message>
1157 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]"> 1157 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]">
1158 Copy image 1158 Copy image
1159 </message> 1159 </message>
1160 <message name="IDS_CONTEXTMENU_COPY_IMAGE_URL" desc="Context sensitive men u item for copying an image url to the clipboard. [CHAR-LIMIT=30]"> 1160 <message name="IDS_CONTEXTMENU_COPY_IMAGE_URL" desc="Context sensitive men u item for copying an image url to the clipboard. [CHAR-LIMIT=30]">
1161 Copy image URL 1161 Copy image URL
1162 </message> 1162 </message>
1163 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]"> 1163 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]">
1164 Save video 1164 Save video
1165 </message> 1165 </message>
1166
1167 <!-- Swipe refresh -->
1168 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action.">
1169 Refreshing page
1170 </message>
1166 1171
1167 <!-- Http authentication --> 1172 <!-- Http authentication -->
1168 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_USERNAME_INPUT" desc="Content d escription for the http authentication pop-up username input field."> 1173 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_USERNAME_INPUT" desc="Content d escription for the http authentication pop-up username input field.">
1169 Username 1174 Username
1170 </message> 1175 </message>
1171 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_PASSWORD_INPUT" desc="Content d escription for the http authentication pop-up password input field."> 1176 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_PASSWORD_INPUT" desc="Content d escription for the http authentication pop-up password input field.">
1172 Password 1177 Password
1173 </message> 1178 </message>
1174 1179
1175 <!-- Smartcard certificate support --> 1180 <!-- Smartcard certificate support -->
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1541 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1537 Pause 1542 Pause
1538 </message> 1543 </message>
1539 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1544 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1540 Stop 1545 Stop
1541 </message> 1546 </message>
1542 1547
1543 </messages> 1548 </messages>
1544 </release> 1549 </release>
1545 </grit> 1550 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/Tab.java ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698