Files
opensourcepos/application/language/nl-BE/reports_lang.php
jekkos-t520 6c8cea9846 Merge branch 'master' of https://github.com/pappastech/ospos into ospos
Fixed customer + supplier search box width + spinner position under linux
Fonts set to relative browser size
Dutch language files updated (missing labels added)

Conflicts:
	WHATS_NEW.txt
	application/config/autoload.php
	application/config/config.php
	application/config/migration.php
	application/config/routes.php
	application/controllers/giftcards.php
	application/controllers/items.php
	application/controllers/person_controller.php
	application/controllers/receivings.php
	application/controllers/reports.php
	application/controllers/sales.php
	application/controllers/suppliers.php
	application/helpers/table_helper.php
	application/hooks/load_config.php
	application/language/english/common_lang.php
	application/language/english/config_lang.php
	application/language/english/customers_lang.php
	application/language/english/employees_lang.php
	application/language/english/error_lang.php
	application/language/english/giftcards_lang.php
	application/language/english/index.html
	application/language/english/items_lang.php
	application/language/english/login_lang.php
	application/language/english/module_lang.php
	application/language/english/receivings_lang.php
	application/language/english/reports_lang.php
	application/language/english/sales_lang.php
	application/language/english/suppliers_lang.php
	application/libraries/Receiving_lib.php
	application/libraries/ofc-library/JSON.php
	application/libraries/ofc-library/README.txt
	application/libraries/ofc-library/dot_base.php
	application/libraries/ofc-library/json_format.php
	application/libraries/ofc-library/ofc_area_base.php
	application/libraries/ofc-library/ofc_area_hollow.php
	application/libraries/ofc-library/ofc_area_line.php
	application/libraries/ofc-library/ofc_arrow.php
	application/libraries/ofc-library/ofc_bar.php
	application/libraries/ofc-library/ofc_bar_3d.php
	application/libraries/ofc-library/ofc_bar_base.php
	application/libraries/ofc-library/ofc_bar_filled.php
	application/libraries/ofc-library/ofc_bar_glass.php
	application/libraries/ofc-library/ofc_bar_sketch.php
	application/libraries/ofc-library/ofc_bar_stack.php
	application/libraries/ofc-library/ofc_candle.php
	application/libraries/ofc-library/ofc_hbar.php
	application/libraries/ofc-library/ofc_line.php
	application/libraries/ofc-library/ofc_line_base.php
	application/libraries/ofc-library/ofc_line_dot.php
	application/libraries/ofc-library/ofc_line_hollow.php
	application/libraries/ofc-library/ofc_line_style.php
	application/libraries/ofc-library/ofc_menu.php
	application/libraries/ofc-library/ofc_pie.php
	application/libraries/ofc-library/ofc_radar_axis.php
	application/libraries/ofc-library/ofc_radar_axis_labels.php
	application/libraries/ofc-library/ofc_radar_spoke_labels.php
	application/libraries/ofc-library/ofc_scatter.php
	application/libraries/ofc-library/ofc_scatter_line.php
	application/libraries/ofc-library/ofc_shape.php
	application/libraries/ofc-library/ofc_sugar.php
	application/libraries/ofc-library/ofc_tags.php
	application/libraries/ofc-library/ofc_title.php
	application/libraries/ofc-library/ofc_tooltip.php
	application/libraries/ofc-library/ofc_x_axis.php
	application/libraries/ofc-library/ofc_x_axis_label.php
	application/libraries/ofc-library/ofc_x_axis_labels.php
	application/libraries/ofc-library/ofc_x_legend.php
	application/libraries/ofc-library/ofc_y_axis.php
	application/libraries/ofc-library/ofc_y_axis_base.php
	application/libraries/ofc-library/ofc_y_axis_label.php
	application/libraries/ofc-library/ofc_y_axis_labels.php
	application/libraries/ofc-library/ofc_y_axis_right.php
	application/libraries/ofc-library/ofc_y_legend.php
	application/libraries/ofc-library/open-flash-chart-object.php
	application/libraries/ofc-library/open-flash-chart.php
	application/models/giftcard.php
	application/models/item.php
	application/models/person.php
	application/models/receiving.php
	application/models/sale.php
	application/models/supplier.php
	application/views/config.php
	application/views/items/form.php
	application/views/items/form_bulk.php
	application/views/items/manage.php
	application/views/receivings/receiving.php
	application/views/reports/date_input.php
	application/views/reports/listing.php
	application/views/reports/tabular_details.php
	application/views/sales/edit.php
	application/views/sales/register.php
	application/views/suppliers/form.php
	css/reports.css
	css/tables.css
	database/database.sql
	import_items.csv
	index.php
	js/jquery.ajax_queue.js
	js/jquery.metadata.js
	license/license.txt
2014-03-03 22:19:14 +01:00

88 lines
4.0 KiB
PHP
Executable File

<?php
$lang['reports_reports'] = 'Rapporten';
$lang['reports_report'] = 'Rapport';
$lang['reports_welcome_message'] = 'Welkom bij de rapporten. Selecteer hier een rapport.';
$lang['reports_sales_summary_report'] = 'Overzicht Verkoop';
$lang['reports_categories_summary_report'] = 'Rapport Overzicht Categorieën';
$lang['reports_customers_summary_report'] = 'Rapport Overzicht Klanten';
$lang['reports_suppliers_summary_report'] = 'Rapport Overzicht Leveranciers';
$lang['reports_items_summary_report'] = 'Rapport Overzicht Producten';
$lang['reports_employees_summary_report'] = 'Rapport Overzicht Werknemers';
$lang['reports_taxes_summary_report'] = 'Rapport Overzicht Belastingen';
$lang['reports_date'] = 'Datum';
$lang['reports_name'] = 'Naam';
$lang['reports_quantity_purchased'] = 'Aangekochte Hoeveelheid';
$lang['reports_sale_id'] = 'Ticket°';
$lang['reports_items_purchased'] = 'Hoeveelheid';
$lang['reports_sold_by'] = 'Werknemer';
$lang['reports_sold_to'] = 'Klant';
$lang['reports_category'] = 'Categorie';
$lang['reports_customer'] = 'Klant';
$lang['reports_employee'] = 'Werknemer';
$lang['reports_item'] = 'Product';
$lang['reports_items'] = 'Producten';
$lang['reports_supplier'] = 'Leverancier';
$lang['reports_employees'] = 'Werknemrs';
$lang['reports_subtotal'] = 'Subtotaal';
$lang['reports_total'] = 'Totaal';
$lang['reports_tax'] = 'VAT';
$lang['reports_profit'] = 'Winst';
$lang['reports_report_input'] = 'Input Rapport';
$lang['reports_type'] = 'Type';
$lang['reports_date_range'] = 'Periode';
$lang['reports_today'] = 'Vandaag';
$lang['reports_yesterday'] = 'Gisteren';
$lang['reports_last_7'] = 'Vorige 7 Dagen';
$lang['reports_this_month'] = 'Deze Maand';
$lang['reports_last_month'] = 'Vorige Maand';
$lang['reports_this_year'] = 'Dit Jaar';
$lang['reports_last_year'] = 'Vorig Jaar';
$lang['reports_all_time'] = 'Alle';
$lang['reports_detailed_sales_report'] = 'Gedetailleerd Rapport Verkoop';
$lang['reports_comments'] = 'Commentaar';
$lang['reports_discount'] = 'Korting';
$lang['reports_payment_type'] = 'Betaald';
$lang['reports_sales'] = 'Verkoop';
$lang['reports_categories'] = 'Categorieën';
$lang['reports_customers'] = 'Klanten';
$lang['reports_suppliers'] = 'Leveranciers';
$lang['reports_items'] = 'Producten';
$lang['reports_employees'] = 'Werknemers';
$lang['reports_taxes'] = 'Belastingen';
$lang['reports_customer'] = 'Klant';
$lang['reports_employee'] = 'Werknemer';
$lang['reports_tax_percent'] = 'VAT Percentage';
$lang['reports_quantity_purchased'] = 'Hoeveelheid';
$lang['reports_serial_number'] = 'Nummer';
$lang['reports_description'] = 'Omschrijving';
$lang['reports_date'] = 'Datum';
$lang['reports_sales_amount'] = 'Sales amount';
$lang['reports_revenue'] = 'Inkomsten';
$lang['reports_discounts'] = 'Kortingen';
$lang['reports_discounts_summary_report'] = 'Overzicht Kortingen';
$lang['reports_discount_percent'] = 'Kortingspercentage';
$lang['reports_count'] = 'Aantal';
$lang['reports_summary_reports'] = 'Overzicht Rapporten';
$lang['reports_graphical_reports'] = 'Grafische Rapporten';
$lang['reports_detailed_reports'] = 'Gedetailleerde Rapporten';
$lang['reports_inventory_reports'] = 'Rapporten Bevoorrading';
$lang['reports_low_inventory'] = 'Herbevoorrading';
$lang['reports_inventory_summary'] = 'Overzicht Vooraad';
$lang['reports_item_number'] = 'Productnummer';
$lang['reports_reorder_level'] = 'Reorder Level';
$lang['reports_low_inventory_report'] = 'Rapport Herbevoorrading';
$lang['reports_item_name'] = 'Product Naam';
$lang['reports_inventory_summary_report'] = 'Rapport Overzicht Vooraad';
$lang['reports_payment_type'] = 'Payment Type';
$lang['reports_payments_summary_report'] = 'Overzicht Betalingen';
$lang['reports_payments'] = 'Betalingen';
$lang['reports_sale_type'] = 'Type';
$lang['reports_receivings'] = 'Orders';
$lang['reports_received_by'] = 'Ontvangen door';
$lang['reports_supplied_by'] = 'Geleverd door';
$lang['reports_items_received'] = 'Items Ontvangen';
$lang['reports_detailed_receivings_report'] = 'Gedetailleerd Raport Orders';
$lang['reports_all'] = 'Alle';
$lang['reports_returns'] = 'Retour';
$lang['reports_discount'] = 'Kortingen';
?>