Files
opensourcepos/app/Language/bs/Messages.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

16 lines
617 B
PHP

<?php
return [
"first_name" => "Ime",
"last_name" => "Prezime",
"message" => "Poruka",
"message_placeholder" => "Vaša poruka ovdje ...",
"message_required" => "Poruka je obavezna",
"multiple_phones" => "(U slučaju više primalaca, unesite mobilne brojeve odvojene zarezima)",
"phone" => "Telefonski broj",
"phone_number_required" => "Broj telefona je obavezan",
"phone_placeholder" => "Broj mobilnog telefona ovde...",
"sms_send" => "Pošalji SMS",
"successfully_sent" => "Poruka je uspješno poslata: ",
"unsuccessfully_sent" => "Poruka nije uspešno poslata: ",
];