From f2a1a9f49d98de0f2d71e8c65bad9379634975d7 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 27 Nov 2022 22:41:15 +0100 Subject: refactor to add per-mount options to vbsf --- nls/vbsf.en | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'nls/vbsf.en') diff --git a/nls/vbsf.en b/nls/vbsf.en index 9aac01e..e058178 100644 --- a/nls/vbsf.en +++ b/nls/vbsf.en @@ -4,23 +4,24 @@ # Spaces before text must be kept. Be sure that no spaces are # added to the end of the lines. # -0.0:\nUsage: -0.1: VBSF \n -0.2:Supported actions: -0.3: install install the driver (default) -0.4: low install in conventional memory (otherwise UMB) -0.5: short use short file names from windows hosts -0.6: hash number of hash generated chars following the '~' -0.7: for generating DOS valid files -0.8: (%d min, %d max, %d default)\n -0.9: uninstall uninstall the driver from memory -0.10: list list available shared folders -0.11: mount [/cs] mount a shared folder into drive X: -0.12: umount unmount shared folder from drive X: -0.13: rescan unmount everything and recreate automounts -0.14: use '/cs' if host filesystem is case sensitive +0.0:Usage: +0.1: VBSF [] +0.2:Supported actions and options: +0.3: install Install the driver (default). +0.4: low Install in conventional memory (otherwise UMB). +0.5: uninstall Uninstall the driver from memory. +0.6: list List available shared folders. +0.7: mount ... Mount a shared folder into drive X:. +0.8: /hash Number of hash chars following the '~' +0.9: for generated DOS short filenames. +0.10: (between %d and %d; default %d; 0 to disable)\n +0.11: /host Use short file names from Windows hosts. +0.12: /upper Require uppercase host filenames. +0.13: remount ... Change mount options for mounted drive X:. +0.14: umount Unmount shared folder from drive X:. +0.15: rescan Unmount everything and recreate automounts. 1.0:Mounted drives:\n -1.1: %s on %c:\n +1.1: %s on %c: %s\n 1.2:Available shared folders:\n 1.3:Shared folder '%s' mounted as drive %c:\n 1.4:Drive %c: unmounted\n -- cgit v1.2.3