en.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. $lang->integration->common = 'Integration';
  3. $lang->integration->switch = 'Toggle';
  4. $lang->integration->switchList = array('Disabled', 'Enabled');
  5. $lang->integration->type = 'Type';
  6. $lang->integration->office = 'Office Integration';
  7. $lang->integration->collabora = 'Collabora Online';
  8. $lang->integration->collaboraPath = 'Collabora URL';
  9. $lang->integration->error = new stdclass();
  10. $lang->integration->error->cannotConnectToCollabora = 'Cannot connect to Collabora Online service, please check if Collabora Online is configured, running and connectable.';
  11. $lang->integration->error->officeNotEnabled = 'Office integration is disabled.';
  12. $lang->integration->error->userNotFoundForRequest = 'Cannot find corresponding user.';
  13. $lang->integration->error->fileNotFoundForRequest = 'Cannot find corresponding file.';
  14. $lang->integration->error->filePreviewNotSupported = 'Unable to preview this file.';
  15. $lang->integration->error->buildIdentifierFail = 'Unable to build preview parameters.';
  16. $lang->integration->placeholder = new stdclass();
  17. $lang->integration->placeholder->collabora = 'Collabora Online URL, e.g., https://192.168.1.2:9980';