lgromero-new-oglive
Last change
on this file was
b3dfeb6,
checked in by Ramón M. Gómez <ramongomez@…>, 6 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_cat.php |
---|
5 | // Idioma: Català |
---|
6 | //________________________________________________________________________________________________________ |
---|
7 | if (empty ($TbMsg)) $TbMsg=array(); |
---|
8 | $TbMsg[0]="Sense Opció"; |
---|
9 | $TbMsg[1]="Afegir"; |
---|
10 | $TbMsg[2]="Modificar"; |
---|
11 | $TbMsg[3]="Eliminar"; |
---|
12 | $TbMsg[4]="Gestió Repositoris"; |
---|
13 | $TbMsg[5]="Nom del Repositori"; |
---|
14 | $TbMsg[6]="Direcció IP"; |
---|
15 | $TbMsg[7]="Comentaris"; |
---|
16 | |
---|
17 | $TbMsg[9]="Directori Base"; |
---|
18 | $TbMsg[10]="Directori PXE"; |
---|
19 | $TbMsg[11]="Espai TOTAL"; |
---|
20 | $TbMsg[12]="Espai Ocupat"; |
---|
21 | $TbMsg[13]="Espai Lliure"; |
---|
22 | $TbMsg[14]="% Ocupat"; |
---|
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']='Imatge'; |
---|
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.