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 a52f983 was
b3dfeb6,
checked in by Ramón M. Gómez <ramongomez@…>, 7 years ago
|
|
#875: Remove port from repository properties form and alter the database.
|
-
Property mode set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | //________________________________________________________________________________________________________ |
|---|
| 3 | // |
|---|
| 4 | // Fichero de idiomas php: propiedades_repositorios_esp.php |
|---|
| 5 | // Idioma: Español |
|---|
| 6 | //________________________________________________________________________________________________________ |
|---|
| 7 | if (empty ($TbMsg)) $TbMsg=array(); |
|---|
| 8 | $TbMsg[0]="Sin Opción"; |
|---|
| 9 | $TbMsg[1]="Insertar"; |
|---|
| 10 | $TbMsg[2]="Modificar"; |
|---|
| 11 | $TbMsg[3]="Eliminar"; |
|---|
| 12 | $TbMsg[4]="Gestión Repositorios"; |
|---|
| 13 | $TbMsg[5]="Nombre del Repositorio"; |
|---|
| 14 | $TbMsg[6]="Dirección IP"; |
|---|
| 15 | $TbMsg[7]="Comentarios"; |
|---|
| 16 | |
|---|
| 17 | $TbMsg[9]="Directorio Base"; |
|---|
| 18 | $TbMsg[10]="Directorio PXE"; |
|---|
| 19 | $TbMsg[11]="Espacio TOTAL"; |
|---|
| 20 | $TbMsg[12]="Espacio Ocupado"; |
|---|
| 21 | $TbMsg[13]="Espacio Libre"; |
|---|
| 22 | $TbMsg[14]="% Ocupado"; |
|---|
| 23 | $TbMsg[15]='Sin acceso a información del repositorio'; |
|---|
| 24 | $TbMsg[16]='Revise la conexión con el repositorio<br>Revise la clave de acceso (campo Api Token debe coincidir con su valor en fichero "ogAdmRepo.cfg")'; |
|---|
| 25 | $TbMsg[17]='Api Token'; |
|---|
| 26 | $TbMsg['MSG_CONTENT']='Contenido'; |
|---|
| 27 | $TbMsg['MSG_IMAGE']='Imagen'; |
|---|
| 28 | $TbMsg['MSG_TYPE']='Tipo'; |
|---|
| 29 | $TbMsg['MSG_SIZE']='Tamaño'; |
|---|
| 30 | $TbMsg['MSG_MODIFIED']='Modificado'; |
|---|
| 31 | $TbMsg['MSG_PERMISSIONS']='Permisos'; |
|---|
Note: See
TracBrowser
for help on using the repository browser.