source: admin/WebConsole/idiomas/php/eng/comandos/eliminarimagenrepo_eng.php

lgromero-new-oglive
Last change on this file was 1985678, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Check for more variable definitions and continue code cleanup.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php language file: eliminarimagenrepositorio_eng.php (Comandos)
5//      Language: English
6//________________________________________________________________________________________________________
7        if (empty($TbMsg))  $TbMsg=array();
8        $TbMsg[0]='Image creation';
9        $TbMsg[1]='Computer features';
10        $TbMsg[2]='Name';
11        $TbMsg[3]='IP Address';
12        $TbMsg[4]='MAC Address';
13        $TbMsg[5]='Deleting Image from Repository';
14        $TbMsg[6]='Data to supply';
15        $TbMsg[7]='Available Images';
16        $TbMsg[8]='Par';
17        $TbMsg[9]='OS name';
18        $TbMsg[10]='----------- Image name -----------';
19        $TbMsg[11]='No.';
20        $TbMsg[12]='Mark';
21        $TbMsg[13]='Size';
22        $TbMsg[14]='Locked Image';
23        $TbMsg[15]='Deleting Image';
24        $TbMsg[16]='**** WARNING ****';
25        $TbMsg[17]='If you click OK the selected objects will be deleted';
26        $TbMsg[18]="TOTAL Space";
27        $TbMsg[19]="Used Space";
28        $TbMsg[20]="Free Release";
29        $TbMsg[21]="% Used";
30        $TbMsg[22]="Cannot connect to the Repository";
31        $TbMsg[23]='Version Limitations 1.5';
32        $TbMsg[24]='Deleting Image is allowed if Repository and Web server are hosted on the same server';
33        $TbMsg[25]='NOT Created';
34        $TbMsg[26]='Deleting Image object';
35        $TbMsg[27]='Type';
36        $TbMsg[28]='View Full Repository';
37        $TbMsg[29]='View Organizational Unit';
38        $TbMsg[30]='Organizational Unit';
39        $TbMsg[31]='Archive';
40        $TbMsg[32]='Directory';
41        $TbMsg[33]='WARNING: Image is hosted in a directory that does not match with the organizational unit.';
Note: See TracBrowser for help on using the repository browser.