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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 1061703003: Localize the Accessibility Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jhawkins nit. 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/a11y_page/a11y_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 <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.">
5 Accessibility 6 Accessibility
6 </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.">
9 Add additional accessibility features
10 </message>
11 <message name="IDS_SETTINGS_ACCESSIBILITY_OPTIONS_IN_MENU_LABEL" desc="Label f or checkbox which enables showing accessibilitly options in the system menu.">
12 Show accessibility options in the system menu
13 </message>
14 <message name="IDS_SETTINGS_ACCESSIBILITY_LARGE_MOUSE_CURSOR_LABEL" desc="Labe l for checkbox which enables showing a larger mouse cursor than normal.">
15 Show large mouse cursor
16 </message>
17 <message name="IDS_SETTINGS_ACCESSIBILITY_HIGH_CONTRAST_LABEL" desc="Label for checkbox which enables high-contrast UI.">
18 Use high contrast mode
19 </message>
20 <message name="IDS_SETTINGS_ACCESSIBILITY_STICKY_KEYS_LABEL" desc="Label for c heckbox which enables sticky keys.">
21 Enable sticky keys
22 </message>
23 <message name="IDS_SETTINGS_ACCESSIBILITY_STICKY_KEYS_SUBLABEL" desc="Sub-labe l describing what the term 'sticky keys' means.">
24 (to perform keyboard shortcuts by typing them sequentially)
25 </message>
26 <message name="IDS_SETTINGS_ACCESSIBILITY_CHROMEVOX_LABEL" desc="Label for che ckbox which enables ChromeVox">
27 Enable ChromeVox
28 </message>
29 <message name="IDS_SETTINGS_ACCESSIBILITY_CHROMEVOX_SUBLABEL" desc="Sub-label describingn what ChromeVox is.">
30 (spoken feedback)
31 </message>
32 <message name="IDS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_LABEL" desc="Label for checkbox which enables the screen magnifier">
33 Enable screen magnifier
34 </message>
35 <message name="IDS_SETTINGS_ACCESSIBILITY_TAP_DRAGGING_LABEL" desc="Label for checkbox which enables tap dragging.">
36 Enable tap dragging
37 </message>
38 <message name="IDS_SETTINGS_ACCESSIBILITY_CLICK_ON_STOP_LABEL" desc="Label for checkbox which enables automatically clicking when the mouse pointer stops.">
39 Automatically click when the mouse pointer stops
40 </message>
41 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_LABEL" desc="Labe l for dropdown menu which contains various time delays for clicks.">
42 Delay before click:
43 </message>
44 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_EXTREMELY_SHORT" desc="Description of an extremely short delay before clicks.">
45 extremeley short
46 </message>
47 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_VERY_SHORT" desc= "Description of a very short delay before clicks.">
48 very short
49 </message>
50 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_SHORT" desc="Desc ription of a short delay before clicks.">
51 short
52 </message>
53 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_LONG" desc="Descr iption of a long delay before clicks.">
54 long
55 </message>
56 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_VERY_LONG" desc=" Description of a very long delay before clicks.">
57 very long
58 </message>
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
61 </message>
62
63 <!-- Downloads Page -->
7 <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.">
8 Downloads 65 Downloads
9 </message> 66 </message>
10 </grit-part> 67 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/a11y_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698