mroe changes, moving to language file

This commit is contained in:
2015-02-24 15:37:29 -05:00
parent dfd64ba4f9
commit 16b87fafe4
9 changed files with 62 additions and 73 deletions

11
lang/en.lang.php Normal file
View File

@@ -0,0 +1,11 @@
<?php return array(
// Set up language strings here
'NO_PUNCHES' => 'You have no recorded punches'
'QUICK_PUNCH' => 'Quick Punch'
// EOF
); ?>