snipe-it/resources/lang/tr/admin/companies/message.php
2016-03-25 01:18:05 -07:00

19 lines
802 B
PHP
Executable file
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
return array(
'does_not_exist' => 'Firma yok.',
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
'create' => array(
'error' => 'Firma oluşturulamadı, lütfen tekrar deneyin.',
'success' => 'Firma başarıyla oluşturuldu.'
),
'update' => array(
'error' => 'Company was not updated, please try again',
'success' => 'Firma Başarıyla Güncellendi.'
),
'delete' => array(
'confirm' => 'Bu firmayı silmek istediğinize emin misiniz?',
'error' => 'There was an issue deleting the company. Please try again.',
'success' => 'The Company was deleted successfully.'
)
);