Files
snipe-it/app/lang/tr/admin/accessories/message.php
T
2015-07-27 10:18:40 -07: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' => 'Kategori mevcut değil.',
'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' => 'Kategori oluşturulamadı. Lütfen tekrar deneyiniz.',
'success' => 'Kategori oluşturuldu.'
),
'update' => array(
'error' => 'Kategori güncellenemedi, Lütfen tekrar deneyin',
'success' => 'Kategori güncellendi.'
),
'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.'
)
);