Files
opensourcepos/application/language/tr/login_lang.php
2019-11-06 03:55:54 +01:00

10 lines
465 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang["login_gcaptcha"] = "Ben Robot Değilim.";
$lang["login_go"] = "Giriş";
$lang["login_invalid_gcaptcha"] = "Robot Olmadığınızı Kanıtlayamadınız.";
$lang["login_invalid_installation"] = "Yükleme doğru değil, php.ini dosyanızı kontrol edin.";
$lang["login_invalid_username_and_password"] = "Kullanıcı adı/Şifre yanlış.";
$lang["login_login"] = "Giriş";
$lang["login_password"] = "Şifre";
$lang["login_username"] = "Kullanıcı Adı";