Files
opensourcepos/application/language/tr/messages_lang.php
Emin Tufan Çetin 6956c6362e Translated using Weblate (Turkish)
Currently translated at 100.0% (12 of 12 strings)
2017-08-21 21:51:53 +00:00

15 lines
725 B
PHP
Raw Permalink 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"] = "SMS Gönder";
$lang["messages_successfully_sent"] = "Mesaj başarıyla gönderildi : ";
$lang["messages_unsuccessfully_sent"] = "Mesaj gönderilemedi. Alıcı : ";