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,11 @@
<?php
return array(
'checkout' => 'crwdns1770:0crwdne1770:0',
'consumable_name' => 'crwdns1396:0crwdne1396:0',
'create' => 'crwdns1397:0crwdne1397:0',
'item_no' => 'crwdns1618:0crwdne1618:0',
'remaining' => 'crwdns1307:0crwdne1307:0',
'total' => 'crwdns1308:0crwdne1308:0',
'update' => 'crwdns1398:0crwdne1398:0',
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'crwdns1309:0crwdne1309:0',
'create' => array(
'error' => 'crwdns1310:0crwdne1310:0',
'success' => 'crwdns1311:0crwdne1311:0'
),
'update' => array(
'error' => 'crwdns1312:0crwdne1312:0',
'success' => 'crwdns1313:0crwdne1313:0'
),
'delete' => array(
'confirm' => 'crwdns1428:0crwdne1428:0',
'error' => 'crwdns1315:0crwdne1315:0',
'success' => 'crwdns1429:0crwdne1429:0'
),
'checkout' => array(
'error' => 'crwdns1317:0crwdne1317:0',
'success' => 'crwdns1318:0crwdne1318:0',
'user_does_not_exist' => 'crwdns1319:0crwdne1319:0',
'unavailable' => 'crwdns11527:0crwdne11527:0',
),
'checkin' => array(
'error' => 'crwdns1320:0crwdne1320:0',
'success' => 'crwdns1321:0crwdne1321:0',
'user_does_not_exist' => 'crwdns1322:0crwdne1322:0'
)
);

View File

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