diff --git a/lang/en_us.php b/lang/en_us.php index a28ab15..2620fcb 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -40,5 +40,7 @@ define("STRINGS", [ "out" => "Out", "notes" => "Notes", "view punch card" => "View punch card", - "na" => "N/A" + "na" => "N/A", + "this week" => "This week", + "x on the clock" => "{time} on the clock" ]); \ No newline at end of file diff --git a/pages/punches.php b/pages/punches.php index a38f74f..0202678 100644 --- a/pages/punches.php +++ b/pages/punches.php @@ -3,6 +3,32 @@ require_once __DIR__ . '/../required.php'; redirectifnotloggedin(); ?> +