# Translation file for the OpenTools Ordernumber Module for Magento # (C) 2014-2015 Reinhold Kainhofer, Open Tools # office@open-tools.net, http://www.open-tools.net/ "ORDERNUMBER_COUNTERTABLE_WARNING", "NOTE: Counters will be created automatically starting with 1 whenever needed. There is no need to create a counter manually, unless you need a new counter to start from a value different from 1!<br> All changes made to the counter values will be applied when you press save. Please be aware that in the meantime an order might have been created, so the counter might already be out of date!" "ORDERNUMBER_FORMAT_COMMENT","For help, see <a href='http://open-tools.net/documentation/advanced-order-numbers-for-magento.html'>our homepage</a>." "ORDERNUMBER_FORMAT_TOOLTIP","A string, where [...] indicates a variable and # is replaced with the counter. Possible (case-insensitive) variables are:<table> <tr><td>[year], [year2], [month], [day], [hour], [hour12], [ampm], [minute], [second]</td><td>Components of the current date when the number is generated</td></tr> <tr><td>[randomDigit<i>n</i>], [randomHex<i>n</i>], [randomHex<i>n</i>], [randomLetter<i>n</i>], [randomULetter<i>n</i>], [randomLLetter<i>n</i>], [randomAlphanum<i>n</i>]</td><td>Random numbers an strings of length <i>n</i> (n=1 if left out)</td></tr> <tr><td>[StoreId]</td><td>Id of the current store</td></tr><tr><td>[OrderNumber], [OrderID]</td><td>Order number and ID (not available for ordernumbers)</td></tr><tr><td>[firstname],[lastname], [company], [city], [zip], [postcode], [region], [regioncode], [regionid], [country], [countrycode2], [countrycode3], [countryid]</td><td>Components of the shipping address</td></tr><tr><td>[shippingfirstname], ...<br/>[billingfirstname], ...</td><td>Components of the shipping and billing addresses (fields as above)</td></tr><tr><td>[totalitems], [totalquantity]</td><td>Total number of items and total quantity of the order</td></tr><tr><td>[shippingmethod]</td><td>Internal name of the shipping method</td></tr></table>" "ORDERNUMBER_SCOPE_TOOLTIP", "Separate counters can be used per store or per website. Alternatively, all counters can be used accoss all stores simultaneously." "ORDERNUMBER_DIGITS_TOOLTIP", "A # will be replaced by the counter, left-padded with 0s to have at least this many digits." "ORDERNUMBER_INCREMENT_TOOLTIP", "Increment for the counter so that your competitors cannot directly estimate your business figures." "ORDERNUMBER_RESETFORMAT_COMMENT", "Whenever any variable in this format changes, a new counter is used."