-
Reinhold Kainhofer authoredReinhold Kainhofer authored
en-GB.plg_vmshopper_ordernumber.sys.ini 6.43 KiB
; VM2 Customize Order/Invoice numbers plugin
; Copyright (C) 2012-2014 Reinhold Kainhofer. All rights reserved.
; License http://www.gnu.org/licenses/gpl.html GNU/GPL
; Note : All ini files need to be saved as UTF-8 - No BOM
VMSHOPPER_ORDERNUMBER="VM2 - Custom Order, Invoice and Customer Number plugin"
VMSHOPPER_ORDERNUMBER_DESC=" <div style='font-weight: normal; text-align:left; background: #EEEEEE;'><h2>Ordernumber plugin for Virtuemart (2.x and 3.x)</h2><p style='font-weight: normal'>This plugin is used to create custom order, invoice and customer numbers for Virtuemart 2. The format of the numbers can be specified freely and several variables (year, month, day, time, addresses, etc.) can be used in the format.</p><p>The format of the numbers is a free-form text string, where <tt>#</tt> indicates the running counter and <tt>[variable]</tt> is understood as a variable and replaced by its current value.</p><p>The full documentation can be found at the homepage: <a href='http://open-tools.net/documentation/ordernumber-plugin-for-virtuemart.html'>http://open-tools.net/documentation/ordernumber-plugin-for-virtuemart.html</a></p> </div>"
PLG_ORDERNUMBER_COUNTER_GLOBAL="Global"
PLG_ORDERNUMBER_COUNTER_PERFORMAT="Separate counter per format value"
PLG_ORDERNUMBER_ORDERNR="<b>Order numbers</b>"
PLG_ORDERNUMBER_ORDERNR_CUSTOMIZE="Customize order numbers"
PLG_ORDERNUMBER_ORDERNR_CUSTOMIZE_DESC="Check here if you want customized order number formats rather than the default."
PLG_ORDERNUMBER_ORDERNR_FMT="Format for order numbers"
PLG_ORDERNUMBER_ORDERNR_FMT_DESC="Here you can customize the order number. All variables need to be enclosed in square brackets like [year]. For very advanced uses (usually not needed!) it is possible to give a separate counter name format after a pipe symbol (|). By default the format string will also be the counter name."
PLG_ORDERNUMBER_ORDERNR_COUNTER="Counter"
PLG_ORDERNUMBER_ORDERNR_COUNTER_DESC="Choose whether you want one global counter or per-format value counters. E.g. with a format of '[year]-#' and the latter option checked, the order count will be within the year only."
PLG_ORDERNUMBER_ORDERNR_PADDING="Minimum digits for the counter"
PLG_ORDERNUMBER_ORDERNR_PADDING_DESC="Select the minimum number of digits that the counter shall display. The value of the counter will be left-padded with 0 to have this minimum number of digits. If the counter is already larger than this number, no padding will occur"
PLG_ORDERNUMBER_PASSWD="<b>Order password</b>"
PLG_ORDERNUMBER_PASSWD_CUSTOMIZE="Customize order password"
PLG_ORDERNUMBER_PASSWD_CUSTOMIZE_DESC="Check here if you want customized order password formats rather than the default."
PLG_ORDERNUMBER_PASSWD_FMT="Format for order passwords"
PLG_ORDERNUMBER_PASSWD_FMT_DESC="Here you can customize the order password (# is NOT replaced)"
PLG_ORDERNUMBER_INVOICENR="<b>Invoice numbers</b>"
PLG_ORDERNUMBER_INVOICENR_CUSTOMIZE="Customize invoice numbers"
PLG_ORDERNUMBER_INVOICENR_CUSTOMIZE_DESC="Check here if you want customized invoice number formats rather than the default."
PLG_ORDERNUMBER_INVOICENR_FMT="Format for invoice numbers"
PLG_ORDERNUMBER_INVOICENR_FMT_DESC="Here you can customize the invoice number. All variables need to be enclosed in square brackets like [year]. For very advanced uses (usually not needed!) it is possible to give a separate counter name format after a pipe symbol (|). By default the format string will also be the counter name."
PLG_ORDERNUMBER_INVOICENR_COUNTER="Counter"
PLG_ORDERNUMBER_INVOICENR_COUNTER_DESC="Choose whether you want one global counter or per-format value counters. E.g. with a format of '[year]-#' and the latter option checked, the invoice count will be within the year only."
PLG_ORDERNUMBER_INVOICENR_PADDING="Minimum digits for the counter"
PLG_ORDERNUMBER_INVOICENR_PADDING_DESC="Select the minimum number of digits that the counter shall display. The value of the counter will be left-padded with 0 to have this minimum number of digits. If the counter is already larger than this number, no padding will occur"
PLG_ORDERNUMBER_CUSTOMERNR="<b>Customer numbers</b>"
PLG_ORDERNUMBER_CUSTOMERNR_CUSTOMIZE="Customize customer numbers"
PLG_ORDERNUMBER_CUSTOMERNR_CUSTOMIZE_DESC="Check here if you want customized customer number formats rather than the default."
PLG_ORDERNUMBER_CUSTOMERNR_FMT="Format for customer numbers"
PLG_ORDERNUMBER_CUSTOMERNR_FMT_DESC="Here you can customize the customer number. All variables need to be enclosed in square brackets like [year]. For very advanced uses (usually not needed!) it is possible to give a separate counter name format after a pipe symbol (|). By default the format string will also be the counter name."
PLG_ORDERNUMBER_CUSTOMERNR_COUNTER="Counter"
PLG_ORDERNUMBER_CUSTOMERNR_COUNTER_DESC="Choose whether you want one global counter or per-format value counters. E.g. with a format of '[year]-#' and the latter option checked, the customer count will be within the year only."
PLG_ORDERNUMBER_CUSTOMERNR_PADDING="Minimum digits for the counter"
PLG_ORDERNUMBER_CUSTOMERNR_PADDING_DESC="Select the minimum number of digits that the counter shall display. The value of the counter will be left-padded with 0 to have this minimum number of digits. If the counter is already larger than this number, no padding will occur"
PLG_ORDERNUMBER_ORDERNR_ALLCOUNTERS="All counter values"
PLG_ORDERNUMBER_COUNTERLIST_GLOBAL="<i>Global counter</i>"
PLG_ORDERNUMBER_COUNTERLIST_HEADER_COUNTER="Counter format/name"
PLG_ORDERNUMBER_COUNTERLIST_HEADER_VALUE="Counter value"
PLG_ORDERNUMBER_COUNTERLIST_ADD="Add new counter"
PLG_ORDERNUMBER_COUNTERLIST_EXISTS="Counter '%s' already exists."
PLG_ORDERNUMBER_FIELDSET_ORDERNUMBER="Order Numbers"
PLG_ORDERNUMBER_FIELDSET_INVOICENUMBER="Invoice Numbers"
PLG_ORDERNUMBER_FIELDSET_CUSTOMERNUMBER="Customer Numbers"
PLG_ORDERNUMBER_JS_NOT_AUTHORIZED="You are not authorized to modify order number counters."
PLG_ORDERNUMBER_JS_NEWCOUNTER="Please enter the format/name of the new counter:"
PLG_ORDERNUMBER_JS_DELETECOUNTER="Really delete counter '{0}' with value '{1}'?"
PLG_ORDERNUMBER_JS_EDITCOUNTER="{0}Please enter the new value for the counter '{1}' (current value: {2}):"
PLG_ORDERNUMBER_JS_INVALID_COUNTERVALUE="You entered an invalid value for the counter.\n\n"
PLG_ORDERNUMBER_JS_MODIFY_FAILED="Failed modifying counter {0}"
PLG_ORDERNUMBER_JS_DELETE_FAILED="Failed deleting counter {0}"
PLG_ORDERNUMBER_JS_ADD_FAILED="Failed adding counter {0}"