ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?php
return array(
'group_exists' => 'Grup zaten mevcut.',
'group_not_found' => 'Group ID : ID mevcut değil.',
'group_name_required' => 'İsim alanı zorunludur',
'success' => array(
'create' => 'Grup oluşturuldu.',
'update' => 'Grup güncellendi.',
'delete' => 'Grup silindi.',
),
'delete' => array(
'confirm' => 'Grubu silmek istediğinize emin misiniz?',
'create' => 'Grup silinirken bir problem oluştu. Lütfen tekrar deneyin.',
'update' => 'Grup güncellenirken bir problem oluştu. Lütfen tekrar deneyin.',
'delete' => 'Grup silinirken bir problem oluştu. Lütfen tekrar deneyin.',
),
);