Approval.

This commit is contained in:
2022-10-09 19:52:39 +00:00
committed by md translation bot
parent 188f5370b6
commit 4cea8aba9e
40 changed files with 200 additions and 0 deletions

3
pl/loan_types.php Normal file
View File

@ -0,0 +1,3 @@
<?PHP
$loan_types['outgoing'] = 'Outgoing';
$loan_types['incoming'] = 'Incoming';

7
pl/object_status.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$object_status['owned'] = 'Owned';
$object_status['permanent_loan'] = 'Permanent loan';
$object_status['borrowed'] = 'Borrowed';
$object_status['to_check_for_gift'] = 'To check (for gift)';
$object_status['to_check'] = 'To check';
$object_status['deaccessed'] = 'Deaccessed';