12 lines
152 B
PHP
12 lines
152 B
PHP
|
<?php return array(
|
||
|
// Set up language strings here
|
||
|
'NO_PUNCHES' => 'You have no recorded punches'
|
||
|
'QUICK_PUNCH' => 'Quick Punch'
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
// EOF
|
||
|
); ?>
|