tool_delivery.php 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. $string['accesstools'] = 'Go to delivery tools';
  3. $string['application'] = 'Application';
  4. $string['action'] = 'Command';
  5. $string['backtoprod'] = 'Plug in back';
  6. $string['clearreportarea'] = 'Clear report file area';
  7. $string['closesession'] = 'Close last session';
  8. $string['comment'] = 'Comment';
  9. $string['component'] = 'Component';
  10. $string['componentpath'] = 'Component Path';
  11. $string['configtooldeliverydir'] = 'From tools location the symlink directory where delivery must change moodle code';
  12. $string['configtooldeliveryenablesessions'] = 'If enabled, you need open and close delivery sessions for updating code. Session reports will be notified to reported recipients at the end of each session.';
  13. $string['configtooldeliverymethod'] = 'Choose the method (toolkit) for delivery';
  14. $string['configtooldeliveryprodscriptpath'] = 'Setup the physical path to reach delivery commands';
  15. $string['configtooldeliveryreportlogo'] = 'Logo image for the delivery report';
  16. $string['configtooldeliverysessionopenrecipients'] = 'All recipients (comma separated list) here will be notified when a delivery session is opened';
  17. $string['configtooldeliverysudo'] = 'Uses sudo in outcomming system commands';
  18. $string['configtooldeliverysudouser'] = 'Sudo username if sudo enabled (note that sudo user must have access to the whole delivery commands with NOPASSWD tag AND has write access to all the moodle files)';
  19. $string['configtooldirectdeliverytools'] = 'If checked, the delivery framework expects having tools in the immediate location given by the Path to Delivery Commands parameter. Tjhis is usefull when using a tool set located elsewhere then inthe delivery toolset.';
  20. $string['continuesession'] = 'Continue last session';
  21. $string['cvs'] = 'CVS';
  22. $string['dateend'] = 'End date';
  23. $string['datestart'] = 'Start date';
  24. $string['delivery'] = 'Code delivery';
  25. $string['deliveryoptions'] = 'Delivery Settings';
  26. $string['deliveryreport'] = 'Delivery Session Report';
  27. $string['deliverysessions'] = 'Delivery sessions';
  28. $string['deliverystate'] = 'Delivery State';
  29. $string['deliverytools'] = 'Delivery Tools';
  30. $string['errornotexecutable'] = 'Error : tools are not executable ({$a})';
  31. $string['errornotfound'] = 'Error : tools are not found ({$a})';
  32. $string['followup'] = 'Follow up';
  33. $string['goback'] = 'Plug out';
  34. $string['impact'] = 'Impact';
  35. $string['newdeliverysession'] = 'New delivery session';
  36. $string['nosessions'] = 'No delivery sessions';
  37. $string['opensession'] = 'Open new session';
  38. $string['outputstatus'] = 'Output state';
  39. $string['pluginname'] = 'Code Delivery Tools';
  40. $string['productionstate'] = 'Production State';
  41. $string['reports'] = 'Reports';
  42. $string['reporttitle'] = 'Code delivery report';
  43. $string['run'] = 'Run';
  44. $string['save'] = 'Save';
  45. $string['saveandclose'] = 'Save and close';
  46. $string['savesessiondata'] = 'Save session information';
  47. $string['security'] = 'Access security';
  48. $string['sessionend'] = 'Session end';
  49. $string['sessionlogs'] = 'Session logs';
  50. $string['sessionopening'] = 'Opening delivery session on {$a}';
  51. $string['sessionclosing'] = 'Closing delivery session on {$a}';
  52. $string['sessionstart'] = 'Session start';
  53. $string['sessiontitle'] = 'Session title';
  54. $string['sudomodeon'] = 'Sudo Mode: On';
  55. $string['summary'] = 'Summary';
  56. $string['supersyncback'] = 'Synchronize safe and supersafe codebase';
  57. $string['svn'] = 'SVN';
  58. $string['syncback'] = 'Synchronize safe codebase';
  59. $string['time'] = 'Time';
  60. $string['tooldeliverydir'] = 'Delivery dir radical';
  61. $string['tooldeliveryenablesessions'] = 'Enable delivery sessions';
  62. $string['tooldeliverymethod'] = 'Delivery method';
  63. $string['tooldeliveryprodscriptpath'] = 'Path to delivery commands';
  64. $string['tooldeliveryreportlogo'] = 'Delivery Report Logo';
  65. $string['tooldeliverysessionopenrecipients'] = 'Recipients for session opening';
  66. $string['tooldeliverysudo'] = 'Delivery uses sudo';
  67. $string['tooldeliverysudouser'] = 'User for sudo';
  68. $string['tooldirectdeliverytools'] = 'Direct path to delivery tools';
  69. $string['update'] = 'Update code';
  70. $string['updatesession'] = 'Update session';