Add Generic PCL Printer
This commit is contained in:
@@ -266,6 +266,10 @@ plat_get_string(int i)
|
||||
return L"Make sure libpcap is installed and that you are on a libpcap-compatible network connection.";
|
||||
case STRING_GHOSTSCRIPT_ERROR_TITLE:
|
||||
return L"Unable to initialize Ghostscript";
|
||||
case STRING_GHOSTPCL_ERROR_TITLE:
|
||||
return L"Unable to initialize GhostPCL";
|
||||
case STRING_GHOSTPCL_ERROR_DESC:
|
||||
return L"libgpcl6 is required for automatic conversion of PCL files to PDF.\n\nAny documents sent to the generic PCL printer will be saved as Printer Command Language (.pcl) files.";
|
||||
case STRING_HW_NOT_AVAILABLE_MACHINE:
|
||||
return L"Machine \"%hs\" is not available due to missing ROMs in the roms/machines directory. Switching to an available machine.";
|
||||
case STRING_HW_NOT_AVAILABLE_VIDEO:
|
||||
|
||||
Reference in New Issue
Block a user