-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmessages.json
666 lines (653 loc) · 20.9 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
{
"extensionName": {
"message": "WebAppFind"
},
"extensionShortName": {
"message": "WebAppFind"
},
"extensionDescription": {
"message": "Open desktop files into web apps"
},
"browser_action_title": {
"message": "WebAppFind",
"description": "Title on toolbar"
},
"atyourcommand_window_title": {
"message": "AtYourCommand",
"description": "Added in title of window to denote this is AtYourCommand functionality"
},
"atyourcommand_open_oneoff": {
"message": "Open One-off AtYourCommand"
},
"enable_asyouwish": {
"message": "Enable AsYouWish for this tab",
"description": "Whether to enable the privileged AsYouWish API for this tab"
},
"allowedSites_title": {
"message": "AsYouWish allowed sites"
},
"allowedSites_description": {
"message": "Sites that have the privilege of using the potentially dangerous AsYouWish APIs; enable only with sites you fully trust!"
},
"autoApproveConfirmedSites_title": {
"message": "Auto-approve confirmed sites for AsYouWish"
},
"autoApproveConfirmedSites_description": {
"message": "Automatically approve sites for future use once confirmed for AsYouWish privileges"
},
"trust_site_addon_code": {
"message": "Are you sure you trust this site to evaluate potentially dangerous add-on code?"
},
"trust_site_node_code": {
"message": "Are you sure you trust this site to evaluate potentially dangerous Node.js code?"
},
"file_extension_associate_open_with": {
"message": "File extension to associate with this executable (for \"Open With\u2026\"): "
},
"file_content_type_associate": {
"message": "File content type to associate for this executable (for \"Open With\u2026\"): "
},
"make_default_handler_for_extension": {
"message": "Make the default execution handler for files with this extension?"
},
"make_default_handler_for_content_type": {
"message": "Make the default execution handler for files with this content type"
},
"executable_name": {
"message": "Executable name: "
},
"executable_id": {
"message": "Executable ID: "
},
"executable_id_tooltip": {
"message": "Used as a `CFBundleIdentifier` in your application's `Info.plist`"
},
"preserve_shortcut": {
"message": "Preserve shortcut after execution: "
},
"change_batch_exe": {
"message": "Change batch to exe: "
},
"preserve_sed_file_explanation": {
"message": "Normally a SED file will be added and then removed. This option preserves it and will subsequently seek to use it."
},
"preserve_sed_file": {
"message": "Preserve the SED file: "
},
"preserve_batch_file_explanation": {
"message": "Normally the batch file will be cleaned up when incorporated into an exe. This preserves it and will subsequently seek to use it."
},
"preserve_batch_file": {
"message": "Preserve the batch file: "
},
"executable_save_directory": {
"message": "Directory where the executable will be saved: "
},
"browse_file": {
"message": "Browse\u2026"
},
"or": {
"message": "or"
},
"or_choose_location": {
"message": "(Or choose a location)"
},
"executable_within_profile_folder": {
"message": "Executable folder within profile folder"
},
"Desktop": {
"message": "Desktop"
},
"Start_up": {
"message": "Start-up"
},
"Start_menu": {
"message": "Start menu"
},
"Task_bar": {
"message": "Task bar"
},
"Profile_folder": {
"message": "Profile folder"
},
"Programs": {
"message": "Programs"
},
"plus": {
"message": "+"
},
"minus": {
"message": "-"
},
"pin_app_task_bar_explanation": {
"message": "While on the task bar, a desktop file or URL can be drag-and-dropped onto it if the executable is dynamic or a specific one if the document is baked into the executable"
},
"pin_app_task_bar": {
"message": "Pin app to task bar: "
},
"alt_ctrl": {
"message": "ALT+CTRL+$KEY$",
"placeholders": {
"key": {
"content": "$1",
"example": "X"
}
}
},
"overwrite_template_ok": {
"message": "You have chosen a template which already exists, so any saves you make with this name will overwrite its contents with the updates made below. Continue?"
},
"delete_template_ok": {
"message": "Are you sure you wish to delete the template?"
},
"must_choose_one_to_delete": {
"message": "In order to delete a template, you must choose one in the pull-down"
},
"must_add_one_executable_name": {
"message": "You must specify at least one executable file name"
},
"must_add_executable_path": {
"message": "You must supply a path for your executable"
},
"choose_template": {
"message": "(Choose a template with which to populate this form)"
},
"delete_template": {
"message": "Delete this template"
},
"remember_template_changes": {
"message": "Remember changes to this template's content?"
},
"template_name": {
"message": "Template name:"
},
"description": {
"message": "Description:"
},
"executable_directories": {
"message": "Executable directory(ies)"
},
"window_style": {
"message": "Window style"
},
"window_activate_restore_explanation": {
"message": "Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position."
},
"window_activate_restore": {
"message": "Activate - Restore from minimized/maximized"
},
"window_activate_maximize_explanation": {
"message": "Activates the window and displays it as a maximized window."
},
"window_activate_maximize": {
"message": "Activate - Maximize on open"
},
"window_minimize_explanation": {
"message": "Minimizes the window and activates the next top-level window."
},
"window_minimize": {
"message": "Minimize on open (and activate next top-level)"
},
"global_hot_key": {
"message": "Global hot key combination to activate:"
},
"icon_path_executable": {
"message": "Icon path for the executable:"
},
"choose_location": {
"message": "(Choose a location)"
},
"Pictures": {
"message": "Pictures"
},
"browser_icon": {
"message": "Browser icon"
},
"create_edit_ico_file_explanation": {
"message": "If the ICO file at the supplied path does not exist, an empty file will be created which can then be edited. Be sure to save your changes to the ICO file when done."
},
"create_edit_ico_file": {
"message": "Create/Edit ICO file"
},
"file_type_association": {
"message": "File/type association"
},
"hard_coded_desktop_file": {
"message": "Hard-coded desktop file (that this executable will exclusively open):"
},
"Documents": {
"message": "Documents"
},
"hard_coded_url_document_file": {
"message": "Hard-coded URL document file:"
},
"open_with_webappfind": {
"message": "Open with WebAppFind?"
},
"open_hard_coded_url_only": {
"message": "Open a hard-coded URL only?"
},
"specific_files_for_opening": {
"message": "Specific files to be set to be opened by default with the executable"
},
"associate_desktop_file": {
"message": "Desktop file to associate by default with this executable"
},
"dont_open_url": {
"message": "Don't open any URL"
},
"profile_for_executable": {
"message": "Profile to associate with this executable:"
},
"manage_profiles": {
"message": "Manage profiles"
},
"mode": {
"message": "Mode:"
},
"view_mode": {
"message": "View"
},
"binary": {
"message": "Binary"
},
"string": {
"message": "Accept string argument"
},
"filePicker": {
"message": "File picker (when no file argument)"
},
"edit_mode": {
"message": "Edit"
},
"shell_mode": {
"message": "Shell"
},
"custom_mode": {
"message": "Custom mode:"
},
"webappfind_preference_overrides": {
"message": "WebAppFind preference overrides:"
},
"hard_coded_web_app_URI": {
"message": "Hard-coded web app URI:"
},
"arguments_json": {
"message": "Arguments to be baked into the executable which will be passed to the app as JSON"
},
"arguments_json_description": {
"message": "Usable for opening preferences like desired theme"
},
"behavior_upon_URL_open": {
"message": "Behavior upon opening of web app/URL:"
},
"behavior_new_tab": {
"message": "New tab"
},
"behavior_new_window": {
"message": "New window"
},
"behavior_hidden_window": {
"message": "Hidden window"
},
"open_fullscreen_mode": {
"message": "Open web app/URL by default in full-screen mode?"
},
"extra_batch_file_commands": {
"message": "Batch file commands in addition to any other options set above:"
},
"hard_coded_string_to_pass": {
"message": "Hard-coded string to pass as content to the WebAppFind web app:"
},
"hard_coded_eval_string_to_pass": {
"message": "Hard-coded string to pass as evalable JavaScript to the WebAppFind web app:"
},
"extra_command_line_args": {
"message": "Command line arguments in addition to any other options set above:"
},
"create_executable_save_template": {
"message": "Create executable(s) and save template"
},
"run_commands_save_template": {
"message": "Run commands and save template"
},
"prepopulate_site_recommended": {
"message": "(Prepopulate with settings recommended by site)"
},
"unnamed": {
"message": "(Unnamed)"
},
"Create_a_one_off_command": {
"message": "Create a one-off command"
},
"One_off": {
"message": "One-off"
},
"Open_preferences": {
"message": "Open preferences"
},
"atyourcommand_doc_title": {
"message": "AtYourCommand One-Off"
},
"Substitutions_available": {
"message": "Substitutions available"
},
"currently_available_sequences": {
"message": "The currently available sequences are as follows. Note that if you execute now, we will utilize the information displayed for the substitutions even if you change the selected text before closing this dialog. Items marked in red with an asterisk are currently being employed within your arguments in at least one place."
},
"Process_executed": {
"message": "Process executed!"
},
"Substitutions_explained": {
"message": "Substitutions explained"
},
"Substitution_sequences_allow": {
"message": "Substitution sequences allow dynamic insertion of web content into a command line. All substitution sequences must begin and end with the delimiters \"<\" and \">\", respectively. If you need these in raw form, escape \"<\" as \"<\" (and \"&\" as \"&\"). All other text will be passed without modification to the command line."
},
"Substitution_sequences_allow_old": {
"message": "Substitution sequences allow dynamic insertion of web content into a command line. It is very important for you to properly escape the variable content that will be passed into them, as arbitrary command line execution could be dangerous. All substitution sequences must begin and end with the delimiters \"<\" and \">\", respectively. If you need these in raw form, add a backslash before the character (a single backslash before it will be stripped). If you need these delimiters anywhere within a resulting URL, you should be using %3C and %3E, respectively, anyways."
},
"prefixes_can_be_applied": {
"message": "A prefix or prefixes can be applied before any sequence."
},
"seq_eval": {
"message": "Evaluate the JavaScript following the \"eval\" and a space. Substitutions will be usable within the string."
},
"seq_contentType": {
"message": "The content type of the current page"
},
"seq_pageURL": {
"message": "The URL of the current page"
},
"seq_pageTitle": {
"message": "The title of the current page"
},
"seq_pageHTML": {
"message": "The HTML source of the current page"
},
"seq_bodyText": {
"message": "The text of the current page (the concatenated text of the current document's body content)"
},
"seq_selectedHTML": {
"message": "The HTML source of the text highlighted on the current page"
},
"seq_selectedText": {
"message": "The text highlighted on the current page"
},
"seq_contextSelector": {
"message": "The unique CSS selector of the right-clicked element on the current page (regardless of whether there is selected text)"
},
"seq_contextHTML": {
"message": "The HTML string contents of the right-clicked element on the current page (regardless of whether there is selected text)"
},
"seq_linkPageURLAsNativePath": {
"message": "The clicked link's location as a native path (e.g., \"C:\\\")"
},
"seq_linkPageTitle": {
"message": "The fetched title of the clicked link"
},
"seq_linkBodyText": {
"message": "The fetched body as text of the clicked link"
},
"seq_linkPageHTML": {
"message": "The fetched HTML source of the clicked link"
},
"seq_imageDataURL": {
"message": "The selected image content as a data: URL"
},
"seq_imageDataBinary": {
"message": "The selected image content as a binary string"
},
"seq_favIconUrl": {
"message": "Favicon URL of the page"
},
"seq_linkText": {
"message": "Text of the link"
},
"seq_linkUrl": {
"message": "URL of the link"
},
"seq_frameUrl": {
"message": "URL of the frame"
},
"seq_srcUrl": {
"message": "URL src value"
},
"seq_mediaType": {
"message": "Media type"
},
"seq_modifiers": {
"message": "Key command modifiers (as a pipe-separated string)"
},
"seq_details": {
"message": "Details containing headers for the document"
},
"seq_filenum": {
"message": "Add a hard-coded file by index"
},
"seq_urlnum": {
"message": "Add a hard-coded URL by index"
},
"seqname_filenum": {
"message": "file<1, 2, etc.>"
},
"seqname_urlnum": {
"message": "url<1, 2, etc.>"
},
"Sequences": {
"message": "Sequences:"
},
"Path_of_executable": {
"message": "Path of executable:"
},
"Browse": {
"message": "Browse\u2026"
},
"Hard_coded_files_and_URLs": {
"message": "Hard-coded files and URLs:"
},
"keep_dialog_open": {
"message": "Keep this dialog open after execution?"
},
"Execute_on_current_page": {
"message": "Execute (on current page)"
},
"Cancel": {
"message": "Cancel"
},
"prefix_save_temp": {
"message": "Added to indicate that the targeted contents should first be saved to a temporary file. This can be used for copying a whole file (or URLs too). Can be followed by whitespace and \"overwrite=\" and \"yes\", \"no\", or \"prompt\" to indicate what to do when a file in the location already exists (default is \"prompt\"). Can be followed by whitespace and \"continue=\" and \"yes\" or \"no\" for whether to continue execution when a file is found in the location and \"overwrite\" is \"no\" or \"prompt\" with a resulting \"no\" answer by the user (default is \"no\"). Can be followed by %N where \"N\" is the number of the directory argument below."
},
"prefix_ucencode_": {
"message": "Encode the content for safe inclusion within a URI component (the portion beginning with \"?\")"
},
"prefix_uencode_": {
"message": "Encode the content for safe inclusion AS a whole URI"
},
"prefix_escquotes_": {
"message": "Escape quotes (Note that this might be applied automatically to content in the future)"
},
"expandable_inputs_browse": {
"message": "Browse\u2026"
},
"expandable_inputs_directory": {
"message": "Directory?"
},
"expandable_inputs_plus": {
"message": "+"
},
"expandable_inputs_minus": {
"message": "-"
},
"expandable_inputs_reveal": {
"message": "\u0020"
},
"expandable_inputs_argsNum": {
"message": "Arg %s:"
},
"expandable_inputs_urlNum": {
"message": "URL %s:"
},
"expandable_inputs_fileNum": {
"message": "File %s:"
},
"Edit_commands": {
"message": "Edit commands"
},
"lt": {
"message": "\u003c Hide Names"
},
"gt": {
"message": "\u003e Show names"
},
"create_new_command": {
"message": "(Create new command)"
},
"if_present_command_saved": {
"message": "If present, this command will be saved"
},
"Command_name": {
"message": "Command name:"
},
"command_preview": {
"message": "Command preview:"
},
"command_result": {
"message": "Command result:"
},
"Result_here": {
"message": "(Result will go here)"
},
"Save": {
"message": "Save"
},
"supply_name": {
"message": "Please supply a name in order to save this command"
},
"Delete": {
"message": "Delete"
},
"have_unsaved_changes": {
"message": "You have unsaved changes; clicking ok will abandon the changes; clicking cancel and then save will let you avoid losing the changes."
},
"have_unsaved_name_change": {
"message": "You have made a change to the command name. Click \"ok\" to confirm the rename; if you click \"cancel\", you can make any further changes and click \"save\" again to create a new command with these details without changing the old command."
},
"no_changes_to_save": {
"message": "You do not have any changes to save"
},
"sure_wish_delete": {
"message": "Are you sure you wish to delete this command?"
},
"name_already_exists_overwrite": {
"message": "A command with that name already exists. Overwrite?"
},
"Restrict_contexts": {
"message": "Restrict contexts:"
},
"Specify_your_own_context": {
"message": "Specify your own context"
},
"Show_if_any_text_highlighted": {
"message": "Show if any text highlighted"
},
"frames": {
"message": "Frames"
},
"navigation": {
"message": "Navigation"
},
"block": {
"message": "Block"
},
"lists": {
"message": "Lists"
},
"tables": {
"message": "Tables"
},
"forms": {
"message": "Forms"
},
"links_and_anchors": {
"message": "Links and anchors"
},
"inline": {
"message": "Inline"
},
"time": {
"message": "Time"
},
"images": {
"message": "Images"
},
"other_media": {
"message": "Other media"
},
"plugins": {
"message": "Plugins"
},
"empty_but_visible": {
"message": "Empty but visible"
},
"hidden": {
"message": "Hidden"
},
"templates": {
"message": "Templates"
},
"scripting": {
"message": "Scripting"
},
"Italicized_obtained_from_source_page_context": {
"message": "Italicized items are obtained from source and are only available in page context (when nothing is highlighted and one right-clicks on the page)."
},
"Windows": {
"message": "Windows"
},
"Linux": {
"message": "Linux"
},
"Mac": {
"message": "Mac"
},
"os_format_for_batch_export": {
"message": "OS format for batch export"
},
"Export_to_batch": {
"message": "Export to batch"
},
"loading": {
"message": "Loading..."
},
"Icon_file": {
"message": "Icon_file"
},
"System_temp": {
"message": "Sytem temp"
},
"Firefox": {
"message": "Firefox"
},
"Command_prompt": {
"message": "Command prompt"
},
"WebAppFind": {
"message": "WebAppFind"
},
"choose_file_to_reveal": {
"message": "Please choose a file to reveal"
},
"executable_builder_title": {
"message": "Executable Builder"
},
"Preview_here": {
"message": "(Preview here)"
},
"options_addRemove_add": {
"message": "Add"
},
"options_addRemove_remove": {
"message": "Remove"
}
}