Approval.
This commit is contained in:
parent
80bc9b0b98
commit
822ad6383e
|
@ -20,7 +20,7 @@ $currencies_set = array (
|
|||
'ru-RUB' => 'Российский рубль',
|
||||
'su-SUR' => 'Советский рубль',
|
||||
'ua-UAH' => 'Украинская гривна',
|
||||
'ch-CHF' => 'Swiss franc',
|
||||
'ch-CHF' => 'Швейцарский франк',
|
||||
);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-ND' => 'Атрибуция - Без коммерции - Без дериватов',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_external_id_repositories = array (
|
||||
'hu_ksh' => 'Hungarian Central Statistical Office',
|
||||
'hu_ksh' => 'Центральное статистическое управление Венгрии',
|
||||
);
|
||||
|
|
|
@ -20,5 +20,5 @@ $marking_types = array (
|
|||
'punched' => 'Наклёпка',
|
||||
'scarified' => 'Скарификация',
|
||||
'cast' => 'Слеплено',
|
||||
'painted' => 'Painted',
|
||||
'painted' => 'Написано красками',
|
||||
);
|
||||
|
|
|
@ -4,7 +4,7 @@ $phone_types = array (
|
|||
'work' => 'Рабочий',
|
||||
'home' => 'Домашний',
|
||||
'mobile' => 'Мобильный',
|
||||
'work mobile' => 'Мобильный (работа)',
|
||||
'work mobile' => 'Мобильный (рабочий)',
|
||||
'fax' => 'Факс',
|
||||
'fax work' => 'Факс (работа)',
|
||||
'fax work' => 'Факс (рабочий)',
|
||||
);
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tag_relation_type = array (
|
||||
'tag' => 'Tag',
|
||||
'object_type' => 'Object type',
|
||||
'material' => 'Material',
|
||||
'technique' => 'Technique',
|
||||
'display_subject' => 'Display subject',
|
||||
'tag' => 'Тег',
|
||||
'object_type' => 'Тип объекта',
|
||||
'material' => 'Материал',
|
||||
'technique' => 'Техника',
|
||||
'display_subject' => 'Показ объекта',
|
||||
);
|
||||
|
|
|
@ -20,5 +20,5 @@ $marking_types = array (
|
|||
'punched' => 'Пробито',
|
||||
'scarified' => 'Скарифікування',
|
||||
'cast' => 'Лиття',
|
||||
'painted' => 'Painted',
|
||||
'painted' => 'Написано фарбами',
|
||||
);
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tag_relation_type = array (
|
||||
'tag' => 'Tag',
|
||||
'object_type' => 'Object type',
|
||||
'material' => 'Material',
|
||||
'technique' => 'Technique',
|
||||
'display_subject' => 'Display subject',
|
||||
'tag' => 'Тег',
|
||||
'object_type' => 'Тип об\'єкта',
|
||||
'material' => 'Матеріал',
|
||||
'technique' => 'Техніка',
|
||||
'display_subject' => 'Показ об\'єкта',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user