ar
de
dsb
actor_variant_types_set.php
appointment_attendance_modes.php
appointment_contributor_roles.php
appointment_status.php
closer_location_types_set.php
conservation_report_type_set.php
currencies_set.php
entry_types.php
eventtype_name.php
exhibition_contributor_roles.json
exhibition_contributor_roles.php
license_explica.php
license_full_names.php
license_url.php
loan_types.php
marking_types.php
object_publication_background.php
object_status.php
phone_types.php
placetypes.php
podcast_contributor_roles.php
position_set.php
process_types.php
recording_types_set.php
research_status.php
source_type_set.php
space_access_status.php
space_types.php
syndication_repos.php
title_types_set.php
todo_status.php
units_length_set.php
units_weight_set.php
en
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ru
tl
tr
uk
zh
16 lines
710 B
PHP
16 lines
710 B
PHP
<?PHP
|
|
$process_types['project'] = 'Project';
|
|
$process_types['grant_application'] = 'Grant application';
|
|
$process_types['exhibition'] = 'Exhibition';
|
|
$process_types['appointment'] = 'Appointment / Event';
|
|
$process_types['loan_incoming'] = 'Loan (incoming)';
|
|
$process_types['loan_outgoing'] = 'Loan (outgoing)';
|
|
$process_types['employment_ad'] = 'Employment ad';
|
|
$process_types['purchase'] = 'Purchase';
|
|
$process_types['deaccession'] = 'Deaccession';
|
|
$process_types['construction'] = 'Construction measure';
|
|
$process_types['pest_control_campaign'] = 'Pest control campaign';
|
|
$process_types['pr_campaign'] = 'PR campaign';
|
|
$process_types['relocation'] = 'Relocation';
|
|
$process_types['discussion'] = 'Discussion';
|