Approval.
This commit is contained in:
parent
188f5370b6
commit
4cea8aba9e
3
ar/loan_types.php
Normal file
3
ar/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
ar/object_status.php
Normal file
7
ar/object_status.php
Normal 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';
|
3
de/loan_types.php
Normal file
3
de/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Ausgehend';
|
||||
$loan_types['incoming'] = 'Eingehend';
|
7
de/object_status.php
Normal file
7
de/object_status.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
$object_status['owned'] = 'Eigentum des Museums';
|
||||
$object_status['permanent_loan'] = 'Dauerleihe';
|
||||
$object_status['borrowed'] = 'Geliehen';
|
||||
$object_status['to_check_for_gift'] = 'Zur Prüfung im Museum (Schenkung)';
|
||||
$object_status['to_check'] = 'Zur Prüfung im Museum';
|
||||
$object_status['deaccessed'] = 'Deakzessiert';
|
3
dsb/loan_types.php
Normal file
3
dsb/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
dsb/object_status.php
Normal file
7
dsb/object_status.php
Normal 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';
|
3
en/loan_types.php
Normal file
3
en/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
en/object_status.php
Normal file
7
en/object_status.php
Normal 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';
|
3
es/loan_types.php
Normal file
3
es/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
es/object_status.php
Normal file
7
es/object_status.php
Normal 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';
|
3
fr/loan_types.php
Normal file
3
fr/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
fr/object_status.php
Normal file
7
fr/object_status.php
Normal 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';
|
3
hsb/loan_types.php
Normal file
3
hsb/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
hsb/object_status.php
Normal file
7
hsb/object_status.php
Normal 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';
|
3
hu/loan_types.php
Normal file
3
hu/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
hu/object_status.php
Normal file
7
hu/object_status.php
Normal 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';
|
3
id/loan_types.php
Normal file
3
id/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
id/object_status.php
Normal file
7
id/object_status.php
Normal 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';
|
3
it/loan_types.php
Normal file
3
it/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
it/object_status.php
Normal file
7
it/object_status.php
Normal 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';
|
3
iw/loan_types.php
Normal file
3
iw/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
iw/object_status.php
Normal file
7
iw/object_status.php
Normal 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';
|
3
nl/loan_types.php
Normal file
3
nl/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
nl/object_status.php
Normal file
7
nl/object_status.php
Normal 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';
|
3
pl/loan_types.php
Normal file
3
pl/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
pl/object_status.php
Normal file
7
pl/object_status.php
Normal 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';
|
3
pt/loan_types.php
Normal file
3
pt/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
pt/object_status.php
Normal file
7
pt/object_status.php
Normal 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';
|
3
qu/loan_types.php
Normal file
3
qu/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
qu/object_status.php
Normal file
7
qu/object_status.php
Normal 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';
|
3
ru/loan_types.php
Normal file
3
ru/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
ru/object_status.php
Normal file
7
ru/object_status.php
Normal 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';
|
3
tl/loan_types.php
Normal file
3
tl/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
tl/object_status.php
Normal file
7
tl/object_status.php
Normal 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';
|
3
tr/loan_types.php
Normal file
3
tr/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
tr/object_status.php
Normal file
7
tr/object_status.php
Normal 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';
|
3
uk/loan_types.php
Normal file
3
uk/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
uk/object_status.php
Normal file
7
uk/object_status.php
Normal 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';
|
3
zh/loan_types.php
Normal file
3
zh/loan_types.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?PHP
|
||||
$loan_types['outgoing'] = 'Outgoing';
|
||||
$loan_types['incoming'] = 'Incoming';
|
7
zh/object_status.php
Normal file
7
zh/object_status.php
Normal 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';
|
Loading…
Reference in New Issue
Block a user