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/app/settings_strings.grdp

Issue 1060163002: Localize the Downloads page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/browser/resources/settings/downloads_page/downloads_page.html » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Accessibility Page --> 4 <!-- Accessibility Page -->
5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set tings page which displays accessibility preferences."> 5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set tings page which displays accessibility preferences.">
6 Accessibility 6 Accessibility
7 </message> 7 </message>
8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessib ility features."> 8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessib ility features.">
9 Add additional accessibility features 9 Add additional accessibility features
10 </message> 10 </message>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 very long 57 very long
58 </message> 58 </message>
59 <message name="IDS_SETTINGS_ACCESSIBILITY_ON_SCREEN_KEYBOARD_LABEL" desc="Labe l for checkbox which enables an on-screen keyboard."> 59 <message name="IDS_SETTINGS_ACCESSIBILITY_ON_SCREEN_KEYBOARD_LABEL" desc="Labe l for checkbox which enables an on-screen keyboard.">
60 Enable on-screen keyboard 60 Enable on-screen keyboard
61 </message> 61 </message>
62 62
63 <!-- Downloads Page --> 63 <!-- Downloads Page -->
64 <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the setting s page which displays download preferences."> 64 <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the setting s page which displays download preferences.">
65 Downloads 65 Downloads
66 </message> 66 </message>
67 <message name="IDS_SETTINGS_DOWNLOADS_LOCATION_LABEL" desc="Label for the inpu t which allows the user to specify the default download directory.">
68 Download location:
69 </message>
70 <message name="IDS_SETTINGS_DOWNLOADS_CHANGE_LOCATION_BUTTON" desc="Text for t he button which allows the user to change the default download directory.">
71 Change
72 </message>
73 <message name="IDS_SETTINGS_DOWNLOADS_PROMPT_FOR_DOWNLOAD_LABEL" desc="Label f or the checkbox which enables a prompt for the user to choose a download locatio n for each download instead of using the default.">
74 Ask where to save each file before downloading
75 </message>
67 </grit-part> 76 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/downloads_page/downloads_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698