diff --git a/application/language/en/items_lang.php b/application/language/en/items_lang.php index c22c8df67..fffd97ec4 100644 --- a/application/language/en/items_lang.php +++ b/application/language/en/items_lang.php @@ -55,6 +55,7 @@ $lang["items_quantity"] = "Quantity"; $lang["items_quantity_number"] = "Quantity must be a number"; $lang["items_quantity_required"] = "Quantity is a required field"; $lang["items_receiving_quantity"] = "Receiving quantity"; +$lang["items_related_number"] = ""; $lang["items_reorder_level"] = "Reorder Level"; $lang["items_reorder_level_number"] = "Reorder level must be a number"; $lang["items_reorder_level_required"] = "Reorder level is a required field"; @@ -64,6 +65,8 @@ $lang["items_sales_tax_2"] = "Sales Tax 2"; $lang["items_search_custom_items"] = "Search Custom Fields"; $lang["items_serialized_items"] = "Serialized Items"; $lang["items_stock_location"] = "Stock location"; +$lang["items_stock_type_sale"] = ""; +$lang["items_stock_type_warehouse"] = ""; $lang["items_successful_adding"] = "You have successfully added item"; $lang["items_successful_bulk_edit"] = "You have successfully updated the selected items"; $lang["items_successful_deleted"] = "You have successfully deleted"; @@ -77,6 +80,7 @@ $lang["items_tax_percents"] = "Tax Percent(s)"; $lang["items_unit_price"] = "Retail Price"; $lang["items_unit_price_number"] = "Unit price must be a number"; $lang["items_unit_price_required"] = "Retail Price is a required field"; +$lang["items_unit_quantity"] = ""; $lang["items_upc_database"] = "UPC Database"; $lang["items_update"] = "Update Item"; $lang["items_use_inventory_menu"] = "Use Inv. Menu"; diff --git a/application/language/en/reports_lang.php b/application/language/en/reports_lang.php index 6ac3dc681..f9be186ad 100644 --- a/application/language/en/reports_lang.php +++ b/application/language/en/reports_lang.php @@ -41,6 +41,8 @@ $lang["reports_items_summary_report"] = "Items Summary Report"; $lang["reports_last_7"] = "Last 7 Days"; $lang["reports_last_month"] = "Last Month"; $lang["reports_last_year"] = "Last Year"; +$lang["reports_low_inventory"] = ""; +$lang["reports_low_inventory_report"] = ""; $lang["reports_name"] = "Name"; $lang["reports_payment_type"] = "Payment Type"; $lang["reports_payments"] = "Payments"; diff --git a/application/language/en/sales_lang.php b/application/language/en/sales_lang.php index 617d7a39e..4931727b0 100644 --- a/application/language/en/sales_lang.php +++ b/application/language/en/sales_lang.php @@ -27,6 +27,7 @@ $lang["sales_delete_successful"] = "You have successfully deleted a sale"; $lang["sales_delete_unsuccessful"] = "You have unsuccessfully deleted a sale"; $lang["sales_description_abbrv"] = "Desc"; $lang["sales_discount"] = "Disc %"; +$lang["sales_discount_included"] = ""; $lang["sales_discount_short"] = "%"; $lang["sales_edit"] = "Edit"; $lang["sales_edit_item"] = "Edit Item"; diff --git a/application/language/es/items_lang.php b/application/language/es/items_lang.php index 930ad77d6..173f6ffcd 100644 --- a/application/language/es/items_lang.php +++ b/application/language/es/items_lang.php @@ -55,6 +55,7 @@ $lang["items_quantity"] = "Cantidad en Stock"; $lang["items_quantity_number"] = "Cantidad debe ser número"; $lang["items_quantity_required"] = "Cantidad es requerido"; $lang["items_receiving_quantity"] = ""; +$lang["items_related_number"] = ""; $lang["items_reorder_level"] = "Cantidad Mínima"; $lang["items_reorder_level_number"] = "Cantidad Mínima debe ser número"; $lang["items_reorder_level_required"] = "Cantidad Mínima es requerido"; @@ -64,6 +65,8 @@ $lang["items_sales_tax_2"] = "Impuesto de Ventas 2"; $lang["items_search_custom_items"] = "Buscar en campos personalizados"; $lang["items_serialized_items"] = "Artículos Serializados"; $lang["items_stock_location"] = ""; +$lang["items_stock_type_sale"] = ""; +$lang["items_stock_type_warehouse"] = ""; $lang["items_successful_adding"] = "Has agregado satisfactoriamente un artículo"; $lang["items_successful_bulk_edit"] = "Has actualizado satisfactoriamente los artículos seleccionados"; $lang["items_successful_deleted"] = "Has borrado satisfactoriamente"; @@ -77,6 +80,7 @@ $lang["items_tax_percents"] = "Porcentaje de Impuesto(s)"; $lang["items_unit_price"] = "Precio de Venta"; $lang["items_unit_price_number"] = "Precio de Venta debe ser número"; $lang["items_unit_price_required"] = "Precio de Venta es requerido"; +$lang["items_unit_quantity"] = ""; $lang["items_upc_database"] = "Base de datos UPC"; $lang["items_update"] = "Actualizar Artículo"; $lang["items_use_inventory_menu"] = "Usar Menú de Inventario"; diff --git a/application/language/es/reports_lang.php b/application/language/es/reports_lang.php index e972682b0..04d61803a 100644 --- a/application/language/es/reports_lang.php +++ b/application/language/es/reports_lang.php @@ -41,6 +41,8 @@ $lang["reports_items_summary_report"] = "Reporte de Resumen de Artículos"; $lang["reports_last_7"] = "Últimos 7 Días"; $lang["reports_last_month"] = "Último Mes"; $lang["reports_last_year"] = "Último Año"; +$lang["reports_low_inventory"] = ""; +$lang["reports_low_inventory_report"] = ""; $lang["reports_name"] = "Nombre"; $lang["reports_payment_type"] = "Tipo de Pago"; $lang["reports_payments"] = "Pagos"; diff --git a/application/language/es/sales_lang.php b/application/language/es/sales_lang.php index 70481f7b3..ec3e9a6c2 100644 --- a/application/language/es/sales_lang.php +++ b/application/language/es/sales_lang.php @@ -27,6 +27,7 @@ $lang["sales_delete_successful"] = "Has borrado satisfactoriamente una venta"; $lang["sales_delete_unsuccessful"] = "No he podido borrar la venta satisfactoriamente"; $lang["sales_description_abbrv"] = "Desc"; $lang["sales_discount"] = "Desc %"; +$lang["sales_discount_included"] = ""; $lang["sales_discount_short"] = "%"; $lang["sales_edit"] = "Editar"; $lang["sales_edit_item"] = "Editar Artículo"; diff --git a/application/language/fr/items_lang.php b/application/language/fr/items_lang.php index bbb0f9f55..0b73f485c 100644 --- a/application/language/fr/items_lang.php +++ b/application/language/fr/items_lang.php @@ -55,6 +55,7 @@ $lang["items_quantity"] = "Quantité"; $lang["items_quantity_number"] = "La Quantité doit etre un nombre"; $lang["items_quantity_required"] = "La Quantité est requise"; $lang["items_receiving_quantity"] = ""; +$lang["items_related_number"] = ""; $lang["items_reorder_level"] = "Niveau de Réapprovisionnement"; $lang["items_reorder_level_number"] = "Le Niveaux de Réapprovisionnement doit etre un nombre"; $lang["items_reorder_level_required"] = "Le Niveaux de Réapprovisionnement est requis"; @@ -64,6 +65,8 @@ $lang["items_sales_tax_2"] = "Taxe Vente 2"; $lang["items_search_custom_items"] = "Rechercher dans les Champs Choisis"; $lang["items_serialized_items"] = "Items Serialisés"; $lang["items_stock_location"] = ""; +$lang["items_stock_type_sale"] = ""; +$lang["items_stock_type_warehouse"] = ""; $lang["items_successful_adding"] = "Ajout enregistré"; $lang["items_successful_bulk_edit"] = "Édition réussie"; $lang["items_successful_deleted"] = "Suppréssion réussie"; @@ -77,6 +80,7 @@ $lang["items_tax_percents"] = "Pourcents(s) de taxes"; $lang["items_unit_price"] = "Prix au Détail"; $lang["items_unit_price_number"] = "Le Prix unitaire doit etre un nombre"; $lang["items_unit_price_required"] = "Le Prix de revente est requis"; +$lang["items_unit_quantity"] = ""; $lang["items_upc_database"] = "Base de Données UPC"; $lang["items_update"] = "Éditer Item"; $lang["items_use_inventory_menu"] = "Utiliser Menu Inv."; diff --git a/application/language/fr/reports_lang.php b/application/language/fr/reports_lang.php index 46c13b683..5a270574b 100644 --- a/application/language/fr/reports_lang.php +++ b/application/language/fr/reports_lang.php @@ -41,6 +41,8 @@ $lang["reports_items_summary_report"] = "Rapport: Résumé Items"; $lang["reports_last_7"] = "Ces 7 derniers jours"; $lang["reports_last_month"] = "Le mois dernier"; $lang["reports_last_year"] = "L\'année passée"; +$lang["reports_low_inventory"] = ""; +$lang["reports_low_inventory_report"] = ""; $lang["reports_name"] = "Nom"; $lang["reports_payment_type"] = "Type Paiement"; $lang["reports_payments"] = "Paiements"; diff --git a/application/language/fr/sales_lang.php b/application/language/fr/sales_lang.php index 71ac23c9a..bbc9cb43a 100644 --- a/application/language/fr/sales_lang.php +++ b/application/language/fr/sales_lang.php @@ -27,6 +27,7 @@ $lang["sales_delete_successful"] = "Suppréssion réussie"; $lang["sales_delete_unsuccessful"] = "Échec de suppression"; $lang["sales_description_abbrv"] = "Desc"; $lang["sales_discount"] = "% Remise"; +$lang["sales_discount_included"] = ""; $lang["sales_discount_short"] = "%"; $lang["sales_edit"] = "Éditer"; $lang["sales_edit_item"] = "Éditer Item"; diff --git a/application/language/id/items_lang.php b/application/language/id/items_lang.php index 36d60e328..b745413ca 100644 --- a/application/language/id/items_lang.php +++ b/application/language/id/items_lang.php @@ -55,6 +55,7 @@ $lang["items_quantity"] = "Jumlah"; $lang["items_quantity_number"] = "Jumlah harus angka"; $lang["items_quantity_required"] = "Jumlah wajib diisi"; $lang["items_receiving_quantity"] = ""; +$lang["items_related_number"] = ""; $lang["items_reorder_level"] = "Batas pesan ulang"; $lang["items_reorder_level_number"] = "Batas pesan ulang harus angka"; $lang["items_reorder_level_required"] = "Batas pesan ulang wajib diisi"; @@ -64,6 +65,8 @@ $lang["items_sales_tax_2"] = "Pajak Penjualan2"; $lang["items_search_custom_items"] = "Cari secara manual"; $lang["items_serialized_items"] = "Serial Item"; $lang["items_stock_location"] = ""; +$lang["items_stock_type_sale"] = ""; +$lang["items_stock_type_warehouse"] = ""; $lang["items_successful_adding"] = "Item Barang telah berhasil ditambahkan"; $lang["items_successful_bulk_edit"] = "Anda telah berhasil memperbarui item yang dipilih"; $lang["items_successful_deleted"] = "Item Barang telah berhasil dihapus"; @@ -77,6 +80,7 @@ $lang["items_tax_percents"] = "Tarif Pajak"; $lang["items_unit_price"] = "Harga Jual"; $lang["items_unit_price_number"] = "Harga satuan harus angka"; $lang["items_unit_price_required"] = "Harga Jual wajib diisi"; +$lang["items_unit_quantity"] = ""; $lang["items_upc_database"] = "Database UPC"; $lang["items_update"] = "Ubah"; $lang["items_use_inventory_menu"] = "Gunakan Inv. Menu"; diff --git a/application/language/id/reports_lang.php b/application/language/id/reports_lang.php index f1e6c9f84..5cc4138ea 100644 --- a/application/language/id/reports_lang.php +++ b/application/language/id/reports_lang.php @@ -41,6 +41,8 @@ $lang["reports_items_summary_report"] = "Laporan Ringkasan Produk/Item"; $lang["reports_last_7"] = "7 Hari Terakhir"; $lang["reports_last_month"] = "Bulan lalu"; $lang["reports_last_year"] = "Tahun lalu"; +$lang["reports_low_inventory"] = ""; +$lang["reports_low_inventory_report"] = ""; $lang["reports_name"] = "Nama"; $lang["reports_payment_type"] = "Tipe Pembayaran"; $lang["reports_payments"] = "Pembayaran"; diff --git a/application/language/id/sales_lang.php b/application/language/id/sales_lang.php index 873a64ad5..48d8e581b 100644 --- a/application/language/id/sales_lang.php +++ b/application/language/id/sales_lang.php @@ -27,6 +27,7 @@ $lang["sales_delete_successful"] = "Transaksi Penjualan berhasil dihapus"; $lang["sales_delete_unsuccessful"] = "Transaksi Penjualan tidak berhasil dihapus"; $lang["sales_description_abbrv"] = "Deskripsi"; $lang["sales_discount"] = "Diskon %"; +$lang["sales_discount_included"] = ""; $lang["sales_discount_short"] = "%"; $lang["sales_edit"] = "Ubah"; $lang["sales_edit_item"] = "Ubah Item"; diff --git a/application/language/nl-BE/form_validation_lang.php b/application/language/nl-BE/form_validation_lang.php index e33c8a32a..2b41ae549 100644 --- a/application/language/nl-BE/form_validation_lang.php +++ b/application/language/nl-BE/form_validation_lang.php @@ -1,18 +1,18 @@ +
+Directory access is forbidden.
+ + +