Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / accessibility / extensions / caretbrowsing / _locales / en / messages.json
1 {
2   "appName": {
3     "message": "Caret Browsing",
4     "description": "The title of the application, displayed in the web store."
5   },
6   "appDesc": {
7     "message": "Browse the text of web pages using arrow keys.",
8     "description":"The description of the application, displayed in the web store."
9   },
10   "caretBrowsingOptions": {
11     "message": "Caret Browsing Options",
12     "description": "The title of the options page."
13   },
14   "subheading1": {
15     "message": "This extension gives you a movable cursor in the web page, allowing you to select text with the keyboard.",
16     "description": "Text at the top of the options page explaining the extension."
17   },
18   "subheading2": {
19     "message": "Try it out now - Caret Browsing is always enabled on this page!",
20     "description": "More text at the top of the options page, explaining that Caret Browsing (the name of this extension) is enabled on this page and the user can try it."
21   },
22   "keyboardCommands": {
23     "message": "Keyboard Commands",
24     "description": "Title of the heading on the page that describes keyboard commands."
25   },
26   "enableDisableNonCros": {
27     "message": "Press <span class='key'>F7</span> to turn on Caret Browsing. Press it again to turn it off.",
28     "description": "Instructions for how to enable or disable this feature on any platform other than Chrome OS."
29   },
30   "enableDisableCros": {
31     "message": "Press <span class='key'>Alt</span> + <img src='increase_brightness.png'> (the Increase Brightness key, or F7) to turn on Caret Browsing. Press it again to turn it off.",
32     "description": "Instructions for how to enable or disable this feature on a Chromebook, where you have to hold Alt and press the special Increase Brightness key on the top of the keyboard, or F7 if you're using an alternate keyboard."
33   },
34   "moveByWordsNonMac": {
35     "message": "Hold down <span class='key'>Control</span> to move by words.",
36     "description": "Text that describes how to move by words using the Control key. This string is used on all platforms other than Mac."
37   },
38   "moveByWordsMac": {
39     "message": "Hold down <span class='key'>Option</span> to move by words.",
40     "description": "Text that describes how to move by words using the Option key on a Mac keyboard."
41   },
42   "visualFeedback": {
43     "message": "Visual Feedback",
44     "description": "Heading text for the part of the options page that lets the user choose options for how the caret is shown visually."
45   },
46   "whenEnabled": {
47     "message": "When Caret Browsing is enabled:",
48     "description": "Subheading in the options page where the user chooses what to show visually when this feature (Caret Browsing) is enabled."
49   },
50   "animation": {
51     "message": "Highlight the cursor position with an animation.",
52     "description": "One of several possible options for what to do when the cursor first appears - this option is to show a quick animation."
53   },
54   "flash": {
55     "message": "Highlight the cursor position with a quick flash.",
56     "description": "One of several possible options for what to do when the cursor first appears - this option is to flash something quickly."
57   },
58   "noFeedback": {
59     "message": "No feedback, just show the cursor.",
60     "description": "One of several possible options for what to do when the cursor first appears - this option is to do nothing."
61   },
62   "jump": {
63     "message": "When the caret jumps by a large distance:",
64     "description": "Subheading in the options page where the user chooses what to show visually when the cursor jumps from one part of the page to another part that's far away."
65   },
66   "navHelp": {
67     "message": "<p>Use arrow keys to move throughout the document. </p><p>Click anywhere to move the cursor to that location. </p> <p>   Press <span class='key'>Shift</span> + arrows to select text.</p>",
68     "description": "A description of how to use the caret browsing feature."
69   },
70   "focusHelp": {
71     "message": "<p>When you reach a link or control, it is automatically focused.   Press <span class='key'>Enter</span> to click a link or button. </p> <p>   When a focused control (like a text box or a list box) is capturing   arrow keys, press <span class='key'>Esc</span> followed by the   left or right arrow to continue Caret Browsing. </p> <p>   Alternatively, press <span class='key'>Tab</span> to move to the   next focusable control. </p>",
72     "description": "A description of how to use the caret browsing feature to navigate between focusable controls like text fields."
73   }
74 }