blob: 2592504793b5a33cdae78ba45c7472c517b5c37d [file] [log] [blame]
avm99963a3d1ef32019-03-30 23:33:29 +01001{
2 "appName": {
3 "message": "Infinite Scroll in TW",
4 "description": "The extension's name"
5 },
6 "appDescription": {
7 "message": "Get infinite Scroll and other enhancements in the Google Forums and the Community Console",
8 "description": "The extension's description"
9 },
10 "options_list": {
11 "message": "Enable infinite scrolling in thread lists.",
12 "description": "Feature checkbox in the options page"
13 },
14 "options_thread": {
avm999636d9c5fe2019-06-04 00:35:53 +020015 "message": "Automatically load batches of messages inside threads when scrolling down.",
16 "description": "Feature checkbox in the options page"
17 },
18 "options_threadall": {
19 "message": "Automatically load all messages at once inside threads when scrolling down.",
avm99963a3d1ef32019-03-30 23:33:29 +010020 "description": "Feature checkbox in the options page"
21 },
22 "options_enhancements": {
23 "message": "Additional enhancements",
24 "description": "Heading for several options that can be enabled in the options page"
25 },
26 "options_fixedtoolbar": {
27 "message": "Fix the toolbar in thread lists in the Community Console.",
28 "description": "Feature checkbox in the options page"
29 },
30 "options_redirect": {
31 "message": "Redirect all threads opened in TW to the Community Console.",
32 "description": "Feature checkbox in the options page"
33 },
avm999636d9c5fe2019-06-04 00:35:53 +020034 "options_loaddrafts":{
35 "message": "Activate the <code class=\"help\" title=\"This flag allows the Community Console to load a previously autosaved reply when loading a thread and clicking the reply button.\">enableLoadingDraftMessages</code> Community Console flag.",
36 "description": "Feature checkbox in the options page"
37 },
avm99963a3d1ef32019-03-30 23:33:29 +010038 "options_experimental_label": {
39 "message": "(experimental)",
40 "description": "Label which is placed next to an option to indicate that it may not work well or may break at any time"
41 },
42 "options_history": {
43 "message": "Show a \"previous posts\" link in user profiles.",
44 "description": "Feature checkbox in the options page"
45 },
46 "options_save": {
47 "message": "Save",
48 "description": "Button in the options page to save the settings"
49 },
50 "inject_links": {
51 "message": "Links",
52 "description": "Heading which we use before the 'previous post' link in a user profile in TW"
53 },
54 "inject_previousposts": {
55 "message": "Previous posts",
56 "description": "Link shown in a user profile (in TW and the Community Console) which points to a search showing the user's posts and messages"
57 }
58}