58 lines
2.9 KiB
PHP
Executable File
58 lines
2.9 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
|
|
If this status has changed, please update the asset status.',
|
|
'does_not_exist' => 'Актив не существует.',
|
|
'assoc_users' => 'Этот актив в настоящее время привязан к пользователю и не может быть удален. Пожалуйста сначала снимите привязку, и затем попробуйте удалить снова. ',
|
|
|
|
'create' => array(
|
|
'error' => 'Актив не был создан, пожалуйста попробуйте снова. :(',
|
|
'success' => 'Актив успешно создан. :)'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'Актив не был изменен, пожалуйста попробуйте снова',
|
|
'success' => 'Актив успешно изменен.',
|
|
'nothing_updated' => 'No fields were selected, so nothing was updated.',
|
|
),
|
|
|
|
'restore' => array(
|
|
'error' => 'Asset was not restored, please try again',
|
|
'success' => 'Asset restored successfully.'
|
|
),
|
|
|
|
'deletefile' => array(
|
|
'error' => 'File not deleted. Please try again.',
|
|
'success' => 'File successfully deleted.',
|
|
),
|
|
|
|
'upload' => array(
|
|
'error' => 'File(s) not uploaded. Please try again.',
|
|
'success' => 'File(s) successfully uploaded.',
|
|
'nofiles' => 'You did not select any files for upload',
|
|
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
|
|
),
|
|
|
|
|
|
'delete' => array(
|
|
'confirm' => 'Вы уверены что хотите удалить этот актив?',
|
|
'error' => 'При удалении актива возникла проблема. Пожалуйста попробуйте снова.',
|
|
'success' => 'Актив был успешно удален.'
|
|
),
|
|
|
|
'checkout' => array(
|
|
'error' => 'Актив не был привязан, пожалуйста попробуйте снова',
|
|
'success' => 'Актив успешно привязан.',
|
|
'user_does_not_exist' => 'Этот пользователь является недопустимым. Пожалуйста, попробуйте еще раз.'
|
|
),
|
|
|
|
'checkin' => array(
|
|
'error' => 'Актив не был отвязан, пожалуйста попробуйте снова',
|
|
'success' => 'Актив успешно отвязан.',
|
|
'user_does_not_exist' => 'Этот пользователь является недопустимым. Пожалуйста, попробуйте еще раз.'
|
|
)
|
|
|
|
);
|