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