release.lang.php 762 B

12345678910111213141516
  1. <?php
  2. $LANG['the_site_not_release'] = 'There is no Publishing Point on site';
  3. $LANG['release_point_connect_failure'] = 'Node『 {name} 』connecting failed';
  4. $LANG['peed_your_server'] = 'The speed of synchronization is dependent upon the speed of publishing point on your server.';
  5. $LANG['are_release_ing'] = 'Synchronizing';
  6. $LANG['done'] = 'Finished';
  7. $LANG['sync_agin'] = 'Synchronizing again';
  8. $LANG['site'] = 'Site';
  9. $LANG['path'] = 'Path';
  10. $LANG['time'] = 'Time';
  11. $LANG['upload'] = 'Upload';
  12. $LANG['success'] = 'Success';
  13. $LANG['failure'] = 'Fail';
  14. $LANG['not_upload'] = 'have not streamed it yet';
  15. $LANG['remind'] = 'Warning';
  16. $LANG['remind_message'] = 'The operation failed because your server probably do not have this file. Please cancel this command';