[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <? 2 /** 3 4 * Action sur un parc (arret - start) 5 * @Version $Id: action_parc_messages.php 8335 2014-12-20 17:22:12Z keyser $ 6 7 * @Projet LCS / SambaEdu 8 9 * @auteurs Stephane Boireau - MrT Novembre 2008 10 11 * @Licence Distribue selon les termes de la licence GPL 12 13 * @note 14 * Ajaxification des pings - script parc_ajax_lib.php sur une proposition de Stéphane Boireau 15 * Gestion des infobulles nouvelle mouture Tip et UnTip 16 * Modification des fonctions ts et vnc qui se trouvent desormais dans /var/www/se3/includes/fonc_parc.inc.php 17 * Externalisation des messages dans messages/en/action_parc_messages.php dans un hash global 18 * Messages en anglais 19 */ 20 21 /** 22 23 * @Repertoire: parcs/messages/en/ 24 * file: action_parc_messages.php 25 26 */ 27 28 $action_parc=array(); 29 30 $action_parc['pageTitre'] = "Actions on computer equipment"; 31 32 $action_parc['btnEteindreTitre'] = "Switch off all the computers"; 33 $action_parc['msgConfirmEteindre'] = "Are you sure to switch off this computer equipment ?"; 34 $action_parc['msgConfirmEteindreMachine'] = "Are you sure to switch off this computer "; 35 $action_parc['btnAllumerTitre'] = "Switch on all computers"; 36 $action_parc['btnProgrammerTitre'] = "Schedule"; 37 $action_parc['btnRafraichirTitre'] = "Refresh this page"; 38 39 $action_parc['arrayStationTitre'] = "COMPUTERS"; 40 $action_parc['arrayIp'] = "IP ADRESS"; 41 $action_parc['arrayEtatTitre'] = "STATUS"; 42 $action_parc['arrayConnexionTitre'] = "CONNECTIONS"; 43 $action_parc['arrayControleTitre'] = "CONTROL"; 44 45 46 //============================== 47 $action_parc['btnRebooterTitre'] = "Reboot all computers"; 48 $action_parc['msgConfirmRebooter'] = "Are yous sure to reboot all computers of the parc $parc ?"; 49 $action_parc['msgConfirmRebooterMachine'] = "Are yous sure to reboot this computer ?"; 50 //============================== 51 52 53 $action_parc['msgAttendre'] = "Wait please"; 54 55 $action_parc['msgSelect'] = "Select"; 56 $action_parc['msgSelectParc'] = "Select a computer equipment"; 57 $action_parc['msgNoParc'] = "There is no computer equipment"; 58 $action_parc['msgDelegationAccept'] = "Your delegation is accepted."; 59 $action_parc['msgNoDelegation'] = "You have no delegation on this computer equipment"; 60 61 $action_parc['msgWaitRefresh'] = "Wait a moment please, so refresh the page the time for the computer to start or stop"; 62 $action_parc['msgNoActions'] = "No scheduled actions today for this computer equipment"; 63 $action_parc['msgShutdownAction'] = "Switch off all computers is scheduled at"; 64 $action_parc['msgPoweronAction'] = "Switch on all computers is scheduled at"; 65 66 $action_parc['msgUserLogged'] = " is actually logged on this computer"; 67 $action_parc['msgUserIsLogged']=" is actually logged"; 68 $action_parc['msgNoSignal'] = "No signal send<li>You have to do it by hand</i>)."; 69 $action_parc['msgSendReboot'] = "Reboot signal send"; 70 $action_parc['msgSendWakeup'] = "Warm up signal send"; 71 72 $action_parc['msgStationIsOn'] = "The computer is actuallty power on, click here to switch off"; 73 $action_parc['msgStationIsOff'] = "The computer is actuallty power off, click here to switch on"; 74 $action_parc['msgPingKo'] = "Ping failed"; 75 $action_parc['msgPortsClosed'] = "Ports are not opened"; 76 $action_parc['msgTsWarning'] = "Warning, you must have a xp/2000 terminal server client installed to initiaite a remote session on this computer<font color=#FF0000>The users will be logged out during this time !!</font>"; 77 $action_parc['msgVncWarning'] = "Warning, you must have a vnc client installed to initiaite a remote session on this computer"; 78 79 80 //echo(print_r($action_parc)); 81 82 ?> 83 84
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |