diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-11-25 12:56:30 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-11-25 15:37:28 +0100 |
commit | 4c4ea59598d9a432068dd8034005759fbfa54386 (patch) | |
tree | 5301820f1a527f80c1bfe66fc93a42507339efc6 /admin/WebConsole/idiomas/php/cat | |
parent | a89da3dcfcee46b13d8d85f8889434a952c38d2a (diff) |
#1008 Add support for partitioning several disks
WebConsole only supports for partitioning and formatting the first disk
of the client. POST /setup calls in ogserver and ogclient support
for multiple disks. Update WebConsole to allow to choose which disk do
you want to partition and format.
Diffstat (limited to 'admin/WebConsole/idiomas/php/cat')
-rw-r--r-- | admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php b/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php index 143d0b18..51245d03 100644 --- a/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php +++ b/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php @@ -44,7 +44,7 @@ $TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio'; $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio'; $TbMsg["CONFIG_NOCONFIG"]='Sense configuració: client no connectat al servidor.'; -$TbMsg["CONFIG_NODISK1MSDOS"]='Avís: aquest comandament sol tracta el disc 1 amb taula de particions MSDOS.'; +$TbMsg["CONFIG_NODISK1MSDOS"]='Avís: aquest comandament sol tracta amb taula de particions MSDOS.'; $TbMsg["CONFIG_NOOS"]='No se ha detectado ningún sistema operativo en el equipo.'; $TbMsg["SYNC_METHOD"]='Método'; |