From bfe26ceb39fd71e0ba6286ad78645e62d8814e16 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 31 Oct 2016 18:41:25 +0100 Subject: [PATCH] New translations --- resources/lang/zh_HK/auth.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 resources/lang/zh_HK/auth.php diff --git a/resources/lang/zh_HK/auth.php b/resources/lang/zh_HK/auth.php new file mode 100644 index 0000000000..5d833b3d68 --- /dev/null +++ b/resources/lang/zh_HK/auth.php @@ -0,0 +1,28 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +]; \ No newline at end of file