Approval.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$process_types = array (
|
||||
'project' => 'Project',
|
||||
'grant_application' => 'Grant application',
|
||||
'exhibition' => 'Exhibition',
|
||||
'appointment' => 'Appointment / Event',
|
||||
'loan_incoming' => 'Loan (incoming)',
|
||||
'loan_outgoing' => 'Loan (outgoing)',
|
||||
'employment_ad' => 'Employment ad',
|
||||
'purchase' => 'Purchase',
|
||||
'deaccession' => 'Deaccession',
|
||||
'construction' => 'Construction measure',
|
||||
'pest_control_campaign' => 'Pest control campaign',
|
||||
'pr_campaign' => 'PR campaign',
|
||||
'relocation' => 'Relocation',
|
||||
'discussion' => 'Discussion',
|
||||
'project' => 'परियोजना',
|
||||
'grant_application' => 'अनुदान आवेदन',
|
||||
'exhibition' => 'प्रदर्शनी',
|
||||
'appointment' => 'नियुक्ति / कार्यक्रम',
|
||||
'loan_incoming' => 'ऋण (आने वाला)',
|
||||
'loan_outgoing' => 'ऋण (आउटगोइंग)',
|
||||
'employment_ad' => 'रोजगार विज्ञापन',
|
||||
'purchase' => 'खरीदना',
|
||||
'deaccession' => 'विग्रहण',
|
||||
'construction' => 'निर्माण उपाय',
|
||||
'pest_control_campaign' => 'कीट नियंत्रण अभियान',
|
||||
'pr_campaign' => 'जनसंपर्क अभियान',
|
||||
'relocation' => 'पुनर्वास',
|
||||
'discussion' => 'बहस',
|
||||
);
|
||||
|
Reference in New Issue
Block a user