* Code for task #89148.

This commit is contained in:
tianshujie
2023-03-28 10:31:47 +08:00
parent 867e0c8379
commit 294475a59c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ $lang->doclib->select = 'Auswahl';
$lang->doclib->execution = $lang->executionCommon . ' Bibliothek';
$lang->doclib->product = $lang->productCommon . ' Bibliothek';
$lang->doclib->apiLibName = 'Api Library Name';
$lang->doclib->privateACL = "Private <span class='acl-tip'> (Only creators and whitelisted users with %s permissions can access it)";
$lang->doclib->privateACL = "Private <span class='acl-tip'>(Only creators and whitelisted users with %s permissions can access it)</span>";
$lang->doclib->type['wiki'] = 'WIKI';
$lang->doclib->type['api'] = 'API';
@@ -36,7 +36,7 @@ $lang->doclib->aclListB['private'] = 'Private';
$lang->doclib->aclList = array();
$lang->doclib->aclList['open'] = "Public <span class='acl-tip'>(Users who can access doccan access it)</span>";
$lang->doclib->aclList['default'] = "Default <span class='acl-tip'>(Users who can access the selected %s or users in the whiltelist can access it)</span>";
$lang->doclib->aclList['private'] = "Private <span class='acl-tip'> (Only the one who created it or users in the whiltelist can access it)</span>";
$lang->doclib->aclList['private'] = "Private <span class='acl-tip'>(Only the one who created it or users in the whiltelist can access it)</span>";
$lang->doclib->create['product'] = 'Create ' . $lang->productCommon . ' Library';
$lang->doclib->create['execution'] = 'Create ' . $lang->executionCommon . ' Library';
+1 -1
View File
@@ -20,7 +20,7 @@ $lang->doclib->select = 'Select';
$lang->doclib->execution = $lang->executionCommon . ' Library';
$lang->doclib->product = $lang->productCommon . ' Library';
$lang->doclib->apiLibName = 'Api Library Name';
$lang->doclib->privateACL = "Private <span class='acl-tip'> (Only creators and whitelisted users with %s permissions can access it)";
$lang->doclib->privateACL = "Private <span class='acl-tip'>(Only creators and whitelisted users with %s permissions can access it)</span>";
$lang->doclib->type['wiki'] = 'WIKI';
$lang->doclib->type['api'] = 'API';
+1 -1
View File
@@ -20,7 +20,7 @@ $lang->doclib->select = 'Sélect.';
$lang->doclib->execution = 'Bibliothèque ' . $lang->executionCommon;
$lang->doclib->product = $lang->productCommon . ' Library';
$lang->doclib->apiLibName = 'Api Library Name';
$lang->doclib->privateACL = "Private <span class='acl-tip'> (Only creators and whitelisted users with %s permissions can access it)";
$lang->doclib->privateACL = "Private <span class='acl-tip'>(Only creators and whitelisted users with %s permissions can access it)</span>";
$lang->doclib->type['wiki'] = 'WIKI';
$lang->doclib->type['api'] = 'API';