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' => 'Ryhmä on jo olemassa!',
'group_not_found' => 'Ryhmää :id ei ole olemassa.',
'group_name_required' => 'Nimi on pakollinen',
'success' => array(
'create' => 'Ryhmä luotiin onnistuneesti.',
'update' => 'Ryhmä päivitettiin onnistuneesti.',
'delete' => 'Ryhmä poistettiin onnistuneesti.',
),
'delete' => array(
'confirm' => 'Oletko varma että haluat poistaa tämän ryhmän?',
'create' => 'Ryhmän luonnissa tapahtui virhe. Yritä uudelleen.',
'update' => 'Ryhmän päivityksessä tapahtui virhe. Yritä uudelleen.',
'delete' => 'Ryhmän poistossa tapahtui virhe. Yritä uudelleen.',
),
);