Approval.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?PHP
|
||||
$appointment_attendance_modes['offline'] = 'Офлайн';
|
||||
$appointment_attendance_modes['online'] = 'Онлайн';
|
||||
$appointment_attendance_modes['mixed'] = 'Офлайн й онлайн';
|
||||
$appointment_attendance_modes['mixed'] = 'Офлайн та онлайн';
|
||||
|
@ -1,17 +1,17 @@
|
||||
<?PHP
|
||||
$colors_set['black'] = 'Black';
|
||||
$colors_set['green'] = 'Green';
|
||||
$colors_set['silver'] = 'Silver';
|
||||
$colors_set['lime'] = 'Lime';
|
||||
$colors_set['gray'] = 'Gray';
|
||||
$colors_set['olive'] = 'Olive';
|
||||
$colors_set['white'] = 'White';
|
||||
$colors_set['yellow'] = 'Yellow';
|
||||
$colors_set['maroon'] = 'Maroon';
|
||||
$colors_set['navy'] = 'Navy';
|
||||
$colors_set['red'] = 'Red';
|
||||
$colors_set['blue'] = 'Blue';
|
||||
$colors_set['purple'] = 'Purple';
|
||||
$colors_set['teal'] = 'Teal';
|
||||
$colors_set['fuchsia'] = 'Fuchsia';
|
||||
$colors_set['aqua'] = 'Aqua';
|
||||
$colors_set['black'] = 'Чорний';
|
||||
$colors_set['green'] = 'Зелений';
|
||||
$colors_set['silver'] = 'Срібний';
|
||||
$colors_set['lime'] = 'Лайм';
|
||||
$colors_set['gray'] = 'Сірий';
|
||||
$colors_set['olive'] = 'Оливковий';
|
||||
$colors_set['white'] = 'Білий';
|
||||
$colors_set['yellow'] = 'Жовтий';
|
||||
$colors_set['maroon'] = 'Темно-бордовий';
|
||||
$colors_set['navy'] = 'Темно-синій';
|
||||
$colors_set['red'] = 'Червоний';
|
||||
$colors_set['blue'] = 'Блакитний';
|
||||
$colors_set['purple'] = 'Пурпуровий';
|
||||
$colors_set['teal'] = 'Бірюзовий';
|
||||
$colors_set['fuchsia'] = 'Фуксія';
|
||||
$colors_set['aqua'] = 'Морська хвиля';
|
||||
|
4
uk/disposal_method_set.php
Normal file
4
uk/disposal_method_set.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?PHP
|
||||
$disposal_method_set['sold'] = 'Sold';
|
||||
$disposal_method_set['destroyed'] = 'Destroyed';
|
||||
$disposal_method_set['garbage'] = 'Thrown away / garbage collection';
|
@ -1,4 +1,4 @@
|
||||
<?PHP
|
||||
$gender_set['female'] = 'Female';
|
||||
$gender_set['male'] = 'Male';
|
||||
$gender_set['other'] = 'Other';
|
||||
$gender_set['female'] = 'Жіночий ';
|
||||
$gender_set['male'] = 'Чоловічий';
|
||||
$gender_set['other'] = 'Інший';
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
$object_form_set['cube'] = 'Cube';
|
||||
$object_form_set['cuboid'] = 'Cuboid';
|
||||
$object_form_set['sphere'] = 'Sphere';
|
||||
$object_form_set['cone'] = 'Cone';
|
||||
$object_form_set['cylinder'] = 'Cylinder';
|
||||
$object_form_set['cube'] = 'Куб';
|
||||
$object_form_set['cuboid'] = 'Кубоподібний';
|
||||
$object_form_set['sphere'] = 'Сфера';
|
||||
$object_form_set['cone'] = 'Конус';
|
||||
$object_form_set['cylinder'] = 'Циліндр';
|
||||
|
@ -5,4 +5,4 @@ $object_status['borrowed'] = 'Запозичення';
|
||||
$object_status['to_check_for_gift'] = 'Для перевірки (на подарунок)';
|
||||
$object_status['to_check'] = 'Для перевірки';
|
||||
$object_status['deaccessed'] = 'Відключено доступ';
|
||||
$object_status['third_party_property'] = 'Third party property';
|
||||
$object_status['third_party_property'] = 'Власність третіх осіб';
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
$syndication_repos['ddb'] = 'German Digital Library (DDB) ';
|
||||
$syndication_repos['europeana'] = 'Europeana ';
|
||||
$syndication_repos['smb-digital'] = 'SMB-digital ';
|
||||
$syndication_repos['kalliope-verbund'] = 'Kalliope Verbund ';
|
||||
$syndication_repos['ddb'] = 'Німецька цифрова бібліотека (DDB)';
|
||||
$syndication_repos['europeana'] = 'європейський';
|
||||
$syndication_repos['smb-digital'] = 'SMB-цифровий';
|
||||
$syndication_repos['kalliope-verbund'] = 'Kalliope мережа';
|
||||
|
Reference in New Issue
Block a user