translation-value-sets/ru/process_types.php
2022-12-16 21:58:31 +00:00

16 lines
905 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP
$process_types['project'] = 'Проект';
$process_types['grant_application'] = 'Заявка на грант';
$process_types['exhibition'] = 'Выставка';
$process_types['appointment'] = 'Назначение / событие';
$process_types['loan_incoming'] = 'Займ (входящий)';
$process_types['loan_outgoing'] = 'Займ (исходящий)';
$process_types['employment_ad'] = 'Объявление о приеме на работу';
$process_types['purchase'] = 'Покупка';
$process_types['deaccession'] = 'Отсоединение';
$process_types['construction'] = 'Строительная мера';
$process_types['pest_control_campaign'] = 'Кампания борьбы с вредителями';
$process_types['pr_campaign'] = 'PR-кампания';
$process_types['relocation'] = 'Переезд';
$process_types['discussion'] = 'Обсуждение';