blob: b45a9bd05582eb13405a8bc0386e370d0012b3ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: informacion_repositorio_eng.php
// Language: English
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Repositories';
$TbMsg[1]='Repositories Information';
$TbMsg[2]='Repository';
$TbMsg[3]='Repository Information';
$TbMsg[4]='Comments';
$TbMsg[5]='Hosted Images';
$TbMsg["IMGTYPE1"]='monolithic';
$TbMsg["IMGTYPE2"]='basic synchronized';
$TbMsg["IMGTYPE3"]='incremental synchronized';
$TbMsg[6]='Assigned computers';
|