Merge branch 'master' into attribute_lang_changes

This commit is contained in:
objecttothis
2018-12-13 14:40:52 +04:00
committed by GitHub
179 changed files with 800 additions and 614 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.0.29-apache
FROM php:7.2.13-apache
MAINTAINER jekkos
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libicu-dev \

View File

@@ -1,6 +1,6 @@
[ ![Download](https://api.bintray.com/packages/jekkos/opensourcepos/opensourcepos/images/download.svg?version=3.2.3) ](https://bintray.com/jekkos/opensourcepos/opensourcepos/3.2.3/link)
[![Build Status](https://travis-ci.org/opensourcepos/opensourcepos.svg?branch=master)](https://travis-ci.org/opensourcepos/opensourcepos)
[![Join the chat at https://gitter.im/jekkos/opensourcepos](https://badges.gitter.im/jekkos/opensourcepos.svg)](https://gitter.im/jekkos/opensourcepos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/opensourcepos](https://badges.gitter.im/jekkos/opensourcepos.svg)](https://gitter.im/opensourcepos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![devDependency Status](https://david-dm.org/jekkos/opensourcepos/dev-status.svg)](https://david-dm.org/jekkos/opensourcepos#info=dev)
[![GitHub version](https://badge.fury.io/gh/jekkos%2Fopensourcepos.svg)](https://badge.fury.io/gh/jekkos%2Fopensourcepos)
[![Translation status](http://weblate.jpeelaer.net/widgets/ospos/-/svg-badge.svg)](http://weblate.jpeelaer.net/engage/ospos/?utm_source=widget)

View File

@@ -1,16 +1,18 @@
<?php
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "هل أنت متأكد من أنك تريد حذف السمات المحددة ؟";
$lang["attributes_definition_cannot_be_deleted"] = "لا يمكن حذف السمات المحددة";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_group"] = "المجموعة";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_adding"] = "لقد تم إضافة صنف بنجاح";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["config_address"] = "عنوان الشركة";
$lang["config_address_required"] = "عنوان الشركة مطلوب.";
$lang["config_allow_duplicate_barcodes"] = "السماح بتشابة الباركود";
@@ -45,16 +46,6 @@ $lang["config_country_codes"] = "أكواد الدولة";
$lang["config_country_codes_tooltip"] = "قائمة مفصولة بفاصلة لاسماء الدول للبحث.";
$lang["config_currency_decimals"] = "العلامة العشرية للعملة";
$lang["config_currency_symbol"] = "رمز العملة";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "المكافآت";
$lang["config_customer_reward_duplicate"] = "المكافئة يجب ان تكون فريدة.";
$lang["config_customer_reward_enable"] = "تمكين مكافآت العميل";
@@ -76,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "عرض الصفحة الا
$lang["config_default_barcode_page_width_required"] = "عرض الصفحة الافتراضي للباركود مطلوب.";
$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_sales_discount"] = "نسبة الخصم الافتراضية";
$lang["config_default_sales_discount_number"] = "نسبة الخصم الافتراضية لابد ان تكون رقم.";

View File

@@ -36,6 +36,7 @@ $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"] = "تم تعديل المصاريف بنجاح";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["item_kits_add_item"] = "إضافة مجموعة";
$lang["item_kits_all"] = "الكل";
$lang["item_kits_cannot_be_deleted"] = "لايمكن حذف مجموعة/مجموعات.";

View File

@@ -1,9 +1,8 @@
<?php
$lang["login_gcaptcha"] = "";
<?php
$lang["login_gcaptcha"] = "أنا لست بوت.";
$lang["login_go"] = "البدء";
$lang["login_invalid_gcaptcha"] = "";
$lang["login_invalid_installation"] = "";
$lang["login_invalid_installation"] = "يوجد مشكلة بالتنصيب, الرجاء التحقق من ملف php.ini";
$lang["login_invalid_username_and_password"] = "اسم مستخدم/كلمة سر غير صحيح";
$lang["login_login"] = "دخول";
$lang["login_password"] = "كلمة السر";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["customers_available_points"] = "النقاط المتاحة";
$lang["rewards_package"] = "مكافآت";
$lang["rewards_remaining_balance"] = "رصيد النقاط المتبقي هو ";

View File

@@ -3,11 +3,14 @@
$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"] = "مورد/موردين";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Ölkə Kodları";
$lang["config_country_codes_tooltip"] = "Vergüllə ayrılmış ölkə kodları üçün nominantim adres axtarışı.";
$lang["config_currency_decimals"] = "Məzənnə Rəqəmləri";
$lang["config_currency_symbol"] = "Valyuta Simvolu";
$lang["config_custom1"] = "Xüsusi Sahə 1";
$lang["config_custom10"] = "Xüsusi Sahə 10";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "Mükafat";
$lang["config_customer_reward_duplicate"] = "Mükafat unikal olmalıdir.";
$lang["config_customer_reward_enable"] = "Müştəri mükafatlarını aktivləşdirin";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Standart Barkod Sahifə gen
$lang["config_default_barcode_page_width_required"] = "Standart Barkod Səhifə Genişliyi olan sahə boş qala bilməz.";
$lang["config_default_barcode_width_number"] = "Standart Barkod Genişliyi rəqəm ilə olmalıdır.";
$lang["config_default_barcode_width_required"] = "Standart Barkod Genişliyi olan sahə boş qala bilməz.";
$lang["config_default_item_columns"] = "";
$lang["config_default_origin_tax_code"] = "Vergi Kodunun Standart Mənbəyi";
$lang["config_default_sales_discount"] = "Standart Satış Endirimi %";
$lang["config_default_sales_discount_number"] = "Standart Satış Endirimi rəqəm ilə olmalıdır.";

View File

@@ -36,6 +36,7 @@ $lang["expenses_no_expenses_to_display"] = "Heç bir Xərclər göstərilmir";
$lang["expenses_none_selected"] = "Siz heç bir xərc seçməmisiniz";
$lang["expenses_one_or_multiple"] = "Xərc (lər)";
$lang["expenses_payment"] = "Ödəmə Növü";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "Xərc uğurla əlavə edildi";
$lang["expenses_successful_deleted"] = "Xərc uğurla silindi";
$lang["expenses_successful_updating"] = "Xərc Uğurla Yeniləndi";

View File

@@ -3,11 +3,14 @@
$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.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Kompaniyanın Adı";
$lang["suppliers_company_name_required"] = "Şirkətin Adı qeyd edilən sahə boş qala bilməz";
$lang["suppliers_confirm_delete"] = "Siz əminsiniz ki seçilmiş təchizatçı (lar) ı silmək istəyirsiniz?";
$lang["suppliers_confirm_restore"] = "Seçilmiş təchizatçı (lar) bərpa etmək istədiyinizə əminsinizmi?";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Təchizatçı əlavə etməkdə və ya yenilənməsində səhv var";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Yeni Təchizatçı";
$lang["suppliers_none_selected"] = "Siz silmək üçün heç bir təchizatçı (lar) seçmədiniz.";
$lang["suppliers_one_or_multiple"] = "Təchizatçı (lar)";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "Currency Symbol";
$lang["config_custom1"] = "Custom Field 1";
$lang["config_custom10"] = "Custom Field 10";
$lang["config_custom2"] = "Custom Field 2";
$lang["config_custom3"] = "Custom Field 3";
$lang["config_custom4"] = "Custom Field 4";
$lang["config_custom5"] = "Custom Field 5";
$lang["config_custom6"] = "Custom Field 6";
$lang["config_custom7"] = "Custom Field 7";
$lang["config_custom8"] = "Custom Field 8";
$lang["config_custom9"] = "Custom Field 9";
$lang["config_customer_reward"] = "Reward";
$lang["config_customer_reward_duplicate"] = "Reward must be unique.";
$lang["config_customer_reward_enable"] = "Enable Customer Rewards";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Default Barcode Page Width
$lang["config_default_barcode_page_width_required"] = "Default Barcode Page Width is a required field.";
$lang["config_default_barcode_width_number"] = "Default Barcode Width must be a number.";
$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_sales_discount"] = "Default Sales Discount %";
$lang["config_default_sales_discount_number"] = "Default Sales Discount must be a number.";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["customers_account_number"] = "Сметка #";
$lang["customers_account_number_duplicate"] = "Номерът на сметката вече е в базата данни.";
$lang["customers_available_points"] = "Налични точки";
@@ -50,6 +51,3 @@ $lang["customers_taxable"] = "Облагаем";
$lang["customers_total"] = "Общо изразходвани средства";
$lang["customers_update"] = "Актуализиране на клиента";
$lang["rewards_package"] = "Пакетни награди";
$lang["customers_discount_type"] = "Тип отстъпка";
$lang["customers_discount_fixed"] = "Фиксирана отстъпка";
$lang["customers_discount_percent"] = "Процент отстъпка";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["employees_basic_information"] = "Информация";
$lang["employees_cannot_be_deleted"] = "Невъзможно е да изтриете избрани служители, един или повече от тях са обработили продажби или се опитвате да изтриете профила си.";
$lang["employees_change_password"] = "Промяна на паролата";

View File

@@ -1,3 +1,4 @@
<?php
<?php
$lang["error_no_permission_module"] = "Нямате разрешение за достъп до модула с име";
$lang["error_unknown"] = "Неизвестна грешка";

View File

@@ -36,6 +36,7 @@ $lang["expenses_no_expenses_to_display"] = "There are no Expenses to display";
$lang["expenses_none_selected"] = "You have not selected any Expense";
$lang["expenses_one_or_multiple"] = "Expense(s)";
$lang["expenses_payment"] = "Payment Type";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "Expense add successful";
$lang["expenses_successful_deleted"] = "Expense delete successful";
$lang["expenses_successful_updating"] = "Expense update successful";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["customers_available_points"] = "Налични точки";
$lang["rewards_package"] = "Награди";
$lang["rewards_remaining_balance"] = "Оставащата стойност на точките за награда е ";

View File

@@ -1,12 +1,16 @@
<?php
<?php
$lang["suppliers_account_number"] = "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"] = "Доставчик (и)";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["taxes_add_exception"] = "Добавяне на изключение";
$lang["taxes_confirm_delete"] = "Наистина ли искате да изтриете този данъчен кодекс? Това действие не може да бъде отменено.";
$lang["taxes_confirm_restore"] = "Наистина ли искате да възстановите избраните данъчни кодове?";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "";
$lang["config_country_codes_tooltip"] = "";
$lang["config_currency_decimals"] = "";
$lang["config_currency_symbol"] = "";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "";
$lang["config_default_barcode_page_width_required"] = "";
$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_sales_discount"] = "";
$lang["config_default_sales_discount_number"] = "";

View File

@@ -36,6 +36,7 @@ $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"] = "";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["reports_all"] = "Vše";
$lang["reports_canceled"] = "Zrušené";
$lang["reports_categories"] = "Kategorie";
@@ -30,7 +31,9 @@ $lang["reports_detailed_reports"] = "Podrobné sestavy";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Podrobný přehled transakcí";
$lang["reports_discount"] = "Sleva";
$lang["reports_discount_fixed"] = "";
$lang["reports_discount_percent"] = "Procentní sleva";
$lang["reports_discount_type"] = "";
$lang["reports_discounts"] = "Slevy";
$lang["reports_discounts_summary_report"] = "Přehled podle slev";
$lang["reports_earned"] = "Points Earned";
@@ -62,6 +65,7 @@ $lang["reports_items_received"] = "Přijaté položky";
$lang["reports_items_summary_report"] = "Přehled položek";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_low_sell_quantity"] = "";
$lang["reports_more_than_zero"] = "Více než nula";
$lang["reports_name"] = "Název";
$lang["reports_no_reports_to_display"] = "Nic k zobrazení.";
@@ -113,6 +117,7 @@ $lang["reports_taxes"] = "Daně";
$lang["reports_taxes_summary_report"] = "Přehled podle DPH";
$lang["reports_total"] = "Celkem";
$lang["reports_total_inventory_value"] = "Celková cena skladu";
$lang["reports_total_low_sell_quantity"] = "";
$lang["reports_total_quantity"] = "Celkové množství";
$lang["reports_total_retail"] = "Cena skladu v koncových cenách";
$lang["reports_type"] = "Typ";

View File

@@ -3,11 +3,14 @@
$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"] = "";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "Währungssymbol";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Die Barcode Seitenbreite mu
$lang["config_default_barcode_page_width_required"] = "Die Barcode Seitenbreite ist erforderlich";
$lang["config_default_barcode_width_number"] = "Die Barcode Breite muss eine Zahl sein";
$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_sales_discount"] = "Standard Verkaufsrabatt";
$lang["config_default_sales_discount_number"] = "Der Standard Verkaufsrabatt muss eine Zahl sein";

View File

@@ -36,6 +36,7 @@ $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"] = "";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Konto-Nr.";
$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.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Firmenname";
$lang["suppliers_company_name_required"] = "Firmenname ist erforderlich";
$lang["suppliers_confirm_delete"] = "Wollen Sie die gewählten Lieferanten löschen?";
$lang["suppliers_confirm_restore"] = "";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Neuer Lieferant";
$lang["suppliers_none_selected"] = "Sie haben keinen Lieferanten zum Löschen ausgewählt";
$lang["suppliers_one_or_multiple"] = "Lieferanten";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Ländercodes";
$lang["config_country_codes_tooltip"] = "Kommagetrennte Liste der Ländercodes für den Adressvergleich.";
$lang["config_currency_decimals"] = "Währungsdezimalzahlen";
$lang["config_currency_symbol"] = "Währungssymbol";
$lang["config_custom1"] = "Zusatzfeld 1";
$lang["config_custom10"] = "Zusatzfeld 10";
$lang["config_custom2"] = "Zusatzfeld 2";
$lang["config_custom3"] = "Zusatzfeld 3";
$lang["config_custom4"] = "Zusatzfeld 4";
$lang["config_custom5"] = "Zusatzfeld 5";
$lang["config_custom6"] = "Zusatzfeld 6";
$lang["config_custom7"] = "Zusatzfeld 7";
$lang["config_custom8"] = "Zusatzfeld 8";
$lang["config_custom9"] = "Zusatzfeld 9";
$lang["config_customer_reward"] = "Prämie";
$lang["config_customer_reward_duplicate"] = "Die Prämie muss eindeutig sein.";
$lang["config_customer_reward_enable"] = "Kundenprämien aktivieren";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Standard Barcode Seitenbrei
$lang["config_default_barcode_page_width_required"] = "Die Barcode Seitenbreite ist erforderlich.";
$lang["config_default_barcode_width_number"] = "Standard Barcode Breite muss eine Zahl sein.";
$lang["config_default_barcode_width_required"] = "Die Barcode Breite ist erforderlich.";
$lang["config_default_item_columns"] = "";
$lang["config_default_origin_tax_code"] = "Standard Steuer Kürzel";
$lang["config_default_sales_discount"] = "Standard Verkaufsrabatt";
$lang["config_default_sales_discount_number"] = "Der Standard Verkaufsrabatt muss eine Zahl sein.";

View File

@@ -36,6 +36,7 @@ $lang["expenses_no_expenses_to_display"] = "Es gibt keine Ausgaben zum anzeigen"
$lang["expenses_none_selected"] = "Sie haben keine Ausgaben ausgewählt";
$lang["expenses_one_or_multiple"] = "Ausgaben";
$lang["expenses_payment"] = "Zahlart";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "Ausgabe erfolgreich hinzugefügt";
$lang["expenses_successful_deleted"] = "Ausgabe erfolgreich gelöscht";
$lang["expenses_successful_updating"] = "Ausgabe erfolgreich aktualisiert";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Konto-Nr.";
$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.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Firmenname";
$lang["suppliers_company_name_required"] = "Firmenname ist erforderlich.";
$lang["suppliers_confirm_delete"] = "Wollen Sie die gewählten Lieferanten löschen?";
$lang["suppliers_confirm_restore"] = "";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern.";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Neuer Lieferant";
$lang["suppliers_none_selected"] = "Sie haben keinen Lieferanten zum Löschen ausgewählt.";
$lang["suppliers_one_or_multiple"] = "Lieferanten";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "";
$lang["config_country_codes_tooltip"] = "";
$lang["config_currency_decimals"] = "";
$lang["config_currency_symbol"] = "";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "";
$lang["config_default_barcode_page_width_required"] = "";
$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_sales_discount"] = "";
$lang["config_default_sales_discount_number"] = "";

View File

@@ -36,6 +36,7 @@ $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"] = "";

View File

@@ -3,11 +3,14 @@
$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"] = "";

View File

@@ -1,17 +1,19 @@
<?php
<?php
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";
$lang["attributes_confirm_delete"] = "Are you sure you want to delete the selected attribute(s)?";
$lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected attribute(s)";
$lang["attributes_definition_flags"] = "Attribute Visibility";
$lang["attributes_definition_group"] = "Group";
$lang["attributes_definition_id"] = "Id";
$lang["attributes_definition_name"] = "Attribute Name";
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
$lang["attributes_definition_successful_updating"] = "You have successfully updated attribute";
$lang["attributes_definition_type"] = "Attribute Type";
$lang["attributes_definition_values"] = "Atttribute Values";
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
$lang["attributes_definition_values"] = "Attribute Values";
$lang["attributes_new"] = "New Attribute";
$lang["attributes_no_attributes_to_display"] = "No Items to display";
$lang["attributes_receipt_visibility"] = "Receipt";
@@ -23,6 +25,3 @@ $lang["attributes_show_in_receivings_visibility"] = "Receivings";
$lang["attributes_show_in_sales"] = "Show in sales";
$lang["attributes_show_in_sales_visibility"] = "Sales";
$lang["attributes_update"] = "Update Attribute";
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";

View File

@@ -1,39 +1,38 @@
<?php
$lang["cashups_amount"] = "Amount";
$lang["cashups_amount_number"] = "Amount must be a number";
$lang["cashups_amount_required"] = "Amount is a Required Field";
$lang["cashups_cannot_be_deleted"] = "Cashup cannot be deleted";
$lang["cashups_close_date"] = "Close Date";
$lang["cashups_close_employee"] = "Closed By";
$lang["cashups_closed_amount_card"] = "Cards";
$lang["cashups_closed_amount_cash"] = "Closed Cash";
$lang["cashups_closed_amount_check"] = "Cheques";
$lang["cashups_closed_amount_due"] = "Dues";
$lang["cashups_closed_amount_total"] = "Total";
$lang["cashups_closed_date"] = "Closed Date";
$lang["cashups_confirm_delete"] = "Are you sure you want to delete the selected Cashup?";
$lang["cashups_confirm_restore"] = "Are you sure you want to restore selected Cashup(s)?";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_date_number"] = "Date must be a number";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_description"] = "Description";
$lang["cashups_error_adding_updating"] = "Error adding/updating Cashup";
$lang["cashups_info"] = "Cashups Info";
$lang["cashups_id"] = "Id";
$lang["cashups_open_employee"] = "Opened By";
$lang["cashups_close_employee"] = "Closed By";
$lang["cashups_open_date"] = "Open Date";
$lang["cashups_opened_date"] = "Opened Date";
$lang["cashups_closed_date"] = "Closed Date";
$lang["cashups_amount"] = "Amount";
$lang["cashups_amount_required"] = "Amount is a Required Field";
$lang['cashups_closed_amount_total'] = "Total";
$lang['cashups_open_amount_cash'] = "Open Cash";
$lang['cashups_transfer_amount_cash'] = "In/Out Cash";
$lang['cashups_closed_amount_cash'] = "Closed Cash";
$lang['cashups_closed_amount_card'] = "Cards";
$lang['cashups_closed_amount_check'] = "Cheques";
$lang['cashups_closed_amount_due'] = "Dues";
$lang["cashups_info"] = "Cashups Info";
$lang["cashups_is_deleted"] = "Deleted";
$lang["cashups_new"] = "New Cashup";
$lang["cashups_no_cashups_to_display"] = "There are no Cashups to display";
$lang["cashups_none_selected"] = "You have not selected any Cashups";
$lang['cashups_note'] = "Notes";
$lang["cashups_note"] = "Notes";
$lang["cashups_one_or_multiple"] = "Cashups(s)";
$lang["cashups_open_amount_cash"] = "Open Cash";
$lang["cashups_open_date"] = "Open Date";
$lang["cashups_open_employee"] = "Opened By";
$lang["cashups_opened_date"] = "Opened Date";
$lang["cashups_successful_adding"] = "Cashup add successful";
$lang["cashups_successful_deleted"] = "Cashup delete successful";
$lang["cashups_successful_updating"] = "Cashup update successful";
$lang["cashups_update"] = "Update Cashup";
$lang["cashups_total"] = "Total";
$lang["cashups_amount_number"] = "Amount must be a number";
$lang["cashups_amount_required"] = "Amount is a required field";
$lang["cashups_date_number"] = "Date must be a number";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_is_deleted"] = "Deleted";
$lang["cashups_cannot_be_deleted"] = "Cashup cannot be deleted";
$lang["cashups_transfer_amount_cash"] = "In/Out Cash";
$lang["cashups_update"] = "Update Cashup";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "Currency Symbol";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "Reward";
$lang["config_customer_reward_duplicate"] = "Please use a unique reward name";
$lang["config_customer_reward_enable"] = "Enable Customer Rewards";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Default Barcode Page Width
$lang["config_default_barcode_page_width_required"] = "Default Barcode Page Width is a required field";
$lang["config_default_barcode_width_number"] = "Default Barcode Width must be a number";
$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_sales_discount"] = "Default Sales Discount";
$lang["config_default_sales_discount_number"] = "Default Sales Discount must be a number";

View File

@@ -3,10 +3,10 @@
$lang["module_attributes"] = "Attributes";
$lang["module_attributes_desc"] = "Add, Update, Delete, and Search attributes";
$lang["module_both"] = "Both";
$lang["module_config"] = "Configuration";
$lang["module_config_desc"] = "Change OSPOS's Configuration";
$lang["module_cashups"] = "Cashups";
$lang["module_cashups_desc"] = "Add, Update, Delete, and Search Cashups";
$lang["module_config"] = "Configuration";
$lang["module_config_desc"] = "Change OSPOS's Configuration";
$lang["module_customers"] = "Customers";
$lang["module_customers_desc"] = "Add, Update, Delete, and Search Customers";
$lang["module_employees"] = "Employees";

View File

@@ -4,11 +4,11 @@ $lang["suppliers_account_number"] = "Account #";
$lang["suppliers_agency_name"] = "Agency Name";
$lang["suppliers_cannot_be_deleted"] = "Could not delete the selected Supplier(s). One or more have Sales";
$lang["suppliers_category"] = "Category";
$lang["suppliers_cost"] = "Cost Supplier";
$lang["suppliers_company_name"] = "Company Name";
$lang["suppliers_company_name_required"] = "Company Name is a required field";
$lang["suppliers_confirm_delete"] = "Are you sure you want to delete the selected Supplier(s)?";
$lang["suppliers_confirm_restore"] = "Are you sure you want to restore the selected Supplier(s)?";
$lang["suppliers_cost"] = "Cost Supplier";
$lang["suppliers_error_adding_updating"] = "Supplier update or add failed";
$lang["suppliers_goods"] = "Goods Supplier";
$lang["suppliers_new"] = "New Supplier";

View File

@@ -1,17 +1,19 @@
<?php
<?php
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";
$lang["attributes_confirm_delete"] = "Are you sure you want to delete the selected attribute(s)?";
$lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected attribute(s)";
$lang["attributes_definition_flags"] = "Attribute Visibility";
$lang["attributes_definition_group"] = "Group";
$lang["attributes_definition_id"] = "Id";
$lang["attributes_definition_name"] = "Add Attribute";
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
$lang["attributes_definition_successful_updating"] = "You have successfully updated attribute";
$lang["attributes_definition_type"] = "Attribute Type";
$lang["attributes_definition_values"] = "Atttribute Values";
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
$lang["attributes_definition_values"] = "Attribute Values";
$lang["attributes_new"] = "New Attribute";
$lang["attributes_no_attributes_to_display"] = "No Items to display";
$lang["attributes_receipt_visibility"] = "Receipt";
@@ -23,6 +25,3 @@ $lang["attributes_show_in_receivings_visibility"] = "Receivings";
$lang["attributes_show_in_sales"] = "Show in sales";
$lang["attributes_show_in_sales_visibility"] = "Sales";
$lang["attributes_update"] = "Update Attribute";
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";

View File

@@ -1,39 +1,38 @@
<?php
$lang["cashups_amount"] = "Amount";
$lang["cashups_amount_number"] = "Amount must be a number";
$lang["cashups_amount_required"] = "Amount is a Required Field.";
$lang["cashups_cannot_be_deleted"] = "Cashup cannot be deleted";
$lang["cashups_close_date"] = "Close Date";
$lang["cashups_close_employee"] = "Closed By";
$lang["cashups_closed_amount_card"] = "Cards";
$lang["cashups_closed_amount_cash"] = "Closed Cash";
$lang["cashups_closed_amount_check"] = "Checks";
$lang["cashups_closed_amount_due"] = "Dues";
$lang["cashups_closed_amount_total"] = "Total";
$lang["cashups_closed_date"] = "Closed Date";
$lang["cashups_confirm_delete"] = "Are you sure you want to delete the selected Cashup?";
$lang["cashups_confirm_restore"] = "Are you sure you want to restore selected Cashup(s)?";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_date_number"] = "Date must be a number";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_description"] = "Description";
$lang["cashups_error_adding_updating"] = "Error adding/updating Cashup";
$lang["cashups_info"] = "Cashups Info";
$lang["cashups_id"] = "Id";
$lang["cashups_open_employee"] = "Opened By";
$lang["cashups_close_employee"] = "Closed By";
$lang["cashups_open_date"] = "Open Date";
$lang["cashups_opened_date"] = "Opened Date";
$lang["cashups_closed_date"] = "Closed Date";
$lang["cashups_amount"] = "Amount";
$lang["cashups_amount_required"] = "Amount is a Required Field.";
$lang['cashups_closed_amount_total'] = "Total";
$lang['cashups_open_amount_cash'] = "Open Cash";
$lang['cashups_transfer_amount_cash'] = "In/Out Cash";
$lang['cashups_closed_amount_cash'] = "Closed Cash";
$lang['cashups_closed_amount_card'] = "Cards";
$lang['cashups_closed_amount_check'] = "Checks";
$lang['cashups_closed_amount_due'] = "Dues";
$lang["cashups_info"] = "Cashups Info";
$lang["cashups_is_deleted"] = "Deleted";
$lang["cashups_new"] = "New Cashup";
$lang["cashups_no_cashups_to_display"] = "There are no Cashups to display";
$lang["cashups_none_selected"] = "You have not selected any Cashups";
$lang['cashups_note'] = "Notes";
$lang["cashups_note"] = "Notes";
$lang["cashups_one_or_multiple"] = "Cashups(s)";
$lang["cashups_open_amount_cash"] = "Open Cash";
$lang["cashups_open_date"] = "Open Date";
$lang["cashups_open_employee"] = "Opened By";
$lang["cashups_opened_date"] = "Opened Date";
$lang["cashups_successful_adding"] = "Cashup add successful";
$lang["cashups_successful_deleted"] = "Cashup delete successful";
$lang["cashups_successful_updating"] = "Cashup update successful";
$lang["cashups_update"] = "Update Cashup";
$lang["cashups_total"] = "Total";
$lang["cashups_amount_number"] = "Amount must be a number";
$lang["cashups_amount_required"] = "Amount is a required field";
$lang["cashups_date_number"] = "Date must be a number";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_is_deleted"] = "Deleted";
$lang["cashups_cannot_be_deleted"] = "Cashup cannot be deleted";
$lang["cashups_transfer_amount_cash"] = "In/Out Cash";
$lang["cashups_update"] = "Update Cashup";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "Currency Symbol";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "Reward";
$lang["config_customer_reward_duplicate"] = "Reward must be unique.";
$lang["config_customer_reward_enable"] = "Enable Customer Rewards";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Default Barcode Page Width
$lang["config_default_barcode_page_width_required"] = "Default Barcode Page Width is a required field.";
$lang["config_default_barcode_width_number"] = "Default Barcode Width must be a number.";
$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_sales_discount"] = "Default Sales Discount";
$lang["config_default_sales_discount_number"] = "Default Sales Discount must be a number.";

View File

@@ -3,10 +3,10 @@
$lang["module_attributes"] = "Attributes";
$lang["module_attributes_desc"] = "Add, Update, Delete, and Search attributes.";
$lang["module_both"] = "Both";
$lang["module_config"] = "Configuration";
$lang["module_config_desc"] = "Change OSPOS's Configuration.";
$lang["module_cashups"] = "Cashups";
$lang["module_cashups_desc"] = "Add, Update, Delete, and Search Cashups.";
$lang["module_config"] = "Configuration";
$lang["module_config_desc"] = "Change OSPOS's Configuration.";
$lang["module_customers"] = "Customers";
$lang["module_customers_desc"] = "Add, Update, Delete, and Search Customers.";
$lang["module_employees"] = "Employees";

View File

@@ -4,11 +4,11 @@ $lang["suppliers_account_number"] = "Account Number";
$lang["suppliers_agency_name"] = "Agency Name";
$lang["suppliers_cannot_be_deleted"] = "Could not delete selected Supplier(s). One or more have Sales.";
$lang["suppliers_category"] = "Category";
$lang["suppliers_cost"] = "Cost Supplier";
$lang["suppliers_company_name"] = "Company Name";
$lang["suppliers_company_name_required"] = "Company Name is a required field.";
$lang["suppliers_confirm_delete"] = "Are you sure you want to delete the selected Supplier(s)?";
$lang["suppliers_confirm_restore"] = "Are you sure you want to restore selected Supplier(s)?";
$lang["suppliers_cost"] = "Cost Supplier";
$lang["suppliers_error_adding_updating"] = "Supplier update or add failed.";
$lang["suppliers_goods"] = "Goods Supplier";
$lang["suppliers_new"] = "New Supplier";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Codigo de pais";
$lang["config_country_codes_tooltip"] = "Lista de codigo de paises separado por coma para busqueda de direcciones.";
$lang["config_currency_decimals"] = "Decimales de moneda";
$lang["config_currency_symbol"] = "Símbolo de moneda";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "Premio";
$lang["config_customer_reward_duplicate"] = "Introduzca un nombre de premio único.";
$lang["config_customer_reward_enable"] = "Activar los premios para los consumidores";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Ancho de página del códig
$lang["config_default_barcode_page_width_required"] = "Ancho de página del código de barras es requerido.";
$lang["config_default_barcode_width_number"] = "Ancho del código de barras debe ser número.";
$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_sales_discount"] = "Descuento en Ventas predeterminado";
$lang["config_default_sales_discount_number"] = "Descuento en ventas predeterminado debe ser un número.";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Cuenta #";
$lang["suppliers_agency_name"] = "Nombre de la Agencia";
$lang["suppliers_cannot_be_deleted"] = "No se pudo borrar los proveedores seleccionados. Uno o más de los seleccionados tiene ventas.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Nombre de la Compañía";
$lang["suppliers_company_name_required"] = "Nombre de la Compañía es requerido.";
$lang["suppliers_confirm_delete"] = "¿Seguro(a) de querer borrar los proveedores seleccionados?";
$lang["suppliers_confirm_restore"] = "Esta seguro de quere restaurar lo(s) Proveedor(es) seleccionado(s)?";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Error agregando/actualizando proveedor.";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Nuevo Proveedor";
$lang["suppliers_none_selected"] = "No has seleccionado proveedores para borrar.";
$lang["suppliers_one_or_multiple"] = "proveedor(es)";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Codes de pays";
$lang["config_country_codes_tooltip"] = "Liste des codes de pays, séparés par des virgules, pour la recherche d'adresses nominatives.";
$lang["config_currency_decimals"] = "Décimales";
$lang["config_currency_symbol"] = "Symbole Monétaire";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "Récompense";
$lang["config_customer_reward_duplicate"] = "La récompense doit être unique.";
$lang["config_customer_reward_enable"] = "Activer les récompenses client";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "La largeur de page du code
$lang["config_default_barcode_page_width_required"] = "Largeur de page de code-barres par défaut est un champ obligatoire.";
$lang["config_default_barcode_width_number"] = "La largeur de code à barres par défaut doit être un nombre.";
$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_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.";

View File

@@ -36,6 +36,7 @@ $lang["expenses_no_expenses_to_display"] = "Il n'y a pas de dépenses à affiche
$lang["expenses_none_selected"] = "Vous n'avez sélectionné aucune dépense";
$lang["expenses_one_or_multiple"] = "Dépense (s)";
$lang["expenses_payment"] = "Type de paiement";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "Les dépenses ajoutent avec succès";
$lang["expenses_successful_deleted"] = "La suppression des dépenses a réussi";
$lang["expenses_successful_updating"] = "Actualiser des dépenses réussie";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Numéro de compte";
$lang["suppliers_agency_name"] = "Nom d'Agence";
$lang["suppliers_cannot_be_deleted"] = "Impossible de supprimer le(s) fournisseur(s) sélectionné(s). Un ou plusieurs ont des ventes.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Nom d'Entreprise";
$lang["suppliers_company_name_required"] = "Le Nom d'Entreprise est un champ requis.";
$lang["suppliers_confirm_delete"] = "Etes vous sûr(e) de vouloir supprimer ce(s) fournisseur(s) ?";
$lang["suppliers_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer le (s) fournisseur (s) sélectionné (s) ?";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Error lors de l'ajout/suppression de fournisseur.";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Nouveau Fournisseur";
$lang["suppliers_none_selected"] = "Vous n'avez pas sélectionné de fournisseur à supprimer.";
$lang["suppliers_one_or_multiple"] = "fournisseur(s)";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_decimals"] = "Velutne decimale";
$lang["config_currency_symbol"] = "Valutna oznaka";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Širina stranice barkod-a m
$lang["config_default_barcode_page_width_required"] = "Širina stranice barkod-a je potrebna";
$lang["config_default_barcode_width_number"] = "Az alapértelmezett vonalkód szélességnek számnak kell lennie";
$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_sales_discount"] = "Zadani popust %";
$lang["config_default_sales_discount_number"] = "Zadani popust mora biti broj";

View File

@@ -36,6 +36,7 @@ $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"] = "";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Račun br.";
$lang["suppliers_agency_name"] = "Naziv djelatnosti";
$lang["suppliers_cannot_be_deleted"] = "Ne mogu obrisati odabranog dobavljača. Jedan ili više odabranih dobavljača ima prodaju.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Naziv tvrtke";
$lang["suppliers_company_name_required"] = "Naziv tvrtke je potreban";
$lang["suppliers_confirm_delete"] = "Jeste li ste sigurni da želite obrisati odabranog dobavljača?";
$lang["suppliers_confirm_restore"] = "";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Greška kod dodavanja/ažuriranja dobavljača";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Novi dobavljač";
$lang["suppliers_none_selected"] = "Niste odabrali nijednog dobavljača za brisanje";
$lang["suppliers_one_or_multiple"] = "Dobavljač(i)";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "Pénznem";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Az alapértelmezett vonalk
$lang["config_default_barcode_page_width_required"] = "Az alapértelmezett vonalkód oldal szésesség kötelező.";
$lang["config_default_barcode_width_number"] = "Az alapértelmezett vonalkód szélességnek számnak kell lennie";
$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_sales_discount"] = "Alapértelmezett kedvezmény %";
$lang["config_default_sales_discount_number"] = "Alapértelmezett kedvezménynek számnak kell lennie";

View File

@@ -36,6 +36,7 @@ $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"] = "";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Számla #";
$lang["suppliers_agency_name"] = "Ügynökség neve";
$lang["suppliers_cannot_be_deleted"] = "Nem lehet törölni a beszállítót, mert már van eladásuk.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Cégnév";
$lang["suppliers_company_name_required"] = "Cégnév kötelező mező";
$lang["suppliers_confirm_delete"] = "Biztos, hogy törölni kívánja a kiválasztott beszállítókat?";
$lang["suppliers_confirm_restore"] = "";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Hiba beszállító hozzáadásánál/módosításánál";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Új beszállító";
$lang["suppliers_none_selected"] = "Nem választott ki beszállítót a törléshez";
$lang["suppliers_one_or_multiple"] = "beszállító(k)";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -1,14 +1,14 @@
<?php
$lang["cashups_amount"] = "";
$lang["cashups_amount_number"] = "";
$lang["cashups_amount_required"] = "";
$lang["cashups_cannot_be_deleted"] = "";
$lang["cashups_close_date"] = "";
<?php
$lang["cashups_amount"] = "Jumlah";
$lang["cashups_amount_number"] = "Jumlah harus berupa angka";
$lang["cashups_amount_required"] = "Jumlah adalah Bidang yang Diperlukan.";
$lang["cashups_cannot_be_deleted"] = "Cashup tidak dapat dihapus";
$lang["cashups_close_date"] = "Tutup Tanggal";
$lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["common_address_1"] = "Alamat 1";
$lang["common_address_2"] = "Alamat 2";
$lang["common_city"] = "Kota";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Kode negara";
$lang["config_country_codes_tooltip"] = "Daftar kode negara format CSV untuk lookup alamat.";
$lang["config_currency_decimals"] = "Angka desimal";
$lang["config_currency_symbol"] = "Simbol Mata Uang";
$lang["config_custom1"] = "Kolom kustom 1";
$lang["config_custom10"] = "Kolom kustom 10";
$lang["config_custom2"] = "Kolom kustom 2";
$lang["config_custom3"] = "Kolom kustom 3";
$lang["config_custom4"] = "Kolom kustom 4";
$lang["config_custom5"] = "Kolom kustom 5";
$lang["config_custom6"] = "Kolom kustom 6";
$lang["config_custom7"] = "Kolom kustom 7";
$lang["config_custom8"] = "Kolom kustom 8";
$lang["config_custom9"] = "Kolom kustom 9";
$lang["config_customer_reward"] = "Hadiah";
$lang["config_customer_reward_duplicate"] = "Masukkan nama unik untuk hadiah.";
$lang["config_customer_reward_enable"] = "Aktifkan Hadiah Konsumen";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Lebar halaman kode batang h
$lang["config_default_barcode_page_width_required"] = "Lebar halaman kode batang harus diisi.";
$lang["config_default_barcode_width_number"] = "Lebar kode batang harus berupa angka.";
$lang["config_default_barcode_width_required"] = "Lebar kode batang harus diisi.";
$lang["config_default_item_columns"] = "";
$lang["config_default_origin_tax_code"] = "Kode Pajak Asal Default";
$lang["config_default_sales_discount"] = "Diskon Penjualan %";
$lang["config_default_sales_discount_number"] = "Diskon penjualan harus berupa angka.";

View File

@@ -1,5 +1,4 @@
<?php
<?php
$lang["datepicker_all_time"] = "Semua Waktu";
$lang["datepicker_apply"] = "Terapkan";
$lang["datepicker_cancel"] = "Batal";
@@ -7,12 +6,12 @@ $lang["datepicker_custom"] = "Kustom";
$lang["datepicker_from"] = "Dari";
$lang["datepicker_last_30"] = "30 Hari Terakhir";
$lang["datepicker_last_7"] = "7 Hari Terakhir";
$lang["datepicker_last_financial_year"] = "";
$lang["datepicker_last_financial_year"] = "Tahun Fiskal Terakhir";
$lang["datepicker_last_month"] = "Bulan lalu";
$lang["datepicker_last_year"] = "Tahun lalu";
$lang["datepicker_same_month_last_year"] = "Bulan yang sama tahun kemarin";
$lang["datepicker_same_month_to_same_day_last_year"] = "Bulan yang sama untuk hari yang sama tahun yang lalu";
$lang["datepicker_this_financial_year"] = "";
$lang["datepicker_this_financial_year"] = "Tahun Fiskal Saat Ini";
$lang["datepicker_this_month"] = "Bulan ini";
$lang["datepicker_this_month_last_year"] = "Same Month Last Year";
$lang["datepicker_this_year"] = "Tahun ini";

View File

@@ -19,4 +19,3 @@ $lang["expenses_categories_successful_adding"] = "Berhasil menambahkan Kategori
$lang["expenses_categories_successful_deleted"] = "Berhasil menghapus Kategori Biaya";
$lang["expenses_categories_successful_updating"] = "Berhasil memperbaharui Kategori Biaya";
$lang["expenses_categories_update"] = "Perbaharui Kategori";
$lang["expenses_categories_confirm_restore"] = "Apakah Anda yakin mengembalikan Kategori Biaya yang sedang dipilih?";

View File

@@ -36,6 +36,7 @@ $lang["expenses_no_expenses_to_display"] = "Belum ada Biaya yang ditampilkan";
$lang["expenses_none_selected"] = "Anda belum memilih Biaya satu pun";
$lang["expenses_one_or_multiple"] = "Biaya";
$lang["expenses_payment"] = "Jenis Pembayaran";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "Berhasil menambahkan Biaya";
$lang["expenses_successful_deleted"] = "Berhasil menghapus Biaya";
$lang["expenses_successful_updating"] = "Berhasil memperbaharui Biaya";

View File

@@ -1,14 +1,14 @@
<?php
<?php
$lang["item_kits_add_item"] = "Tambah Item Barang";
$lang["item_kits_all"] = "Semua";
$lang["item_kits_cannot_be_deleted"] = "Item Paket tidak dapat dihapus.";
$lang["item_kits_confirm_delete"] = "Apakah Anda yakin ingin menghapus Item Paket dipilih?";
$lang["item_kits_confirm_restore"] = "Apakah Anda yakin untuk mengembalikan Kit Item yang terpilih?";
$lang["item_kits_description"] = "Deskripsi Item Paket";
$lang["item_kits_discount"] = "";
$lang["item_kits_discount_fixed"] = "";
$lang["item_kits_discount_percent"] = "Persen Diskon";
$lang["item_kits_discount"] = "Diskon";
$lang["item_kits_discount_fixed"] = "Diskon Tetap";
$lang["item_kits_discount_percent"] = "Persentase Diskon";
$lang["item_kits_discount_type"] = "Jenis Diskon";
$lang["item_kits_error_adding_updating"] = "Tambah/Ubah Item Paket tidak berhasil.";
$lang["item_kits_find_kit_item"] = "Paket Item";
$lang["item_kits_info"] = "Item Paket Info";

View File

@@ -1,10 +1,9 @@
<?php
$lang["login_gcaptcha"] = "";
<?php
$lang["login_gcaptcha"] = "Saya bukan robot.";
$lang["login_go"] = "Lanjutkan";
$lang["login_invalid_gcaptcha"] = "";
$lang["login_invalid_installation"] = "";
$lang["login_invalid_username_and_password"] = "Nama Pengguna/Kata Kunci Salah";
$lang["login_invalid_gcaptcha"] = "Tidak valid saya bukan robot.";
$lang["login_invalid_installation"] = "Instalasi tidak benar, periksa file php.ini Anda.";
$lang["login_invalid_username_and_password"] = "Nama Pengguna/Kata Kunci Salah.";
$lang["login_login"] = "Masuk";
$lang["login_password"] = "Kata kunci";
$lang["login_username"] = "Nama Anda";

View File

@@ -39,5 +39,3 @@ $lang["module_suppliers"] = "Pemasok";
$lang["module_suppliers_desc"] = "Tambah, ubah, hapus dan cari Pemasok.";
$lang["module_taxes"] = "Pajak";
$lang["module_taxes_desc"] = "Konfigurasi Pajak Penjualan.";
$lang["module_cashups"] = "Uang Tunai";
$lang["module_cashups_desc"] = "Tambah, Ubah, Hapus, dan Cari Uang Tunai.";

View File

@@ -52,4 +52,3 @@ $lang["receivings_transaction_failed"] = "Transaksi Penerimaan gagal.";
$lang["receivings_unable_to_add_item"] = "Penambahan Item kedalam Penerimaan Barang gagal.";
$lang["receivings_unsuccessfully_updated"] = "Penerimaan barang gagal Diperbaharui.";
$lang["receivings_update"] = "Memperbarui";
$lang["receivings_ship_pack"] = "Pengiriman Kapal";

View File

@@ -1,4 +1,5 @@
<?php
<?php
$lang["customers_available_points"] = "Poin yg tersedia";
$lang["rewards_package"] = "Penghargaan";
$lang["rewards_remaining_balance"] = "Poin penghargaan tersisa ";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Nomor Akun Pemasok";
$lang["suppliers_agency_name"] = "Nama";
$lang["suppliers_cannot_be_deleted"] = "Tidak bisa dihapus pemasok yang dipilih, satu atau lebih dari pemasok yang dipilih memiliki penjualan.";
$lang["suppliers_category"] = "Kategori";
$lang["suppliers_company_name"] = "Nama Perusahaan";
$lang["suppliers_company_name_required"] = "Nama Perusahaan wajib diisi.";
$lang["suppliers_confirm_delete"] = "Apakah Anda yakin ingin menghapus pemasok yang dipilih?";
$lang["suppliers_confirm_restore"] = "Anda yakin ingin mengembalikan Pemasok terpilih?";
$lang["suppliers_cost"] = "Biaya Pemasok";
$lang["suppliers_error_adding_updating"] = "Kesalahan Menambah / memperbarui data pemasok.";
$lang["suppliers_goods"] = "Pemasok Barang";
$lang["suppliers_new"] = "Pemasok Baru";
$lang["suppliers_none_selected"] = "Anda belum memilih pemasok untuk dihapus.";
$lang["suppliers_one_or_multiple"] = "Pemasok";
@@ -17,6 +20,3 @@ $lang["suppliers_successful_updating"] = "Anda telah berhasil memperbarui data p
$lang["suppliers_supplier"] = "Pemasok";
$lang["suppliers_supplier_id"] = "ID";
$lang["suppliers_update"] = "Ubah data Pemasok";
$lang["suppliers_category"] = "Kategori";
$lang["suppliers_cost"] = "Biaya Pemasok";
$lang["suppliers_goods"] = "Pemasok Barang";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "Codice Postale";
$lang["config_country_codes_tooltip"] = "La lista di Codici Postali separate da virgole sono usate per la ricerca per indirizzo.";
$lang["config_currency_decimals"] = "Decimali Valuta";
$lang["config_currency_symbol"] = "Simbolo Valuta";
$lang["config_custom1"] = "Campo Personaliz. 1";
$lang["config_custom10"] = "Campo Personaliz. 10";
$lang["config_custom2"] = "Campo Personaliz. 2";
$lang["config_custom3"] = "Campo Personaliz. 3";
$lang["config_custom4"] = "Campo Personaliz. 4";
$lang["config_custom5"] = "Campo Personaliz. 5";
$lang["config_custom6"] = "Campo Personaliz. 6";
$lang["config_custom7"] = "Campo Personaliz. 7";
$lang["config_custom8"] = "Campo Personaliz. 8";
$lang["config_custom9"] = "Campo Personaliz. 9";
$lang["config_customer_reward"] = "Raccolta Punti";
$lang["config_customer_reward_duplicate"] = "Punti Fedeltà deve essere unica.";
$lang["config_customer_reward_enable"] = "Abilita la Raccolta Punti per i Clienti";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "Larghezza Codice a Barre di
$lang["config_default_barcode_page_width_required"] = "Larghezza Codice a Barre di Default è un campo obbligatorio.";
$lang["config_default_barcode_width_number"] = "Larghezza Codice a Barre di Default deve essere un numero.";
$lang["config_default_barcode_width_required"] = "Larghezza Codice a Barre di Default è un campo obbligatorio.";
$lang["config_default_item_columns"] = "";
$lang["config_default_origin_tax_code"] = "Codice Imposta di Origine Default";
$lang["config_default_sales_discount"] = "Sconto Vendita Default %";
$lang["config_default_sales_discount_number"] = "Sconto Vendita Default deve essere un numero.";

View File

@@ -36,6 +36,7 @@ $lang["expenses_no_expenses_to_display"] = "Non ci sono Spese da mostrare";
$lang["expenses_none_selected"] = "Non hai selezionato alcuna Spesa";
$lang["expenses_one_or_multiple"] = "Spesa/e";
$lang["expenses_payment"] = "Tipo di Pagamento";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "Spesa aggiunta correttamente";
$lang["expenses_successful_deleted"] = "Spesa eliminata correttamente";
$lang["expenses_successful_updating"] = "Spesa aggiornata correttamente";

View File

@@ -3,11 +3,14 @@
$lang["suppliers_account_number"] = "Partita IVA";
$lang["suppliers_agency_name"] = "Nome Agenzia";
$lang["suppliers_cannot_be_deleted"] = "Eliminazione del/i Fornitore/i non possibile. Uno o più hanno delle vendite.";
$lang["suppliers_category"] = "";
$lang["suppliers_company_name"] = "Nome della ditta";
$lang["suppliers_company_name_required"] = "Nome della ditta è un campo obbligatorio.";
$lang["suppliers_confirm_delete"] = "Sei sicuro di voler eliminare il/i Fornitore/i selezionati?";
$lang["suppliers_confirm_restore"] = "Sei sicuro di voler ripristinare i Fornitori selezionati?";
$lang["suppliers_cost"] = "";
$lang["suppliers_error_adding_updating"] = "Fallito aggiornamento o aggiunta Fornitore.";
$lang["suppliers_goods"] = "";
$lang["suppliers_new"] = "Nuovo Fornitore";
$lang["suppliers_none_selected"] = "Non hai selezionato alcun Fornitore da eliminare.";
$lang["suppliers_one_or_multiple"] = "Fornitore/i";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

View File

@@ -46,16 +46,6 @@ $lang["config_country_codes"] = "";
$lang["config_country_codes_tooltip"] = "";
$lang["config_currency_decimals"] = "";
$lang["config_currency_symbol"] = "";
$lang["config_custom1"] = "";
$lang["config_custom10"] = "";
$lang["config_custom2"] = "";
$lang["config_custom3"] = "";
$lang["config_custom4"] = "";
$lang["config_custom5"] = "";
$lang["config_custom6"] = "";
$lang["config_custom7"] = "";
$lang["config_custom8"] = "";
$lang["config_custom9"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
@@ -77,6 +67,7 @@ $lang["config_default_barcode_page_width_number"] = "";
$lang["config_default_barcode_page_width_required"] = "";
$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_sales_discount"] = "";
$lang["config_default_sales_discount_number"] = "";

View File

@@ -36,6 +36,7 @@ $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"] = "ការចំណាយធ្វើបច្ចុប្បន្នភាពបានជោគ";

View File

@@ -3,11 +3,14 @@
$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"] = "";

View File

@@ -1,16 +1,19 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";

View File

@@ -9,6 +9,7 @@ $lang["cashups_close_employee"] = "";
$lang["cashups_closed_amount_card"] = "";
$lang["cashups_closed_amount_cash"] = "";
$lang["cashups_closed_amount_check"] = "";
$lang["cashups_closed_amount_due"] = "";
$lang["cashups_closed_amount_total"] = "";
$lang["cashups_closed_date"] = "";
$lang["cashups_confirm_delete"] = "";

Some files were not shown because too many files have changed in this diff Show More