blob: 1091dc1e4abc68f28046bbbf4910b678bea420ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: repositorios_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"New Repositories Group"';
$TbMsg[1]='"Add Repository "';
$TbMsg[2]='"Set Repository"';
$TbMsg[3]='"Rename"';
$TbMsg[4]='"Delete Repositories group"';
$TbMsg[5]='"Repository Information"';
$TbMsg[6]='"Move Repository"';
$TbMsg[7]='"Properties"';
$TbMsg[8]='"Delete Repository"';
$TbMsg[9]='"New Repositories Group"';
$TbMsg[10]='"Delete Image from Repository"';
$TbMsg[11]='';
$TbMsg[12]='"Repositories"';
$TbMsg[13]='""';
$TbMsg[14]='"Repositories"';
$TbMsg[15]='"Icons"';
|