mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 07:56:34 -04:00
15 lines
528 B
PHP
15 lines
528 B
PHP
<?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",
|
|
"username" => "Username",
|
|
"welcome" => "Welcome to {install_name}",
|
|
];
|