blob: 04db56b74f655324db02bbde815a708d712059fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_repositorio_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Repositories';
$TbMsg[1]='Repositories Information';
$TbMsg[2]='Repository';
$TbMsg[3]='Repository Information';
$TbMsg[4]='Comments';
$TbMsg[5]='Hosted Images';
$TbMsg[6]='Computers assigned';
?>
|