lgromero-new-oglive
Last change
on this file was
aa7c8e4,
checked in by Irina Gómez <irinagomez@…>, 6 years ago
|
#802 For EFI partition: in console in 'RestoreImage?' command can't select it and deploy wizard show a message.
|
-
Property mode set to
100644
|
File size:
839 bytes
|
Line | |
---|
1 | //________________________________________________________________________________________________________ |
---|
2 | // |
---|
3 | // Fichero de idiomas javascript: asistentes.js |
---|
4 | // Idioma: Catalán |
---|
5 | //________________________________________________________________________________________________________ |
---|
6 | TbMsg=new Array; |
---|
7 | // Asistente de particionado |
---|
8 | TbMsg["NOCACHESIZE"] = "¡El espacio libre en disco es menor que la cache!"; |
---|
9 | TbMsg["NODISKSIZE"] = "¡El espacio libre en disco no puede ser menor que 0!"; |
---|
10 | TbMsg["NOSUPPORT"] = "Este navegador no soporta la operación."; |
---|
11 | // Asistente DeployImage |
---|
12 | TbMsg["EFIPART"] = "No es conveniente restaurar particiones EFI. \nEn la postconfiguración de la partición de sistema OpenGnsys copia los cargadores de arranque a esta partición. Si existen otros sistemas restaurados dejarán de funcionar."; |
---|
Note: See
TracBrowser
for help on using the repository browser.