mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-29 08:07:05 -04:00
16 lines
441 B
PHP
16 lines
441 B
PHP
<?php
|
|
return [
|
|
"gcaptcha" => "I'm not a robot.",
|
|
"go" => "Go",
|
|
"invalid_gcaptcha" => "Invalid I'm not a robot.",
|
|
"invalid_installation" => "The installation is not correct, check your php.ini file.",
|
|
"invalid_username_and_password" => "Invalid Username or Password.",
|
|
"login" => "Login",
|
|
"logout" => "",
|
|
"migration_needed" => "",
|
|
"password" => "Password",
|
|
"required_username" => "",
|
|
"username" => "Username",
|
|
"welcome" => "",
|
|
];
|