You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ERROR_CREATING_LAUNCH_SCRIPT" : "An erorr occured while creating {APP_NAME} launcher script at /usr/local/bin. Please refer to https://github.com/adobe/brackets/wiki/Command-Line-Arguments for troubleshooting. Reason: ",
587
-
"ERROR_CLTOOLS_RMFAILED" : "Failed to remove existing {APP_NAME} symlink at /usr/local/bin.",
588
-
"ERROR_CLTOOLS_MKDIRFAILED" : "Failed to create /usr/local/bin directory structure",
589
-
"ERROR_CLTOOLS_LNFAILED" : "Failed to create {APP_NAME} symlink at /usr/local/bin",
590
-
"ERROR_CLTOOLS_SERVFAILED" : "Failed to create authorization",
586
+
"ERROR_CREATING_LAUNCH_SCRIPT" : "An erorr occured while creating {APP_NAME} command line tools at <code>/usr/local/bin</code>. Please refer to <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments#troubleshooting'>command line</a> wiki for troubleshooting.<br/><br/>Reason: ",
587
+
"ERROR_CLTOOLS_RMFAILED" : "Failed to remove existing {APP_NAME} symlink at <code>/usr/local/bin.</code>",
588
+
"ERROR_CLTOOLS_MKDIRFAILED" : "Failed to create <code>/usr/local/bin</code> directory structure.",
589
+
"ERROR_CLTOOLS_LNFAILED" : "Failed to create {APP_NAME} symlink at <code>/usr/local/bin</code>.",
590
+
"ERROR_CLTOOLS_SERVFAILED" : "Failed to create authorization object.",
591
+
"ERROR_CLTOOLS_NOTSUPPORTED" : "{APP_NAME} command line tool installation is not supported on this OS.",
591
592
592
-
"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Launch script succesfully installed! You can now launch {APP_NAME} from terminal.",
"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Command line tools succesfully installed! Now you can easily launch {APP_NAME} from command line using <code>{APP_NAME} myFile.txt</code> or <code>{APP_NAME} myFolder</code>. <br/><br/>Please refer to <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>command line</a> wiki for more infomation.",
0 commit comments