English.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?php
  2. namespace Core\Language;
  3. class English extends AnyLanguage
  4. {
  5. public function __construct()
  6. {
  7. $this->data['home'] = 'Home';
  8. $this->data['back'] = 'Back';
  9. $this->data['fsync_autostock_info'] = 'Note: Automatic synchronization requires ';
  10. $this->data['fsync_autostock_info'] .= 'a cron job with the following URL:';
  11. $this->data['title'] = 'Facturis Online Sync';
  12. $this->data['description'] = 'Synchronize data between your store and your Facturis Online account.';
  13. $this->data['version_text'] = 'Module Version';
  14. $this->data['version_link'] = 'https://facturis-online.ro/';
  15. $this->data['check_latest_version'] = 'Click here to check if you have the latest version of the module';
  16. $this->data['version_check_error'] = 'Version check error';
  17. $this->data['version_check_success'] = 'You have the latest version!';
  18. $this->data['version_check_new'] = 'There is a newer version';
  19. $this->data['version_check_link_1'] = 'For details click';
  20. $this->data['version_check_link_2'] = 'here';
  21. $this->data['error_auth_data'] = 'Please fill in all the fields from the ';
  22. $this->data['error_auth_data'] .= 'authentication section of the synchronization module';
  23. //tutorial
  24. $this->data['tutorial_title'] = 'Setup instructions';
  25. $this->data['tutorial_p'] = "Let's get started by following this guide";
  26. $this->data['tutorial_1'] = 'This module helps a user of the Facturis Online platform ';
  27. $this->data['tutorial_1'] .= 'who has a Prestashop store ';
  28. $this->data['tutorial_1'] .= 'and who wants to have synchronized, in a faster and more convenient way, ';
  29. $this->data['tutorial_1'] .= 'the products, orders ';
  30. $this->data['tutorial_1'] .= 'and stock between the 2 online applications';
  31. $this->data['tutorial_2'] = 'The first thing before using this module is the correct ';
  32. $this->data['tutorial_2'] .= 'completion of the section ';
  33. $this->data['tutorial_2'] .= 'Authentication with data from his account Facturis Online';
  34. $this->data['tutorial_3'] = 'The second step is to set preferences in the Options ';
  35. $this->data['tutorial_3'] .= 'section to customize subsequent ';
  36. $this->data['tutorial_3'] .= 'synchronization processes';
  37. $this->data['tutorial_4'] = 'The last step is to choose a data type from the Synchronization section ';
  38. $this->data['tutorial_4'] .= 'and start the synchronization process';
  39. //tab 1
  40. $this->data['tab_name_1'] = 'Synchronization';
  41. $this->data['tab_description_1'] = 'Select the data type and then press Syncronize button';
  42. $this->data['data_type'] = '[Choose data type]';
  43. $this->data['product'] = 'Products';
  44. $this->data['order'] = 'Orders';
  45. $this->data['stock'] = 'Stock';
  46. $this->data['avize'] = 'Goods accompanying notices';
  47. $this->data['factura'] = 'Bills';
  48. $this->data['expfactura'] = 'Bills';
  49. $this->data['proforma'] = 'Proformas';
  50. $this->data['sync_btn'] = 'Synchronize';
  51. $this->data['datatype_error'] = 'The data type is required.';
  52. $this->data['sync_please_wait'] = 'Synchronizing data ... Please wait ...';
  53. $this->data['authform_error'] = 'The authentication form must be completed correctly and saved';
  54. $this->data['success_sync_prod'] = 'Successfully synchronized products!';
  55. $this->data['success_sync_order'] = 'Successfully synchronized orders!';
  56. $this->data['success_sync_expfactura'] = 'Successfully synchronized bills!';
  57. $this->data['success_sync_avize'] = 'Successfully synchronized goods accompanying notices!';
  58. $this->data['success_sync_expfactura'] = 'Successfully synchronized bills!';
  59. $this->data['success_sync_proforma'] = 'Successfully synchronized orders! (view Proforme in Facturis Online) ';
  60. $this->data['success_sync_stock'] = 'Successfully synchronized stock!';
  61. $this->data['start_sync_prod'] = 'Products synchronization started..';
  62. $this->data['start_sync_order'] = 'Orders synchronization started..';
  63. $this->data['start_sync_proforma'] = 'Proformas synchronization started..';
  64. $this->data['start_sync_stock'] = 'Stock synchronization started..';
  65. $this->data['select_text'] = 'Select sync data type';
  66. //tab 2
  67. $this->data['tab_name_2'] = 'Authentication';
  68. $this->data['tab_description_2'] = 'All fields are required';
  69. $this->data['auth_api_key'] = 'API Key';
  70. $this->data['auth_username'] = 'Username';
  71. $this->data['auth_password'] = 'Password';
  72. $this->data['auth_fiscal_code'] = 'Fiscal code';
  73. $this->data['save_btn'] = 'Save';
  74. $this->data['auth_apikey_error'] = 'API key is required.';
  75. $this->data['auth_username_error'] = 'Username is required.';
  76. $this->data['auth_password_error'] = 'Password is required.';
  77. $this->data['auth_fiscalcode_error'] = 'Fiscal code is required.';
  78. $this->data['success_auth'] = 'The credentials are correct and now you have access to synchronization!';
  79. //tab 3 and tab 4
  80. $this->data['tab_name_3'] = 'Order Sync Options';
  81. $this->data['tab_name_4'] = 'Stock Sync Options';
  82. $this->data['tab_name_3_1'] = 'Order Synchronization Options';
  83. $this->data['tab_name_3_2'] = 'Stock Synchronization Options';
  84. $this->data['sync_orders_as'] = 'Synchronize orders as';
  85. $this->data['proforma_series'] = 'Proforma series';
  86. $this->data['avize_series'] = 'Goods accompanying notices series';
  87. $this->data['expfactura_series'] = 'Bills series';
  88. $this->data['days_ago'] = 'Sync only orders created in the last few days';
  89. $this->data['auto_order_sync'] = 'Auto order synchronization';
  90. $this->data['doc_upd'] = 'Block document change';
  91. $this->data['show_obs'] = 'Show document observation';
  92. $this->data['auto_stock_sync'] = 'Auto stock synchronization';
  93. $this->data['auto_stock_link'] = 'You can place the following URL in your crontab file, or you can click it yourself regularly';
  94. $this->data['activ'] = 'Enabled';
  95. $this->data['inactiv'] = 'Disabled';
  96. $this->data['cron_job'] = 'Note: Automatic synchronization requires a cron job with the following URL:';
  97. $this->data['filter_stock'] = 'Filter stock by working unit and management';
  98. $this->data['filter_pdls'] = 'Work points';
  99. $this->data['filter_pdls_all'] = '-';
  100. $this->data['filter_stock_all'] = 'All working units';
  101. $this->data['loading_data_please_wait'] = 'Loading data ... Please wait ...';
  102. $this->data['option_proformaserie_error'] = 'Proforma serie is required';
  103. $this->data['option_avizeserie_error'] = 'Goods serie is required';
  104. $this->data['option_expfacturaserie_error'] = 'Bill serie is required';
  105. $this->data['option_daysago_error'] = 'Field is required and must contain only digits';
  106. $this->data['success_options'] = 'You have successfully saved the selected options!';
  107. $this->data['success_save_data'] = 'You have successfully saved the selected data!';
  108. $this->data['locations'] = 'Choose the locations where the stock will be updated';
  109. $this->data['success_save_options'] = 'You have successfully saved the selected options!';
  110. $this->data['success_save_auth'] = 'You have successfully saved the entered credentials!';
  111. $this->data['confirm_uninstall'] = 'Are you sure you want to uninstall the module ?';
  112. $this->data['proforma_invoice_options_title'] = 'Enable/disable buttons for proforma ';
  113. $this->data['proforma_invoice_options_title'] .= 'and invoice on the Order View page';
  114. $this->data['add_proforma'] = 'Add Proforma';
  115. $this->data['add_avize'] = 'Add Goods accompanying notices';
  116. $this->data['add_expfactura'] = 'Add Bill';
  117. $this->data['add_invoice'] = 'Add Invoice';
  118. $this->data['view_proforma'] = 'View Proforma - (PDF)';
  119. $this->data['view_invoice'] = 'View Invoice - (PDF)';
  120. $this->data['edit_proforma'] = 'Edit Proforma';
  121. $this->data['edit_invoice'] = 'Edit Invoice';
  122. $this->data['with_discount'] = 'Include discount in final price';
  123. $this->data['with_discount_desc'] = '(valid for orders, invoices and proforms)';
  124. $this->data['fosync_proforma_series2_label'] = 'Proforma series (optional)';
  125. $this->data['fosync_invoice_series_label'] = 'Invoice series (optional)';
  126. $this->data['fosync_avize_series2_label'] = 'Goods series (optional)';
  127. $this->data['fosync_expfactura_series2_label'] = 'Bills series (optional)';
  128. //tab 5
  129. $this->data['tab_name_5'] = 'Logs';
  130. $this->data['datepicker'] = 'en-gb';
  131. $this->data['download_btn'] = 'Download';
  132. $this->data['clear_btn'] = 'Clear';
  133. $this->data['tab_description_5_1'] = 'Select data interval and then press Download button to get the logs';
  134. $this->data['tab_description_5_2'] = 'Press Clear to reset all logs';
  135. $this->data['success_download_log'] = 'The log file was downloaded succesfully!';
  136. $this->data['error_download_log'] = 'There was an error downloading the log file';
  137. $this->data['download_log_error_1'] = 'You must complete the start date';
  138. $this->data['download_log_error_2'] = 'You must complete the end date';
  139. $this->data['confirm_clear_log'] = 'Are you sure you want to clear the log file ?';
  140. $this->data['success_clear_log'] = 'The log file was cleared succesfully!';
  141. $this->data['error_clear_log'] = 'There was an error clearing the log file';
  142. $this->data['log_header_date'] = 'Date';
  143. $this->data['log_header_type'] = 'Type';
  144. $this->data['log_header_description'] = 'Description';
  145. $this->data['success_add_proforma_a'] = 'Proforma: %s1 %s2 was successfully added for order with id: %s3';
  146. $this->data['success_add_proforma_b'] = 'Proforma was successfully added for order with id: %s1';
  147. $this->data['success_view_proforma'] = 'Proforma successfully viewed';
  148. $this->data['success_add_invoice_a'] = 'Invoice: %s1 %s2 was successfully added for order with id: %s3';
  149. $this->data['success_add_invoice_b'] = 'Invoice was successfully added for order with id: %s1';
  150. $this->data['success_view_invoice'] = 'Invoice successfully viewed';
  151. $this->data['no_invoice_found'] = 'Sorry, no invoices were found in ';
  152. $this->data['no_invoice_found'] .= 'Facturis Online for the selected order';
  153. $this->data['no_proforma_found'] = 'Sorry, but no proforma was found in ';
  154. $this->data['no_proforma_found'] .= 'Facturis Online for the selected order';
  155. $this->data['success_test_auth'] = 'Authentication testing completed successfully';
  156. $this->data['start_sync_process'] = 'The sync process has started';
  157. //view order sync buttons
  158. $this->data['fosync_add_proforma_btn'] = 'Add proforma';
  159. $this->data['fosync_view_proforma_btn'] = 'View proforma';
  160. $this->data['fosync_edit_proforma_btn'] = 'Edit proforma';
  161. $this->data['fosync_add_invoice_btn'] = 'Add invoice';
  162. $this->data['fosync_view_invoice_btn'] = 'View invoice';
  163. $this->data['fosync_edit_invoice_btn'] = 'Edit invoice';
  164. }
  165. }