mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 01:37:59 -05:00
Added translation using Weblate (Hebrew)
This commit is contained in:
13
application/language/he/messages_lang.php
Normal file
13
application/language/he/messages_lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$lang["messages_first_name"] = "First name";
|
||||
$lang["messages_last_name"] = "Last name";
|
||||
$lang["messages_message"] = "Message";
|
||||
$lang["messages_message_placeholder"] = "Your Message here...";
|
||||
$lang["messages_message_required"] = "Message required";
|
||||
$lang["messages_multiple_phones"] = "(In case of multiple recipients, enter mobile numbers separated by commas)";
|
||||
$lang["messages_phone"] = "Phone number";
|
||||
$lang["messages_phone_number_required"] = "Phone number required";
|
||||
$lang["messages_phone_placeholder"] = "Mobile Number(s) here...";
|
||||
$lang["messages_sms_send"] = "Send SMS";
|
||||
$lang["messages_successfully_sent"] = "Message successfully sent to: ";
|
||||
$lang["messages_unsuccessfully_sent"] = "Message unsuccessfully sent to: ";
|
||||
Reference in New Issue
Block a user