Files
opensourcepos/app/Language/en-US/Login.php
objecttothis c5f8b21703 Update language strings to CI4 format
- replaced %1, etc with {0}
- May need to do this in other language files.
2023-04-27 21:54:09 -04:00

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}",
];