From 3540fa2f6ca8e73fc6f77b9a5afab0ca9fc6adbc Mon Sep 17 00:00:00 2001 From: jekkos Date: Sun, 8 Sep 2024 10:42:34 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (12 of 12 strings) Translation: opensourcepos/login Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/login/en_GB/ --- app/Language/en-GB/Login.php | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/app/Language/en-GB/Login.php b/app/Language/en-GB/Login.php index b5d6ddff4..73c85fb42 100644 --- a/app/Language/en-GB/Login.php +++ b/app/Language/en-GB/Login.php @@ -1,15 +1,16 @@ "I'm not a robot.", - "go" => "Go", - "invalid_gcaptcha" => "Please verify that you are not a robot.", - "invalid_installation" => "The installation is not correct, check your php.ini file.", - "invalid_username_and_password" => "Invalid username and/or password.", - "login" => "Login", - "logout" => "Logout", - "migration_needed" => "A database migration to {0} will start after login.", - "password" => "Password", - "required_username" => "", - "username" => "Username", - "welcome" => "Welcome to {0}!", + 'gcaptcha' => "I'm not a robot.", + 'go' => "Go", + 'invalid_gcaptcha' => "Please verify that you are not a robot.", + 'invalid_installation' => "The installation is not correct, check your php.ini file.", + 'invalid_username_and_password' => "Invalid username and/or password.", + 'login' => "Login", + 'logout' => "Logout", + 'migration_needed' => "A database migration to {0} will start after login.", + 'password' => "Password", + 'required_username' => "The username field is required.", + 'username' => "Username", + 'welcome' => "Welcome to {0}!", ];