[CRYPTEX] Add French translation

This commit is contained in:
Pierre Schweitzer 2019-02-10 20:42:32 +01:00
parent 718ced9f3a
commit d2c71d761e
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
7 changed files with 57 additions and 3 deletions

View file

@ -904,7 +904,7 @@ NtfsUserFsRequest(PDEVICE_OBJECT DeviceObject,
PIO_STACK_LOCATION Stack;
PDEVICE_EXTENSION DeviceExt;
DPRINT1("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
DPRINT("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
Stack = IoGetCurrentIrpStackLocation(Irp);
DeviceExt = DeviceObject->DeviceExtension;
@ -966,7 +966,7 @@ NtfsFileSystemControl(PNTFS_IRP_CONTEXT IrpContext)
PIRP Irp;
PDEVICE_OBJECT DeviceObject;
DPRINT1("NtfsFileSystemControl() called\n");
DPRINT("NtfsFileSystemControl() called\n");
DeviceObject = IrpContext->DeviceObject;
Irp = IrpContext->Irp;