Advertisement
Sloard

Traduire en francais

Sep 24th, 2018
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.70 KB | None | 0 0
  1. <?php
  2. /*
  3. ------------------
  4. Language: English
  5. ------------------
  6. */
  7.  
  8. $lang = array();
  9.  
  10. // TypeIt (animated title)
  11.  
  12. $lang['TYPEIT_01'] = 'Vendre, acheter des produits numériques.';
  13. $lang['TYPEIT_02'] = 'Gagne des sous !';
  14. $lang['TYPEIT_03'] = 'MARCHÉ';
  15. $lang['TYPEIT_S_01'] = 'Trouvez ce que vous voulez';
  16. $lang['TYPEIT_S_02'] = 'Rechercher de nouvelles idées';
  17.  
  18.  
  19. // Messages
  20.  
  21. $lang['MESS_PAYMENT_SETTINGS_HEADER'] = 'Important!';
  22. $lang['MESS_PAYMENT_SETTINGS_CONTENT'] = 'Vous devez modifier vos paramètres de paiement pour utiliser votre magasin.';
  23. $lang['MESS_MODAL_L_HEADER'] = 'Oops!';
  24. $lang['MESS_MODAL_L_CONTENT'] = 'Vous avez entré un nom utilisateur ou un mot de passe inccorect.';
  25. $lang['MESS_CONTACT_CONTENT_STOP'] = 'Vous avez pas répondu correctement à la question Antispam ...';
  26. $lang['MESS_CONTACT_SUCCES_Y'] = 'Votre message est arrivé !';
  27. $lang['MESS_CONTACT_SUCCES_N'] = 'Le mailing a échoué, veuillez réessayer';
  28. $lang['MESS_CONTACT_ERROR'] = 'Vérifiez que tous les champs sont remplis et que e-mail est exempt contienne aucune erreurs.';
  29. $lang['MESS_PAYMENT_CHECK_HEADER'] = 'Succès!';
  30. $lang['MESS_PAYMENT_CHECK_HEADER2'] = 'Le paiement est refusé';
  31. $lang['MESS_PAYMENT_CHECK_HEADER3'] = 'Payment is rejected';
  32. $lang['MESS_PAYMENT_CHECK_CONTENT'] = 'Payment is successful';
  33. $lang['MESS_PAYMENT_CHECK_CONTENT2'] = 'You will receive an automatic message from the system.';
  34. $lang['MESS_PAYMENT_CHECK_CONTENT3'] = 'There is a problem with your payment, quickly contact our team.';
  35. $lang['MESS_PAYMENT_CHECK_CONTENT4'] = 'Error with recipient of payment.';
  36. $lang['MESS_PAYMENT_CHECK_CONTENT5'] = 'An error occurred during your payment. Please try again later.';
  37. $lang['MESS_PAYMENT_CHECK_BUTTON'] = 'See my purchases';
  38. $lang['MESS_ERROR_HEADER'] = 'Error!';
  39. $lang['MESS_NEWS_SUCCESS'] = 'Your comment has been posted!';
  40. $lang['MESS_NEWS_NICK_25'] = 'The nickname must be less than 25 characters.';
  41. $lang['MESS_NEWS_ALL_FIELDS'] = 'All fields must be completed.';
  42. $lang['MESS_NEWS_NEED_LOGGED'] = 'You must be logged in to post a comment.';
  43. $lang['MESS_ITEM_NO_RELATED'] = 'Currently there are no related products.';
  44. $lang['MESS_DASHB_NO_LOG'] = 'There are no transactions log.';
  45. $lang['MESS_DEL_COMMENT_S'] = 'Comment Deleted Successfully...';
  46. $lang['MESS_DEL_COMMENT_E'] = 'Unable to delete product...';
  47. $lang['MESS_DEL_CATEGORY_S'] = 'Category Deleted Successfully...';
  48. $lang['MESS_DEL_CATEGORY_E'] = 'Unable to delete category...';
  49. $lang['MESS_MAIL_H_1'] = 'No message';
  50. $lang['MESS_MAIL_C_1'] = 'It looks like your outbox is empty. You did not send any message.';
  51. $lang['MESS_MAIL_READ_E'] = 'You do not have permission to access this message, or this message does not exist.';
  52. $lang['MESS_MAIL_H_2'] = 'No message';
  53. $lang['MESS_MAIL_C_2'] = 'It looks like your inbox is empty.';
  54. $lang['MESS_DOWNP_NOT_EXIST'] = 'The file does not exist. Please contact our support.';
  55. $lang['MESS_DOWNP_FAILED_B_CODE'] = 'Download failed! Bad code.';
  56. $lang['MESS_LOGIN_WRONG'] = 'Oops! You have entered wrong username or password';
  57. $lang['MESS_REGISTER_V_USERN'] = 'Oops! Please enter valid username.';
  58. $lang['MESS_REGISTER_V_EMAIL'] = 'Oops! Please enter valid e-mail address.';
  59. $lang['MESS_REGISTER_USERN_TAKEN'] = 'Oops! Username already taken.';
  60. $lang['MESS_REGISTER_EMAIL_EXIST'] = 'Oops! Email already exists.';
  61. $lang['MESS_REGISTER_ERROR_FIELDS'] = 'Error! All fields are required.';
  62. $lang['MESS_REGISTER_PASSW_N_MATCH'] = 'Oops! Your passwords does not match.';
  63. $lang['MESS_PLEASE_LOGIN'] = 'Please login...';
  64.  
  65.  
  66. // Modals
  67.  
  68. $lang['MODAL_HEADER_L'] = 'Login quickly';
  69. $lang['MODAL_USERN_L'] = 'Username';
  70. $lang['MODAL_PASSW_L'] = 'Password';
  71. $lang['MODAL_SIGNUP_L'] = 'Register';
  72. $lang['MODAL_SIGNUP_TEXT_L'] = 'Do not have an account yet ?';
  73. $lang['MODAL_USERN_HOLDER_L'] = 'Username...';
  74. $lang['MODAL_PASSW_HOLDER_L'] = 'Password...';
  75. $lang['MODAL_BUTTON_TEXT_L'] = 'Login to';
  76.  
  77.  
  78. // Roles, Ranks
  79.  
  80. $lang['ROLE_ADMIN'] = 'Administrator';
  81. $lang['ROLE_ADMIN_MINI'] = 'Admin';
  82. $lang['ROLE_PREMIUM'] = 'Premium';
  83. $lang['ROLE_STAFF'] = 'Staff';
  84. $lang['ROLE_AUTHOR'] = 'Author';
  85. $lang['ROLE_BUYER'] = 'Buyer';
  86. $lang['ROLE_MEMBER'] = 'Member';
  87.  
  88.  
  89. // Badges
  90.  
  91. $lang['BADGE_'] = '';
  92.  
  93.  
  94. // ChartJS
  95.  
  96. $lang['CHART_PRODUCTS_VIEW'] = 'Products Views';
  97. $lang['CHART_PRODUCTS_DOWN'] = 'Products Downloaded';
  98. $lang['CHART_TOTAL_ORDERS'] = 'Total Orders';
  99. $lang['CHART_TOTAL_ITEMS_VIEW_DAY'] = 'Total items views per day';
  100. $lang['CHART_TOTAL_ITEMS_SELLS_DAY'] = 'Total items sells per day';
  101. $lang['CHART_TOTAL_ITEMS_DOWNS_DAY'] = 'Total items downloads per day';
  102. $lang['CHART_TOTAL_ITEMS_S_D_DAY'] = 'Total items sells and downloads per day';
  103.  
  104.  
  105. // Upload page
  106.  
  107. $lang['UPLOAD_TITLE'] = 'Add a new product';
  108. $lang['UPLOAD_SELECT_CAT'] = 'Select Category';
  109. $lang['UPLOAD_DESCRIPTION'] = 'Product Description';
  110. $lang['UPLOAD_FRIEND_URL'] = 'Friendly URL';
  111. $lang['UPLOAD_FEATURED'] = 'Featured Product?';
  112. $lang['UPLOAD_MEMBERSHIP'] = 'Membership Product?';
  113. $lang['UPLOAD_SUPPORT_P'] = 'Supporting your product?';
  114. $lang['UPLOAD_CHOOSE_L'] = 'Choose your language';
  115. $lang['UPLOAD_ADD_P_P'] = 'Add a product preview';
  116. $lang['UPLOAD_ADD_P_T'] = 'Add a product thumbnail';
  117. $lang['UPLOAD_CREATE_P'] = 'Create product';
  118. $lang['UPLOAD_CODE_L'] = 'Code Language';
  119. $lang['UPLOAD_STOCK_M'] = 'If = 0 then the product will not be able to Sell/Download !';
  120. $lang['UPLOAD_STOCK_T'] = 'Set Stock Amount';
  121. $lang['UPLOAD_STOCK_P'] = 'Amount here...';
  122. $lang['UPLOAD_DONATE_S'] = 'Donation system?';
  123. $lang['UPLOAD_DONATE_P'] = 'You must have a valid PayPal account';
  124. $lang['UPLOAD_S_COMMENTS'] = 'Show comments?';
  125. $lang['UPLOAD_SUB_P_T'] = 'Subscribe Product?';
  126. $lang['UPLOAD_SUB_P_P'] = 'You must have completed the IDs in your account settings!';
  127. $lang['UPLOAD_SCREENS_URL'] = 'Screenshot URL (optional)';
  128. $lang['UPLOAD_DEMO_URL'] = 'Demonstration URL (optional)';
  129. $lang['UPLOAD_YT_URL'] = 'YouTube video ID (optional)';
  130. $lang['UPLOAD_FREE_PRODUCT'] = 'Free Product';
  131. $lang['UPLOAD_PAID_PRODUCT'] = 'Paid Product';
  132. $lang['UPLOAD_TITLE_PRODUCT'] = 'Product Name';
  133. $lang['UPLOAD_TITLE_PRODUCT_P'] = 'Product Title...';
  134. $lang['UPLOAD_MAIN_FILE'] = 'Add a main file to the product';
  135. $lang['UPLOAD_B_NAME_H'] = 'You must configure your profile name before adding a product.';
  136. $lang['UPLOAD_B_NAME_B'] = 'Lets go!';
  137. $lang['UPLOAD_R_QUOTAS_H'] = 'You can not upload a product because you have reached your quota.';
  138. $lang['UPLOAD_R_QUOTAS_B1'] = 'Update Now!';
  139. $lang['UPLOAD_R_QUOTAS_B2'] = 'Exchange code';
  140. $lang['UPLOAD_B_PAYMENT_H'] = 'You must configure your payment options before adding a product.';
  141. $lang['UPLOAD_B_PAYMENT_B'] = 'Configure my PayPal payment options!';
  142. $lang['UPLOAD_SUB_HEADER'] = 'Upload your product file. You can upload any file format up to';
  143. $lang['UPLOAD_ADD_SUCCESS'] = 'The product has been added successfully!';
  144. $lang['UPLOAD_PREVIEW_HERE'] = 'Preview here:';
  145. $lang['UPLOAD_ERROR_UPLOAD_H'] = 'Error while uploading!';
  146. $lang['UPLOAD_ERROR_UPLOAD_C'] = 'There was an error while uploading your file. Try Again.';
  147. $lang['UPLOAD_WARNING_H'] = 'Warning!';
  148. $lang['UPLOAD_WARNING_C'] = 'The price must be numeric, for example: 15.00 or 15';
  149. $lang['UPLOAD_WARNING_D'] = 'You must complete <strong>all required fields</strong> before continuing.';
  150. $lang['UPLOAD_ERROR_H'] = 'Error!';
  151. $lang['UPLOAD_ERROR_C'] = 'The custom URL already exists.';
  152. $lang['UPLOAD_EDIT_TITLE_ITEM'] = 'Edit a Product';
  153. $lang['UPLOAD_EDIT_SUB_TITLE_ITEM'] = 'Modify the information of a product. You can upload any file format up to';
  154. $lang['UPLOAD_EDIT_HEAD_H'] = 'Required fields';
  155. $lang['UPLOAD_EDIT_HEAD_C1'] = 'Product Name';
  156. $lang['UPLOAD_EDIT_HEAD_C2'] = 'Product Description';
  157. $lang['UPLOAD_EDIT_HEAD_C3'] = 'Product PRICE';
  158. $lang['UPLOAD_EDIT_SUCCESS_M'] = 'Your changes have been saved successfully.';
  159. $lang['UPLOAD_EDIT_SUCCESS_M2'] = 'The product has been approved successfully.';
  160. $lang['UPLOAD_EDIT_SUCCESS_M3'] = 'The product thumbnail has been modified successfully.';
  161. $lang['UPLOAD_EDIT_SUCCESS_M4'] = 'The product preview has been modified successfully.';
  162. $lang['UPLOAD_EDIT_SUCCESS_M5'] = 'The thumbnail image and preview image have been modified successfully.';
  163. $lang['UPLOAD_EDIT_SUCCESS_H6'] = 'The main product file has been updated successfully!';
  164. $lang['UPLOAD_EDIT_SUCCESS_M6'] = 'The download link is sent to buyers.';
  165. $lang['UPLOAD_EDIT_ERROR_M1'] = 'Select the images.';
  166. $lang['UPLOAD_EDIT_ERROR_M2'] = 'There was an error while uploading your file. Try Again.';
  167. $lang['UPLOAD_EDIT_ERROR_M3'] = 'Select the main file.';
  168. $lang['UPLOAD_EDIT_ERROR_H'] = 'Error while uploading!';
  169. $lang['UPLOAD_EDIT_BUTTON_REMOVE'] = 'Remove product';
  170. $lang['UPLOAD_EDIT_BUTTON_SEE'] = 'See product';
  171. $lang['UPLOAD_EDIT_ADMIN_VIEW'] = 'As an administrator, you can see all uploaded files';
  172. $lang['UPLOAD_EDIT_BUTTON_SEE2'] = 'See';
  173. $lang['UPLOAD_EDIT_BUTTON_DOWNL'] = 'Download';
  174. $lang['UPLOAD_EDIT_EMAIL_SENT'] = 'An email will be sent to the author of this product. To inform him that his product has been approved.';
  175. $lang['UPLOAD_EDIT_EMAIL_SENT2'] = 'An email will be sent to all buyers of this product if you update the master file.';
  176. $lang['UPLOAD_EDIT_UNNAP_P'] = 'Unapproved product';
  177. $lang['UPLOAD_EDIT_APPRO_P'] = 'Approved this product';
  178. $lang['UPLOAD_EDIT_BUTTON_UPDATE_M'] = 'Update product main file';
  179. $lang['UPLOAD_EDIT_BUTTON_UPDATE_I'] = 'Update informations';
  180. $lang['UPLOAD_EDIT_BUTTON_UPDATE_IMG'] = 'Update images';
  181. $lang['UPLOAD_EDIT_HEAD_P_PREVIEW'] = 'Update product preview';
  182. $lang['UPLOAD_EDIT_HEAD_P_THUMB'] = 'Update product thumbnail';
  183.  
  184.  
  185. // Mail Private Message
  186.  
  187. $lang['MAIL_TITLE_1'] = 'My messages';
  188. $lang['MAIL_TITLE_2'] = 'Reading the Message';
  189. $lang['MAIL_TITLE_3'] = 'My Inbox';
  190. $lang['MAIL_TITLE_4'] = 'Send a message';
  191. $lang['MAIL_HEADER_1'] = 'My messages sent';
  192. $lang['MAIL_INBOX'] = 'Inbox';
  193. $lang['MAIL_OUTBOX'] = 'Outbox';
  194. $lang['MAIL_SEND_PM'] = 'Send private message';
  195. $lang['MAIL_OBJECT'] = 'Object:';
  196. $lang['MAIL_OBJECT_2'] = 'Object';
  197. $lang['MAIL_REMOVE'] = 'Remove';
  198. $lang['MAIL_SENT_YOU'] = 'has sent you:';
  199. $lang['MAIL_READING_MESSAGE'] = 'Reading message';
  200. $lang['MAIL_REPLY'] = 'Reply';
  201. $lang['MAIL_MY_MESSAGES'] = 'My messages';
  202. $lang['MAIL_READ_MESSAGE'] = 'Read the message';
  203. $lang['MAIL_REPLY_MESSAGE'] = 'Reply to this message';
  204. $lang['MAIL_SEND_M_H'] = 'Send a private message';
  205. $lang['MAIL_SEND_M_C'] = 'Send new message or reply to member.';
  206. $lang['MAIL_RECEIVER'] = 'Receiver';
  207. $lang['MAIL_MESSAGE'] = 'Message';
  208. $lang['MAIL_SUBMIT'] = 'Submit';
  209. $lang['MAIL_FILL_FIELDS'] = 'Please fill in all fields.';
  210. $lang['MAIL_USER_NOT_EXIST'] = 'This user does not exist...';
  211. $lang['MAIL_MESSAGE_SENT'] = 'Your message has been sent !';
  212. $lang['MAIL_MESSAGE_SENT_B'] = 'Click to return to your Outbox';
  213.  
  214.  
  215. // Download Product
  216.  
  217. $lang['DOWNP_TITLE'] = 'Download';
  218. $lang['DOWNP_THANKS_P'] = 'Thank you for your purchase!';
  219. $lang['DOWNP_THANKS_I'] = 'Thank you for your interest!';
  220. $lang['DOWNP_CODE_HOLDER'] = 'Download code';
  221. $lang['DOWNP_DOWNLOAD_BUTTON'] = 'Downloading';
  222. $lang['DOWNP_BACK_PURCHASES'] = 'Back to my purchases';
  223. $lang['DOWNP_BACK_PRODUCTS'] = 'Back to product page';
  224.  
  225.  
  226. // All Products page
  227.  
  228. $lang['ALLP_TITLE'] = 'All Products';
  229. $lang['ALLP_HEADER'] = 'All products in the community';
  230. $lang['ALLP_SUB_HEADER'] = 'Modify or Approve the products uploaded on the site.';
  231. $lang['ALLP_TABLE_THUMB'] = 'Thumbnail';
  232. $lang['ALLP_TABLE_DETAILS'] = 'Product Details';
  233. $lang['ALLP_TABLE_SALES_DOWN'] = 'Sales and downloads';
  234. $lang['ALLP_TABLE_VIEWS'] = 'Views';
  235. $lang['ALLP_TABLE_PRICE'] = 'Price';
  236. $lang['ALLP_PRODUCT_APPROVED'] = 'This product has been approved';
  237. $lang['ALLP_PRODUCT_NOT_APPROVED'] = 'This product has not been approved';
  238. $lang['ALLP_MEMBERSHIP_TAG'] = 'MEMBERSHIP';
  239. $lang['ALLP_NORMAL_TAG'] = 'NORMAL';
  240. $lang['ALLP_FEATURED_TAG'] = 'FEATURED';
  241. $lang['ALLP_DOWNLOADING'] = 'downloading';
  242. $lang['ALLP_DOWNLOADINGS'] = 'downloadings';
  243. $lang['ALLP_SALE'] = 'sale';
  244. $lang['ALLP_SALES'] = 'sales';
  245. $lang['ALLP_FREE'] = 'FREE';
  246. $lang['ALLP_BUTTON_EDIT'] = 'Edit this product';
  247. $lang['ALLP_MESSAGE_N_P'] = 'There are no products on the site.';
  248.  
  249.  
  250. // My Products page
  251.  
  252. $lang['MYP_TITLE'] = 'My Products';
  253. $lang['MYP_HEADER'] = 'My products';
  254. $lang['MYP_SUB_HEADER'] = 'Add / edit your products.';
  255. $lang['MYP_BUTTON_ADD_NEW'] = 'Add a new product';
  256. $lang['MYP_BUTTON_EDIT'] = 'Edit';
  257. $lang['MYP_MSG_NO_PRODUCTS'] = 'You do not have any products.';
  258.  
  259.  
  260. // Offers
  261.  
  262. $lang['OFFERS_TITLE'] = 'My offers';
  263. $lang['OFFERS_HEADER'] = 'My offers';
  264. $lang['OFFERS_SUB_HEAD'] = 'Offers are offered by the Site Administrator.';
  265. $lang['OFFERS_DOWNLOAD_BUTTON'] = 'Download';
  266. $lang['OFFERS_DOWNLOAD_HOLDER'] = 'Download free offer';
  267. $lang['OFFERS_NOT_AVAILABLE_H'] = 'Offer not available.';
  268. $lang['OFFERS_NOT_AVAILABLE_C'] = 'This offer is no longer available for download and is therefore hidden.';
  269. $lang['OFFERS_NO_OFFER_H'] = 'No offer for the moment.';
  270. $lang['OFFERS_NO_OFFER_C'] = 'We are sorry, but currently there are no offers available.';
  271.  
  272.  
  273. // My Wishlists
  274.  
  275. $lang['WISHLISTS_TITLE'] = 'My Wishlists';
  276. $lang['WISHLISTS_BUTTON_S'] = 'See';
  277. $lang['WISHLISTS_HEADER_NP'] = 'You have no products on your wishlist.';
  278. $lang['WISHLISTS_CONTENT_NP'] = 'Browse products to add them to your wishlist.';
  279.  
  280.  
  281. // My purchases page
  282.  
  283. $lang['MYPRCS_TITLE'] = 'My purchases';
  284. $lang['MYPRCS_EXC_CODE'] = 'Exchange code:';
  285. $lang['MYPRCS_EXC_BTN'] = 'Exchange';
  286. $lang['MYPRCS_PRC_CODE'] = 'Purchase code:';
  287. $lang['MYPRCS_DOWN_BTN'] = 'Download';
  288. $lang['MYPRCS_NO_PRC'] = 'No purchase at this time.';
  289. $lang['MYPRCS_SUB_NO_PRC'] = 'After buying a product on our store, find all the details here.';
  290.  
  291.  
  292. // Cancel Payment
  293.  
  294. $lang['CANCELP_TITLE'] = 'Payment Cancelled';
  295. $lang['CANCELP_HEADER'] = 'Payment Cancelled';
  296. $lang['CANCELP_C_PAYMENT'] = 'You have canceled your payment.';
  297.  
  298.  
  299. // Payment user page
  300.  
  301. $lang['PAYU_TITLE'] = 'Payment Options';
  302. $lang['PAYU_HEADER'] = 'Payment Options';
  303. $lang['PAYU_CONTENT'] = 'Add / change your payment options.';
  304. $lang['PAYU_INFO_MSG'] = 'Make sure your PayPal account has the same cash balances you use for your products.';
  305. $lang['PAYU_PAYPAL'] = 'PayPal';
  306. $lang['PAYU_CHECK_ENABLE'] = 'Enable PayPal?';
  307. $lang['PAYU_LABEL1'] = 'Main Account Currency';
  308. $lang['PAYU_LABEL2'] = 'Email address of your PayPal account';
  309. $lang['PAYU_LABEL2_H'] = 'Email PayPal';
  310. $lang['PAYU_BTN_SAVE'] = 'Save changes';
  311.  
  312.  
  313. // Payment system page
  314.  
  315. $lang['PAYS_TITLE'] = 'Payment System';
  316. $lang['PAYS_HEADER'] = 'Payment System';
  317. $lang['PAYS_CONTENT'] = 'Add / change your payment options for your site.';
  318. $lang['PAYS_LABEL2_H'] = 'Email PayPal of the site';
  319.  
  320.  
  321. // Edit my profile page
  322.  
  323. $lang['EDIT_MYP_TITLE'] = 'Edit my profile';
  324. $lang['EDIT_MYP_SUB_H'] = 'Add / change your settings that will appear on your profile page.';
  325. $lang['EDIT_MYP_P_COVE'] = 'Profile Coverage (Recommended size: 1905x295px)';
  326. $lang['EDIT_MYP_AVATAR'] = 'Avatar';
  327. $lang['EDIT_MYP_H_D1'] = 'Public informations';
  328. $lang['EDIT_MYP_H_D2'] = 'Personal informations';
  329. $lang['EDIT_MYP_PNAME'] = 'Profile Name';
  330. $lang['EDIT_MYP_PNAME_PH'] = 'Your public username';
  331. $lang['EDIT_MYP_TBIO'] = 'Bio (160 characters maximum)';
  332. $lang['EDIT_MYP_TBIO_PH'] = 'Interests, professional knowledge, about you and your products, etc';
  333. $lang['EDIT_MYP_TWITTER_USERN'] = 'Twitter Username';
  334. $lang['EDIT_MYP_FB_PAGE'] = 'Facebook page';
  335. $lang['EDIT_MYP_URL_WB'] = 'URL of your Website';
  336. $lang['EDIT_MYP_YT_ID'] = 'Youtube Channel ID';
  337. $lang['EDIT_MYP_GL_ID'] = 'Google Client ID';
  338. $lang['EDIT_MYP_L_NAME'] = 'Last name';
  339. $lang['EDIT_MYP_F_NAME'] = 'First name';
  340. $lang['EDIT_MYP_EMAIL_A'] = 'Email address';
  341. $lang['EDIT_MYP_UPDATE_BTN'] = 'Update informations';
  342. $lang['EDIT_MYP_ERROR_MSG_H'] = 'Invalid image size';
  343. $lang['EDIT_MYP_ERROR_MSG_C'] = 'Sorry, your image is too large.';
  344. $lang['EDIT_MYP_SUCCESS_MSG'] = 'Your profile informations has been updated.';
  345.  
  346.  
  347. // Log in page
  348.  
  349. $lang['LOGIN_TITLE'] = 'Log in';
  350. $lang['LOGIN_ENTER_USERN'] = 'Please enter your username';
  351. $lang['LOGIN_ENTER_PASSW'] = 'Please enter your password';
  352. $lang['LOGIN_ENTER_PASSW_LENGTH'] = 'Your password must be at least 6 characters';
  353. $lang['LOGIN_HEADER'] = 'Log-in to your account';
  354. $lang['LOGIN_USERNAME'] = 'Username';
  355. $lang['LOGIN_PASSWORD'] = 'Password';
  356. $lang['LOGIN_BUTTON'] = 'Login';
  357.  
  358.  
  359. // Register page
  360.  
  361. $lang['REGISTER_TITLE'] = 'Register';
  362. $lang['REGISTER_ENTER_USERN'] = 'Please enter your username';
  363. $lang['REGISTER_ENTER_PASSW'] = 'Please enter your password';
  364. $lang['REGISTER_ENTER_PASSW_LENGTH'] = 'Your password must be at least 6 characters';
  365. $lang['REGISTER_CONFIRM_PASSW'] = 'Please confirm your password';
  366. $lang['REGISTER_CONFIRM_PASSW_LENGTH'] = 'Your confirm password must be at least 6 characters';
  367. $lang['REGISTER_ENTER_EMAIL'] = 'Please enter your e-mail';
  368. $lang['REGISTER_ENTER_EMAIL_VALID'] = 'Please enter a valid e-mail';
  369. $lang['REGISTER_USERNAME'] = 'Username';
  370. $lang['REGISTER_EMAIL'] = 'Email';
  371. $lang['REGISTER_PASSWORD'] = 'Password';
  372. $lang['REGISTER_PASSWORD_C'] = 'Password Confirmation';
  373. $lang['REGISTER_BUTTON'] = 'Sign up';
  374.  
  375.  
  376. // Password Recovery page
  377.  
  378. $lang['PRECUP_TITLE'] = 'Password Recovery';
  379. $lang['PRECUP_GREETS'] = 'Greetings';
  380. $lang['PRECUP_M_C1'] = 'Here is your recovery code:';
  381. $lang['PRECUP_M_C2'] = 'See you soon on';
  382. $lang['PRECUP_M_C3'] = 'This is an automatic email, please do not reply.';
  383. $lang['PRECUP_M_E1'] = 'This e-mail address is not registered.';
  384. $lang['PRECUP_M_E2'] = 'Invalid email address.';
  385. $lang['PRECUP_M_E3'] = 'Please enter your email address.';
  386. $lang['PRECUP_M_E4'] = 'Invalid code';
  387. $lang['PRECUP_M_E5'] = 'Please enter your confirmation code.';
  388. $lang['PRECUP_M_E6'] = 'Your passwords do not match.';
  389. $lang['PRECUP_M_E7'] = 'Please complete all fields.';
  390. $lang['PRECUP_M_E8'] = 'Please confirm your e-mail with the verification code sent to you by e-mail.';
  391. $lang['PRECUP_M_E9'] = 'Please complete all fields.';
  392. $lang['PRECUP_IDEN_MAIL1'] = 'Please enter your e-mail';
  393. $lang['PRECUP_IDEN_MAIL2'] = 'Please enter a valid e-mail';
  394. $lang['PRECUP_IDEN_PASS1'] = 'Please enter your new password';
  395. $lang['PRECUP_IDEN_PASS2'] = 'Your password must be at least 6 characters';
  396. $lang['PRECUP_IDEN_PASS3'] = 'Please confirm your new password';
  397. $lang['PRECUP_VERIF_CODE'] = 'Verification code';
  398. $lang['PRECUP_NEW_PASSW'] = 'New password';
  399. $lang['PRECUP_CONF_PASSW'] = 'Password Confirmation';
  400. $lang['PRECUP_YOUR_EMAIL'] = 'Your email address';
  401. $lang['PRECUP_BUTTON_VALID'] = 'Validate';
  402.  
  403.  
  404. // Home
  405.  
  406. $lang['HOME_VIEW_CATEGORIES'] = 'View Categories';
  407.  
  408.  
  409. // News
  410.  
  411. $lang['NEWS_TITLE_LIST'] = 'List of news';
  412. $lang['NEWS_HEADER_TITLE'] = 'List of news';
  413. $lang['NEWS_HEADER_SUB'] = 'Keep informed of what\'s going on';
  414. $lang['NEWS_READ_MORE_BUTTON'] = 'Read more';
  415. $lang['NEWS_VIEW_COMMENTS'] = 'View Comments';
  416. $lang['NEWS_READING_TITLE'] = 'Reading the news';
  417. $lang['NEWS_BUTTON_BACK'] = 'Back to news list';
  418. $lang['NEWS_LEAVE_COMMENT'] = 'Leave a comment:';
  419. $lang['NEWS_TEXTAREA_HOLDER'] = 'Your comment...';
  420. $lang['NEWS_ADD_COMMENT_BUTTON'] = 'Add a comment';
  421.  
  422.  
  423. // Product Page
  424.  
  425. $lang['ITEM_SUBSCRIBE'] = 'Subscribe';
  426. $lang['ITEM_FREE'] = 'FREE';
  427. $lang['ITEM_UPGRADE'] = 'Upgrade';
  428. $lang['ITEM_BUY'] = 'Buy now';
  429. $lang['ITEM_DOWNLOAD'] = 'Download';
  430. $lang['ITEM_SOLD_OUT'] = 'Sold out';
  431. $lang['ITEM_SECURED'] = 'Secured';
  432. $lang['ITEM_FREE_SECURED'] = 'Free';
  433. $lang['ITEM_DESCRIPTION'] = 'Description';
  434. $lang['ITEM_ADD_WISHLIST'] = 'Add to Wishlist';
  435. $lang['ITEM_REMOVE_WISHLIST'] = 'Remove from Wishlist';
  436. $lang['ITEM_COMMENTS'] = 'Comments';
  437. $lang['ITEM_RELATED_PRODUCTS'] = 'Related products';
  438. $lang['ITEM_PROFILE'] = 'Profile';
  439. $lang['ITEM_UNFOLLOW'] = 'Unfollow';
  440. $lang['ITEM_FOLLOW'] = 'Follow';
  441. $lang['ITEM_PM'] = 'Message';
  442. $lang['ITEM_LOGIN_NOW'] = 'Login now';
  443. $lang['ITEM_DONATION'] = 'Donation';
  444. $lang['ITEM_DONATE_BUTTON'] = 'Donate';
  445. $lang['ITEM_LAST_UPDATE'] = 'Last Update';
  446. $lang['ITEM_CREATED'] = 'Created';
  447. $lang['ITEM_CATEGORY'] = 'Category';
  448. $lang['ITEM_LANGUAGE'] = 'Language';
  449. $lang['ITEM_NONE'] = 'None';
  450. $lang['ITEM_SUPPORTED'] = 'Supported';
  451. $lang['ITEM_SUPPORTED_Y'] = 'Yes';
  452. $lang['ITEM_SUPPORTED_N'] = 'No';
  453. $lang['ITEM_SHARE_FACEBOOK'] = 'Share with Facebook';
  454. $lang['ITEM_SHARE_TWITTER'] = 'Share with Twitter';
  455. $lang['ITEM_SHARE_GOOGLE'] = 'Share with Google+';
  456. $lang['ITEM_INTEGRATE_BUTTON'] = 'Integrate Button';
  457. $lang['ITEM_MINIMIZE'] = 'Minimize';
  458. $lang['ITEM_COMMENT_HOLDER'] = 'Your comment...';
  459. $lang['ITEM_SUBMIT_COMMENT'] = 'Add Reply';
  460. $lang['ITEM_SUMMARY'] = 'Summary';
  461. $lang['ITEM_FILE_SIZE'] = 'File size';
  462. $lang['ITEM_FILE_TYPE'] = 'File type';
  463. $lang['ITEM_MSG_HEAD_01'] = 'You can not buy your own product';
  464. $lang['ITEM_MSG_CONTENT_01'] = 'Sorry, but currently you can not buy your own product.';
  465. $lang['ITEM_MSG_HEAD_02'] = 'We are sorry';
  466. $lang['ITEM_MSG_CONTENT_02'] = 'You must be logged in if you wish to purchase this product.';
  467. $lang['ITEM_LOCKED_HEADER'] = 'Subscribe to Buy/Download';
  468. $lang['ITEM_LOCKED_CONTENT'] = 'Please subscribe to my channel, use one of the buttons below to unlock the buy/download button.';
  469. $lang['ITEM_STAT_SALES'] = 'Sales';
  470. $lang['ITEM_STAT_SALE'] = 'Sale';
  471. $lang['ITEM_STAT_DOWNLOADS'] = 'Downloads';
  472. $lang['ITEM_STAT_DOWNLOAD'] = 'Download';
  473. $lang['ITEM_STAT_COMMENTS'] = 'Comments';
  474. $lang['ITEM_STAT_COMMENT'] = 'Comment';
  475. $lang['ITEM_EDIT_MY_ITEM_BUTTON'] = 'Edit my item';
  476. $lang['ITEM_SOLD_OUT_MESSAGE'] = 'This product has no stock, it can no longer sell or download.';
  477. $lang['ITEM_ALREADY_PURCHASED_HEAD'] = 'You have already purchased this product';
  478. $lang['ITEM_ALREADY_PURCHASED_CONTENT'] = 'You can download this product directly from your';
  479. $lang['ITEM_WAIT_APPROVAL_HEAD'] = 'Awaiting Approval';
  480. $lang['ITEM_WAIT_APPROVAL_CONTENT'] = 'This product has not yet been approved by an Administrator. Your product is not displayed to the public.';
  481. $lang['ITEM_EMAIL_PAYPAL_MISS_H'] = 'Paypal Email address missing';
  482. $lang['ITEM_EMAIL_PAYPAL_MISS_C_1'] = 'You absolutely must enter your paypal email address in';
  483. $lang['ITEM_EMAIL_PAYPAL_MISS_C_2'] = 'for you to make a purchase, otherwise the purchase will not be displayed on your account.';
  484.  
  485.  
  486. // Delete Item
  487.  
  488. $lang['DELETE_TITLE'] = 'Deleting a product';
  489. $lang['DELETE_MESSAGE'] = 'Email sent to the customer to inform him you have removed his product.';
  490. $lang['DELETE_WAS_DELETED'] = 'The following product was deleted:';
  491. $lang['DELETE_SURE_DELETE'] = 'Are you sure you want to delete this product?';
  492.  
  493.  
  494. // Delete News
  495.  
  496. $lang['DELETE_N_MESSAGE_S'] = 'News Deleted Successfully ...';
  497. $lang['DELETE_N_MESSAGE_E'] = 'Unable to delete product ...';
  498.  
  499.  
  500. // Dashboard
  501.  
  502. $lang['DASHB_TITLE'] = 'Dashboard';
  503. $lang['DASHB_DOWNLOADS'] = 'Downloads';
  504. $lang['DASHB_SELLINGS'] = 'Sellings';
  505. $lang['DASHB_EARNINGS'] = 'Earnings';
  506. $lang['DASHB_CURRENCY'] = 'Currency';
  507. $lang['DASHB_QUOTAS'] = 'Quotas';
  508. $lang['DASHB_CREDITS'] = 'Credits';
  509. $lang['DASHB_CHART'] = 'Chart';
  510. $lang['DASHB_TRANSACTIONS_LOG'] = 'Transactions Log';
  511. $lang['DASHB_FREE'] = 'FREE';
  512. $lang['DASHB_MSG1'] = 'New! You can access detailed statistics of your products and more by';
  513. $lang['DASHB_MSG2'] = 'clicking here';
  514. $lang['DASHB_LOG_C_NAME'] = 'Customer Name';
  515. $lang['DASHB_LOG_C_EMAIL'] = 'Customer Email';
  516. $lang['DASHB_LOG_I_NAME'] = 'Item Name';
  517. $lang['DASHB_LOG_PRICE'] = 'Price';
  518. $lang['DASHB_LOG_DATETIME'] = 'Date/Time';
  519.  
  520.  
  521. // Additional Parameters page
  522.  
  523. $lang['ADDIS_TITLE'] = 'Additional Parameters';
  524. $lang['ADDIS_MSG_H'] = 'Warning! You must fill in the required fields';
  525. $lang['ADDIS_MSG_LI1'] = 'Title of the homepage';
  526. $lang['ADDIS_MSG_LI2'] = 'Description of the homepage';
  527. $lang['ADDIS_MSG_LI3'] = 'Footer text';
  528. $lang['ADDIS_MSG_SUCCESS'] = 'Additional settings for your site have been updated.';
  529. $lang['ADDIS_PH1'] = 'Title of the welcome page';
  530. $lang['ADDIS_PH2'] = 'Describe in a few words your website';
  531. $lang['ADDIS_PH3'] = 'Everything you need for your next creative project';
  532. $lang['ADDIS_LABEL1'] = 'Description of the home page (160 characters maximum)';
  533. $lang['ADDIS_LABEL2'] = 'Twitter Username';
  534. $lang['ADDIS_BTN_UPDATE'] = 'Update informations';
  535.  
  536.  
  537. // Site Management page
  538.  
  539. $lang['SITEM_TITLE'] = 'Site Management';
  540. $lang['SITEM_SUB_TITLE'] = 'Add / change your system information and store settings.';
  541. $lang['SITEM_ERROR_MSG1'] = 'All fields with * are mandatory.';
  542. $lang['SITEM_ERROR_MSG2'] = 'Enter a valid site URL.';
  543. $lang['SITEM_ERROR_MSG3'] = 'Enter a valid e-mail address for the site.';
  544. $lang['SITEM_SUCCESS_MSG'] = 'Your site settings have been updated.';
  545. $lang['SITEM_LABEL1'] = 'Site Title';
  546. $lang['SITEM_LABEL2'] = 'Description (160 characters maximum)';
  547. $lang['SITEM_LABEL3'] = 'Keywords (separated by commas)';
  548. $lang['SITEM_LABEL4'] = 'Email from store';
  549. $lang['SITEM_LABEL5'] = 'Contact Email';
  550. $lang['SITEM_LABEL6'] = 'Quota at registration (default 10)';
  551. $lang['SITEM_LABEL7'] = 'Quota by Membership (default 10)';
  552. $lang['SITEM_LABEL8'] = 'Name of the site';
  553. $lang['SITEM_LABEL9'] = 'Site URL (with slash "/" at the end)';
  554. $lang['SITEM_PH_1'] = 'Describe in a few words your website';
  555. $lang['SITEM_HEAD_D'] = 'Important Information';
  556. $lang['SITEM_BTN_SAVE'] = 'Update Settings';
  557.  
  558.  
  559. // Change the look page
  560.  
  561. $lang['LOOK_TITLE'] = 'Change the look';
  562. $lang['LOOK_SUB_TITLE'] = 'Change the appearance of the site and images.';
  563. $lang['LOOK_LABEL1'] = 'Logo of the site';
  564. $lang['LOOK_LABEL1_V'] = 'Modify the logo of the site';
  565. $lang['LOOK_LABEL2'] = 'Favicon of the site';
  566. $lang['LOOK_LABEL2_V'] = 'Modify the favicon of the site';
  567. $lang['LOOK_LABEL3'] = 'Background header (homepage)';
  568. $lang['LOOK_LABEL3_V'] = 'Modify the background header';
  569. $lang['LOOK_LABEL4'] = 'Show avatar on navbar?';
  570. $lang['LOOK_LABEL5'] = 'Show cloud on login/register page?';
  571. $lang['LOOK_LABEL6'] = 'Choose your primary color';
  572. $lang['LOOK_LABEL7'] = 'Choose your second color';
  573. $lang['LOOK_BTN_MODIFY'] = 'Modify';
  574. $lang['LOOK_BTN_CHANGE'] = 'Change';
  575.  
  576.  
  577. // Offers Management page
  578.  
  579. $lang['OFFERSM_TITLE'] = 'Offers Management';
  580. $lang['OFFERSM_SUB_TITLE'] = 'Offer free downloads of files for everyone.';
  581. $lang['OFFERSM_LABEL1'] = 'Add a main file';
  582. $lang['OFFERSM_LABEL2'] = 'Name (title)';
  583. $lang['OFFERSM_LABEL3'] = 'Description';
  584. $lang['OFFERSM_LABEL4'] = 'Visible to everyone?';
  585. $lang['OFFERSM_BTN_ADD'] = 'Add a new offer';
  586. $lang['OFFERSM_MSG_SUCCESS_H'] = 'Offer successfully added';
  587. $lang['OFFERSM_MSG_SUCCESS_C1'] = 'Offer has been added to the list, wait 5s or';
  588. $lang['OFFERSM_MSG_SUCCESS_C2'] = 'click here';
  589. $lang['OFFERSM_MSG_SUCCESS_C3'] = 'to refresh the page.';
  590.  
  591.  
  592. // News Management page
  593.  
  594. $lang['NEWSM_TITLE'] = 'News Management';
  595. $lang['NEWSM_SUB_TITLE'] = 'Add / change your news informations.';
  596. $lang['NEWSM_SUCCESS_MSG_1'] = 'Your article has been posted.';
  597. $lang['NEWSM_SUCCESS_MSG_2'] = 'Your article has been updated!';
  598. $lang['NEWSM_LABEL1'] = 'News Title';
  599. $lang['NEWSM_LABEL2'] = 'Thumbnail image';
  600. $lang['NEWSM_LABEL3'] = 'Description (80 characters maximum)';
  601. $lang['NEWSM_LABEL3_P'] = 'Describe in a few words your news';
  602. $lang['NEWSM_LABEL4'] = 'Content (160 characters maximum)';
  603. $lang['NEWSM_LABEL4_P'] = 'Content of the news';
  604. $lang['NEWSM_BTN_ADD'] = 'Publish news';
  605. $lang['NEWSM_BTN_EDIT'] = 'Edit';
  606. $lang['NEWSM_BTN_REMOVE'] = 'Remove';
  607. $lang['NEWSM_MSG_INFO1'] = 'There is currently';
  608. $lang['NEWSM_MSG_INFO2'] = 'news. Here is the list:';
  609. $lang['NEWSM_TH1'] = 'ID';
  610. $lang['NEWSM_TH2'] = 'Author';
  611. $lang['NEWSM_TH3'] = 'Title';
  612. $lang['NEWSM_TH4'] = 'Date Added';
  613. $lang['NEWSM_TH5'] = 'Last modification';
  614. $lang['NEWSM_TH6'] = 'Action';
  615. $lang['NEWSM_NO_NEWS'] = 'No News Found';
  616.  
  617.  
  618. // Comments Management page
  619.  
  620. $lang['COMMS_TITLE'] = 'Comments Management';
  621. $lang['COMMS_SUB_TITLE'] = 'See and remove comments.';
  622. $lang['COMMS_INFO_MSG1'] = 'There is currently';
  623. $lang['COMMS_INFO_MSG2'] = 'comment(s). Here is the list:';
  624. $lang['COMMS_TH1'] = 'ID';
  625. $lang['COMMS_TH2'] = 'ID News';
  626. $lang['COMMS_TH3'] = 'Avatar';
  627. $lang['COMMS_TH4'] = 'Author';
  628. $lang['COMMS_TH5'] = 'Comment';
  629. $lang['COMMS_TH6'] = 'Date Added';
  630. $lang['COMMS_TH7'] = 'Action';
  631. $lang['COMMS_NO_COMMENTS'] = 'No Comments Found';
  632.  
  633.  
  634. // Users Management page
  635.  
  636. $lang['USERSM_TITLE'] = 'Users Management';
  637. $lang['USERSM_SUB_TITLE'] = 'See users. This script is in development.';
  638. $lang['USERSM_INFO_MSG1'] = 'There is currently';
  639. $lang['USERSM_INFO_MSG2'] = 'user(s). Here is the list:';
  640. $lang['USERSM_TH1'] = 'Username';
  641. $lang['USERSM_TH2'] = 'Action';
  642. $lang['USERSM_TD_VIEW'] = 'View';
  643. $lang['USERSM_MODAL_1'] = 'View Profile';
  644. $lang['USERSM_MODAL_2'] = 'Viewing user information';
  645. $lang['USERSM_MODAL_BTN_1'] = 'Back';
  646. $lang['USERSM_MODAL_BTN_2'] = 'Close the Window';
  647.  
  648.  
  649. // Categories Management page
  650.  
  651. $lang['CATEM_TITLE'] = 'Categories Management';
  652. $lang['CATEM_SUB_TITLE'] = 'Add / change your category informations.';
  653. $lang['CATEM_LABEL'] = 'Name of the Category';
  654. $lang['CATEM_LABEL_P'] = 'Category Name';
  655. $lang['CATEM_BTN_ADD'] = 'Publish category';
  656. $lang['CATEM_INFO_MSG1'] = 'There is currently';
  657. $lang['CATEM_INFO_MSG2'] = 'category. Here is the list:';
  658. $lang['CATEM_SUCCESS_MSG1'] = 'Your category has been added.';
  659. $lang['CATEM_SUCCESS_MSG2'] = 'Your category has been updated!';
  660. $lang['CATEM_TH1'] = 'ID';
  661. $lang['CATEM_TH2'] = 'Name';
  662. $lang['CATEM_TH3'] = 'Action';
  663. $lang['CATEM_NO_CATEGORY'] = 'No Category Found';
  664.  
  665.  
  666. // Redeem page
  667.  
  668. $lang['REDEEM_TITLE'] = 'Exchange an upgrade code';
  669. $lang['REDEEM_SUB_TITLE'] = 'Exchange an upgrade code!';
  670. $lang['REDEEM_PHOLDER'] = 'Purchase code';
  671. $lang['REDEEM_BTN_VALIDATE'] = 'Validate';
  672.  
  673.  
  674. // Upgrade page
  675.  
  676. $lang['UPGR_TITLE'] = 'Upgrade Plan';
  677. $lang['UPGR_MSG_1'] = 'Buy and receive';
  678. $lang['UPGR_MSG_2'] = 'in your upload quota. Already have a code?';
  679. $lang['UPGR_MSG_3'] = 'Exchange it!';
  680. $lang['UPGR_CARD_1'] = 'Free';
  681. $lang['UPGR_CARD_2'] = 'free and unlimited';
  682. $lang['UPGR_CARD_3'] = 'Do things';
  683. $lang['UPGR_CARD_4'] = 'uploads quota';
  684. $lang['UPGR_CARD_5'] = 'Default';
  685. $lang['UPGR_CARD_6'] = 'Account';
  686. $lang['UPGR_CARD_7'] = 'prio ressources';
  687. $lang['UPGR_CARD_8'] = 'uploads quota increased';
  688. $lang['UPGR_CARD_9'] = 'up to Premium';
  689. $lang['UPGR_CARD_10'] = 'System up';
  690. $lang['UPGR_CARD_11'] = 'Product System up';
  691. $lang['UPGR_CARD_12'] = 'Awesome';
  692. $lang['UPGR_CARD_13'] = 'Support';
  693. $lang['UPGR_CARD_14'] = 'the development';
  694. $lang['UPGR_CARD_15'] = 'Order now';
  695. $lang['UPGR_NO_SUB_H'] = 'No subscription';
  696. $lang['UPGR_NO_SUB_C'] = 'There is no membership for the moment.';
  697. $lang['UPGR_SUCCESS_MSG'] = 'Rank successfully updated';
  698. $lang['UPGR_ERROR_MSG_H'] = 'Error while updating the Rank';
  699. $lang['UPGR_ERROR_MSG_C'] = 'There was an error inserting the rank value, please try again.';
  700.  
  701.  
  702. // Change Password
  703.  
  704. $lang['PASSW_TITLE'] = 'Change my password';
  705. $lang['PASSW_SUB_TITLE'] = 'Add / change your additional options.';
  706. $lang['PASSW_EMPTY_M1'] = 'All fields are required.';
  707. $lang['PASSW_EMPTY_M2'] = 'The current password does not match.';
  708. $lang['PASSW_EMPTY_M3'] = 'The new password does not match the confirmation password.';
  709. $lang['PASSW_SUCCESS_M'] = 'Your password has been changed.';
  710. $lang['PASSW_HEADER'] = 'Change the password';
  711. $lang['PASSW_SUB_CONTENT'] = 'Update your password here.';
  712. $lang['PASSW_PASSWORD'] = 'Password';
  713. $lang['PASSW_CURRENT_PASSWORD'] = 'Current Password';
  714. $lang['PASSW_NEW_PASSWORD'] = 'New Password';
  715. $lang['PASSW_NEW_PASSWORD_C'] = 'Confirm new password';
  716. $lang['PASSW_BUTTON_PASSW'] = 'Update password';
  717.  
  718.  
  719. // Change Lang
  720.  
  721. $lang['LANG_TITLE'] = 'Change your language';
  722. $lang['LANG_CONTENT'] = 'You can change the site language for your browser by clicking on one of the icons below:';
  723. $lang['LANG_FOOTER'] = 'Change site language here!';
  724.  
  725.  
  726. // Cards Item
  727.  
  728. $lang['CARD_DOWNLOAD'] = 'Download';
  729. $lang['CARD_BUY'] = 'Buy';
  730. $lang['CARD_FREE'] = 'Free';
  731. $lang['CARD_SEE'] = 'See';
  732. $lang['CARD_PROFILE'] = 'Profile of';
  733. $lang['CARD_SOLD_OUT'] = 'Sold out';
  734. $lang['CARD_NO_PRODUCTS'] = 'Currently there are no products.';
  735. $lang['CARD_NO_F_PRODUCTS'] = 'Currently there are no featured products.';
  736. $lang['CARD_NO_P_CATEGORY'] = 'Currently there are no products in this category.';
  737.  
  738.  
  739. // Statistics
  740.  
  741. $lang['STAT_DOWNLOADS'] = 'Downloads';
  742. $lang['STAT_SALES'] = 'Sales';
  743. $lang['STAT_PRODUCTS'] = 'Products';
  744. $lang['STAT_USERS'] = 'Users';
  745.  
  746.  
  747. // Notifications
  748.  
  749. $lang['NOTIF_EMPTY'] = 'You have no notification';
  750. $lang['NOTIF_LINK_TEXT'] = 'Click here';
  751. $lang['NOTIF_CONTENT_TEXT'] = 'to go to the notifications page.';
  752. $lang['NOTIF_APPROVED'] = 'has been approved';
  753. $lang['NOTIF_NEW_RANK'] = 'You have received a new rank';
  754. $lang['NOTIF_DOWNLOADED'] = 'You have just downloaded a product';
  755. $lang['NOTIF_PM'] = 'sent you a private message';
  756. $lang['NOTIF_P_TITLE'] = 'My Notifications';
  757. $lang['NOTIF_P_SUB_TITLE'] = 'View and read your notifications.';
  758. $lang['NOTIF_P_TABLE_N'] = 'Name';
  759. $lang['NOTIF_P_TABLE_T'] = 'Type';
  760. $lang['NOTIF_P_TABLE_A'] = 'Action';
  761. $lang['NOTIF_P_DATA_UNREAD'] = 'Unread';
  762. $lang['NOTIF_P_DATA_READ'] = 'Already read';
  763. $lang['NOTIF_P_PRODUCT_A'] = 'Product Approved';
  764. $lang['NOTIF_P_RANK_UP'] = 'Rank Upgraded';
  765. $lang['NOTIF_P_DOWN_C'] = 'Download completed';
  766. $lang['NOTIF_P_PM_R'] = 'Private message received';
  767. $lang['NOTIF_P_SUCCESS_M1'] = 'You have read your notification.';
  768. $lang['NOTIF_P_SUCCESS_M2'] = 'You have deleted your notification.';
  769.  
  770.  
  771. // Header Menu
  772.  
  773. $lang['MENU_HOME'] = 'Home';
  774. $lang['MENU_CATEGORIES'] = 'Categories';
  775. $lang['MENU_NEWS'] = 'News';
  776. $lang['MENU_REGISTER'] = 'Register';
  777. $lang['MENU_BECOME_SELLER'] = 'Become a seller';
  778. $lang['MENU_GO_DASHBOARD'] = 'Go to my dashboard';
  779. $lang['MENU_LOGIN'] = 'Log in';
  780. $lang['MENU_UPGRADE'] = 'Upgrade to Premium';
  781. $lang['MENU_TOOLTIP'] = 'Explore digital content';
  782. $lang['MENU_DASHBOARD'] = 'Dashboard';
  783. $lang['MENU_PROFILE'] = 'My profile';
  784. $lang['MENU_MAIL'] = 'My messages';
  785. $lang['MENU_UPLOAD'] = 'Upload a product';
  786. $lang['MENU_PURCHASES'] = 'My purchases';
  787. $lang['MENU_SETTINGS'] = 'Settings';
  788. $lang['MENU_CUSTOMIZATIONS'] = 'Customizations';
  789. $lang['MENU_LOGOUT'] = 'Sign out';
  790.  
  791.  
  792. // Administration Menu
  793.  
  794. $lang['SUB_MENU_TITLE_1'] = 'General';
  795. $lang['SUB_MENU_TITLE_2'] = 'Products';
  796. $lang['SUB_MENU_TITLE_3'] = 'My account';
  797. $lang['SUB_MENU_TITLE_4'] = 'Settings';
  798. $lang['SUB_MENU_TITLE_5'] = 'Divers';
  799. $lang['SUB_MENU_DASHBOARD'] = 'Dashboard';
  800. $lang['SUB_MENU_ANALYTICS'] = 'Analytics';
  801. $lang['SUB_MENU_SPECIAL_ANALYTICS'] = 'Special analytics';
  802. $lang['SUB_MENU_UPLOAD'] = 'Add a new product';
  803. $lang['SUB_MENU_MY_PRODUCTS'] = 'My products';
  804. $lang['SUB_MENU_ALL_PRODUCTS'] = 'All products';
  805. $lang['SUB_MENU_EDIT_PROFILE'] = 'Edit profile';
  806. $lang['SUB_MENU_PAYMENT_USER'] = 'Payment options';
  807. $lang['SUB_MENU_EDIT_PASSW'] = 'Change password';
  808. $lang['SUB_MENU_NOTIFICATIONS'] = 'Notifications';
  809. $lang['SUB_MENU_MY_WISHLISTS'] = 'My wishlists';
  810. $lang['SUB_MENU_MY_PURCHASES'] = 'My purchases';
  811. $lang['SUB_MENU_MY_OFFERS'] = 'My offers';
  812. $lang['SUB_MENU_SITE_SETTINGS'] = 'Site management';
  813. $lang['SUB_MENU_ADDITIONAL_SETTINGS'] = 'Additional parameters';
  814. $lang['SUB_MENU_CUSTOMIZATION'] = 'Change the look';
  815. $lang['SUB_MENU_PAYMENT_ALL'] = 'Payment system';
  816. $lang['SUB_MENU_MANAGE_OFFERS'] = 'Offers management';
  817. $lang['SUB_MENU_MANAGE_NEWS'] = 'News management';
  818. $lang['SUB_MENU_MANAGE_COMMENTS'] = 'Comments management';
  819. $lang['SUB_MENU_MANAGE_USERS'] = 'Users management';
  820. $lang['SUB_MENU_MANAGE_CATEGORIES'] = 'Categories management';
  821. $lang['SUB_MENU_LOGOUT'] = 'Sign out';
  822.  
  823.  
  824. // Footer
  825.  
  826. $lang['FOOTER_ABOUT'] = 'About';
  827. $lang['FOOTER_CONTACT_US'] = 'Contact Us';
  828. $lang['FOOTER_CONTACT_US'] = 'Contact Us';
  829. $lang['FOOTER_TERMS'] = 'Terms and Conditions';
  830. $lang['FOOTER_PRIVACY'] = 'Privacy Policy';
  831.  
  832.  
  833. // Search
  834.  
  835. $lang['SEARCH_TITLE'] = 'Search a product';
  836. $lang['SEARCH_PLACEHOLDER'] = 'Search for a product...';
  837. $lang['SEARCH_PLACEHOLDER2'] = 'Search products...';
  838. $lang['SEARCH_PAGE'] = 'Search Page';
  839. $lang['SEARCH_BUTTON'] = 'Search';
  840. $lang['SEARCH_MESSAGE'] = 'No results found for';
  841.  
  842.  
  843. // Contact
  844.  
  845. $lang['CONTACT_USERN'] = 'Username';
  846. $lang['CONTACT_USERN_HOLDER'] = 'Your username...';
  847. $lang['CONTACT_EMAIL'] = 'Email';
  848. $lang['CONTACT_EMAIL_HOLDER'] = 'Your email...';
  849. $lang['CONTACT_OBJECT'] = 'Object';
  850. $lang['CONTACT_OBJECT_HOLDER'] = 'Your title...';
  851. $lang['CONTACT_MESSAGE'] = 'Message';
  852. $lang['CONTACT_MESSAGE_HOLDER'] = 'Your message...';
  853. $lang['CONTACT_BUTTON_TEXT'] = 'Send the Email!';
  854.  
  855.  
  856. // Payments Check
  857.  
  858. $lang['PAYMENT_TITLE'] = 'Payment Status';
  859.  
  860.  
  861. // User page
  862.  
  863. $lang['USER_DATA_HOME'] = 'Return to the homepage of the site';
  864. $lang['USER_DATA_S_PM'] = 'Send private message';
  865. $lang['USER_DATA_ABOUT'] = 'About';
  866. $lang['USER_NO_BIO'] = 'This member has not filled his biography.';
  867.  
  868.  
  869. // Others
  870.  
  871. $lang['BUTTON_BACK'] = 'Back to homepage';
  872. $lang['SECURE_TRANSAC_H'] = 'Secure transactions';
  873. $lang['SECURE_TRANSAC_C'] = 'PayPal is one of the largest global e-commerce platforms for making payments and money transfers over the Internet. The company serves a large number of online stores and serves as a secure payment platform with credit cards or money transfers.';
  874. $lang['FREE_FILE_H'] = 'Free file';
  875. $lang['FREE_FILE_C'] = 'A product that is free means that it can be downloaded by anyone easily. However, this does not mean you can do what you want, you must respect the terms of the <a href="#">license</a>.';
  876. $lang['EXTRA_ABOUT'] = 'About';
  877. $lang['EXTRA_TERMS'] = 'Terms and Conditions';
  878. $lang['EXTRA_PRIVACY'] = 'Privacy Policy';
  879. $lang['EXTRA_CONTACT'] = 'Contact Us';
  880. $lang['EXTRA_LANGUAGE'] = 'Choose your Language';
  881. $lang['ACTION_ERROR'] = 'Fatal error.';
  882. $lang['ARTICLE_NOT_EXIST'] = 'This article does not exist!';
  883. $lang['UNKNOW_PRODUCT'] = 'Unknown product id.';
  884. $lang['BACK_TO_DASHBOARD'] = 'Back to Dashboard';
  885. $lang['NOTHING_FOUND'] = 'Nothing Found!';
  886. $lang['NEW_TO_US'] = 'New to us?';
  887. $lang['NEW_TO_US_S'] = 'Sign Up';
  888. $lang['FORGOT_PASSW'] = 'Forgot your password?';
  889. $lang['FORGOT_PASSW_R'] = 'Recovery';
  890. $lang['ALREADY_KNOWN'] = 'Already known?';
  891. $lang['ALREADY_KNOWN_L'] = 'Log in';
  892.  
  893. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement