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