depot/admin/language/en-GB/com_depot.ini

36 lines
1.7 KiB
INI
Raw Normal View History

2023-10-03 03:56:38 +02:00
; @package Depot.Language
; @subpackage com_depot
; @author Thomas Kuschel <thomas@kuschel.at>
; @copyright (C) 2023 KW4NZ, <https://www.kuschel.at>
; @license GNU General Public License version 2 or later; see LICENSE.md
; @since 0.0.1
;
2023-10-14 21:15:09 +02:00
COM_DEPOT_FIELD_ALIAS_PLACEHOLDER="Auto-generate from component name"
2023-10-06 17:42:37 +02:00
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"
2023-10-15 11:40:55 +02:00
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"
2023-10-14 21:15:09 +02:00
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"
2023-10-15 11:40:55 +02:00
COM_DEPOT_FIELD_QUANTITY_EXP_DESC="Exponent (10^x of the number, usually 0, i.e. 10⁰)"
2023-10-14 21:15:09 +02:00
COM_DEPOT_FIELD_SELECT_MANUFACTURER="Manufacturer"
2023-10-15 12:27:09 +02:00
COM_DEPOT_FIELD_SELECT_STOCK="Stock Location"
2023-10-14 21:15:09 +02:00
COM_DEPOT_LEGEND_DETAILS="Component Details"
2023-10-15 11:40:55 +02:00
COM_DEPOT_LEGEND_STATISTICS="Component Statistics"
2023-10-15 23:23:02 +02:00
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"
2023-10-14 21:15:09 +02:00
COM_DEPOT_SELECT_YOUR_OPTION="Select your option"
COM_DEPOT_TAB_NEW_PART="New Component"
COM_DEPOT_TAB_EDIT_PART="Component Details"
2023-10-15 11:40:55 +02:00
COM_DEPOT_TAB_STATISTICS="Component Statistics"
2023-10-15 16:17:17 +02:00
COM_DEPOT_TABLE_HEAD_ID="ID"
COM_DEPOT_TABLE_HEAD_NAME="Component Name"
2023-10-03 03:56:38 +02:00
COM_DEPOT_XML_DESCRIPTION="Depot, the component warehouse"