mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-26 06:37:02 -04:00
15 lines
264 B
PHP
15 lines
264 B
PHP
<?php
|
|
return [
|
|
"gcaptcha" => "",
|
|
"go" => "",
|
|
"invalid_gcaptcha" => "",
|
|
"invalid_installation" => "",
|
|
"invalid_username_and_password" => "",
|
|
"login" => "",
|
|
"logout" => "",
|
|
"migration_needed" => "",
|
|
"password" => "",
|
|
"username" => "",
|
|
"welcome" => "",
|
|
];
|