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/
This commit is contained in:
jekkos
2024-09-08 10:42:34 +00:00
committed by Weblate
parent 61894c89cd
commit 3540fa2f6c

View File

@@ -1,15 +1,16 @@
<?php
return [
"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" => "",
"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}!",
];