mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
11 lines
487 B
PHP
11 lines
487 B
PHP
<?php
|
|
$string['alfresco_url'] = 'Alfresco URL';
|
|
$string['alfrescourltext'] = 'Afresco API url should be: http://yoursite.com/alfresco/api';
|
|
$string['configplugin'] = 'Alfresco configuration';
|
|
$string['notitle'] = 'notitle';
|
|
$string['repositoryname'] = 'Alfresco repository';
|
|
$string['repositorydesc'] = 'A plug-in for Alfresco CMS';
|
|
$string['username'] = 'User name';
|
|
$string['password'] = 'Password';
|
|
$string['soapmustbeenabled'] = "SOAP extension must be enabled for alfresco plugin";
|