| Línea 21... |
Línea 21... |
| 21 |
* @copyright 2023 Safat Shahin <safat.shahin@moodle.com>
|
21 |
* @copyright 2023 Safat Shahin <safat.shahin@moodle.com>
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea 24... |
Línea 24... |
| 24 |
|
24 |
|
| 25 |
$string['cachedef_serverversions'] = 'Matrix server version information for running servers';
|
25 |
$string['cachedef_serverversions'] = 'Matrix server version information for running servers';
|
| - |
|
26 |
$string['matrixhomeservername'] = 'Homeserver name';
|
| 26 |
$string['matrixuserid'] = 'Matrix user ID';
|
27 |
$string['matrixhomeservername_desc'] = 'The part after <code>@user:</code> in your Matrix ID (e.g. <code>example.com</code> in <code>@user:example.com</code>)';
|
| 27 |
$string['matrixhomeserverurl'] = 'Homeserver URL';
|
28 |
$string['matrixhomeserverurl'] = 'Homeserver URL';
|
| 28 |
$string['matrixhomeserverurl_desc'] = 'The URL of the Synapse homeserver to connect to, for user and room creation.';
|
29 |
$string['matrixhomeserverurl_desc'] = 'Server URL for connecting and creating accounts e.g. https://matrix.example.com.';
|
| 29 |
$string['matrixaccesstoken'] = 'Access token';
|
30 |
$string['matrixaccesstoken'] = 'Access token';
|
| 30 |
$string['matrixaccesstoken_desc'] = 'Access token for the account which will perform actions on the homeserver.';
|
31 |
$string['matrixaccesstoken_desc'] = 'Access token for the account which will perform actions on the homeserver.';
|
| 31 |
$string['matrixelementurl'] = 'Element web URL';
|
32 |
$string['matrixelementurl'] = 'Element web URL';
|
| 32 |
$string['matrixroomtopic'] = 'Room topic';
|
33 |
$string['matrixroomtopic'] = 'Room topic';
|
| - |
|
34 |
$string['matrixroomtopic_help'] = 'A short description of what this room is for.';
|
| 33 |
$string['matrixroomtopic_help'] = 'A short description of what this room is for.';
|
35 |
$string['matrixuserid'] = 'Matrix user ID';
|
| 34 |
$string['matrix:moderator'] = 'Matrix moderator';
|
36 |
$string['matrix:moderator'] = 'Matrix moderator';
|
| 35 |
$string['pluginname'] = 'Matrix';
|
37 |
$string['pluginname'] = 'Matrix';
|
| 36 |
$string['privacy:metadata'] = 'The Matrix communication plugin does not store any personal data.';
|
- |
|
| 37 |
|
- |
|
| 38 |
// Deprecated since Moodle 4.4.
|
- |
|
| 39 |
$string['matrixrefreshtoken'] = 'Refresh token';
|
- |
|