mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-22 08:17:58 -05:00
32 lines
1.9 KiB
PHP
32 lines
1.9 KiB
PHP
<?php
|
|
|
|
$lang["attributes_attribute_value_invalid_chars"] = "Attribuut waarde kan geen ':' of '|' bevatten";
|
|
$lang["attributes_confirm_delete"] = "Bent u zeker dat u de geselecteerde attributen wil verwijderen?";
|
|
$lang["attributes_confirm_restore"] = "";
|
|
$lang["attributes_definition_cannot_be_deleted"] = "De geselecteerde attributen konden niet verwijderd worden";
|
|
$lang["attributes_definition_error_adding_updating"] = "";
|
|
$lang["attributes_definition_flags"] = "Zichtbaarheid";
|
|
$lang["attributes_definition_group"] = "Groep";
|
|
$lang["attributes_definition_id"] = "Id";
|
|
$lang["attributes_definition_name"] = "Nieuw attribuut";
|
|
$lang["attributes_definition_name_required"] = "Attribuut naam is een verplicht veld";
|
|
$lang["attributes_definition_one_or_multiple"] = "Attribu(u)t(en)";
|
|
$lang["attributes_definition_successful_adding"] = "Attribuut succesvol toegevoegd";
|
|
$lang["attributes_definition_successful_deleted"] = "Attribu(u)t(en) succesvol verwijderd";
|
|
$lang["attributes_definition_successful_updating"] = "Wijzigingen bewaard voor";
|
|
$lang["attributes_definition_type"] = "Type";
|
|
$lang["attributes_definition_type_required"] = "Attribuut type is een verplicht veld";
|
|
$lang["attributes_definition_unit"] = "";
|
|
$lang["attributes_definition_values"] = "Waarden";
|
|
$lang["attributes_new"] = "Nieuw Attribuut";
|
|
$lang["attributes_no_attributes_to_display"] = "Er werden geen attributen gevonden";
|
|
$lang["attributes_receipt_visibility"] = "Verkoop";
|
|
$lang["attributes_show_in_items"] = "Toon in producten";
|
|
$lang["attributes_show_in_items_visibility"] = "Producten";
|
|
$lang["attributes_show_in_receipt"] = "Toon in verkoop";
|
|
$lang["attributes_show_in_receivings"] = "Toon in orders";
|
|
$lang["attributes_show_in_receivings_visibility"] = "Orders";
|
|
$lang["attributes_show_in_sales"] = "Toon in verkoop";
|
|
$lang["attributes_show_in_sales_visibility"] = "Verkoop";
|
|
$lang["attributes_update"] = "Wijzig Attribuut";
|