2008-09-19 04:49:38 +00:00
|
|
|
<?php
|
2008-10-27 02:57:29 +00:00
|
|
|
$string['alfresco_url'] = 'Alfresco URL';
|
2009-06-08 06:36:38 +00:00
|
|
|
$string['alfrescourltext'] = 'Afresco API url should be: http://yoursite.com/alfresco/api';
|
2008-09-19 04:49:38 +00:00
|
|
|
$string['configplugin'] = 'Alfresco configuration';
|
|
|
|
$string['notitle'] = 'notitle';
|
2009-02-24 08:00:01 +00:00
|
|
|
$string['repositoryname'] = 'Alfresco repository';
|
2008-09-19 04:49:38 +00:00
|
|
|
$string['repositorydesc'] = 'A plug-in for Alfresco CMS';
|
|
|
|
$string['username'] = 'User name';
|
|
|
|
$string['password'] = 'Password';
|
2008-10-27 02:57:29 +00:00
|
|
|
$string['soapmustbeenabled'] = "SOAP extension must be enabled for alfresco plugin";
|