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

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

Issue 2939143002: Update Previews infbar accessibility string (Closed)
Patch Set: static class Created 3 years, 6 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1534 Loading… 1534 Loading…
1535 </message> 1535 </message>
1536 1536
1537 <!-- InfoBar --> 1537 <!-- InfoBar -->
1538 <message name="IDS_INFOBAR_CLOSE" desc="Accessibility label for the dismis s infobar Button"> 1538 <message name="IDS_INFOBAR_CLOSE" desc="Accessibility label for the dismis s infobar Button">
1539 Close 1539 Close
1540 </message> 1540 </message>
1541 <message name="IDS_BOTTOM_BAR_SCREEN_POSITION" desc="Accessibility label t o inform users about the InfoBar location"> 1541 <message name="IDS_BOTTOM_BAR_SCREEN_POSITION" desc="Accessibility label t o inform users about the InfoBar location">
1542 Options available near bottom of the screen 1542 Options available near bottom of the screen
1543 </message> 1543 </message>
1544 <message name="IDS_PREVIEWS_INFOBAR_ACCESSIBILITY_TITLE" desc="Accessibili ty label to inform users about the InfoBar notifying the user that mobile data u sage was reduced and the page was shown faster by showing a preview version of t he web page instead of the full page.">
1545 Simplified page to save data and load faster.
1546 </message>
1544 1547
1545 <!-- DuplicateDownloadInfoBar --> 1548 <!-- DuplicateDownloadInfoBar -->
1546 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to download a file when there already exists a file with the same name"> 1549 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to download a file when there already exists a file with the same name">
1547 Do you want to download <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex>< /ph> again? 1550 Do you want to download <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex>< /ph> again?
1548 </message> 1551 </message>
1549 <message name="IDS_DUPLICATE_DOWNLOAD_REQUEST_INFOBAR_TEXT" desc="Prompt t ext for the confirmation dialog asking whether the user really wants to download a file when a file with the same name is still being downloaded"> 1552 <message name="IDS_DUPLICATE_DOWNLOAD_REQUEST_INFOBAR_TEXT" desc="Prompt t ext for the confirmation dialog asking whether the user really wants to download a file when a file with the same name is still being downloaded">
1550 Do you want to start downloading <ph name="FILE_NAME">^1<ex>specialfile. pdf</ex></ph> again? 1553 Do you want to start downloading <ph name="FILE_NAME">^1<ex>specialfile. pdf</ex></ph> again?
1551 </message> 1554 </message>
1552 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_DOWNLOAD_BUTTON" desc="Label for the button that confirms that a user wants to download the file again. [CHA R-LIMIT=32]"> 1555 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_DOWNLOAD_BUTTON" desc="Label for the button that confirms that a user wants to download the file again. [CHA R-LIMIT=32]">
1553 Download 1556 Download
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
3117 </message> 3120 </message>
3118 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3121 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3119 History tab selected 3122 History tab selected
3120 </message> 3123 </message>
3121 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3124 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3122 Home tab selected 3125 Home tab selected
3123 </message> 3126 </message>
3124 </messages> 3127 </messages>
3125 </release> 3128 </release>
3126 </grit> 3129 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698