; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
;
VERSION 3
REVISION 1
LANGUAGE "English"
NATURALNAME "File I/O"
; FILEIO_SecurityWarning1
; Warning displayed when opening a script that launches an external program.
MSG 0x05700802 "Warning: the script \"%1\" opens the file \"%2\". Scala cannot guarantee that this file does not contain viruses or is otherwise harmful to your computer. Do you trust this file to be safe?\n\n(You can disable this message permanently in the File I/O EX options menu.)"
; FILEIO_SecurityWarning2
; Warning displayed when opening a script that launches an external program
; specified by a variable.
MSG 0x05700c01 "Warning: the script \"%1\" opens an unknown file. Scala cannot guarantee that this file does not contain viruses or is otherwise harmful to your computer. Do you trust this script to be safe?\n\n(You can disable this message permanently in the File I/O EX options menu.)"
; FILEIO_Yes
; "Yes" button text in the security warning dialog
MSG 0x05701000 "Yes"
; FILEIO_YesHotkeys
; "Yes" button hotkeys in the security warning dialog
MSG 0x05701400 "y"
; FILEIO_YesAll
; "Yes to All" button text in the security warning dialog
MSG 0x05701800 "Yes to All"
; FILEIO_YesAllHotkeys
; "Yes to All" button hotkeys in the security warning dialog
MSG 0x05701c00 "a"
; FILEIO_No
; "No" button text in the security warning dialog
MSG 0x05702000 "No"
; FILEIO_NoHotkeys
; "No" button hotkeys in the security warning dialog
MSG 0x05702400 "n"
; FILEIO_OpenForbidden
; Error message displayed during playback if a Launch command does not execute
; for Security reasons.
MSG 0x05702801 "The file \"%1\" is not allowed to be opened."