moodle/lang/en_utf8/repository_alfresco.php
dongsheng 17e31bb097 MDL-16384, first draft of alfresco plugin
TODO:
1) Create a SOAP wrapper
2) Implement searching
2008-09-19 04:49:38 +00:00

8 lines
310 B
PHP

<?php
$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['alfresco_url'] = 'Alfresco URL';