mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Remove duplicated lines
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "الميزات لا يمكن أن تحتوي على ':' أو'|'";
|
||||
$lang["attributes_confirm_delete"] = "هل أنت متأكد من أنك تريد حذف الميزات المحددة ؟";
|
||||
$lang["attributes_confirm_restore"] = "هل أنت متأكد من أنك تريد استعادة السمة (السمات) المحددة؟";
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang["sales_customer_discount"] = "Discount";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_location"] = "Location";
|
||||
$lang["sales_customer_mailchimp_status"] = "Mailchimp status";
|
||||
$lang["sales_customer_optional"] = "(Optional)";
|
||||
$lang["sales_customer_optional"] = "(Required for Due Payments)";
|
||||
$lang["sales_customer_required"] = "(Required)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Sale Date";
|
||||
@@ -174,4 +174,3 @@ $lang["sales_work_order_number"] = "Work Order Number";
|
||||
$lang["sales_work_order_number_duplicate"] = "Work Order Number must be unique";
|
||||
$lang["sales_work_order_sent"] = "Work Order sent to";
|
||||
$lang["sales_work_order_unsent"] = "Work Order failed to be sent to";
|
||||
$lang["sales_customer_optional"] = "(Required for Due Payments)";
|
||||
@@ -30,7 +30,7 @@ $lang["sales_customer_discount"] = "Discount";
|
||||
$lang["sales_customer_email"] = "Email";
|
||||
$lang["sales_customer_location"] = "Location";
|
||||
$lang["sales_customer_mailchimp_status"] = "Mailchimp status";
|
||||
$lang["sales_customer_optional"] = "(Optional)";
|
||||
$lang["sales_customer_optional"] = "(Required for Due Payments)";
|
||||
$lang["sales_customer_required"] = "(Required)";
|
||||
$lang["sales_customer_total"] = "Total";
|
||||
$lang["sales_date"] = "Sale Date";
|
||||
@@ -174,4 +174,3 @@ $lang["sales_work_order_number"] = "Work Order Number";
|
||||
$lang["sales_work_order_number_duplicate"] = "Work Order Number must be unique.";
|
||||
$lang["sales_work_order_sent"] = "Work Order sent to";
|
||||
$lang["sales_work_order_unsent"] = "Work Order failed to be sent to";
|
||||
$lang["sales_customer_optional"] = "(Required for Due Payments)";
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "ערך השדה אינו יכול להכיל ':' או '|'";
|
||||
$lang["attributes_confirm_delete"] = "האם אתה בטוח שברצונך למחוק את המאפיינים שנבחרו?";
|
||||
$lang["attributes_confirm_restore"] = "";
|
||||
$lang["attributes_confirm_restore"] = "האם אתה בטוח שברצונך לשחזר את המאפיינים שנבחרו?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "לא ניתן למחוק מאפיינים נבחר(ים)";
|
||||
$lang["attributes_definition_error_adding_updating"] = "לא ניתן להוסיף או לעדכן את הערך %1. בדוק את יומן השגיאות.";
|
||||
$lang["attributes_definition_flags"] = "מאפיין גלוי";
|
||||
@@ -29,4 +29,3 @@ $lang["attributes_show_in_receivings_visibility"] = "קבלת סחורה";
|
||||
$lang["attributes_show_in_sales"] = "הצג במכירות";
|
||||
$lang["attributes_show_in_sales_visibility"] = "מכירות";
|
||||
$lang["attributes_update"] = "עדכן מאפיין";
|
||||
$lang["attributes_confirm_restore"] = "האם אתה בטוח שברצונך לשחזר את המאפיינים שנבחרו?";
|
||||
|
||||
Reference in New Issue
Block a user