close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
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 55fcaa6 was
f91ac3c,
checked in by ramon <ramongomez@…>, 8 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
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | //________________________________________________________________________________________________________ |
|---|
| 3 | // |
|---|
| 4 | // Fichero de idiomas php: eliminarimagencache_esp.php (Comandos) |
|---|
| 5 | // Idioma: Espa�ol |
|---|
| 6 | //________________________________________________________________________________________________________ |
|---|
| 7 | if (empty ($TbMsg)) $TbMsg=array(); |
|---|
| 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'; |
|---|
| 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'; |
|---|
| 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'; |
|---|
| 27 | $TbMsg[19]='Tipo'; |
|---|
| 28 | $TbMsg["CONFIG_NOCONFIG"]='Sin configuración: cliente no conectado al servidor.'; |
|---|
| 29 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.