blob: 603f8b40d33935d10add2937ee9b93f469803e41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: eliminarimagencache_cat.php (Comandos)
// Idioma: Catal�
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Unidad Organizativa';
$TbMsg[1]='Grupo de aulas';
$TbMsg[2]='Aula';
$TbMsg[3]='Grupo de ordenadores';
$TbMsg[4]='Ordenador';
$TbMsg[5]='Eliminar Imatge de la Cache en Client';
$TbMsg[6]='Dades a subministrar';
$TbMsg[7]='Imátges Disponibles';
$TbMsg[8]='Par';
$TbMsg[9]='Nom S.O.';
$TbMsg[10]='Nom de la Imatge';
$TbMsg[11]='Nº';
$TbMsg[12]='Marcar';
$TbMsg[13]='Grand�ria';
$TbMsg[14]='Imatge NO está al Repositori';
$TbMsg[15]=' te varis Repositoris assignats';
$TbMsg[16]=' NO te el Repositori al Servidor';
$TbMsg[17]='Limitacions Versió 1.1';
$TbMsg[18]='Grand�ria de la imatge disponible si Repositori i Servidor Web allotjats al mateix Servidor';
$TbMsg[19]='Tipus';
$TbMsg["CONFIG_NOCONFIG"]='Sense configuraci�: client no connectat al servidor.';
|