Files
opensourcepos/application/language/tr/messages_lang.php
Suat Donangil 16958d3b99 Translated using Weblate (Turkish)
Currently translated at 100.0% (12 of 12 strings)
2016-09-16 13:10:32 +00: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_sms_send"] = "Send SMS";
$lang["messages_first_name"] = "İsim";
$lang["messages_last_name"] = "Soyisim";
$lang["messages_phone"] = "Telefon Numarası";
$lang["messages_phone_placeholder"] = "Mobil numaralar...";
$lang["messages_phone_number_required"] = "Telefon numarası giriniz";
$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_successfully_sent"] = "Mesaj başarıyla gönderildi : ";
$lang["messages_unsuccessfully_sent"] = "Mesaj gönderilemedi. Alıcı : ";