source: admin/WebConsole/idiomas/javascripts/eng/propiedades_repositorios_eng.js @ 124d63d

Last change on this file since 124d63d was 6544149, checked in by Irina Gómez <irinagomez@…>, 7 years ago

#870 Incorporar ordenadores: utiliza el primer repositorio de la unidad organizativa y pide confirmación si no existe ninguno. Añadir nuevo ordenador y modificar ordenador: no exigen tener repositorio asignado. Eliminar repositorio: se corrige mensaje de aviso cuando existen ordenadores asignados.

  • Property mode set to 100644
File size: 592 bytes
Line 
1//____________________________________________________________________________
2//     
3//    Javascript language file: propiedades_repositorios_eng.js
4//    Language: English
5//____________________________________________________________________________
6TbMsg=new Array;
7TbMsg[0]="Repository name can only contain alphanumeric characters";
8TbMsg[1]="You must enter IP address";
9TbMsg[2]="WARNING: There are computers assigned to this repository. Do you really want to delete it?";
10TbMsg[3]="You must enter Comm port for clients";
11TbMsg[4]="Comments can only contain alphanumeric characters.";
Note: See TracBrowser for help on using the repository browser.