Files
snipe-it/app/lang/ru/admin/locations/table.php
T
2015-07-27 10:24:21 -07:00

18 lines
521 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => 'Город',
'state' => 'Область/Регион',
'country' => 'Страна',
'create' => 'Создать статус',
'update' => 'Обновить статус',
'name' => 'Имя статуса',
'address' => 'Адрес',
'zip' => 'Почтовый индекс',
'locations' => 'Размещения',
'parent' => 'Parent',
'currency' => 'Location Currency', // this is deprecated
);