Files
snipe-it/app/lang/tr/admin/accessories/message.php
T
2015-11-25 03:37:48 -08:00

38 lines
1.3 KiB
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' => 'Accessory does not exist.',
'assoc_users' => 'Bu aksesuardan :count adet kullanıcılara çıkış yapıldı. Lütfen aksesuar girişi yapınız ve tekrar deneyin.',
'create' => array(
'error' => 'Accessory was not created, please try again.',
'success' => 'Accessory created successfully.'
),
'update' => array(
'error' => 'Accessory was not updated, please try again',
'success' => 'Accessory updated successfully.'
),
'delete' => array(
'confirm' => 'Bu kategoriyi silmek istediğinize emin misiniz?',
'error' => 'Bu kategoriyi silerken bir hata ile karşılaşıldı. Lütfen tekrar deneyin.',
'success' => 'Kategori silindi.'
),
'checkout' => array(
'error' => 'Aksesuar çıkışı yapılamadı, lütfen tekrar deneyin',
'success' => 'Aksesuar çıkışı yapıldı.',
'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.'
),
'checkin' => array(
'error' => 'Aksesuar girişi yapılamadı, lütfen tekrar deneyin',
'success' => 'Aksesuar girişi yapıldı.',
'user_does_not_exist' => 'Bu kullanıcı geçersiz. Lütfen tekrar deneyin.'
)
);