Skip to content
Snippets Groups Projects
en-GB.plg_vmshopper_ordernumber.ini 8.96 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="Advanced Ordernumbers for VirtueMart"
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.x and 3.x. 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_REPLACEMENTS_DESC="<p>Here you can define contingent custom variables, which you can then use in the number format like any pre-defined variable. In addition to the variables that can be used in the number format strings, there are several list-values variables available: SKUs, Categories, Manufacturers, Vendors. If the variable name of the condition is left blank, the custom variable will be set unconditionally, otherwise the variable on the right side will only be set if the condition on the left side is fulfilled.<br />As a special case, one can set the variables order_number_format, order_password_format, invoice_number_format and customer_number_format to override the counter format when the condition holds. This allows e.g. to use a different order-/invoice number format for free orders or for orders that contain products of a particular category or manufacturer.</p>"

PLG_ORDERNUMBER_FIELDSET_ORDERNUMBER="Order Numbers"
PLG_ORDERNUMBER_FIELDSET_INVOICENUMBER="Invoice Numbers"
PLG_ORDERNUMBER_FIELDSET_CUSTOMERNUMBER="Customer Numbers"
PLG_ORDERNUMBER_FIELDSET_REPLACEMENTS="Custom Variables"

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}"
PLG_ORDERNUMBER_JS_JSONERROR="Error reading response from server:"

PLG_ORDERNUMBER_REPL_IFVAR="If variable ..."
PLG_ORDERNUMBER_REPL_IFVAL="Value"
PLG_ORDERNUMBER_REPL_SETVAR="Set variable ..."
PLG_ORDERNUMBER_REPL_TOVAL="to value ..."
PLG_ORDERNUMBER_REPL_NOCUSTOMVARS="No custom variables have been defined."
PLG_ORDERNUMBER_REPL_ADDVAR="Add new custom variable"
PLG_ORDERNUMBER_REPL_OP_CONTAINS="contains"
PLG_ORDERNUMBER_REPL_OP_STARTS="starts with"
PLG_ORDERNUMBER_REPL_OP_ENDS="ends with"

PLG_ORDERNUMBER_FIELDSET_CREDENTIALS="Update credentials"
PLG_ORDERNUMBER_CREDENTIALS_DESC="Please enter your order number and the order password, which can be found in the order confirmation mail you received after your purchase at <a href="https://www.open-tools.net/">open-tools.net</a>. If you do not enter a valid combination, the plugin will continue to work, but automatic updates will only be provided with a valid order number and password."
PLG_ORDERNUMBER_ORDERNUMBER="Order number (see order confirmation mail):"
PLG_ORDERNUMBER_ORDERNUMBER_DESC="Please enter the order number of your purchase at open-tools.net to get access to automatic updates. If no valid order number and password is entered, the plugin will still work, but automatic updates will not be available."
PLG_ORDERNUMBER_ORDERPASS="Order password (see order confirmation mail):"
PLG_ORDERNUMBER_ORDERPASS_DESC="Please enter the order password of your purchase at open-tools.net to get access to automatic updates. If no valid order number and password is entered, the plugin will still work, but automatic updates will not be available."