mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-06 08:11:12 -05:00
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:
@@ -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}!",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user