This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,16 @@
<?php
return array(
'component_name' => 'crwdns1544:0crwdne1544:0',
'checkin' => 'crwdns1545:0crwdne1545:0',
'checkout' => 'crwdns1546:0crwdne1546:0',
'cost' => 'crwdns1547:0crwdne1547:0',
'create' => 'crwdns1548:0crwdne1548:0',
'edit' => 'crwdns1549:0crwdne1549:0',
'date' => 'crwdns1550:0crwdne1550:0',
'order' => 'crwdns1551:0crwdne1551:0',
'remaining' => 'crwdns1552:0crwdne1552:0',
'total' => 'crwdns1553:0crwdne1553:0',
'update' => 'crwdns1554:0crwdne1554:0',
'checkin_limit' => 'crwdns11217:0crwdne11217:0'
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'crwdns1555:0crwdne1555:0',
'create' => array(
'error' => 'crwdns1556:0crwdne1556:0',
'success' => 'crwdns1557:0crwdne1557:0'
),
'update' => array(
'error' => 'crwdns1558:0crwdne1558:0',
'success' => 'crwdns1559:0crwdne1559:0'
),
'delete' => array(
'confirm' => 'crwdns1560:0crwdne1560:0',
'error' => 'crwdns1561:0crwdne1561:0',
'success' => 'crwdns1562:0crwdne1562:0'
),
'checkout' => array(
'error' => 'crwdns1563:0crwdne1563:0',
'success' => 'crwdns1564:0crwdne1564:0',
'user_does_not_exist' => 'crwdns1565:0crwdne1565:0',
'unavailable' => 'crwdns11529:0crwdne11529:0',
),
'checkin' => array(
'error' => 'crwdns1566:0crwdne1566:0',
'success' => 'crwdns1567:0crwdne1567:0',
'user_does_not_exist' => 'crwdns1568:0crwdne1568:0'
)
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'crwdns1569:0crwdne1569:0',
);