blob: 4eb4d808cb0863bc0c04ce6523033f82ce9e2b9a (
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
30
31
32
33
34
35
36
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: softwares_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='""';
$TbMsg[1]='"Properties"';
$TbMsg[2]='""';
$TbMsg[3]='"New components group"';
$TbMsg[4]='"Define new component"';
$TbMsg[5]='"Set component"';
$TbMsg[6]='"Rename"';
$TbMsg[7]='"Delete components group"';
$TbMsg[8]='"Move component"';
$TbMsg[9]='"Delete component"';
$TbMsg[10]='"New profiles group"';
$TbMsg[11]='"Define new profile"';
$TbMsg[12]='"Set profile"';
$TbMsg[13]='"Delete profiles group"';
$TbMsg[14]='"Components management"';
$TbMsg[15]='"Profile information"';
$TbMsg[16]='"Move profile"';
$TbMsg[17]='"Delete profile"';
$TbMsg[18]='"Software types"';
$TbMsg[19]='"Software components"';
$TbMsg[20]='"Software profiles"';
$TbMsg[21]='"Incremental Software "';
$TbMsg[22]='"New incremental group"';
$TbMsg[23]='"Define new incremental"';
$TbMsg[24]='"Set incremental"';
$TbMsg[25]='"Remove incremental group"';
$TbMsg[26]='"Incremental information"';
$TbMsg[27]='"Move incremental"';
$TbMsg[28]='"Delete incremental"';
|