mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Sync language files
This commit is contained in:
@@ -7,6 +7,7 @@ $lang["common_close"] = "إغلاق";
|
||||
$lang["common_comments"] = "تعليقات";
|
||||
$lang["common_common"] = "عام";
|
||||
$lang["common_confirm_search"] = "لقد قمت اختيار أكتر من سجل، سوف تفقد هذه الاختيارات عند إرسال البحث، موافق؟";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "البلد";
|
||||
$lang["common_date"] = "التاريخ";
|
||||
$lang["common_delete"] = "حذف";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "العرض الافتراضي ل
|
||||
$lang["config_default_barcode_width_required"] = "العرض الافتراضي للباركود مطلوب.";
|
||||
$lang["config_default_item_columns"] = "الخانات المراد إظهارها";
|
||||
$lang["config_default_origin_tax_code"] = "كود الضريبة الاساسي الافتراضي";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "نسبة الخصم الافتراضية";
|
||||
$lang["config_default_sales_discount_number"] = "نسبة الخصم الافتراضية لابد ان تكون رقم.";
|
||||
$lang["config_default_sales_discount_required"] = "نسبة الخصم الافتراضية مطلوبة.";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "توليد في السلسلة";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "معلومات";
|
||||
$lang["config_info_configuration"] = "معلومات الشركة";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "الفاتورة";
|
||||
$lang["config_invoice_configuration"] = "إعدادات طباعة الفاتورة";
|
||||
$lang["config_invoice_default_comments"] = "التعليق الافتراضي على الفاتورة";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "النقاط المتاحة";
|
||||
$lang["rewards_package"] = "مكافآت";
|
||||
$lang["rewards_remaining_balance"] = "رصيد النقاط المتبقي هو ";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["taxes_add_exception"] = "أضافة أستثناء";
|
||||
$lang["taxes_cascade"] = "";
|
||||
$lang["taxes_cascade_sequence"] = "";
|
||||
@@ -31,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "نوع الضريبة";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "كود الضريبة";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "فشل مسح الكود الضريبي.";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "اسم الكود الضريبي";
|
||||
$lang["taxes_tax_code_required"] = "حقل الكود الضريبي مطلوب.";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "تم مسح الكود الضريبي";
|
||||
@@ -51,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "معدل الضريبة الافتراضي %";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "معدل الضريبة الافتراضي يجب أن يكون رقم.";
|
||||
$lang["taxes_tax_rate_required"] = "معدل الضريبة الافتراضي مطلوب.";
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Atribut dəyəri bu \":\" və ya \"|\" olmaz";
|
||||
<?php
|
||||
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Atribut dəyəri bu \\":\\" və ya \\"|\\" olmaz";
|
||||
$lang["attributes_confirm_delete"] = "Seçilmiş Atributları silmək istədiyinizdən əminsinizmi?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "Seçilmiş xüsusiyyətləri silmək olmadı";
|
||||
$lang["attributes_definition_flags"] = "Atribut görünüşü";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["tables_all"] = "Hamısı";
|
||||
$lang["tables_columns"] = "Sütunlar";
|
||||
$lang["tables_hide_show_pagination"] = "Gizlət/Göstər səhifənin nömrələnməsin";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["cashups_amount"] = "Məbləğ";
|
||||
$lang["cashups_amount_number"] = "Məbləğ rəqəmlə olmalıdır";
|
||||
$lang["cashups_amount_required"] = "Məbləğ zəruri sahədir.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["common_address_1"] = "Ünvan 1";
|
||||
$lang["common_address_2"] = "Ünvan 2";
|
||||
$lang["common_city"] = "Şəhər";
|
||||
@@ -6,6 +7,7 @@ $lang["common_close"] = "Bağlı";
|
||||
$lang["common_comments"] = "Rəylər";
|
||||
$lang["common_common"] = "ortaq";
|
||||
$lang["common_confirm_search"] = "Bir və ya bir neçə sətir seçdiniz, bunlar axtarışınızdan sonra artıq seçilməyəcək. Bu axtarışı göndərmək istədiyinizə əminsinizmi?";
|
||||
$lang["common_correct_errors"] = "Xahiş edirik təsdiqlə-dən əvvəl səhvləri düzəldin";
|
||||
$lang["common_country"] = "Ölkə";
|
||||
$lang["common_date"] = "Təqvim";
|
||||
$lang["common_delete"] = "Sil";
|
||||
@@ -66,4 +68,3 @@ $lang["common_welcome"] = "Xoş Gəlmisiniz";
|
||||
$lang["common_welcome_message"] = "OSPOS-a Xoş gəlmisiniz, başlamaq üçün bir modula basın.";
|
||||
$lang["common_you_are_using_ospos"] = "Open Source Point Of Sale versiya";
|
||||
$lang["common_zip"] = "Poçt Kodu";
|
||||
$lang["common_correct_errors"] = "Xahiş edirik təsdiqlə-dən əvvəl səhvləri düzəldin";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["config_address"] = "Şirkət Adresi";
|
||||
$lang["config_address_required"] = "Şirkətin adı olan boşluq sahəsi doldurulmalıdı.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Dublikat Barkodlarına icazə verin";
|
||||
@@ -68,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Standart Barkod Genişliyi rəq
|
||||
$lang["config_default_barcode_width_required"] = "Standart Barkod Genişliyi olan sahə boş qala bilməz.";
|
||||
$lang["config_default_item_columns"] = "Sabit Görünür Malların Sütunları";
|
||||
$lang["config_default_origin_tax_code"] = "Vergi Kodunun Standart Mənbəyi";
|
||||
$lang["config_default_receivings_discount"] = "Alışdan sonra standart endirim";
|
||||
$lang["config_default_receivings_discount_number"] = "Sabit alacaqlar endirimi bir nömrə olmalıdır.";
|
||||
$lang["config_default_receivings_discount_required"] = "Standart alış endirimi tələb olunan sahədir.";
|
||||
$lang["config_default_sales_discount"] = "Standart Satış Endirimi";
|
||||
$lang["config_default_sales_discount_number"] = "Standart Satış Endirimi rəqəm ilə olmalıdır.";
|
||||
$lang["config_default_sales_discount_required"] = "Standart Satış Endirimi tələb olunan sahədi.";
|
||||
@@ -133,6 +137,7 @@ $lang["config_giftcard_series"] = "Bölümlərə görə Yarat";
|
||||
$lang["config_include_hsn"] = "HSN Kodlarına dəstək verin";
|
||||
$lang["config_info"] = "Məlumat";
|
||||
$lang["config_info_configuration"] = "Dükan İnformasiyası";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Faktura";
|
||||
$lang["config_invoice_configuration"] = "Faktura Çap Parametrləri";
|
||||
$lang["config_invoice_default_comments"] = "Standart Faktura Şərhləri";
|
||||
@@ -269,6 +274,3 @@ $lang["config_use_destination_based_tax"] = "Təyinatından vergi istifadə edin
|
||||
$lang["config_website"] = "Vebsayt";
|
||||
$lang["config_work_order_enable"] = "İş Sifariş Dəstəyi";
|
||||
$lang["config_work_order_format"] = "İş Sifarş Farmatı";
|
||||
$lang["config_default_receivings_discount"] = "Alışdan sonra standart endirim";
|
||||
$lang["config_default_receivings_discount_number"] = "Sabit alacaqlar endirimi bir nömrə olmalıdır.";
|
||||
$lang["config_default_receivings_discount_required"] = "Standart alış endirimi tələb olunan sahədir.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "hesab nömrəsi";
|
||||
$lang["customers_account_number_duplicate"] = "Hesab nömrəsi artıq verilənlər bazasında mövcuddur.";
|
||||
$lang["customers_available_points"] = "Mövcud ballar";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["datepicker_all_time"] = "Bütün vaxta";
|
||||
$lang["datepicker_apply"] = "Uygula";
|
||||
$lang["datepicker_cancel"] = "İmtina";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["employees_basic_information"] = "Məlumat";
|
||||
$lang["employees_cannot_be_deleted"] = "Seçilmiş əməkdaş (lar) silinə bilməz, bir və ya birdən çox əməkdaş satışlar edib, əks halda siz öz heasabınızı silməyə çalışırsiz.";
|
||||
$lang["employees_change_password"] = "Şifrəni Dəyiş";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["enum_half_down"] = "Yarım aşağı";
|
||||
$lang["enum_half_even"] = "Yarım hətta";
|
||||
$lang["enum_half_five"] = "Yarısı";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["category_name_required"] = "Xərc Kategoriyası adı tələb olunur";
|
||||
$lang["expenses_categories_add_item"] = "Kategoriya əlavə et";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "Kategoriya Xərcləri silinmədi";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["expenses_add_item"] = "Xərc Əlavə Et";
|
||||
$lang["expenses_amount"] = "Məbləğ";
|
||||
$lang["expenses_amount_number"] = "Məbləğ rəqəm ilə olmalıdır";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["giftcards_add_minus"] = "Əlavə etmək və ya çıxarmaq üçün inventar.";
|
||||
$lang["giftcards_allow_alt_description"] = "Alternativ Təsvirə Icazə Verin";
|
||||
$lang["giftcards_bulk_edit"] = "Kütləvi Redaktə";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["item_kits_add_item"] = "Mal Əlavə Etmək";
|
||||
$lang["item_kits_all"] = "Hamısı";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Dəst Mal (lar) silinə bilməz.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["items_add_minus"] = "İnventar + Topla və ya - Çıx.";
|
||||
$lang["items_allow_alt_desciption"] = "";
|
||||
$lang["items_allow_alt_description"] = "Alternativ təsvirə icazə verin";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["login_gcaptcha"] = "Mən robot deyiləm.";
|
||||
$lang["login_go"] = "daxil ol";
|
||||
$lang["login_invalid_gcaptcha"] = "Yanlış, Mən robot deyiləm.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["messages_first_name"] = "Adı";
|
||||
$lang["messages_last_name"] = "Soyadı";
|
||||
$lang["messages_message"] = "Mesaj";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["module_attributes"] = "Atributlar";
|
||||
$lang["module_attributes_desc"] = "Atributları əlavə et, yenilə, sil və ya axtar.";
|
||||
$lang["module_both"] = "Hər ikizi";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["receivings_cancel_receiving"] = "İmtina";
|
||||
$lang["receivings_cannot_be_deleted"] = "Qəbul olunanlar silinmədi.";
|
||||
$lang["receivings_comments"] = "Rəylər";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["reports_all"] = "hamısı";
|
||||
$lang["reports_authority"] = "Səlahiyyət";
|
||||
$lang["reports_canceled"] = "Ləğv Edilmiş";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "Mövcud ballar";
|
||||
$lang["rewards_package"] = "Mükafatlar";
|
||||
$lang["rewards_remaining_balance"] = "Mükafatın yerdə qalan bal dəyəri ";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["suppliers_account_number"] = "Hesab №";
|
||||
$lang["suppliers_agency_name"] = "Agentliyin Adı";
|
||||
$lang["suppliers_cannot_be_deleted"] = "Seçilmiş Təchizatçı (lar) silinə bilmədi. Bir və ya birdən çox satışlar var.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["taxes_add_exception"] = "İstisna Əlavə Et";
|
||||
$lang["taxes_cascade"] = "Çağlayan";
|
||||
$lang["taxes_cascade_sequence"] = "Çağlayan sırası";
|
||||
@@ -31,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "Vergi bölmələrində dəyi
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Vergi bölmələrində dəyişikliklər edilməmişdir";
|
||||
$lang["taxes_tax_category"] = "Vergi Bölməsi";
|
||||
$lang["taxes_tax_category_code"] = "Vergi bölmə kodu";
|
||||
$lang["taxes_tax_category_duplicate"] = "Vergi bölməsinin dublikatı";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "Vergi bölmə adında icazə veilməyən simvollar";
|
||||
$lang["taxes_tax_category_name"] = "Vergi Bölmə Adı";
|
||||
$lang["taxes_tax_category_new"] = "Yeni vergi Bölməsi";
|
||||
$lang["taxes_tax_category_required"] = "Vergi Bölməsi tələb olunur";
|
||||
$lang["taxes_tax_code"] = "Vergi kodu";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "Vergi kodu silinmədi";
|
||||
$lang["taxes_tax_code_duplicate"] = "Vergi kodunun dublikatı";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "Vergi kodunda yararsız simvollar";
|
||||
$lang["taxes_tax_code_name"] = "Vergi kodu adı";
|
||||
$lang["taxes_tax_code_required"] = "Vergi kodu zəruri bir sahədir";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Vergi kodu müvəffəqiyyətlə silindi";
|
||||
@@ -51,11 +57,15 @@ $lang["taxes_tax_group"] = "Vergi qurupu";
|
||||
$lang["taxes_tax_group_sequence"] = "Vergi Qrupu Sırası";
|
||||
$lang["taxes_tax_included"] = "Vergi daxildir";
|
||||
$lang["taxes_tax_jurisdiction"] = "Vergi Yurisdiksiya";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "Vergi yurisdiksiyasının dublikatı";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Yurisdiksiyası adına Yanlış simvol";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "Vergi yurisdiksiyası tələb olunur";
|
||||
$lang["taxes_tax_jurisdictions"] = "Vergi yurisdiksiyalarda";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "Vergi yurisdiksiyalarda Konfiqurasiya";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "Vergi Yurisdiksiyası dəyişiklikləri saxlanıldı";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "Vergi Yurisdiksiyası dəyişiklikləri saxlanılmadı";
|
||||
$lang["taxes_tax_rate"] = "Vergi Dərəcəsi";
|
||||
$lang["taxes_tax_rate_configuration"] = "Vergi dərəcəsi konfiqurasiyası";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "Vergi dərəcəsi əlavə ya yeniləmə baş verdi";
|
||||
$lang["taxes_tax_rate_numeric"] = "Vergi dərəcəsi rəqəmlə olmalıdır";
|
||||
$lang["taxes_tax_rate_required"] = "Vergi Dərəcəsi sahəsi boş qala bilməz";
|
||||
@@ -67,12 +77,3 @@ $lang["taxes_tax_rounding"] = "Vergi yuvarlaqlaşdırması";
|
||||
$lang["taxes_tax_type"] = "Vergi növü";
|
||||
$lang["taxes_update"] = "Vergi dərəcəsini yenilənir";
|
||||
$lang["taxes_vat_tax"] = "ƏDV Vergisi";
|
||||
$lang["taxes_tax_category_duplicate"] = "Vergi bölməsinin dublikatı";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "Vergi bölmə adında icazə veilməyən simvollar";
|
||||
$lang["taxes_tax_category_required"] = "Vergi Bölməsi tələb olunur";
|
||||
$lang["taxes_tax_code_duplicate"] = "Vergi kodunun dublikatı";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "Vergi kodunda yararsız simvollar";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "Vergi yurisdiksiyasının dublikatı";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Yurisdiksiyası adına Yanlış simvol";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "Vergi yurisdiksiyası tələb olunur";
|
||||
$lang["taxes_tax_rate_configuration"] = "Vergi dərəcəsi konfiqurasiyası";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Затвори";
|
||||
$lang["common_comments"] = "Коментари";
|
||||
$lang["common_common"] = "Често срещани";
|
||||
$lang["common_confirm_search"] = "Избрали сте един или повече редове, след търсене няма да бъдат избрани. Наистина ли искате да подадете това търсене?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Държава";
|
||||
$lang["common_date"] = "Дата";
|
||||
$lang["common_delete"] = "Изтриване";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Default Barcode Width must be a
|
||||
$lang["config_default_barcode_width_required"] = "Default Barcode Width is a required field.";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "Default Origin Tax Code";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Default Sales Discount %";
|
||||
$lang["config_default_sales_discount_number"] = "Default Sales Discount must be a number.";
|
||||
$lang["config_default_sales_discount_required"] = "Default Sales Discount is a required field.";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "Generate in Series";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "Information";
|
||||
$lang["config_info_configuration"] = "Store Information";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Invoice";
|
||||
$lang["config_invoice_configuration"] = "Invoice Print Settings";
|
||||
$lang["config_invoice_default_comments"] = "Default Invoice Comments";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "Данъчна категория";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "Данъчен код";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "Изтриването на данъчен код не бе успешно.";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "Име на данъчния код";
|
||||
$lang["taxes_tax_code_required"] = "Данъчният код е задължително поле.";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Вие успешно изтрихте Данъчния код";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "Данъчна ставка";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "Данъчната ставка трябва да е число.";
|
||||
$lang["taxes_tax_rate_required"] = "Данъчната ставка е задължително поле.";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Zavřít";
|
||||
$lang["common_comments"] = "Podrobnosti";
|
||||
$lang["common_common"] = "";
|
||||
$lang["common_confirm_search"] = "Máte vybráno jeden nebo více řádků a tyto po po vyhledání nebudou vybrány. Chcete opravdu pokračovat s vyhledáváním?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Země";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Smazat";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "";
|
||||
$lang["config_default_barcode_width_required"] = "";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "";
|
||||
$lang["config_default_sales_discount_number"] = "";
|
||||
$lang["config_default_sales_discount_required"] = "";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "";
|
||||
$lang["config_info_configuration"] = "";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "";
|
||||
$lang["config_invoice_configuration"] = "";
|
||||
$lang["config_invoice_default_comments"] = "";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Close";
|
||||
$lang["common_comments"] = "Kommentare";
|
||||
$lang["common_common"] = "Allgemein";
|
||||
$lang["common_confirm_search"] = "Sie haben einen oder mehrere Zeilen gewählt. Nach der Verarbeitung werden diese nicht mehr selektiert sein. Wollen Sie die Suche dennoch verarbeiten?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Land";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Löschen";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Die Barcode Breite muss eine Zah
|
||||
$lang["config_default_barcode_width_required"] = "Die Barcode Breite ist erforderlich";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Standard Verkaufsrabatt";
|
||||
$lang["config_default_sales_discount_number"] = "Der Standard Verkaufsrabatt muss eine Zahl sein";
|
||||
$lang["config_default_sales_discount_required"] = "Der Standard Verkaufsrabatt ist erforderlich";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "Instellungen";
|
||||
$lang["config_info_configuration"] = "Instellungen";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Rechnungs";
|
||||
$lang["config_invoice_configuration"] = "Druckereinstellungen";
|
||||
$lang["config_invoice_default_comments"] = "Rechnungskommentar";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "Attributwert darf nicht ':' oder '|' enthalten";
|
||||
$lang["attributes_confirm_delete"] = "Sind Sie sicher, dass Sie die ausgewählten Attribute löschen möchten?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "Ausgewählte Attribute konnten nicht gelöscht werden";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["cashups_amount"] = "Betrag";
|
||||
$lang["cashups_amount_number"] = "Betrag muss eine Zahl sein";
|
||||
$lang["cashups_amount_required"] = "Der Betrag ist ein Pflichtfeld.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["common_address_1"] = "Adresse 1";
|
||||
$lang["common_address_2"] = "Adresse 2";
|
||||
$lang["common_city"] = "Stadt";
|
||||
@@ -6,6 +7,7 @@ $lang["common_close"] = "Schließen";
|
||||
$lang["common_comments"] = "Kommentare";
|
||||
$lang["common_common"] = "Allgemein";
|
||||
$lang["common_confirm_search"] = "Sie haben einen oder mehrere Zeilen gewählt. Nach der Verarbeitung werden diese nicht mehr selektiert sein. Wollen Sie die Suche dennoch verarbeiten?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Land";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Löschen";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["config_address"] = "Adresse";
|
||||
$lang["config_address_required"] = "Adresse ist erforderlich.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Erlaube doppelte Barcodes";
|
||||
@@ -68,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Standard Barcode Breite muss ein
|
||||
$lang["config_default_barcode_width_required"] = "Die Barcode Breite ist erforderlich.";
|
||||
$lang["config_default_item_columns"] = "Standardmäßig sichtbare Spalten für Artikel";
|
||||
$lang["config_default_origin_tax_code"] = "Standard Steuer Kürzel";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Standard-Verkaufsrabatt %";
|
||||
$lang["config_default_sales_discount_number"] = "Der Standard Verkaufsrabatt muss eine Zahl sein.";
|
||||
$lang["config_default_sales_discount_required"] = "Der Standard Verkaufsrabatt ist erforderlich.";
|
||||
@@ -133,6 +137,7 @@ $lang["config_giftcard_series"] = "Serie Erzeugen";
|
||||
$lang["config_include_hsn"] = "Unterstützung für HSN-Codes einbinden";
|
||||
$lang["config_info"] = "Informationen";
|
||||
$lang["config_info_configuration"] = "Generelle Einstellungen";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Rechnungs";
|
||||
$lang["config_invoice_configuration"] = "Druckereinstellungen";
|
||||
$lang["config_invoice_default_comments"] = "Rechnungskommentar";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "Kontonummer";
|
||||
$lang["customers_account_number_duplicate"] = "Diese Kontonummer existiert bereits.";
|
||||
$lang["customers_available_points"] = "Verfügbare Punkte";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["datepicker_all_time"] = "Von Beginn weg";
|
||||
$lang["datepicker_apply"] = "Ausführen";
|
||||
$lang["datepicker_cancel"] = "Abbrechen";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["category_name_required"] = "Kategorie Name erforderlich";
|
||||
$lang["expenses_categories_add_item"] = "Kategorie hinzufügen";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "Kategorie konnte nicht gelöscht werden";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["expenses_add_item"] = "Kosten Hinzufügen";
|
||||
$lang["expenses_amount"] = "Betrag";
|
||||
$lang["expenses_amount_number"] = "Betrag muss eine Zahl sein";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["giftcards_add_minus"] = "Bestandsänderung.";
|
||||
$lang["giftcards_allow_alt_description"] = "Erlaube Alternative Bezeichnung";
|
||||
$lang["giftcards_bulk_edit"] = "Sammeländerung";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["item_kits_add_item"] = "Neuer Artikel";
|
||||
$lang["item_kits_all"] = "Alles";
|
||||
$lang["item_kits_cannot_be_deleted"] = "Konnte Artikel-Set(s) nicht löschen.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["items_add_minus"] = "Bestandsänderung.";
|
||||
$lang["items_allow_alt_desciption"] = "Erlaube Alt. Bez.";
|
||||
$lang["items_allow_alt_description"] = "Alternative Beschreibung zulassen";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["login_gcaptcha"] = "Ich bin kein Roboter.";
|
||||
$lang["login_go"] = "Los";
|
||||
$lang["login_invalid_gcaptcha"] = "Ich bin kein Roboter ist ungültig.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["messages_first_name"] = "Vorname";
|
||||
$lang["messages_last_name"] = "Nachname";
|
||||
$lang["messages_message"] = "Nachricht";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["module_attributes"] = "Attribute";
|
||||
$lang["module_attributes_desc"] = "Hinzufügen, Ändern, Löschen und Suchen von Attributen.";
|
||||
$lang["module_both"] = "Beide";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["receivings_cancel_receiving"] = "Abbrechen";
|
||||
$lang["receivings_cannot_be_deleted"] = "Eingangsbestellung(en) konnten nicht gelöscht werden.";
|
||||
$lang["receivings_comments"] = "Kommentare";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["reports_all"] = "Alle";
|
||||
$lang["reports_authority"] = "Behörde";
|
||||
$lang["reports_canceled"] = "Storniert";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "Verfügbare Punkte";
|
||||
$lang["rewards_package"] = "Prämie";
|
||||
$lang["rewards_remaining_balance"] = "Verbleibende Prämienpunkte ";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["suppliers_account_number"] = "Kontonummer";
|
||||
$lang["suppliers_agency_name"] = "Name der Agentur";
|
||||
$lang["suppliers_cannot_be_deleted"] = "Kann gewählte Lieferanten nicht löschen, einer oder mehrere weisen Verkäufe aus.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["taxes_add_exception"] = "Ausnahme hinzufügen";
|
||||
$lang["taxes_cascade"] = "";
|
||||
$lang["taxes_cascade_sequence"] = "";
|
||||
@@ -31,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "Änderungen an Steuerkategor
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Änderungen an Steuerkategorien nicht gespeichert";
|
||||
$lang["taxes_tax_category"] = "Steuerkategorie";
|
||||
$lang["taxes_tax_category_code"] = "Steuerkategorie-Code";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "Name der Steuerkategorie";
|
||||
$lang["taxes_tax_category_new"] = "Neue Steuerkategorie";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "Steuercode";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "Löschen des Steuercodes fehlgeschlagen";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "Name des Steuercodes";
|
||||
$lang["taxes_tax_code_required"] = "Der Steuercode ist ein Pflichtfeld";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Steuercode erfolgreich gelöscht";
|
||||
@@ -51,11 +57,15 @@ $lang["taxes_tax_group"] = "Steuergruppe";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "inkl. Steuer";
|
||||
$lang["taxes_tax_jurisdiction"] = "Steuerbehörde";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "Steuerbehörden";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "Konfiguration der Steuerbehörden";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "Änderungen der Steuerbehörde gespeichert";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "Änderungen der Steuerbehörde nicht gespeichert";
|
||||
$lang["taxes_tax_rate"] = "Steuersatz";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "Hinzufügen oder Ändern des Steuersatzes fehlgeschlagen";
|
||||
$lang["taxes_tax_rate_numeric"] = "Der Steuersatz muss eine Zahl sein";
|
||||
$lang["taxes_tax_rate_required"] = "Der Steuersatz ist ein Pflichtfeld";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Κλείσιμο";
|
||||
$lang["common_comments"] = "Σχόλια";
|
||||
$lang["common_common"] = "κοινά";
|
||||
$lang["common_confirm_search"] = "";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Χώρα";
|
||||
$lang["common_date"] = "Ημερομηνία";
|
||||
$lang["common_delete"] = "Διαγραφή";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "";
|
||||
$lang["config_default_barcode_width_required"] = "";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "";
|
||||
$lang["config_default_sales_discount_number"] = "";
|
||||
$lang["config_default_sales_discount_required"] = "";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "";
|
||||
$lang["config_info_configuration"] = "";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "";
|
||||
$lang["config_invoice_configuration"] = "";
|
||||
$lang["config_invoice_default_comments"] = "";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
|
||||
@@ -6,8 +6,8 @@ $lang["common_city"] = "City";
|
||||
$lang["common_close"] = "Close";
|
||||
$lang["common_comments"] = "Comments";
|
||||
$lang["common_common"] = "common";
|
||||
$lang["common_correct_errors"] = "Please correct identified errors before saving";
|
||||
$lang["common_confirm_search"] = "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?";
|
||||
$lang["common_correct_errors"] = "Please correct identified errors before saving";
|
||||
$lang["common_country"] = "Country";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Delete";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["config_address"] = "Company Address";
|
||||
$lang["config_address_required"] = "Company Address is a required field";
|
||||
|
||||
@@ -6,8 +6,8 @@ $lang["common_city"] = "City";
|
||||
$lang["common_close"] = "Close";
|
||||
$lang["common_comments"] = "Comments";
|
||||
$lang["common_common"] = "common";
|
||||
$lang["common_correct_errors"] = "Please correct identified errors before saving";
|
||||
$lang["common_confirm_search"] = "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?";
|
||||
$lang["common_correct_errors"] = "Please correct identified errors before saving";
|
||||
$lang["common_country"] = "Country";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Delete";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["common_address_1"] = "Dirección 1";
|
||||
$lang["common_address_2"] = "Dirección 2";
|
||||
$lang["common_city"] = "Ciudad";
|
||||
@@ -6,6 +7,7 @@ $lang["common_close"] = "Cerrar";
|
||||
$lang["common_comments"] = "Comentarios";
|
||||
$lang["common_common"] = "común";
|
||||
$lang["common_confirm_search"] = "Has seleccionado una o más filas. Éstas no estarán seleccionadas después de tu búsqueda. ¿Seguro(a) que quieres hacer esta búsqueda?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "País";
|
||||
$lang["common_date"] = "Fecha";
|
||||
$lang["common_delete"] = "Borrar";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["config_address"] = "Dirección del Comercio";
|
||||
$lang["config_address_required"] = "Dirección del Comercio es requerida.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Permitir código barras duplicados";
|
||||
@@ -68,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Ancho del código de barras debe
|
||||
$lang["config_default_barcode_width_required"] = "Ancho del código de barras es requerido.";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "Código de impuesto por defecto";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Descuento en Ventas predeterminado";
|
||||
$lang["config_default_sales_discount_number"] = "Descuento en ventas predeterminado debe ser un número.";
|
||||
$lang["config_default_sales_discount_required"] = "Descuento en ventas predeterminado es requerido.";
|
||||
@@ -133,6 +137,7 @@ $lang["config_giftcard_series"] = "Generar en serie";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "Información";
|
||||
$lang["config_info_configuration"] = "Información del Comercio";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Factura";
|
||||
$lang["config_invoice_configuration"] = "Parámetros de Impresión";
|
||||
$lang["config_invoice_default_comments"] = "Comentarios predeterminados en la factura";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["login_gcaptcha"] = "No soy un robot.";
|
||||
$lang["login_go"] = "Ir";
|
||||
$lang["login_invalid_gcaptcha"] = "Inválido, no soy un robot.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["messages_first_name"] = "Nombre";
|
||||
$lang["messages_last_name"] = "Apellidos";
|
||||
$lang["messages_message"] = "Mensaje";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["taxes_add_exception"] = "Añadir excepción";
|
||||
$lang["taxes_cascade"] = "Cascada";
|
||||
$lang["taxes_cascade_sequence"] = "Secuencia en cascada";
|
||||
@@ -31,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "Guardados los cambios en tip
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "No se han guardado los cambios en los tipos de impuestos";
|
||||
$lang["taxes_tax_category"] = "Categoría de impuesto";
|
||||
$lang["taxes_tax_category_code"] = "Código de tipo de impuesto";
|
||||
$lang["taxes_tax_category_duplicate"] = "Tipo de impuesto duplicado";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "Caracteres inválidos en el tipo de impuesto";
|
||||
$lang["taxes_tax_category_name"] = "Nombre del tipo de impuesto";
|
||||
$lang["taxes_tax_category_new"] = "Nuevo tipo de impuesto";
|
||||
$lang["taxes_tax_category_required"] = "Tipo de impuesto requerido";
|
||||
$lang["taxes_tax_code"] = "Código";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "Fallo al borrar tipo de impuesto";
|
||||
$lang["taxes_tax_code_duplicate"] = "Código de impuesto duplicado";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "Caracteres no válidos en el código de impuesto";
|
||||
$lang["taxes_tax_code_name"] = "Nombre";
|
||||
$lang["taxes_tax_code_required"] = "El código de impuesto es un campo obligatorio";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Se ha borrado correctamente el impuesto";
|
||||
@@ -51,11 +57,15 @@ $lang["taxes_tax_group"] = "Grupo de impuestos";
|
||||
$lang["taxes_tax_group_sequence"] = "Secuencia de grupo de impuestos";
|
||||
$lang["taxes_tax_included"] = "Impuestos incluidos";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "Porcentaje";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "El porcentaje tiene que ser un número.";
|
||||
$lang["taxes_tax_rate_required"] = "El porcentaje es un campo obligatorio.";
|
||||
@@ -67,8 +77,3 @@ $lang["taxes_tax_rounding"] = "";
|
||||
$lang["taxes_tax_type"] = "";
|
||||
$lang["taxes_update"] = "Actualizar categoría de impuesto de ventas";
|
||||
$lang["taxes_vat_tax"] = "IVA";
|
||||
$lang["taxes_tax_category_duplicate"] = "Tipo de impuesto duplicado";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "Caracteres inválidos en el tipo de impuesto";
|
||||
$lang["taxes_tax_category_required"] = "Tipo de impuesto requerido";
|
||||
$lang["taxes_tax_code_duplicate"] = "Código de impuesto duplicado";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "Caracteres no válidos en el código de impuesto";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "El valor del atributo no puede contener ':' or '|'";
|
||||
$lang["attributes_confirm_delete"] = "¿Está seguro de eliminar el/los atributo(s) seleccionado(s)?";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "No ha sido posible eliminar el/los atributo(s) seleccionado(s)";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["tables_all"] = "Todos";
|
||||
$lang["tables_columns"] = "Columnas";
|
||||
$lang["tables_hide_show_pagination"] = "Ocultar/Mostrar paginación";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["cashups_amount"] = "Monto";
|
||||
$lang["cashups_amount_number"] = "El monto debe ser un número";
|
||||
$lang["cashups_amount_required"] = "El monto es un campo requerido.";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["common_address_1"] = "Dirección 1";
|
||||
$lang["common_address_2"] = "Dirección 2";
|
||||
$lang["common_city"] = "Ciudad";
|
||||
@@ -6,6 +7,7 @@ $lang["common_close"] = "Cerrar";
|
||||
$lang["common_comments"] = "Comentarios";
|
||||
$lang["common_common"] = "común";
|
||||
$lang["common_confirm_search"] = "Ha seleccionado algunos registros que no estarán seleccionados después de la búsqueda. ¿Está segura(o) de enviar su búsqueda?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "País";
|
||||
$lang["common_date"] = "Fecha";
|
||||
$lang["common_delete"] = "Eliminar";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["config_address"] = "Dirección de la Empresa";
|
||||
$lang["config_address_required"] = "La Dirección de la Empresa es un campo requerido.";
|
||||
$lang["config_allow_duplicate_barcodes"] = "Permitir Códigos de Barra Duplicados";
|
||||
@@ -68,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Default Barcode Width must be a
|
||||
$lang["config_default_barcode_width_required"] = "Default Barcode Width is a required field.";
|
||||
$lang["config_default_item_columns"] = "Default Visible Item Columns";
|
||||
$lang["config_default_origin_tax_code"] = "Default Origin Tax Code";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Default Sales Discount %";
|
||||
$lang["config_default_sales_discount_number"] = "Default Sales Discount must be a number.";
|
||||
$lang["config_default_sales_discount_required"] = "Default Sales Discount is a required field.";
|
||||
@@ -133,6 +137,7 @@ $lang["config_giftcard_series"] = "Generate in Series";
|
||||
$lang["config_include_hsn"] = "Include Support for HSN Codes";
|
||||
$lang["config_info"] = "Information";
|
||||
$lang["config_info_configuration"] = "Store Information";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Invoice";
|
||||
$lang["config_invoice_configuration"] = "Invoice Print Settings";
|
||||
$lang["config_invoice_default_comments"] = "Default Invoice Comments";
|
||||
|
||||
54
application/language/es_MX/customers_lang.php
Normal file
54
application/language/es_MX/customers_lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_account_number"] = "";
|
||||
$lang["customers_account_number_duplicate"] = "";
|
||||
$lang["customers_available_points"] = "";
|
||||
$lang["customers_average"] = "";
|
||||
$lang["customers_avg_discount"] = "";
|
||||
$lang["customers_basic_information"] = "";
|
||||
$lang["customers_cannot_be_deleted"] = "";
|
||||
$lang["customers_company_name"] = "";
|
||||
$lang["customers_confirm_delete"] = "";
|
||||
$lang["customers_confirm_restore"] = "";
|
||||
$lang["customers_consent"] = "";
|
||||
$lang["customers_consent_required"] = "";
|
||||
$lang["customers_customer"] = "";
|
||||
$lang["customers_date"] = "";
|
||||
$lang["customers_discount"] = "";
|
||||
$lang["customers_discount_fixed"] = "";
|
||||
$lang["customers_discount_percent"] = "";
|
||||
$lang["customers_discount_type"] = "";
|
||||
$lang["customers_email_duplicate"] = "";
|
||||
$lang["customers_employee"] = "";
|
||||
$lang["customers_error_adding_updating"] = "";
|
||||
$lang["customers_excel_import_failed"] = "";
|
||||
$lang["customers_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["customers_excel_import_partially_failed"] = "";
|
||||
$lang["customers_excel_import_success"] = "";
|
||||
$lang["customers_import_items_excel"] = "";
|
||||
$lang["customers_mailchimp_activity_click"] = "";
|
||||
$lang["customers_mailchimp_activity_lastopen"] = "";
|
||||
$lang["customers_mailchimp_activity_open"] = "";
|
||||
$lang["customers_mailchimp_activity_total"] = "";
|
||||
$lang["customers_mailchimp_activity_unopen"] = "";
|
||||
$lang["customers_mailchimp_email_client"] = "";
|
||||
$lang["customers_mailchimp_info"] = "";
|
||||
$lang["customers_mailchimp_member_rating"] = "";
|
||||
$lang["customers_mailchimp_status"] = "";
|
||||
$lang["customers_mailchimp_vip"] = "";
|
||||
$lang["customers_max"] = "";
|
||||
$lang["customers_min"] = "";
|
||||
$lang["customers_new"] = "";
|
||||
$lang["customers_none_selected"] = "";
|
||||
$lang["customers_one_or_multiple"] = "";
|
||||
$lang["customers_quantity"] = "";
|
||||
$lang["customers_stats_info"] = "";
|
||||
$lang["customers_successful_adding"] = "";
|
||||
$lang["customers_successful_deleted"] = "";
|
||||
$lang["customers_successful_updating"] = "";
|
||||
$lang["customers_tax_code"] = "";
|
||||
$lang["customers_tax_id"] = "";
|
||||
$lang["customers_taxable"] = "";
|
||||
$lang["customers_total"] = "";
|
||||
$lang["customers_update"] = "";
|
||||
$lang["rewards_package"] = "";
|
||||
23
application/language/es_MX/datepicker_lang.php
Normal file
23
application/language/es_MX/datepicker_lang.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
$lang["datepicker_all_time"] = "";
|
||||
$lang["datepicker_apply"] = "";
|
||||
$lang["datepicker_cancel"] = "";
|
||||
$lang["datepicker_custom"] = "";
|
||||
$lang["datepicker_from"] = "";
|
||||
$lang["datepicker_last_30"] = "";
|
||||
$lang["datepicker_last_7"] = "";
|
||||
$lang["datepicker_last_financial_year"] = "";
|
||||
$lang["datepicker_last_month"] = "";
|
||||
$lang["datepicker_last_year"] = "";
|
||||
$lang["datepicker_same_month_last_year"] = "";
|
||||
$lang["datepicker_same_month_to_same_day_last_year"] = "";
|
||||
$lang["datepicker_this_financial_year"] = "";
|
||||
$lang["datepicker_this_month"] = "";
|
||||
$lang["datepicker_this_month_last_year"] = "";
|
||||
$lang["datepicker_this_year"] = "";
|
||||
$lang["datepicker_to"] = "";
|
||||
$lang["datepicker_today"] = "";
|
||||
$lang["datepicker_today_last_year"] = "";
|
||||
$lang["datepicker_weekstart"] = "";
|
||||
$lang["datepicker_yesterday"] = "";
|
||||
37
application/language/es_MX/employees_lang.php
Normal file
37
application/language/es_MX/employees_lang.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
$lang["employees_basic_information"] = "";
|
||||
$lang["employees_cannot_be_deleted"] = "";
|
||||
$lang["employees_change_password"] = "";
|
||||
$lang["employees_confirm_delete"] = "";
|
||||
$lang["employees_confirm_restore"] = "";
|
||||
$lang["employees_current_password"] = "";
|
||||
$lang["employees_current_password_invalid"] = "";
|
||||
$lang["employees_employee"] = "";
|
||||
$lang["employees_error_adding_updating"] = "";
|
||||
$lang["employees_error_deleting_demo_admin"] = "";
|
||||
$lang["employees_error_updating_demo_admin"] = "";
|
||||
$lang["employees_language"] = "";
|
||||
$lang["employees_login_info"] = "";
|
||||
$lang["employees_new"] = "";
|
||||
$lang["employees_none_selected"] = "";
|
||||
$lang["employees_one_or_multiple"] = "";
|
||||
$lang["employees_password"] = "";
|
||||
$lang["employees_password_minlength"] = "";
|
||||
$lang["employees_password_must_match"] = "";
|
||||
$lang["employees_password_not_must_match"] = "";
|
||||
$lang["employees_password_required"] = "";
|
||||
$lang["employees_permission_desc"] = "";
|
||||
$lang["employees_permission_info"] = "";
|
||||
$lang["employees_repeat_password"] = "";
|
||||
$lang["employees_subpermission_required"] = "";
|
||||
$lang["employees_successful_adding"] = "";
|
||||
$lang["employees_successful_change_password"] = "";
|
||||
$lang["employees_successful_deleted"] = "";
|
||||
$lang["employees_successful_updating"] = "";
|
||||
$lang["employees_system_language"] = "";
|
||||
$lang["employees_unsuccessful_change_password"] = "";
|
||||
$lang["employees_update"] = "";
|
||||
$lang["employees_username"] = "";
|
||||
$lang["employees_username_minlength"] = "";
|
||||
$lang["employees_username_required"] = "";
|
||||
9
application/language/es_MX/enum_lang.php
Normal file
9
application/language/es_MX/enum_lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang["enum_half_down"] = "";
|
||||
$lang["enum_half_even"] = "";
|
||||
$lang["enum_half_five"] = "";
|
||||
$lang["enum_half_odd"] = "";
|
||||
$lang["enum_half_up"] = "";
|
||||
$lang["enum_round_down"] = "";
|
||||
$lang["enum_round_up"] = "";
|
||||
4
application/language/es_MX/error_lang.php
Normal file
4
application/language/es_MX/error_lang.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$lang["error_no_permission_module"] = "";
|
||||
$lang["error_unknown"] = "";
|
||||
21
application/language/es_MX/expenses_categories_lang.php
Normal file
21
application/language/es_MX/expenses_categories_lang.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang["category_name_required"] = "";
|
||||
$lang["expenses_categories_add_item"] = "";
|
||||
$lang["expenses_categories_cannot_be_deleted"] = "";
|
||||
$lang["expenses_categories_category_id"] = "";
|
||||
$lang["expenses_categories_confirm_delete"] = "";
|
||||
$lang["expenses_categories_confirm_restore"] = "";
|
||||
$lang["expenses_categories_description"] = "";
|
||||
$lang["expenses_categories_error_adding_updating"] = "";
|
||||
$lang["expenses_categories_info"] = "";
|
||||
$lang["expenses_categories_name"] = "";
|
||||
$lang["expenses_categories_new"] = "";
|
||||
$lang["expenses_categories_no_expenses_categories_to_display"] = "";
|
||||
$lang["expenses_categories_none_selected"] = "";
|
||||
$lang["expenses_categories_one_or_multiple"] = "";
|
||||
$lang["expenses_categories_quantity"] = "";
|
||||
$lang["expenses_categories_successful_adding"] = "";
|
||||
$lang["expenses_categories_successful_deleted"] = "";
|
||||
$lang["expenses_categories_successful_updating"] = "";
|
||||
$lang["expenses_categories_update"] = "";
|
||||
46
application/language/es_MX/expenses_lang.php
Normal file
46
application/language/es_MX/expenses_lang.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
$lang["expenses_add_item"] = "";
|
||||
$lang["expenses_amount"] = "";
|
||||
$lang["expenses_amount_number"] = "";
|
||||
$lang["expenses_amount_required"] = "";
|
||||
$lang["expenses_by_category"] = "";
|
||||
$lang["expenses_cannot_be_deleted"] = "";
|
||||
$lang["expenses_cash"] = "";
|
||||
$lang["expenses_cash_filter"] = "";
|
||||
$lang["expenses_categories_name"] = "";
|
||||
$lang["expenses_category_required"] = "";
|
||||
$lang["expenses_check"] = "";
|
||||
$lang["expenses_check_filter"] = "";
|
||||
$lang["expenses_confirm_delete"] = "";
|
||||
$lang["expenses_confirm_restore"] = "";
|
||||
$lang["expenses_credit"] = "";
|
||||
$lang["expenses_credit_filter"] = "";
|
||||
$lang["expenses_date"] = "";
|
||||
$lang["expenses_date_number"] = "";
|
||||
$lang["expenses_date_required"] = "";
|
||||
$lang["expenses_debit"] = "";
|
||||
$lang["expenses_debit_filter"] = "";
|
||||
$lang["expenses_description"] = "";
|
||||
$lang["expenses_due"] = "";
|
||||
$lang["expenses_due_filter"] = "";
|
||||
$lang["expenses_employee"] = "";
|
||||
$lang["expenses_error_adding_updating"] = "";
|
||||
$lang["expenses_expense_id"] = "";
|
||||
$lang["expenses_expenses_employee"] = "";
|
||||
$lang["expenses_info"] = "";
|
||||
$lang["expenses_is_deleted"] = "";
|
||||
$lang["expenses_name_required"] = "";
|
||||
$lang["expenses_new"] = "";
|
||||
$lang["expenses_no_expenses_to_display"] = "";
|
||||
$lang["expenses_none_selected"] = "";
|
||||
$lang["expenses_one_or_multiple"] = "";
|
||||
$lang["expenses_payment"] = "";
|
||||
$lang["expenses_start_typing_supplier_name"] = "";
|
||||
$lang["expenses_successful_adding"] = "";
|
||||
$lang["expenses_successful_deleted"] = "";
|
||||
$lang["expenses_successful_updating"] = "";
|
||||
$lang["expenses_supplier_name"] = "";
|
||||
$lang["expenses_supplier_tax_code"] = "";
|
||||
$lang["expenses_tax_amount"] = "";
|
||||
$lang["expenses_update"] = "";
|
||||
70
application/language/es_MX/giftcards_lang.php
Normal file
70
application/language/es_MX/giftcards_lang.php
Normal file
@@ -0,0 +1,70 @@
|
||||
<?php
|
||||
|
||||
$lang["giftcards_add_minus"] = "";
|
||||
$lang["giftcards_allow_alt_description"] = "";
|
||||
$lang["giftcards_bulk_edit"] = "";
|
||||
$lang["giftcards_cannot_be_deleted"] = "";
|
||||
$lang["giftcards_cannot_find_giftcard"] = "";
|
||||
$lang["giftcards_cannot_use"] = "";
|
||||
$lang["giftcards_card_value"] = "";
|
||||
$lang["giftcards_category"] = "";
|
||||
$lang["giftcards_change_all_to_allow_alt_desc"] = "";
|
||||
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "";
|
||||
$lang["giftcards_change_all_to_serialized"] = "";
|
||||
$lang["giftcards_change_all_to_unserialized"] = "";
|
||||
$lang["giftcards_confirm_bulk_edit"] = "";
|
||||
$lang["giftcards_confirm_delete"] = "";
|
||||
$lang["giftcards_confirm_restore"] = "";
|
||||
$lang["giftcards_cost_price"] = "";
|
||||
$lang["giftcards_count"] = "";
|
||||
$lang["giftcards_current_quantity"] = "";
|
||||
$lang["giftcards_description"] = "";
|
||||
$lang["giftcards_details_count"] = "";
|
||||
$lang["giftcards_do_nothing"] = "";
|
||||
$lang["giftcards_edit_fields_you_want_to_update"] = "";
|
||||
$lang["giftcards_edit_multiple_giftcards"] = "";
|
||||
$lang["giftcards_error_adding_updating"] = "";
|
||||
$lang["giftcards_error_updating_multiple"] = "";
|
||||
$lang["giftcards_excel_import_failed"] = "";
|
||||
$lang["giftcards_generate_barcodes"] = "";
|
||||
$lang["giftcards_giftcard"] = "";
|
||||
$lang["giftcards_giftcard_number"] = "";
|
||||
$lang["giftcards_info_provided_by"] = "";
|
||||
$lang["giftcards_inventory_comments"] = "";
|
||||
$lang["giftcards_is_serialized"] = "";
|
||||
$lang["giftcards_low_inventory_giftcards"] = "";
|
||||
$lang["giftcards_manually_editing_of_quantity"] = "";
|
||||
$lang["giftcards_must_select_giftcard_for_barcode"] = "";
|
||||
$lang["giftcards_new"] = "";
|
||||
$lang["giftcards_no_description_giftcards"] = "";
|
||||
$lang["giftcards_no_giftcards_to_display"] = "";
|
||||
$lang["giftcards_none"] = "";
|
||||
$lang["giftcards_none_selected"] = "";
|
||||
$lang["giftcards_number"] = "";
|
||||
$lang["giftcards_number_information"] = "";
|
||||
$lang["giftcards_number_required"] = "";
|
||||
$lang["giftcards_one_or_multiple"] = "";
|
||||
$lang["giftcards_person_id"] = "";
|
||||
$lang["giftcards_quantity"] = "";
|
||||
$lang["giftcards_quantity_required"] = "";
|
||||
$lang["giftcards_remaining_balance"] = "";
|
||||
$lang["giftcards_reorder_level"] = "";
|
||||
$lang["giftcards_retrive_giftcard_info"] = "";
|
||||
$lang["giftcards_sales_tax_1"] = "";
|
||||
$lang["giftcards_sales_tax_2"] = "";
|
||||
$lang["giftcards_serialized_giftcards"] = "";
|
||||
$lang["giftcards_successful_adding"] = "";
|
||||
$lang["giftcards_successful_bulk_edit"] = "";
|
||||
$lang["giftcards_successful_deleted"] = "";
|
||||
$lang["giftcards_successful_updating"] = "";
|
||||
$lang["giftcards_supplier"] = "";
|
||||
$lang["giftcards_tax_1"] = "";
|
||||
$lang["giftcards_tax_2"] = "";
|
||||
$lang["giftcards_tax_percent"] = "";
|
||||
$lang["giftcards_tax_percents"] = "";
|
||||
$lang["giftcards_unit_price"] = "";
|
||||
$lang["giftcards_upc_database"] = "";
|
||||
$lang["giftcards_update"] = "";
|
||||
$lang["giftcards_use_inventory_menu"] = "";
|
||||
$lang["giftcards_value"] = "";
|
||||
$lang["giftcards_value_required"] = "";
|
||||
35
application/language/es_MX/item_kits_lang.php
Normal file
35
application/language/es_MX/item_kits_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
$lang["item_kits_add_item"] = "";
|
||||
$lang["item_kits_all"] = "";
|
||||
$lang["item_kits_cannot_be_deleted"] = "";
|
||||
$lang["item_kits_confirm_delete"] = "";
|
||||
$lang["item_kits_confirm_restore"] = "";
|
||||
$lang["item_kits_description"] = "";
|
||||
$lang["item_kits_discount"] = "";
|
||||
$lang["item_kits_discount_fixed"] = "";
|
||||
$lang["item_kits_discount_percent"] = "";
|
||||
$lang["item_kits_discount_type"] = "";
|
||||
$lang["item_kits_error_adding_updating"] = "";
|
||||
$lang["item_kits_find_kit_item"] = "";
|
||||
$lang["item_kits_info"] = "";
|
||||
$lang["item_kits_item"] = "";
|
||||
$lang["item_kits_items"] = "";
|
||||
$lang["item_kits_kit"] = "";
|
||||
$lang["item_kits_kit_and_components"] = "";
|
||||
$lang["item_kits_kit_and_stock"] = "";
|
||||
$lang["item_kits_kit_only"] = "";
|
||||
$lang["item_kits_name"] = "";
|
||||
$lang["item_kits_new"] = "";
|
||||
$lang["item_kits_no_item_kits_to_display"] = "";
|
||||
$lang["item_kits_none_selected"] = "";
|
||||
$lang["item_kits_one_or_multiple"] = "";
|
||||
$lang["item_kits_price_option"] = "";
|
||||
$lang["item_kits_priced_only"] = "";
|
||||
$lang["item_kits_print_option"] = "";
|
||||
$lang["item_kits_quantity"] = "";
|
||||
$lang["item_kits_sequence"] = "";
|
||||
$lang["item_kits_successful_adding"] = "";
|
||||
$lang["item_kits_successful_deleted"] = "";
|
||||
$lang["item_kits_successful_updating"] = "";
|
||||
$lang["item_kits_update"] = "";
|
||||
113
application/language/es_MX/items_lang.php
Normal file
113
application/language/es_MX/items_lang.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
$lang["items_add_minus"] = "";
|
||||
$lang["items_allow_alt_desciption"] = "";
|
||||
$lang["items_allow_alt_description"] = "";
|
||||
$lang["items_amount_entry"] = "";
|
||||
$lang["items_bulk_edit"] = "";
|
||||
$lang["items_buy_price_required"] = "";
|
||||
$lang["items_cannot_be_deleted"] = "";
|
||||
$lang["items_cannot_find_item"] = "";
|
||||
$lang["items_category"] = "";
|
||||
$lang["items_category_required"] = "";
|
||||
$lang["items_change_all_to_allow_alt_desc"] = "";
|
||||
$lang["items_change_all_to_not_allow_allow_desc"] = "";
|
||||
$lang["items_change_all_to_serialized"] = "";
|
||||
$lang["items_change_all_to_unserialized"] = "";
|
||||
$lang["items_change_image"] = "";
|
||||
$lang["items_confirm_bulk_edit"] = "";
|
||||
$lang["items_confirm_bulk_edit_wipe_taxes"] = "";
|
||||
$lang["items_confirm_delete"] = "";
|
||||
$lang["items_confirm_restore"] = "";
|
||||
$lang["items_cost_price"] = "";
|
||||
$lang["items_cost_price_number"] = "";
|
||||
$lang["items_cost_price_required"] = "";
|
||||
$lang["items_count"] = "";
|
||||
$lang["items_current_quantity"] = "";
|
||||
$lang["items_default_pack_name"] = "";
|
||||
$lang["items_description"] = "";
|
||||
$lang["items_details_count"] = "";
|
||||
$lang["items_do_nothing"] = "";
|
||||
$lang["items_edit_fields_you_want_to_update"] = "";
|
||||
$lang["items_edit_multiple_items"] = "";
|
||||
$lang["items_empty_upc_items"] = "";
|
||||
$lang["items_error_adding_updating"] = "";
|
||||
$lang["items_error_updating_multiple"] = "";
|
||||
$lang["items_excel_import_failed"] = "";
|
||||
$lang["items_excel_import_nodata_wrongformat"] = "";
|
||||
$lang["items_excel_import_partially_failed"] = "";
|
||||
$lang["items_excel_import_success"] = "";
|
||||
$lang["items_generate_barcodes"] = "";
|
||||
$lang["items_hsn_code"] = "";
|
||||
$lang["items_image"] = "";
|
||||
$lang["items_import_items_excel"] = "";
|
||||
$lang["items_info_provided_by"] = "";
|
||||
$lang["items_inventory"] = "";
|
||||
$lang["items_inventory_comments"] = "";
|
||||
$lang["items_inventory_data_tracking"] = "";
|
||||
$lang["items_inventory_date"] = "";
|
||||
$lang["items_inventory_employee"] = "";
|
||||
$lang["items_inventory_in_out_quantity"] = "";
|
||||
$lang["items_inventory_remarks"] = "";
|
||||
$lang["items_is_deleted"] = "";
|
||||
$lang["items_is_serialized"] = "";
|
||||
$lang["items_item"] = "";
|
||||
$lang["items_item_number"] = "";
|
||||
$lang["items_item_number_duplicate"] = "";
|
||||
$lang["items_kit"] = "";
|
||||
$lang["items_location"] = "";
|
||||
$lang["items_low_inventory_items"] = "";
|
||||
$lang["items_low_sell_item"] = "";
|
||||
$lang["items_manually_editing_of_quantity"] = "";
|
||||
$lang["items_name"] = "";
|
||||
$lang["items_name_required"] = "";
|
||||
$lang["items_new"] = "";
|
||||
$lang["items_no_description_items"] = "";
|
||||
$lang["items_no_items_to_display"] = "";
|
||||
$lang["items_none"] = "";
|
||||
$lang["items_none_selected"] = "";
|
||||
$lang["items_nonstock"] = "";
|
||||
$lang["items_number_information"] = "";
|
||||
$lang["items_number_required"] = "";
|
||||
$lang["items_one_or_multiple"] = "";
|
||||
$lang["items_pack_name"] = "";
|
||||
$lang["items_qty_per_pack"] = "";
|
||||
$lang["items_quantity"] = "";
|
||||
$lang["items_quantity_number"] = "";
|
||||
$lang["items_quantity_required"] = "";
|
||||
$lang["items_receiving_quantity"] = "";
|
||||
$lang["items_remove_image"] = "";
|
||||
$lang["items_reorder_level"] = "";
|
||||
$lang["items_reorder_level_number"] = "";
|
||||
$lang["items_reorder_level_required"] = "";
|
||||
$lang["items_retrive_item_info"] = "";
|
||||
$lang["items_sales_tax_1"] = "";
|
||||
$lang["items_sales_tax_2"] = "";
|
||||
$lang["items_search_attributes"] = "";
|
||||
$lang["items_search_custom_items"] = "";
|
||||
$lang["items_select_image"] = "";
|
||||
$lang["items_serialized_items"] = "";
|
||||
$lang["items_standard"] = "";
|
||||
$lang["items_stock"] = "";
|
||||
$lang["items_stock_location"] = "";
|
||||
$lang["items_stock_type"] = "";
|
||||
$lang["items_successful_adding"] = "";
|
||||
$lang["items_successful_bulk_edit"] = "";
|
||||
$lang["items_successful_deleted"] = "";
|
||||
$lang["items_successful_updating"] = "";
|
||||
$lang["items_supplier"] = "";
|
||||
$lang["items_tax_1"] = "";
|
||||
$lang["items_tax_2"] = "";
|
||||
$lang["items_tax_category"] = "";
|
||||
$lang["items_tax_percent"] = "";
|
||||
$lang["items_tax_percent_number"] = "";
|
||||
$lang["items_tax_percent_required"] = "";
|
||||
$lang["items_tax_percents"] = "";
|
||||
$lang["items_temp"] = "";
|
||||
$lang["items_type"] = "";
|
||||
$lang["items_unit_price"] = "";
|
||||
$lang["items_unit_price_number"] = "";
|
||||
$lang["items_unit_price_required"] = "";
|
||||
$lang["items_upc_database"] = "";
|
||||
$lang["items_update"] = "";
|
||||
$lang["items_use_inventory_menu"] = "";
|
||||
10
application/language/es_MX/login_lang.php
Normal file
10
application/language/es_MX/login_lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$lang["login_gcaptcha"] = "";
|
||||
$lang["login_go"] = "";
|
||||
$lang["login_invalid_gcaptcha"] = "";
|
||||
$lang["login_invalid_installation"] = "";
|
||||
$lang["login_invalid_username_and_password"] = "";
|
||||
$lang["login_login"] = "";
|
||||
$lang["login_password"] = "";
|
||||
$lang["login_username"] = "";
|
||||
14
application/language/es_MX/messages_lang.php
Normal file
14
application/language/es_MX/messages_lang.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang["messages_first_name"] = "";
|
||||
$lang["messages_last_name"] = "";
|
||||
$lang["messages_message"] = "";
|
||||
$lang["messages_message_placeholder"] = "";
|
||||
$lang["messages_message_required"] = "";
|
||||
$lang["messages_multiple_phones"] = "";
|
||||
$lang["messages_phone"] = "";
|
||||
$lang["messages_phone_number_required"] = "";
|
||||
$lang["messages_phone_placeholder"] = "";
|
||||
$lang["messages_sms_send"] = "";
|
||||
$lang["messages_successfully_sent"] = "";
|
||||
$lang["messages_unsuccessfully_sent"] = "";
|
||||
41
application/language/es_MX/module_lang.php
Normal file
41
application/language/es_MX/module_lang.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
$lang["module_attributes"] = "";
|
||||
$lang["module_attributes_desc"] = "";
|
||||
$lang["module_both"] = "";
|
||||
$lang["module_cashups"] = "";
|
||||
$lang["module_cashups_desc"] = "";
|
||||
$lang["module_config"] = "";
|
||||
$lang["module_config_desc"] = "";
|
||||
$lang["module_customers"] = "";
|
||||
$lang["module_customers_desc"] = "";
|
||||
$lang["module_employees"] = "";
|
||||
$lang["module_employees_desc"] = "";
|
||||
$lang["module_expenses"] = "";
|
||||
$lang["module_expenses_categories"] = "";
|
||||
$lang["module_expenses_categories_desc"] = "";
|
||||
$lang["module_expenses_desc"] = "";
|
||||
$lang["module_giftcards"] = "";
|
||||
$lang["module_giftcards_desc"] = "";
|
||||
$lang["module_home"] = "";
|
||||
$lang["module_home_desc"] = "";
|
||||
$lang["module_item_kits"] = "";
|
||||
$lang["module_item_kits_desc"] = "";
|
||||
$lang["module_items"] = "";
|
||||
$lang["module_items_desc"] = "";
|
||||
$lang["module_messages"] = "";
|
||||
$lang["module_messages_desc"] = "";
|
||||
$lang["module_migrate"] = "";
|
||||
$lang["module_migrate_desc"] = "";
|
||||
$lang["module_office"] = "";
|
||||
$lang["module_office_desc"] = "";
|
||||
$lang["module_receivings"] = "";
|
||||
$lang["module_receivings_desc"] = "";
|
||||
$lang["module_reports"] = "";
|
||||
$lang["module_reports_desc"] = "";
|
||||
$lang["module_sales"] = "";
|
||||
$lang["module_sales_desc"] = "";
|
||||
$lang["module_suppliers"] = "";
|
||||
$lang["module_suppliers_desc"] = "";
|
||||
$lang["module_taxes"] = "";
|
||||
$lang["module_taxes_desc"] = "";
|
||||
54
application/language/es_MX/receivings_lang.php
Normal file
54
application/language/es_MX/receivings_lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
$lang["receivings_cancel_receiving"] = "";
|
||||
$lang["receivings_cannot_be_deleted"] = "";
|
||||
$lang["receivings_comments"] = "";
|
||||
$lang["receivings_complete_receiving"] = "";
|
||||
$lang["receivings_confirm_cancel_receiving"] = "";
|
||||
$lang["receivings_confirm_delete"] = "";
|
||||
$lang["receivings_confirm_finish_receiving"] = "";
|
||||
$lang["receivings_cost"] = "";
|
||||
$lang["receivings_date"] = "";
|
||||
$lang["receivings_date_required"] = "";
|
||||
$lang["receivings_date_type"] = "";
|
||||
$lang["receivings_delete_entire_sale"] = "";
|
||||
$lang["receivings_discount"] = "";
|
||||
$lang["receivings_edit"] = "";
|
||||
$lang["receivings_edit_sale"] = "";
|
||||
$lang["receivings_employee"] = "";
|
||||
$lang["receivings_error_editing_item"] = "";
|
||||
$lang["receivings_error_requisition"] = "";
|
||||
$lang["receivings_find_or_scan_item"] = "";
|
||||
$lang["receivings_find_or_scan_item_or_receipt"] = "";
|
||||
$lang["receivings_id"] = "";
|
||||
$lang["receivings_item_name"] = "";
|
||||
$lang["receivings_mode"] = "";
|
||||
$lang["receivings_new_supplier"] = "";
|
||||
$lang["receivings_one_or_multiple"] = "";
|
||||
$lang["receivings_print_after_sale"] = "";
|
||||
$lang["receivings_quantity"] = "";
|
||||
$lang["receivings_receipt"] = "";
|
||||
$lang["receivings_receipt_number"] = "";
|
||||
$lang["receivings_receiving"] = "";
|
||||
$lang["receivings_reference"] = "";
|
||||
$lang["receivings_register"] = "";
|
||||
$lang["receivings_requisition"] = "";
|
||||
$lang["receivings_return"] = "";
|
||||
$lang["receivings_select_supplier"] = "";
|
||||
$lang["receivings_ship_pack"] = "";
|
||||
$lang["receivings_start_typing_supplier_name"] = "";
|
||||
$lang["receivings_stock"] = "";
|
||||
$lang["receivings_stock_destination"] = "";
|
||||
$lang["receivings_stock_locaiton"] = "";
|
||||
$lang["receivings_stock_source"] = "";
|
||||
$lang["receivings_successfully_deleted"] = "";
|
||||
$lang["receivings_successfully_updated"] = "";
|
||||
$lang["receivings_supplier"] = "";
|
||||
$lang["receivings_supplier_address"] = "";
|
||||
$lang["receivings_supplier_email"] = "";
|
||||
$lang["receivings_supplier_location"] = "";
|
||||
$lang["receivings_total"] = "";
|
||||
$lang["receivings_transaction_failed"] = "";
|
||||
$lang["receivings_unable_to_add_item"] = "";
|
||||
$lang["receivings_unsuccessfully_updated"] = "";
|
||||
$lang["receivings_update"] = "";
|
||||
133
application/language/es_MX/reports_lang.php
Normal file
133
application/language/es_MX/reports_lang.php
Normal file
@@ -0,0 +1,133 @@
|
||||
<?php
|
||||
|
||||
$lang["reports_all"] = "";
|
||||
$lang["reports_authority"] = "";
|
||||
$lang["reports_canceled"] = "";
|
||||
$lang["reports_categories"] = "";
|
||||
$lang["reports_categories_summary_report"] = "";
|
||||
$lang["reports_category"] = "";
|
||||
$lang["reports_code_canceled"] = "";
|
||||
$lang["reports_code_invoice"] = "";
|
||||
$lang["reports_code_pos"] = "";
|
||||
$lang["reports_code_quote"] = "";
|
||||
$lang["reports_code_return"] = "";
|
||||
$lang["reports_code_type"] = "";
|
||||
$lang["reports_code_work_order"] = "";
|
||||
$lang["reports_comments"] = "";
|
||||
$lang["reports_complete"] = "";
|
||||
$lang["reports_completed_sales"] = "";
|
||||
$lang["reports_confirm_delete"] = "";
|
||||
$lang["reports_confirm_restore"] = "";
|
||||
$lang["reports_cost"] = "";
|
||||
$lang["reports_cost_price"] = "";
|
||||
$lang["reports_count"] = "";
|
||||
$lang["reports_customer"] = "";
|
||||
$lang["reports_customers"] = "";
|
||||
$lang["reports_customers_summary_report"] = "";
|
||||
$lang["reports_date"] = "";
|
||||
$lang["reports_date_range"] = "";
|
||||
$lang["reports_description"] = "";
|
||||
$lang["reports_detailed_receivings_report"] = "";
|
||||
$lang["reports_detailed_reports"] = "";
|
||||
$lang["reports_detailed_requisition_report"] = "";
|
||||
$lang["reports_detailed_sales_report"] = "";
|
||||
$lang["reports_discount"] = "";
|
||||
$lang["reports_discount_fixed"] = "";
|
||||
$lang["reports_discount_percent"] = "";
|
||||
$lang["reports_discount_type"] = "";
|
||||
$lang["reports_discounts"] = "";
|
||||
$lang["reports_discounts_summary_report"] = "";
|
||||
$lang["reports_earned"] = "";
|
||||
$lang["reports_employee"] = "";
|
||||
$lang["reports_employees"] = "";
|
||||
$lang["reports_employees_summary_report"] = "";
|
||||
$lang["reports_expenses"] = "";
|
||||
$lang["reports_expenses_amount"] = "";
|
||||
$lang["reports_expenses_categories"] = "";
|
||||
$lang["reports_expenses_categories_summary_report"] = "";
|
||||
$lang["reports_expenses_category"] = "";
|
||||
$lang["reports_expenses_tax_amount"] = "";
|
||||
$lang["reports_expenses_total_amount"] = "";
|
||||
$lang["reports_expenses_total_tax_amount"] = "";
|
||||
$lang["reports_graphical_reports"] = "";
|
||||
$lang["reports_inventory"] = "";
|
||||
$lang["reports_inventory_low"] = "";
|
||||
$lang["reports_inventory_low_report"] = "";
|
||||
$lang["reports_inventory_reports"] = "";
|
||||
$lang["reports_inventory_summary"] = "";
|
||||
$lang["reports_inventory_summary_report"] = "";
|
||||
$lang["reports_item"] = "";
|
||||
$lang["reports_item_count"] = "";
|
||||
$lang["reports_item_name"] = "";
|
||||
$lang["reports_item_number"] = "";
|
||||
$lang["reports_items"] = "";
|
||||
$lang["reports_items_purchased"] = "";
|
||||
$lang["reports_items_received"] = "";
|
||||
$lang["reports_items_summary_report"] = "";
|
||||
$lang["reports_jurisdiction"] = "";
|
||||
$lang["reports_low_inventory"] = "";
|
||||
$lang["reports_low_inventory_report"] = "";
|
||||
$lang["reports_low_sell_quantity"] = "";
|
||||
$lang["reports_more_than_zero"] = "";
|
||||
$lang["reports_name"] = "";
|
||||
$lang["reports_no_reports_to_display"] = "";
|
||||
$lang["reports_payment_type"] = "";
|
||||
$lang["reports_payments"] = "";
|
||||
$lang["reports_payments_summary_report"] = "";
|
||||
$lang["reports_profit"] = "";
|
||||
$lang["reports_quantity"] = "";
|
||||
$lang["reports_quantity_purchased"] = "";
|
||||
$lang["reports_quotes"] = "";
|
||||
$lang["reports_received_by"] = "";
|
||||
$lang["reports_receiving_id"] = "";
|
||||
$lang["reports_receiving_type"] = "";
|
||||
$lang["reports_receivings"] = "";
|
||||
$lang["reports_reorder_level"] = "";
|
||||
$lang["reports_report"] = "";
|
||||
$lang["reports_report_input"] = "";
|
||||
$lang["reports_reports"] = "";
|
||||
$lang["reports_requisition"] = "";
|
||||
$lang["reports_requisition_by"] = "";
|
||||
$lang["reports_requisition_id"] = "";
|
||||
$lang["reports_requisition_item"] = "";
|
||||
$lang["reports_requisition_item_quantity"] = "";
|
||||
$lang["reports_requisition_related_item"] = "";
|
||||
$lang["reports_requisition_related_item_total_quantity"] = "";
|
||||
$lang["reports_requisition_related_item_unit_quantity"] = "";
|
||||
$lang["reports_requisitions"] = "";
|
||||
$lang["reports_returns"] = "";
|
||||
$lang["reports_revenue"] = "";
|
||||
$lang["reports_sale_id"] = "";
|
||||
$lang["reports_sale_type"] = "";
|
||||
$lang["reports_sales"] = "";
|
||||
$lang["reports_sales_amount"] = "";
|
||||
$lang["reports_sales_summary_report"] = "";
|
||||
$lang["reports_sales_taxes"] = "";
|
||||
$lang["reports_sales_taxes_summary_report"] = "";
|
||||
$lang["reports_serial_number"] = "";
|
||||
$lang["reports_sold_by"] = "";
|
||||
$lang["reports_sold_to"] = "";
|
||||
$lang["reports_stock_location"] = "";
|
||||
$lang["reports_sub_total_value"] = "";
|
||||
$lang["reports_subtotal"] = "";
|
||||
$lang["reports_summary_reports"] = "";
|
||||
$lang["reports_supplied_by"] = "";
|
||||
$lang["reports_supplier"] = "";
|
||||
$lang["reports_suppliers"] = "";
|
||||
$lang["reports_suppliers_summary_report"] = "";
|
||||
$lang["reports_tax"] = "";
|
||||
$lang["reports_tax_category"] = "";
|
||||
$lang["reports_tax_percent"] = "";
|
||||
$lang["reports_tax_rate"] = "";
|
||||
$lang["reports_taxes"] = "";
|
||||
$lang["reports_taxes_summary_report"] = "";
|
||||
$lang["reports_total"] = "";
|
||||
$lang["reports_total_inventory_value"] = "";
|
||||
$lang["reports_total_low_sell_quantity"] = "";
|
||||
$lang["reports_total_quantity"] = "";
|
||||
$lang["reports_total_retail"] = "";
|
||||
$lang["reports_type"] = "";
|
||||
$lang["reports_unit_price"] = "";
|
||||
$lang["reports_used"] = "";
|
||||
$lang["reports_work_orders"] = "";
|
||||
$lang["reports_zero_and_less"] = "";
|
||||
176
application/language/es_MX/sales_lang.php
Normal file
176
application/language/es_MX/sales_lang.php
Normal file
@@ -0,0 +1,176 @@
|
||||
<?php
|
||||
|
||||
$lang["customers_available_points"] = "";
|
||||
$lang["rewards_package"] = "";
|
||||
$lang["rewards_remaining_balance"] = "";
|
||||
$lang["sales_account_number"] = "";
|
||||
$lang["sales_add_payment"] = "";
|
||||
$lang["sales_amount_due"] = "";
|
||||
$lang["sales_amount_tendered"] = "";
|
||||
$lang["sales_authorized_signature"] = "";
|
||||
$lang["sales_cancel_sale"] = "";
|
||||
$lang["sales_cash"] = "";
|
||||
$lang["sales_cash_deposit"] = "";
|
||||
$lang["sales_cash_filter"] = "";
|
||||
$lang["sales_change_due"] = "";
|
||||
$lang["sales_check"] = "";
|
||||
$lang["sales_check_balance"] = "";
|
||||
$lang["sales_check_filter"] = "";
|
||||
$lang["sales_comment"] = "";
|
||||
$lang["sales_comments"] = "";
|
||||
$lang["sales_complete_sale"] = "";
|
||||
$lang["sales_confirm_cancel_sale"] = "";
|
||||
$lang["sales_confirm_delete"] = "";
|
||||
$lang["sales_confirm_restore"] = "";
|
||||
$lang["sales_credit"] = "";
|
||||
$lang["sales_credit_deposit"] = "";
|
||||
$lang["sales_customer"] = "";
|
||||
$lang["sales_customer_address"] = "";
|
||||
$lang["sales_customer_discount"] = "";
|
||||
$lang["sales_customer_email"] = "";
|
||||
$lang["sales_customer_location"] = "";
|
||||
$lang["sales_customer_mailchimp_status"] = "";
|
||||
$lang["sales_customer_optional"] = "";
|
||||
$lang["sales_customer_required"] = "";
|
||||
$lang["sales_customer_total"] = "";
|
||||
$lang["sales_date"] = "";
|
||||
$lang["sales_date_range"] = "";
|
||||
$lang["sales_date_required"] = "";
|
||||
$lang["sales_date_type"] = "";
|
||||
$lang["sales_debit"] = "";
|
||||
$lang["sales_delete"] = "";
|
||||
$lang["sales_delete_confirmation"] = "";
|
||||
$lang["sales_delete_entire_sale"] = "";
|
||||
$lang["sales_delete_successful"] = "";
|
||||
$lang["sales_delete_unsuccessful"] = "";
|
||||
$lang["sales_description_abbrv"] = "";
|
||||
$lang["sales_discard"] = "";
|
||||
$lang["sales_discard_quote"] = "";
|
||||
$lang["sales_discount"] = "";
|
||||
$lang["sales_discount_included"] = "";
|
||||
$lang["sales_discount_short"] = "";
|
||||
$lang["sales_due"] = "";
|
||||
$lang["sales_due_filter"] = "";
|
||||
$lang["sales_edit"] = "";
|
||||
$lang["sales_edit_item"] = "";
|
||||
$lang["sales_edit_sale"] = "";
|
||||
$lang["sales_email_receipt"] = "";
|
||||
$lang["sales_employee"] = "";
|
||||
$lang["sales_entry"] = "";
|
||||
$lang["sales_error_editing_item"] = "";
|
||||
$lang["sales_find_or_scan_item"] = "";
|
||||
$lang["sales_find_or_scan_item_or_receipt"] = "";
|
||||
$lang["sales_giftcard"] = "";
|
||||
$lang["sales_giftcard_balance"] = "";
|
||||
$lang["sales_giftcard_number"] = "";
|
||||
$lang["sales_group_by_category"] = "";
|
||||
$lang["sales_group_by_type"] = "";
|
||||
$lang["sales_hsn"] = "";
|
||||
$lang["sales_id"] = "";
|
||||
$lang["sales_include_prices"] = "";
|
||||
$lang["sales_invoice"] = "";
|
||||
$lang["sales_invoice_confirm"] = "";
|
||||
$lang["sales_invoice_enable"] = "";
|
||||
$lang["sales_invoice_filter"] = "";
|
||||
$lang["sales_invoice_no_email"] = "";
|
||||
$lang["sales_invoice_number"] = "";
|
||||
$lang["sales_invoice_number_duplicate"] = "";
|
||||
$lang["sales_invoice_sent"] = "";
|
||||
$lang["sales_invoice_total"] = "";
|
||||
$lang["sales_invoice_type_custom_invoice"] = "";
|
||||
$lang["sales_invoice_type_custom_tax_invoice"] = "";
|
||||
$lang["sales_invoice_type_invoice"] = "";
|
||||
$lang["sales_invoice_type_tax_invoice"] = "";
|
||||
$lang["sales_invoice_unsent"] = "";
|
||||
$lang["sales_invoice_update"] = "";
|
||||
$lang["sales_item_insufficient_of_stock"] = "";
|
||||
$lang["sales_item_name"] = "";
|
||||
$lang["sales_item_number"] = "";
|
||||
$lang["sales_item_out_of_stock"] = "";
|
||||
$lang["sales_mode"] = "";
|
||||
$lang["sales_must_enter_numeric"] = "";
|
||||
$lang["sales_must_enter_numeric_giftcard"] = "";
|
||||
$lang["sales_new_customer"] = "";
|
||||
$lang["sales_new_item"] = "";
|
||||
$lang["sales_no_description"] = "";
|
||||
$lang["sales_no_filter"] = "";
|
||||
$lang["sales_no_items_in_cart"] = "";
|
||||
$lang["sales_no_sales_to_display"] = "";
|
||||
$lang["sales_none_selected"] = "";
|
||||
$lang["sales_not_authorized"] = "";
|
||||
$lang["sales_one_or_multiple"] = "";
|
||||
$lang["sales_payment"] = "";
|
||||
$lang["sales_payment_amount"] = "";
|
||||
$lang["sales_payment_not_cover_total"] = "";
|
||||
$lang["sales_payment_type"] = "";
|
||||
$lang["sales_payments_total"] = "";
|
||||
$lang["sales_price"] = "";
|
||||
$lang["sales_print_after_sale"] = "";
|
||||
$lang["sales_quantity"] = "";
|
||||
$lang["sales_quantity_less_than_reorder_level"] = "";
|
||||
$lang["sales_quantity_less_than_zero"] = "";
|
||||
$lang["sales_quantity_of_items"] = "";
|
||||
$lang["sales_quote"] = "";
|
||||
$lang["sales_quote_number"] = "";
|
||||
$lang["sales_quote_number_duplicate"] = "";
|
||||
$lang["sales_quote_sent"] = "";
|
||||
$lang["sales_quote_unsent"] = "";
|
||||
$lang["sales_receipt"] = "";
|
||||
$lang["sales_receipt_no_email"] = "";
|
||||
$lang["sales_receipt_number"] = "";
|
||||
$lang["sales_receipt_sent"] = "";
|
||||
$lang["sales_receipt_unsent"] = "";
|
||||
$lang["sales_register"] = "";
|
||||
$lang["sales_remove_customer"] = "";
|
||||
$lang["sales_return"] = "";
|
||||
$lang["sales_rewards"] = "";
|
||||
$lang["sales_rewards_balance"] = "";
|
||||
$lang["sales_sale"] = "";
|
||||
$lang["sales_sale_by_invoice"] = "";
|
||||
$lang["sales_sale_for_customer"] = "";
|
||||
$lang["sales_sale_time"] = "";
|
||||
$lang["sales_sales_tax"] = "";
|
||||
$lang["sales_select_customer"] = "";
|
||||
$lang["sales_send_invoice"] = "";
|
||||
$lang["sales_send_quote"] = "";
|
||||
$lang["sales_send_receipt"] = "";
|
||||
$lang["sales_send_work_order"] = "";
|
||||
$lang["sales_serial"] = "";
|
||||
$lang["sales_show_invoice"] = "";
|
||||
$lang["sales_show_receipt"] = "";
|
||||
$lang["sales_start_typing_customer_name"] = "";
|
||||
$lang["sales_start_typing_item_name"] = "";
|
||||
$lang["sales_stock"] = "";
|
||||
$lang["sales_stock_location"] = "";
|
||||
$lang["sales_sub_total"] = "";
|
||||
$lang["sales_successfully_deleted"] = "";
|
||||
$lang["sales_successfully_restored"] = "";
|
||||
$lang["sales_successfully_suspended_sale"] = "";
|
||||
$lang["sales_successfully_updated"] = "";
|
||||
$lang["sales_suspend_sale"] = "";
|
||||
$lang["sales_suspended_doc_id"] = "";
|
||||
$lang["sales_suspended_sale_id"] = "";
|
||||
$lang["sales_suspended_sales"] = "";
|
||||
$lang["sales_table"] = "";
|
||||
$lang["sales_takings"] = "";
|
||||
$lang["sales_tax"] = "";
|
||||
$lang["sales_tax_id"] = "";
|
||||
$lang["sales_tax_invoice"] = "";
|
||||
$lang["sales_tax_percent"] = "";
|
||||
$lang["sales_total"] = "";
|
||||
$lang["sales_total_tax_exclusive"] = "";
|
||||
$lang["sales_transaction_failed"] = "";
|
||||
$lang["sales_unable_to_add_item"] = "";
|
||||
$lang["sales_unsuccessfully_deleted"] = "";
|
||||
$lang["sales_unsuccessfully_restored"] = "";
|
||||
$lang["sales_unsuccessfully_suspended_sale"] = "";
|
||||
$lang["sales_unsuccessfully_updated"] = "";
|
||||
$lang["sales_unsuspend"] = "";
|
||||
$lang["sales_unsuspend_and_delete"] = "";
|
||||
$lang["sales_update"] = "";
|
||||
$lang["sales_upi"] = "";
|
||||
$lang["sales_work_order"] = "";
|
||||
$lang["sales_work_order_number"] = "";
|
||||
$lang["sales_work_order_number_duplicate"] = "";
|
||||
$lang["sales_work_order_sent"] = "";
|
||||
$lang["sales_work_order_unsent"] = "";
|
||||
23
application/language/es_MX/suppliers_lang.php
Normal file
23
application/language/es_MX/suppliers_lang.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
$lang["suppliers_account_number"] = "";
|
||||
$lang["suppliers_agency_name"] = "";
|
||||
$lang["suppliers_cannot_be_deleted"] = "";
|
||||
$lang["suppliers_category"] = "";
|
||||
$lang["suppliers_company_name"] = "";
|
||||
$lang["suppliers_company_name_required"] = "";
|
||||
$lang["suppliers_confirm_delete"] = "";
|
||||
$lang["suppliers_confirm_restore"] = "";
|
||||
$lang["suppliers_cost"] = "";
|
||||
$lang["suppliers_error_adding_updating"] = "";
|
||||
$lang["suppliers_goods"] = "";
|
||||
$lang["suppliers_new"] = "";
|
||||
$lang["suppliers_none_selected"] = "";
|
||||
$lang["suppliers_one_or_multiple"] = "";
|
||||
$lang["suppliers_successful_adding"] = "";
|
||||
$lang["suppliers_successful_deleted"] = "";
|
||||
$lang["suppliers_successful_updating"] = "";
|
||||
$lang["suppliers_supplier"] = "";
|
||||
$lang["suppliers_supplier_id"] = "";
|
||||
$lang["suppliers_tax_id"] = "";
|
||||
$lang["suppliers_update"] = "";
|
||||
79
application/language/es_MX/taxes_lang.php
Normal file
79
application/language/es_MX/taxes_lang.php
Normal file
@@ -0,0 +1,79 @@
|
||||
<?php
|
||||
|
||||
$lang["taxes_add_exception"] = "";
|
||||
$lang["taxes_cascade"] = "";
|
||||
$lang["taxes_cascade_sequence"] = "";
|
||||
$lang["taxes_city"] = "";
|
||||
$lang["taxes_code"] = "";
|
||||
$lang["taxes_confirm_delete"] = "";
|
||||
$lang["taxes_confirm_restore"] = "";
|
||||
$lang["taxes_default_tax_category"] = "";
|
||||
$lang["taxes_default_tax_rate"] = "";
|
||||
$lang["taxes_error_adding_updating"] = "";
|
||||
$lang["taxes_group_seq"] = "";
|
||||
$lang["taxes_jurisdiction_name"] = "";
|
||||
$lang["taxes_name"] = "";
|
||||
$lang["taxes_new"] = "";
|
||||
$lang["taxes_no_taxes_to_display"] = "";
|
||||
$lang["taxes_reporting_authority"] = "";
|
||||
$lang["taxes_round_half_down"] = "";
|
||||
$lang["taxes_round_half_even"] = "";
|
||||
$lang["taxes_round_half_odd"] = "";
|
||||
$lang["taxes_round_half_up"] = "";
|
||||
$lang["taxes_rounding_code"] = "";
|
||||
$lang["taxes_sales_tax"] = "";
|
||||
$lang["taxes_sales_tax_by_invoice"] = "";
|
||||
$lang["taxes_sequence"] = "";
|
||||
$lang["taxes_state"] = "";
|
||||
$lang["taxes_successful_deleted"] = "";
|
||||
$lang["taxes_tax_categories"] = "";
|
||||
$lang["taxes_tax_categories_configuration"] = "";
|
||||
$lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
$lang["taxes_tax_code_successful_updated"] = "";
|
||||
$lang["taxes_tax_code_successful_updating"] = "";
|
||||
$lang["taxes_tax_code_successfully_added"] = "";
|
||||
$lang["taxes_tax_code_type"] = "";
|
||||
$lang["taxes_tax_codes"] = "";
|
||||
$lang["taxes_tax_codes_configuration"] = "";
|
||||
$lang["taxes_tax_codes_saved_successfully"] = "";
|
||||
$lang["taxes_tax_codes_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_excluded"] = "";
|
||||
$lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
$lang["taxes_tax_rate_successful_updated"] = "";
|
||||
$lang["taxes_tax_rate_successfully_added"] = "";
|
||||
$lang["taxes_tax_rates"] = "";
|
||||
$lang["taxes_tax_rates_configuration"] = "";
|
||||
$lang["taxes_tax_rounding"] = "";
|
||||
$lang["taxes_tax_type"] = "";
|
||||
$lang["taxes_update"] = "";
|
||||
$lang["taxes_vat_tax"] = "";
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["cashups_amount"] = "Montant";
|
||||
$lang["cashups_amount_number"] = "Le montant doit être un nombre";
|
||||
$lang["cashups_amount_required"] = "Le montant est un champs obligatoire.";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Fermer";
|
||||
$lang["common_comments"] = "Commentaires";
|
||||
$lang["common_common"] = "commun";
|
||||
$lang["common_confirm_search"] = "Vous avez sélectionné une ou plusieurs lignes, celles-ci ne seront plus sélectionnées après votre recherche. d'accord ?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Pays";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "Effacer";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "La largeur de code à barres par
|
||||
$lang["config_default_barcode_width_required"] = "La largeur de code à barres par défaut est un champ obligatoire.";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "Code de taxe d'origine par défaut";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Remboursement des ventes par défaut %";
|
||||
$lang["config_default_sales_discount_number"] = "Le rabais de vente par défaut doit être un nombre.";
|
||||
$lang["config_default_sales_discount_required"] = "La remise sur les ventes par défaut est un champ obligatoire.";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "Générer en série";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "Entreprise";
|
||||
$lang["config_info_configuration"] = "Çonfiguration de l'Entreprise";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Facture";
|
||||
$lang["config_invoice_configuration"] = "Paramètres d'impression de facture";
|
||||
$lang["config_invoice_default_comments"] = "Commentaires par facture par défaut";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$lang["login_gcaptcha"] = "";
|
||||
$lang["login_go"] = "Lancer";
|
||||
$lang["login_invalid_gcaptcha"] = "";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "Catégorie fiscale";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "Code Taxe";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "La suppression du code de taxe a échoué.";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "Nom du taxe code";
|
||||
$lang["taxes_tax_code_required"] = "Le code de taxe est un champ obligatoire.";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "Vous avez supprimé le code fiscal avec succès";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "Taux d'imposition";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "Le taux de taxe doit être un nombre.";
|
||||
$lang["taxes_tax_rate_required"] = "Le taux de taxe est un champ obligatoire.";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Close";
|
||||
$lang["common_comments"] = "Komentari";
|
||||
$lang["common_common"] = "Zajedničko";
|
||||
$lang["common_confirm_search"] = "Odabrali ste jedan ili više redova koji neće biti odabrani nakon pretrage. Jeste li ste sigurni da želite pretragu?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Država";
|
||||
$lang["common_date"] = "Datum";
|
||||
$lang["common_delete"] = "Obrisati";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Az alapértelmezett vonalkód sz
|
||||
$lang["config_default_barcode_width_required"] = "Širina barkod-a mora bit broj";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Zadani popust %";
|
||||
$lang["config_default_sales_discount_number"] = "Zadani popust mora biti broj";
|
||||
$lang["config_default_sales_discount_required"] = "Zadani popust je potreban";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "Info";
|
||||
$lang["config_info_configuration"] = "Info o web trgovini";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Račun";
|
||||
$lang["config_invoice_configuration"] = "Postavke štamapnja";
|
||||
$lang["config_invoice_default_comments"] = "Komentar na računu";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Bezár";
|
||||
$lang["common_comments"] = "Megjegyzések";
|
||||
$lang["common_common"] = "közös";
|
||||
$lang["common_confirm_search"] = "Ön egy vagy több mezőt választott ki, a keresés után ezek már nem lesznek kiválasztva. Biztos, hogy elküldi ezt a keresést?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Ország";
|
||||
$lang["common_date"] = "Dátum";
|
||||
$lang["common_delete"] = "Törlés";
|
||||
|
||||
@@ -69,6 +69,9 @@ $lang["config_default_barcode_width_number"] = "Az alapértelmezett vonalkód sz
|
||||
$lang["config_default_barcode_width_required"] = "Az alapértelmezett vonalkód szélesség kötelező mező";
|
||||
$lang["config_default_item_columns"] = "";
|
||||
$lang["config_default_origin_tax_code"] = "";
|
||||
$lang["config_default_receivings_discount"] = "";
|
||||
$lang["config_default_receivings_discount_number"] = "";
|
||||
$lang["config_default_receivings_discount_required"] = "";
|
||||
$lang["config_default_sales_discount"] = "Alapértelmezett kedvezmény %";
|
||||
$lang["config_default_sales_discount_number"] = "Alapértelmezett kedvezménynek számnak kell lennie";
|
||||
$lang["config_default_sales_discount_required"] = "Alapértelmezett kedvezmény kötelező mező";
|
||||
@@ -134,6 +137,7 @@ $lang["config_giftcard_series"] = "";
|
||||
$lang["config_include_hsn"] = "";
|
||||
$lang["config_info"] = "Információk";
|
||||
$lang["config_info_configuration"] = "Bolt információk";
|
||||
$lang["config_integrations"] = "";
|
||||
$lang["config_invoice"] = "Számla";
|
||||
$lang["config_invoice_configuration"] = "Nyomtatási beállitások";
|
||||
$lang["config_invoice_default_comments"] = "Alapértelmezett számla kommentek";
|
||||
|
||||
@@ -32,10 +32,15 @@ $lang["taxes_tax_categories_saved_successfully"] = "";
|
||||
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_category"] = "";
|
||||
$lang["taxes_tax_category_code"] = "";
|
||||
$lang["taxes_tax_category_duplicate"] = "";
|
||||
$lang["taxes_tax_category_invalid_chars"] = "";
|
||||
$lang["taxes_tax_category_name"] = "";
|
||||
$lang["taxes_tax_category_new"] = "";
|
||||
$lang["taxes_tax_category_required"] = "";
|
||||
$lang["taxes_tax_code"] = "";
|
||||
$lang["taxes_tax_code_cannot_be_deleted"] = "";
|
||||
$lang["taxes_tax_code_duplicate"] = "";
|
||||
$lang["taxes_tax_code_invalid_chars"] = "";
|
||||
$lang["taxes_tax_code_name"] = "";
|
||||
$lang["taxes_tax_code_required"] = "";
|
||||
$lang["taxes_tax_code_successful_deleted"] = "";
|
||||
@@ -52,11 +57,15 @@ $lang["taxes_tax_group"] = "";
|
||||
$lang["taxes_tax_group_sequence"] = "";
|
||||
$lang["taxes_tax_included"] = "";
|
||||
$lang["taxes_tax_jurisdiction"] = "";
|
||||
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
||||
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
||||
$lang["taxes_tax_jurisdiction_required"] = "";
|
||||
$lang["taxes_tax_jurisdictions"] = "";
|
||||
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
||||
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
||||
$lang["taxes_tax_rate"] = "";
|
||||
$lang["taxes_tax_rate_configuration"] = "";
|
||||
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
||||
$lang["taxes_tax_rate_numeric"] = "";
|
||||
$lang["taxes_tax_rate_required"] = "";
|
||||
|
||||
@@ -7,6 +7,7 @@ $lang["common_close"] = "Tutup";
|
||||
$lang["common_comments"] = "Catatan";
|
||||
$lang["common_common"] = "Biasa";
|
||||
$lang["common_confirm_search"] = "Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?";
|
||||
$lang["common_correct_errors"] = "";
|
||||
$lang["common_country"] = "Negara";
|
||||
$lang["common_date"] = "Tanggal";
|
||||
$lang["common_delete"] = "Hapus";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user