918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change
on this file since 9815cac was
f91ac3c,
checked in by ramon <ramongomez@…>, 7 years ago
|
#658 #730: Cambios en el comando Eliminar imagen de caché:
- Corregida erratas en cláusulas
GROUP BY con MySQL 5.7
- Corregidos mensajes de cabeceras.
- Buscar mnemónico
CACHE en vez de la partición 4.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5546 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[9583e59] | 1 | <?php |
---|
| 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: eliminarimagencache_esp.php (Comandos) |
---|
[5d4a2a9] | 5 | // Idioma: Espa�ol |
---|
[9583e59] | 6 | //________________________________________________________________________________________________________ |
---|
| 7 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
[f91ac3c] | 8 | $TbMsg[0]='Unidad Organizativa'; |
---|
| 9 | $TbMsg[1]='Grupo de aulas'; |
---|
| 10 | $TbMsg[2]='Aula'; |
---|
| 11 | $TbMsg[3]='Grupo de ordenadores'; |
---|
| 12 | $TbMsg[4]='Ordenador'; |
---|
[9583e59] | 13 | $TbMsg[5]='Eliminar Imagen de la Cache en Cliente'; |
---|
| 14 | $TbMsg[6]='Datos a suministrar'; |
---|
| 15 | $TbMsg[7]='Imágenes Disponibles'; |
---|
| 16 | $TbMsg[8]='Par'; |
---|
| 17 | $TbMsg[9]='Nombre S.O.'; |
---|
| 18 | $TbMsg[10]='Nombre de la Imagen'; |
---|
| 19 | $TbMsg[11]='Nº'; |
---|
| 20 | $TbMsg[12]='Marcar'; |
---|
| 21 | $TbMsg[13]='Tamaño'; |
---|
[c5065c8] | 22 | $TbMsg[14]='Imagen NO está en Repositorio'; |
---|
| 23 | $TbMsg[15]=' tiene varios Repositorios asignados'; |
---|
| 24 | $TbMsg[16]=' NO tiene el Repositorio en el Servidor'; |
---|
| 25 | $TbMsg[17]='Limitaciones Versión 1.1'; |
---|
| 26 | $TbMsg[18]='Tamaño de la imagen disponible si Repositorio y Servidor Web alojados en el mismo Servidor'; |
---|
[5d4a2a9] | 27 | $TbMsg[19]='Tipo'; |
---|
[b5bc6b2] | 28 | $TbMsg["CONFIG_NOCONFIG"]='Sin configuración: cliente no conectado al servidor.'; |
---|
[9583e59] | 29 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.