blob: 0778af3dc5ab86b3c8f25c5d51a33b5924ab0b54 [file] [log] [blame]
avm99963a3d1ef32019-03-30 23:33:29 +01001{
2 "appName": {
avm99963bf0849a2020-08-08 16:16:04 +02003 "message": "TW Power Tools (formerly Infinite Scroll)",
avm99963a3d1ef32019-03-30 23:33:29 +01004 "description": "The extension's name"
5 },
avm9996351c95852019-06-17 21:37:41 +02006 "appNameBeta": {
avm99963bf0849a2020-08-08 16:16:04 +02007 "message": "TW Power Tools (beta)",
avm9996351c95852019-06-17 21:37:41 +02008 "description": "The extension's name for the beta version"
9 },
avm9996375814b82020-08-09 20:33:23 +020010 "appNameGecko": {
11 "message": "TW Power Tools",
12 "description": "The extension's name (with a 50 character limit for Gecko)"
13 },
avm99963a3d1ef32019-03-30 23:33:29 +010014 "appDescription": {
avm99963bf0849a2020-08-08 16:16:04 +020015 "message": "Get infinite scroll and other enhancements in the Google Forums and the Community Console",
avm99963a3d1ef32019-03-30 23:33:29 +010016 "description": "The extension's description"
17 },
18 "options_list": {
19 "message": "Enable infinite scrolling in thread lists.",
20 "description": "Feature checkbox in the options page"
21 },
22 "options_thread": {
avm999636d9c5fe2019-06-04 00:35:53 +020023 "message": "Automatically load batches of messages inside threads when scrolling down.",
24 "description": "Feature checkbox in the options page"
25 },
26 "options_threadall": {
27 "message": "Automatically load all messages at once inside threads when scrolling down.",
avm99963a3d1ef32019-03-30 23:33:29 +010028 "description": "Feature checkbox in the options page"
29 },
30 "options_enhancements": {
31 "message": "Additional enhancements",
32 "description": "Heading for several options that can be enabled in the options page"
33 },
34 "options_fixedtoolbar": {
35 "message": "Fix the toolbar in thread lists in the Community Console.",
36 "description": "Feature checkbox in the options page"
37 },
38 "options_redirect": {
39 "message": "Redirect all threads opened in TW to the Community Console.",
40 "description": "Feature checkbox in the options page"
41 },
avm99963af7860e2019-06-04 03:33:26 +020042 "options_loaddrafts": {
43 "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.",
avm999636d9c5fe2019-06-04 00:35:53 +020044 "description": "Feature checkbox in the options page"
45 },
avm99963a3d1ef32019-03-30 23:33:29 +010046 "options_experimental_label": {
47 "message": "(experimental)",
48 "description": "Label which is placed next to an option to indicate that it may not work well or may break at any time"
49 },
50 "options_history": {
51 "message": "Show a \"previous posts\" link in user profiles.",
52 "description": "Feature checkbox in the options page"
53 },
avm99963af7860e2019-06-04 03:33:26 +020054 "options_batchduplicate": {
55 "message": "Add the option to duplicate multiple threads at the same time from the Community Console thread list.",
56 "description": "Feature checkbox in the options page"
57 },
avm99963c19497f2019-08-23 00:15:11 +020058 "options_escalatethreads":{
59 "message": "Enables the <code class=\"help\" title=\"This flag activates the functionality which allows a PE to escalate threads from the public forums to the private ones in the Community Console.\">enableEscalateThread</code> Community Console flag.",
60 "description": "Feature checkbox in the options page"
61 },
avm99963eb2d0b82019-10-07 22:58:55 +020062 "options_movethreads":{
63 "message": "Enables the <code class=\"help\" title=\"This flag activates the functionality which allows a PE to move threads from a forum where they are currently a PE to another forum in the Community Console.\">enableMoveThread</code> Community Console flag.",
64 "description": "Feature checkbox in the options page"
65 },
avm999630f9503f2020-07-27 13:56:52 +020066 "options_stickysidebarheaders": {
67 "message": "Make the headers in the Community Console sidebar stick at the top (+info at <code>pekb/thread/60784834</code>).",
68 "description": "Feature checkbox in the options page"
69 },
avm99963ae6a26d2020-04-12 14:03:51 +020070 "options_increasecontrast":{
71 "message": "Increase contrast between read and unread threads in the Community Console.",
72 "description": "Feature checkbox in the options page"
73 },
avm99963a3d1ef32019-03-30 23:33:29 +010074 "options_save": {
75 "message": "Save",
76 "description": "Button in the options page to save the settings"
77 },
78 "inject_links": {
79 "message": "Links",
80 "description": "Heading which we use before the 'previous post' link in a user profile in TW"
81 },
82 "inject_previousposts": {
83 "message": "Previous posts",
84 "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"
avm99963af7860e2019-06-04 03:33:26 +020085 },
86 "inject_duplicatebtn": {
87 "message": "Mark as duplicate",
88 "description": "Tooltip of the 'duplicate treads' icon shown when selecting multiple threads in the Community Console."
89 },
90 "inject_duplicateinto": {
91 "message": "Duplicate into:",
92 "description": "Label for the text field in which the user has to enter the thread they want to duplicate into."
93 },
94 "inject_duplicateinto_placeholder": {
95 "message": "Enter the Community Console URL",
96 "description": "Placeholder for the URL field."
97 },
98 "inject_duplicate_cancel": {
99 "message": "Cancel",
100 "description": "Button to cancel the duplication process."
101 },
102 "inject_duplicate_confirm": {
103 "message": "Duplicate",
104 "description": "Button to duplicate all the threads."
105 },
106 "inject_duplicate_progress": {
107 "message": "Progress",
108 "description": "Title for a progress bar which indicates how many threads were duplicated."
avm99963a3d1ef32019-03-30 23:33:29 +0100109 }
avm99963c19497f2019-08-23 00:15:11 +0200110}