Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.01 KB | None | 0 0
  1. ;price
  2. PRICE_BEGINNING=""
  3. PRICE_BEFORE_ORIG=" ("
  4. PRICE_AFTER_ORIG=") "
  5. PRICE_DISCOUNT_START=""
  6. PRICE_DISCOUNT_END=""
  7. PRICE_BEFORE_TAX=" ("
  8. PRICE_AFTER_TAX=" excl VAT) "
  9. PRICE_END=""
  10. FREE_PRICE="Free"
  11. PRICE_SEPARATOR="<br/>"
  12. PER_UNIT_AT_LEAST_X_BOUGHT=" per unit for buying at least %s"
  13. PER_UNIT=" each"
  14.  
  15. ;product
  16. ITEM_NOT_SOLD_ANYMORE="Item not sold anymore"
  17. ITEM_SOLD_ON_DATE="This item will be sold starting on %s"
  18. ADD_TO_CART="Add to cart"
  19. NO_STOCK="No stock"
  20. X_ITEMS_IN_STOCK="%s items in stock"
  21. SPECIFICATIONS="Specifications"
  22. REFRESH_INFORMATION="Refresh information"
  23. NO_VALUES_FOUND="No values found"
  24. PRODUCT="Product"
  25.  
  26. ;cart
  27. CART_PRODUCT_NAME="Name"
  28. CART_PRODUCT_QUANTITY="Qty"
  29. CART_PRODUCT_PRICE="Price"
  30. CART_PRODUCT_UNIT_PRICE="Unit price"
  31. CART_PRODUCT_TOTAL_PRICE="Total price"
  32. CART_EMPTY="The cart is empty"
  33. HIKASHOP_TOTAL="Total"
  34. HIKASHOP_FINAL_TOTAL="Final total"
  35. PROCEED_TO_CHECKOUT="Proceed to checkout"
  36. REFRESH_CART="Refresh cart"
  37. PRODUCT_NOT_AVAILABLE="The product %s is not available"
  38. NOT_ENOUGH_STOCK_FOR_PRODUCT="There is not enough stock for the product %s"
  39. PRODUCT_NOT_YET_ON_SALE="The product %s is not yet on sale"
  40. PRODUCT_NOT_SOLD_ANYMORE="The product %s is no longer on sale"
  41. PRODUCT_SUCCESSFULLY_ADDED_TO_CART="Product successfully added to the cart"
  42.  
  43. ;checkout
  44. HIKASHOP_CHECKOUT_CART="Cart"
  45. HIKASHOP_CHECKOUT_CONFIRM="Confirm"
  46. HIKASHOP_CHECKOUT_STATUS="Status"
  47. HIKASHOP_CHECKOUT_SHIPPING="Shipping"
  48. HIKASHOP_CHECKOUT_PAYMENT="Payment"
  49. HIKASHOP_CHECKOUT_END="End"
  50. HIKASHOP_CHECKOUT_COUPON="Coupon"
  51. HIKASHOP_CHECKOUT_LOGIN="Login"
  52. HIKASHOP_CHECKOUT_ADDRESS="Address"
  53. NEXT="Next"
  54. CONTINUE_SHOPPING="Continue shopping"
  55. THANK_YOU_FOR_PURCHASE="Thank you for your purchase."
  56. ORDER_IS_COMPLETE="Your order is now complete."
  57. CURRENCY_NOT_ACCEPTED_FOR_PAYMENT="The currency you selected is not accepted for payments"
  58. PLEASE_ACCEPT_TERMS_BEFORE_FINISHING_ORDER="Please accept the Terms and Conditions before proceeding"
  59. PLEASE_ACCEPT_TERMS="Please accept the Terms and Conditions before proceeding"
  60. ADDITIONAL_INFORMATION="Additional information"
  61.  
  62. ;checkout - login
  63. LOGIN_OR_REGISTER_ACCOUNT="Login or create a new account"
  64. REGISTRATION_NOT_ALLOWED="Registration not allowed"
  65. WHEN_CLICKING_ACTIVATION="Upon clicking on the activation link, your account will be activated and you will be able to continue your order"
  66. PASSWORDS_DO_NOT_MATCH="Passwords do not match"
  67. VALID_EMAIL="Please enter a valid e-mail address"
  68.  
  69. ;checkout - address
  70. CREATE_OR_SELECT_ADDRESS="Please create or select an address"
  71. SAME_AS_BILLING="Use the same address as for billing"
  72. HIKASHOP_BILLING_ADDRESS="Billing address"
  73. HIKASHOP_SHIPPING_ADDRESS="Shipping address"
  74. ADDRESS_INFORMATION="Address information"
  75. PLEASE_FILL_THE_FIELD="Please complete the %s field"
  76. PLEASE_FILL_THE_FIELDS="Please complete the fields: %s"
  77.  
  78. ;checkout - shipping
  79. SELECT_SHIPPING="Please select your shipping information"
  80. HIKASHOP_SHIPPING="Shipping"
  81. FREE_SHIPPING="Free shipping"
  82. HIKASHOP_SHIPPING_METHOD="Shipping method"
  83. HIKASHOP_SHIPPING_METHOD_CHOSEN="You chose the shipping method: %s"
  84. NO_SHIPPING_METHOD_FOUND="No shipping method found"
  85. ITEMS_VOLUME_TOO_BIG_FOR_SHIPPING_METHODS="The cart items combined volume is too big for all the possible shipping methods"
  86. ITEMS_WEIGHT_TOO_BIG_FOR_SHIPPING_METHODS="The cart items combined weight is too big for all the possible shipping methods"
  87. ORDER_TOTAL_TOO_LOW_FOR_SHIPPING_METHODS="The total of your order is too low for all the possible shipping methods"
  88. NO_SHIPPING_TO_YOUR_ZONE="No shipping methods available for your location"
  89.  
  90. ;checkout - payment
  91. SELECT_PAYMENT="Please complete your payment information"
  92. HIKASHOP_PAYMENT_METHOD="Payment method"
  93. HIKASHOP_PAYMENT_METHOD_CHOSEN="You chose the payment method: %s"
  94. PLEASE_ENTER_A_SSN="please enter your SSN"
  95.  
  96. ;checkout - coupon
  97. HIKASHOP_ENTER_COUPON="Enter your coupon"
  98. HIKASHOP_COUPON="Coupon"
  99. ADD="Add"
  100. COUPON_ADDED="Coupon added"
  101. COUPON_REMOVED="Coupon removed"
  102. COUPON_NOT_VALID="The coupon you entered is not valid"
  103. COUPON_NOT_YET_USABLE="The coupon you entered is not yet usable"
  104. COUPON_EXPIRED="The coupon you entered has expired"
  105. QUOTA_REACHED_FOR_COUPON="The coupon you entered cannot be used anymore as it reached its quota of uses"
  106. COUPON_NOT_AVAILABLE_IN_YOUR_ZONE="The coupon you entered cannot be used in your zone"
  107. ORDER_NOT_EXPENSIVE_ENOUGH_FOR_COUPON="The coupon you entered cannot be used in the order under %s"
  108. COUPON_NOT_FOR_THOSE_PRODUCTS="The coupon you entered cannot be used for the products in your cart"
  109. COUPON_NOT_FOR_PRODUCTS_IN_THOSE_CATEGORIES="The coupon you entered cannot be used for the products in your cart"
  110. HIKASHOP_COUPON_LABEL="Your coupon code is : %s"
  111.  
  112. ;order
  113. HIKASHOP_ORDER="Order"
  114. ORDER_NUMBER="Order number"
  115. PAYMENT_METHOD="Payment method"
  116. ALL_PAYMENT_METHODS="All payment methods"
  117. CUSTOMER="Customer"
  118. PAID="Paid"
  119. NOT_PAID="Not paid"
  120. PRODUCT_LIST="Product list"
  121. UNIT_PRICE="Unit price"
  122. SUBTOTAL="Subtotal"
  123. SHIPPING="Shipping"
  124. DISCOUNT="Discount"
  125. FILES="Files"
  126. BECAUSE_STATUS_NO_DOWNLOAD="Your order status does not permit downloads"
  127. TOO_LATE_NO_DOWNLOAD="Download period has elapsed"
  128. UNTIL_THE_DATE="Until the %s"
  129. MAX_REACHED_NO_DOWNLOAD="Number of maximum downloads has been reached"
  130. X_DOWNLOADS_LEFT="%s downloads left"
  131. PLUS_X_OF_VAT="+%s of VAT"
  132. ORDER_ADD_INFO="Additional information"
  133. ACTIONS="Actions"
  134. INVOICE="Invoice"
  135. SHIPPING_INVOICE="Shipping invoice"
  136. VAT="VAT"
  137. MODIFICATION_REASON="Modification reason"
  138. NOTIFY_CUSTOMER="Notify customer"
  139. NOTIFICATION="Notification"
  140. NEW_SHIPPING="New shipping method"
  141. NEW_PAYMENT="New payment method"
  142. NEW_PRICE="New price"
  143. NEW_COUPON_CODE="New coupon code"
  144. NEW_COUPON_VALUE="New coupon value"
  145. ORDER_NEW_STATUS="New order status"
  146. REMOVE_ORDER_ITEM="Remove order item"
  147. PRINT_INVOICE="Print invoice"
  148. PRINT="Print"
  149. NO_ORDERS_FOUND="No orders found"
  150. TELEPHONE_IN_ADDRESS="Telephone: %s"
  151. PLEASE_LOGIN_FIRST="Please login first"
  152. ORDER_NOT_FOUND="Order not found"
  153. FILE_NOT_FOUND="File not found"
  154. PAY_WITH_X="Pay with %s"
  155.  
  156. ;front end control panel
  157. MANAGE_ADDRESSES="Manage your addresses"
  158. VIEW_ORDERS="View your orders"
  159. AFFILIATE_PROGRAM="Access to the affiliate program"
  160. AFFILIATE="Affiliate"
  161. CUSTOMER_ACCOUNT="Customer Account"
  162. ORDER_CREATED="Order created"
  163.  
  164. ;banner
  165. BANNER_SAMPLES="Banner samples"
  166. COMMENT="Comment"
  167. LINK="Link"
  168. HTML_CODE="HTML code"
  169. PREVIEW="Preview"
  170. REFERER="Referrer"
  171. HIKASHOP_YES="Yes"
  172. HIKASHOP_NO="No"
  173.  
  174. ;front end affiliate
  175. CLICKS="Clicks"
  176. REGISTERED_DATE="Registered date"
  177. PARTNER_EMAIL="Partner email"
  178. PARTNER_NAME="Partner name"
  179. PARTNER_FEE="Partner fee"
  180. PARTNER_CURRENCY="Partner's currency"
  181. CLICKS_UNPAID_AMOUNT="Unpaid amount for clicks"
  182. LEADS_UNPAID_AMOUNT="Unpaid amount for Leads"
  183. SALES_UNPAID_AMOUNT="Unpaid amount for sales"
  184. TOTAL_UNPAID_AMOUNT="Total unpaid amount"
  185. AFFILIATE_ACCOUNT_ACTIVE="Affiliate account active"
  186. STATS="Stats"
  187. PARTNER_CHANGE_CURRENCY_WARNING="By changing your currency your previous earnings will be converted."
  188. FILTER="Filter"
  189. GO="Go"
  190. RESET="Reset"
  191. DATE="Date"
  192.  
  193. ;backend Menus
  194. PRODUCTS="Products"
  195. CUSTOMERS="Customers"
  196. ORDERS="Orders"
  197. SALES="Sales"
  198. AFFILIATES="Affiliates"
  199. AFFILIATES_SALES="Affiliates sales"
  200. ZONES="Zones"
  201. CURRENCIES="Currencies"
  202. PLUGINS="Plugins"
  203. DISPLAY="Display"
  204. UPDATE_ABOUT="Update / About"
  205. TAXES="Taxes"
  206. SYSTEM="System"
  207. DISCOUNTS="Discounts"
  208. ADD_PRODUCT="Add a product"
  209. CHARACTERISTICS="Characteristics"
  210. VIEWS="Views"
  211. FIELDS="Custom fields"
  212. CONTENT_MODULES="Content modules"
  213. CONTENT_MENUS="Content menus"
  214. PAYMENT_METHODS="Payment methods"
  215. SHIPPING_METHODS="Shipping methods"
  216. DOCUMENTATION="Documentation"
  217. FORUM="Forum"
  218. EMAILS="Emails"
  219.  
  220. ;control panel widgets
  221. NEW_WIDGET="New widget"
  222. HIKASHOP_CPANEL="Dashboard"
  223. LISTING="Listing"
  224. GAUGE="Gauge"
  225. GRAPH="Graph"
  226. PIE="pie"
  227. MAP="Map"
  228. START_DATE="Start date"
  229. END_DATE="End date"
  230. PERIOD="Period"
  231. HOURS="Hours"
  232. DAYS="Days"
  233. WEEKS="Weeks"
  234. MONTHS="Months"
  235. YEARS="Years"
  236. LIMIT="Limit"
  237. ENCODING_FORMAT="Encoding format"
  238. ALL_STATUSES="All statuses"
  239. DATE_TYPE="Date type"
  240. CREATED_FIELD="Created"
  241. DATE_GROUP="Group items per"
  242. REMOVE_WIDGET="Are you sure you want to remove this widget ?"
  243. SOUTH_AMERICA="South America"
  244. CENTRAL_AMERICA="Central America"
  245. NORTH_AMERICA="North America"
  246. AFRICA="All of Africa"
  247. CENTRAL_AFRICA="Central Africa"
  248. NORTHERN_AFRICA="Northern Africa"
  249. SOUTHERN_AFRICA="Southern Africa"
  250. EASTERN_ASIA="Eastern Asia"
  251. SOUTHERN_ASIA="Southern Asia"
  252. ASIA_AND_PACIFIC="Asia/Pacific region"
  253. CENTRAL_ASIA="Central Asia"
  254. MIDDLE_EAST="Middle East"
  255. NORTHERN_ASIA="Northern Asia"
  256. NORTHERN_EUROPE="Northern Europe"
  257. WESTERN_EUROPE="Western Europe"
  258. SOUTHERN_EUROPE="Southern Europe"
  259.  
  260. ;back end control panel menus
  261. PRODUCTS_DESC_CREATE="Create/Edit/Delete your products"
  262. PRODUCTS_DESC_MANAGE="Handle pictures, files, prices, related products, etc"
  263. CHATACTERISTICS_DESC_MANAGE="You can also handle your products information based on characteristics"
  264. CATEGORIES_DESC_CREATE="Create/Edit/Delete categories of products"
  265. CUSTOMERS_DESC_CREATE="Manage and contact your customers"
  266. CUSTOMERS_DESC_MANAGE="You will be able to also manage their addresses and orders"
  267. ORDERS_DESC="Manage your customers orders"
  268. ORDERS_DESC_STATUS="Create/Edit/Delete orders statuses"
  269. AFFILIATES_DESC="Manage your affiliates"
  270. AFFILIATES_DESC_BANNERS="Create/Edit/Delete banners"
  271. AFFILIATES_DESC_SALES="Manage your affiliate sales"
  272. ONLY_COMMERCIAL="Only in commercial versions of HikaShop"
  273. ONLY_FROM_HIKASHOP_BUSINESS="Only from HikaShop Business"
  274. ZONE_DESC="Manage your store zones"
  275. ZONE_DESC_TAXES="Manage taxes and tax categories for your products"
  276. DISCOUNT_DESC="Create/Edit/Delete discounts and coupons"
  277. DISCOUNT_DESC_LIMITS="Handle restrictions on them"
  278. CURRENCY_DESC="Manage the currencies which will be available in your store"
  279. CURRENCY_DESC_RATES="Auto update of currency rates"
  280. PLUGINS_DESC_PAYMENT="Manage payment plugins"
  281. PLUGINS_DESC_SHIPPING="Manage shipping plugins"
  282. DISPLAY_DESC_VIEW="Edit easily any view in HikaShop"
  283. DISPLAY_DESC_CONTENT="Configure your HikaShop content menus & modules"
  284. DISPLAY_DESC_FIELDS="Custom Fields configuration"
  285. CONFIG_DESC_HIKASHOP_CONFIG="Configure HikaShop"
  286. CONFIG_DESC_HIKASHOP_MODIFY="Modify any string used in HikaShop"
  287. CONFIG_DESC_EMAIL="Modify any email used in HikaShop"
  288. CONFIG_DESC_HIKASHOP_PLUGIN="Turn ON/OFF HikaShop Plugins"
  289. UPDATE_DESC="Check for new update and see the changelog"
  290. HELP_DESC="Display the HikaShop help"
  291. FORUM_DESC="Access the forum for further help"
  292.  
  293. ;back end general
  294. ERROR_SAVING="Error Saving"
  295. MAIN_INFORMATION="Main information"
  296. HIKASHOP_SUCC_SAVED="Successfully Saved"
  297. SUCC_DELETE_ELEMENTS="Successfully deleted %s record(s)"
  298. NAME_TRANSLATED="Translated name"
  299. ROOT="Root"
  300. EXPLORER="Explorer"
  301. RATE="Rate"
  302. ZONE="Zone"
  303. RESTRICTIONS="Restrictions"
  304. ADDRESS="Address"
  305. PROCESS_CONFIRMATION="Are you sure you want to proceed?"
  306. NEW_ORDERING_SAVED="New Ordering Saved"
  307. ERROR_ORDERING="Error Ordering Elements"
  308.  
  309. ;config - main
  310. MAIN="Main"
  311. STORE_ADDRESS="Your shop address"
  312. ZONE_TAX_ADDRESS_TYPE="Type of address used for tax"
  313. BILLING="Billing"
  314. APPLY_DISCOUNTS="Apply discounts"
  315. BEFORE_TAXES="Before taxes"
  316. AFTER_TAXES="After taxes"
  317. DEFAULT_ADDRESS_TYPE="Default address type"
  318. MAIN_TAX_ZONE="Main tax zone"
  319. VAT_CHECK="VAT number check"
  320. NO_VAT_CHECK="No check"
  321. FORMAT_CHECK="Format check"
  322. ONLINE_CHECK="Online check"
  323. MAIN_CURRENCY="Main currency"
  324. RATES_REFRESH_FREQUENCY="Currency rates refresh frequency"
  325. DEFAULT_ORDER_STATUS="Default order status"
  326. CONFIRMED_ORDER_STATUS="Payment confirmed order status"
  327. CANCELLED_ORDER_STATUS="Cancelled order statuses"
  328. CART_RETAINING_PERIOD="Cart retaining period"
  329. CART_RETAINING_PERIOD_CHECK_FREQUENCY="Frequency of the check for the carts"
  330. CHECKOUT_FLOW="Checkout workflow"
  331. READ_MORE="Read more"
  332. DIMENSION_SYMBOLS="Dimension symbols"
  333. WEIGHT_SYMBOLS="Weight symbols"
  334. LAST_CHECK="Last check : %s"
  335. CHECKOUT_FORCE_SSL="Force SSL on checkout"
  336. DEFAULT_VARIANT_PUBLISH="Variant published by default"
  337. ORDER_NUMBER_FORMAT="Order number format"
  338. HIKA_QUANTITY_FIELD="Quantity field"
  339. HIKA_INSERT="Insert"
  340. EXCLUDE_DIMENSIONS="Exclude dimensions"
  341.  
  342. ;config - display
  343. GENERAL_DISPLAY_OPTIONS="General display options"
  344. DISPLAY_CHECKOUT_BAR="Display checkout progress bar"
  345. NO_CHECKOUT_PROGRESS="No checkout progress"
  346. CHECKOUT_PROGRESS="Checkout progress with ending"
  347. CHECKOUT_PROGRESS_WITHOUT_END="Checkout progress without end"
  348. AFTER_ADD_TO_CART="After a product is added to the cart"
  349. ALWAYS_CHECKOUT="Always go to the checkout"
  350. STAY_IF_CART_MODULE_DISPLAYED="Stay if cart module displayed"
  351. STAY_AND_DISPLAY_POPUP_NOTICE="Stay and display a popup notice"
  352. ALWAYS_STAY="Always stay on the same page"
  353. WHEN_CART_IS_EMPTY="URL where you will be redirected when the cart is empty"
  354. LIMIT_NUMBER_OF_ITEMS_IN_CART="Maximum number of items in the cart"
  355. BUTTON_STYLE="Button style"
  356. NORMAL="Normal"
  357. ROUNDED="Rounded"
  358. MENU_STYLE="Menu position"
  359. TITLE_BOTTOM="Under the title"
  360. CONTENT_TOP="Above the main area"
  361. CONTINUE_SHOPPING_BUTTON_URL="Continue shopping button's URL"
  362. COMMENTS_ENABLED_ON_PRODUCTS="Enable comments on products"
  363. CHARACTERISTICS_DISPLAY="Characteristics selection method"
  364. DROPDOWN="Dropdown"
  365. TABLE="Table"
  366. CHARACTERISTICS_DISPLAY_TEXT="Display the characteristics name"
  367. QUANTITY_FIELD="Display the quantity field on the product page"
  368. AJAX_INPUT="Ajax input"
  369. NORMAL_INPUT="Normal input"
  370. NO_DISPLAY="No display"
  371. PRINT_INVOICE_FRONTEND="Allow users to print invoices on the front end"
  372. CATEGORY_EXPLORER="Back end categories explorer"
  373. CSS_FRONTEND="Front-end CSS File"
  374. CSS_BACKEND="Back-end CSS File"
  375. MODULES_MAIN_DEFAULT_OPTIONS="Modules main default options"
  376. PRODUCT_SHOW_MODULES="Modules under the product page"
  377. DEFAULT_PARAMS_FOR_PRODUCTS="Default parameters for products"
  378. DEFAULT_PARAMS_FOR_CATEGORIES="Default parameters for categories"
  379. DEFAULT_PARAMS_FOR_DIV="Default parameters for DIVs"
  380. SHOW_FOOTER="Show footer"
  381. FOOTER="Footer"
  382. CATALOGUE_MODE="Catalogue mode"
  383. SIMPLIFIED_REGISTRATION="Simplified registration"
  384. NO_REGISTRATION="No registration"
  385. WEIGHT_UNIT_PRICE="Display the cost per unit weight"
  386. ALLOW_CUSTOMERS_TO_PAY_ORDERS_AFTERWARD="Payment of orders not paid immediately"
  387.  
  388. ;config - languages
  389. LANGUAGES="Languages"
  390. MULTI_LANGUAGE_EDIT="Activate the edition of content in multiple languages"
  391. INSTALL_JOOMFISH="You need to install Falang or Joomfish in order to be able to use the multi language edition"
  392. DEFAULT_TRANSLATION_PUBLISH="Translation published by default"
  393. MUTLILANGUAGE_INTERFACE_DISPLAY="Display mode of the multilingual edition interface"
  394. EDIT_LANGUAGE_FILE="Edit the language File"
  395. ADD_LANGUAGE_FILE="Add the language File"
  396. SHARE="Share"
  397. SHARE_HIKASHOP_CONFIRMATION_1="This Language File will be sent to the Hikari Software translation team and may be included in the next version."
  398. SHARE_HIKASHOP_CONFIRMATION_2="By sharing this file, you allow Hikari Software to use your work for any purpose."
  399. SHARE_CONFIRMATION_3="You can add a personal message in the following area which will be included in the e-mail sent to the team."
  400. HIKASHOP_LOAD_ENGLISH_1="HikaShop is actually not translated in this language."
  401. LOAD_ENGLISH_2="The English version will be loaded so that you can translate it."
  402. LOAD_ENGLISH_3="Once you are done, don't forget to share your translation with the rest of the community!"
  403. LOAD_LATEST_LANGUAGE="Load the latest version from our server"
  404. MISSING_LANGUAGE="Your language file is currently not installed."
  405. UPDATE_LANGUAGE="Your language file is not up to date."
  406. DONT_REMIND="I know, don't remind me"
  407.  
  408. ;config - cron
  409. EMPTY_LOG="The log file is empty"
  410. SUCC_DELETE_LOG="Log file successfully deleted"
  411. ERROR_DELETE_LOG="Could not delete the Log file"
  412. EXIST_LOG="Log file does not exists"
  413. CRON_TRIGGERED="HikaShop Triggered at %s"
  414. CRON_NEXT="The system won't be triggered before %s"
  415. CRON_PROCESS=""
  416. CREATE_CRON="Create/Edit your Cron task"
  417. CRON="Cron"
  418. MIN_DELAY="Minimum delay between two cron tasks"
  419. NEXT_RUN="Next Run time"
  420. CRON_URL="Cron URL"
  421. REPORT="Report"
  422. REPORT_SEND="Send a report"
  423. REPORT_SEND_TO="Send the report to"
  424. REPORT_SAVE="Save the report"
  425. REPORT_SAVE_TO="Save the report to"
  426. REPORT_DELETE="Delete the report"
  427. REPORT_SEE="See the report"
  428. REPORT_EDIT="Edit Report Email"
  429. LAST_CRON="Last Cron"
  430. LAST_RUN="Last Run time"
  431. CRON_TRIGGERED_IP="Triggered from the IP"
  432. EACH_TIME="Each time HikaShop is triggered"
  433. ONLY_ACTION="Only if HikaShop executes an action"
  434. SIMPLIFIED_REPORT="Simplified Report"
  435. DETAILED_REPORT="Detailed Report"
  436.  
  437. ;config - email
  438. FROM_NAME="From Name"
  439. FROM_ADDRESS="From Address"
  440. REPLYTO_NAME="Reply-to Name"
  441. REPLYTO_ADDRESS="Reply-to Address"
  442. BOUNCE_ADDRESS="Bounce Address"
  443. EMAILS_OPTIONS="Emails options"
  444. ADD_NAMES="Add names"
  445. CHARSET="Charset"
  446. WORD_WRAPPING="Word wrapping"
  447. EMBED_IMAGES="Embed images"
  448. EMBED_ATTACHMENTS="Embed attachments"
  449. MULTIPLE_PART="Multiple part"
  450. PAYMENTS_NOTIFICATIONS_EMAIL_ADDRESS="Payment notifications email address"
  451. ORDER_CREATION_NOTIFICATION_EMAIL_ADDRESS="Order creation admin notifications email address"
  452.  
  453. ;config - files
  454. ALLOWED_FILES="Allowed files"
  455. ALLOWED_IMAGES="Allowed images"
  456. UPLOAD_FOLDER="Upload folder"
  457. UPLOAD_SECURE_FOLDER="Upload secure folder"
  458. PAYMENT_LOG_FILE="Payment log file"
  459. ORDER_STATUS_FOR_DOWNLOAD="Valid order statuses for download"
  460. DOWNLOAD_TIME_LIMIT="Download time limit"
  461. DOWNLOAD_NUMBER_LIMIT="Download number limit"
  462. DEFAULT_IMAGE="Default image"
  463. THUMBNAIL="Thumbnail"
  464. THUMBNAIL_X="Thumbnail width"
  465. THUMBNAIL_Y="Thumbnail height"
  466. IMAGE_X="Image width"
  467. IMAGE_Y="Image height"
  468. MAX_X_POPUP="Full image popup max width"
  469. MAX_Y_POPUP="Full image popup max height"
  470. WATERMARK_ON_IMAGES="Watermark on images"
  471. WATERMARK_OPACITY="Watermark's opacity"
  472.  
  473. ;categories
  474. CATEGORY_DESCRIPTION="Description"
  475. DIRECT_SUB_ELEMENTS="Direct sub elements"
  476. CATEGORY_ADDITIONAL_INFORMATION="Additional information"
  477. CATEGORY_PARENT="parent category"
  478. ALL_SUB_ELEMENTS="All sub elements"
  479. ALL_SUB_ELEMENTS_GROUP_BY_CATEGORY="Grouped by category"
  480. PRODUCT_CATEGORIES="Product categories"
  481. PRODUCT_CATEGORY="Product category"
  482. TAXATION_CATEGORIES="Product tax categories"
  483. TAXATION_CATEGORY="Product tax category"
  484. ORDER_STATUS="Order status"
  485. ORDER_STATUSES="Order statuses"
  486. USE="Use"
  487. MAX_UPLOAD="maximum upload file size : %s"
  488. DEFAULT_CATEGORIES_DELETE_ERROR="You cannot delete a default category"
  489.  
  490. ;products
  491. PRODUCT_CODE="Code"
  492. PRODUCT_PRICE="Price"
  493. PRODUCT_QUANTITY="Quantity"
  494. PRODUCT_DESCRIPTION="Description"
  495. URL="Url"
  496. PRODUCT_META_DESCRIPTION="Meta description"
  497. PRODUCT_KEYWORDS="Keywords"
  498. VARIANTS="Variants"
  499. MANAGE_VARIANTS="Manage variants"
  500. UNLIMITED="Unlimited"
  501. PRODUCT_SALE_START="Product available from"
  502. PRODUCT_SALE_END="Product available until"
  503. PRODUCT_WEIGHT="Weight"
  504. RELATED_PRODUCTS="Related products"
  505. PRICES="Prices"
  506. PRICE="Price"
  507. PRICE_WITH_TAX="Price with tax"
  508. CURRENCY="Currency"
  509. MINIMUM_QUANTITY="Minimum quantity"
  510. FILENAME="Filename"
  511. SPECIFY_NAME_AND_CODE="Specify at least the name and code of the product"
  512. DUPLICATE_PRODUCT="A product with the same code already exists"
  513. PRODUCT_VOLUME="Volume"
  514. PRODUCT_WIDTH="Width"
  515. PRODUCT_LENGTH="Length"
  516. PRODUCT_HEIGHT="Height"
  517. ADD_TO_CART_HTML_CODE="Add to cart HTML link"
  518. PRODUCT_MAX_QUANTITY_PER_ORDER="Maximum quantity per order"
  519.  
  520. ;characteristics
  521. DEFAULT_VALUE="Default value"
  522. VALUES="Values"
  523. VALUE="Value"
  524. GO_TO_MAIN_PRODUCT="Go to the main product"
  525.  
  526. ;Order statuses
  527. CREATED="created"
  528. PENDING="pending"
  529. CONFIRMED="confirmed"
  530. CANCELLED="cancelled"
  531. REFUNDED="refunded"
  532. SHIPPED="shipped"
  533. ORDER_STATUS_CREATED="created"
  534. ORDER_STATUS_PENDING="pending"
  535. ORDER_STATUS_CONFIRMED="confirmed"
  536. ORDER_STATUS_CANCELLED="cancelled"
  537. ORDER_STATUS_REFUNDED="refunded"
  538. ORDER_STATUS_SHIPPED="shipped"
  539. HIKASHOP_ORDER_STATUS_CHANGED_TO="HikaShop order status changed to"
  540.  
  541. ;user
  542. PARTNERS_ONLY="Partners only"
  543. CUSTOMERS_ONLY="Customers only"
  544. JOOMLA_USER_OPTIONS="Joomla user options"
  545. ADDRESSES="Addresses"
  546. USERS="Users"
  547.  
  548. ;partner
  549. PARTNERS="Partners"
  550. PARTNER_KEY="Partner key"
  551. CUSTOM_FEES="Custom fees"
  552. PARTNER_FEES_CURRENCY="Currency of fees"
  553. PARTNER_LEAD_FEE="Lead fee"
  554. PARTNER_ORDER_PERCENT_FEE="Percentage fee on sales"
  555. PARTNER_ORDER_FLAT_FEE="Flat fee on sales"
  556. PARTNER_CLICK_FEE="Click fee"
  557. PARTNER="Partner"
  558. PAYMENT_TO_PARTNER="Affiliate program payment to %s"
  559. PAY_X_TO_X="You are about to pay %s to %s."
  560. REDIRECTION_FOR_PAYMENT="If you want to be redirect to %s in order to pay, turn on the option below"
  561. PROCEED="Proceed"
  562. ALLOW_CURRENCY_SELECTION="Allow partners to select their currency"
  563. VALID_ORDER_STATUS="Valid order status"
  564. AFFILIATE_ADVANCED_STATS="Display affiliates advanced statistics"
  565. CLICK_MINIMUM_DELAY="Minimum delay before a new click from the same IP will be valid"
  566. VALIDITY_PERIOD="Validity period of a click for leads and sales"
  567. AFFILIATE_TERMS="Affiliate program Terms & Conditions article"
  568. READ_AFFILIATE_TERMS="Read the Terms & Conditions of the affiliate program"
  569.  
  570. ;history
  571. HISTORY="History"
  572. REASON="Reason"
  573. INFORMATION="Information"
  574.  
  575. ;shipping
  576. SHIPPING_MAX_VOLUME="Maximum volume"
  577. SHIPPING_MIN_VOLUME="Minimum volume"
  578. SHIPPING_MIN_WEIGHT="Minimum weight"
  579. SHIPPING_MAX_WEIGHT="Maximum weight"
  580. SHIPPING_MIN_PRICE="Minimum price"
  581. SHIPPING_MAX_PRICE="Maximum price"
  582. EDIT_PLUGINS_BEFORE_DISPLAY="You need to edit and save the plugins before they can appear in the checkout"
  583. X_PACKAGES="%s package(s)"
  584.  
  585. ;discounts
  586. COUPONS="Coupons"
  587. DISCOUNT_CODE="Code"
  588. DISCOUNT_TYPE="Type"
  589. DISCOUNT_START_DATE="Start date"
  590. DISCOUNT_END_DATE="End date"
  591. DISCOUNT_VALUE="Value"
  592. DISCOUNT_QUOTA="Quota"
  593. MINIMUM_ORDER_VALUE="Minimum order value"
  594. PRODUCT_NOT_FOUND="Product not found"
  595. CATEGORY="Category"
  596. CATEGORY_NOT_FOUND="Category not found"
  597. INCLUDING_SUB_CATEGORIES="Including sub categories"
  598. DISCOUNT_FLAT_AMOUNT="Flat amount"
  599. DISCOUNT_PERCENT_AMOUNT="Percentage"
  600. DISCOUNT_USED_TIMES="Number of times used"
  601. X_LEFT="%s left"
  602. COUPON_AUTO_LOAD="Auto load in cart if possible"
  603.  
  604. ;taxes
  605. TAXATIONS="Tax rules"
  606. TAXATION="Tax rule"
  607. MANAGE_RATES="Manage rates"
  608. MANAGE_TAX_CATEGORIES="Manage tax categories"
  609. ALL_RATES="All rates"
  610. CUSTOMER_TYPE="Customer type"
  611. ALL_CUSTOMER_TYPES="All customer types"
  612. INDIVIDUAL="Individual"
  613. COMPANY_WITHOUT_VAT_NUMBER="Company without VAT number"
  614. COMPANY_WITH_VAT_NUMBER="Company with VAT number"
  615. TAX_NAMEKEY="Tax namekey"
  616. RATES="Rates"
  617. VAT_NOT_FOR_YOUR_COUNTRY="Your country is not supported for VAT numbers"
  618. VAT_NUMBER_NOT_VALID="The VAT number you entered is not valid"
  619. SOAP_EXTENSION_NOT_FOUND="The online VAT number check needs the SOAP extension for PHP. If you don't have it, please install it and then activate it. Otherwise, deactivate the online VAT number check."
  620.  
  621. ;email
  622. HTML_VERSION="HTML version"
  623. TEXT_VERSION="Text version"
  624. SEND_HTML="Send HTML"
  625. SENDER_INFORMATIONS="Sender Information"
  626. TO_NAME="To Name"
  627. TO_ADDRESS="To Address"
  628. EMAIL_SUBJECT="Email subject"
  629. ATTACHMENTS="Attachments"
  630. ATTACHED_FILES="Attached Files"
  631. ADD_ATTACHMENT="Attach a new file"
  632. REMOVE_CUSTOMIZATION_HTML="Remove HTML customization"
  633. REMOVE_CUSTOMIZATION_TEXT="Remove text customization"
  634. CRON_REPORT="Cron report"
  635. ORDER_NOTIFICATION="Order notification"
  636. ORDER_CREATION_NOTIFICATION="Order creation notification"
  637. ORDER_STATUS_NOTIFICATION="Order status notification"
  638. ADVICE_BOUNCE="The specified bounce e-mail address %s might cause a problem, please delete it (leave the field bounce address empty) and try again."
  639.  
  640. ;email content
  641. ORDER_STATUS_NOTIFICATION_SUBJECT="Your order No. %s is now %s at %s"
  642. ORDER_CREATION_NOTIFICATION_SUBJECT="Your order No. %s is now %s at %s"
  643. ORDER_NOTIFICATION_SUBJECT="Your order No. %s at %s"
  644. USER_ACCOUNT_SUBJECT="Account details for %s at %s"
  645. CRON_REPORT_SUBJECT="Your cron has been triggered"
  646. DATE_ON_WEBSITE="The %s at %s"
  647. ORDER_STATUS_CHANGED_TO="The status of your order No. %s has been changed to %s."
  648. HI_CUSTOMER="Hi %s,"
  649. ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE="We are pleased to confirm the creation of your order No. %s at %s on the %s at %s"
  650. YOUR_ORDER="Your order"
  651. SUMMARY_OF_YOUR_ORDER="Summary of your order"
  652. TOTAL_WITHOUT_VAT="TOTAL without VAT : %s"
  653. TOTAL_WITH_VAT="TOTAL with VAT : %s"
  654. ORDER_TOTAL_WITHOUT_VAT="TOTAL without VAT"
  655. ORDER_TOTAL_WITH_VAT="TOTAL with VAT"
  656. ORDER_VALID_AFTER_PAYMENT="Your order will be processed as soon as your payment is received."
  657. THANK_YOU_FOR_YOUR_ORDER="Once again, thank you for your order at %s. We hope to see you again soon."
  658. THANK_YOU_FOR_YOUR_ORDER_BEGIN="Thank you for your order at %s."
  659. THANK_YOU_FOR_REGISTERING="Thank you for registering at %s."
  660. ACCOUNT_MUST_BE_ACTIVATED="Your account must be activated by clicking on the link below. You will then be able to continue your order."
  661. YOU_CAN_LOG_IN_WITH="You can log in the website with the following username and password."
  662. BEST_REGARDS_CUSTOMER="Best regards,<br/>%s"
  663. NEW_ORDER_SUBJECT="New order No. %s created on %s"
  664. HIKASHOP_MAIL_HEADER="If you don't see this email properly, click here to see your order details"
  665.  
  666. ;currencies
  667. UPDATE_RATES="Update rates"
  668. UPDATE_RATES_WARNING="Updating your rates will erase your old rates"
  669. CURRENCY_CODE="Code"
  670. CURRENCY_SYMBOL="Symbol"
  671. CURRENCY_DISPLAY_EXAMPLE="Display example"
  672. CURRENCY_DISPLAYED="Displayed"
  673. CURRENCY_INFORMATION="Currency information"
  674. CURRENCY_PERCENT_FEE="Additional fee (in %)"
  675. RATES_SUCCESSFULLY_UPDATED="Rates successfully updated"
  676. MAIN_CURRENCY_NOT_SUPPORTED_ECB="Your main currency is not in the list of currencies supported by the European Central Bank feed. Thus, it is impossible to update your other currencies conversion rate from this feed"
  677. NO_DATA_IN_ECB_FEED="No data in the currencies rate feed of the European Central Bank"
  678. LOCALE_INFORMATION="Locale information"
  679. CURRENCY_FORMAT="Format"
  680. MON_DECIMAL_POINT="Decimal separation"
  681. MON_THOUSANDS_SEP="Groups separation"
  682. MON_GROUPING="Digits groups"
  683. POSITIVE_SIGN="Sign for positive values"
  684. NEGATIVE_SIGN="Sign for negative values"
  685. INT_FRAC_DIGITS="International fractional digits"
  686. FRAC_DIGITS="Local fractional digits"
  687. P_CS_PRECEDES="Symbol precedes positive value"
  688. P_SEP_BY_SPACE="Symbol and positive value space separation"
  689. N_CS_PRECEDES="Symbol precedes negative value"
  690. N_SEP_BY_SPACE="Symbol and negative value space separation"
  691. P_SIGN_POSN="Positive sign position"
  692. N_SIGN_POSN="Negative sign position"
  693. PARENTHESIS_AROUND="Parenthesis around"
  694. SIGN_BEFORE="Sign before"
  695. SIGN_AFTER="Sign after"
  696. SIGN_BEFORE_SYMBOL="Sign before symbol"
  697. SIGN_AFTER_SYMBOL="Sign after symbol"
  698.  
  699. ;zones
  700. ZONE_NOT_FOUND="Zone not found"
  701. ZONE_NAME_ENGLISH="Name in English"
  702. ZONE_CODE_2="Code 2 letters"
  703. ZONE_CODE_3="Code 3 letters"
  704. ZONE_TYPE="Type"
  705. ZONE_INFORMATION="Zone information"
  706. SUBZONES="Sub-zones"
  707. SUBZONES_CHOOSER_DISABLED="You first need to save your zone once before you can choose its sub-zones"
  708. ALL_ZONES="All zones"
  709. COUNTRIES="Countries"
  710. STATES="States"
  711. TAX_ZONES="Tax zones"
  712. SHIP_ZONES="Shipping zones"
  713. DISCOUNT_ZONES="Discount zones"
  714. PAYMENT_ZONES="Payment zones"
  715. DUPLICATE_ZONE="Zone already used"
  716.  
  717. ;banners
  718. IMAGE_URL="Image url"
  719.  
  720. ;Australia Post
  721. SHIPPING_SERVICES="Shipping services"
  722. EXPRESS="Express"
  723. STANDARD="Standard"
  724. AIR="By air"
  725. SEA="By sea"
  726. EXPRESS_DESCRIPTION=""
  727. STANDARD_DESCRIPTION=""
  728. AIR_DESCRIPTION=""
  729. SEA_DESCRIPTION=""
  730.  
  731. ;credit card
  732. CREDIT_CARD_NUMBER="Credit card number"
  733. EXPIRATION_DATE="Expiration date"
  734. CARD_VALIDATION_CODE="Card validation code"
  735. MM="mm"
  736. YY="yy"
  737. CVC_TOOLTIP_TITLE="Where to find it ?"
  738. CVC_TOOLTIP_TEXT="MasterCard, Visa, Diners Club, Discover, and JCB credit and debit cards have a three-digit security code on the back. American Express cards have a four-digit code printed on the front side of the card above the number."
  739. FILL_CREDIT_CARD_INFO="Please fill your credit card information"
  740.  
  741. ;paypal
  742. PAYPAL_ADDRESS_TYPE="Customer address"
  743. PAYPAL_CONNECTION_FAILED="Connection to Paypal failed for the order %s"
  744. NO_ADDRESS="No address"
  745. CLICK_ON_BUTTON_IF_NOT_REDIRECTED="If you are not redirected after 10 seconds, please click on the button below."
  746.  
  747. ;authorize
  748. GO_BACK_TO_SHOP="You can go back to the shop by clicking on this link"
  749. AUTHORIZE_LOGIN_ID="Login ID for Authorize.net"
  750. AUTHORIZE_TRANSACTION_KEY="Transaction key for Authorize.net"
  751. AUTHORIZE_MD5_HASH="Your MD5 Hash (response key) on Authorize.net"
  752. RETURN_TO_THE_STORE="Return to the store"
  753.  
  754. ;moneybookers
  755. MONEYBOOKERS_MERCHANT_ID="Your Moneybookers customer ID"
  756. MONEYBOOKERS_SECRET_WORD="Your secret word on Moneybookers"
  757.  
  758. ;bluepaid
  759. BLUEPAID_SHOP_ID="Your Bluepaid ID"
  760.  
  761. ;bank transfer
  762. BANK_ACCOUNT_INFORMATION="Bank account information"
  763. BANK_TRANSFER="Bank transfer"
  764. PLEASE_TRANSFERT_MONEY="You can now transfer the amount of %s using the following information."
  765. INCLUDE_ORDER_NUMBER_TO_TRANSFER="Do not forget to include the order number ( %s ) in the comments of the bank transfer so that we can match it to your order."
  766.  
  767. ;collect on delivery
  768. COLLECT_ON_DELIVERY="Collect On Delivery"
  769. AMOUNT_COLLECTED_ON_DELIVERY="The amount of %s will be collected upon delivery of your order (%s)"
  770.  
  771. ;check
  772. CHECK_PAYMENT="Check"
  773. CHECK_INFORMATION="Check information"
  774. PLEASE_SEND_CHECK="You can now send us a check with the amount of %s using the following information."
  775. INCLUDE_ORDER_NUMBER_TO_CHECK="Do not forget to include the order number ( %s ) on the back of the check so that we can match it to your order."
  776.  
  777. ;payment notification emails
  778. NOTIFICATION_OF_ORDER_ON_WEBSITE="This notification was for the order %s on the website %s"
  779. ACCESS_ORDER_WITH_LINK="You can access the order details directly by clicking on the link below after logging in your back end:<br/>%s"
  780. NOTIFICATION_REFUSED_FOR_THE_ORDER="%s payment notification refused:"
  781. NOTIFICATION_REFUSED_FROM_IP="Hello,<br/>A %s notification was refused because the IP %s is not in the list of valid IPs :<br/>%s"
  782. NOTIFICATION_REFUSED_NO_CONNECTION="Hello,<br/>A %s notification was refused because the connection to the confirmation server failed."
  783. CHECK_DOCUMENTATION="Check the documentation concerning this issue at %s"
  784. IP_NOT_VALID="IP not valid for the order %s"
  785. PAYMENT_NOTIFICATION_STATUS="Hello,<br/>A %s notification was received with the status %s."
  786. STATUS_NOT_CHANGED="The order status was not changed"
  787. AUTOMATIC_PAYMENT_NOTIFICATION="automatic payment notification received"
  788. INVALID_AMOUNT="invalid amount"
  789. AMOUNT_RECEIVED_DIFFERENT_FROM_ORDER="Hello,<br/>A %s notification was refused because the amount received (%s) is different from the order amount (%s)"
  790. ORDER_STATUS_CHANGED="The order is now %s."
  791.  
  792. ;field interface
  793. FIELD_LABEL="Label"
  794. FIELD_COLUMN="Column name"
  795. FIELD_TYPE="Field type"
  796. REQUIRED="Required"
  797. CORE="Core"
  798. FIELD_SIZE="Size"
  799. FIELD_DEFAULT="Default value"
  800. FIELD_VALUES="Values"
  801. FIELD_COLUMNS="Columns"
  802. FIELD_ROWS="Rows"
  803. FIELD_TEXT="Text"
  804. FIELD_TEXTAREA="Text area"
  805. FIELD_RADIO="Radio Button"
  806. FIELD_CHECKBOX="Checkbox"
  807. DISPLAY_BACKEND_FORM="Back-end Form"
  808. DISPLAY_FRONTCOMP="Front-end"
  809. DISPLAY_BACKEND_LISTING="Back-end Listing"
  810. EXTRA_INFORMATION="Extra information"
  811. FIELD="Field"
  812. FIELD_SINGLEDROPDOWN="Single Dropdown"
  813. FIELD_MULTIPLEDROPDOWN="Multiple Dropdown"
  814. FIELD_DATE="Simple date picker"
  815. FIELD_VALUE="Value"
  816. FIELD_TABLE="Table"
  817. FIELD_TITLE="Title"
  818. FIELD_ADDVALUE="Add a new value"
  819. FIELD_VALID="Please enter a value for the field %s"
  820. FIELD_ERROR="Custom Error Message"
  821. FORMAT="Format"
  822. FIELD_ZONE="Zone"
  823. TITLE="Title"
  824. FIRSTNAME="First name"
  825. MIDDLE_NAME="Middle name"
  826. LASTNAME="Last name"
  827. COMPANY="Company"
  828. STREET="Address"
  829. POST_CODE="Post code"
  830. CITY="City"
  831. TELEPHONE="Telephone"
  832. FAX="Fax"
  833. STATE="State"
  834. COUNTRY="Country"
  835. VAT_NUMBER="VAT number"
  836. CORE_FIELD_DELETE_ERROR="You cannot remove a core custom field. However, you can un-publish it"
  837. HIKASHOP_ENTRY="Entry"
  838. HIKASHOP_ENTRIES="Entries"
  839. DISPLAY_LIMITED_TO="Display limited to"
  840. SAVE_THE_FIELD_FIRST_BEFORE="You need to save the field first before setting this option"
  841. ADD_A_NEW_ENTRY="Add an additional entry"
  842. REMOVE_ENTRY="Remove this entry"
  843. CORRESPOND_TO_PRODUCT="Correspond to the product"
  844. FOR_THE_VALUE="For the value"
  845. FIELD_DISABLED="Disabled"
  846.  
  847. ;modules and menus
  848. MODULES="Modules"
  849. HIKASHOP_OPTIONS="HikaShop Options"
  850. HIKASHOP_OPTIONS_EDIT="You need to save this item before accessing the HikaShop options"
  851. MENU="Menu"
  852. JOOMLA_MODULE_OPTIONS="Joomla module options"
  853. JOOMLA_MENU_OPTIONS="Joomla menu options"
  854. SHOW_TITLE="Show title"
  855. SHOW_IMAGE="Show image"
  856. SHOW_DESCRIPTION="Show description"
  857. TYPE_OF_CONTENT="Type of content"
  858. TYPE_OF_LAYOUT="Type of layout"
  859. LIST="List"
  860. DIV="Div"
  861. NUMBER_OF_COLUMNS="Number of columns"
  862. NUMBER_OF_ITEMS="Number of items"
  863. ORDERING_DIRECTION="Ordering direction"
  864. ASCENDING="Ascending"
  865. DESCENDING="Descending"
  866. SUB_ELEMENTS_FILTER="Sub elements filter"
  867. SELECT_A_CATEGORY="Select a category"
  868. SELECT="Select"
  869. ASSOCIATED_MODULES="Associated modules"
  870. SELECT_MODULES="Select modules"
  871. SHOW_CART_PRICE="Show prices in the cart"
  872. SHOW_CART_QUANTITY="Show quantities in the cart"
  873. SHOW_CART_DELETE="Show delete icons in the cart"
  874. CHECKOUT_SHOW_CART_DELETE="Show delete icons during checkout"
  875. SHOW_CART_PROCEED="Show proceed button in the cart"
  876. EMPTY_CART_MESSAGE="The cart is empty"
  877. MODULE_CLASS_SUFFIX="Module class suffix"
  878. MODULES_TO_DISPLAY_UNDER_MAIN_ZONE="Modules to display under the main area"
  879. SYNCHRO_WITH_ITEM="Synchronize with currently<br/>displayed item when possible"
  880. USE_NAME_INSTEAD_TITLE="Use menu name instead of<br/>category name for the title"
  881. PARAMS_FOR_PRODUCTS="Parameters for products"
  882. ORDERING_FIELD="Ordering field"
  883. CONTENT_ON_PRODUCT_PAGE="Content on product page"
  884. IN_SAME_CATEGORIES="In the same categories"
  885. IN_MODULE_PARENT_CATEGORY="In the module associated category"
  886. RANDOM_ITEMS="Random items"
  887. ADD_TO_CART_BUTTON="Display 'Add to cart' button"
  888. LINK_TO_PRODUCT_PAGE="Link to the product page"
  889. DISPLAY_PRICE="Display price"
  890. SHOW_TAXED_PRICES="Show taxed prices"
  891. NO_TAX="No tax"
  892. WITH_TAX="With tax"
  893. DISPLAY_BOTH_PAGINATION="Display both"
  894. DISPLAY_BOTH_TAXES="Display both"
  895. ORIGINAL_CURRENCY_PRICE="Show price in original currency"
  896. SHOW_DISCOUNTED_PRICE="Show discounted price"
  897. DISPLAY_DISCOUNT_AMOUNT="Display the discount amount"
  898. DISPLAY_PRICE_BEFORE_DISCOUNT="Display the price before the discount is applied"
  899. PRICE_DISPLAY_METHOD="Price display method"
  900. CHEAPEST_PRICE="Cheapest price"
  901. UNIT_PRICE_ONLY="Unit price only"
  902. PRICE_RANGE="Price range"
  903. PARAMS_FOR_CATEGORIES="Parameter for categories"
  904. SHOW_SUB_CATEGORIES="Show sub categories"
  905. NO_CHILD="No child"
  906. ALL_CHILDS="All direct sub categories"
  907. ALL_CHILDS_EXPANDED="All sub categories"
  908. NUMBER_OF_SUB_CATEGORIES="Number of sub categories"
  909. PARAMS_FOR_DIV="Parameters for DIV"
  910. TYPE_OF_ITEM_LAYOUT="Type of item layout"
  911. IMG="Image"
  912. IMG_DESC="Image and description"
  913. IMG_TITLE="Image and title"
  914. ITEM_BOX_HEIGHT="Item box height"
  915. ITEM_BOX_COLOR="Item box background color"
  916. ITEM_BOX_MARGIN="Item box margin"
  917. ITEM_BOX_ROUND_CORNER="Item box rounded corners"
  918. TEXT_CENTERED="Text centered"
  919. MENU_WITHOUT_ASSOCIATED_MODULE="You just saved a category listing menu without setting an associated module for it."
  920. ASSOCIATED_MODULE_NEEDED="If you want to display a product listing below the category listing, you need to add an associated product listing module."
  921. ADD_MODULE_AUTO="You can do so automatically by <span style=' text-decoration: underline;font-size:1.2em'><a href='%s'>clicking here</a></span>"
  922.  
  923. ;view
  924. CLIENT="Client"
  925. REMOVE_CUSTOMIZATION="Remove customization"
  926. FRONT_END="Front end"
  927. BACK_END="Back end"
  928. FRONT_END_AND_BACK_END="Front end and back end"
  929. ALL_TEMPLATES="All templates"
  930.  
  931. ;files
  932. ACCEPTED_TYPE="This file type ( %s ) is not accepted. The accepted file types are : %s"
  933. FAIL_UPLOAD="Could not upload the file %s to %s"
  934. WRITABLE_FOLDER="The folder %s is not writable"
  935. FILE_NOT_WRITABLE="Could not make the file %s writable"
  936. FAIL_SAVE="Could not save the file %s"
  937. ADD_FILE_VIA_BROWSE_BUTTON="You didn't add your file via the browse button"
  938.  
  939. ;export/import
  940. FIELD_EXPORT="Fields to export"
  941. EXPORT_FORMAT="Exporting format"
  942. UPLOAD_FILE="Upload a file"
  943. CHARSET_FILE="File Charset"
  944. IMPORT="Import"
  945. IMPORT_ARGUMENTS="You need %s arguments per line"
  946. IMPORT_ERRORLINE="The line '%s' could not be imported"
  947. IMPORT_REPORT="%s products found : %s new products imported, %s invalid product code, %s already existing products"
  948. IMPORT_ERROR_FIELD="The column '%s' is not in the list of possible columns : %s. The column data was ignored"
  949. UNKNOWN="Unknown"
  950. PRODUCTS_FROM_CSV="Import products from CSV"
  951. PRODUCTS_FROM_TEXTAREA="Import products from text area"
  952. PRODUCTS_FROM_FOLDER="Import products from folder"
  953. FOLDER_PATH="Folder path"
  954. DELETE_FILES_AUTOMATICALLY="Delete files automatically"
  955. PRODUCT_TEMPLATE="Product template"
  956. NO_PRODUCT_TEMPLATE="No product template"
  957. FILE_SKIPPED="The type of the file '%s' is not accepted. The file was skipped."
  958.  
  959. ;ftp
  960. DESCFTP="In order to be able to change this item, we need your FTP account details. Please enter them in the form fields below."
  961. DESCFTPTITLE="FTP Login Details"
  962.  
  963. ;License
  964. LICENSE="License"
  965. ERROR_SAVING_LICENSE="Could not save the license : %s"
  966. SUCC_LICENSE="Your license has been validated successfully"
  967. ERROR_LICENSE="Your license could not be validated"
  968.  
  969. ;install
  970. PLUG_INSTALLED="Plugin %s installed successfully"
  971. PLUG_ERROR="Error installing Plugin %s"
  972. MODULE_INSTALLED="Module %s installed successfully"
  973. MODULE_ERROR="Error installing Module %s"
  974. INSTALL_CONTINUE="Continue the Install Process"
  975. ERROR_PLUGINS_1="Some required HikaShop plugins have not been installed."
  976. ERROR_PLUGINS_2="Please make sure your plugins folders are writable : "
  977. ERROR_PLUGINS_3="Then click here to trigger the install process again."
  978. INSTALLEXT=""
  979. CONTACT="Please Contact us at %s"
  980.  
  981. ;joomla 1.6
  982. HIKA_CONFIGURATION="Configuration"
  983. HIKA_CATEGORIES="Categories"
  984. HIKA_HELP="Help"
  985. HIKA_COPY="Copy"
  986. HIKA_DELETE="Delete"
  987. HIKA_USER="User"
  988. HIKA_EXPORT="Export"
  989. HIKA_NAME="Name"
  990. HIKA_EDIT="Edit"
  991. HIKA_SAVE="Save"
  992. HIKA_CLOSE="Close"
  993. HIKA_FILES="Files"
  994. HIKA_APPLY="Apply"
  995. HIKA_USERNAME="Username"
  996. HIKA_FILE="File"
  997. HIKA_NUM="#"
  998. HIKA_TITLE="Title"
  999. HIKA_EDITOR="Editor"
  1000. HIKA_NONE="None"
  1001. HIKA_DEFAULT="Default"
  1002. HIKA_VALIDDELETEITEMS="Are you sure you want to delete the selected Items?"
  1003. HIKA_MINUTES="Minutes"
  1004. HIKA_SECONDS="Seconds"
  1005. HIKA_PRINT="Print"
  1006. HIKA_EMAIL="E-mail"
  1007. HIKA_ENABLED="Enabled"
  1008. HIKA_PUBLISHED="Published"
  1009. HIKA_DESCRIPTION="Description"
  1010. HIKA_IMAGE="Image"
  1011. HIKA_IMAGES="Images"
  1012. HIKA_ORDER="Order"
  1013. HIKA_LAST_MODIFIED="Last Modified"
  1014. HIKA_ALL="all"
  1015. HIKA_BANNERS="Banners"
  1016. HIKA_VIEW="View"
  1017. HIKA_TEMPLATE="Template"
  1018. HIKA_ALIAS="Alias"
  1019. HIKA_TYPE="Type"
  1020. HIKA_LOGIN="Login"
  1021. HIKA_PASSWORD="Password"
  1022. HIKA_CLIENTID="Client ID"
  1023. HIKA_REMEMBER_ME="Remember Me"
  1024. HIKA_FORGOT_YOUR_PASSWORD="Forgot your password"
  1025. HIKA_FORGOT_YOUR_USERNAME="Forgot your username"
  1026. HIKA_REGISTER_REQUIRED="Fields marked with an asterisk (*) are required."
  1027. HIKA_REGISTER="Register"
  1028. HIKA_VERIFY_PASSWORD="Verify Password"
  1029. HIKA_REG_COMPLETE_ACTIVATE="Your account has been created and an activation link has been sent to the e-mail address you entered. Note that you must <strong>activate the account</strong> by clicking on the activation link in the e-mail that you receive before you can login."
  1030. HIKA_REG_ACTIVATE_NOT_FOUND="There is no such account in our database or the account has already been activated."
  1031. HIKA_REG_ACTIVATE_COMPLETE="Your Account has been successfully activated."
  1032. HIKA_DETAILS="Details"
  1033. HIKA_REGISTRATION="Registration"
  1034. HIKA_CANCEL="Cancel"
  1035. HIKA_BACK="Back"
  1036.  
  1037. ; since version 1.4.0
  1038. CREDITCARD_WARNING="For security reasons, we strongly recommend you to delete the partial credit card information stored for this order once you've retrieved it for processing. Also, remember to delete the email with the rest of the information once used."
  1039. FORCE_MENU_ON_CHECKOUT="Force a menu on the checkout"
  1040. PARAMS_FOR_LIST="Parameters for lists"
  1041. UL_CLASS_NAME="UL class name"
  1042. CUSTOMER_PAID_WITH_CREDIT_CARD="The customer paid with his or her credit card"
  1043. END_OF_CREDIT_CARD_NUMBER="End of the credit card number"
  1044. BEGINNING_OF_CREDIT_CARD_NUMBER="Beginning of the credit card number"
  1045. CREDITCARD_INFORMATION="Information"
  1046. CREDITCARD_PAYMENT="Credit card"
  1047. THANK_YOU_SHARING="Thank you for your contribution"
  1048.  
  1049. ; since version 1.4.1
  1050. CHARACTERISTICS_VALUES_ORDER="Characteristics values ordering"
  1051. ALPHABETIC="Alphabetic"
  1052. CREDIT_CARD_INVALID="Credit card number is invalid"
  1053. CREDIT_CARD_EXPIRED="Credit card expired"
  1054. CREDIT_CARD_OWNER="Credit card owner"
  1055. CHARACTERISTICS_FIRST="Before configuring the variant of your product, you need to first create one or several characteristics with the menu Products->Characteristics, and then add one or several characteristics to your product"
  1056. HIKASHOP_CHECKOUT_TERMS="Terms and Conditions"
  1057. APPEND_CHARACTERISTICS_VALUE_TO_PRODUCT_NAME="Append characteristics value to the product name"
  1058. CSV_SEPARATOR="CSV separator"
  1059. COMMA="Comma"
  1060. SEMICOLON="Semicolon"
  1061. UPDATE_PRODUCTS="Update products information if the product_code already exists"
  1062. CREATE_CATEGORIES="Create automatically missing categories"
  1063. FORCE_PUBLISH="Force products to be published if no information<br/>is given in the product_published column"
  1064. ORDER_ADMIN_NOTIFICATION="Order administrator notification"
  1065. USER_ACCOUNT="User account"
  1066.  
  1067. ;since version 1.4.2
  1068. HIKASHOP_SAVE_OPTIONS_ONCE="Please save the HikaShop options as least once"
  1069. MINI_CART="Mini %s"
  1070. X_ITEMS_FOR_X="%s items for %s"
  1071. TOTAL_IN_CART_X="Total : %s"
  1072. ACCESS_LEVEL="Access level"
  1073. HIKA_CUSTOM="Custom"
  1074. COUPON_NOT_FOR_YOU="You are not allowed to use this coupon"
  1075. MANUFACTURER_URL="Brand URL : %s"
  1076. FILE_TYPE="File type"
  1077. RESSOURCE_NOT_ALLOWED="You are not allowed to see this resource"
  1078.  
  1079. ;since version 1.4.3
  1080. AUTO_SUBMIT_SHIPPING_AND_PAYMENT_SELECTION="Auto submit shipping and payment methods selection"
  1081. BECOME_PARTNER_QUESTION_REGISTRATION="Add a 'become a partner' checkbox on the registration form"
  1082. QUESTION_REGISTRATION_DEFAULT="Default value of the partner checkbox"
  1083. BECOME_A_PARTNER="Become a partner"
  1084. THANK_YOU_FOR_BECOMING_OUR_PARTNER="We also want to thank you for becoming our partner. Your partner ID will be %s and you will be able to access the affiliate program using this link : %s"
  1085. OVERRIDE="Override"
  1086. OVERRIDE_WITH_EXPLANATION="You can copy/paste the lines here from the file above which you would like to customize. For translators, you should modify the translation file above and share your modifications so that they can be integrated in the default translation files."
  1087.  
  1088. ;since version 1.4.4
  1089. HIKASHOP_ITEM="Item"
  1090. CATALOGUE_MODE_WARNING="The catalogue mode will remove all of the 'add to cart' buttons from HikaShop on your front end"
  1091. DISPLAY_ADD_TO_CART_BUTTON_FOR_FREE_PRODUCT="Display 'add to cart' button for free products"
  1092. CHOOSE_OPTIONS="Choose options"
  1093.  
  1094. ;since version 1.4.5
  1095. HIKA_NEW="New"
  1096. NOT_ENOUGH_STOCK="Not enough in stock"
  1097. USER_GROUP_AFTER_PURCHASE="User group after purchase"
  1098. CHECKOUT="Checkout"
  1099. AUTO_SELECT_DEFAULT_SHIPPING_AND_PAYMENT="Auto select default shipping and payment methods"
  1100. IF_ONLY_ONE_METHOD_AVAILABLE="If only one method is available"
  1101. NOTICE_POPUP_DISPLAY_TIME="Notice popup display time"
  1102. CONTACT_US_FOR_INFO="Contact us for more information"
  1103. FOR_ALL_PRODUCTS="For all products"
  1104. ON_A_PER_PRODUCT_BASIS="On a per product basis"
  1105. DISPLAY_CONTACT_BUTTON="Display a contact button on the product page"
  1106. CONTACT_REQUEST_FOR_PRODUCT="A contact request has been made for the product '%s'"
  1107. CONTACT_REQUEST="A contact request has been made"
  1108. CONTACT_REQUEST_SENT="Your request has been sent successfully"
  1109.  
  1110. ;since version 1.4.6
  1111. PAY_NOW="Pay now"
  1112. ALLOW_CUSTOMERS_TO_CHANGE_THEIR_PAYMENT_METHOD_AFTER_CHECKOUT="Allow customers to change<br/>their payment method after checkout"
  1113. FORCE_SHIPPING_REGARDLESS_OF_WEIGHT="Force shipping regardless of weight"
  1114. EDIT_INFOS="Edit your account information"
  1115. PRODUCT_MIN_QUANTITY_PER_ORDER="Minimum quantity per order"
  1116. CLICK_HERE_TO_GO_BACK_TO_PRODUCT="<a href='%s'>Click here</a> to go back to the product page"
  1117. CATEGORY_CONTENT_DOES_NOT_SUPPORT_TABLE_LAYOUT="The category content does not support table layout display"
  1118.  
  1119. ;since version 1.4.8
  1120. PLEASE_WAIT_BEFORE_REDIRECTION_TO_X="Please wait while you are redirected to %s"
  1121. ALLOW_NOTIFICATIONS_FROM_X="Allow payment notifications from %s"
  1122. DEBUG="Debug"
  1123. CANCEL_URL="Cancel url"
  1124. RETURN_URL="Return url"
  1125. IPS="IPs"
  1126. REFRESH_IPS="Refresh IPs"
  1127. INVALID_STATUS="Invalid status"
  1128. PENDING_STATUS="Pending status"
  1129. VERIFIED_STATUS="Verified status"
  1130. LOGO="Your logo URL"
  1131. STATUS_URL="The confirmation URL you need to enter<br/>in your %s account configuration page"
  1132. IPN_SECURITY_CODE="IPN security code"
  1133. EWAY_CUSTOMER_ID="eWAY customer id"
  1134. POPUP_BLOCKER_MESSAGE_EPAY="Notice! If you are using a pop-up blocker, you must hold down the CTRL key as you click the button."
  1135. PAYMENT_ORDER_CONFIRMED="Payment confirmed"
  1136. MERCHANT_NUMBER="Merchant number"
  1137. WINDOW_STATE="Window State"
  1138. MD5MODE="MD5 Mode"
  1139. MD5KEY="MD5 Key"
  1140. GROUP="Group"
  1141. AUTHSMS="Auth SMS"
  1142. AUTHEMAIL="Auth E-mail"
  1143. INSTANTCAPTURE="Instant Capture"
  1144. SPLITPAYMENT="Split payment"
  1145. ADDFEE="Add fee to customer"
  1146. POPUP_SAMEWINDOW="Same window"
  1147. NOMD5="No MD5"
  1148. BACKFROMEPAY="From ePay"
  1149. TOANDBACKFROMEPAY="To and from ePay"
  1150. VALID_PHONE="Please enter a valid phone number"
  1151. HIKA_PAGINATION="Pagination"
  1152. HIKA_TOP="Top"
  1153. HIKA_BOTTOM="Bottom"
  1154.  
  1155. ;since version 1.4.9
  1156. YOU_NEED_TO_ORDER_AT_LEAST_X_X="You need to order at least %s %s"
  1157. DIMENSIONS_DISPLAY="Dimensions display"
  1158. OPTIONS_FOR_X="Click here to access the display options of the products listing (%s)"
  1159. PAYMENT_OPTIONS="Payment options"
  1160. ALLOW_PARTIAL_PAYMENT="Partial payment"
  1161. MINIMUM_COST="Minimum (value)"
  1162. MINIMUM_ORDER_PERCENT="Minimum (percent)"
  1163. GIVE_BACK_POINTS_IF_CANCELLED="Give back points on cancellation"
  1164. BASIC_POINTS_RULES="Points earning"
  1165. PRODUCT_POINTS="Products points"
  1166. LIMITE_POINTS_BY_TYPE="Limit by type"
  1167. EARN_POINTS_ON_SHIPPING="Shipping gives points"
  1168. CATEGORIES_POINTS="Points earning on categories"
  1169. POINTS="Points"
  1170. LIMITE_POINTS_BY_CATEGORY="Limit by category"
  1171. GROUPS_POINTS="Points earning on groups"
  1172. LIMITE_POINTS_BY_GROUP="Limit by group"
  1173. YOU_HIKA_HAVE="You have<span class='hikashop_AUP_points'> %s </span>points (or <span class='hikashop_AUP_points'>%s</span>)."
  1174. PAY_FULL_ORDER_POINTS=" You can pay the full order with your points, it will cost you <span class='hikashop_AUP_price'> %s </span>points."
  1175. PAY_FULL_ORDER_NO_SHIPPING=" You can pay the full order with your points (no shipping included), it will cost you <span class='hikashop_AUP_price'> %s </span>points."
  1176. COUPON_GENERATE=" A coupon will be automatically generated "
  1177. CAUTION_POINTS="(CAUTION! YOUR POINTS WILL BE REMOVED!)"
  1178. COUPON_GENERATE_PARTIAL=" You can use your points to generate a coupon of <span class='hikashop_AUP_price'>%s</span> which will be automatically add to your order."
  1179. NOT_ENOUGH_POINTS="You don't have enough points to finalize this order!"
  1180. ERROR_POINTS="Error, you cannot validate this order."
  1181. EQUALS=" = "
  1182. MAXIMUM_ORDER_PERCENT="Maximum (percent)"
  1183.  
  1184. ;since version 1.5.0
  1185. SHIPPING_MIN_ZIP="Minimum post code"
  1186. SHIPPING_MAX_ZIP="Maximum post code"
  1187. EMPTY_CART_MESSAGE_OVERRIDE="Empty cart message override"
  1188. PRICE_WITH_OPTIONS="Price with options"
  1189. DOWNLOADS="Downloads"
  1190. SHIPPING_PREFIX="Prefix"
  1191. SHIPPING_SUFFIX="Suffix"
  1192. INCLUDE_VIRTUAL_PRODUCTS_PRICE="Include virtual<br/>products price"
  1193. CPI_STORE_KEY="CPI store key"
  1194. DISCOUNT_QUOTA_PER_USER="Quota per user"
  1195. NOT_ENOUGH_PRODUCTS_FOR_COUPON="The coupon you entered cannot be used for less than %s products in your cart"
  1196. MINIMUM_NUMBER_OF_PRODUCTS="Minimum number of products"
  1197. LINK_ON_MAIN_CATEGORIES="Link on main categories"
  1198. ATOS_PAYMENT_MEANS="Payment means"
  1199. ATOS_MERCHANT_ID="Merchant id"
  1200. ATOS_MERCHANT_COUNTRY="Merchant country"
  1201. ATOS_UPLOAD_FOLDER="Upload folder"
  1202. ATOS_LOGO_FOLDER="Logo folder"
  1203. ATOS_UPLOAD_REQUEST="Choose request file"
  1204. ATOS_UPLOAD_RESPONSE="Choose response file"
  1205. ATOS_CERTIFICATE="Choose your certificate"
  1206. ATOS_DELAY="Payment delay"
  1207. ENABLE_VALIDATION="Enable validation mode"
  1208. ATOS_INSTALLMENTS="Multiple payments"
  1209. INSTALLMENTS_SEPARATED_BY=" installments separated by "
  1210. FORCE_MULTIPLE_PAYMENTS="Force multiple payments"
  1211. PAYMENT_IN_X_TIME="Payment in %s installments"
  1212. PAY_FULL_ORDER="Pay the full order"
  1213. SELECT_CARDS="Select usable cards"
  1214. PAYMENT_NOTIFICATION_ERROR="An error has occurred during the payment process. The message returned: %s - Error code: %s"
  1215. PAYMENT_NOTIFICATION_PROBLEM="%s payment notification : %s "
  1216. ORDER_CANCEL_BY_USER="Order cancelled by user"
  1217. ORDER_HAVE_BEEN="The order have been %s"
  1218. ATOS_BINARIES_FOLDER="Binaries folder"
  1219. ATOS_PARAM_FOLDER="Parameters folder"
  1220.  
  1221. ;since version 1.5.1
  1222. NO_FEED="No feed"
  1223. RSS_ONLY="Only the RSS feed"
  1224. ATOM_ONLY="Only the Atom feed"
  1225. ALL_FEED="Atom & RSS feed"
  1226. DISPLAY_OUT_OF_STOCK_PRODUCTS="Display out of stock products"
  1227. SEND_DETAILS_OF_ORDER="Send details of the order"
  1228. OPTIONS="Options"
  1229. MANAGE="Manage"
  1230. ACL_WRONG_CONFIG="You cannot exclude yourself from the configuration management"
  1231. ADDRESS_OVERRIDE="Address override"
  1232. HIKA_NEXT="Next"
  1233.  
  1234. ;since version 1.5.2
  1235. CUSTOM_TEXT="Custom text"
  1236. PUT_STORE_OFFLINE="Put the store offline"
  1237. SHOP_IN_MAINTENANCE="The shop is in maintenance"
  1238. MANUFACTURERS="Brands"
  1239. MANUFACTURER="Brand"
  1240. CATEGORY_META_DESCRIPTION="Meta description"
  1241. CATEGORY_KEYWORDS="Keywords"
  1242. BUSINESS_HOURS="Business hours"
  1243. OPENS_AT="Opens at: "
  1244. CLOSES_AT="Closes at: "
  1245. THE_STORE_IS_ONLY_OPEN_FROM_X_TO_X="The store is open from %s to %s"
  1246. FREE_DOWNLOAD="Free download"
  1247. FROM_HIKASHOP="From HikaShop"
  1248. FROM_TEMPLATE="From %s template override"
  1249. ALLOW_USERS_TO_PRINT_CART="Allow users to print their cart"
  1250. CLEAN_CART_WHEN_ORDER_IS="Clean cart when order is"
  1251. SIGNATURE="Signature"
  1252. ENVIRONNEMENT="Environment"
  1253. SHARED_KEY="Shared Key"
  1254. HASH_METHOD="Hash method"
  1255. CV2_MANDATORY="CV2 Mandatory"
  1256. ADDRESS1_MANDATORY="Street mandatory"
  1257. CITY_MANDATORY="City mandatory"
  1258. POSTCODE_MANDATORY="Postcode mandatory"
  1259. STATE_MANDATORY="State mandatory"
  1260. COUNTRY_MANDATORY="Country mandatory"
  1261. GATEWAY_DOMAIN="Gateway domain"
  1262. GATEWAY_PORT="Gateway port"
  1263.  
  1264. ;since version 1.5.3
  1265. LIMIT_REACHED="Limit reached. Quantity reduced for product: %s"
  1266. LIMIT_REACHED_REMOVED="Limit reached. You can't add the product: %s"
  1267. ENABLE_CAROUSEL="Enable carousel"
  1268. IMAGE_WIDTH="Item width"
  1269. IMAGE_HEIGHT="Item height"
  1270. TYPE_OF_CAROUSEL_EFFECT="Type of carousel effect"
  1271. SLIDE_DIRECTION="Slide direction"
  1272. TRANSITION_EFFECT="Transition effect"
  1273. CAROUSEL_EFFECT_DURATION="Carousel effect duration"
  1274. PRODUCTS_BY_SLIDE="Product per slide"
  1275. SLIDE_ONE_BY_ONE="Slide one by one"
  1276. AUTO_SLIDE="Auto-slide"
  1277. AUTO_SLIDE_DURATION="Time between two auto-slide"
  1278. SLIDE_PAGINATION_TYPE="Pagination type"
  1279. PAGINATION_IMAGE_WIDTH="Thumbnail width"
  1280. PAGINATION_IMAGE_HEIGHT="Thumbnail height"
  1281. PAGINATION_POSITION="Pagination position"
  1282. DISPLAY_BUTTONS="Display carousel button"
  1283. PANE_HEIGHT="Pane height"
  1284. ITEM_BOX_BORDER="Item box border"
  1285. HORIZONTAL="Horizontal"
  1286. VERTICAL="Vertical"
  1287. LINEAR="Linear"
  1288. BOUNCE="Bounce"
  1289. ELASTIC="Elastic"
  1290. SINUSOIDAL="Sinusoidal"
  1291. QUADRATIC="Quadratic"
  1292. EXPONENTIAL="Exponential"
  1293. NO_PAGINATION="No pagination"
  1294. THUMBNAILS="Thumbnails"
  1295. DOTS="Dots"
  1296. NUMBERS="Numbers"
  1297. PRODUCT_NAME="Products name"
  1298. SLIDE="Slide"
  1299. FADE="Fade"
  1300. PRODUCT_TRANSITION_EFFECT="Item effect transition"
  1301. PRODUCT_EFFECT_DURATION="Item effect duration"
  1302. USE_AJAX_WHEN_POSSIBLE_FOR_ADD_TO_CART="Use AJAX when possible<br/>for add to cart buttons"
  1303. TRANSACTION_DECLINED_WRONG_CARD="Your transaction was declined. Please reenter your credit card information or select another credit card."
  1304. TRANSACTION_DECLINED="Your transaction was declined."
  1305. TRANSACTION_PROCESSING_ERROR="There was an error while processing your transaction: %s"
  1306. PLEASE_SELECT_SOMETHING="Please make a selection from the list"
  1307. NO_SHIPPING="No shipping"
  1308. INPUT_FILTERING="Input filtering"
  1309. MAXLENGTH="Maximum length"
  1310. BROWSE_FILE="Please browse for a file to import"
  1311. SEF_URL_OPTIONS="SEF url options"
  1312. ACTIVATE_SMALLER_URL="Activate smaller url"
  1313. PRODUCT_SHOW_SEF_NAME="Product SEF name"
  1314. CATEGORY_LISTING_SEF_NAME="Category SEF name"
  1315. UPS_ACCESS_CODE="UPS Access Key"
  1316. UPS_USER_ID="UPS User ID"
  1317. SHIPPER_NUMBER="Shipper number"
  1318. DESTINATION_TYPE="Destination type"
  1319. PICKUP_TYPE="Pickup type"
  1320. WAREHOUSE="Warehouse"
  1321. UNITS="Units"
  1322. GROUP_PACKAGE="Group packages"
  1323. INCLUDE_PRICE="Include prices"
  1324. UPS_HANDLING_FEES="Handling fees"
  1325. UPS_PERCENTAGE_HANDLING_FEES="Handling fees percent"
  1326. UPS_WEIGHT_APPROXIMATION="Weight approximation"
  1327. DIMENSION_APPROXIMATION="Dimension approximation"
  1328. DELETE_ZONE="Delete Zone"
  1329. HIKA_LEFT="Left"
  1330. HIKA_RIGHT="Right"
  1331. CARD_TYPE="Card type"
  1332.  
  1333. ;since version 1.5.4
  1334. INHERIT_PARENT_GROUP_ACCESS="Inherit parent group access"
  1335. ENTER_INFO_REGISTER_IF_NEEDED="You need to enter your %s %s. If you don't have a %s account yet, you can <a id='link_to_plateform' href='%s' style='text-decoration: underline;font-size:1.2em'>create a new account by clicking here</a>"
  1336. CART_PRODUCT_IMAGE="Image"
  1337. ADD_EXISTING_PRODUCT="Add an existing product"
  1338. HIKA_REFRESH="Refresh"
  1339. LEADS="Leads"
  1340. PAYMENT_EMAIL_ADDRESS="Payment e-mail address"
  1341. AFFILIATE_PAYMENT_DELAY="Minimum delay before paying the affiliate commission"
  1342. PAYABLE="Payable"
  1343. AMOUNT_DELAY="Items more than %s old"
  1344. CLICKS_ALL="All clicks"
  1345. X_AND_INFERIOR="Under %s"
  1346. X_AND_SUPERIOR="%s and above"
  1347. FROM_X_TO_Y="%s to %s"
  1348. HIKASHOP_CHECKOUT_FIELDS="Fields"
  1349. HIKASHOP_CHECKOUT_ADD_STEP="Add Step"
  1350. APPLY_ON="Apply on"
  1351. SUBMIT_ON_CLICK="Submit on click"
  1352. DELETABLE_FILTER="Deletable filter"
  1353. DYNAMIC_DISPLAY="Dynamic display"
  1354. TITLE_POSITION="Title position"
  1355. CURSOR="Cursor"
  1356. PRODUCT_INFORMATION="Product information"
  1357. SORT="Sort"
  1358. PRODUCT_SURFACE="Surface"
  1359. HIKA_INSIDE="Inside"
  1360. MAXIMIZE_TEXT_SIZE="Maximum text size"
  1361. INLINE_BUTTON="Inline button"
  1362. HIKA_TOP_LEFT="Top left"
  1363. HIKA_TOP_RIGHT="Top right"
  1364. HIKA_TOP_CENTER="Top center"
  1365. HIKA_BOTTOM_LEFT="Bottom left"
  1366. HIKA_BOTTOM_RIGHT="Bottom right"
  1367. HIKA_BOTTOM_CENTER="Bottom center"
  1368. CURSOR_NUMBER="Cursor number"
  1369. CURSOR_MIN="Cursor minimum value"
  1370. CURSOR_MAX="Cursor maximum value"
  1371. CURSOR_STEP="Cursor steps"
  1372. CURSOR_EFFECT="Cursor effect"
  1373. CURSOR_WIDTH="Cursor width"
  1374. FROM_SAME_MANUFACTURER="From the same brand"
  1375. FILTERS="Filters"
  1376. HEIGHT="Height"
  1377. SHOW_FILTER_BUTTON="Show filter button"
  1378. DISPLAY_FIELDSET="Display fieldset"
  1379. FILTER_BUTTON_POSITION="Filter button position"
  1380. THE_PRODUCT_IS_OUT_OF_STOCK="<a href='%s'>The product %s has a stock of only %s items.</a>"
  1381. ESTIMATED_TIME_AFTER_SEND="Estimated delivery date: %s days after shipping it"
  1382. SHIPPING_DELIVERY_DELAY="Estimated delivery date: %s"
  1383. NO_ESTIMATED_TIME_AFTER_SEND="No estimated delivery date"
  1384. DELIVERY_HOUR="Delivery hour: %s"
  1385. NO_DELIVERY_HOUR="No delivery hour"
  1386. OUT_OF_STOCK_NOTIFICATION_SUBJECT="Out of stock notification for the website %s"
  1387. OUT_OF_STOCK="Out of stock notification"
  1388. GROUP_OPTIONS_WITH_PRODUCT="Group options with product"
  1389.  
  1390. ;since version 1.5.5
  1391. CHECKOUT_WORKFLOW_EDITION="Advanced checkout workflow edition"
  1392. HIKA_UNPUBLISHED="Unpublished"
  1393. AUP_X_POINTS_HAS_BEEN_DEDUCTED_FROM_YOUR_ACCOUNT="<span class='hikashop_AUP_price'>%s</span> points have been deducted from your account"
  1394. CONFIGURE_YOUR_PAYMENT_METHODS="Please configure your payment methods"
  1395. NO_PAYMENT_METHODS_FOUND="No payment methods found"
  1396. CANCEL_ORDER="Cancel Order"
  1397. CANCELLABLE_ORDER_STATUS="Cancellable orders statuses"
  1398. ADD_ME_WAITLIST="Notify me when available"
  1399. WAITLIST_SUBSCRIBE="You will be notified when the product will be available"
  1400. ACTIVATE_WAITLIST="Activate Waitlist feature"
  1401. WAITLIST_SUBSCRIBE_LIMIT="Maximum of waitlist subscriber per product"
  1402. WAITLIST_SEND_LIMIT="Maximum emails sent per product"
  1403. WAITLIST_NOTIFICATION_SUBJECT="Product now in stock"
  1404. WAITLIST_SUBSCRIBE_FOR_PRODUCT="You have subscribed to the stock notification for the product: %s"
  1405. WAITLIST_FOR_PRODUCT="Notify me when the product '%s' will be available"
  1406. THERE_IS_NOW_QTY_FOR_PRODUCT="There is now %s product(s) in stock"
  1407. ACCESS_TO_THE_ORDER="You can access this product page via <a href='%s'>this link</a>."
  1408. SEE_PRODUCT="See <a href='%s'>the product</a>."
  1409. MAKE_A_REFUND_IF_POSSIBLE="Don't forget to make a manual refund of the order."
  1410. COMPARE_MODE="Activate compare mode"
  1411. COMPARE_LIMIT="Compare limitation"
  1412. ADD_TO_COMPARE_LIST="Compare product"
  1413. COMPARE_PRODUCTS="Compare Products"
  1414. REMOVE_FROM_COMPARE_LIST="Do not compare product"
  1415. COMPARE_LIMIT_REACHED="The compare list is full"
  1416. SELECT_DATE_IN_PAST="Please select a date in the past"
  1417. SELECT_DATE_IN_FUTURE="Please select a date in the future"
  1418. ALLOW="Allow"
  1419. ALL_DATES="All dates"
  1420. ONLY_PAST_DATES="Only past dates"
  1421. ONLY_FUTURE_DATES="Only future dates"
  1422. ORDER_CANCEL="Order cancel"
  1423. WAITLIST_NOTIFICATION="Wait list notification"
  1424. ALREADY_REGISTER_WAITLIST="You have already subscribed to this wait list"
  1425. HEADER_IMAGE="Paypal header url"
  1426.  
  1427. ;since version 1.5.6
  1428. INCORRECT_DATE_FORMAT="Incorrect date format"
  1429. DETAILED_TAX_DISPLAY="Detailed tax display"
  1430. CUMULATIVE_TAX="Cumulative tax"
  1431. PAYMENT_NOTIFICATION="%s payment notification : payment %s"
  1432. PAYMENT_NOTIFICATION_FOR_ORDER="%s payment notification : payment %s for order no.%s"
  1433. HIKA_TITLE_MR="Mr"
  1434. HIKA_TITLE_MRS="Mrs"
  1435. HIKA_TITLE_MISS="Miss"
  1436. HIKA_TITLE_MS="Ms"
  1437. HIKA_TITLE_DR="Dr"
  1438. DISCOUNT_CODE_ALREADY_USED="Discount code already used. Please change it"
  1439. DISPLAY_CUSTOM_ITEM_FIELDS="Display custom item fields"
  1440. RECENTLY_VIEWED="Recently viewed"
  1441. SHOW_NUMBER_OF_PRODUCTS="Show the number of products"
  1442. ONLY_DISPLAY_CATEGORIES_WITH_PRODUCTS="Only display categories with products"
  1443. LAYOUT_ON_PRODUCT_PAGE="Layout on product page"
  1444. HIKA_INHERIT="Inherit"
  1445. SHOW_DEFAULT="Default"
  1446. SHOW_REVERSED="Reversed"
  1447. SHOW_TABULAR="Tabular"
  1448. SIMPLIFIED_REGISTRATION_WITH_PASSWORD="Simplified registration with password"
  1449. SIMPLIFIED_BREADCRUMBS="Simplified breadcrumbs"
  1450. PRODUCT_PAGE_IMAGE_X="Product page image width"
  1451. PRODUCT_PAGE_IMAGE_Y="Product page image height"
  1452.  
  1453. ;since version 1.5.7
  1454. ORDER_ADMIN_NOTIFICATION_SUBJECT="A new order has been created on your website"
  1455. REMOVE_COUPON="Remove coupon"
  1456. NO_MANUFACTURER="No brand"
  1457. HIKA_EMAIL_CONFIRM="E-mail confirmation"
  1458. THE_CONFIRMATION_EMAIL_DIFFERS_FROM_THE_EMAIL_YOUR_ENTERED="The confirmation email differs from the email your entered. Please enter it again."
  1459. DISPLAY_EMAIL_CONFIRMATION_FIELD="Display email confirmation field"
  1460. READONLY="Read only"
  1461. SPECIFY_A_NAME="Please specify a name."
  1462. NOT_COMPAT_WITH_SORTING="Caution: You cannot have a %s filter and apply it to sorting. The filter type has been changed to %s."
  1463. NO_TITLE_INSIDE="Caution: You cannot put the title inside a radio button or a checkbox. The title position has been changed to top."
  1464. NO_CURRENCY_SELECTED="Caution: You have to choose at least one currency. A currency have been selected automatically for you."
  1465. CUSTOM_FIELD_NOT_AVAILABLE_FOR_CATEGORY="Caution: The chosen custom field is not available for this category."
  1466. MIN_MAX_NOT_SET="Error: You have to define a maximum and a minimum value for your cursor."
  1467. HIKA_ADMIN_CONFIRM_ACTIVATION="An administrator will now have to validate the activation of your account."
  1468. VOTE_AND_COMMENT_PLEASE="Please enter a vote and a comment"
  1469. THANKS_FOR_PARTICIPATION="Thanks for your participation"
  1470. THANKS_FOR_COMMENT="Thanks for your comment"
  1471. PLEASE_COMMENT="Please leave a comment"
  1472. LET_COMMENT_TO_VALID_VOTE="To validate your vote, please enter a comment"
  1473. THANK_FOR_VOTE="Thanks for your vote"
  1474. VOTE_UPDATED="Vote updated"
  1475. ONLY_REGISTERED_CAN_VOTE="You must be registered in order to post a vote"
  1476. ONLY_REGISTERED_CAN_COMMENT="You must be registered in order to post a comment"
  1477. VOTE_ERROR="An error has occurred, please try again later"
  1478. MUST_HAVE_BUY_TO_VOTE="You must have bought this item in order to post a vote or a comment"
  1479. ENABLE_STATUS="Choose which module you want to enable"
  1480. ACCESS_VOTE="Choose the access level for votes or comments"
  1481. STAR_NUMBER="Number of stars for the rating"
  1482. NUMBER_COMMENT_BY_PRODUCT="Number of comments to be shown per page"
  1483. USEFUL_RATING="Enable useful rating for each comment"
  1484. VOTE="Vote"
  1485. ALREADY_VOTE_USEFUL="You have already voted for this comment"
  1486. VOTE_AVERAGE="Average"
  1487. MULTI_VOTE="Allow multi comment if votes and comments are connected"
  1488. SHOW_LISTING_COMMENT="Users must be registered to see other comments"
  1489. REGISTER_NOTE_COMMENT="Users must be registered to note other comments"
  1490. ENTER_PSEUDO_VOTE="You have to enter your username"
  1491. EMAIL_COMMENT="If users are not logged in, require email address for comments"
  1492. COMMENT_BY_PERSON_BY_PRODUCT="Maximum number of comments per user for one product"
  1493. PSEUDO_REQUIRED="You have to enter your username"
  1494. EMAIL_INVALID="Please check your email address"
  1495. REACH_LIMIT_OF_COMMENT="You have reached your limit of comments for this product"
  1496. FULL_COMMENT="Entire comment"
  1497. VOTE_ENTER_ITEM_ID="Please enter the item ID."
  1498. PUBLISHED_COMMENT="Auto publish new comments"
  1499. DISPLAY_VOTE_OF_PRODUCTS="Display vote and/or comment in product pages"
  1500. DISPLAY_VOTE_IN_CATEGORIES="Show vote in categories"
  1501. DISPLAY_VOTE="Display votes"
  1502. EMAIL_NEW_COMMENT="Send email for new comments"
  1503. RATING="Rating"
  1504. HIKA_IP="Ip"
  1505. WRONG_ITEM_ID="No items match this item id"
  1506. NEW_COMMENT_NOTIFICATION_SUBJECT="A new comment has been posted."
  1507. NEW_COMMENT="New comment "
  1508. SEE_COMMENT="Link to the comment"
  1509. COMMENT_CONTENT="Comment posted"
  1510. COMMENT_ITEM_NAME="Item name"
  1511. PRODUCT_COMMENT="Comment"
  1512. PRODUCT_NEW_COMMENT="Post a comment"
  1513. VENDOR_NAME="Vendor name"
  1514. TEMPLATE="Template"
  1515. HIKA_FILE_MODE="Set file mode"
  1516. HIKA_FILE_MODE_UPLOAD="Upload file"
  1517. HIKA_FILE_MODE_PATH="Specify file location"
  1518. HIKA_PATH="File path"
  1519. COM_HIKASHOP_CATEGORY_VIEW_DEFAULT_TITLE="Categories listing"
  1520. COM_HIKASHOP_CHECKOUT_VIEW_DEFAULT_TITLE="Checkout"
  1521. COM_HIKASHOP_ADDRESS_VIEW_DEFAULT_TITLE="User addresses"
  1522. COM_HIKASHOP_AFFILIATE_VIEW_DEFAULT_TITLE="Affiliate program"
  1523. COM_HIKASHOP_ENTRY_VIEW_DEFAULT_TITLE="Entry registration"
  1524. COM_HIKASHOP_ORDER_VIEW_DEFAULT_TITLE="Customer orders"
  1525. COM_HIKASHOP_PRODUCT_FORM_VIEW_DEFAULT_TITLE="Product page"
  1526. COM_HIKASHOP_PRODUCT_VIEW_DEFAULT_TITLE="Products listing"
  1527. COM_HIKASHOP_USER_VIEW_DEFAULT_TITLE="Registration form"
  1528. COM_HIKASHOP_USER_PANEL_VIEW_DEFAULT_TITLE="User control panel"
  1529. COM_HIKASHOP_COMPARE_VIEW_DEFAULT_TITLE="Comparison page"
  1530. COM_HIKASHOP_CONTACT_VIEW_DEFAULT_TITLE="Contact page"
  1531. STYLES_FOR_FRONTEND="Styles for the front-end"
  1532. STYLE_HIKASHOP="Easily adapt HikaShop<br/>to your template with Styles"
  1533. STYLE_TOOLTIP_TITLE="HikaShop Styles"
  1534. STYLE_TOOLTIP_TEXT="With HikaShop styles you can easily adapt HikaShop to your Joomla template. Click on the link to learn more about that !"
  1535. OVERRIDE_SHIPPING_ADDRESS="Override shipping address"
  1536. DISPLAY_OTHER_PRODUCT_SHORTCUT="Show shortcuts to other category products"
  1537. SUBSCRIPTION_LEVEL="Subscription level"
  1538. VIEW_SUBSCRIPTIONS="Show your subscriptions"
  1539. SUBSCRIPTIONS="Subscriptions"
  1540. OVERRIDE_SHIPPING_ADDRESS_TEXT="Override shipping address text"
  1541. HIKA_HIDE="Hide"
  1542. SHIPPING_PRICES="Shipping prices"
  1543. USE_PRICE_PER_PRODUCT="Use price per product"
  1544. PRICE_PER_PRODUCT="Price per product"
  1545. PERCENT_AMOUNT_PER_PRODUCT="Percentage per product"
  1546. HIKA_USER_NAME="Name"
  1547.  
  1548. ;since 1.5.8
  1549. HIKA_PREVIOUS="Previous"
  1550. EMPTY_FILENAME=" "
  1551. DOWNLOAD_NOW="Download"
  1552. AUP_DISCOUNT="Points discount"
  1553. AUP_USE_POINTS="Points used"
  1554. USE_VIRTUAL_POINTS="Use virtual points"
  1555. USE_VIRTUAL_COUPON="Use virtual coupons"
  1556. GROUP_POINTS_WARNING_LEVEL="Group points: Warning level"
  1557. MISSING_X_POINTS_TO_REDUCTION="Missing %d point(s) to have a reduction of %s"
  1558. HIKASHOP_NO_COMMENT_YET="No comments have been posted yet."
  1559. HIKASHOP_VOTE_BOUGHT_COMMENT="This person has bought this item."
  1560. HIKASHOP_LISTING_COMMENT="List of the comments:"
  1561. HIKASHOP_POST_COMMENT="Post a comment ..."
  1562. HIKASHOP_NO_USEFUL="No vote yet"
  1563. VOTE_USEFUL_STYLE="Set the useful vote style"
  1564. HELPFUL="Helpful"
  1565. VOTE_COMMENT_SORT="Choose how the comments have to be sorted"
  1566. HIKASHOP_LET_A_COMMENT="Give your advice about this item:"
  1567. CART_PRODUCT_CODE="Code"
  1568. DISPLAY_CODE="Display product code"
  1569. FREE_PAYMENT=" "
  1570. HIKASHOP_PAYMENT="Payment fee"
  1571. ASSOCIATED_CATEGORY="Associated category"
  1572. BANNER="Banner"
  1573.  
  1574. ;since 1.5.9
  1575. FEE="Fee"
  1576. GROUP_POINTS_BY="Group points by"
  1577. MAXIMUM_POINTS="Maximum points"
  1578. GIVE_POINTS_ON_STATUSES="Give points on statuses"
  1579. PLEASE_FILL_ADDITIONAL_INFO="Please fill additional information"
  1580. GLOBAL_ON_LISTINGS="Global on listings"
  1581. PAGE_TITLE="Page title"
  1582. ADD_TO_WISHLIST="Add to wishlist"
  1583. CART_TO_WISHLIST="Convert cart in wishlist"
  1584. WISHLIST_TO_CART="Convert wishlist in cart"
  1585. DISPLAY_THE_WISHLIST="Show the wishlist"
  1586. SAVE_WISHLIST="Save the wishlist"
  1587. ADD_TO_WISHLIST_BUTTON="Display 'Add to wishlist' button"
  1588. COUPON_NO_VALUE_WHEN_DISCOUNT="Coupon has no value when used with current product discount(s)."
  1589. COUPON_LIMITED_VALUE_WHEN_DISCOUNT="Coupon has limited value when used with current product discount(s)."
  1590. NEW_WISHLIST="Create a new wishlist"
  1591. NEW_CART="Create a new cart"
  1592. DISPLAY_THE_WISHLISTS="Show the wishlists"
  1593. DISPLAY_THE_CARTS="Show the carts"
  1594. HIKA_SET_AS_CURRENT="Set as current"
  1595. HIKA_CURRENT="Current"
  1596. HIKA_STOCK="Stock"
  1597. CANADAPOST_TURNAROUND="Warehouse turnaround time (Hours)"
  1598. CANADAPOST_READYTOSHIP="Ready to ship"
  1599. WISHLISTS="Wishlists"
  1600. WISHLIST="Wishlist"
  1601. CARTS="Carts"
  1602. HIKA_ACTION="Action"
  1603. HIKA_NOT_SALE_ANYMORE="Not on sale anymore"
  1604. WISHLIST_EMPTY="The wishlist is empty"
  1605. HIKA_UNLIMITED="Unlimited"
  1606. SHOW_COMMENT_DATE="Display the date of each comment"
  1607. CART_WISHLIST="Cart/Wishlist"
  1608. HIKASHOP_SEND_COMMENT="Send a comment"
  1609. HIKASHOP_CART_NAME="Cart name"
  1610. HIKASHOP_NOT_AUTHORIZED="You are not authorized to see this resource"
  1611. HIKASHOP_WISHLIST_LINK="Link to the wishlist"
  1612. HIKASHOP_EVERYBODY="Everybody"
  1613. HIKASHOP_NOBODY="Nobody"
  1614. HIKASHOP_REGISTERED_USERS="Registered users"
  1615. HKASHOP_USER_ID="User ID"
  1616. HIKA_NEW_WISHLIST_BACKEND="Please add the products, save them, and then add the other information."
  1617. HIKA_NO_CARTS_FOUND="No cart found"
  1618. HIKA_NO_WISHLISTS_FOUND="No wishlist found"
  1619. VERTICAL_DISTANCE="Vertical distance"
  1620. HORIZONTAL_DISTANCE="Horizontal distance"
  1621. DISCOUNT_NOT_FOUND="Discount not found"
  1622. HIKA_BADGES="Badges"
  1623. HIKA_BADGE="Badge"
  1624. HIKASHOP_REPORTS="Reports"
  1625. HIKASHOP_REPORT="Report"
  1626. YESTERDAY="Yesterday"
  1627. LAST_24H="Last 24h"
  1628. THIS_WEEK="This week"
  1629. THIS_MONTH="This month"
  1630. THIS_YEAR="This year"
  1631. PREVIOUS_WEEK="Last week"
  1632. PREVIOUS_MONTH="Last month"
  1633. PREVIOUS_YEAR="Last year"
  1634. COLUMN="Column"
  1635. LINE="Line"
  1636. AREA="Area"
  1637. DISPLAY_TYPE="Display Type"
  1638. COMPARE="Compare"
  1639. DISPLAYED_INFORMATION="Displayed Information"
  1640. LAST_PARTNER="Last Partner"
  1641. BEST_PARTNER="Best Partner"
  1642. TOTAL_PARTNER="Total Partner"
  1643. LAST_CUSTOMER="Last Customer"
  1644. BEST_CUSTOMER="Best Customer"
  1645. TOTAL_CUSTOMER="Total Customer"
  1646. BEST="Best"
  1647. WORST="Worst"
  1648. CONFIGURE_WIDGET_ROW="Please configure your first row"
  1649. SPECIFIC_OPTIONS="Specific Options"
  1650. LAST_PERIOD="Last period"
  1651. LAST_YEAR="Last year"
  1652. CURRENT_REPORT="Current report"
  1653. NOT_SPECIFIED="Not Specified"
  1654. LAST_SEVEN_ORDERS="Last 7 Orders"
  1655. SALES_THIS_MONTH="Sales this month"
  1656. MAIN_STATISTICS="Main statistics"
  1657. WEEKLY_PERFORMANCE="Weekly performance"
  1658. TOP_SALES="Top sales"
  1659. ORDER_STATUSES_THIS_WEEK="Order statuses this week"
  1660. SALES_COMPARISON_BETWEEN_THIS_YEAR_VS_LAST_YEAR="Sales comparison"
  1661. FIVE_BEST_CATEGORIES_OVER_THE_LAST_TWO_WEEKS="5 best categories over the past 2 weeks"
  1662. ORDERS_BY_CURRENCY="Orders by currency"
  1663. ORDERS_TO_SHIP="Orders to ship"
  1664. COM_HIKASHOP_BRAND_VIEW_DEFAULT_TITLE="Brands listing"
  1665. HIKASHOP_RANDOM_MODULE="Random products"
  1666. HIKASHOP_CATEGORIES_1_MODULE="Categories on 1 level"
  1667. HIKASHOP_CATEGORIES_2_MODULE="Categories on 2 levels"
  1668. HIKASHOP_BEST_SELLERS_MODULE="Best sellers"
  1669. HIKASHOP_LATEST_MODULE="Latest products"
  1670. HIKASHOP_BEST_RATED_MODULE="Best rated"
  1671. FEDEX_ORIGINATION_POSTCODE="Origination postcode"
  1672. FEDEX_ACCOUNT_NUMBER="Account number"
  1673. FEDEX_METER_ID="Meter ID"
  1674. FEDEX_API_KEY="API Key"
  1675. FEDEX_SHOW_ETA_DELAY="Show delay"
  1676. FEDEX_SHOW_ETA="Show ETA"
  1677. FEDEX_SHOW_NOTES="Show Notes"
  1678. FEDEX_USE_BOX_DIMENSION="Use box dimension"
  1679. SHIPPING_GROUPED_BOX_DIMENSIONS="Dimensions and weight of grouped packages"
  1680. SHIPPING_YOUR_PACKAGING="Your packaging"
  1681. SHIPPING_PACKAGING_TYPE="Packaging type"
  1682. SHIPPING_BOX_DIMENSIONS="Box dimensions"
  1683. ORDERING="Ordering"
  1684. SET_USER_ADDRESS="Set user address"
  1685. X_CHARACTERS_REMAINING="<span id='%s'>%s</span> characters remaining"
  1686. POSITION="Position"
  1687.  
  1688. ;since 1.6.0
  1689. CHECKOUT_CONVERT_CART="Display the convert cart in wishlist button"
  1690. PRODUCT_SUCCESSFULLY_ADDED_TO_WISHLIST="Product successfully added to the wishlist"
  1691. PLEASE_SELECT_A_PRODUCT_FIRST="Please select a product first"
  1692. ENABLE_WISHLIST="Enable the wishlists"
  1693. ENABLE_MULTI_CART="Enable multi carts"
  1694. STORE_OFFLINE_WARNING="WARNING ! Turning on this option will disable HikaShop pages on your website frontend !"
  1695. HIKASHOP_WISHLIST_CREATED="The new wishlist will be displayed when products are added to it."
  1696. HIKASHOP_CART_CREATED="The new cart will be displayed when products inside."
  1697. DISPLAY_FILTERS="Display Filters"
  1698. DISPLAY_FILTERS_ON_PRODUCT_LISTING="Display filters on product listing"
  1699. HIKA_FIND_IT_HELPFUL="%s of %s find it helpful"
  1700. ACCESS_CODE="Access key"
  1701. PIN="Pin"
  1702.  
  1703. ;since 2.0.0
  1704. SHARED_SSL="Shared SSL"
  1705. DISPLAY_THE_CART="Display the cart"
  1706. DISPLAY_MANUFACTURER="Display the manufacturer"
  1707. HIKA_RECUR_DURATION_TIME="Recurring products don't have the same duration time, please only keep products with same duration in this cart."
  1708. HIKA_RECUR_ONE_SUBS_ALLOWED="Only one subscription allowed."
  1709. HIKA_RECUR_BOTH_PRODUCT_TYPE="Recurring products & not recurring products in cart, please keep only one type of product in this cart."
  1710. REATTEMPT="Retry in case of payment failure"
  1711. HIKA_SUBSCRIPTION_COMPONENT="Subscription component"
  1712. PRICE_FROM="Use price from"
  1713. OUT_OF_DATE_SUBSCRIPTION="Your subscription %s has expired."
  1714. ACCESS_ORDER_WITH_LINK_FRONTEND="You can access the order details directly by clicking on the link below after logging in:<br/>%s"
  1715. SUBSCRIPTION_EOT="Subscription expired"
  1716. PREVIOUS_PRODUCT="Previous product"
  1717. NEXT_PRODUCT="Next product"
  1718. WEIGHT_DISPLAY="Weight Display"
  1719. UPDATE_PRODUCT_QUANTITY="Update the product quantity instead of replacing it"
  1720. INVOICE_NUMBER="Invoice Number"
  1721. INVOICE_NUMBER_FORMAT="Invoice Number format"
  1722. INVOICE_ORDER_STATUSES="Invoice order statuses"
  1723. SUBJECT="Subject"
  1724. MENUS="Menus"
  1725. AUP_POINTS="Points"
  1726. DEFINED_LIMITS="Defined limits"
  1727. HIKASHOP_USER_DETAILS="Your details"
  1728. COM_HIKASHOP_CART_LISTING_VIEW_DEFAULT_TITLE="Cart listing"
  1729. COM_HIKASHOP_CART_FORM_VIEW_DEFAULT_TITLE="Cart Display"
  1730. VOTE_COMMENT_SORT_FRONTEND="Allow users to sort comments"
  1731. HIKASHOP_COMMENT_ORDER_DATE="Date ordering"
  1732. HIKASHOP_COMMENT_ORDER_HELPFUL="Most helpful"
  1733.  
  1734. ;since 2.1.0
  1735. INVOICE_INFORMATION="Invoice information"
  1736. INVOICE_MESSAGE="Your invoice amount is: "
  1737. INVOICE_ORDER_NUMBER="The order number for this invoice: "
  1738. NO_DATA="No data"
  1739. BEST_PRODUCT_THIS_YEAR="Best product this year"
  1740. BEST_CUSTOMER_ALL_TIME="Best customer of all times"
  1741. ORDERS_CREATED_TODAY="Orders created today"
  1742. BEST_CATEGORY_THIS_MONTH="Best category this month"
  1743. HIKASHOP_IMAGE_ROOTDIR="HikaShop Images"
  1744. HIKA_RESTRICTIONS="Restrictions"
  1745. INVOICE_RESET_FREQUENCY="Invoice number reset frequency"
  1746. EVERY_YEARS="Every years"
  1747. EVERY_MONTHS="Every months"
  1748. FROM="From"
  1749. TO="to"
  1750. SHIPPING_PAYMENT="Shipping & Payment"
  1751. LOGIN_REGISTRATION="Login & Registration"
  1752. VOTE_AND_COMMENT="Vote & Comment"
  1753. HIKA_WAITLIST="Waitlist"
  1754. HIKA_FEATURES="Features"
  1755. HIKA_ADVANCED_SETTINGS="Advanced settings"
  1756. USE_BOOTSTRAP_ON_FRONT="Use bootstrap design"
  1757. MAIN_PRICE_OVERRIDE="Main product price percentage"
  1758. UPDATE_AFTER_ORDER_CONFIRM="Update the product stock on confirmed status"
  1759. COUPON_APPLIES_TO_PRODUCT_ONLY="Coupon percentage applies to product only"
  1760. STANDARD_BEHAVIOR="Standard behavior"
  1761. IGNORE_DISCOUNTED_PRODUCTS="Ignore discounted products"
  1762. OVERRIDE_DISCOUNTED_PRODUCTS="Override discounted products"
  1763. COUPON_HANDLING_OF_DISCOUNTED_PRODUCTS="Coupon handling of discounted products"
  1764. FORCE_AFFILIATION_TO="Force affiliation to"
  1765. NO_PARTNER="No partner"
  1766. CURRENT_CUSTOMER_PARTNER="Current customer partner"
  1767.  
  1768. ;since 2.1.1
  1769. NO_AFFILIATION_IF_CART_PRESENT="No affiliation if cart present"
  1770. NO_DISCOUNT="No discount"
  1771. ORDER_CANCEL_SUBJECT="An order has been cancelled on your website"
  1772. HIDE_WISHLIST_GUEST="Hide wishlist button for guest users"
  1773. HIKASHOP_ADD_TO="Add to"
  1774. HIKA_USER_ACCOUNT_ADMIN_NOTIFICATION_SUBJECT="Account Details for %s at %s"
  1775. HIKA_USER_ACCOUNT_ADMIN_NOTIFICATION_BODY="Hello administrator, <br/><br/>A new user '%s', username '%s', has registered at %s."
  1776. KEEP_SIZE="Keep size"
  1777. POPUP_MODE="Popup mode"
  1778. PRODUCT_MSRP_BEFORE="Common price:"
  1779. PRODUCT_MSRP_AFTER="Our price:"
  1780. CATEGORY_TREE_REBUILT="The category tree has been rebuilt"
  1781. REBUILD="Rebuild"
  1782. PRODUCT_CANONICAL="Canonical URL"
  1783. PRODUCT_MSRP="Retail price"
  1784. EMAIL_ADDRESS_ALREADY_USED="Email address already used"
  1785. HIKASHOP_COMPARE_LIST="Compare"
  1786. WISHLIST_TO_COMPARE="Display compare button in wishlist display"
  1787. COMPARE_TO_WISHLIST="Display add to wishlist button in compare page"
  1788. DISPLAY_WAITLIST_BUTTON="Waitlist button"
  1789.  
  1790. ;since 2.1.2
  1791. SITE_ID="Site"
  1792. SELECT_A_SITE="Select a site"
  1793. IMAGE_IN_CART="Display image in cart"
  1794. DAYS_AFTER_ORDERING="Created %s days ago and not paid yet"
  1795. LOGIN_REQUIRED_FOR_WISHLISTS="You must be logged in to use the wishlists."
  1796.  
  1797. ;since 2.1.3
  1798. ENCRYPTION_KEY="Encryption key"
  1799. TEST_MODE="Test mode"
  1800. ONLINE_COMMUNICATION="Online communication"
  1801. RESPONSE_REQUIRED="Response required"
  1802. HIKA_HOSTED="Hosted"
  1803. HIKA_REDIRECT="Redirect"
  1804. USE_CHOSEN="Use Chosen library"
  1805. AWS_KEY_ID="Access Key ID"
  1806. SECRET_KEY="Secret Access Key"
  1807.  
  1808. ;since 2.2.0
  1809. DISPLAY_BADGE="Display Badge"
  1810. SORT_ASCENDING="%s ascending"
  1811. SORT_DESCENDING="%s descending"
  1812. IN_STOCK_CHECKBOX="In Stock Checkbox"
  1813. SHOW_RESET_BUTTON="Show reset button"
  1814. HIKA_PLUGIN="Plugin: "
  1815. PLUGIN_GENERIC_CONFIGURATION="Generic configuration"
  1816. PLUGIN_SPECIFIC_CONFIGURATION="Specific configuration"
  1817. HIKA_NO_RESCTION="No restriction"
  1818. SET_HISTORY_MESSAGE="Set history message"
  1819. SANDBOX="Use Sandbox"
  1820. HIKA_FORMAT="Format"
  1821. PARTNER_PAYMENT_STATUS="Partner payment"
  1822. SHIPPING_INFORMATION="Shipping information"
  1823. SHIPPED_BY="Shipped by: %s"
  1824. ITEMS_VOLUME_TOO_SMALL_FOR_SHIPPING_METHODS="The cart items combined volume is too small for all the possible shipping methods"
  1825. ITEMS_WEIGHT_TOO_SMALL_FOR_SHIPPING_METHODS="The cart items combined weight is too small for all the possible shipping methods"
  1826. ORDER_TOTAL_TOO_HIGH_FOR_SHIPPING_METHODS="The total of your order is too high for all the possible shipping methods"
  1827. ORDER_QUANTITY_TOO_SMALL_FOR_SHIPPING_METHODS="The cart items combined quantity is too small for all the possible shipping methods"
  1828. ORDER_QUANTITY_TOO_HIGH_FOR_SHIPPING_METHODS="The cart items combined quantity is too high for all the possible shipping methods"
  1829. X_PRODUCTS_ARE_NOT_SHIPPABLE_TO_YOU="There are %s items in your cart which we cannot ship to you"
  1830. SHIPPING_MIN_QUANTITY="Minimum quantity"
  1831. SHIPPING_MAX_QUANTITY="Maximum quantity"
  1832. TRIGGERS="Triggers"
  1833. ADD_TRIGGER="Add a trigger"
  1834. TRIGGER_SELECT="Select a trigger"
  1835. BEFORE_A_PRODUCT_IS_CREATED="Before a product is created"
  1836. BEFORE_A_PRODUCT_IS_UPDATED="Before a product is updated"
  1837. BEFORE_A_PRODUCT_IS_DELETED="Before a product is deleted"
  1838. BEFORE_A_PRODUCT_IS_COPIED="Before a product is copied"
  1839. AFTER_A_PRODUCT_IS_CREATED="After a product is created"
  1840. AFTER_A_PRODUCT_IS_UPDATED="After a product is updated"
  1841. AFTER_A_PRODUCT_IS_DELETED="After a product is deleted"
  1842. AFTER_A_PRODUCT_IS_COPIED="After a product is copied"
  1843. BEFORE_A_CATEGORY_IS_CREATED="Before a category is created"
  1844. BEFORE_A_CATEGORY_IS_UPDATED="Before a category is updated"
  1845. BEFORE_A_CATEGORY_IS_DELETED="Before a category is deleted"
  1846. AFTER_A_CATEGORY_IS_CREATED="After a category is created"
  1847. AFTER_A_CATEGORY_IS_UPDATED="After a category is updated"
  1848. AFTER_A_CATEGORY_IS_DELETED="After a category is deleted"
  1849. BEFORE_AN_ORDER_IS_CREATED="Before an order is created"
  1850. BEFORE_AN_ORDER_IS_UPDATED="Before an order is updated"
  1851. BEFORE_AN_ORDER_IS_DELETED="Before an order is deleted"
  1852. AFTER_AN_ORDER_IS_CREATED="After an order is created"
  1853. AFTER_AN_ORDER_IS_UPDATED="After an order is updated"
  1854. AFTER_AN_ORDER_IS_DELETED="After an order is deleted"
  1855. BEFORE_A_USER_IS_CREATED="Before a user is created"
  1856. BEFORE_A_USER_IS_UPDATED="Before a user is updated"
  1857. BEFORE_A_USER_IS_DELETED="Before a user is deleted"
  1858. AFTER_A_USER_IS_CREATED="After a user is created"
  1859. AFTER_A_USER_IS_UPDATED="After a user is updated"
  1860. AFTER_A_USER_IS_DELETED="After a user is deleted"
  1861. BEFORE_AN_ADDRESS_IS_CREATED="Before an address is created"
  1862. BEFORE_AN_ADDRESS_IS_UPDATED="Before an address is updated"
  1863. BEFORE_AN_ADDRESS_IS_DELETED="Before an address is deleted"
  1864. AFTER_AN_ADDRESS_IS_CREATED="After an address is created"
  1865. AFTER_AN_ADDRESS_IS_UPDATED="After an address is updated"
  1866. AFTER_AN_ADDRESS_IS_DELETED="After an address is deleted"
  1867. EVERY_MINUTES="Every minutes"
  1868. EVERY_HOURS="Every hours"
  1869. EVERY_DAYS="Every days"
  1870. EVERY_WEEKS="Every weeks"
  1871. FILTER_SELECT="Select a filter"
  1872. PRODUCT_TYPE="Product type"
  1873. CSV_IMPORT="CSV products"
  1874. PRODUCT_COLUMN="Product columns"
  1875. PRICE_COLUMN="Price columns"
  1876. CATEGORY_COLUMN="Category columns"
  1877. CHARACTERISTIC_COLUMN="Characteristics"
  1878. PRODUCT_RELATED_COLUMN="Related product columns"
  1879. PRODUCT_OPTION_COLUMN="Option product columns"
  1880. ADD_FILTER="Add a filter"
  1881. ACTION_SELECT="Select an action"
  1882. ADD_ACTION="Add an action"
  1883. DISPLAY_RESULTS="Display the results"
  1884. EXPORT_CSV="Export a csv file"
  1885. UPDATE_VALUES="Update the values"
  1886. DELETE_ELEMENTS="Delete the elements"
  1887. UPDATE_CATEGORIES="Update the categories"
  1888. UPDATE_RELATEDS="Update the product relation"
  1889. UPDATE_OPTIONS="Update the product options"
  1890. IN_CSV="In csv"
  1891. NOT_IN_CSV="Not in csv"
  1892. SAVE_ON_CSV_IMPORT_MASSACTION="Save the products on Mass Action csv import."
  1893. HIKA_NUMERIC="Numeric"
  1894. HIKA_STRING="String"
  1895. OTHER="Other"
  1896. HIKA_BEGINS_WITH="Begins with"
  1897. HIKA_ENDS_WITH="Ends with"
  1898. HIKA_CONTAINS="Contains"
  1899. HIKA_NOT_CONTAINS="Doesn't contain"
  1900. HIKA_START="Start"
  1901. HIKA_IN="In"
  1902. HIKA_NOT_IN="Not in"
  1903. SELECT_ALL="Select all"
  1904. UNSELECT_ALL="Unselect all"
  1905. VERIFY_FILE="Verify the file"
  1906. HIKA_VALID_FILE="The file is valid"
  1907. HIKA_EMPTY_FILE="The file is empty"
  1908. HIKA_CANNOT_OPEN="The file cannot be opened"
  1909. SELECT_CORRESPONDING_COLUMNS="Please select the corresponding columns"
  1910. REMOVE="Remove"
  1911. DELETE_FILTERED_ELEMENTS="Delete the filtered elements"
  1912. REPLACE="Replace"
  1913. CATEGORY_TYPE="Category type"
  1914. PARENT_CATEGORY_COLUMN="Parent category columns"
  1915. ORDER_COLUMN="Order columns"
  1916. ORDER_PRODUCT_COLUMN="Order product columns"
  1917. ADDRESS_COLUMN="Address columns"
  1918. USER_COLUMN="User columns"
  1919. USER_WITH_ACL="Users with ACL"
  1920. DISPLAY_BOTH="Display both"
  1921. DONT_HIKA_HAVE="Doesn't have"
  1922. CHANGE_STATUS="Change status"
  1923. NEW_ORDER_STATUS="New order status"
  1924. SEND_NOTIFICATION_EMAIL="Send a notification email"
  1925. DATA="Data"
  1926. HIKA_AND="And"
  1927. PROCESS_WARNING="The process will be executed"
  1928. HIKA_MASSACTION="Mass actions"
  1929. WRONG_VALUE="Wrong value"
  1930. PROCESS="Process"
  1931. SELECTED_PRODUCTS="%s results"
  1932. WRONG_COLUMN_TYPE="Wrong type for this column, the type is %s"
  1933. TABLE_NOT_EXIST="The table %s does not exist"
  1934. COLUMN_NOT_EXIST="The column %s does not exist"
  1935. EXPORT_PATH="Export path"
  1936. GROUP_NAME="Group name"
  1937. SEARCH_PROCESSING="Search processing"
  1938. CHOOSE_SORT_OPTIONS="Please select at least one sort option"
  1939. ERR_NO_MASSACTION_TABLES="No mass action plugin found. Please check that the system mass action plugin is enabled"
  1940. UPDATE_PRODUCT_STOCK="Update the stock of the product"
  1941. PURCHASED_AT="Purchased at"
  1942. FIRST_PURCHASED_AT="First purchased at"
  1943. LAST_PURCHASED_AT="Last purchased at"
  1944. NB_DOWNLOADED="Number of download"
  1945. COM_HIKASHOP_DOWNLOADS_VIEW_DEFAULT_TITLE="Customer download space"
  1946. ENABLE_CUSTOMER_DOWNLOADLIST="Enable customer download area"
  1947. DISPLAY_THE_DOWNLOADS="Show the downloads"
  1948. HIKA_ADD_ORDER_PRODUCT="Add a product to the order"
  1949. HIKA_MODIFY_ORDER_PRODUCT="Modify the product information for the order"
  1950. HIKA_SET_ORDER_ADDITIONALS="Edit order additional information"
  1951. HIKA_CONFIRM_DELETE_ORDER_PRODUCT="Are you sure that you want to delete that product from that order ?"
  1952. ALL_VIEWS="All views"
  1953. HIKA_CONFIRM_USER="Do you confirm the selection of this user?"
  1954. USERPOINTS_DISCOUNT="Points discount"
  1955. USERPOINTS_USE_POINTS="Points used"
  1956. USERPOINTS_POINTS="Points"
  1957. USER_ACCOUNT_ADMIN_NOTIFICATION="User account administrator notification"
  1958. HIKA_CUSTOMER_EMAIL="Customer email"
  1959. RECURRING_PAYMENT_FOR_ORIGINAL_ORDER="Recurring payment for original order"
  1960. NEGOTIATED_RATE="Negotiated rate"
  1961. CHANGE_USER_GROUP="Change the user group"
  1962. HIKA_SUBSCRIPTION="Regular subscription"
  1963. HIKA_SUBSCRIPTION_GLOBAL="Global subscription"
  1964. RECURRING_TYPE="Type of subscription"
  1965. RECURRING_PERIOD="Recurring payment period"
  1966.  
  1967. ;since 2.2.1
  1968. ADD_SELECT_VALUE="Add a 'Please select' value"
  1969. PLEASE_SELECT="Please select"
  1970. PLEASE_SELECT_COUNTRY_FIRST="Please select a country first"
  1971. AT_LEAST_ONE_FIELD_PUBLISHED="You need to publish at least one other field of the same table first"
  1972. RECURRING_ORDER="Recurring"
  1973. MERCHANT_ID="Merchant id"
  1974. SECURE_SECRET="Secure secret"
  1975. INCLUDE_SHIPPING="Include shipping"
  1976.  
  1977. HIKAPOINTS_USE_X_POINTS="You used %d points"
  1978. HIKAPOINTS_EARN_X_POINTS="You earned %d points"
  1979. ADDRESS_UNPUBLISHED_CAUSE_USED_IN_ORDER="Address unpublished because it is used in an order"
  1980. ADD_CHARACTERISTICS_TO_MAIN_PRODUCTS_ONLY="The characteristics can only be added to main products, not variants"
  1981. RECURRING_TIMES="Number of installments"
  1982. HIKA_SUBSCRIPTION_INSTALMENTS="Installment subscription"
  1983. SELECT_RECURRING_TIMES="Select the number of installments"
  1984. UPDATE_CHARACTERISTICS="Update the characteristics"
  1985. VERSION="Version"
  1986. RECENT="Recent"
  1987. SORT_DESCENDING_RECENT="Most recent"
  1988. SORT_ASCENDING_RECENT="Older"
  1989. SORT_DESCENDING_SALES="Best sales"
  1990. SORT_ASCENDING_SALES="Worst sales"
  1991. SORT_DESCENDING_CLICKS="Most viewed"
  1992. SORT_ASCENDING_CLICKS="Less viewed"
  1993. CREATION_DATE="Creation date"
  1994. MODIFICATION_DATE="Modification date"
  1995. GENERATE_VARIANT_AUTO="Generate variants automatically"
  1996.  
  1997. HIKA_WIZARD="Wizard"
  1998. WELCOME_WIZARD="Welcome to the HikaShop Installation Assistant. Please fill the form below before proceeding."
  1999. WIZARD_SHOP_ACCESS="<span class='wizard_step_title'>SHOP ACCESS</span><hr><span class='wizard_step_info'>Select how you want to access the HikaShop pages on your website frontend.</span>"
  2000. WIZARD_LISTING_TYPE="<span class='wizard_step_title'>PRODUCTS LAYOUT</span><hr><span class='wizard_step_info'>Choose how you want to display your products between these three listing types.</span>"
  2001. WIZARD_LOCATION="<span class='wizard_step_title'>LOCATION</span><hr><span class='wizard_step_info'>Select your country and state, and then enter your complete shop address.</span>"
  2002. WIZARD_MAIN_PARAMETERS="<span class='wizard_step_title'>MAIN PARAMETERS</span><hr><span class='wizard_step_info'>Define the main parameters of your shop.</span>"
  2003. PRODUCTS_LISTING_MENU="<span class='selected'><b>Menu item for products</b></span>"
  2004. PRODUCTS_LISTING_MENU_DESC="A menu item will be added<br/>to your main menu allowing<br/>access to a listing of your products"
  2005. CATEGORIES_LISTING_MENU="<span class='selected'><b>Menu item for categories</b></span>"
  2006. CATEGORIES_LISTING_MENU_DESC="A menu item will be added<br/>to your main menu allowing<br/>access to a listing of your categories"
  2007. CATEGORIES_LISTING_MODULE="<span class='selected'><b>List of categories in a module</b></span>"
  2008. CATEGORIES_LISTING_MODULE_DESC="A list of product categories<br/>will be displayed on the side<br/>area of your website"
  2009. PRODUCTS_LISTING_DIV="Listing in : <span class='selected'>Grid</span>"
  2010. PRODUCTS_LISTING_DIV_DESC="This will display your<br/> listings in a grid"
  2011. PRODUCTS_LISTING_LIST="Listing in : <span class='selected'>List</span>"
  2012. PRODUCTS_LISTING_LIST_DESC="This will display your<br/> listings in a list"
  2013. PRODUCTS_LISTING_TABLE="Listing in : <span class='selected'>Table</span>"
  2014. PRODUCTS_LISTING_TABLE_DESC="This will display your<br/> listings in a table"
  2015. USE_JOOMLA_LANGUAGES="We detected that you have the Joomla languages %s installed on your website. Do you want to use them in HikaShop ?"
  2016. CANT_GET_LANGUAGE_FILE_CONTENT="We could not retrieve the HikaShop translation file for your current language. You can download it on our website via the menu <a href='http://www.hikashop.com/download/languages' target='_blank'>Download->Languages</a> and follow the instructions there to set it in place on your website."
  2017. HIKA_PAYPAL_EMAIL_OPTIONAL="Paypal email address (optional)"
  2018. SAVE_AND_CREATE_FIRST_PRODUCT="Save & go create your first product !"
  2019. WIZARD_MONEY="<b>Currency and Taxes configuration</b>"
  2020. TAX_NAME="Tax name (for example GST or VAT)"
  2021. WIZARD_LANGUAGE="<b>Language configuration</b>"
  2022. WIZARD_PAYPAL="<b>Paypal configuration</b>"
  2023. YOUR_ADDRESS="Your address"
  2024. HIKA_SKIP="Skip"
  2025. SHOW_WISHLIST_FREE_PRODUCTS="Show wishlist for free products"
  2026.  
  2027. ;since 2.2.2
  2028. ALL_IN_ONE_PAGE="All in one page"
  2029. SWITCHER="Switcher"
  2030. GUEST="Guest"
  2031. REGISTRATION_DISPLAY_METHOD="Display method for registration"
  2032. LOGIN_OR_REGISTER_ACCOUNT_OR_GUEST="Login, create a new account or continue as a guest"
  2033. LOGIN_OR_GUEST="Login or continue as a guest"
  2034. REGISTER_ACCOUNT_OR_GUEST="Create a new account or continue as a guest"
  2035. IDENTIFICATION="Identification"
  2036. CANCEL_URL_DEFINE="You have to specify this payment cancel URL on your configuration account"
  2037. RETURN_URL_DEFINE="You have to specify this payment return URL on your configuration account"
  2038. NOTIFY_URL_DEFINE="You have to specify this payment notification URL on your configuration account"
  2039. COM_VIRTUEMART_ORDER_STATUS_CONFIRMED_BY_SHOPPER="Confirmed"
  2040. HIKA_SET_ORDER_CUSTOMER="Set order customer"
  2041.  
  2042. ROUND_PRICES_DURING_CALCULATIONS="Round prices during calculations"
  2043. CHECKOUT_BUTTON_FINISH="Finish"
  2044. SHOW_SHIPPING_SAME_ADDRESS_CHECKBOX="Show shipping 'same address' checkbox"
  2045. PERCENTAGE_FEE_EXCLUDING_SHIPPING="Percentage fee excluding shipping"
  2046. HIKASHOP_CHECKOUT_CART_STATUS="Cart status"
  2047. USER_MESSAGE="User message"
  2048. CONTACT_BEGIN_MESSAGE="You have a contact request"
  2049. SUMMARY_OF_THE_ORDER="SUMMARY OF THE ORDER"
  2050. MIJO_IMPORT_CURRENCIES="Do you want to import your Mijoshop currencies rates ?"
  2051. ADD_TO_CART_POPUP_SIZE="Add to cart popup size"
  2052. TERMS_AND_CONDITIONS_POPUP_SIZE="Terms & Conditions popup size"
  2053. NO_METHOD_CLICK_NEW="No method found, use the new button to create your first method configuration"
  2054.  
  2055. SEND_USER_MESSAGE="Send user message"
  2056. PRODUCTS_FROM_X="Import from %s"
  2057. X_IMPORT_DESC="The %s import will import the information below from %s to HikaShop"
  2058. OPENC_DATABASE_NAME="Database's name where your Opencart's datas are hosted : "
  2059.  
  2060. OPENC_WARNING="Warning : To work, the import has to be made from only one server. Your Opencart's database must be on the same server than your Hikashop (Joomla) database, and both databases must be accessible by the joomla website database user. If your Opencart's database is on a different server, please import it manually to the server where your Hikashop's database is hosted."
  2061. OPENC_WEBSITE_PATH="Opencart's website root path : "
  2062. OPENC_WARNING_IMAGES="<span style='color:red'> You have to specify below your Opencart's website root path to import your images. If you don't, images just won't be imported.</span>"
  2063. OPENC_IMPORT_CURRENCIES="Do you want to import your Opencart currencies rates ?"
  2064. POINTS_MODE="Points mode"
  2065. POINTS_GIVE_WHEN_USE="Give points when using some"
  2066. HIKA_POINTS_GIVE="Give on full price"
  2067. HIKA_POINTS_NOTGIVE="Don't give"
  2068. HIKA_POINTS_GIVE_REMOVE="Give on price with point discount"
  2069. GIVE_VIRTUAL_POINTS="Give virtual points"
  2070. LIMIT_POINTS_BY_TYPE="Limit by type"
  2071. LIMIT_POINTS_BY_CATEGORY="Limit by category"
  2072. HIKASHOP_USER_POINTS="HikaShop user points"
  2073.  
  2074. ;since 2.2.3
  2075. DISPLAY_ADD_TO_WISHLIST_BUTTON_FOR_FREE_PRODUCT="Display 'add to wishlist' button for free products"
  2076. HIKA_LISTING_LIST_EMPTY="No subcategories"
  2077. REMOVE_CUSTOMIZATION_PRELOAD="Remove Preload customization"
  2078. USERPOINTS_HAVE_X_POINTS="You have %d points."
  2079. USERPOINTS_NO_POINTS="You don't have points."
  2080. USERPOINTS_USER_FOR_DISCOUNT="You can use %d points to have a discount of %s."
  2081. USERPOINTS_USE_DISCOUNT_QUESTION="Do you want to use these points ?"
  2082. HIKA_DEFAULT_IMAGE_EMPTY_UPLOAD="No image - Drag & Drop here or use the upload button"
  2083. CHECKOUT_SEF_NAME="Checkout SEF name"
  2084. IMAGE_POPUP_MODE="Image popup mode"
  2085. HIKA_VALIDATE="Validate"
  2086. VOTE_TARGET="Target"
  2087. MANAGE_VOTE_CATEGORIES="Manage vote categories"
  2088. MAIN_VOTE="Main vote: "
  2089. WIZARD_PRODUCT_TYPE="Product type"
  2090. WIZARD_PRODUCT_TYPE_SOLD="Kind of product sold"
  2091. WIZARD_VIRTUAL="Virtual goods (mp3, ebooks, etc)"
  2092. WIZARD_REAL="Shippable goods"
  2093. WIZARD_BOTH="Both"
  2094. TOO_MANY_VARIANTS="Your characteristics will generate too many variants, you should use <a target='_blank' href='%s'>options</a> or <a target='_blank' href='%s'>custom item fields</a> instead or you might get Fatal PHP errors due to resources restrictions on your server."
  2095. MASSACTION_NO_CHARACTERISTICS="You don't have any characteristics, so this action is not possible."
  2096. TERMINAL_ID="Terminal ID"
  2097.  
  2098. ;since 2.3.0
  2099. CONTACT_EMAIL_TITLE="Contact request"
  2100. CONTACT_USER_MESSAGE="Message of the user"
  2101. HIKA_VARIANTS_MIDDLE_SEPARATOR=" "
  2102. STRIPE_PUBLISHABLE_KEY="Publishable key (Stripe account)"
  2103. STRIPE_SECRET_KEY="Secret key (Stripe account)"
  2104. STRIPE_FORM="To process to your payment, please fill the form below"
  2105. VM_LANGUAGES="Before starting the import, please select below the main language you want for your contents (products descriptions, manufacturers...) :"
  2106. NO_SHIPPING_REQUIRED="No shipping needed"
  2107. RECURRING_TIMES_VALUE="%s installments"
  2108. TERMS_AND_CONDITIONS_SELECT_ARTICLE="Select one article which will be displayed for the Terms & Conditions"
  2109. API_USERNAME="Paypal API's username"
  2110. API_PASSWORD="Paypal API's password"
  2111. API_SIGNATURE="Paypal API's signature"
  2112. API_VERSION="Paypal API's version"
  2113. COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY="Hello administrator, \n\nA new user '%s', username '%s', has registered at %s."
  2114. REMOVE_ID_IN_URLS="Remove products and categories id in URLs"
  2115. HIKASHOP_NEW_ADDRESS_ITEM="- New Address -"
  2116. HIKASHOP_CHECKOUT_ADDRESS_SELECTOR="Address selector"
  2117. HIKASHOP_CHECKOUT_ADDRESS_SELECTOR_POPUP="Popup"
  2118. HIKASHOP_CHECKOUT_ADDRESS_SELECTOR_LIST="List"
  2119. HIKASHOP_CHECKOUT_ADDRESS_SELECTOR_DROPDOWN="Dropdown list"
  2120. MINI_ADDRESS_FORMAT="Mini address format"
  2121. FIELD_AJAX_IMAGE="Ajax Image"
  2122. FIELD_AJAX_FILE="Ajax File"
  2123. IMAGE_FORCE_SIZE="Force images size"
  2124. IMAGE_SCALE_MODE="Image scale mode"
  2125. IMAGE_KEEP_RATIO="Keep ratio"
  2126. IMAGE_CROP="Crop"
  2127. SEND_CART_DETAIL="Send cart detail to paypal"
  2128. DISPLAY_BUTTON_CHECKOUT="Display Express Checkout button on checkout view"
  2129. DISPLAY_BUTTON_CART="Display Express Checkout button on cart view"
  2130. ADD_PARTNER_TO_USER_ACCOUNT_DURING_REGISTRATION="Add partner to user account during registration"
  2131. SHOW_CART_PRODUCT_NAME="Show products name in the cart"
  2132. TAXCLOUD_TAX="Tax (%s)"
  2133. LAST_7D="Last 7 days"
  2134. LAST_30D="Last 30 days"
  2135. LAST_365D="Last 365 days"
  2136. ALLOW_CUSTOMERS_TO_REORDER="Allow customers to reorder"
  2137. VM_TABLE_PREFIX="Prefix of Virtuemart tables in your database : "
  2138. REORDER="Reorder"
  2139. HIKASHOP_CHECKOUT_CARTSTATUS="Cart status"
  2140. WAREHOUSE_SELECTION="Selection of warehouse"
  2141. HIKASHOP_CONFIRM_DELETE_ADDRESS="Are you sure you want to delete this address ?"
  2142.  
  2143. ;since 2.3.1
  2144. ASK_ADDRESS_ON_REGISTRATION="Ask address on registration"
  2145. INSTALLMENT_FOR_ORDER="Installment for the order number: %s"
  2146. ADD_TO_CART_QUANTITY="Quantity field on 'Add to cart' button"
  2147. SHOW_CART_COUPON="Show coupon in the cart"
  2148. SHOW_CART_SHIPPING="Show shipping in the cart"
  2149. SHIPPING_PRICE="Shipping price"
  2150. SHIPPING_TAX="Shipping tax"
  2151. ALIAS_AUTO_FILL="Alias automatic filling"
  2152. QUANTITY_LAYOUT_ON_PRODUCT_PAGE="Quantity input method"
  2153. SHOW_REGROUPED="Show regrouped"
  2154. SHOW_LEFTRIGHT="Show left and right"
  2155. SHOW_SELECT="Show select"
  2156. SHOW_SIMPLE="Show simple"
  2157. SHOW_SIMPLIFIED="Show simplified"
  2158. SHOW_DEFAULT_DIV="Show default in div"
  2159. CHOOSE_SHIPPING_SERVICE="Please select at least one shipping service"
  2160. ENTER_INFO="Please enter your %s %s"
  2161. DATE_DESC="Date - reverse order"
  2162. COUPON_OVERRIDE_DISCOUNT_PRODUCTS="Override discounted products"
  2163. LIMIT_POINTS_BY_GROUP="Limit by group"
  2164. USERPOINTS_EARN_POINTS="You can earn %s points with this order"
  2165. FORCE_CANONICAL_URLS_ON_LISTINGS="Force canonical URLs on listings"
  2166. NO_GENERATE_URL="No, generate the URLs"
  2167. USE_CANONICAL_URL_IF_SPECIFIED="Use canonical URL if specified"
  2168. USE_CANONICAL_URL_AND_GENERATE_IT_IF_MISSING="Use canonical URL and generate it if missing"
  2169. HIKA_ADD_IMAGE="Add an Image"
  2170. SHIPPING_BLOCKED="Blocked"
  2171. TAXABILITY_CODE="Product Taxability Code"
  2172. WRONG_SHIPPING_ADDRESS="Wrong shipping address"
  2173. PRODUCT_ASSOCIATION_IN_BOTH_WAYS="Make product association in both ways"
  2174.  
  2175. ; Date picker
  2176. DATE_PICKER="Advanced date picker"
  2177. DATE_PICKER_OPTIONS="Date picker options"
  2178. DATE_PICKER_OPT_DEFAULT_TODAY="Default today"
  2179. DATE_PICKER_OPT_INLINE_DISPLAY="Display inline"
  2180. DATE_PICKER_OPT_MONDAY_FIRST="Monday first"
  2181. DATE_PICKER_OPT_OTHER_MONTH="Show days of other months"
  2182. DATE_PICKER_OPT_FORBIDDEN_DAYS="Forbidden days"
  2183. DATE_PICKER_OPT_EXCLUDES="Exclude days"
  2184. DATE_PICKER_INCORRECT_DATE_FOR="Incorrect date for the field '%s'"
  2185. DATE_PICKER_OPT_CHANGE_MONTH="Month selector"
  2186. DATE_PICKER_OPT_CHANGE_YEAR="Year selector"
  2187. DATE_PICKER_OPT_SHOW_BTN_PANEL="Show buttons panel"
  2188. DATE_PICKER_OPT_SHOW_MONTHS="Show months"
  2189. DATE_PICKER_WAITING_DAYS="Waiting days"
  2190. DATE_PICKER_HOUR_EXTRA_DAY="Hour for extra day"
  2191. USER_TOTAL_PURCHASE="User total purchase"
  2192. ORDER_TOTAL_QUANTITY="Order number"
  2193. ORDER_TOTAL_AMOUNT="Order amount"
  2194. PRODUCT_TOTAL_QUANTITY="Product number"
  2195. MASSACTION_ORDERING_DIRECTION="Ordering direction"
  2196. REPLACE_BY="Replace by"
  2197.  
  2198. ;since 2.3.2
  2199. X_ITEM_FOR_X="%s item for %s"
  2200. X_ITEM_IN_STOCK="%s item in stock"
  2201. FIELD_TARGET_BLANK="Open in new window"
  2202. AUTO_KEYWORDS_AND_METADESCRIPTION_FILLING="Automatic product keywords and metadescription filling"
  2203. KEYWORDS_NUMBER="Number of generated keywords"
  2204. MAX_SIZE_OF_METADESCRIPTION="Maximum size of the metadescription"
  2205. KEYWORDS_EXCLUSION_LIST="Keywords exclusion list"
  2206. HIKASHOP_DATE_FORMAT="%Y-%m-%d"
  2207. HIKASHOP_EXTENDED_DATE_FORMAT="%Y-%m-%d %H:%M"
  2208. CHANGE_SUB_ELEMENT_FILTER_TO_REORDER_ELEMENTS="You can change the top right sub element filter to 'Direct sub elements' in order to reorder elements"
  2209. PRELOAD_VERSION="Preload version"
  2210. INVOICE_DATE="Invoice creation date"
  2211. CART_MODULE_ITEMID="Itemid for the 'Show the wishlist' button redirect"
  2212. CHECK_DATABASE="Check database"
  2213. WIZARD_SAMPLE_DATA="Sample data"
  2214. WIZARD_ACTIVATE_DATA="Install sample data on your website"
  2215. WIZZARD_DATA_ERROR="An error has occured while %s the sample data file. You can try again by <span style=' text-decoration: underline;font-size:1.2em'><a href='%s'>clicking here</a></span>."
  2216. WIZZARD_DATA_ERROR_COPY="An error has occured while copying the file : %s. You can try again by <span style=' text-decoration: underline;font-size:1.2em'><a href='%s'>clicking here</a></span>."
  2217. WIZARD_DATA_END="All sample data have been imported correctly."
  2218.  
  2219. ; since 2.3.3
  2220. X_ORDERS_AUTHORIZATION_RENEW="%s orders authorization renewed"
  2221. PLEASE_WAIT_BEFORE_SUBMISSION_TO_X="Please wait while submitting data to %s"
  2222. CLICK_ON_BUTTON_IF_NOTHING="If nothing happens after 10 seconds, please click on the button below."
  2223. HIKA_LIMITATIONS="Limitations"
  2224. CONFIGURE_X_PAYMENT_PLUGIN_ERROR="You have to configure %s for the %s plugin payment first : check your plugin's parameters, on your website backend."
  2225. CURL_ERROR="The sample data installation needs the CURL library installed but it seems that it is not available on your server. Please contact your web hosting to set it up, and <span style=' text-decoration: underline;font-size:1.2em'><a href='%s'>try again</a></span>."
  2226. PLUGIN_ACCESS_WARNING="Some of the plugins %s have a restricted access. Please ensure that their access is set to 'Public' via the Joomla plugins manager or they won't work properly."
  2227. HIKASHOP_NO_RESULT=" "
  2228. PDF_INVOICE="Invoice %s"
  2229. DEACTIVATE_BUFFERING_AND_COMPRESSION="Deactivate buffering and compression for files download"
  2230. TAX_EU_DIR2008_8_ART59="Supply of services located where the recipient is established (art 59. Directive 2008/8/CE)"
  2231. TAX_EU_DIR2008_8_ART44="Supply of services located where the recipient is established (art 44. Directive 2008/8/CE)"
  2232. TAX_EU_DIR2008_8_ART196="VAT due by the co-contracting party (art 196 Directive 2008/8/CE)"
  2233. TAX_EU_2015_B2C="Supply of services located where the recipient is established (Execution rule 282/2011 (EU) - Directive 2006/112/CE)"
  2234. INTERNAL_CODE="Internal code"
  2235. TAX_NOTE="Tax note"
  2236. PURCHASE_ORDER_NUMBER="Purchase Order Number : "
  2237. PLEASE_ENTER_A_PURCHASE_ORDER_NUMBER="Please enter a Purchase Order Number"
  2238. HIKASHOP_WISHLIST_NAME="Wishlist name"
  2239. WARNING_IMAGE_TOO_BIG_FOR_MEMORY="Warning ! The image %s is too big to be processed because of the memory limitation on your server. Either use a smaller image or increase the memory_limit parameter of the php.ini of your server."
  2240. HIKA_CONTACT="Contact"
  2241. GUEST_CHECKOUT_NOT_POSSIBLE_WITH_USER_GROUP_AFTER_PURCHASE="You cannot proceed to a guest checkout as some of the products in your cart require a registration to our website. Please register an account or remove these products from your cart in order to proceed."
  2242.  
  2243. ;since 2.3.5
  2244. PAYMENT_CAPTURE_ORDER_STATUS="Payment capture order status"
  2245. MORNING="Morning"
  2246. AFTERNOON="Afternoon"
  2247. WEEKDAY="Weekday"
  2248. STATEPROVINCE_CODE="State/Province code"
  2249. HIKA_USERGROUP_ON_REGISTRATION="User group on registration"
  2250. SENDING_TYPE="Sending type"
  2251. DISPLAY_OPENING_HOURS_PICKUP_POINT="Display opening hours of pick up points"
  2252. AUTO_DETERMINATION="Auto-determination"
  2253. RESIDENTIAL_ADDRESS="Residential address"
  2254. COMMERCIAL_ADDRESS="Commercial address"
  2255. AVAILABILITY_COLLECTION="Availability for collection"
  2256. PACKAGE_WEIGHT="Package weight percentage"
  2257. CHOOSE_PICKUP_POINT="Please choose your pick up point"
  2258. PICKUP_POINT="Pick up point"
  2259. FLOATING_TAX_PRICES="Floating tax prices"
  2260. CURSOR_TITLE_SEPARATOR=": "
  2261. REDIRECT_POST_MODE="Redirect POST mode"
  2262. MASS_CSV_EMAIL_SUBJECT="Mass Action CSV File"
  2263. MASS_CSV_EMAIL_BODY="CSV file exported at: %s"
  2264. MASS_CUSTOM_EMAIL_BODY="Custom notification text"
  2265. MASS_NOTIFICATION_PRODUCT_EMAIL_BODY="You have a notification from a product mass action."
  2266. MASS_NOTIFICATION_ADDRESS_EMAIL_BODY="You have a notification from an address mass action."
  2267. MASS_NOTIFICATION_CATEGORY_EMAIL_BODY="You have a notification from a category mass action."
  2268. MASS_NOTIFICATION_ORDER_EMAIL_BODY="You have a notification from an order mass action."
  2269. MASS_NOTIFICATION_USER_EMAIL_BODY="You have a notification from an user mass action."
  2270. MASS_SEND_EMAIL="Send email"
  2271. MASS_EMAIL_BODY_DATA="Body data"
  2272. FILL_PATH_TO_USE_EMAIL="You must fill a valid path to use the email function."
  2273. AFFILIATE_NO_SELF_AFFILIATION="No self affiliation"
  2274. DEFAULT_PRODUCT_TYPE="Default product type"
  2275. HIKA_VOTE_NOTHING="Nothing"
  2276. HIKA_VOTE_ONLY="Vote only"
  2277. HIKA_COMMENT_ONLY="Comment only"
  2278. HIKA_VOTE_OR_COMMENT="Vote & Comment"
  2279. HIKA_VOTE_AND_COMMENT="Vote & Comment connected"
  2280. HIKA_VOTE_PUBLIC="Public"
  2281. HIKA_VOTE_REGISTERED="Registered"
  2282. HIKA_VOTE_BOUGHT="Bought"
  2283. HIKA_VOTE_USEFUL_COUNT="3 of 5 find it helpful"
  2284. HIKA_VOTE_USEFUL_HAND="3 up 2 down"
  2285. UL_DISPLAY_SIMPLELIST="Display in simplelist (ul/li)"
  2286.  
  2287. ;since 2.4.0
  2288. DEFAULT_REGISTRATION_VIEW="Default registration view"
  2289. UNPAID_ORDER_STATUSES="Unpaid order statuses"
  2290. OVERRIDE_TAX_ZONE="Override tax zone"
  2291. TOTAL_TAX_AMOUNT="Total tax amount"
  2292. TOTAL_AMOUNT="Total amount"
  2293. AMOUNT_X="Amount (%s)"
  2294. ROUNDING_INCREMENT="Rounding increment"
  2295. FIELD_PLACEHOLDER="Placeholder"
  2296.  
  2297. ;since 2.5.0
  2298. OPENC_TABLE_PREFIX="OpenCart table prefix"
  2299. HIKA_MAIL_ISSUE_ACTIVATION="There was an issue with the email sending process, so the activation link has not been sent to the e-mail address you entered. Please contact the administrator."
  2300. ELEMENT_WITH_SAME_ALIAS_ALREADY_EXISTS="An element with the same alias already exists"
  2301. HIKA_VARIANT_SEPARATOR=": "
  2302. DOT="Dot"
  2303. CSV_DECIMAL_SEPARATOR="CSV decimal separator"
  2304. THE_X_IS_MISSING_FOR_THE_PRODUCT_X="The %s is missing for the product %s"
  2305. MIN_QTY="Min Qty"
  2306. ACL="ACL"
  2307. HIKA_PRODUCT_IMAGES_EMPTY="No images"
  2308. HIKA_PRODUCT_IMAGES_EMPTY_UPLOAD="No images - Drag & Drop here or use the upload button"
  2309. HIKA_PRODUCT_FILES_EMPTY="No files"
  2310. HIKA_PRODUCT_FILES_EMPTY_UPLOAD="No files - Drag & Drop here or use the upload button"
  2311. EDIT_IMAGE="Image edition"
  2312. ADD_FILE="Add file"
  2313. QUANTITY_PER_ORDER="Quantity per order"
  2314. HIKA_RANGE_TO="To"
  2315. HIKA_QTY_RANGE_TO="To"
  2316. PRODUCT_SALE_DATES="Available from"
  2317. HIKA_CHARACTERISTIC="Characteristic"
  2318. HIKA_ADD_VARIANTS="Add variants"
  2319. HIKA_DUPLICATE="Duplicate"
  2320. CONFIRM_CLOSING_VARIANT_IN_EDITION="Please confirm that you want to close the variant you're editing"
  2321. PLEASE_CONFIRM_DELETION_X_VARIANTS="Please confirm the deletion of {NUM} variants"
  2322. HASH_SALT="Hash salt"
  2323. HIKA_PRODUCTION="Production"
  2324. HIKA_TEST="Test"
  2325. HIKA_SANDBOX="Sandbox"
  2326. IFRAME="Iframe"
  2327. CARRIER="carrier"
  2328. SERVICE="service"
  2329. TRACKING_NUMBER="tracking number"
  2330. MAIN_OPTIONS="main options"
  2331. PRICES_AND_TAXES="prices and taxes"
  2332. RESTRICTIONS_AND_DIMENSIONS="restrictions and dimensions"
  2333. IMAGES_AND_FILES="images and files"
  2334. PLEASE_CONFIRM_DELETION="Please confirm deletion"
  2335. HIKASHOP_FILE="File"
  2336. HIKA_ADD_PRICE="Add price"
  2337. HIKA_UPLOAD_IMAGE="Upload Image"
  2338. HIKA_UPLOAD_FILE="Upload File"
  2339. FIELD_REGEX="Regular expression check"
  2340. PRODUCT_TAXATION_CATEGORY="Tax category"
  2341. PRODUCT_CODE_SKU="Product code (SKU)"
  2342. BRAND_URL="Brand url"
  2343. PAGE_LAYOUT="Page layout"
  2344. QUANTITY_LAYOUT="Quantity input"
  2345. HIKA_PRODUCT_CODE="Product code"
  2346. CONTACT_BUTTON="Contact button"
  2347.  
  2348. ;since 2.6.0
  2349. EMAIL_HISTORY="Email history"
  2350. EMAIL_LOG="Email log"
  2351. PIPE="Pipe"
  2352. HIKA_TRANSLATIONS="Translations"
  2353. HIKA_TRANSLATABLE="Translatable"
  2354. PLEASE_SELECT_A_VALUE_FOR_EACH_CHARACTERISTIC="Please select at least a value for each characteristic of your product"
  2355. PRICES_USING_UNPUBLISHED_CURRENCY="Your are using currencies which are not available anymore: %s"
  2356. HIKA_AUTOMATIC="Automatic"
  2357. SERVER_CURRENT_URL_MODE="Server current URL mode"
  2358. HIKA_VOTE_ITEM_ID_MISSING="The vote can't be passed, the Item ID is missing"
  2359. HIKA_VOTE_TYPE_MISSING="The vote type is required"
  2360. HIKA_VOTE_PSEUDO_REQUIRED="Valid pseudo required"
  2361. HIKA_VOTE_EMAIL_REQUIRED="A correct email address is required"
  2362. HIKA_VOTE_REGISTRATION_REQUIRED="You must be registered to vote or comment"
  2363. HIKA_VOTE_ITEM_BOUGHT_REQUIRED="You must have bought the item to vote or comment"
  2364. HIKA_VOTE_NOT_ALLOWED="No vote submissions allowed"
  2365. HIKA_VOTE_WRONG_RATING_VALUE="The rating has not a valid value"
  2366. HIKA_VOTE_EMPTY_COMMENT="The comment must not be empty"
  2367. HIKA_VOTE_WRONG_VOTE_COMMENT_VALUE="The vote or the comment value is not correct, unset or empty"
  2368. HIKA_VOTE_MISSING_VOTE_COMMENT_VALUE="Missing value for the comment or the vote value is wrong or unset"
  2369. HIKA_VOTE_LIMIT_REACHED="You have reached your limit of comments for that product"
  2370. HIKA_VOTE_MISSING_ENTRY="The vote entry has not been found"
  2371. HIKA_VOTE_USEFUL_RATING_DISABLED="Useful rating for the comments is not enabled"
  2372. HIKA_VOTE_MUST_BE_REGISTERED_FOR_USEFUL_RATING="You must be registered to note other comments"
  2373. HIKA_MASSACTION_SYSTEM_PLUGIN_PUBLISHED="The plugin system 'hikashopmassaction' has automatically been published."
  2374. ENTRIES_FIRST="Before configuring your entry, you need to first create and publish one or several 'Entry' custom fields with the menu Display->Custom fields"
  2375. MAIL_FOLDER="Emails folder"
  2376. POSTFINANCE_AUTHORIZED_PAYMENT="Your payment is authorized."
  2377. HIKASHOP_WISHLIST_NAME_VALUE="Wishlist <span class="wishlist_name">%s</span> <span class="wishlist_username">of %s</span>"
  2378. REMOVE_ID_IN_CART_URLS="Remove cart id in URLs"
  2379. CART_SEF_NAME="Cart SEF name"
  2380. WISHLIST_SEF_NAME="Wishlist SEF name"
  2381. CATEGORY_LISTING_VIEW_OVERRIDE_WARNING="You have an override on the view 'category / listing' so the settings under the tab 'Product Options' will potentially not be used. Please backup your modifications and delete the override."
  2382. USE_MENU_SETTINGS_INSTEAD_OF_ASSOCIATED_ONES="These settings are no more used, please edit the settings in <a href='%s'>this menu</a> parameters under the tab "Product Options"."
  2383. HAVE_HAVE_DONT_HAVE="Have / Don't have"
  2384. HIKA_DONT_HAVE="Don't have"
  2385. HIKA_HAVE="Have"
  2386.  
  2387. BOX_COLOR="Background color"
  2388. BOX_MARGIN="Margin"
  2389. BOX_BORDER="Border"
  2390. BOX_ROUND_CORNER="Rounded corners"
  2391. OUT_OF_STOCK_PRODUCTS="Out of stock products"
  2392. CUSTOM_ITEM_FIELDS="Custom item fields"
  2393. HIKA_CATEGORY_SETTINGS="Category data display"
  2394. HIKA_ITEMS="Items"
  2395. HIKA_ITEM_LAYOUT="Item Layout"
  2396. HIKA_ITEM_BOX_SETTINGS="Item Box configuration"
  2397. HIKA_CAROUSEL_SETTINGS="Carousel options"
  2398. HIKA_CAROUSEL_ADDITIONAL_SETTINGS="Additional carousel options"
  2399. HIKA_DATA_DISPLAY="Data display"
  2400. HIKA_PRODUCT_DATA_DISPLAY="Product data display"
  2401. HIKA_PRODUCT_FEATURES_DISPLAY="Product features display"
  2402. HIKA_CAROUSEL_EFFECT="Carousel effect"
  2403. HIKA_EFFECT_DURATION="Effect duration"
  2404. HIKA_TRANSITION_DELAY="Transition delay"
  2405. HIKA_SWITCH_BUTTONS="Switch buttons"
  2406. HIKA_LAYOUT_TYPE="Layout type"
  2407. HIKA_MAIN_CATEGORY="Main category"
  2408. MENU_NAME_AS_TITLE="Use the menu<br/>name as title"
  2409. HIKA_OUT_OF_STOCK="Out of stock"
  2410. HIKA_LINK_TO_DETAIL_PAGE="Link to detail page"
  2411. HIKA_DISCOUNT_DISPLAY="Discount"
  2412. HIKA_PRICE_TYPE="Which price"
  2413. HIKA_ORIGINAL_CURRENCY="Original currency"
  2414. HIKA_SUB_CATEGORIES="Show children"
  2415. HIKA_SUB_CATEGORIES_NUMBER="Children quantity"
  2416. HIKA_TRANSITION_EFFECT="Transition effect"
  2417. HIKA_LINK_MAIN_CATEGORIES="Link on main"
  2418. HIKA_PRODUCTS_NUMBER="Products number"
  2419. HIKA_ONLY_WITH_PRODUCTS="Only with products"
  2420. HIKA_SYNCHRONIZE="Synchronize"
  2421. HIKA_RELATION="Relation"
  2422. HIKA_PRODUCT_RELATION="Show products based on the following criterias"
  2423. HIKA_PRICE_DISPLAY="Price data display"
  2424. HIKA_CART_IMAGE="Product image"
  2425. HIKA_PROCEED_BUTTON="Proceed button"
  2426. HIKA_PRODUCT_NAME="Product name"
  2427. HIKA_PRODUCT_QUANTITIES="Product quantities"
  2428. HIKA_DELETE_BUTTON="Delete button"
  2429. HIKA_DELETE_BUTTON_DESC="Allow the customer to remove items in %s"
  2430. HIKA_EMPTY_MESSAGE="Empty message"
  2431. HIKA_EMPTY_MESSAGE_DESC="Message displayed when the %s is empty"
  2432. HIKA_ITEM_ID="Item id"
  2433. HIKA_CART_SHIPPING_DESC="Display the shipping informations if available"
  2434. HIKA_CART_COUPON_DESC="Display the coupon informations in %s if available"
  2435. HIKA_MINI_CART_DESC="When this option is enabled the %s will only display the total amount, and not display the products"
  2436. CART_MODULE_ITEMID_DESC="Please fill the id of the wishlist menu, if you do not have wishlist menu, you have to create it or disable the option 'Show the wishlist'"
  2437. DISPLAY_THE_WISHLIST_BUTTON="Wishlist button"
  2438. DISPLAY_THE_WISHLIST_BUTTON_DESC="Display the 'Show the wishlist' button"
  2439. HIKA_UL_SETTINGS="UL settings"
  2440. SHIPPING_METHODS_WONT_DISPLAY_IF_NO_WEIGHT="The shipping methods selection won't display on your checkout if you don't enter a weight in your product"
  2441. WAITLIST_REQUEST_FOR_PRODUCT="Wait list request for product %s"
  2442. WAITLIST_EMAIL_TITLE="Wait list subscription notification"
  2443. WAITLIST_BEGIN_MESSAGE="A user subscribed to the notification wait list for the product below."
  2444. WAITLIST_ADMIN_NOTIFICATION="Wait list administrator notification"
  2445. HIKA_VOTE_TOOLTIP="<strong>Average:</strong> %s<br/><strong>Total:</strong> %s<br/><strong>Your vote:</strong> %s"
  2446. HIKA_NO_VOTE="No vote"
  2447. NO_SHIPPING_METHOD_FOUND_FOR_WAREHOUSE="No shipping method found for the warehouse : %s"
  2448. NO_SHIPPING_AVAILABLE_FOR_WAREHOUSE="No shipping method found for the warehouse"
  2449.  
  2450. ;since 2.6.1
  2451. WRONG_VAT_NUMBER_COUNTRY_CODE="Your VAT number can not be used with the country you selected. Please select the right country ( CODE: %s) or make sure your VAT starts with %s"
  2452. ORDER_X_NOT_FOUND="The order %s cannot be found."
  2453. ORDER_X_NOT_PAID_ANYMORE="The order %s cannot be paid anymore."
  2454. FIELD_ATTRIBUTE="Attributes"
  2455. HK_SET_CANONICAL="Set canonical url"
  2456. SHOW_NONE="None"
  2457.  
  2458. HIKA_SEARCH_LIMIT="Number of Search items to return"
  2459. HIKA_ITEMID="The id of the menu to append to the URLs so that the product page uses the corresponding HikaShop options"
  2460. HIKA_FULL_BREADCRUMB_PATH="If the id set above is a products listing menu and that this option is toggled on, the breadcrumb path will contain the full category tree down to the product"
  2461. HIKA_OUT_OF_STOCK_PRODUCTS="Allow out of stock products to be displayed in the search results"
  2462. HIKA_NEW_PAGE="Open links on a new page"
  2463. HIKA_SEARCH_VARIANTS="Search variants"
  2464. HIKA_FIELDS="Select the fields you want to be searchable"
  2465. ACY_HELP="Click on the help button to get some help"
  2466. CUSTOM_TEMPLATE="Click on the Custom template button to create a custom layout that will override the default view"
  2467. ADD_VAT_TO_PRICE="Select yes or no depending if you want to add the vat to the displayed price or not"
  2468. ONLY_PRODUCT_IN_STOCK="Using the products insertion via the category selection, should AcyMailing only display products in stock?"
  2469. DEFAULT_ITEMID="ID of the menu attached to HikaShop"
  2470. DISPLAY_HIKASHOP_FILTERS_ON_MASSACTIONS="This option will have to be turned off if you have too many products or the filters edition interface of AcyMailing will crash"
  2471. DISPLAY_HIKASHOP_FILTERS_ON_NEWSLETTERS_EDITION="This option will have to be turned off if you have too many products or the newsletters edition interface of AcyMailing will crash"
  2472. CORE_APPLICATION="Causes this application to not appear in the users applications list but it will allow this application to appear in the user profile automatically if selected."
  2473. AVAILABLE_POSITIONS="Select one or more available positions from the list. You can use Ctrl-click to select more than one item."
  2474. MANY_SUBSCRIPTIONS="Allow many subscriptions in the cart"
  2475. FORCE_MENU="Here you can force the menu which will be used for the link of the downloads by entering the id of a menu item"
  2476. SEND_A_COPY_TO="You can specify an e-mail address here which will be added as BCC"
  2477. STATUSES_FOR_EMAIL_ATTACHMENTS="By default, the PDF is attached only to the notification email when the order is getting confirmed (based on the setting in the configuration). You can configure here one or several statuses (separated by a comma) so that it overrides the status of the configuration."
  2478. PDF_INVOICE_FOOTER="This text will be displayed in the footer of the PDF invoice"
  2479. PDF_MARGES="The marges (in mm) of the generated PDFs. The order is: Left,Top,Right,Bottom"
  2480. FONT_TO_USE="If you have issues with your language characters, you can change here the font used by the plugin. Each font will support a different set of languages so please try them one by one"
  2481. OVERRIDE_ON_THE_FRONTEND="Override the print invoice button on the frontend"
  2482. OVERRIDE_ON_THE_BACKEND="Override the invoice button on the backend"
  2483. CART_FREQUENCY="Frequency at which the carts/orders will be checked (in seconds)"
  2484. CART_LAST_UPDATE="Last date on which the carts/orders were checked via the CRON task"
  2485. RESERVATION_PERIOD="The amount of time during which the product will be reserved in the cart."
  2486. FEED_TRIGGER="Trigger the feed processing"
  2487. FEED_FREQUENCY="Frequency at which the feed will be checked (in seconds)"
  2488. LAST_UPDATE="Last date on which the products were updated via the CRON task"
  2489. FEED_PATH="The path of the feed"
  2490. FEED_PRICES_FEE="For each price in the feed, add a % fee"
  2491. FORCE_TAXE_CATEGORY_ID="For each product, you can force its tax category (provide the id of the tax cateogry)"
  2492. CSV_FILE="Path to the CSV file to import"
  2493. CSV_CHARSET="You can select here the charset of your CSV file"
  2494. CSV_FREQUENCY="Frequency at which the CSV file will be imported (in seconds)"
  2495. COLUMN_NAMES="Column names and their correspondance into the database. It should be like that: old_column1_name:new_column1_name;old_column2_name:new_column2_name"
  2496. DELETE_PRODUCTS_NOT_IN_CSV="Delete products not in the CSV"
  2497. DATEPICKER_SET_HOUR="This option can fixed some issues when using server with special timezone configuration"
  2498. LIMIT_GROUP_1="The id of the first group of users"
  2499. LIMIT_GROUP_2="The id of the second group of users"
  2500. DOWNLOAD_LIMIT_1="The download limit for the first group of users"
  2501. DOWNLOAD_LIMIT_2="The download limit for the second group of users"
  2502. ORDERS_GEOLOCATION="Activate geolocation for orders"
  2503. CUSTOMERS_GEOLOCATION="Activate geolocation for customers"
  2504. ENABLE_AUTO_UPDATE="Automatically update your google merchant feed via FTP"
  2505. GOOGLE_FTP_USER_NAME="Your google account FTP username"
  2506. GOOGLE_FTP_PASSWORD="Your google account FTP password"
  2507. GOOGLE_FILE_NAME="The file name you specified on your google merchant account (It has to end with '.xml')"
  2508. LOCAL_XML_FILE_PATH="You can optionally enter here a relative path from your website root directory (for example products/list.xml if you want it accessible on http://mywebsite.com/products/list.xml) so that the plugin saves the file on your website on each cron"
  2509. GOOGLE_FREQUENCY="Frequency at which the google feed will be updated (in seconds)"
  2510. INCREASE_PERFORMANCES="If you have issues with memory limits or timeouts when using that plugin, you can turn on that option"
  2511. USE_PRODUCTS_BRAND="Do you want to use the brand configured in the 'Brand' setting of your products ?"
  2512. BRAND_OVERRIDE="You can override here the products brand (the brand setting of the products won't be used). You can either enter here a brand name, or the column name of the product custom field with the brand name set for each product."
  2513. GOOGLE_PRODUCTS_CATEGORY="Your products' category (optional except for : 'Apparel and Accessories', 'Media', and 'Software'). If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a different category for each product."
  2514. PRICE_DISPLAYED="Choose the price you want to display if there is more than one"
  2515. TAXED_PRICES="Should the prices have tax applied"
  2516. PRODUCT_CONDITION="Your products condition ( you can use either 'used', 'new' or 'refurbished' and no other value is allowed). If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a different condition for each product."
  2517. SHORT_DESCRIPTION="Display the description to the Readmore tag."
  2518. MESSAGE_IF_NO_DEDSCRIPTION="Message displayed if a product doesn't have a description"
  2519. GOOGLE_PRODUCTS_ITEMID="If you want to display your products in a special context you can add here a menu id"
  2520. ADD_PRODUCT_CODE="Display or not the product code as MPN in the XML feed"
  2521. GOOGLE_PRODUCTS_GTIN="If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a GTIN for each products for which the custom field is filled. If you leave this field empty, no GTIN will be added to the feed."
  2522. IN_STOCK_PRODUCTS_ONLY="Only add the products with a stock above 0"
  2523. IDENTIFIER_EXISTS="Tells google if an identifier (brand, gtin, mpn) exists for your products (you can use either 'TRUE' or 'FALSE' and no other value is allowed). If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a identifiers for some products and not for others."
  2524. GOOGLE_PRODUCTS_AGE_GROUP="Your products' age group (you can use either 'Adult', 'Kids', 'Toddler', 'Infant' or 'Newborn' and no other value is allowed). If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a different age group for each product."
  2525. GOOGLE_PRODUCTS_GENDER="Your products' gender (you can use either 'Male','Female' or 'Unisex' and no other value is allowed). If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a different gender for each product."
  2526. GOOGLE_PRODUCTS_SIZE="Your products' size. If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a different size for each product."
  2527. GOOGLE_PRODUCTS_COLOR="Your products' color. If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have a different color for each product."
  2528. GOOGLE_PRODUCTS_SHIPPING="The shipping rules for your product. Rules must be separated by a comma. Each rule has four variables separated by a colon. For example, if you want two shipping methods for France, a standard one at 5 euros and an express one at 10 euros you should write: FR::Standard:5.00 EUR,FR::Express:10.00 EUR . If you enter here the column name of a custom product field, it will use the value of the custom field for each product allowing you to have different shipping rules for each product."
  2529. GOOGLE_PRODUCTS_DOWNLOAD_XML_FILE="Download the XML file. Then, you can import it manualy in your google account"
  2530. FORCE_USER_LOGOUT_ON_GROUP_UPDATE="Force user logout on group update (only with the joomla session hanlder option set to use the database)"
  2531. CUSTOM_PRODUCT_FIELD_NAME="The name of the custom product field where the language is selected for each product"
  2532. KASHFLOW_USERNAME="Your username on Kashflow"
  2533. KASHFLOW_PASSWORD="Your password on Kashflow"
  2534. CUSTOMERS_SOURCE="You can enter here the ID/name of the source of your customers. You can also enter a custom user field column name and the system will use automatically the value of that field for each customer."
  2535. CUSTOMERS_DISCOUNT_PERCENTAGE="You can enter here the discount percentage of your customers. You can also enter a custom user field column name and the system will use automatically the value of that field for each customer."
  2536. KASHFLOW_DISPLAY_DISCOUNT="You can enter here either 0 or 1 to set whether your customers should see discounts (for KashFlow). You can also enter a custom user field column name and the system will use automatically the value of that field for each customer."
  2537. CUSTOMERS_PAYMENT_TERMS="You can enter here the delay (number of days) for invoices payment for your customers. You can also enter a custom user field column name and the system will use automatically the value of that field for each customer."
  2538. KASHFLOW_NOMINAL_CODE="You can enter here the nominal code of your products (for KashFlow). You can also enter a custom product field column name and the system will use automatically the value of that field for each product."
  2539. KASHFLOW_SHIPPING_COSTS_NOMINAL_CODE="You can enter here the nominal code of your coupons (for KashFlow)."
  2540. KASHFLOW_COUPONS_NOMINAL_CODE="You can enter here the nominal code of your shipping costs (for KashFlow)."
  2541. KASHFLOW_PROJECT_ID="You can enter here the ID of the project to which the invoices will be attached to in KashFlow."
  2542. ORDER_AUTO_CANCEL_PERIOD="Period before an order is cancelled (in seconds)"
  2543. ORDER_AUTO_CANCEL_LAST_UPDATE="Last date on which the orders were checked via the CRON task"
  2544. ORDER_AUTO_CANCEL_NOTIFY_CUSTOMERS="Send the order status notification to the customer when his order is automatically cancelled"
  2545. OUT_OF_STOCK_PERIOD="Period before you are notified that products are out of stock (in seconds)"
  2546. PRODUCTS_LAST_UPDATE="Last date on which the products' stock was checked via the CRON task"
  2547. OUT_OF_STOCK_LIMIT="You can enter here the product quantity under which you will be notified"
  2548. RATES_FREQUENCY="Frequency at which the ECB feed will be checked (in seconds)"
  2549. RATES_LAST_UPDATE="Last date on which the rates were updated via the CRON task"
  2550. RATES_SOURCE="You can select here the data source for your currency rates"
  2551. SUBSCRIPTION_FREQUENCY="Frequency at which the subscriptions will be checked (in seconds)"
  2552. SUBSCRIPTION_LAST_UPDATE="Last date on which the subscriptions were checked via the CRON task"
  2553. TAXCLOUD_CHECK_ADDRESS="It requires the USPS id"
  2554. USE_ORIGIN_ADDRESS_ON_OVERRIDE="You can configure your shipping methods to override the shipping address of the customer. That's for example useful when you want to offer a local pickup at the store option instead of shipping. In that case, the default behavior is to use the origin address as destination address, but you can also turn off that option to have the TaxCloud plugin skips the tax calculations and HikaShop will then use the tax rules you configured in the backend."
  2555. USER_ACOUNT_FORCE_MENU="Here you can force the menu which will be used for the link of the customer account by entering the id of a menu item"
  2556. VALID_ORDER_STATUSES="List of the valid order statuses. If empty, it uses the HikaShop configuration value"
  2557. FREE_ORDER_SEND_CONFIRMATION_EMAIL="Send the confirmation email when free orders are confirmed automatically"
  2558. WAITLIST_NOTIFY_PERIOD="Period (in seconds)"
  2559. QUICKICON_GROUP="The group of this plugin (this value is compared with the group value used in Quick Icons modules to inject icons)"
  2560. ICON_LEGEND="Text displayed below the icon"
  2561. ITEMID_FOR_CATEGORIES="The id of the menu to append to the URLs so that the cateogry page uses the corresponding HikaShop options"
  2562. SEARCH_MANUFACTURERS="Allow search for manufacturers"
  2563. ITEMID_FOR_MANUFACTURERS="The id of the menu to append to the URLs so that the manufacturer page uses the corresponding HikaShop options"
  2564. AYAH_PUBLISHER_KEY="Publisher key you get after registering on areyouahuman.com website"
  2565. AYAH_SCORING_KEY="Scoring key you get after registering on areyouahuman.com website"
  2566. CAPTCHA_DISPLAY_AFTER="The plugin will display the captcha after the selected field on your registration form"
  2567. CAPTCHA_CAPTION="Text displayed for the captcha field."
  2568. CAPTCHA_THEME="Theme used for the captcha"
  2569. CAPTCHA_USE_IN_CONTACT_FORMS="The plugin will display the captcha on your contact forms"
  2570. DISPLAY_POSITION_ON_CONTACT_FORMS="If you display the captcha on the contact forms, where do you want it to be displayed?"
  2571. CAPTCHA_USE_IN_COMMENT_FORMS="The plugin will display the captcha on your comment forms"
  2572. DISPLAY_POSITION_ON_COMMENT_FORMS="If you display the captcha on the comment forms, where do you want it to be displayed?"
  2573. TAXES_HANDLING="Should taxes be taken into account"
  2574. CUSTOM_PRICE_COLUMN_NAME="Enter here the column name of the custom item field where the user can enter his amount so that the plugin can use it as the product price"
  2575. CUSTOM_PRICE_LETTER_COUNT_COLUMN_NAME="Enter here the column name of the custom item field where the user can enter his text so that the plugin can adapt the price based on the number of letters in the field"
  2576. EXCLUDED_CHARACTERS="Enter here characters that you want to be excluded from the counting"
  2577. CUSTOM_PRICE_WORD_COUNT_COLUMN_NAME="Enter here the column name of the custom item field where the user can enter his text so that the plugin can adapt the price based on the number of words in the field"
  2578. WEIGHT_CUSTOM_FIELD_COLUMN_NAME="The weight custom field column name"
  2579. API_ENTRY_POINT="Gives the entry point for the API system"
  2580. TOKEN_DURATION="Duration of the validaty for a user token"
  2581. TOKEN_HASH_SALT="Salt used for the token generation. Generated automatically if empty"
  2582. PARTNER_KEY_NAME="Name of the affiliate key"
  2583. AFFILIATE_AFTER_INITIALISATION="If turn off, the affiliate will only be registered after the routing of the pages have been done (it might not work with SEF in some cases, but might avoid problems in some others)"
  2584. USE_UNIVERSAL_ANALYTICS="Use or not the new API of google analytics (ga.js or universal.js)"
  2585. GOOGLE_ANALYTICS_ACCOUNT="Your Google Analytics Account with the format UA-XXXXX-X"
  2586. GOOGLE_ANALYTICS_ACCOUNT_CURRENCY="Your Google Analytics Account currency (three letter code)"
  2587. SINGLE_SUBMISSION="Only submit the order once ; the moment it receives the invoice id"
  2588. DEBUG_MODE="Enable or not the debug mode (use the ga_debug.js file"
  2589. ENABLING_DISPLAY_FEATURES="Only with Universal Analytics"
  2590. ANALYTICS_DIRECT_CALL="Always use the direct call with Universal Analytics (no js display in pages for order confirmation)"
  2591. TARGETING_USER_GROUPS="Select some joomla user groups which will be able to buy free products"
  2592. GLOBAL_OVERRIDE="Create a global override of the HikaShop configuration (otherwise, create a local override)"
  2593. GEOLOCATION_TIMEOUT="The timeout value after which the connexion to the geolocation server is considered failed (in sec)"
  2594. GEOLOCATION_SERVICE="Select here the geolocation service that you want to use"
  2595. GEOLOCATION_API_KEY="Your IPInfoDB service's API key that you can get on http://ipinfodb.com/register.php"
  2596. GEOLOCATION_CURRENCY="Select currency based on the geolocated zone of the user"
  2597. GEOLOCATION_ZONES_BLOCKED="Block the people in these zones (provide a list of zone ids separated by commas)"
  2598. GEOLOCATION_ZONES_AUTHORIZED="Authorize the people in these zones (provide a list of zone ids separated by commas). If filled, the blocked zones will be ignored"
  2599. GEOLOCATION_COMPONENTS_CHECKED="Check zones access only for these components (provide a list of component folder names separated by commas)"
  2600. PRODUCTINSERT_MENU="The id of the hikashop products listing menu where to redirect"
  2601. ITEMID_FOR_REGISTRATION="The id of the menu to append to the URLs"
  2602. ADWORDS_ID="The ID of your Google Adwords account"
  2603. DISPLAY_FACEBOOK_BUTTON="Display or not the Facebook like button"
  2604. DISPLAY_TWITTER_BUTTON="Display or not the twitter button to share the product page"
  2605. DISPLAY_GOOGLE_BUTTON="Display or not Google +1 button"
  2606. DISPLAY_PINTEREST_BUTTON="Display or not Pinterest button"
  2607. DISPLAY_ADDTHIS_BUTTON="Display or not AddThis button"
  2608. SOCIAL_BUTTON_POSITION="Postion of the twitter and facebook buttons on your product page"
  2609. SOCIAL_WIDTH_DIV="The width of your div (in px)"
  2610. SOCIAL_TAG_TYPE="Coding language used for implementing the Facebook button"
  2611. FACEBOOK_DISPLAY_STYLE="Choose the style of the facebook button"
  2612. SHOW_FACEBOOK_FACES="Show or not the face of the people who used your Facebook button"
  2613. SHOW_SEND_BUTTON="Show or not the send button next to the like button (doesn't work if you use the iframe)"
  2614. VERB_TO_DISPLAY="Choose the verb to display on your button"
  2615. COLOR_THEME="The color of the Facebook button"
  2616. FACEBOOK_BUTTON_FONT="The font of the Facebook button"
  2617. SOCIAL_PRODUCT_TYPE="Type of the linked content"
  2618. FACEBOOK_ADMIN="The name or ID of your facebook account"
  2619. TWITTER_COUNT_DISPLAY="Choose the style of the twitter count display"
  2620. TWEET_TEXT="If you want to display a special text into the tweet. If this field is empty, the name of the page will be used."
  2621. MENTION_TO="Name of the account which will be mentioned in the tweet"
  2622. GOOGLE_BUTTON_SIZE="Choose the size of the Google +1 button"
  2623. SHOW_GOOGLE_COUNT="Show or not the number of person who used this button"
  2624. PINTEREST_COUNT_DISPLAY="Choose the style of the Pinterest count display"
  2625. ADDTHIS_DISPLAY="Choose the style of the addThis button"
  2626. SOCIAL_SERVICES_EXCLUDE="Services you don't want to display (i.e. 'myspace, facebook'). You can find the list of service here: http://www.addthis.com/services/list#.UbXcsj6VBVU"
  2627. DISPLAY_CUSTOM_USER_FIELDS="Enable display custom user fields on the user profile edition page"
  2628. RECAPTCHA_PUBLIC_KEY="Public key you get after registering on ReCaptcha website"
  2629. RECAPTCHA_PRIVATE_KEY="Private key you get after registering on ReCaptcha website"
  2630. CAPTCHA_USE_IN_REGISTRATION_FORMS="The plugin will display the captcha on your registration forms"
  2631. SHIPSTATION_USERNAME="Enter here the username of the merchant link to Shipstation setting references"
  2632. SHIPSTATION_PASSWORD="Enter here the password of the merchant link to Shipstation setting references"
  2633. EMAIL_HISTORY_NUMBER_OF_DAYS="Enter here how many days you want to keep emails on database"
  2634. PLEASE_SEND_PURCHASEORDER="You can now send us a purchase order for the amount of %s using the following information."
  2635. INCLUDE_ORDER_NUMBER_TO_PURCHASEORDER="Do not forget to include the order number ( %s ) with the purchase order so that we can match it to your order."
  2636. SEARCH_LIMIT="Search Limit"
  2637. ITEMID="Itemid"
  2638. NEW_PAGE="New page"
  2639. FULL_BREADCRUMB_PATH="Full breadcrumb path"
  2640. HIKA_CUSTOM_TEMPLATE="Custom template"
  2641. HIKA_ADD_VAT_TO_PRICE="Add the VAT to the price"
  2642. HIKA_ONLY_PRODUCT_IN_STOCK="Only products in stock"
  2643. HIKA_DEFAULT_ITEMID="Default Itemid"
  2644. HIKA_DISPLAY_HIKASHOP_FILTERS_ON_MASSACTIONS="Display the HikaShop filters on massactions"
  2645. HIKA_DISPLAY_HIKASHOP_FILTERS_ON_NEWSLETTERS_EDITION="Display the HikaShop filters on newsletters edition"
  2646. HIKA_CORE_APPLICATION="Core Application"
  2647. HIKA_AVAILABLE_POSITIONS="Available Positions"
  2648. HIKA_MANY_SUBSCRIPTIONS="Many subscriptions"
  2649. HIKA_FORCE_MENU="Force menu"
  2650. HIKA_SEND_A_COPY_TO="Send a copy to"
  2651. HIKA_STATUSES_FOR_EMAIL_ATTACHMENTS="Statuses for email attachment"
  2652. MARGES="Marges"
  2653. HIKA_FONT_TO_USE="Font to use"
  2654. HIKA_OVERRIDE_ON_THE_FRONTEND="Override on the frontend"
  2655. HIKA_OVERRIDE_ON_THE_BACKEND="Override on the backend"
  2656. FREQUENCY="Frequency"
  2657. HIKA_LAST_UPDATE="Last update"
  2658. TRIGGER="Trigger"
  2659. HIKA_FEED_PATH="Feed path"
  2660. PRICES_FEE="Prices fee"
  2661. HIKA_FORCE_TAXE_CATEGORY_ID="Force tax category id"
  2662. HIKA_COLUMN_NAMES="Column names"
  2663. HIKA_DATEPICKER_SET_HOUR="Set hour to noon when processing time"
  2664. HIKA_RESERVATION_PERIOD="Reservation period"
  2665. LIMIT_GROUP_ONE="Group 1"
  2666. DOWNLOAD_LIMIT_ONE="Download limit 1"
  2667. LIMIT_GROUP_TWO="Group 2"
  2668. DOWNLOAD_LIMIT_TWO="Download limit 2"
  2669. HIKA_ORDERS_GEOLOCATION="Orders geolocation"
  2670. HIKA_CUSTOMERS_GEOLOCATION="Customers geolocation"
  2671. HIKA_HIKASHOP="Hikashop"
  2672. HIKA_ENABLE_AUTO_UPDATE="Enable Auto Update"
  2673. FTP_USER_NAME="FTP User Name"
  2674. FTP_PASSWORD="FTP Password"
  2675. FILE_NAME="File Name"
  2676. HIKA_LOCAL_XML_FILE_PATH="Local xml file path"
  2677. HIKA_INCREASE_PERFORMANCES="Increase performances"
  2678. HIKA_USE_PRODUCTS_BRAND="Use products brand"
  2679. HIKA_BRAND_OVERRIDE="Brand override"
  2680. HIKA_PRICE_DISPLAYED="Price Displayed"
  2681. HIKA_TAXED_PRICES="Taxed prices"
  2682. HIKA_PRODUCT_CONDITION="Product Condition"
  2683. HIKA_SHORT_DESCRIPTION="Short Description"
  2684. HIKA_MESSAGE_IF_NO_DEDSCRIPTION="Message If No Description"
  2685. ADD_PRODUCT_CODE_MPN="Add Product Code (mpn)"
  2686. GTIN="GTIN"
  2687. HIKA_IN_STOCK_PRODUCTS_ONLY="In stock products only"
  2688. HIKA_IDENTIFIER_EXISTS="Identifier exists"
  2689. AGE_GROUP="Age group"
  2690. GENDER="Gender"
  2691. PRODUCT_SIZE="Size"
  2692. PRODUCT_COLOR="Color"
  2693. HIKA_FORCE_USER_LOGOUT_ON_GROUP_UPDATE="Force user logout on group update"
  2694. HIKA_CUSTOM_PRODUCT_FIELD_NAME="Custom product field name"
  2695. HIKA_CUSTOMERS_SOURCE="Customers source"
  2696. NUMBER_OF_DAYS="Number of days"
  2697. HIKA_CUSTOMERS_DISCOUNT_PERCENTAGE="Customers discount percentage"
  2698. DISPLAY_DISCOUNT="Display discount"
  2699. HIKA_CUSTOMERS_PAYMENT_TERMS="Customers payment terms"
  2700. NOMINAL_CODE="Nominal Code"
  2701. SHIPPING_COSTS_NOMINAL_CODE="Shipping costs Nominal Code"
  2702. COUPONS_NOMINAL_CODE="Coupons Nominal Code"
  2703. PROJECT_ID="Project ID"
  2704. NOTIFY_CUSTOMERS="Notify customers"
  2705. STOCK_LIMIT="Stock limit"
  2706. HIKA_RATES_SOURCE="Rates source"
  2707. TAXCLOUD="TaxCloud"
  2708. API_ID="API Id"
  2709. UFPS="USPS"
  2710. USPS_ID="USPS Id"
  2711. TAXCLOUD_ADDRESS_1="Address 1"
  2712. TAXCLOUD_ADDRESS_2="Address 2"
  2713. TAXCLOUD_ZIP_4="Zip4"
  2714. TAXCLOUD_ZIP_5="Zip5"
  2715. CHECK_ADDRESS="Check address"
  2716. HIKA_USE_ORIGIN_ADDRESS_ON_OVERRIDE="Use origin address on override"
  2717. DEFAULT_TIC_ID="Default TIC id"
  2718. SHIPPING_TIC_ID="Shipping TIC id"
  2719. BROWSE_TIC_CATEGOGIES="Browse TIC categories"
  2720. HIKA_VALID_ORDER_STATUSES="Valid order statuses"
  2721. ACTIVE_CHECKOUT_STEP="Active checkout step"
  2722. HIDE_WHEN_NO_POINTS="Hide when no points"
  2723. SHOW_POINTS="Show points"
  2724. ASK_FOR_NO_COUPON="Ask for no coupon"
  2725. DO_NOT_USE_POINT_BY_DEFAULT="Do not use point by default"
  2726. SHOW_EARN_POINTS="Show earn points"
  2727. SEND_CONFIRMATION_EMAIL="Send confirmation email"
  2728. ICON_LEGEND="Icon legend"
  2729. HIKA_ITEMID_FOR_CATEGORIES="Itemid for categories"
  2730. HIKA_MANUFACTURERS="Manufacturers"
  2731. HIKA_ITEMID_FOR_MANUFACTURERS="Itemid for manufacturers"
  2732. PUBLISHER_KEY="Publisher key"
  2733. SCORING_KEY="Scoring key"
  2734. HIKA_CAPTCHA_CAPTION="Captcha Caption"
  2735. DISPLAY_AFTER="Display after"
  2736. THEME="Theme"
  2737. USE_IN_CONTACT_FORMS="Use in contact forms"
  2738. HIKA_DISPLAY_POSITION_ON_CONTACT_FORMS="Display position on contact forms"
  2739. USE_IN_COMMENT_FORMS="Use in comment forms"
  2740. HIKA_DISPLAY_POSITION_ON_COMMENT_FORMS="Display position on comment forms"
  2741. HIKA_TAXES_HANDLING="Taxes handling"
  2742. COLUMN_NAME_OF_THE_FIELD="Column name of the field"
  2743. HIKA_EXCLUDED_CHARACTERS="Excluded characters"
  2744. HIKA_WEIGHT_CUSTOM_FIELD_COLUMN_NAME="Weight custom field column name"
  2745. HIKA_API_ENTRY_POINT="API entry point"
  2746. HIKA_TOKEN_DURATION="Token duration"
  2747. HIKA_PARTNER_KEY_NAME="Partner key name"
  2748. AFTER_INITIALISATION="After initialisation"
  2749. GOOGLE_ANALYTICS_ACCOUNT_1="Google Analytics Account 1"
  2750. GOOGLE_ANALYTICS_ACCOUNT_1_CURRENCY="Google Analytics Account 1 currency"
  2751. GOOGLE_ANALYTICS_ACCOUNT_2="Google Analytics Account 2"
  2752. GOOGLE_ANALYTICS_ACCOUNT_2_CURRENCY="Google Analytics Account 2 currency"
  2753. GOOGLE_ANALYTICS_ACCOUNT_3="Google Analytics Account 3"
  2754. GOOGLE_ANALYTICS_ACCOUNT_3_CURRENCY="Google Analytics Account 3 currency"
  2755. GOOGLE_ANALYTICS_ACCOUNT_4="Google Analytics Account 4"
  2756. GOOGLE_ANALYTICS_ACCOUNT_4_CURRENCY="Google Analytics Account 4 currency"
  2757. GOOGLE_ANALYTICS_ACCOUNT_5="Google Analytics Account 5"
  2758. GOOGLE_ANALYTICS_ACCOUNT_5_CURRENCY="Google Analytics Account 5 currency"
  2759. HIKA_SINGLE_SUBMISSION="Single submission"
  2760. ANALYTICS_DEBUG_MODE="Debug Mode (for ga.js)"
  2761. EXTRA_MODULES="Extra modules"
  2762. ENHANCED_LINK_ATTRIBUTION="Enhanced Link Attribution"
  2763. HIKA_ENABLING_DISPLAY_FEATURES="Enabling Display Features"
  2764. ALWAYS_USE_DIRECT_CALL="Always use direct call (UA)"
  2765. HIKA_USE_UNIVERSAL_ANALYTICS="Use universal analytics"
  2766. HIKA_TARGETING_USER_GROUPS="Targeting user groups"
  2767. HIKA_GLOBAL_OVERRIDE="Global override"
  2768. TIMEOUT="Timeout"
  2769. HIKA_GEOLOCATION_SERVICE="Geolocation service"
  2770. API_KEY="API key"
  2771. SET_CURRENCY="Set currency"
  2772. ZONES_BLOCKED="Zones blocked"
  2773. ZONES_AUTHORIZED="Zones authorized"
  2774. COMPONENTS_CHECKED="Components checked"
  2775. HIKA_ITEMID_FOR_REGISTRATION="Itemid for registration"
  2776. HIKA_ADWORDS_ID="Adwords ID"
  2777. HIKA_DISPLAY_FACEBOOK_BUTTON="Display Facebook button"
  2778. HIKA_DISPLAY_TWITTER_BUTTON="Dislpay Twitter button"
  2779. HIKA_DISPLAY_GOOGLE_BUTTON="Display Google +1 button"
  2780. HIKA_DISPLAY_PINTEREST_BUTTON="Display Pinterest button"
  2781. HIKA_DISPLAY_ADDTHIS_BUTTON="Display AddThis button"
  2782. HIKA_SOCIAL_BUTTON_POSITION="Button position"
  2783. HIKA_SOCIAL_TAG_TYPE="Tag type"
  2784. HIKA_FACEBOOK_DISPLAY_STYLE="Facebook display style"
  2785. HIKA_SHOW_FACEBOOK_FACES="Show Facebook faces"
  2786. HIKA_SHOW_SEND_BUTTON="Show Send button"
  2787. HIKA_VERB_TO_DISPLAY="Verb to display"
  2788. HIKA_COLOR_THEME="Color theme"
  2789. HIKA_FACEBOOK_BUTTON_FONT="Facebook button font"
  2790. HIKA_FACEBOOK_ADMIN="Facebook admin"
  2791. HIKA_TWITTER_COUNT_DISPLAY="Twitter count display"
  2792. HIKA_TWEET_TEXT="Tweet text"
  2793. HIKA_MENTION_TO="Mention to"
  2794. HIKA_GOOGLE_BUTTON_SIZE="Google button size"
  2795. HIKA_SHOW_GOOGLE_COUNT="Show Google count"
  2796. HIKA_PINTEREST_COUNT_DISPLAY="Pinterest count display"
  2797. HIKA_ADDTHIS_DISPLAY="AddThis display"
  2798. HIKA_SOCIAL_SERVICES_EXCLUDE="Services exclude"
  2799. HIKA_DISPLAY_CUSTOM_USER_FIELDS="Display custom user fields on user profile edition page"
  2800. PUBLIC_KEY="Public key"
  2801. PRIVATE_KEY="Private key"
  2802. USE_IN_REGISTRATION_FORMS="Use in registration forms"
  2803. FOR_SHIPSTATION_SETTING_PAGE="For Shipstation setting page"
  2804. EMAIL_NOTIFICATION_TO_CUSTOMER="Email notification to customer"
  2805. ADD_SHIPSTATION_DATA="Add shipstation data in customer email notification"
  2806. USE_SHIPSTATION_FOR="Use Shipstation for :"
  2807. UPDATE_ORDER_STATUS="Update order status"
  2808. UPDATE_ORDER_STATUS_TO_SHIPPED="Update order status to shipped"
  2809. HIKA_DEBUG_MODE="Debug mode"
  2810. PRODUCT_PAGE="Product page"
  2811. PRODUCT_LISTING_PAGE="Product listing"
  2812. PRODUCT_COMPARE_PAGE="Product compare"
  2813. CATEGORY_LISTING_PAGE="Category listing"
  2814. CHECKOUT_PAGE="Checkout page"
  2815. NO_VAT="No VAT"
  2816. YES_VAT="Yes, include the VAT"
  2817. ONLY_PRODUCT_IN_STOCK_YES="Yes, only in stock"
  2818. ONLY_PRODUCT_IN_STOCK_NO="No, display all products"
  2819. CONTENT="Content"
  2820. SIDEBAR_TOP="Sidebar Top"
  2821. SIDEBAR_BOTTOM="Sidebar Bottom"
  2822. INCREASE_PERFORMANCES_A_LOT="A lot"
  2823. INCREASE_PERFORMANCES_A_LOT_MORE="A lot more"
  2824. INCREASE_PERFORMANCES_NO_LIMIT="No limit !"
  2825. CHEAPEST_PRICE_DISPLAYED="Cheapest"
  2826. AVERAGE_PRICE_DISPLAYED="Average"
  2827. MOST_EXPENSIVE_PRICE_DISPLAYED="Most Expensive"
  2828. UNIT_PRICE_DISPLAYED="Unit"
  2829. EUROPEAN_CENTRAL_BANK="European Central Bank"
  2830. YAHOO_FINANCE="Yahoo Finance"
  2831. ALPHA_USER_POINTS="AltaUserPoints"
  2832. EASY_SOCIAL="EasySocial"
  2833. EMAIL="Email"
  2834. RED="Red"
  2835. WHITE="White"
  2836. BLACK="Black"
  2837. CLEAN="Clean"
  2838. AFTER_RECEIVE_COPY="After the receive a copy"
  2839. AFTER_MESSAGE_TEXTAREA="After the message textarea"
  2840. AFTER_EMAIL_ADDRESS_INPUT="After the e-mail address input"
  2841. AFTER_COMMENT_TEXTAREA="After the comment textarea"
  2842. AFTER_USERNAME_INPUT="After the username input"
  2843. NO_TAXES="No taxes"
  2844. TAXES_HANDLING_ON_TOP="On top of the amount"
  2845. TAXES_HANDLING_ALREADY_INCLUDED="already included in the amount"
  2846. GEOLOCATION_GEOPLUGIN="GeoPlugin"
  2847. GEOLOCATION_IPINFODB="IPInfoDB"
  2848. GEOLOCATION_BOTH="Both"
  2849. SOCIAL_TAG_TYPE_XFBML="XFBML"
  2850. SOCIAL_TAG_TYPE_IFRAME="IFRAME"
  2851. FACEBOOK_DISPLAY_STYLE_STANDARD="Standard"
  2852. FACEBOOK_DISPLAY_STYLE_BUTTON_COUNT="Button count"
  2853. FACEBOOK_DISPLAY_STYLE_BOX_COUNT="Box count"
  2854. FACEBOOK_DISPLAY_STYLE_BUTTON="Button"
  2855. SOCIAL_VERB_LIKE="Like"
  2856. SOCIAL_VERB_RECOMMEND="Recommend"
  2857. THEME_LIGHT="Light"
  2858. THEME_DARK="Dark"
  2859. SOCIAL_PRODUCT_TYPE_PRODUCT="Product"
  2860. SOCIAL_PRODUCT_TYPE_ALBUM="Album"
  2861. SOCIAL_PRODUCT_TYPE_BOOK="Book"
  2862. SOCIAL_PRODUCT_TYPE_COMPANY="Company"
  2863. SOCIAL_PRODUCT_TYPE_DRINK="Drink"
  2864. SOCIAL_PRODUCT_TYPE_GAME="Game"
  2865. SOCIAL_PRODUCT_TYPE_MOVIE="Movie"
  2866. SOCIAL_PRODUCT_TYPE_SONG="Song"
  2867. BUTTON_SIZE_STANDARD="Standard"
  2868. BUTTON_SIZE_SMALL="Small"
  2869. BUTTON_SIZE_MEDIUM="Medium"
  2870. BUTTON_SIZE_TALL="Tall"
  2871. ADDTHIS_DISPLAY_COMPACT="Compact"
  2872. ADDTHIS_DISPLAY_BIG="Big"
  2873. ADDTHIS_DISPLAY_COUNT="Count"
  2874. USE_SHIPSTATION_FOR_PAID_ORDERS="Paid orders (With Invoice )"
  2875. USE_SHIPSTATION_FOR_UNPAID_ORDERS="Unpaid orders (Created status)"
  2876. HIKA_VOTE_TOTAL="Total"
  2877. HIKA_VOTE_CUSTOMER_VOTE="Your vote"
  2878. ONE_SHIPPING_METHOD_PER_PRODUCT="Only one shipping method available :"
  2879. SEVERAL_SHIPPING_METHOD_PER_PRODUCT="These shipping methods are available :"
  2880. HIKA_FOR_AN_ORDER_OF="%s : For %s %ss : "
  2881. HIKA_DISPLAY_PER_PRODUCT_SHIPPING="Display on frontend shipping with minimum quantity"
  2882. HIKA_MASS_PRODUCT_CREATED="This product has correctly been created: %s"
  2883. HIKA_MASS_PRODUCT_CREATION_ERROR="Product creation error"
  2884. YOU_HAVE="You have %s points (%s) available."
  2885. HIKA_FRONTEND_POSITION="Frontend position"
  2886. TOP_BEGIN="Top begin"
  2887. TOP_END="Top end"
  2888. LEFT_BEGIN="Left begin"
  2889. LEFT_END="Left end"
  2890. RIGHT_BEGIN="Right begin"
  2891. RIGHT_MIDDLE="Right middle"
  2892. RIGHT_END="Right end"
  2893. BOTTOM_BEGIN="Bottom begin"
  2894. BOTTOM_MIDDLE="Bottom middle"
  2895. BOTTOM_END="Bottom end"
  2896.  
  2897. ;since 2.6.2
  2898. HIKA_SAVE_AND_NOTIFY="Save & Notify"
  2899. FIELD_ORDER_INVOICE="Invoice"
  2900. FIELD_ORDER_SHIPPING_INVOICE="Shipping Invoice"
  2901. FIELD_ORDER_SHOW="Front-end order details page"
  2902. FIELD_ORDER_CHECKOUT="Checkout"
  2903. FIELD_ORDER_FORM="Order edition form"
  2904. FIELD_ORDER_EDIT_FIELDS="Order additional information"
  2905. FIELD_ORDER_LISTING="Back-end Listing"
  2906. FIELD_ORDER_NOTIFICATION="Order notification"
  2907. FIELD_ORDER_STATUS_NOTIFICATION="Order status notification"
  2908. FIELD_ORDER_CREATION_NOTIFICATION="Order creation notification"
  2909. FIELD_ORDER_ADMIN_NOTIFICATION="Order administrator notification"
  2910. FIELD_ORDER_PAYMENT_NOTIFICATION="Payment notification"
  2911. FIELD_PRODUCT_SHOW="Product page"
  2912. FIELD_PRODUCT_COMPARE="Comparaison page"
  2913. FIELD_PRODUCT_LISTING="Back-end Listing"
  2914. FIELD_PRODUCT_FRONTEND_LISTING="Front-end Listing"
  2915. FIELD_PRODUCT_FORM="Product Edition page"
  2916. FIELD_PRODUCT_INVOICE="Invoice"
  2917. FIELD_PRODUCT_SHIPPING_INVOICE="Shipping Invoice"
  2918. FIELD_PRODUCT_ORDER_FORM="Back-end Order details page"
  2919. FIELD_PRODUCT_BACKEND_CART_DETAILS="Back-end Cart details page"
  2920. FIELD_PRODUCT_FRONTEND_CART_DETAILS="Front-end Cart details page"
  2921. FIELD_PRODUCT_ORDER_NOTIFICATION="Order notification"
  2922. FIELD_PRODUCT_ORDER_STATUS_NOTIFICATION="Order status notification"
  2923. FIELD_PRODUCT_ORDER_CREATION_NOTIFICATION="Order creation notification"
  2924. FIELD_PRODUCT_ORDER_ADMIN_NOTIFICATION="Order administrator notification"
  2925. FIELD_PRODUCT_PAYMENT_NOTIFICATION="Payment notification"
  2926. FIELD_ITEM_SHOW_CART="Front-end Cart details page"
  2927. FIELD_ITEM_CHECKOUT="Checkout"
  2928. FIELD_ITEM_ORDER="Front-end order details page"
  2929. FIELD_ITEM_PRODUCT_LISTING="Front-end Product Listing"
  2930. FIELD_ITEM_PRODUCT_SHOW="Product Page"
  2931. FIELD_ITEM_PRODUCT_CART="Cart Module"
  2932. FIELD_ITEM_ORDER_FORM="Back-end order details page"
  2933. FIELD_ITEM_INVOICE="Invoice"
  2934. FIELD_ITEM_SHIPPING_INVOICE="Shipping Invoice"
  2935. FIELD_ITEM_EDIT_PRODUCT_ORDER="Product edition form in order"
  2936. FIELD_ITEM_BACKEND_CART_DETAILS="Back-end Cart details page"
  2937. FIELD_ITEM_ORDER_NOTIFICATION="Order notification"
  2938. FIELD_ITEM_ORDER_STATUS_NOTIFICATION="Order status notification"
  2939. FIELD_ITEM_ORDER_CREATION_NOTIFICATION="Order creation notification"
  2940. FIELD_ITEM_ORDER_ADMIN_NOTIFICATION="Order administrator notification"
  2941. FIELD_ITEM_PAYMENT_NOTIFICATION="Payment notification"
  2942. HIKA_CANT_SELECT_USER_NO_JOOMLA_ACCOUNT="This user cannot be selected, he does not have Joomla account."
  2943. HIKA_DISPLAY_SHIPPING_PRICE_PER_PRODUCT_ON_PRODUCT_PAGE="Display shipping price per product on product page"
  2944. HIKA_DISPLAY_SHIPPING_ON_PRODUCT_PAGE="Display on product page"
  2945. HIKA_VOTE_DO_FALSE_FROM_PLUGIN="The vote has been cancelled by a third component."
  2946. PLEASE_NOTE_THAT_THIS_OTPION_SHOULD_BE_TURNED_OFF_IN_MOST_CASES="Please note that this option should be turned off in most cases"
  2947.  
  2948. ;since 2.6.2
  2949. HIDE_CART="Hide if empty"
  2950.  
  2951. HIKA_LANG_VERSION="2.6.3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement