| | |
| | | <?php
|
| | | $wb["template_name_txt"] = 'Template name';
|
| | | $wb["template_file_txt"] = 'Template filename';
|
| | | $wb["server_id_txt"] = 'Server';
|
| | | $wb["allservers_txt"] = 'Exists on all servers';
|
| | | $wb["active_txt"] = 'Active';
|
| | | $wb["description_txt"] = 'Description';
|
| | | ?> |
| | | <?php |
| | | $wb['template_name_txt'] = 'Nombre de plantilla'; |
| | | $wb['template_file_txt'] = 'Nombre del archivo de plantilla'; |
| | | $wb['server_id_txt'] = 'Servidor'; |
| | | $wb['allservers_txt'] = 'Existente en todos los servidores'; |
| | | $wb['active_txt'] = 'Habilitado'; |
| | | $wb['description_txt'] = 'Descripción'; |
| | | $wb['template_name_error_empty'] = 'El nombre de la plantilla está vacío.'; |
| | | $wb['template_file_error_empty'] = 'El nombre del archivo de la plantilla está vacío.'; |
| | | $wb['Template'] = 'Plantilla'; |
| | | ?> |