; @package Depot.Language ; @subpackage com_depot ; @author Thomas Kuschel ; @copyright (C) 2023 KW4NZ, ; @license GNU General Public License version 2 or later; see LICENSE.md ; @since 0.0.1 ; COM_DEPOT_FIELD_ALIAS_PLACEHOLDER="Auto-generate from component name" COM_DEPOT_FIELD_COMPONENT_NAME_DESC="The name of the component is unique. Please do not enter special characters or umlauts." COM_DEPOT_FIELD_COMPONENT_NAME_LABEL="Component Name" COM_DEPOT_FIELD_CREATED_LABEL="Created" COM_DEPOT_FIELD_CREATED_BY_LABEL="Created by" COM_DEPOT_FIELD_MODIFIED_LABEL="Modified" COM_DEPOT_FIELD_MODIFIED_BY_LABEL="Modified by" COM_DEPOT_FIELD_QUANTITY_LABEL="Quantity" COM_DEPOT_FIELD_QUANTITY_DESC="Enter here the current number of components" COM_DEPOT_FIELD_QUANTITY_EXP_LABEL="Quantity Exponent" COM_DEPOT_FIELD_QUANTITY_EXP_DESC="Exponent (10^x of the number, usually 0, i.e. 10⁰)" COM_DEPOT_FIELD_SELECT_MANUFACTURER="Manufacturer" COM_DEPOT_FIELD_SELECT_STOCK="Stock Location" COM_DEPOT_LEGEND_DETAILS="Component Details" COM_DEPOT_LEGEND_STATISTICS="Component Statistics" COM_DEPOT_N_ITEMS_DELETED_1="One component deleted" COM_DEPOT_N_ITEMS_DELETED_MORE="%d components deleted" COM_DEPOT_N_ITEMS_PUBLISHED_1="One component published" COM_DEPOT_N_ITEMS_PUBLISHED_MORE="%d components published" COM_DEPOT_N_ITEMS_UNPUBLISHED_1="One component unpublished" COM_DEPOT_N_ITEMS_UNPUBLISHED_MORE="%d components unpublished" COM_DEPOT_SELECT_YOUR_OPTION="Select your option" COM_DEPOT_TAB_NEW_PART="New Component" COM_DEPOT_TAB_EDIT_PART="Component Details" COM_DEPOT_TAB_STATISTICS="Component Statistics" COM_DEPOT_TABLE_HEAD_ID="ID" COM_DEPOT_TABLE_HEAD_NAME="Component Name" COM_DEPOT_XML_DESCRIPTION="Depot, the component warehouse"