/lang/en/assignsubmission_vimeo.php

https://bitbucket.org/briancaballero/assignsubmission_vimeo · PHP · 56 lines · 31 code · 3 blank · 22 comment · 0 complexity · a2cd3108a1551c71f26c2e894bb5b17c MD5 · raw file

  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'assignsubmission_vimeo', language 'en'
  18. *
  19. * @package assignsubmission_vimeo
  20. * @copyright 2017 Kaplan AU
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['allowonlinetextsubmissions'] = 'Enabled';
  24. $string['default'] = 'Enabled by default';
  25. $string['default_help'] = 'If set, this submission method will be enabled by default for all new assignments.';
  26. $string['enabled'] = 'Vimeo';
  27. $string['enabled_help'] = 'If enabled, students are able to attach videos to be uploaded on Vimeo Account.';
  28. $string['vimeosubmission'] = 'Allow vimeo submission';
  29. $string['pluginname'] = 'Vimeo submissions';
  30. $string['vimeo'] = 'Vimeo';
  31. $string['video'] = 'Video';
  32. $string['video_file'] = 'Video File(s)';
  33. $string['maxfiles'] = 'Maximum videos per submission';
  34. $string['maxfiles_help'] = 'If vimeo submissions are enabled, each assignment can be set to accept up to this number of videos for their submission.';
  35. $string['maxfilessubmission'] = 'Maximum number of uploaded videos';
  36. $string['maxfilessubmission_help'] = 'If vimeo submissions are enabled, each student will be able to upload up to this number of video files for their submission.';
  37. $string['maximumsubmissionsize'] = 'Maximum video submission size';
  38. $string['maximumsubmissionsize_help'] = 'Videos uploaded by students may be up to this size.';
  39. $string['configmaxbytes'] = 'Maximum file size';
  40. $string['clientid'] = 'Vimeo App Client Identifier';
  41. $string['clientid_help'] = 'Client Identifier for API request authentication';
  42. $string['clientsecret'] = 'Vimeo App Client Secret';
  43. $string['clientsecret_help'] = 'Client Secret for API request authentication';
  44. $string['accesstoken'] = 'Vimeo App Access Token';
  45. $string['accesstoken_help'] = 'Access token for API requests. Should have "upload edit" scope.';
  46. $string['novideouploaded'] = 'No video uploaded.';
  47. $string['albumpassword'] = 'Album Password';
  48. $string['albumlink'] = 'Vimeo Album Link';
  49. // client strings
  50. $string['alreadyqued'] = '{$a} already added for queued.';
  51. $string['shouldbevideo'] = '{$a} should be of video type.';
  52. $string['numberoffilesexceed'] = 'Max file of {$a->numfiles} already reached. Skipping {$a->filename}.';
  53. $string['filesizeexceeded'] = 'Upload exceeds maximum supported file size of {$a}. Please lower the resolution of your video or contact your lecturer for advice.';