Files
opensourcepos/application/language/tr/messages_lang.php
2017-03-18 16:12:57 +01:00

15 lines
722 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["messages_first_name"] = "İsim";
$lang["messages_last_name"] = "Soyisim";
$lang["messages_message"] = "Mesaj";
$lang["messages_message_placeholder"] = "Mesajınız...";
$lang["messages_message_required"] = "Mesaj giriniz";
$lang["messages_multiple_phones"] = "(Birden fazla alıcı için telefon numaralarını virgül ile ayırınız)";
$lang["messages_phone"] = "Telefon Numarası";
$lang["messages_phone_number_required"] = "Telefon numarası giriniz";
$lang["messages_phone_placeholder"] = "Mobil numaralar...";
$lang["messages_sms_send"] = "Send SMS";
$lang["messages_successfully_sent"] = "Mesaj başarıyla gönderildi : ";
$lang["messages_unsuccessfully_sent"] = "Mesaj gönderilemedi. Alıcı : ";