aboutsummaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-11-27 22:41:15 +0100
committerJavier <dev.git@javispedro.com>2022-11-27 22:41:15 +0100
commitf2a1a9f49d98de0f2d71e8c65bad9379634975d7 (patch)
treeda462fa8e68a093b60994686347838b3f89f79b6 /nls
parent544a184a4373fc29ba9d030bd8efb59fb56a28e2 (diff)
downloadvbados-f2a1a9f49d98de0f2d71e8c65bad9379634975d7.tar.gz
vbados-f2a1a9f49d98de0f2d71e8c65bad9379634975d7.zip
refactor to add per-mount options to vbsf
Diffstat (limited to 'nls')
-rw-r--r--nls/vbmouse.en24
-rw-r--r--nls/vbmouse.es24
-rw-r--r--nls/vbsf.en33
-rw-r--r--nls/vbsf.es33
4 files changed, 58 insertions, 56 deletions
diff --git a/nls/vbmouse.en b/nls/vbmouse.en
index feab00b..3febaba 100644
--- a/nls/vbmouse.en
+++ b/nls/vbmouse.en
@@ -4,18 +4,18 @@
# Spaces before text must be kept. Be sure that no spaces are
# added to the end of the lines.
#
-0.0:\nUsage:
-0.1: VBMOUSE <ACTION> <ARGS..>\n
-0.2:Supported actions:
-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: wheel <ON|OFF> enable/disable wheel API support
-0.7: wheelkey <KEY|OFF> emulate a specific keystroke on wheel scroll
-0.8: supported keys: updn, pageupdn
-0.9: integ <ON|OFF> enable/disable virtualbox integration
-0.10: hostcur <ON|OFF> enable/disable mouse cursor rendering in host
-0.11: reset reset mouse driver settings
+0.0:Usage:
+0.1: VBMOUSE <ACTION> <ARGS..>
+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: wheel <ON|OFF> Enable/disable wheel API support.
+0.7: wheelkey <KEY|OFF> Emulate a specific keystroke on wheel scroll.
+0.8: Supported keys: updn, pageupdn.
+0.9: integ <ON|OFF> Enable/disable VirtualBox integration.
+0.10: hostcur <ON|OFF> Enable/disable mouse cursor rendering in the host.
+0.11: reset Reset mouse driver.
1.0:Wheel mouse found and enabled\n
1.1:Setting wheel support to %s\n
1.2:enabled
diff --git a/nls/vbmouse.es b/nls/vbmouse.es
index 11f30a7..7b79bda 100644
--- a/nls/vbmouse.es
+++ b/nls/vbmouse.es
@@ -6,18 +6,18 @@
# Spaces before text must be kept. Be sure that no spaces are
# added to the end of the lines.
#
-0.0:\nUso:
-0.1: VBMOUSE <ACCIàN> <ARGS..>\n
-0.2:Acciones soportadas:
-0.3: install instala el controlador (por defecto)
-0.4: low instala en memoria convencional (UMB si no)
-0.5: uninstall desinstala el controlador de la memoria
-0.6: wheel <ON|OFF> habilita/deshabilita soporte para la rueda
-0.7: wheelkey <KEY|OFF> emula una tecla espec¡fica para el scroll por rueda
-0.8: valores soportados para KEY: updn, pageupdn
-0.9: integ <ON|OFF> habilita/deshabilita integraci¢n con virtualbox
-0.10: hostcur <ON|OFF> habilita/deshabilita pintado del cursor en el anfitri¢n
-0.11: reset reinicia ajustes del controlador del rat¢n
+0.0:Uso:
+0.1: VBMOUSE <ACCIàN> <ARGS..>
+0.2:Acciones y opciones soportadas:
+0.3: install Instala el controlador (por defecto).
+0.4: low Instala en memoria convencional (UMB si no).
+0.5: uninstall Desinstala el controlador de la memoria.
+0.6: wheel <ON|OFF> Habilita/deshabilita el soporte para la rueda.
+0.7: wheelkey <TECLA|OFF> Emula una tecla espec¡fica al rotar la rueda.
+0.8: Teclas soportadas: updn, pageupdn.
+0.9: integ <ON|OFF> Habilita/deshabilita integraci¢n con VirtualBox.
+0.10: hostcur <ON|OFF> Habilita/deshabilita cursor dibujado por anfitri¢n.
+0.11: reset Reinicia el controlador del rat¢n.
1.0:Rueda de rat¢n encontrada y activada\n
1.1:Soporte para rueda %s\n
1.2:habilitado
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 <ACTION> <ARGS..>\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 <n> 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] <FOLD> <X:> mount a shared folder into drive X:
-0.12: umount <X:> 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 <ACTION> <ARGS..> [<OPTIONS..>]
+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 <FOLD> <X:> ... Mount a shared folder into drive X:.
+0.8: /hash <n> 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 <X:> ... Change mount options for mounted drive X:.
+0.14: umount <X:> 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
diff --git a/nls/vbsf.es b/nls/vbsf.es
index 7e638be..32bac6d 100644
--- a/nls/vbsf.es
+++ b/nls/vbsf.es
@@ -6,23 +6,24 @@
# Spaces before text must be kept. Be sure that no spaces are
# added to the end of the lines.
#
-0.0:\nUso:
-0.1: VBSF <ACCIàN> <ARGS..>\n
-0.2:Acciones soportadas:
-0.3: install instala el controlador (por defecto)
-0.4: low instala en memoria convencional (UMB si no)
-0.5: short nombres cortos de archivos en anfitriones windows
-0.6: hash <n> n£mero de caracteres generados por hash tras la '~'
-0.7: para generar nombres de archivo v lidos en DOS
-0.8: (%d m¡n, %d m x, %d por defecto)\n
-0.9: uninstall desinstala el controlador de la memoria
-0.10: list lista carpetas compartidas disponibles
-0.11: mount [/cs] <CARP> <X:> monta una carpeta compartida en la unidad X:
-0.12: umount <X:> desmonta la carpeta compartida de la unidad X:
-0.13: rescan desmonta todo y recrea los automounts
-0.14: usar '/cs' si el anfitri¢n distingue may£s/min£s
+0.0:Uso:
+0.1: VBSF <ACCIàN> <ARGS..> [<OPCIONES..>]
+0.2:Acciones y opciones soportadas:
+0.3: install Instala el controlador (por defecto).
+0.4: low Instala en memoria convencional (UMB si no).
+0.5: uninstall Desinstala el controlador de la memoria.
+0.6: list Lista carpetas compartidas disponibles.
+0.7: mount <CARP> <X:> ... Monta una carpeta compartida en la unidad X:.
+0.8: /hash <n> N£mero de car cteres hash tras '~'
+0.9: en los nombres de archivo cortos generados.
+0.10: (entre %d y %d; por defecto %d; 0 desactiva)\n
+0.11: /host Usa nombres cortos de anfitriones Windows.
+0.12: /upper Require nombres de archivo en may£sculas.
+0.13: remount <X:> ... Cambia opciones de montado para unidad X:.
+0.14: umount <X:> Desmonta la carpeta compartida de la unidad X:.
+0.15: rescan Desmonta todo y rehace los automontajes.
1.0:Unidades montadas:\n
-1.1: %s en %c:\n
+1.1: %s en %c: %s\n
1.2:Carpetas compartidas disponibles:\n
1.3:Carpeta compartida '%s' montada en la unidad %c:\n
1.4:Unidad %c: desmontada\n