Files
opensourcepos/app/Language/tl/Login.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" => "",
];