blob: ed227e34fbe7dca5adb6265aec30dd8d6e128e21 [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 },
avm99963af7860e2019-06-04 03:33:26 +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.",
avm999636d9c5fe2019-06-04 00:35:53 +020036 "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 },
avm99963af7860e2019-06-04 03:33:26 +020046 "options_batchduplicate": {
47 "message": "Add the option to duplicate multiple threads at the same time from the Community Console thread list.",
48 "description": "Feature checkbox in the options page"
49 },
avm99963a3d1ef32019-03-30 23:33:29 +010050 "options_save": {
51 "message": "Save",
52 "description": "Button in the options page to save the settings"
53 },
54 "inject_links": {
55 "message": "Links",
56 "description": "Heading which we use before the 'previous post' link in a user profile in TW"
57 },
58 "inject_previousposts": {
59 "message": "Previous posts",
60 "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 +020061 },
62 "inject_duplicatebtn": {
63 "message": "Mark as duplicate",
64 "description": "Tooltip of the 'duplicate treads' icon shown when selecting multiple threads in the Community Console."
65 },
66 "inject_duplicateinto": {
67 "message": "Duplicate into:",
68 "description": "Label for the text field in which the user has to enter the thread they want to duplicate into."
69 },
70 "inject_duplicateinto_placeholder": {
71 "message": "Enter the Community Console URL",
72 "description": "Placeholder for the URL field."
73 },
74 "inject_duplicate_cancel": {
75 "message": "Cancel",
76 "description": "Button to cancel the duplication process."
77 },
78 "inject_duplicate_confirm": {
79 "message": "Duplicate",
80 "description": "Button to duplicate all the threads."
81 },
82 "inject_duplicate_progress": {
83 "message": "Progress",
84 "description": "Title for a progress bar which indicates how many threads were duplicated."
avm99963a3d1ef32019-03-30 23:33:29 +010085 }
avm99963af7860e2019-06-04 03:33:26 +020086}