diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 36d4b83..e89d7f3 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -48,7 +48,7 @@ final class ApiController extends Controller /** * Api method to create Supplier * - * @param RequestAbstract $request Request + * @param HttpRequest $request Request * @param ResponseAbstract $response Response * @param array $data Generic data * @@ -58,7 +58,7 @@ final class ApiController extends Controller * * @since 1.0.0 */ - public function apiSupplierCreate(RequestAbstract $request, ResponseAbstract $response, array $data = []) : void + public function apiSupplierCreate(HttpRequest $request, ResponseAbstract $response, array $data = []) : void { if (!empty($val = $this->validateSupplierCreate($request))) { $response->header->status = RequestStatusCode::R_400; diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php deleted file mode 100755 index 3abf3c5..0000000 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'يخلق', - 'List' => 'قائمة', - 'Suppliers' => 'الموردون', -]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php deleted file mode 100755 index fa9cdbf..0000000 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Vytvořit', - 'List' => 'Seznam', - 'Suppliers' => 'Dodavatelé', -]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php deleted file mode 100755 index 473fb2e..0000000 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'skab', - 'List' => 'Liste', - 'Suppliers' => 'Leverandører.', -]]; diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php deleted file mode 100755 index 54e4e01..0000000 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Δημιουργώ', - 'List' => 'Λίστα', - 'Suppliers' => 'Προμηθευτές', -]]; diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php deleted file mode 100755 index e848e1f..0000000 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Crear', - 'List' => 'Lista', - 'Suppliers' => 'Proveedores', -]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php deleted file mode 100755 index c1c824f..0000000 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Luoda', - 'List' => 'Lista', - 'Suppliers' => 'Toimittajat', -]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php deleted file mode 100755 index 3b9908e..0000000 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Créer', - 'List' => 'Lister', - 'Suppliers' => 'Fournisseurs', -]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php deleted file mode 100755 index 949af8e..0000000 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Teremt', - 'List' => 'Lista', - 'Suppliers' => 'Beszállítók', -]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php deleted file mode 100755 index 1c1d023..0000000 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Creare', - 'List' => 'Elenco', - 'Suppliers' => 'Fornitori', -]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php deleted file mode 100755 index 5997bd3..0000000 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => '作成', - 'List' => 'リスト', - 'Suppliers' => 'サプライヤー', -]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php deleted file mode 100755 index e7846f1..0000000 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => '만들다', - 'List' => '목록', - 'Suppliers' => '공급자', -]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php deleted file mode 100755 index 4638a23..0000000 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Skape', - 'List' => 'Liste', - 'Suppliers' => 'Leverandører', -]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php deleted file mode 100755 index 3618364..0000000 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Tworzyć', - 'List' => 'Lista', - 'Suppliers' => 'Dostawcy', -]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php deleted file mode 100755 index 54f0204..0000000 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Crio', - 'List' => 'Lista', - 'Suppliers' => 'Fornecedores', -]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php deleted file mode 100755 index 50edabb..0000000 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Создавать', - 'List' => 'Список', - 'Suppliers' => 'Поставщики', -]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php deleted file mode 100755 index aea0621..0000000 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Skapa', - 'List' => 'Lista', - 'Suppliers' => 'Leverantörer', -]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php deleted file mode 100755 index 207e8ea..0000000 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'สร้าง', - 'List' => 'รายการ', - 'Suppliers' => 'ซัพพลายเออร์', -]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php deleted file mode 100755 index e643e4d..0000000 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Yaratmak', - 'List' => 'Liste', - 'Suppliers' => 'Tedarikçiler', -]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php deleted file mode 100755 index 0691684..0000000 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Створювати', - 'List' => 'Список', - 'Suppliers' => 'Постачальники', -]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php deleted file mode 100755 index 5fdfb05..0000000 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => '创建', - 'List' => '列表', - 'Suppliers' => '供应商', -]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php deleted file mode 100755 index 50cce7f..0000000 --- a/Theme/Backend/Lang/ar.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'محاسبة', - 'Address' => 'تبوك', - 'Addresses' => 'عناوين', - 'AreaManager' => 'مدير المنطقة', - 'Articlegroup' => 'articlegroup.', - 'Articles' => 'مقالات', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'الرصيد', - 'Bills' => '', - 'Bonus' => 'علاوة', - 'CLV' => 'قذيفة', - 'Calendar' => 'تقويم', - 'City' => 'مدينة', - 'Client' => 'عميل', - 'ClientID' => '', - 'Contact' => 'اتصل', - 'Country' => 'دولة', - 'Created' => 'خلقت', - 'CreatedAt' => '', - 'CreditRating' => 'التصنيف الائتماني', - 'Creditcard' => 'بطاقة إئتمان', - 'DSO' => 'DSO.', - 'DUE' => 'بسبب', - 'Date' => 'تاريخ', - 'Default' => 'تقصير', - 'Delivery' => 'توصيل', - 'Discount' => 'خصم', - 'DiscountBonus' => '', - 'DiscountP' => 'خصم ٪', - 'Documents' => 'وثائق', - 'Due' => '', - 'Email' => 'بريد الالكتروني', - 'Fax' => 'فاكس', - 'Files' => 'الملفات', - 'Freightage' => 'شحن', - 'Group' => 'مجموعة', - 'ID' => 'بطاقة تعريف', - 'Info' => 'معلومات', - 'Invoice' => 'فاتورة', - 'Invoices' => 'الفواتير', - 'IsDefault' => 'هو الافتراضي', - 'Items' => '', - 'LastContact' => 'آخر اتصال', - 'LastOrder' => 'آخر طلب', - 'Log' => 'سجل', - 'Logs' => 'السجلات', - 'MRR' => 'مرر', - 'MTDSales' => 'مبيعات MTD', - 'Map' => '', - 'Margin' => 'هامش', - 'Master' => 'رئيس', - 'Messages' => 'رسائل', - 'Modified' => 'تم التعديل', - 'Name' => 'اسم', - 'Name1' => 'اسم 1.', - 'Name2' => 'اسم 2.', - 'Name3' => 'اسم 3.', - 'Net' => 'شبكة', - 'Notes' => 'ملحوظات', - 'Number' => 'عدد', - 'Office' => 'مكتب. مقر. مركز', - 'Payment' => 'دفع', - 'PaymentTerm' => 'مصطلح الدفع', - 'Permission' => 'إذن', - 'Phone' => 'هاتف', - 'Postal' => 'بريدي', - 'Price' => 'السعر', - 'Prices' => 'الأسعار.', - 'Productgroup' => 'productgroup.', - 'Profile' => 'الملف الشخصي', - 'Profit' => '', - 'Purchase' => 'شراء', - 'Quantity' => 'كمية', - 'RecentInvoices' => 'الفواتير الأخيرة', - 'Sales' => 'مبيعات', - 'Segment' => 'قطعة', - 'Segments' => 'شرائح', - 'Subtype' => 'النوع الفرعي', - 'Supplier' => 'المورد', - 'Suppliers' => 'الموردون', - 'Support' => 'يدعم', - 'Tags' => 'كذا', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'نوع', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'الأسلاك', - 'YTDSales' => 'مبيعات YTD', - 'Zip' => 'أزيز', -]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php deleted file mode 100755 index 8746aba..0000000 --- a/Theme/Backend/Lang/cs.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Účetnictví', - 'Address' => 'Adresa', - 'Addresses' => 'Adresy', - 'AreaManager' => 'Oblastní manažer', - 'Articlegroup' => 'Článek', - 'Articles' => 'Články', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Zůstatek', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'CLV' => 'Clv.', - 'Calendar' => 'Kalendář', - 'City' => 'Město', - 'Client' => 'Klienta', - 'ClientID' => '', - 'Contact' => 'Kontakt', - 'Country' => 'Země', - 'Created' => 'Vytvořený', - 'CreatedAt' => '', - 'CreditRating' => 'Úvěrový rating', - 'Creditcard' => 'Kreditní karta', - 'DSO' => 'DSO.', - 'DUE' => 'Způsoben', - 'Date' => 'datum', - 'Default' => 'Výchozí hodnota', - 'Delivery' => 'dodávka', - 'Discount' => 'Sleva', - 'DiscountBonus' => '', - 'DiscountP' => 'Sleva%', - 'Documents' => 'Dokumenty', - 'Due' => '', - 'Email' => 'E-mailem', - 'Fax' => 'Fax', - 'Files' => 'Soubory', - 'Freightage' => 'Dopravné', - 'Group' => 'Skupina', - 'ID' => 'ID.', - 'Info' => 'Info.', - 'Invoice' => 'Faktura', - 'Invoices' => 'Faktury', - 'IsDefault' => 'Je výchozí', - 'Items' => '', - 'LastContact' => 'Poslední kontakt', - 'LastOrder' => 'Poslední objednávka', - 'Log' => 'Log', - 'Logs' => 'Protokoly', - 'MRR' => 'Mrr.', - 'MTDSales' => 'Prodej MTD.', - 'Map' => '', - 'Margin' => 'Okraj', - 'Master' => 'Mistr', - 'Messages' => 'Zprávy', - 'Modified' => 'Upravený', - 'Name' => 'název', - 'Name1' => 'Jméno1.', - 'Name2' => 'Jméno2.', - 'Name3' => 'Jméno3.', - 'Net' => 'Síť', - 'Notes' => 'Poznámky', - 'Number' => 'Číslo', - 'Office' => 'Kancelář', - 'Payment' => 'Způsob platby', - 'PaymentTerm' => 'Platební termín', - 'Permission' => 'Povolení', - 'Phone' => 'Telefon', - 'Postal' => 'Poštovní', - 'Price' => 'Cena', - 'Prices' => 'Ceny', - 'Productgroup' => 'ProductSgroup.', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Nákup', - 'Quantity' => 'Množství', - 'RecentInvoices' => 'Nedávné faktury', - 'Sales' => 'Odbyt', - 'Segment' => 'Segment', - 'Segments' => 'Segmenty', - 'Subtype' => 'Podtyp', - 'Supplier' => 'Dodavatel', - 'Suppliers' => 'Dodavatelé', - 'Support' => 'Podpěra, podpora', - 'Tags' => 'Tagy', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Typ', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Drát', - 'YTDSales' => 'Prodej YTD.', - 'Zip' => 'Zip', -]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php deleted file mode 100755 index 8a587e0..0000000 --- a/Theme/Backend/Lang/da.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Regnskab', - 'Address' => 'Adresse', - 'Addresses' => 'Adresser', - 'AreaManager' => 'Områdechef', - 'Articlegroup' => 'ArticleGroup.', - 'Articles' => 'Artikler', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Balance', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'CLV' => 'CLV.', - 'Calendar' => 'Kalender', - 'City' => 'City.', - 'Client' => 'Klient', - 'ClientID' => '', - 'Contact' => 'Kontakt', - 'Country' => 'Land', - 'Created' => 'Oprettet', - 'CreatedAt' => '', - 'CreditRating' => 'Kreditvurdering', - 'Creditcard' => 'Kreditkort', - 'DSO' => 'DSO.', - 'DUE' => 'På grund', - 'Date' => 'Dato', - 'Default' => 'Standard', - 'Delivery' => 'Levering', - 'Discount' => 'Rabat', - 'DiscountBonus' => '', - 'DiscountP' => 'Rabat%', - 'Documents' => 'Dokumenter', - 'Due' => '', - 'Email' => 'Email.', - 'Fax' => 'Fax', - 'Files' => 'Filer.', - 'Freightage' => 'Gods', - 'Group' => 'Gruppe', - 'ID' => 'ID.', - 'Info' => 'Info.', - 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturaer.', - 'IsDefault' => 'Er standard.', - 'Items' => '', - 'LastContact' => 'Sidste kontakt', - 'LastOrder' => 'Sidste ordre', - 'Log' => 'Log', - 'Logs' => 'Logs.', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTD Sales.', - 'Map' => '', - 'Margin' => 'Margin.', - 'Master' => 'Mestre', - 'Messages' => 'Beskeder', - 'Modified' => 'Modificeret', - 'Name' => 'Navn', - 'Name1' => 'NAME1.', - 'Name2' => 'NAME2.', - 'Name3' => 'NAME3.', - 'Net' => 'Net', - 'Notes' => 'Noter.', - 'Number' => 'Nummer', - 'Office' => 'Kontor', - 'Payment' => 'Betaling', - 'PaymentTerm' => 'Betalingsbetingelser', - 'Permission' => 'Tilladelse', - 'Phone' => 'telefon', - 'Postal' => 'Postal.', - 'Price' => 'Pris', - 'Prices' => 'Priser.', - 'Productgroup' => 'Produktgruppe', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Køb', - 'Quantity' => 'Antal', - 'RecentInvoices' => 'Nylige fakturaer.', - 'Sales' => 'SALG', - 'Segment' => 'Segment', - 'Segments' => 'Segmenter.', - 'Subtype' => 'Subtype.', - 'Supplier' => 'Leverandør', - 'Suppliers' => 'Leverandører.', - 'Support' => 'Support', - 'Tags' => 'Tags.', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Type', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Tråd', - 'YTDSales' => 'YTD SALG', - 'Zip' => 'Zip.', -]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php deleted file mode 100755 index 1c2922b..0000000 --- a/Theme/Backend/Lang/el.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Λογιστική', - 'Address' => 'Διεύθυνση', - 'Addresses' => 'Διευθύνσεις', - 'AreaManager' => 'Διευθυντής περιοχής', - 'Articlegroup' => 'Ομιλία', - 'Articles' => 'Είδη', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Ισορροπία', - 'Bills' => '', - 'Bonus' => 'Δώρο', - 'CLV' => 'Σολλίζω', - 'Calendar' => 'Ημερολόγιο', - 'City' => 'Πόλη', - 'Client' => 'Πελάτης', - 'ClientID' => '', - 'Contact' => 'Επικοινωνία', - 'Country' => 'Χώρα', - 'Created' => 'Δημιουργήθηκε', - 'CreatedAt' => '', - 'CreditRating' => 'Αξιολόγησης της πιστοληπτικής ικανότητας', - 'Creditcard' => 'Πιστωτική κάρτα', - 'DSO' => 'ΔΣΟ', - 'DUE' => 'Λόγω', - 'Date' => 'Ημερομηνία', - 'Default' => 'Προκαθορισμένο', - 'Delivery' => 'Διανομή', - 'Discount' => 'Εκπτωση', - 'DiscountBonus' => '', - 'DiscountP' => 'Έκπτωση%', - 'Documents' => 'Εγγραφα', - 'Due' => '', - 'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ', - 'Fax' => 'Φαξ', - 'Files' => 'Αρχεία', - 'Freightage' => 'Ναύλος', - 'Group' => 'Ομάδα', - 'ID' => 'ταυτότητα', - 'Info' => 'Πληροφορία', - 'Invoice' => 'Τιμολόγιο', - 'Invoices' => 'Τιμολόγια', - 'IsDefault' => 'Είναι προεπιλογή', - 'Items' => '', - 'LastContact' => 'Τελευταία επαφή', - 'LastOrder' => 'Τελευταία παραγγελία', - 'Log' => 'Κούτσουρο', - 'Logs' => 'Κούτσουρα', - 'MRR' => 'MRR', - 'MTDSales' => 'Πωλήσεις MTD', - 'Map' => '', - 'Margin' => 'Περιθώριο', - 'Master' => 'Κύριος', - 'Messages' => 'Μηνύματα', - 'Modified' => 'Τροποποιημένος', - 'Name' => 'Ονομα', - 'Name1' => 'Όνομα1', - 'Name2' => 'Όνομα2', - 'Name3' => 'Όνομα', - 'Net' => 'Καθαρά', - 'Notes' => 'Σημειώνει', - 'Number' => 'Αριθμός', - 'Office' => 'Γραφείο', - 'Payment' => 'Πληρωμή', - 'PaymentTerm' => 'Ορος πληρωμής', - 'Permission' => 'Αδεια', - 'Phone' => 'Τηλέφωνο', - 'Postal' => 'Ταχυδρομικός', - 'Price' => 'Τιμή', - 'Prices' => 'Τιμές', - 'Productgroup' => 'Ομοιόμορφη ομάδα', - 'Profile' => 'Προφίλ', - 'Profit' => '', - 'Purchase' => 'Αγορά', - 'Quantity' => 'Ποσότητα', - 'RecentInvoices' => 'Πρόσφατα τιμολόγια', - 'Sales' => 'Εκπτώσεις', - 'Segment' => 'Τμήμα', - 'Segments' => 'Τμήματα', - 'Subtype' => 'Υποτύπωμα', - 'Supplier' => 'Προμηθευτής', - 'Suppliers' => 'Προμηθευτές', - 'Support' => 'Υποστήριξη', - 'Tags' => 'Ετικέτες', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Τύπος', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Σύρμα', - 'YTDSales' => 'Ytd πωλήσεις', - 'Zip' => 'Φερμουάρ', -]]; diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php deleted file mode 100755 index 38b8fe7..0000000 --- a/Theme/Backend/Lang/es.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Contabilidad', - 'Address' => 'Habla a', - 'Addresses' => 'Direcciones', - 'AreaManager' => 'Gerente de área', - 'Articlegroup' => 'Grupo articulo', - 'Articles' => 'Artículos', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Equilibrio', - 'Bills' => '', - 'Bonus' => 'Prima', - 'CLV' => 'Clv', - 'Calendar' => 'Calendario', - 'City' => 'Ciudad', - 'Client' => 'Cliente', - 'ClientID' => '', - 'Contact' => 'Contacto', - 'Country' => 'País', - 'Created' => 'Creado', - 'CreatedAt' => '', - 'CreditRating' => 'Calificación crediticia', - 'Creditcard' => 'Tarjeta de crédito', - 'DSO' => 'DSO', - 'DUE' => 'Vencer', - 'Date' => 'Fecha', - 'Default' => 'Defecto', - 'Delivery' => 'Entrega', - 'Discount' => 'Descuento', - 'DiscountBonus' => '', - 'DiscountP' => 'Descuento%', - 'Documents' => 'Documentos', - 'Due' => '', - 'Email' => 'Correo electrónico', - 'Fax' => 'Fax', - 'Files' => 'Archivos', - 'Freightage' => 'Flete', - 'Group' => 'Grupo', - 'ID' => 'IDENTIFICACIÓN', - 'Info' => 'Información', - 'Invoice' => 'Factura', - 'Invoices' => 'Facturas', - 'IsDefault' => 'Es predeterminado', - 'Items' => '', - 'LastContact' => 'Último contacto', - 'LastOrder' => 'Último pedido', - 'Log' => 'Tronco', - 'Logs' => 'Registros', - 'MRR' => 'Mrr', - 'MTDSales' => 'Ventas MTD', - 'Map' => '', - 'Margin' => 'Margen', - 'Master' => 'Maestría', - 'Messages' => 'Mensajes', - 'Modified' => 'Modificado', - 'Name' => 'Nombre', - 'Name1' => 'Nombre1', - 'Name2' => 'Nombre2', - 'Name3' => 'Nombre3', - 'Net' => 'Red', - 'Notes' => 'Notas', - 'Number' => 'Número', - 'Office' => 'Oficina', - 'Payment' => 'Pago', - 'PaymentTerm' => 'Plazo de pago', - 'Permission' => 'Permiso', - 'Phone' => 'Teléfono', - 'Postal' => 'Postal', - 'Price' => 'Precio', - 'Prices' => 'Precios', - 'Productgroup' => 'Grupo de productos', - 'Profile' => 'Perfil', - 'Profit' => '', - 'Purchase' => 'Compra', - 'Quantity' => 'Cantidad', - 'RecentInvoices' => 'Facturas recientes', - 'Sales' => 'Ventas', - 'Segment' => 'Segmento', - 'Segments' => 'Segmentos', - 'Subtype' => 'Subtipo', - 'Supplier' => 'Proveedor', - 'Suppliers' => 'Proveedores', - 'Support' => 'Apoyo', - 'Tags' => 'Etiquetas', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Escribe', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Cable', - 'YTDSales' => 'Ytd ventas', - 'Zip' => 'Cremallera', -]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php deleted file mode 100755 index 4f36a4c..0000000 --- a/Theme/Backend/Lang/fi.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Kirjanpito', - 'Address' => 'Osoite', - 'Addresses' => 'Osoitteet', - 'AreaManager' => 'Aluejohtaja', - 'Articlegroup' => 'ArticleGroup', - 'Articles' => 'Artikkelit', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Saldo', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'CLV' => 'Clv', - 'Calendar' => 'Kalenteri', - 'City' => 'Kaupunki', - 'Client' => 'Asiakas', - 'ClientID' => '', - 'Contact' => 'Ottaa yhteyttä', - 'Country' => 'Maa', - 'Created' => 'Luotu', - 'CreatedAt' => '', - 'CreditRating' => 'Luottoluokitus', - 'Creditcard' => 'Luottokortti', - 'DSO' => 'Dso', - 'DUE' => 'Takia', - 'Date' => 'Päivämäärä', - 'Default' => 'Oletusarvo', - 'Delivery' => 'Toimitus', - 'Discount' => 'Alennus', - 'DiscountBonus' => '', - 'DiscountP' => 'Alennus %', - 'Documents' => 'Asiakirjat', - 'Due' => '', - 'Email' => 'Sähköposti', - 'Fax' => 'Faksi', - 'Files' => 'Tiedostot', - 'Freightage' => 'Rahti', - 'Group' => 'Ryhmä', - 'ID' => 'Id', - 'Info' => 'Tiedot', - 'Invoice' => 'Lasku', - 'Invoices' => 'Laskut', - 'IsDefault' => 'On oletusarvo', - 'Items' => '', - 'LastContact' => 'Viimeinen yhteystieto', - 'LastOrder' => 'Viimeinen tilaus', - 'Log' => 'Hirsi', - 'Logs' => 'Lokit', - 'MRR' => 'Mrr', - 'MTDSales' => 'MTD-myynti', - 'Map' => '', - 'Margin' => 'Marginaali', - 'Master' => 'Hallita', - 'Messages' => 'Viestit', - 'Modified' => 'Muokattu', - 'Name' => 'Nimi', - 'Name1' => 'Nimi1', - 'Name2' => 'Nimi2', - 'Name3' => 'Nimi33', - 'Net' => 'Netto', - 'Notes' => 'Toteaa', - 'Number' => 'Määrä', - 'Office' => 'Toimisto', - 'Payment' => 'Maksu', - 'PaymentTerm' => 'Maksuehto', - 'Permission' => 'Lupa', - 'Phone' => 'Puhelin', - 'Postal' => 'Posti-', - 'Price' => 'Hinta', - 'Prices' => 'Hinnat', - 'Productgroup' => 'Tuoteryhmä', - 'Profile' => 'Profiili', - 'Profit' => '', - 'Purchase' => 'Ostaa', - 'Quantity' => 'Määrä', - 'RecentInvoices' => 'Viimeaikaiset laskut', - 'Sales' => 'Myynti', - 'Segment' => 'Segmentti', - 'Segments' => 'Segmentit', - 'Subtype' => 'Alatyyppi', - 'Supplier' => 'Toimittaja', - 'Suppliers' => 'Toimittajat', - 'Support' => 'Tuki', - 'Tags' => 'Tunnisteet', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Tyyppi', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Lanka', - 'YTDSales' => 'YTD-myynti', - 'Zip' => 'Postinumero', -]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php deleted file mode 100755 index 18fd31a..0000000 --- a/Theme/Backend/Lang/fr.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Comptabilité', - 'Address' => 'Adresse', - 'Addresses' => 'Adresses', - 'AreaManager' => 'Chef de secteur', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'Des articles', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Équilibre', - 'Bills' => '', - 'Bonus' => 'Prime', - 'CLV' => 'Clv', - 'Calendar' => 'Calendrier', - 'City' => 'Ville', - 'Client' => 'Client', - 'ClientID' => '', - 'Contact' => 'Contact', - 'Country' => 'Pays', - 'Created' => 'Établi', - 'CreatedAt' => '', - 'CreditRating' => 'Cote de crédit', - 'Creditcard' => 'Carte de crédit', - 'DSO' => 'Dso', - 'DUE' => 'Dû', - 'Date' => 'Date', - 'Default' => 'Défaut', - 'Delivery' => 'Livraison', - 'Discount' => 'Remise', - 'DiscountBonus' => '', - 'DiscountP' => 'Remise %', - 'Documents' => 'Documents', - 'Due' => '', - 'Email' => 'E-mail', - 'Fax' => 'Fax', - 'Files' => 'Des dossiers', - 'Freightage' => 'Fret', - 'Group' => 'Grouper', - 'ID' => 'identifiant', - 'Info' => 'Info', - 'Invoice' => 'Facture d\'achat', - 'Invoices' => 'Factures', - 'IsDefault' => 'Est par défaut', - 'Items' => '', - 'LastContact' => 'Dernier contact', - 'LastOrder' => 'Dernière commande', - 'Log' => 'Enregistrer', - 'Logs' => 'Journaux', - 'MRR' => 'Mrr', - 'MTDSales' => 'Ventes MTD', - 'Map' => '', - 'Margin' => 'Marge', - 'Master' => 'Maître', - 'Messages' => 'messages', - 'Modified' => 'Modifié', - 'Name' => 'Nom', - 'Name1' => 'Nom1', - 'Name2' => 'Nom2', - 'Name3' => 'Nom3', - 'Net' => 'Rapporter', - 'Notes' => 'Remarques', - 'Number' => 'Nombre', - 'Office' => 'Bureau', - 'Payment' => 'Paiement', - 'PaymentTerm' => 'Terme de paiement', - 'Permission' => 'Autorisation', - 'Phone' => 'Téléphoner', - 'Postal' => 'Postal', - 'Price' => 'Prix', - 'Prices' => 'Des prix', - 'Productgroup' => 'Groupe de produits', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Acheter', - 'Quantity' => 'Quantité', - 'RecentInvoices' => 'Factures récentes', - 'Sales' => 'Ventes', - 'Segment' => 'Segment', - 'Segments' => 'Segments', - 'Subtype' => 'Sous-type', - 'Supplier' => 'Fournisseur', - 'Suppliers' => 'Fournisseurs', - 'Support' => 'Soutien', - 'Tags' => 'Mots clés', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Taper', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Fil', - 'YTDSales' => 'Ventes YTD', - 'Zip' => 'Zipper', -]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php deleted file mode 100755 index eb796a0..0000000 --- a/Theme/Backend/Lang/hu.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Könyvelés', - 'Address' => 'Cím', - 'Addresses' => 'Címek', - 'AreaManager' => 'Területi menedzser', - 'Articlegroup' => 'Gyerekcsoport', - 'Articles' => 'Árucikkek', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Egyensúly', - 'Bills' => '', - 'Bonus' => 'Bónusz', - 'CLV' => 'Clv', - 'Calendar' => 'Naptár', - 'City' => 'Város', - 'Client' => 'Ügyfél', - 'ClientID' => '', - 'Contact' => 'Kapcsolatba lépni', - 'Country' => 'Ország', - 'Created' => 'Létrehozott', - 'CreatedAt' => '', - 'CreditRating' => 'Hitelminősítő', - 'Creditcard' => 'Hitelkártya', - 'DSO' => 'DSO', - 'DUE' => 'Esedékes', - 'Date' => 'Dátum', - 'Default' => 'Alapértelmezett', - 'Delivery' => 'Szállítás', - 'Discount' => 'Kedvezmény', - 'DiscountBonus' => '', - 'DiscountP' => 'Árengedmény%', - 'Documents' => 'Dokumentumok', - 'Due' => '', - 'Email' => 'Email', - 'Fax' => 'Fax', - 'Files' => 'Fájlok', - 'Freightage' => 'Fuvardíj', - 'Group' => 'Csoport', - 'ID' => 'Idézés', - 'Info' => 'Információ', - 'Invoice' => 'Számla', - 'Invoices' => 'Számlák', - 'IsDefault' => 'Alapértelmezett', - 'Items' => '', - 'LastContact' => 'Utolsó kapcsolat', - 'LastOrder' => 'Utolsó rendelés', - 'Log' => 'Napló', - 'Logs' => 'Naplók', - 'MRR' => 'Mrr', - 'MTDSales' => 'MTD értékesítés', - 'Map' => '', - 'Margin' => 'Árrés', - 'Master' => 'Fő', - 'Messages' => 'üzenetek', - 'Modified' => 'Módosított', - 'Name' => 'Név', - 'Name1' => 'Név1', - 'Name2' => 'NAME2', - 'Name3' => 'Név3', - 'Net' => 'Háló', - 'Notes' => 'Jegyzetek', - 'Number' => 'Szám', - 'Office' => 'Hivatal', - 'Payment' => 'Fizetés', - 'PaymentTerm' => 'Fizetési határidő', - 'Permission' => 'Engedély', - 'Phone' => 'Telefon', - 'Postal' => 'Postai', - 'Price' => 'Ár', - 'Prices' => 'Árak', - 'Productgroup' => 'Termékcsoport', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Vásárlás', - 'Quantity' => 'Mennyiség', - 'RecentInvoices' => 'Legutóbbi számlák', - 'Sales' => 'Értékesítés', - 'Segment' => 'Szegmens', - 'Segments' => 'Szegmensek', - 'Subtype' => 'Altípus', - 'Supplier' => 'Támogató', - 'Suppliers' => 'Beszállítók', - 'Support' => 'Támogatás', - 'Tags' => 'Címkék', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'típus', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Huzal', - 'YTDSales' => 'YTD értékesítés', - 'Zip' => 'Postai irányítószám', -]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php deleted file mode 100755 index cf97b36..0000000 --- a/Theme/Backend/Lang/it.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Contabilità', - 'Address' => 'Indirizzo', - 'Addresses' => 'Indirizzi', - 'AreaManager' => 'Area Manager', - 'Articlegroup' => 'Art.group.', - 'Articles' => 'Artificio', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Bilancia', - 'Bills' => '', - 'Bonus' => 'Bonus.', - 'CLV' => 'Clv.', - 'Calendar' => 'Calendario', - 'City' => 'Città', - 'Client' => 'Cliente', - 'ClientID' => '', - 'Contact' => 'Contatto', - 'Country' => 'Nazione', - 'Created' => 'Creato', - 'CreatedAt' => '', - 'CreditRating' => 'Rating del credito', - 'Creditcard' => 'Carta di credito', - 'DSO' => 'DSO.', - 'DUE' => 'Dovuto', - 'Date' => 'Data', - 'Default' => 'Predefinito', - 'Delivery' => 'Consegna', - 'Discount' => 'Sconto', - 'DiscountBonus' => '', - 'DiscountP' => 'Sconto%', - 'Documents' => 'Documenti', - 'Due' => '', - 'Email' => 'E-mail', - 'Fax' => 'Fax', - 'Files' => 'File', - 'Freightage' => 'Liberare', - 'Group' => 'Gruppo', - 'ID' => 'ID', - 'Info' => 'Informazioni', - 'Invoice' => 'Fattura', - 'Invoices' => 'Fatture', - 'IsDefault' => 'È predefinito', - 'Items' => '', - 'LastContact' => 'Ultimo contatto', - 'LastOrder' => 'Ultimo ordine', - 'Log' => 'Tronco d\'albero', - 'Logs' => 'Logs.', - 'MRR' => 'Mrr.', - 'MTDSales' => 'Vendite di mtd.', - 'Map' => '', - 'Margin' => 'Margine', - 'Master' => 'Maestro', - 'Messages' => 'Messaggi', - 'Modified' => 'Modificati', - 'Name' => 'Nome', - 'Name1' => 'Nome1.', - 'Name2' => 'Nome2.', - 'Name3' => 'Nome3.', - 'Net' => 'Rete', - 'Notes' => 'Appunti', - 'Number' => 'Numero', - 'Office' => 'Ufficio', - 'Payment' => 'Pagamento', - 'PaymentTerm' => 'Termine di pagamento', - 'Permission' => 'Autorizzazione', - 'Phone' => 'Telefono', - 'Postal' => 'postale', - 'Price' => 'Prezzo', - 'Prices' => 'Prezzi', - 'Productgroup' => 'Gruppo di prodotti', - 'Profile' => 'Profilo', - 'Profit' => '', - 'Purchase' => 'Acquistare', - 'Quantity' => 'Quantità', - 'RecentInvoices' => 'Recenti fatture', - 'Sales' => 'Saldi', - 'Segment' => 'Segmento', - 'Segments' => 'Segmenti', - 'Subtype' => 'Sottotipo', - 'Supplier' => 'Fornitore', - 'Suppliers' => 'Fornitori', - 'Support' => 'Supporto', - 'Tags' => 'Tags.', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Tipo', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Filo', - 'YTDSales' => 'Vendite di ytd.', - 'Zip' => 'Cerniera lampo', -]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php deleted file mode 100755 index 5c8ebe9..0000000 --- a/Theme/Backend/Lang/ja.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => '会計', - 'Address' => '住所', - 'Addresses' => 'アドレス', - 'AreaManager' => 'エリアマネージャー', - 'Articlegroup' => '記事グループ', - 'Articles' => 'articles', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'バランス', - 'Bills' => '', - 'Bonus' => 'ボーナス', - 'CLV' => 'cl cl', - 'Calendar' => 'カレンダー', - 'City' => '市', - 'Client' => 'クライアント', - 'ClientID' => '', - 'Contact' => 'コンタクト', - 'Country' => '国', - 'Created' => '作成した', - 'CreatedAt' => '', - 'CreditRating' => '信用格付け', - 'Creditcard' => 'クレジットカード', - 'DSO' => 'DSO', - 'DUE' => '期限', - 'Date' => '日にち', - 'Default' => 'ディフォルト', - 'Delivery' => '配達', - 'Discount' => '割引', - 'DiscountBonus' => '', - 'DiscountP' => '割引 %', - 'Documents' => '文書', - 'Due' => '', - 'Email' => 'Eメール', - 'Fax' => 'ファックス', - 'Files' => 'ファイル', - 'Freightage' => 'fre fre', - 'Group' => 'グループ', - 'ID' => 'id', - 'Info' => '情報', - 'Invoice' => '請求書', - 'Invoices' => '請求書', - 'IsDefault' => 'デフォルトです', - 'Items' => '', - 'LastContact' => '最後の連絡先', - 'LastOrder' => '最後の順序', - 'Log' => 'ログ', - 'Logs' => 'ログ', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTDセールス', - 'Map' => '', - 'Margin' => 'マージン', - 'Master' => 'マスター', - 'Messages' => 'メッセージ', - 'Modified' => '修正された', - 'Name' => '名前', - 'Name1' => '名前1', - 'Name2' => '名前2', - 'Name3' => '名前3', - 'Net' => 'ネット', - 'Notes' => 'ノート', - 'Number' => '番号', - 'Office' => 'オフィス', - 'Payment' => '支払い', - 'PaymentTerm' => '支払条件', - 'Permission' => '許可', - 'Phone' => '電話', - 'Postal' => '郵便', - 'Price' => '価格', - 'Prices' => '価格', - 'Productgroup' => '製品グループ', - 'Profile' => 'プロフィール', - 'Profit' => '', - 'Purchase' => '購入', - 'Quantity' => '量', - 'RecentInvoices' => '最近の請求書', - 'Sales' => '売り返り', - 'Segment' => 'セグメント', - 'Segments' => 'セグメント', - 'Subtype' => 'サブタイプ', - 'Supplier' => 'サプライヤー', - 'Suppliers' => 'サプライヤー', - 'Support' => 'サポート', - 'Tags' => 'タグ', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'タイプ', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'ワイヤー', - 'YTDSales' => 'ytd売上高', - 'Zip' => 'ジップ', -]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php deleted file mode 100755 index 81382cd..0000000 --- a/Theme/Backend/Lang/ko.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => '회계', - 'Address' => '주소', - 'Addresses' => '구애', - 'AreaManager' => '구역 책임자', - 'Articlegroup' => '기사 그룹', - 'Articles' => '조항', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => '균형', - 'Bills' => '', - 'Bonus' => '보너스', - 'CLV' => 'CLV.', - 'Calendar' => '달력', - 'City' => '도시', - 'Client' => '고객', - 'ClientID' => '', - 'Contact' => '연락하다', - 'Country' => '국가', - 'Created' => '만들어진', - 'CreatedAt' => '', - 'CreditRating' => '신용 등급', - 'Creditcard' => '신용 카드', - 'DSO' => 'DSO.', - 'DUE' => '로 인한', - 'Date' => '날짜', - 'Default' => '기본', - 'Delivery' => '배달', - 'Discount' => '할인', - 'DiscountBonus' => '', - 'DiscountP' => '할인 %', - 'Documents' => '서류', - 'Due' => '', - 'Email' => '이메일', - 'Fax' => '팩스', - 'Files' => '파일', - 'Freightage' => '화물', - 'Group' => '그룹', - 'ID' => 'ID', - 'Info' => '정보', - 'Invoice' => '송장', - 'Invoices' => '송장', - 'IsDefault' => '기본값입니다', - 'Items' => '', - 'LastContact' => '마지막 연락처', - 'LastOrder' => '마지막 주문', - 'Log' => '통나무', - 'Logs' => '로그인', - 'MRR' => '부서', - 'MTDSales' => 'MTD 판매', - 'Map' => '', - 'Margin' => '여유', - 'Master' => '주인', - 'Messages' => '메시지', - 'Modified' => '수정', - 'Name' => '이름', - 'Name1' => 'name1.', - 'Name2' => 'name2.', - 'Name3' => 'Name3.', - 'Net' => '그물', - 'Notes' => '노트', - 'Number' => '숫자', - 'Office' => '사무실', - 'Payment' => '지불', - 'PaymentTerm' => '지불 기간', - 'Permission' => '허가', - 'Phone' => '핸드폰', - 'Postal' => '우편 엽서', - 'Price' => '가격', - 'Prices' => '물가', - 'Productgroup' => '제품 그룹', - 'Profile' => '프로필', - 'Profit' => '', - 'Purchase' => '구입', - 'Quantity' => '수량', - 'RecentInvoices' => '최근 송장', - 'Sales' => '매상', - 'Segment' => '분절', - 'Segments' => '세그먼트', - 'Subtype' => '하위 유형', - 'Supplier' => '공급자', - 'Suppliers' => '공급자', - 'Support' => '지원하다', - 'Tags' => '태그', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => '유형', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => '철사', - 'YTDSales' => 'YTD 판매', - 'Zip' => '지퍼', -]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php deleted file mode 100755 index 0b9c9f9..0000000 --- a/Theme/Backend/Lang/no.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Regnskap', - 'Address' => 'Adresse', - 'Addresses' => 'Adresser', - 'AreaManager' => 'Områdeansvarlig', - 'Articlegroup' => 'Articregroup.', - 'Articles' => 'Artikler', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Balansere', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'CLV' => 'CLV.', - 'Calendar' => 'Kalender', - 'City' => 'By', - 'Client' => 'Klient', - 'ClientID' => '', - 'Contact' => 'Kontakt', - 'Country' => 'Land', - 'Created' => 'Opprettet', - 'CreatedAt' => '', - 'CreditRating' => 'Kredittvurdering', - 'Creditcard' => 'Kredittkort', - 'DSO' => 'DSO', - 'DUE' => 'På grunn av det', - 'Date' => 'Dato', - 'Default' => 'Misligholde', - 'Delivery' => 'Leveranse', - 'Discount' => 'Rabatt', - 'DiscountBonus' => '', - 'DiscountP' => 'Rabatt%', - 'Documents' => 'Dokumenter', - 'Due' => '', - 'Email' => 'E-post', - 'Fax' => 'Faks', - 'Files' => 'Filer', - 'Freightage' => 'Frakt', - 'Group' => 'Gruppe', - 'ID' => 'Id.', - 'Info' => 'Info.', - 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturaer', - 'IsDefault' => 'Er standard', - 'Items' => '', - 'LastContact' => 'Siste kontakt', - 'LastOrder' => 'Siste bestilling', - 'Log' => 'Logg', - 'Logs' => 'Tømmerstokker', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTD-salg', - 'Map' => '', - 'Margin' => 'Margin', - 'Master' => 'Herre', - 'Messages' => 'Meldinger', - 'Modified' => 'Endret', - 'Name' => 'Navn', - 'Name1' => 'Navn1.', - 'Name2' => 'NAME2.', - 'Name3' => 'Navn3.', - 'Net' => 'Nett', - 'Notes' => 'Notater', - 'Number' => 'Nummer', - 'Office' => 'Kontor', - 'Payment' => 'innbetaling', - 'PaymentTerm' => 'Betalingsperiode', - 'Permission' => 'Tillatelse', - 'Phone' => 'Telefonen', - 'Postal' => 'Postal.', - 'Price' => 'Pris', - 'Prices' => 'Prisene', - 'Productgroup' => 'Produktgruppe', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Kjøp', - 'Quantity' => 'Mengde', - 'RecentInvoices' => 'Nylige fakturaer', - 'Sales' => 'Salg', - 'Segment' => 'Segmentet', - 'Segments' => 'Segmenter', - 'Subtype' => 'Subtype.', - 'Supplier' => 'Leverandør', - 'Suppliers' => 'Leverandører', - 'Support' => 'Brukerstøtte', - 'Tags' => 'Tags.', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Type', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Metalltråd', - 'YTDSales' => 'YTD-salg', - 'Zip' => 'Glidelås', -]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php deleted file mode 100755 index b0261ff..0000000 --- a/Theme/Backend/Lang/pl.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Rachunkowość', - 'Address' => 'Adres', - 'Addresses' => 'Adresy', - 'AreaManager' => 'Dyrektor Regionalny', - 'Articlegroup' => 'Artykuł', - 'Articles' => 'Artykuły', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Balansować', - 'Bills' => '', - 'Bonus' => 'Premia', - 'CLV' => 'CLV.', - 'Calendar' => 'Kalendarz', - 'City' => 'Miasto', - 'Client' => 'Klient', - 'ClientID' => '', - 'Contact' => 'Kontakt', - 'Country' => 'Kraj', - 'Created' => 'Utworzony', - 'CreatedAt' => '', - 'CreditRating' => 'Rating kredytowy', - 'Creditcard' => 'Karta kredytowa', - 'DSO' => 'DSO.', - 'DUE' => 'Z powodu', - 'Date' => 'Data', - 'Default' => 'Domyślna', - 'Delivery' => 'Dostawa', - 'Discount' => 'Zniżka', - 'DiscountBonus' => '', - 'DiscountP' => 'Zniżka %', - 'Documents' => 'Dokumenty', - 'Due' => '', - 'Email' => 'E-mail', - 'Fax' => 'Faks', - 'Files' => 'Pliki', - 'Freightage' => 'Frachtowanie', - 'Group' => 'Grupa', - 'ID' => 'ID', - 'Info' => 'Info', - 'Invoice' => 'Faktura', - 'Invoices' => 'Faktury', - 'IsDefault' => 'Jest domyślnie.', - 'Items' => '', - 'LastContact' => 'Ostatni kontakt', - 'LastOrder' => 'Ostatnie zamówienie', - 'Log' => 'Dziennik', - 'Logs' => 'Kłody', - 'MRR' => 'MRR.', - 'MTDSales' => 'Sprzedaż MTD.', - 'Map' => '', - 'Margin' => 'Margines', - 'Master' => 'Gospodarz', - 'Messages' => 'Wiadomości', - 'Modified' => 'Modyfikowany', - 'Name' => 'Nazwa', - 'Name1' => 'Nazwa1.', - 'Name2' => 'Nazwa2.', - 'Name3' => 'Nazwa3.', - 'Net' => 'Internet', - 'Notes' => 'Notatki', - 'Number' => 'Numer', - 'Office' => 'Gabinet', - 'Payment' => 'Zapłata', - 'PaymentTerm' => 'Termin płatności', - 'Permission' => 'Pozwolenie', - 'Phone' => 'Telefon', - 'Postal' => 'Pocztowy', - 'Price' => 'Cena £', - 'Prices' => 'Ceny', - 'Productgroup' => 'Grupa produktów', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Zakup', - 'Quantity' => 'Ilość', - 'RecentInvoices' => 'Ostatnie faktury.', - 'Sales' => 'Obroty', - 'Segment' => 'Człon', - 'Segments' => 'Segmenty', - 'Subtype' => 'Podtyp', - 'Supplier' => 'Dostawca', - 'Suppliers' => 'Dostawcy', - 'Support' => 'Wsparcie', - 'Tags' => 'Tagi.', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Rodzaj', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Drut', - 'YTDSales' => 'Sprzedaż Ytd.', - 'Zip' => 'Zamek błyskawiczny', -]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php deleted file mode 100755 index 20ef30b..0000000 --- a/Theme/Backend/Lang/pt.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Contabilidade', - 'Address' => 'Endereço', - 'Addresses' => 'Endereços', - 'AreaManager' => 'Gerente da área', - 'Articlegroup' => 'ArticleGroup', - 'Articles' => 'Artigos', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Equilíbrio', - 'Bills' => '', - 'Bonus' => 'Bônus', - 'CLV' => 'Clv.', - 'Calendar' => 'Calendário', - 'City' => 'Cidade', - 'Client' => 'Cliente', - 'ClientID' => '', - 'Contact' => 'Contato', - 'Country' => 'País', - 'Created' => 'Criado', - 'CreatedAt' => '', - 'CreditRating' => 'Rating de crédito', - 'Creditcard' => 'Cartão de crédito', - 'DSO' => 'Dso.', - 'DUE' => 'Vencimento', - 'Date' => 'Encontro', - 'Default' => 'Padrão', - 'Delivery' => 'Entrega', - 'Discount' => 'Desconto', - 'DiscountBonus' => '', - 'DiscountP' => 'Desconto%', - 'Documents' => 'Documentos', - 'Due' => '', - 'Email' => 'E-mail', - 'Fax' => 'Fax', - 'Files' => 'arquivos', - 'Freightage' => 'Freightage', - 'Group' => 'Grupo', - 'ID' => 'identificação', - 'Info' => 'Info', - 'Invoice' => 'Fatura', - 'Invoices' => 'Faturas', - 'IsDefault' => 'É padrão', - 'Items' => '', - 'LastContact' => 'Último contato.', - 'LastOrder' => 'Último pedido', - 'Log' => 'Registro', - 'Logs' => 'Histórico', - 'MRR' => 'MRR.', - 'MTDSales' => 'Sales Mtd.', - 'Map' => '', - 'Margin' => 'Margem', - 'Master' => 'Mestre', - 'Messages' => 'Mensagens', - 'Modified' => 'Modificado', - 'Name' => 'Nome', - 'Name1' => 'Nome1.', - 'Name2' => 'Nome2.', - 'Name3' => 'Nome3.', - 'Net' => 'Internet', - 'Notes' => 'Notas', - 'Number' => 'Número', - 'Office' => 'Escritório', - 'Payment' => 'Pagamento', - 'PaymentTerm' => 'Termo de pagamento', - 'Permission' => 'Permissão', - 'Phone' => 'Telefone', - 'Postal' => 'Postal', - 'Price' => 'Preço', - 'Prices' => 'Preços', - 'Productgroup' => 'Grupo de produtos', - 'Profile' => 'Perfil', - 'Profit' => '', - 'Purchase' => 'Comprar', - 'Quantity' => 'Quantidade', - 'RecentInvoices' => 'Faturas recentes', - 'Sales' => 'Vendas', - 'Segment' => 'Segmento', - 'Segments' => 'Segmentos', - 'Subtype' => 'Subtipo', - 'Supplier' => 'Fornecedor', - 'Suppliers' => 'Fornecedores', - 'Support' => 'Apoio, suporte', - 'Tags' => 'Tag', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Modelo', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Fio', - 'YTDSales' => 'Vendas do ano', - 'Zip' => 'Fecho eclair', -]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php deleted file mode 100755 index 1d695e8..0000000 --- a/Theme/Backend/Lang/ru.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Учет', - 'Address' => 'Адрес', - 'Addresses' => 'Адреса', - 'AreaManager' => 'Региональный менеджер', - 'Articlegroup' => 'Staregroup.', - 'Articles' => 'Статьи', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Остаток средств', - 'Bills' => '', - 'Bonus' => 'Бонус', - 'CLV' => 'Каблук', - 'Calendar' => 'Календарь', - 'City' => 'Город', - 'Client' => 'Клиент', - 'ClientID' => '', - 'Contact' => 'Контакт', - 'Country' => 'Страна', - 'Created' => 'Созданный', - 'CreatedAt' => '', - 'CreditRating' => 'Кредитный рейтинг', - 'Creditcard' => 'Кредитная карта', - 'DSO' => 'DSO', - 'DUE' => 'Должное', - 'Date' => 'Дата', - 'Default' => 'Дефолт', - 'Delivery' => 'Доставка', - 'Discount' => 'Скидка', - 'DiscountBonus' => '', - 'DiscountP' => 'Скидка %', - 'Documents' => 'Документы', - 'Due' => '', - 'Email' => 'Электронное письмо', - 'Fax' => 'Факс', - 'Files' => 'Файлы', - 'Freightage' => 'Фрахты', - 'Group' => 'Группа', - 'ID' => 'Я БЫ', - 'Info' => 'Информация', - 'Invoice' => 'Счет', - 'Invoices' => 'Счета', - 'IsDefault' => 'По умолчанию', - 'Items' => '', - 'LastContact' => 'Последний контакт', - 'LastOrder' => 'Последний заказ', - 'Log' => 'Бревно', - 'Logs' => 'Журналы', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Sales.', - 'Map' => '', - 'Margin' => 'Допуск', - 'Master' => 'Владелец', - 'Messages' => 'Сообщения', - 'Modified' => 'Модифицированный', - 'Name' => 'Имя', - 'Name1' => 'Имя1.', - 'Name2' => 'Имя2.', - 'Name3' => 'Имя3.', - 'Net' => 'Сеть', - 'Notes' => 'Примечания', - 'Number' => 'Число', - 'Office' => 'Офис', - 'Payment' => 'Оплата', - 'PaymentTerm' => 'Условия оплаты', - 'Permission' => 'Разрешение', - 'Phone' => 'Телефон', - 'Postal' => 'Почтовый', - 'Price' => 'Цена', - 'Prices' => 'Цены', - 'Productgroup' => 'Группа товаров', - 'Profile' => 'Профиль', - 'Profit' => '', - 'Purchase' => 'Покупка', - 'Quantity' => 'Количество', - 'RecentInvoices' => 'Недавние счета', - 'Sales' => 'Продажи', - 'Segment' => 'Сегмент', - 'Segments' => 'Сегменты', - 'Subtype' => 'Подтип', - 'Supplier' => 'Поставщик', - 'Suppliers' => 'Поставщики', - 'Support' => 'Служба поддержки', - 'Tags' => 'Теги', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Тип', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Проволока', - 'YTDSales' => 'YTD Sales.', - 'Zip' => 'Zip.', -]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php deleted file mode 100755 index 2d5ce6c..0000000 --- a/Theme/Backend/Lang/sv.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Bokföring', - 'Address' => 'Adress', - 'Addresses' => 'Adresser', - 'AreaManager' => 'Områdeschef', - 'Articlegroup' => 'Artikelgrupp', - 'Articles' => 'Artiklar', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Balans', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'CLV' => 'Clv', - 'Calendar' => 'Kalender', - 'City' => 'Stad', - 'Client' => 'Klient', - 'ClientID' => '', - 'Contact' => 'Kontakt', - 'Country' => 'Land', - 'Created' => 'Skapad', - 'CreatedAt' => '', - 'CreditRating' => 'Kreditvärdighet', - 'Creditcard' => 'Kreditkort', - 'DSO' => 'Do', - 'DUE' => 'På grund av', - 'Date' => 'Datum', - 'Default' => 'Standard', - 'Delivery' => 'Leverans', - 'Discount' => 'Rabatt', - 'DiscountBonus' => '', - 'DiscountP' => 'Rabatt%', - 'Documents' => 'Dokument', - 'Due' => '', - 'Email' => 'E-post', - 'Fax' => 'Fax', - 'Files' => 'Filer', - 'Freightage' => 'Frakt', - 'Group' => 'Grupp', - 'ID' => 'Id', - 'Info' => 'Info', - 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturor', - 'IsDefault' => 'Är standard', - 'Items' => '', - 'LastContact' => 'Senaste kontakten', - 'LastOrder' => 'Sista beställningen', - 'Log' => 'Logga', - 'Logs' => 'Loggar', - 'MRR' => 'Mrr', - 'MTDSales' => 'MTD-försäljning', - 'Map' => '', - 'Margin' => 'Marginal', - 'Master' => 'Bemästra', - 'Messages' => 'Budskap', - 'Modified' => 'Ändrad', - 'Name' => 'namn', - 'Name1' => 'Namn1', - 'Name2' => 'Namn2', - 'Name3' => 'Namn3', - 'Net' => 'Netto', - 'Notes' => 'Anteckningar', - 'Number' => 'siffra', - 'Office' => 'Kontor', - 'Payment' => 'Betalning', - 'PaymentTerm' => 'Betalningsvillkor', - 'Permission' => 'Tillstånd', - 'Phone' => 'Telefon', - 'Postal' => 'Post', - 'Price' => 'Pris', - 'Prices' => 'Priser', - 'Productgroup' => 'Produktgrupp', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Inköp', - 'Quantity' => 'Kvantitet', - 'RecentInvoices' => 'Nya fakturor', - 'Sales' => 'Försäljning', - 'Segment' => 'Segmentet', - 'Segments' => 'Segment', - 'Subtype' => 'Subtyp', - 'Supplier' => 'Leverantör', - 'Suppliers' => 'Leverantörer', - 'Support' => 'Stöd', - 'Tags' => 'Tagg', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Typ', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Tråd', - 'YTDSales' => 'YTD-försäljning', - 'Zip' => 'Blixtlås', -]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php deleted file mode 100755 index 1a9ad9c..0000000 --- a/Theme/Backend/Lang/th.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'การบัญชี', - 'Address' => 'ที่อยู่', - 'Addresses' => 'ที่อยู่', - 'AreaManager' => 'ผู้จัดการพื้นที่', - 'Articlegroup' => 'ArticleGroup', - 'Articles' => 'บทความ', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'สมดุล', - 'Bills' => '', - 'Bonus' => 'โบนัส', - 'CLV' => 'clv', - 'Calendar' => 'ปฏิทิน', - 'City' => 'เมือง', - 'Client' => 'ลูกค้า', - 'ClientID' => '', - 'Contact' => 'ติดต่อ', - 'Country' => 'ประเทศ', - 'Created' => 'สร้าง', - 'CreatedAt' => '', - 'CreditRating' => 'การจัดอันดับเครดิต', - 'Creditcard' => 'บัตรเครดิต', - 'DSO' => 'DSO', - 'DUE' => 'เนื่องจาก', - 'Date' => 'วันที่', - 'Default' => 'ค่าเริ่มต้น', - 'Delivery' => 'จัดส่ง', - 'Discount' => 'การลดราคา', - 'DiscountBonus' => '', - 'DiscountP' => 'การลดราคา %', - 'Documents' => 'เอกสาร', - 'Due' => '', - 'Email' => 'อีเมล', - 'Fax' => 'แฟกซ์', - 'Files' => 'ไฟล์', - 'Freightage' => 'การขนส่งสินค้า', - 'Group' => 'กลุ่ม', - 'ID' => 'id', - 'Info' => 'ข้อมูล', - 'Invoice' => 'ใบแจ้งหนี้', - 'Invoices' => 'ใบแจ้งหนี้', - 'IsDefault' => 'เป็นค่าเริ่มต้น', - 'Items' => '', - 'LastContact' => 'ติดต่อล่าสุด', - 'LastOrder' => 'คำสั่งสุดท้าย', - 'Log' => 'บันทึก', - 'Logs' => 'การบันทึก', - 'MRR' => 'MRR', - 'MTDSales' => 'ขาย MTD', - 'Map' => '', - 'Margin' => 'ระยะขอบ', - 'Master' => 'ผู้เชี่ยวชาญ', - 'Messages' => 'ข้อความ', - 'Modified' => 'ที่ได้รับการแก้ไข', - 'Name' => 'ชื่อ', - 'Name1' => 'ชื่อ 1', - 'Name2' => 'ชื่อ 2', - 'Name3' => 'ชื่อ 3', - 'Net' => 'สุทธิ', - 'Notes' => 'หมายเหตุ', - 'Number' => 'ตัวเลข', - 'Office' => 'สำนักงาน', - 'Payment' => 'การชำระเงิน', - 'PaymentTerm' => 'เงื่อนไขการชำระเงิน', - 'Permission' => 'การอนุญาต', - 'Phone' => 'โทรศัพท์', - 'Postal' => 'เกี่ยวกับการไปรษณีย์', - 'Price' => 'ราคา', - 'Prices' => 'ราคา', - 'Productgroup' => 'กลุ่มผลิตภัณฑ์', - 'Profile' => 'ประวัติโดยย่อ', - 'Profit' => '', - 'Purchase' => 'ซื้อ', - 'Quantity' => 'ปริมาณ', - 'RecentInvoices' => 'ใบแจ้งหนี้ล่าสุด', - 'Sales' => 'ฝ่ายขาย', - 'Segment' => 'ส่วน', - 'Segments' => 'กลุ่ม', - 'Subtype' => 'ประเภทย่อย', - 'Supplier' => 'ผู้ผลิต', - 'Suppliers' => 'ซัพพลายเออร์', - 'Support' => 'สนับสนุน', - 'Tags' => 'แท็ก', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'พิมพ์', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'ลวด', - 'YTDSales' => 'ขาย YTD', - 'Zip' => 'ซิป', -]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php deleted file mode 100755 index ff0af80..0000000 --- a/Theme/Backend/Lang/tr.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Muhasebe', - 'Address' => 'Adres', - 'Addresses' => 'Adresler', - 'AreaManager' => 'Alan müdürü', - 'Articlegroup' => 'Makale grubu', - 'Articles' => 'Nesne', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Denge', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'CLV' => 'Clv', - 'Calendar' => 'Takvim', - 'City' => 'Şehir', - 'Client' => 'Müşteri', - 'ClientID' => '', - 'Contact' => 'Temas', - 'Country' => 'Ülke', - 'Created' => 'Yaratılmış', - 'CreatedAt' => '', - 'CreditRating' => 'Kredi notu', - 'Creditcard' => 'Kredi kartı', - 'DSO' => 'Dso', - 'DUE' => 'Vadesi dolmuş', - 'Date' => 'Tarih', - 'Default' => 'Varsayılan', - 'Delivery' => 'Teslimat', - 'Discount' => 'İndirim', - 'DiscountBonus' => '', - 'DiscountP' => 'İndirim %', - 'Documents' => 'Belgeler', - 'Due' => '', - 'Email' => 'E-posta', - 'Fax' => 'Faks', - 'Files' => 'Dosyalar', - 'Freightage' => 'Yük', - 'Group' => 'Grup', - 'ID' => 'İD', - 'Info' => 'Bilgi', - 'Invoice' => 'Fatura', - 'Invoices' => 'Faturalar', - 'IsDefault' => 'Varsayılan', - 'Items' => '', - 'LastContact' => 'Son iletişim', - 'LastOrder' => 'Son sipariş', - 'Log' => 'Kayıt', - 'Logs' => 'Kütükler', - 'MRR' => 'Mrr', - 'MTDSales' => 'Mtd satışları', - 'Map' => '', - 'Margin' => 'Marj', - 'Master' => 'Usta', - 'Messages' => 'Mesaj', - 'Modified' => 'Değiştirilmiş', - 'Name' => 'İsim', - 'Name1' => 'İsim1', - 'Name2' => 'İsim2', - 'Name3' => 'İsim3', - 'Net' => 'Ağ', - 'Notes' => 'Notalar', - 'Number' => 'Numara', - 'Office' => 'Ofis', - 'Payment' => 'Ödeme', - 'PaymentTerm' => 'Ödeme koşulu', - 'Permission' => 'İzin', - 'Phone' => 'Telefon', - 'Postal' => 'Posta', - 'Price' => 'Fiyat', - 'Prices' => 'Fiyat:% s', - 'Productgroup' => 'Ürün grubu', - 'Profile' => 'Profil', - 'Profit' => '', - 'Purchase' => 'Satın alma', - 'Quantity' => 'Miktar', - 'RecentInvoices' => 'Son Faturalar', - 'Sales' => 'Satış', - 'Segment' => 'Segment', - 'Segments' => 'Segmentler', - 'Subtype' => 'Alt tip', - 'Supplier' => 'Tedarikçi', - 'Suppliers' => 'Tedarikçiler', - 'Support' => 'Destek', - 'Tags' => 'Etiketler', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Tip', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Tel', - 'YTDSales' => 'YTD satışları', - 'Zip' => 'Zip', -]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php deleted file mode 100755 index 916aca3..0000000 --- a/Theme/Backend/Lang/uk.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => 'Бухгалтерський облік', - 'Address' => 'Адреса', - 'Addresses' => 'Адреси', - 'AreaManager' => 'Менеджер області', - 'Articlegroup' => 'Статтюгрупи', - 'Articles' => 'Статті', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => 'Баланс', - 'Bills' => '', - 'Bonus' => 'Бонус', - 'CLV' => 'Клоп', - 'Calendar' => 'Календар', - 'City' => 'Місто', - 'Client' => 'Клієнт', - 'ClientID' => '', - 'Contact' => 'Контакт', - 'Country' => 'Країна', - 'Created' => 'Створений', - 'CreatedAt' => '', - 'CreditRating' => 'Кредитний рейтинг', - 'Creditcard' => 'Кредитна карта', - 'DSO' => 'Дз', - 'DUE' => 'Заборгованість', - 'Date' => 'Дата', - 'Default' => 'За замовчуванням', - 'Delivery' => 'Доставка', - 'Discount' => 'Знижка', - 'DiscountBonus' => '', - 'DiscountP' => 'Знижка%', - 'Documents' => 'Документи', - 'Due' => '', - 'Email' => 'Електронна пошта', - 'Fax' => 'Факс', - 'Files' => 'Файли', - 'Freightage' => 'Фрахт', - 'Group' => 'Група', - 'ID' => 'Ідентифікатор', - 'Info' => 'Інформація', - 'Invoice' => 'Рахунок-фактура', - 'Invoices' => 'Рахунки-фактури', - 'IsDefault' => 'За замовчуванням', - 'Items' => '', - 'LastContact' => 'Останній контакт', - 'LastOrder' => 'Остання замовлення', - 'Log' => 'Журнал', - 'Logs' => 'Журнали', - 'MRR' => 'Пан', - 'MTDSales' => 'Продажі MTD', - 'Map' => '', - 'Margin' => 'Маржа', - 'Master' => 'Майстер', - 'Messages' => 'Повідомлень', - 'Modified' => 'Модифікований', - 'Name' => 'Назва', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'Name3', - 'Net' => 'Сітка', - 'Notes' => 'Ноти', - 'Number' => 'Число', - 'Office' => 'Офіс', - 'Payment' => 'Платіж', - 'PaymentTerm' => 'Термін оплати', - 'Permission' => 'Дозвіл', - 'Phone' => 'Телефон', - 'Postal' => 'Поштовий', - 'Price' => 'Ціна', - 'Prices' => 'Ціни', - 'Productgroup' => 'Група продуктів', - 'Profile' => 'Профіль', - 'Profit' => '', - 'Purchase' => 'Придбання', - 'Quantity' => 'Кількість', - 'RecentInvoices' => 'Останні рахунки-фактури', - 'Sales' => 'Продаж', - 'Segment' => 'Сегмент', - 'Segments' => 'Сегменти', - 'Subtype' => 'Підтип', - 'Supplier' => 'Постачальник', - 'Suppliers' => 'Постачальники', - 'Support' => 'Підтримка', - 'Tags' => 'Теги', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => 'Тип', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => 'Дріт', - 'YTDSales' => 'Ytd продажі', - 'Zip' => 'Блиск', -]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php deleted file mode 100755 index 7ebe9f0..0000000 --- a/Theme/Backend/Lang/zh.lang.php +++ /dev/null @@ -1,108 +0,0 @@ - [ - 'Accounting' => '会计', - 'Address' => '地址', - 'Addresses' => '地址', - 'AreaManager' => '区域经理', - 'Articlegroup' => '商品组', - 'Articles' => '文章', - 'Attribute' => '', - 'AttributeTypes' => '', - 'Attributes' => '', - 'Balance' => '平衡', - 'Bills' => '', - 'Bonus' => '奖金', - 'CLV' => 'CLV.', - 'Calendar' => '日历', - 'City' => '城市', - 'Client' => '客户', - 'ClientID' => '', - 'Contact' => '接触', - 'Country' => '国家', - 'Created' => '创造了', - 'CreatedAt' => '', - 'CreditRating' => '信用评级', - 'Creditcard' => '信用卡', - 'DSO' => 'DSO', - 'DUE' => '到期的', - 'Date' => '日期', - 'Default' => '默认', - 'Delivery' => '交货', - 'Discount' => '折扣', - 'DiscountBonus' => '', - 'DiscountP' => '折扣 %', - 'Documents' => '文件', - 'Due' => '', - 'Email' => '电子邮件', - 'Fax' => '传真', - 'Files' => '文件', - 'Freightage' => 'FRIGUTAGE.', - 'Group' => '团体', - 'ID' => 'ID', - 'Info' => '信息', - 'Invoice' => '发票', - 'Invoices' => '发票', - 'IsDefault' => '默认为', - 'Items' => '', - 'LastContact' => '最后联系人', - 'LastOrder' => '最后的订单', - 'Log' => '日志', - 'Logs' => '日志', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTD销售', - 'Map' => '', - 'Margin' => '利润', - 'Master' => '掌握', - 'Messages' => '消息', - 'Modified' => '修改的', - 'Name' => '名称', - 'Name1' => '名称1', - 'Name2' => '名称2.', - 'Name3' => '名称3.', - 'Net' => '网', - 'Notes' => '笔记', - 'Number' => '数字', - 'Office' => '办公室', - 'Payment' => '支付', - 'PaymentTerm' => '付款期限', - 'Permission' => '允许', - 'Phone' => '电话', - 'Postal' => '邮政', - 'Price' => '价格', - 'Prices' => '价格', - 'Productgroup' => '产品组', - 'Profile' => '轮廓', - 'Profit' => '', - 'Purchase' => '购买', - 'Quantity' => '数量', - 'RecentInvoices' => '最近的发票', - 'Sales' => '销售量', - 'Segment' => '分割', - 'Segments' => '段', - 'Subtype' => '亚型', - 'Supplier' => '供应商', - 'Suppliers' => '供应商', - 'Support' => '支持', - 'Tags' => '标签', - 'Title' => '', - 'TotalPrice' => '', - 'Type' => '类型', - 'UnitPrice' => '', - 'Website' => '', - 'Wire' => '金属丝', - 'YTDSales' => 'ytd销售', - 'Zip' => '压缩', -]];