XoopsModules25x /
oledrion
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | <?php |
||
| 2 | /* |
||
| 3 | You may not change or alter any portion of this comment or credits |
||
| 4 | of supporting developers from this source code or any supporting source code |
||
| 5 | which is considered copyrighted (c) material of the original comment or credit authors. |
||
| 6 | |||
| 7 | This program is distributed in the hope that it will be useful, |
||
| 8 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
| 9 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
||
| 10 | */ |
||
| 11 | |||
| 12 | /** |
||
| 13 | * oledrion |
||
| 14 | * |
||
| 15 | * @copyright {@link https://xoops.org/ XOOPS Project} |
||
| 16 | * @license {@link http://www.fsf.org/copyleft/gpl.html GNU public license} |
||
| 17 | * @author Hervé Thouzard (http://www.herve-thouzard.com/) |
||
| 18 | */ |
||
| 19 | |||
| 20 | define('_OLEDRION_SEARCHFOR', 'Search for'); |
||
| 21 | define('_OLEDRION_SEARCH', 'Search'); |
||
| 22 | define('_OLEDRION_CATEGORYC', 'Category: '); |
||
| 23 | define('_OLEDRION_RATETHISPRODUCT', 'Rate this Product'); |
||
| 24 | define('_OLEDRION_MODIFY', 'Modify'); |
||
| 25 | define('_OLEDRION_TELLAFRIEND', 'email a friend'); |
||
| 26 | define('_OLEDRION_THEREARE', 'There are <b>%s</b> products titles in our shop'); |
||
| 27 | define('_OLEDRION_SITEURL', 'Website/Reseller URL: '); |
||
| 28 | define('_OLEDRION_VOTEAPPRE', 'Your vote is appreciated.'); |
||
| 29 | define('_OLEDRION_VOTEONCE', 'Please do not vote for the same resource more than once.'); |
||
| 30 | define('_OLEDRION_RATINGSCALE', 'The scale is 1 - 10, with 1 being poor and 10 being excellent.'); |
||
| 31 | define('_OLEDRION_BEOBJECTIVE', 'Please be objective, if everyone receives a 1 or a 10, the ratings arent very useful.'); |
||
| 32 | define('_OLEDRION_DONOTVOTE', 'Do not vote for your own resource.'); |
||
| 33 | define('_OLEDRION_RATEIT', 'Rate It!'); |
||
| 34 | define('_OLEDRION_RECEIVED', 'We,ve received your submission. Thank you!'); |
||
| 35 | define('_OLEDRION_CATEGORY', 'Category'); |
||
| 36 | define('_OLEDRION_VOTE', 'Vote'); |
||
| 37 | define('_OLEDRION_SEARCHRESULTS', 'Search results'); // %s is search keywords |
||
| 38 | define('_OLEDRION_TITLE', 'Product Title'); |
||
| 39 | define('_OLEDRION_DATE', 'Publication date'); |
||
| 40 | define('_OLEDRION_DATE_SUBMIT', 'Items date of submission'); |
||
| 41 | define('_OLEDRION_PREVIOUS', 'Previous'); |
||
| 42 | define('_OLEDRION_NEXT', 'Next'); |
||
| 43 | define('_OLEDRION_NORATING', 'No rating selected.'); |
||
| 44 | |||
| 45 | define('_OLEDRION_EDIT', 'Edit'); |
||
| 46 | define('_OLEDRION_DELETE', 'Delete'); |
||
| 47 | define('_OLEDRION_ADD', 'Add'); |
||
| 48 | define('_OLEDRION_SAVE', 'Save'); |
||
| 49 | define('_OLEDRION_ONLINE', 'Online'); |
||
| 50 | define('_OLEDRION_OFFLINE', 'Offline'); |
||
| 51 | define('_OLEDRION_SAVE_NEXT', 'Next'); |
||
| 52 | define('_OLEDRION_SAVE_CONFIRM', 'final confirm'); |
||
| 53 | |||
| 54 | define('_OLEDRION_FIRSTNAME', 'First Name'); |
||
| 55 | define('_OLEDRION_LASTNAME', 'Last Name'); |
||
| 56 | define('_OLEDRION_EMAIL', 'Email'); |
||
| 57 | define('_OLEDRION_TYPE', 'Type'); |
||
| 58 | define('_OLEDRION_MANUFACTURER', 'Manufacturer'); |
||
| 59 | define('_OLEDRION_MANUFACTURER_INF', 'Information about Manufacturer'); |
||
| 60 | define('_OLEDRION_NUMBER', 'SKU'); |
||
| 61 | define('_OLEDRION_EXTRA_ID', 'Extra ID'); |
||
| 62 | define('_OLEDRION_WIDTH', 'Width'); |
||
| 63 | define('_OLEDRION_LENGTH', 'Length'); |
||
| 64 | define('_OLEDRION_PRICE', 'Total Price'); |
||
| 65 | define('_OLEDRION_SHIPPING_PRICE', 'Shipping & Handling'); |
||
| 66 | define('_OLEDRION_DISCOUNT_PRICE', 'Discount price'); |
||
| 67 | define('_OLEDRION_COVER_PICTURE', 'Cover picture'); |
||
| 68 | define('_OLEDRION_COVER_THUMB', 'Cover thumbnail'); |
||
| 69 | define('_OLEDRION_STOCK_QUANTITY', 'Quantity in stock'); |
||
| 70 | define('_OLEDRION_STOCK_ALERT', 'Alert stock'); |
||
| 71 | define('_OLEDRION_DESCRIPTION', 'Description'); |
||
| 72 | define('_OLEDRION_MEASURE1', 'Unit of measurement'); |
||
| 73 | define('_OLEDRION_WEIGHT', 'Weight'); |
||
| 74 | define('_OLEDRION_MEASURE2', 'Unit of measurement'); |
||
| 75 | define('_OLEDRION_DOWNLOAD_URL', 'Path of the file to download'); |
||
| 76 | define('_OLEDRION_VAT', 'Tax'); |
||
| 77 | define('_OLEDRION_ATTACHED_FILE', 'Attached file'); |
||
| 78 | define('_OLEDRION_MANUFACTURERS', 'Manufacturer(s)'); |
||
| 79 | define('_OLEDRION_RELATED_PRODUCTS', 'Related products'); |
||
| 80 | |||
| 81 | define('_OLEDRION_GROUP', 'Xoops Group'); |
||
| 82 | define('_OLEDRION_DISCOUNT1', 'Apply a discount of '); |
||
| 83 | define('_OLEDRION_DISCOUNT2', 'percent'); |
||
| 84 | define('_OLEDRION_DISCOUNT3', 'on'); |
||
| 85 | define('_OLEDRION_DISCOUNT4', 'The total order amount'); |
||
| 86 | define('_OLEDRION_DISCOUNT5', 'All products'); |
||
| 87 | define('_OLEDRION_DISCOUNT6', 'Each product'); |
||
| 88 | define('_OLEDRION_DISCOUNT7', 'The shipping prices'); |
||
| 89 | define('_OLEDRION_DISCOUNT71', 'Nothing'); |
||
| 90 | define('_OLEDRION_DISCOUNT8', 'In all cases'); |
||
| 91 | define('_OLEDRION_DISCOUNT9', 'If thats the users first order on the site'); |
||
| 92 | define('_OLEDRION_DISCOUNT10', 'If the products were never bought'); |
||
| 93 | define('_OLEDRION_DISCOUNT11', 'Pay everything'); |
||
| 94 | define('_OLEDRION_DISCOUNT12', 'Dont pay anything'); |
||
| 95 | define('_OLEDRION_DISCOUNT13', 'If more than %s %s of order'); |
||
| 96 | define('_OLEDRION_DISCOUNT131', 'If more than ... %s of order'); |
||
| 97 | define('_OLEDRION_DISCOUNT14', 'when ?'); |
||
| 98 | define('_OLEDRION_DISCOUNT15', 'If the quantity of products is '); |
||
| 99 | define('_OLEDRION_DISCOUNT16', 'The product (only available if you have selected a product)'); |
||
| 100 | define('_OLEDRION_DISCOUNT17', 'The manufacturers products (only available if you have selected a manufacturer)'); |
||
| 101 | define('_OLEDRION_VENDOR', 'Products vendor'); |
||
| 102 | define('_OLEDRION_FORMAT', 'Format'); |
||
| 103 | define('_OLEDRION_SUMMARY', 'Summary'); |
||
| 104 | define('_OLEDRION_CART', 'cart'); |
||
| 105 | define('_OLEDRION_RSS_FEED', 'RSS feeds'); |
||
| 106 | define('_OLEDRION_BY', ' By '); |
||
| 107 | define('_OLEDRION_ADD_TO_CART', 'Add to cart'); |
||
| 108 | define('_OLEDRION_ERROR1', 'Error, this product does not exists'); |
||
| 109 | define('_OLEDRION_ERROR2', 'Error, this product is not online'); |
||
| 110 | define('_OLEDRION_ERROR3', 'Error, this product is not yet published'); |
||
| 111 | define('_OLEDRION_ERROR4', 'Error, impossible to find the product category'); |
||
| 112 | define('_OLEDRION_ERROR5', 'Error, impossible to find the product vendor'); |
||
| 113 | define('_OLEDRION_ERROR6', 'Error, impossible to find the product Tax'); |
||
| 114 | define('_OLEDRION_ERROR7', 'Error, unknown Manufacturer'); |
||
| 115 | define('_OLEDRION_ERROR8', 'Error, unknown Category'); |
||
| 116 | define('_OLEDRION_ERROR9', 'Error, unknown Product'); |
||
| 117 | define('_OLEDRION_ERROR10', 'Error, We are sorry but we were not able to save your order, please contact us'); |
||
| 118 | define('_OLEDRION_ERROR11', 'Error, unknown invoice'); |
||
| 119 | define('_OLEDRION_ERROR12', 'Error, your invoice has not been validated'); |
||
| 120 | define('_OLEDRION_ERROR13', 'Error, No ID'); |
||
| 121 | define('_OLEDRION_ERROR14', 'Error, unknown ID'); |
||
| 122 | define('_OLEDRION_ERROR15', 'Error, the product associated with this item does not exist'); |
||
| 123 | define('_OLEDRION_ERROR16', 'Error, The order has not been paid'); |
||
| 124 | define('_OLEDRION_ERROR17', 'Error, Theres no file to download'); |
||
| 125 | define('_OLEDRION_ERROR18', 'Error, The file to download does not exists !'); |
||
| 126 | define('_OLEDRION_ERROR19', 'Error, The attached file does not exists'); |
||
| 127 | define('_OLEDRION_ERROR20', 'Error, impossible to find the country list from the gateway'); |
||
| 128 | define('_OLEDRION_ERROR21', 'Error, unknown list'); |
||
| 129 | define('_OLEDRION_ERROR22', 'Error, you cant see this list'); |
||
| 130 | define('_OLEDRION_ERROR23', 'Sorry this place is reserved to registered users'); |
||
| 131 | define('_OLEDRION_ERROR24', 'Error, you must specify a title for your list'); |
||
| 132 | define('_OLEDRION_ERROR25', 'Error, you are not the owner of this list'); |
||
| 133 | define('_OLEDRION_ERROR26', 'Error, this product is already in the list'); |
||
| 134 | define('_OLEDRION_ERROR27', 'There was an error while adding the product to the list, please contact us'); |
||
| 135 | |||
| 136 | define('_OLEDRION_OTHER_INFORMATIONS', 'Other information'); |
||
| 137 | define('_OLEDRION_ONEVOTE', '1 vote'); |
||
| 138 | define('_OLEDRION_NUMVOTES', '%u votes'); |
||
| 139 | define('_OLEDRION_RATINGC', 'Rating: '); |
||
| 140 | define('_OLEDRION_NORATE', 'Sorry but you cant vote'); |
||
| 141 | define('_OLEDRION_THANKYOU', 'Thank you for taking the time to vote here at %s'); |
||
| 142 | define('_OLEDRION_ONLINE_HLP', 'Visible on the site?'); |
||
| 143 | define('_OLEDRION_URL', 'External page'); |
||
| 144 | define('_OLEDRION_OTHER_PRODUCTS', 'Other products'); |
||
| 145 | define('_OLEDRION_PREVIOUS_PRODUCT', 'Previous product'); |
||
| 146 | define('_OLEDRION_NEXT_PRODUCT', 'Next product'); |
||
| 147 | define('_OLEDRION_RECENT_CATEGS', 'Recent products in all categories'); |
||
| 148 | define('_OLEDRION_RECENT_CATEG', 'Recent products in current category'); |
||
| 149 | define('_OLEDRION_PRINT_VERSION', 'printable version'); |
||
| 150 | define('_OLEDRION_INTARTICLE', 'Interesting product at %s'); |
||
| 151 | define('_OLEDRION_INTARTFOUND', 'Here is an interesting product I have found at %s'); |
||
| 152 | define('_OLEDRION_BEST_WITH', 'Buy this product with: '); |
||
| 153 | define('_OLEDRION_MOST_RECENT', 'Recent products'); |
||
| 154 | define('_OLEDRION_MOST_SOLD', 'Most sold products'); |
||
| 155 | define('_OLEDRION_MOST_VIEWED', 'Most viewed products'); |
||
| 156 | define('_OLEDRION_MOST_RATED', 'Best rated products'); |
||
| 157 | define('_OLEDRION_READ_MORE', 'Read more ...'); |
||
| 158 | define('_OLEDRION_SORRY_NO_PRODUCT', 'Sorry theres no product in this category'); |
||
| 159 | define('_OLEDRION_CATEGORIES', 'Categories'); |
||
| 160 | define('_OLEDRION_CATALOG', 'Catalogue of our products'); |
||
| 161 | define('_OLEDRION_CATALOG_HLP', 'Click on column headers to change sort order'); |
||
| 162 | define('_OLEDRION_PDF_CATALOG', 'PDF Catalogue of our Products'); |
||
| 163 | define('_OLEDRION_PDF_CATALOG1', 'Summary only'); |
||
| 164 | define('_OLEDRION_PDF_CATALOG2', 'Summary and full description'); |
||
| 165 | define('_OLEDRION_PDF_GETIT', 'Get It'); |
||
| 166 | define('_OLEDRION_QUANTITY', 'Quantity'); |
||
| 167 | define('_OLEDRION_TOTAL', 'Total'); |
||
| 168 | define('_OLEDRION_TEXT', 'Text'); |
||
| 169 | define('_OLEDRION_ALL_MANUFACTURERS', 'All manufacturers'); |
||
| 170 | define('_OLEDRION_ALL_CATEGORIES', 'All categories'); |
||
| 171 | define('_OLEDRION_ALL_VENDORS', 'All vendors'); |
||
| 172 | define('_OLEDRION_CART_IS_EMPTY', 'Your shopping cart is empty'); |
||
| 173 | define('_OLEDRION_EMPTY_CART_SURE', 'Are you sure to empty your cart?'); |
||
| 174 | define('_OLEDRION_EMPTY_ITEM_SURE', 'Are you sure to delete this item?'); |
||
| 175 | define('_OLEDRION_ITEMS', 'Items'); |
||
| 176 | define('_OLEDRION_REMOVE_ITEM', 'Delete Item'); |
||
| 177 | define('_OLEDRION_SUBTOTAL', 'Subtotal'); |
||
| 178 | define('_OLEDRION_QTE_MODIFIED', 'Have you modified the quantity?'); |
||
| 179 | define('_OLEDRION_UPDATE', 'Update'); |
||
| 180 | define('_OLEDRION_EMPTY_CART', 'Empty Cart'); |
||
| 181 | define('_OLEDRION_GO_ON', 'Continue shopping'); |
||
| 182 | define('_OLEDRION_CHECKOUT', 'Checkout'); |
||
| 183 | define('_OLEDRION_UNIT_PRICE', 'Price'); |
||
| 184 | define('_OLEDRION_UNIT_PRICE2', 'Discount price'); |
||
| 185 | define('_OLEDRION_CART1', 'Net Total'); |
||
| 186 | define('_OLEDRION_CART2', 'Tax Rate'); |
||
| 187 | define('_OLEDRION_CART3', 'Sales Tax'); |
||
| 188 | define('_OLEDRION_CART4', 'You get the following discounts:'); |
||
| 189 | define('_OLEDRION_VALIDATE_CMD', 'Validate Purchase'); |
||
| 190 | define('_OLEDRION_DETAILS_EMAIL', 'You will receive the details of your order by email'); |
||
| 191 | define('_OLEDRION_PLEASE_ENTER', 'Please enter the following information to validate your checkout'); |
||
| 192 | define('_OLEDRION_STREET', 'Street'); |
||
| 193 | define('_OLEDRION_CP', 'Post code'); |
||
| 194 | define('_OLEDRION_CITY', 'City'); |
||
| 195 | define('_OLEDRION_COUNTRY', 'Country'); |
||
| 196 | define('_OLEDRION_PHONE', 'Phone number'); |
||
| 197 | define('_OLEDRION_INVOICE', 'Do you want an invoice?'); |
||
| 198 | define('_OLEDRION_COPY_COUNT', 'copy'); |
||
| 199 | // B.R. define('_OLEDRION_THANKYOU_CMD', 'Thank you for your order on the website %s'); |
||
|
0 ignored issues
–
show
|
|||
| 200 | define('_OLEDRION_THANKYOU_CMD', 'Thank you for your purchase from %s'); |
||
| 201 | define('_OLEDRION_NEW_COMMAND', 'New purchase on the site'); |
||
| 202 | define('_OLEDRION_COMMAND', 'Command '); |
||
| 203 | define('_OLEDRION_PAY_GATEWAY', 'Pay online'); |
||
| 204 | define('_OLEDRION_PURCHASE_FINSISHED', 'Purchase finalized'); |
||
| 205 | define('_OLEDRION_CONTINUE_SHOPPING', 'You can continue your visit on our site'); |
||
| 206 | define('_OLEDRION_THANK_YOU', 'Thank you very much for your payment, your order will be processed as soon as possible.'); |
||
| 207 | define('_OLEDRION_ORDER_CANCEL', 'Your order has been cancelled'); |
||
| 208 | define('_OLEDRION_ORDER_CANCELED', 'Order cancelled'); |
||
| 209 | define('_OLEDRION_GATEWAY_VALIDATED', 'Order validated'); |
||
| 210 | define('_OLEDRION_GATEWAY_FRAUD', 'Fraudulent order'); |
||
| 211 | define('_OLEDRION_GATEWAY_PENDING', 'Pending command'); |
||
| 212 | define('_OLEDRION_GATEWAY_FAILED', 'Command failed'); |
||
| 213 | define('_OLEDRION_TRANSACTION_FINSIHED', 'Your transaction is complete'); |
||
| 214 | define('_OLEDRION_BILL', 'Invoice'); // Used for the title of the printable version of the invoice |
||
| 215 | define('_OLEDRION_DETAILS', 'Details'); |
||
| 216 | define('_OLEDRION_CMD_STATE1', 'Not yet processed by the payment gateway, no information'); |
||
| 217 | define('_OLEDRION_CMD_STATE2', 'Orders validated'); |
||
| 218 | define('_OLEDRION_CMD_STATE3', 'Orders pending'); |
||
| 219 | define('_OLEDRION_CMD_STATE4', 'Orders failed'); |
||
| 220 | define('_OLEDRION_CMD_STATE5', 'Orders cancelled'); |
||
| 221 | define('_OLEDRION_CMD_STATE6', 'Fraudulent orders'); |
||
| 222 | define('_OLEDRION_REQUIRED', '* Required fields'); |
||
| 223 | define('_OLEDRION_QUANTITY_STOCK', 'Quantity in stock : %d'); |
||
| 224 | define('_OLEDRION_SUBTRACT', 'Subtract'); |
||
| 225 | define('_OLEDRION_PROBLEM_QTY', 'There is a problem with the quantity you are requiring, we cant give you the quantity you want'); |
||
| 226 | define('_OLEDRION_VALIDATE_COMMAND', 'Validate order'); |
||
| 227 | define('_OLEDRION_CGV', 'General conditions of sale'); |
||
| 228 | define('_OLEDRION_DUPLICATE_PRODUCT', 'Duplicate product'); |
||
| 229 | define('_OLEDRION_DUPLICATE_DISCOUNT', 'Duplicate discount'); |
||
| 230 | define('_OLEDRION_HITS', 'Hits'); |
||
| 231 | define('_OLEDRION_PRODUCT_ID', 'Product ID'); |
||
| 232 | define('_OLEDRION_COMM_NAME', 'Commercial name'); |
||
| 233 | define('_OLEDRION_YOU_CAN_DOWNLOAD', 'You can download your product(s) here :'); |
||
| 234 | |||
| 235 | define('_OLEDRION_IS_RECOMMENDED', 'This product is recommended'); |
||
| 236 | define('_OLEDRION_RECOMMENDED', 'Recommended Products'); |
||
| 237 | define('_OLEDRION_SEEMORE_RECOMM', 'See more recommended products'); |
||
| 238 | define('_OLEDRION_PRODUCT', 'Product'); |
||
| 239 | |||
| 240 | define('_OLEDRION_PAY_ONLINE', 'Do you want to pay Online?'); |
||
| 241 | define('_OLEDRION_FINISH', 'Your order is finalized'); |
||
| 242 | |||
| 243 | define('_OLEDRION_DELIVERY_TIME', 'Delivery'); |
||
| 244 | define('_OLEDRION_IN_DAYS', 'in days'); |
||
| 245 | define('_OLEDRION_DAYS', 'days'); |
||
| 246 | define('_OLEDRION_RELOAD_PERSISTENT', 'You can reload your last cart by clicking on this link'); |
||
| 247 | define('_OLEDRION_SORRY_NOPICTURE', 'We are sorry but there is no picture for this product'); |
||
| 248 | |||
| 249 | define('_OLEDRION_ATTACHED_FILES', 'Attached Files'); |
||
| 250 | define('_OLEDRION_MUSIC', 'Music'); |
||
| 251 | define('_OLEDRION_VAT_NUMBER', 'Tax Number'); |
||
| 252 | define('_OLEDRION_DUPLICATE_ATTRIBUTE', 'Duplicate attribute'); |
||
| 253 | define('_OLEDRION_NA', 'NA'); // Like in Excel |
||
| 254 | define('_OLEDRION_VAT_AMOUNT', 'Sales Tax'); |
||
| 255 | define('_OLEDRION_AMOUNT_WITHOUT_VAT', 'Price'); |
||
| 256 | define('_OLEDRION_PLEASE_FILL_FIELD', 'This field is required'); // Text used in Javascript |
||
| 257 | define('_OLEDRION_VALIDATE_ERROR1', 'You missed some mandatory<br>fields'); |
||
| 258 | define('_OLEDRION_MANDATORY_MISSED', 'You have not filled out the field %s'); |
||
| 259 | |||
| 260 | define('_OLEDRION_VIEW', 'View'); |
||
| 261 | define('_OLEDRION_LIST_PRIVATE', 'Private'); |
||
| 262 | define('_OLEDRION_LIST_PUBLIC_WISH_LIST', 'Wish List'); |
||
| 263 | define('_OLEDRION_LIST_PUBLIC_RECOMMENDED_LIST', 'Recommended list'); |
||
| 264 | define('_OLEDRION_LIST', 'List'); |
||
| 265 | define('_OLEDRION_PROD_IN_THIS_LIST', 'Products in this list'); |
||
| 266 | define('_OLEDRION_OTHER_LIST_FTUSER', 'Other lists from this user'); |
||
| 267 | define('_OLEDRION_CREATE_NEW_LIST', 'Create a new list'); |
||
| 268 | define('_OLEDRION_EDIT_LIST', 'Edit a list'); |
||
| 269 | define('_OLEDRION_ADD_LIST', 'Add a list'); |
||
| 270 | define('_OLEDRION_LIST_PASSWORD', 'Password'); |
||
| 271 | define('_OLEDRION_LIST_TYPE', 'List type'); |
||
| 272 | define('_OLEDRION_CHECK_PRODUCTS', 'Check the products you want to remove'); |
||
| 273 | define('_OLEDRION_DELETE_LIST', 'Are you sure to remove this list?'); |
||
| 274 | define('_OLEDRION_ADD_TO_LIST', 'Add to your Wish list'); |
||
| 275 | define('_OLEDRION_PRODUCT_DO_ADD', 'Product to add to the list'); |
||
| 276 | define('_OLEDRION_WHAT_TO_DO', 'What do you want to do?'); |
||
| 277 | define('_OLEDRION_ADD_TO', 'Add to'); |
||
| 278 | define('_OLEDRION_ADD_PRODUCT_LIST', 'Add a product to a list'); |
||
| 279 | define('_OLEDRION_PRODUCT_LIST_ADD_OK', 'The product has been added to your list'); |
||
| 280 | define('_OLEDRION_PRODUCTS_COUNT', '%u products'); |
||
| 281 | |||
| 282 | define('_OLEDRION_PLUGINS_ERROR_1', 'Error, unknown event: %s'); |
||
| 283 | |||
| 284 | //2.32 |
||
| 285 | define('_OLEDRION_ECOTAXE', 'EcoTax'); |
||
| 286 | |||
| 287 | //2.34 |
||
| 288 | define('_OLEDRION_FROM', 'From'); |
||
| 289 | define('_OLEDRION_TO', 'To'); |
||
| 290 | define('_OLEDRION_QUANTITYS', 'Quantitys'); |
||
| 291 | define('_OLEDRION_QUANTITYALL', 'All'); |
||
| 292 | define('_OLEDRION_QUANTITY1', 'Available'); |
||
| 293 | define('_OLEDRION_QUANTITY2', 'Not available'); |
||
| 294 | define('_OLEDRION_SELECT_PACKING', 'Select packing'); |
||
| 295 | define('_OLEDRION_SELECT_LOCATION', 'Select location'); |
||
| 296 | define('_OLEDRION_SELECT_DELIVERY', 'Select delivery method'); |
||
| 297 | define('_OLEDRION_SELECT_PAYMENT', 'Select payment method'); |
||
| 298 | define('_OLEDRION_FINAL_CHECKOUT', 'Final checkout'); |
||
| 299 | define('_OLEDRION_PACKING_FORM', 'Select packing form'); |
||
| 300 | define('_OLEDRION_LOCATION_FORM', 'Select location form'); |
||
| 301 | define('_OLEDRION_PAYMENT_FORM', 'Select payment method form'); |
||
| 302 | define('_OLEDRION_DELIVERY_FORM', 'Select delivery method form'); |
||
| 303 | define('_OLEDRION_DELIVERY_DAY', 'Days'); |
||
| 304 | define('_OLEDRION_PACKING', 'Packing'); |
||
| 305 | define('_OLEDRION_LOCATION', 'Location'); |
||
| 306 | define('_OLEDRION_DELIVERY', 'Delivery method'); |
||
| 307 | define('_OLEDRION_PAYMENT', 'Payment method'); |
||
| 308 | define('_OLEDRION_MOBILE', 'Mobile phone'); |
||
| 309 | define('_OLEDRION_FREE', 'Free'); |
||
| 310 | define('_OLEDRION_UNAME', 'User name'); |
||
| 311 | define('_OLEDRION_ORDERID', 'Order ID'); |
||
| 312 | define('_OLEDRION_PACKING_PRICE', 'Packing price'); |
||
| 313 | define('_OLEDRION_AMOUNT_PRICE', 'Product price'); |
||
| 314 | define('_OLEDRION_STEP_1', '1- Add to cart'); |
||
| 315 | define('_OLEDRION_STEP_2', '2- Input personal information'); |
||
| 316 | define('_OLEDRION_STEP_3', '3- Confirm information'); |
||
| 317 | |||
| 318 | define('_OLEDRION_TRACK', 'Tracking Code'); |
||
| 319 | define('_OLEDRION_GIFT', 'Gift Cards'); |
||
| 320 | define('_OLEDRION_PACK', 'Package'); |
||
| 321 | define('_OLEDRION_SUBMIT', 'Submit'); |
||
| 322 | |||
| 323 | // B.R. New |
||
| 324 | define('_OLEDRION_SKIP_PACKING', 'Skip Packing step during checkout?'); |
||
| 325 | define('_OLEDRION_SKIP_LOCATION', 'Skip Location step during checkout?'); |
||
| 326 | define('_OLEDRION_SKIP_DELIVERY', 'Skip Delivery (shipping) step during checkout?'); |
||
| 327 |
Sometimes obsolete code just ends up commented out instead of removed. In this case it is better to remove the code once you have checked you do not need it.
The code might also have been commented out for debugging purposes. In this case it is vital that someone uncomments it again or your project may behave in very unexpected ways in production.
This check looks for comments that seem to be mostly valid code and reports them.