Changeset 6519
- Timestamp:
- Dec 19, 2017, 1:18:32 PM (3 years ago)
- Location:
- lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/i18n/ca-ES@valencia/messages.json
r5552 r6519 17 17 "lmd.image.assistant.Description" : ["Descripció"], 18 18 "lmd.image.assistant.Architecture" : ["Arquitectura"], 19 "lmd.image.assistant.Back" : ["Arrere"], 19 "lmd.image.assistant.Back" : ["Arrere"], 20 20 "lmd.image.assistant.Create" : ["Crea"], 21 "lmd.image.assisant.Iso":["Fitxer de iso"], 21 22 "lmd.imagemanager.image.edit.is.blocked.confirm" : ["L'edició d'imatges es troba bloquejada. Voleu desbloquejar-la i continuar?"], 22 23 "lmd.ask.for.regenerate.after.update" : ["Voleu refer la imatge de client perquè els canvis tinguen efecte?"], -
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/i18n/en-US/messages.json
r5552 r6519 19 19 "lmd.image.assistant.Back" : ["go Back"], 20 20 "lmd.image.assistant.Create" : ["Create"], 21 "lmd.image.assisant.Iso":["Iso file"], 21 22 "lmd.imagemanager.image.edit.is.blocked.confirm" : ["Image editing is blocked. Do you want to unblock and continue?"], 22 23 "lmd.ask.for.regenerate.after.update" : ["Do you want to refresh now thin client image file to apply changes?"], -
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/i18n/es-ES/messages.json
r5552 r6519 19 19 "lmd.image.assistant.Back" : ["Atrás"], 20 20 "lmd.image.assistant.Create" : ["Crear"], 21 "lmd.image.assisant.Iso":["Fichero de iso"], 21 22 "lmd.imagemanager.image.edit.is.blocked.confirm" : ["La edición de imágenes se encuentra bloqueada. ¿Desea desbloquearla y continuar?"], 22 23 "lmd.ask.for.regenerate.after.update" : ["Desea rehacer la imagen de cliente para que los cambios tengan efecto?"], -
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/images.html
r6515 r6519 127 127 <label for="llx_ltsp_new_image_desc" class="col-md-2 control-label" i18n>lmd.image.assistant.Description</label> 128 128 <div class="col-md-10"> 129 <textarea class="form-control" id="llx_ltsp_new_image_desc" type="text"> </textarea>129 <textarea class="form-control" id="llx_ltsp_new_image_desc" type="text">lmd.image.assisant.Iso</textarea> 130 130 </div> 131 131 </div> … … 142 142 143 143 <div class="form-group" id="llx_ltsp_new_image_assistant_iso_selector"> 144 <label for="llx_ltsp_new_image_arch" class="col-md-2 control-label" i18n>lmd.image.assis tant.Architecture</label>144 <label for="llx_ltsp_new_image_arch" class="col-md-2 control-label" i18n>lmd.image.assisant.Iso</label> 145 145 <div class="col-md-10"> 146 146 <input type="file" class="form-control" id="llx_ltsp_new_image_iso" /> -
lmd/trunk/fuentes/admin-center-ltsp.install/modul/lliurex-ltsp/src/js/imageManager.js
r6518 r6519 1497 1497 $(this).addClass("llx_ltsp_template_div_selected"); 1498 1498 $("#llx-ltsp-goto-image-assistant-stage-2").addClass("btn-primary"); 1499 $("#llx_ltsp_new_image_name").val(""); 1500 $("#llx_ltsp_new_image_desc").val(""); 1499 1501 }); 1500 1502
Note: See TracChangeset
for help on using the changeset viewer.