Files
snipe-it/resources/lang/aa-ER/datepicker.php
2025-11-24 12:30:07 +00:00

81 lines
3.0 KiB
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'week_start_select' => 'crwdns14326:0crwdne14326:0',
'week_start' => 'crwdns14328:0crwdne14328:0',
'today' => 'crwdns13298:0crwdne13298:0',
'clear' => 'crwdns13300:0crwdne13300:0',
'days' => [
'sunday' => 'crwdns13302:0crwdne13302:0',
'monday' => 'crwdns13304:0crwdne13304:0',
'tuesday' => 'crwdns13306:0crwdne13306:0',
'wednesday' => 'crwdns13308:0crwdne13308:0',
'thursday' => 'crwdns13310:0crwdne13310:0',
'friday' => 'crwdns13312:0crwdne13312:0',
'saturday' => 'crwdns13314:0crwdne13314:0',
],
'short_days' => [
'sunday' => 'crwdns13316:0crwdne13316:0',
'monday' => 'crwdns13318:0crwdne13318:0',
'tuesday' => 'crwdns13320:0crwdne13320:0',
'wednesday' => 'crwdns13322:0crwdne13322:0',
'thursday' => 'crwdns13324:0crwdne13324:0',
'friday' => 'crwdns13326:0crwdne13326:0',
'saturday' => 'crwdns13328:0crwdne13328:0',
],
'min_days' => [
'sunday' => 'crwdns13330:0crwdne13330:0',
'monday' => 'crwdns13332:0crwdne13332:0',
'tuesday' => 'crwdns13334:0crwdne13334:0',
'wednesday' => 'crwdns13336:0crwdne13336:0',
'thursday' => 'crwdns13338:0crwdne13338:0',
'friday' => 'crwdns13340:0crwdne13340:0',
'saturday' => 'crwdns13342:0crwdne13342:0',
],
'months' => [
'january' => 'crwdns13344:0crwdne13344:0',
'february' => 'crwdns13346:0crwdne13346:0',
'march' => 'crwdns13348:0crwdne13348:0',
'april' => 'crwdns13350:0crwdne13350:0',
'may' => 'crwdns13352:0crwdne13352:0',
'june' => 'crwdns13354:0crwdne13354:0',
'july' => 'crwdns13356:0crwdne13356:0',
'august' => 'crwdns13358:0crwdne13358:0',
'september' => 'crwdns13360:0crwdne13360:0',
'october' => 'crwdns13362:0crwdne13362:0',
'november' => 'crwdns13364:0crwdne13364:0',
'december' => 'crwdns13366:0crwdne13366:0',
],
'months_short' => [
'january' => 'crwdns13368:0crwdne13368:0',
'february' => 'crwdns13370:0crwdne13370:0',
'march' => 'crwdns13372:0crwdne13372:0',
'april' => 'crwdns13374:0crwdne13374:0',
'may' => 'crwdns13376:0crwdne13376:0',
'june' => 'crwdns13378:0crwdne13378:0',
'july' => 'crwdns13380:0crwdne13380:0',
'august' => 'crwdns13382:0crwdne13382:0',
'september' => 'crwdns13384:0crwdne13384:0',
'october' => 'crwdns13386:0crwdne13386:0',
'november' => 'crwdns13388:0crwdne13388:0',
'december' => 'crwdns13390:0crwdne13390:0',
],
);