mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-13 00:12:43 -04:00
15 lines
420 B
PHP
15 lines
420 B
PHP
<?php
|
||
return [
|
||
"gcaptcha" => "Не съм робот.",
|
||
"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",
|
||
"username" => "Username",
|
||
"welcome" => "",
|
||
];
|