Ultimate CSV Importer - Version 5.1

Version Description

Download this release

Release Info

Developer smackcoders
Plugin Icon 128x128 Ultimate CSV Importer
Version 5.1
Comparing to
See all releases

Code changes from version 5.0.3 to 5.1

Files changed (36) hide show
  1. Readme.txt +59 -28
  2. admin/class-uci-admin.php +20 -9
  3. admin/views/form-dashboard-view.php +2 -2
  4. admin/views/form-export-data.php +6 -6
  5. admin/views/form-file-import-method.php +14 -10
  6. admin/views/form-ignite-import.php +2 -2
  7. admin/views/form-import-configuration.php +4 -4
  8. admin/views/form-log-manager.php +1 -1
  9. admin/views/form-manager-view.php +2 -2
  10. admin/views/form-media-handling.php +3 -3
  11. admin/views/form-settings-view.php +9 -10
  12. admin/views/form-support-view.php +15 -15
  13. assets/css/custom-new-style.css +6 -0
  14. assets/css/ultimate-importer.css +3 -0
  15. assets/images/faviconWT16.png +0 -0
  16. assets/images/wp-ultimate-csv-importer.png +0 -0
  17. assets/js/ultimate-importer.js +60 -5
  18. includes/class-uci-aioseo-data-import.php +17 -14
  19. includes/class-uci-exporter.php +33 -11
  20. includes/class-uci-helper.php +41 -15
  21. includes/class-uci-install.php +21 -9
  22. index.php +22 -7
  23. languages/wp-ultimate-csv-importer-de_DE.mo +0 -0
  24. languages/wp-ultimate-csv-importer-de_DE.po +927 -0
  25. languages/wp-ultimate-csv-importer-es_ES.mo +0 -0
  26. languages/wp-ultimate-csv-importer-es_ES.po +380 -242
  27. languages/wp-ultimate-csv-importer-fr_FR.mo +0 -0
  28. languages/wp-ultimate-csv-importer-fr_FR.po +409 -271
  29. languages/wp-ultimate-csv-importer-it_IT.mo +0 -0
  30. languages/wp-ultimate-csv-importer-it_IT.po +926 -0
  31. languages/wp-ultimate-csv-importer-nl_NL.mo +0 -0
  32. languages/wp-ultimate-csv-importer-nl_NL.po +328 -195
  33. languages/wp-ultimate-csv-importer-ru_RU.mo +0 -0
  34. languages/wp-ultimate-csv-importer-ru_RU.po +926 -0
  35. wp-ultimate-csv-importer.mo +0 -0
  36. wp-ultimate-csv-importer.pot +312 -185
Readme.txt CHANGED
@@ -1,27 +1,27 @@
1
  === CSV Import for WordPress ===
2
  Contributors: smackcoders, smacksupport
3
  Donate link: https://www.paypal.me/smackcoders
4
- Tags: csv importer, import csv, import woocommerce, import marketpress, import seo by yoast, import all in one seo, scheduled import, import remote file, export woocommerce, import types fields, import acf fields, import inline images
5
  Requires at least: 4.0
6
- Tested up to: 4.7
7
- Stable tag: 5.0.3
8
- Version: 5.0.3
9
  Author: smackcoders
10
  Author URI: http://profiles.wordpress.org/smackcoders/
11
  License: GPLv2 or later
12
  WP Ultimate CSV Importer enables to import Post types, images from external URL and export all Post Types as CSV file.
13
 
14
  == Description ==
15
- WP Ultimate CSV Importer is an import and export tool that helps to a build WordPress site at the drop of a hat by importing Post, Page, Custom Post, Users, WordPress Custom Fields, Reviews of WP Customer Reviews and SEO fields of All in One SEO. The plugin supports export and import all Custom Post Types. The import is for selective modules, but the export is for all the core modules along with few third party plugins.
16
 
17
- The image can be imported from external URL like Google image. You can also specify dynamic or static content on the flow of import.
18
 
19
  Please show your support for WP Ultimate CSV Importer by giving it a [rating](https://wordpress.org/support/view/plugin-reviews/wp-ultimate-csv-importer?rate=5#postform) :)
20
 
21
  = Modules supported in Import and Export =
22
- * Core Modules - Post, Page, Custom Post and Users.
23
  * Custom Post - CPT UI, CustomPress and default WordPress Custom Post.
24
- * Custom Field - CustomPress & WordPress default fields.
25
  * SEO field - All in One SEO.
26
  * Reviews - WP Customer Reviews
27
 
@@ -34,42 +34,48 @@ Please show your support for WP Ultimate CSV Importer by giving it a [rating](ht
34
  * High performance rocket speed import.
35
  * Imports image from an external URLs.
36
  * WordPress core custom fields can be dynamically registered on the flow of import.
 
37
  * Post type import with terms & taxonomies with any of depth of parent-child values.
38
- * Send email to newly imported User with password information.
39
  * Insert dynamic or static content on the flow of import.
40
  * Can be used in WordPress multisite.
41
- * Multi category and multi tag import.
42
  * CSV with any delimiter in UTF-8 format can be imported.
43
  * Exports all the imported files of different modules with filters.
44
 
45
  = Note =
46
  * The Users module is disabled in multisite.
47
- * Password protected image can't be imported from featured image.
48
  * All languages supported by WordPress can be imported in UTF-8 without BOM format.
49
 
50
  [youtube https://www.youtube.com/watch?v=GbDlQcbnNJY]
51
 
52
  = Ultimate CSV Importer PRO =
53
- Ultimate CSV Importer PRO has all the features of WP Ultimate CSV Importer and it is extended with a lot of features that enables to [import](https://goo.gl/RzUvq), schedule, [update](https://goo.gl/RzUvq) and [export](https://www.youtube.com/watch?v=0YA0au4cXW0) both CSV and XML files. The import details over a year is mentioned in dashboard chart and the site updates can be tracked in a fraction of a second. Any changes like modifying existing content or appending new content can be done with the update. The update or import can be performed periodically with scheduler. The update or schedule is done with the templates which is created with mapped fields in the mapping section of the import. The export option enables to export the imported modules as CSV based on the filters.
54
 
55
  = Supported Modules To Import and Export =
56
- * Core Module - Post, Page, Custom Post, Category, Tags, Users, Customer Reviews.
57
  * eCommerce Products – WooCommerce, MarketPress, WP e-Commerce & eShop.
58
  * SEO field - All in One SEO and Yoast SEO.
59
  * Multilingual - WPML & qTranslate X
60
- * Custom fields CustomPress, ACF, Types, Pods, CCTM & WordPress default fields.
61
- * Custom Post CustomPress, Types, Pods, CPT UI, CCTM.
 
 
62
 
63
  = Highlighted Feature of PRO =
64
- * Import image from external URL.
 
65
  * Import CSV from FTP and SFTP location.
66
  * WPML & qTranslate X add-on support.
67
  * Supports WooCommerce product import along with 6 WooCommerce add-on.
68
- * Imports products of MarketPress PRO add-on.
69
- * Registers Custom Fields of ACF, Types and WordPress fields in the flow of import.
70
- * Supports Custom Posts created with CPT UI, CCTM, Types and Pods.
71
- * Imported modules can be managed in the File manager and the logs are maintained in the Log manager.
72
- * Handles duplicate with title and content.
 
 
73
 
74
  = Helpful Links =
75
  [Documentation](https://goo.gl/Ben1cP).
@@ -95,17 +101,40 @@ Read our [blog](https://goo.gl/2TDZW4) to know more about the new [features](htt
95
 
96
  == Frequently Asked Questions ==
97
  = Common Issues =
98
- How to solve auto_prepend_file and auto_append_file error?<br />
99
- Check your phpinfo.php. Ensure that auto_prepend_file and auto_append_file options are disabled.
100
- If not you can disable it in php.ini settings file. You can also do it by a .htaccess file
101
- Create a .htaccess file in the root and set the following values.<br />
102
- php_value auto_prepend_file none<br />
103
- php_value auto_append_file none<br />
104
  This will solve your issue or get support from hosting if you didn’t have sufficient permission.
105
 
 
 
 
 
 
 
106
  For more FAQ, you can refer [here](https://goo.gl/eH7BHT).
107
 
108
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  = 5.0.3 =
110
  * Added: Support for traditional Chinese characters.
111
  * Fixed: Author/Editor menu visibility issue
@@ -404,6 +433,8 @@ For more FAQ, you can refer [here](https://goo.gl/eH7BHT).
404
  * Initial release version. Tested and found works well without any issues.
405
 
406
  == Upgrade Notice ==
 
 
407
  = 5.0.3 =
408
  * Upgrade now for Chinese character support and a fix for category import.
409
  = 5.0.2 =
@@ -535,4 +566,4 @@ For more FAQ, you can refer [here](https://goo.gl/eH7BHT).
535
  = 1.0.1 =
536
  * Added features to import multiple tags and categories with different delimiters.
537
  = 1.0.0 =
538
- * Initial release of plugin.
1
  === CSV Import for WordPress ===
2
  Contributors: smackcoders, smacksupport
3
  Donate link: https://www.paypal.me/smackcoders
4
+ Tags: csv importer, import csv, import woocommerce, import marketpress, import seo by yoast, import all in one seo, scheduled import, import remote file, export woocommerce, import types fields, import acf fields, Events Manager
5
  Requires at least: 4.0
6
+ Tested up to: 4.7.1
7
+ Stable tag: 5.1
8
+ Version: 5.1
9
  Author: smackcoders
10
  Author URI: http://profiles.wordpress.org/smackcoders/
11
  License: GPLv2 or later
12
  WP Ultimate CSV Importer enables to import Post types, images from external URL and export all Post Types as CSV file.
13
 
14
  == Description ==
15
+ WP Ultimate CSV Importer is an import and export tool that helps to a build WordPress site at the drop of a hat by importing Post, Page, Custom Post, Users, Comments, WordPress Custom Fields & [CustomPress fields](http://www.smackcoders.com/blog/adding-custom-fields-data-wordpress-free-wp-ultimate-csv-importer.html?utm_source=wordpress_org&utm_campaign=change_log&utm_medium=readme), Reviews of WP Customer Reviews and SEO fields of All in One SEO. The plugin supports export and import of all Custom Post Types. The import is for selective modules, but the export is for all the core modules along with few third party plugins.
16
 
17
+ The image can be imported from external URL like Google image, pixabay, shutterstock, etc,. The images are imported in the background with the help of WP-CRON to enhance the performance. You can [easily configure your WP-Cron](http://www.smackcoders.com/blog/enable-configure-wp-cron.html?utm_source=wordpress_org&utm_campaign=change_log&utm_medium=readme) for faster import.
18
 
19
  Please show your support for WP Ultimate CSV Importer by giving it a [rating](https://wordpress.org/support/view/plugin-reviews/wp-ultimate-csv-importer?rate=5#postform) :)
20
 
21
  = Modules supported in Import and Export =
22
+ * Core Modules - Post, Page, Custom Post, Comments and Users.
23
  * Custom Post - CPT UI, CustomPress and default WordPress Custom Post.
24
+ * Custom Field - CustomPress, WordPress default Text & Textarea fields.
25
  * SEO field - All in One SEO.
26
  * Reviews - WP Customer Reviews
27
 
34
  * High performance rocket speed import.
35
  * Imports image from an external URLs.
36
  * WordPress core custom fields can be dynamically registered on the flow of import.
37
+ * Import static & dynamic content on the flow of import.
38
  * Post type import with terms & taxonomies with any of depth of parent-child values.
39
+ * Send email to newly imported User with auto generated password information.
40
  * Insert dynamic or static content on the flow of import.
41
  * Can be used in WordPress multisite.
42
+ * Post Type import along with multi category & multi tag.
43
  * CSV with any delimiter in UTF-8 format can be imported.
44
  * Exports all the imported files of different modules with filters.
45
 
46
  = Note =
47
  * The Users module is disabled in multisite.
48
+ * Featured image from password protected image location can't be imported.
49
  * All languages supported by WordPress can be imported in UTF-8 without BOM format.
50
 
51
  [youtube https://www.youtube.com/watch?v=GbDlQcbnNJY]
52
 
53
  = Ultimate CSV Importer PRO =
54
+ Ultimate CSV Importer PRO has all the features of WP Ultimate CSV Importer and it is extended with a lot of features that enables to [import](https://goo.gl/RzUvq), schedule, [update](https://goo.gl/RzUvq) and [export](https://www.youtube.com/watch?v=0YA0au4cXW0) both CSV and XML files. The import details over a year is in dashboard chart to easily track the site updates in a fraction of a second. Any changes like modifying existing content or appending new content can be done in simple update flow. You can also update or import periodically with scheduler. The update or schedule is done with the templates which is created with mapped fields in the mapping section of the import. The export option enables to export the imported modules as CSV based on the filters.
55
 
56
  = Supported Modules To Import and Export =
57
+ * Core Module - Post, Page, Custom Post, Comments, Category, Tags, Users, Customer Reviews.
58
  * eCommerce Products – WooCommerce, MarketPress, WP e-Commerce & eShop.
59
  * SEO field - All in One SEO and Yoast SEO.
60
  * Multilingual - WPML & qTranslate X
61
+ * Image - NextGEN Gallery
62
+ * Events Management - Events Manager FREE & Pro
63
+ * Custom fields – CustomPress, ACF, Types, Pods, CCTM & WordPress default Text & Textarea fields.
64
+ * Custom Post – CustomPress, Types, Pods, CPT UI, CCTM & default WordPress Custom Post.
65
 
66
  = Highlighted Feature of PRO =
67
+ * Import image from external URL along with the advanced SEO option.
68
+ * Rename featured image loaded from external URL.
69
  * Import CSV from FTP and SFTP location.
70
  * WPML & qTranslate X add-on support.
71
  * Supports WooCommerce product import along with 6 WooCommerce add-on.
72
+ * Imports products of MarketPress Lite & PRO version add-on.
73
+ * Registers Custom Fields of ACF (FREE & Pro), Types, Pods and WordPress fields in the flow of import.
74
+ * Imported modules can be managed in the File manager.
75
+ * Detailed logs are maintained in the Log manager.
76
+ * Duplicate handling with any of the WordPress field.
77
+ * Import all the supported features of WP Ultimate CSV Importer with [Rest API](http://www.smackcoders.com/documentation/wp-ultimate-csv-importer-rest-api.html?utm_source=wordpress_org&utm_campaign=pro_feature_highlights&utm_medium=readme).
78
+ * Extendable for your needs with [API](https://www.smackcoders.com/documentation/docs/api/classes/SmackUCI_API.html?utm_source=wordpress_org&utm_campaign=pro_feature_highlights&utm_medium=readme).
79
 
80
  = Helpful Links =
81
  [Documentation](https://goo.gl/Ben1cP).
101
 
102
  == Frequently Asked Questions ==
103
  = Common Issues =
104
+ <b>1. How to solve auto_prepend_file and auto_append_file error?</b><br />
105
+ * Check your phpinfo.php. Ensure that auto_prepend_file and auto_append_file options are disabled.
106
+ * If not, you can disable it in php.ini settings file. You can also do it in .htaccess file
107
+ * Create a .htaccess file in the root and set the following values.<br />
108
+ * php_value auto_prepend_file none<br />
109
+ * php_value auto_append_file none<br />
110
  This will solve your issue or get support from hosting if you didn’t have sufficient permission.
111
 
112
+ <b>2. Why my featured images not getting uploaded?</b><br />
113
+ The importer uploads images in the background for faster performance and it requires WP-Cron to be enabled. You can [easily configure WP-Cron](http://www.smackcoders.com/blog/enable-configure-wp-cron.html?utm_source=wordpress_org&utm_campaign=faq&utm_medium=readme) for smooth and speedy import.
114
+
115
+ <b>3. What are the supported custom fields in FREE version?</b>
116
+ The importer supports [default WordPress Text and Text area fields](http://www.smackcoders.com/blog/adding-custom-fields-data-wordpress-free-wp-ultimate-csv-importer.html?utm_source=wordpress_org&utm_campaign=faq&utm_medium=readme) of Types, Pods, etc,.. You can also import the Text & Text area fields created with custom codes in WordPress standards.
117
+
118
  For more FAQ, you can refer [here](https://goo.gl/eH7BHT).
119
 
120
  == Changelog ==
121
+ = 5.1 =
122
+ * Added: Language Support for German, French, Italian, Spanish, Dutch & Russian.
123
+ * Added: Restriction to show “Admin dashboard widget” only for users with Admin role. [Solved](https://wordpress.org/support/topic/admin-dashboard-widget-is-showing-to-all-users)
124
+ * Added: Notice to enable wp-cron to populate the feature images. [Solved](https://wordpress.org/support/topic/version-5-03-issues).
125
+ * Added: Notice to [enable wp-cron](https://goo.gl/woslxy) to populate the feature images. [Solved](https://wordpress.org/support/topic/version-5-03-issues).
126
+ * Added: Warning messages to notify when uploads directory is missing, insufficient permission to access and uploaded file size exceeds your server limits.
127
+ * Added: Duplicate handling feature to skip the duplicate records.
128
+ * Added: Canonical URL support in All in One SEO data import.
129
+ * Improved: CSV export performance.
130
+ * Fixed: All custom fields in WP installation adding to a Post. [Solved](https://wordpress.org/support/topic/version-5-03-issues).
131
+ * Fixed: Mixing up of Custom taxonomies while assigning a term to Post. [Solved](https://wordpress.org/support/topic/version-5-03-issues).
132
+ * Fixed: Adding unwanted data before and after post content. [Solved](https://wordpress.org/support/topic/version-5-03-issues).
133
+ * Fixed: Issue with Post Category & Tags export.
134
+ * Fixed: Missing up of SEO fields in mapping section.
135
+ * Fixed: Issue in exporting All in one SEO fields.
136
+ * Fixed: Issue in assigning page template (wp_page_template).
137
+ * Removed: Warnings in migration script.
138
  = 5.0.3 =
139
  * Added: Support for traditional Chinese characters.
140
  * Fixed: Author/Editor menu visibility issue
433
  * Initial release version. Tested and found works well without any issues.
434
 
435
  == Upgrade Notice ==
436
+ = 5.1 =
437
+ * Upgrade now for 6 language support, duplicate handling and more.
438
  = 5.0.3 =
439
  * Upgrade now for Chinese character support and a fix for category import.
440
  = 5.0.2 =
566
  = 1.0.1 =
567
  * Added features to import multiple tags and categories with different delimiters.
568
  = 1.0.0 =
569
+ * Initial release of plugin.
admin/class-uci-admin.php CHANGED
@@ -62,19 +62,19 @@ class SmackUCIAdmin extends SmackUCIHelper {
62
  */
63
  public static function admin_menus() {
64
  global $submenu;
65
- add_menu_page(SM_UCI_SETTINGS, SM_UCI_NAME, 'manage_options', SM_UCI_SLUG, array(__CLASS__, 'sm_uci_screens'),plugins_url("assets/images/faviconWT16.png",dirname(__FILE__)));
66
- add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Dashboard', 'manage_options', 'sm-uci-dashboard', array(__CLASS__, 'sm_uci_screens'));
67
- add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Import / Update', 'manage_options', 'sm-uci-import', array(__CLASS__, 'sm_uci_screens'));
68
- add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Managers', 'manage_options', 'sm-uci-managers', array(__CLASS__, 'sm_uci_screens'));
69
- add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Export', 'manage_options', 'sm-uci-export', array(__CLASS__, 'sm_uci_screens'));
70
- add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Settings', 'manage_sm_uci_settings', 'sm-uci-settings', array(__CLASS__, 'sm_uci_screens'));
71
- add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Support', 'manage_options', 'sm-uci-support', array(__CLASS__, 'sm_uci_screens'));
72
  unset($submenu[SM_UCI_SLUG][0]);
73
  }
74
 
75
  public static function admin_menus_for_other_roles() {
76
  global $submenu;
77
- add_menu_page(SM_UCI_SETTINGS, SM_UCI_NAME, '2', SM_UCI_SLUG, array(__CLASS__, 'sm_uci_screens'),plugins_url("assets/images/faviconWT16.png",dirname(__FILE__)));
78
  add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Dashboard', '2', 'sm-uci-dashboard', array(__CLASS__, 'sm_uci_screens'));
79
  add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Import / Update', '2', 'sm-uci-import', array(__CLASS__, 'sm_uci_screens'));
80
  add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Managers', '2', 'sm-uci-managers', array(__CLASS__, 'sm_uci_screens'));
@@ -122,7 +122,18 @@ class SmackUCIAdmin extends SmackUCIHelper {
122
  <a href="'. esc_url (admin_url() .'admin.php?page=sm-uci-support') . '" class="nav-tab" id = "menu6">'.esc_html__('Support','wp-ultimate-csv-importer').'</a>
123
  </h2>
124
  </div>
125
- <div id="notification_wp_csv"></div>';
 
 
 
 
 
 
 
 
 
 
 
126
  }
127
 
128
  public function show_import_screen() {
62
  */
63
  public static function admin_menus() {
64
  global $submenu;
65
+ add_menu_page(SM_UCI_SETTINGS, SM_UCI_NAME, 'manage_options', SM_UCI_SLUG, array(__CLASS__, 'sm_uci_screens'),plugins_url("assets/images/wp-ultimate-csv-importer.png",dirname(__FILE__)));
66
+ add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, esc_html__('Dashboard', 'wp-ultimate-csv-importer') , 'manage_options', 'sm-uci-dashboard', array(__CLASS__, 'sm_uci_screens'));
67
+ add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, esc_html__('Import / Update','wp-ultimate-csv-importer'), 'manage_options', 'sm-uci-import', array(__CLASS__, 'sm_uci_screens'));
68
+ add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, esc_html__('Managers','wp-ultimate-csv-importer'), 'manage_options', 'sm-uci-managers', array(__CLASS__, 'sm_uci_screens'));
69
+ add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, esc_html__('Export','wp-ultimate-csv-importer'), 'manage_options', 'sm-uci-export', array(__CLASS__, 'sm_uci_screens'));
70
+ add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, esc_html__('Settings','wp-ultimate-csv-importer'), 'manage_sm_uci_settings', 'sm-uci-settings', array(__CLASS__, 'sm_uci_screens'));
71
+ add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, esc_html__('Support','wp-ultimate-csv-importer'), 'manage_options', 'sm-uci-support', array(__CLASS__, 'sm_uci_screens'));
72
  unset($submenu[SM_UCI_SLUG][0]);
73
  }
74
 
75
  public static function admin_menus_for_other_roles() {
76
  global $submenu;
77
+ add_menu_page(SM_UCI_SETTINGS, SM_UCI_NAME, '2', SM_UCI_SLUG, array(__CLASS__, 'sm_uci_screens'),plugins_url("assets/images/wp-ultimate-csv-importer.png",dirname(__FILE__)));
78
  add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Dashboard', '2', 'sm-uci-dashboard', array(__CLASS__, 'sm_uci_screens'));
79
  add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Import / Update', '2', 'sm-uci-import', array(__CLASS__, 'sm_uci_screens'));
80
  add_submenu_page(SM_UCI_SLUG, SM_UCI_NAME, 'Managers', '2', 'sm-uci-managers', array(__CLASS__, 'sm_uci_screens'));
122
  <a href="'. esc_url (admin_url() .'admin.php?page=sm-uci-support') . '" class="nav-tab" id = "menu6">'.esc_html__('Support','wp-ultimate-csv-importer').'</a>
123
  </h2>
124
  </div>
125
+ <div id="notification_wp_csv"></div>';
126
+ $myDir = SM_UCI_DEFAULT_UPLOADS_DIR;
127
+ if(is_dir($myDir)) {
128
+ echo "<input type='hidden' id='is_found' name='is_found' value='dir found'/>";
129
+ } else {
130
+ echo "<input type='hidden' id='is_found' name='is_found' value='dir not found'/>";
131
+ } if(is_writable($myDir)) {
132
+ echo "<input type='hidden' id='is_perm_found' name='is_perm_found' value='perm found'/>";
133
+ } else {
134
+ echo "<input type='hidden' id='is_perm_found' name='is_perm_found' value='perm not found'/>";
135
+ }
136
+
137
  }
138
 
139
  public function show_import_screen() {
admin/views/form-dashboard-view.php CHANGED
@@ -39,8 +39,8 @@ if ( ! defined( 'ABSPATH' ) )
39
  exit; // Exit if accessed directly
40
  ?>
41
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
42
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
43
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
44
  </div>
45
  <div class="box-one">
46
  <div class="top-right-box">
39
  exit; // Exit if accessed directly
40
  ?>
41
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
42
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimate-csv-importer');?></a></div>
43
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimate-csv-importer');?></a></div>
44
  </div>
45
  <div class="box-one">
46
  <div class="top-right-box">
admin/views/form-export-data.php CHANGED
@@ -57,8 +57,8 @@ $exportType = 'csv';
57
  <div id='wp_warning' style = 'display:none;' class = 'error'></div>
58
  <?php if(!isset($_REQUEST['exportType'])) { ?>
59
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
60
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
61
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
62
  </div>
63
  <form class="form-horizontal" method="post" name="exportmodule" id="exportmodule" action='<?php echo esc_url(add_query_arg(array('page'=> 'sm-uci-export', 'exportType'=>'export-with-filters'), admin_url() . "admin.php"))?>' onsubmit="return export_module();" >
64
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" xmlns="http://www.w3.org/1999/html" style="margin-top: 40px;">
@@ -141,12 +141,12 @@ if($exportType) :
141
  <input type="hidden" name="moduletobeexport" id="moduletobeexport" value="<?php echo $module; ?>" >
142
  <input type="hidden" name="optional_type" id="optional_type" value="<?php echo $exportAs; ?>" >
143
  <input type="hidden" name="offset" id="offset" value="0" >
144
- <input type="hidden" name="limit" id="limit" value="100" >
145
  <input type="hidden" name="total_row_count" id="total_row_count" value="" >
146
  <p>
147
  <div class="csv-importer-heading"><h4 class="media_styles"><?php echo esc_html__('To export data based on the filters','wp-ultimate-csv-importer'); ?></h4></div>
148
  <p>
149
- <label class="media_styles">Export File Name:</label>
150
  <input class='form-control' type='text' name='export_filename' id='export_filename' value='' placeholder="export_as_<?php echo(date("Y-m-d")); ?>" size="18" style="width:50% !important;">
151
  <a id="download_file_link" href="" target="_blank" class="col-sm-4" style="margin-top: -35px; float: right; display: none;"> <input type="button" name="download_file" id="download_file" class="smack-btn smack-btn-primary btn-radius" style="display: none;" value="Download"></a>
152
  </p>
@@ -155,7 +155,7 @@ if($exportType) :
155
 
156
  <div id='delimiterstatus' class="col-md-12" style='padding:15px;display:none;'>
157
  <div class="col-md-5 col-md-offset-1">
158
- <label class="export_label"> Delimiters </label><br>
159
  <select class="selectpicker" name='postwithdelimiter' id='postwithdelimiter' class="search_dropdown_mapping selectpicker">
160
  <option>Select</option>
161
  <option>,</option>
@@ -164,7 +164,7 @@ if($exportType) :
164
  <option>{Tab}</option>
165
  <option>{Space}</option>
166
  </select></div>
167
- <div class="col-md-5"><label class="export_label">Other Delimiters</label> <input type = 'text' class="form-control" name='other_delimiter' id ='other_delimiter' style="width:75% !important;" size=6>
168
  </div>
169
  </div>
170
 
57
  <div id='wp_warning' style = 'display:none;' class = 'error'></div>
58
  <?php if(!isset($_REQUEST['exportType'])) { ?>
59
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
60
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimate-csv-importer');?></a></div>
61
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimate-csv-importer');?></a></div>
62
  </div>
63
  <form class="form-horizontal" method="post" name="exportmodule" id="exportmodule" action='<?php echo esc_url(add_query_arg(array('page'=> 'sm-uci-export', 'exportType'=>'export-with-filters'), admin_url() . "admin.php"))?>' onsubmit="return export_module();" >
64
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" xmlns="http://www.w3.org/1999/html" style="margin-top: 40px;">
141
  <input type="hidden" name="moduletobeexport" id="moduletobeexport" value="<?php echo $module; ?>" >
142
  <input type="hidden" name="optional_type" id="optional_type" value="<?php echo $exportAs; ?>" >
143
  <input type="hidden" name="offset" id="offset" value="0" >
144
+ <input type="hidden" name="limit" id="limit" value="1000" >
145
  <input type="hidden" name="total_row_count" id="total_row_count" value="" >
146
  <p>
147
  <div class="csv-importer-heading"><h4 class="media_styles"><?php echo esc_html__('To export data based on the filters','wp-ultimate-csv-importer'); ?></h4></div>
148
  <p>
149
+ <label class="media_styles"><?php echo esc_html__('Export File Name:','wp-ultimate-csv-importer');?></label>
150
  <input class='form-control' type='text' name='export_filename' id='export_filename' value='' placeholder="export_as_<?php echo(date("Y-m-d")); ?>" size="18" style="width:50% !important;">
151
  <a id="download_file_link" href="" target="_blank" class="col-sm-4" style="margin-top: -35px; float: right; display: none;"> <input type="button" name="download_file" id="download_file" class="smack-btn smack-btn-primary btn-radius" style="display: none;" value="Download"></a>
152
  </p>
155
 
156
  <div id='delimiterstatus' class="col-md-12" style='padding:15px;display:none;'>
157
  <div class="col-md-5 col-md-offset-1">
158
+ <label class="export_label"> <?php echo esc_html__('Delimiters','wp-ultimate-csv-importer');?> </label><br>
159
  <select class="selectpicker" name='postwithdelimiter' id='postwithdelimiter' class="search_dropdown_mapping selectpicker">
160
  <option>Select</option>
161
  <option>,</option>
164
  <option>{Tab}</option>
165
  <option>{Space}</option>
166
  </select></div>
167
+ <div class="col-md-5"><label class="export_label"><?php echo esc_html__('Other Delimiters','wp-ultimate-csv-importer');?></label> <input type = 'text' class="form-control" name='other_delimiter' id ='other_delimiter' style="width:75% !important;" size=6>
168
  </div>
169
  </div>
170
 
admin/views/form-file-import-method.php CHANGED
@@ -68,10 +68,13 @@ if ( ! defined( 'ABSPATH' ) )
68
  </div>
69
  </div>
70
  <div class="clearfix"></div>
71
- <div class="panel upload-view" style="width: 99%;">
72
  <!-- <div class="panel-heading">
73
  <h1 class="text-center"><?php //echo esc_html__('Hello, Choose CSV/XML to import','wp-ultimate-csv-importer');?></h1>
74
  </div> -->
 
 
 
75
  <div class="panel-body">
76
  <div class="row">
77
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 bhoechie-tab-container">
@@ -113,10 +116,10 @@ if ( ! defined( 'ABSPATH' ) )
113
  <div class="clearfix"></div>
114
  <div class="form-group mt10">
115
  <label>
116
- <input type="radio" name="import_mode" id="mode_insert" value="new_items" checked="checked"> <?php echo esc_html__('New Items','wp-ultimate-csv-importer');?>
117
  </label>
118
  <label class="pl20" title="Please upgrade to PRO for updating records">
119
- <input type="radio" name="import_mode" id="mode_update" value="existing_items" disabled="disabled"><?php echo esc_html__(' Existing Items','wp-ultimate-csv-importer');?>
120
  </label>
121
  </div>
122
  <div id="select_module" class="select_module col-md-8 col-md-offset-3">
@@ -143,14 +146,14 @@ if ( ! defined( 'ABSPATH' ) )
143
  <div class="file_upload">
144
  <input id="upload_file" type="file" name = "files[]" onchange ="upload_method()"/>
145
  <div class="file-upload-icon">
146
- <span id="fileupload" style="cursor: pointer;" class="import-icon"> <img src="<?php echo plugins_url().'/'.SM_UCI_SLUG ;?>/assets/images/upload-128.png" width="60" height="60" /> </span>
147
- <span class="file-upload-text">Click here to upload from desktop</span>
148
- </div>
149
  </div>
150
  </div>
151
  <div class="bhoechie-tab-content" id="division5" style="width: 100%;text-align: center;margin-top: 150px;font-size: 2.2em;color: red;">
152
- <?php echo esc_html__('This feature is only available in PRO.','wp-ultimate-csv-importer');?>
153
- </div>
154
  </div>
155
  </div>
156
  <!-- Row -->
@@ -160,9 +163,9 @@ if ( ! defined( 'ABSPATH' ) )
160
  </div>
161
  <script type="text/javascript">
162
  jQuery(document).ready(function() {
163
- jQuery('#mode_update').click(function(e) {
164
  swal('Warning!', 'Please upgrade to PRO for updating records.', 'warning')
165
- });
166
  jQuery("div.bhoechie-tab-menu>div.list-group>a").click(function(e) {
167
  e.preventDefault();
168
  jQuery(this).siblings('a.active').removeClass("active");
@@ -184,6 +187,7 @@ if ( ! defined( 'ABSPATH' ) )
184
  <input type="hidden" id="file_extension" name="file_extension" value="">
185
  <input type="hidden" id="import_method" name = "import_method" value="desktop">
186
  <input type='hidden' id='file_version' name='file_version' value=''>
 
187
  </form>
188
  </div>
189
 
68
  </div>
69
  </div>
70
  <div class="clearfix"></div>
71
+ <div class="panel upload-view" style="width: 98%;">
72
  <!-- <div class="panel-heading">
73
  <h1 class="text-center"><?php //echo esc_html__('Hello, Choose CSV/XML to import','wp-ultimate-csv-importer');?></h1>
74
  </div> -->
75
+ <div id="warningsec" style="color:red;width:100%; min-height: 110px;border: 1px solid #d1d1d1;background-color:#fff;display:none;">
76
+ <div id ="warning" class="display-warning" style="color:red;align:center;display:inline;font-weight:bold;font-size:15px; border: 1px solid red;margin:2% 2%;padding: 20px 0 20px;position: absolute;text-align: center;width:93%;display:none;"> </div>
77
+ </div>
78
  <div class="panel-body">
79
  <div class="row">
80
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 bhoechie-tab-container">
116
  <div class="clearfix"></div>
117
  <div class="form-group mt10">
118
  <label>
119
+ <input type="radio" name="import_mode" id="mode_insert" value="new_items" checked="checked"> <?php echo esc_html__('New Items','wp-ultimate-csv-importer');?>
120
  </label>
121
  <label class="pl20" title="Please upgrade to PRO for updating records">
122
+ <input type="radio" name="import_mode" id="mode_update" value="existing_items" disabled="disabled"><?php echo esc_html__(' Existing Items','wp-ultimate-csv-importer');?>
123
  </label>
124
  </div>
125
  <div id="select_module" class="select_module col-md-8 col-md-offset-3">
146
  <div class="file_upload">
147
  <input id="upload_file" type="file" name = "files[]" onchange ="upload_method()"/>
148
  <div class="file-upload-icon">
149
+ <span id="fileupload" style="cursor: pointer;" class="import-icon"> <img src="<?php echo plugins_url().'/'.SM_UCI_SLUG ;?>/assets/images/upload-128.png" width="60" height="60" /> </span>
150
+ <span class="file-upload-text"><?php echo esc_html__('Click here to upload from desktop','wp-ultimate-csv0-importer-pro');?></span>
151
+ </div>
152
  </div>
153
  </div>
154
  <div class="bhoechie-tab-content" id="division5" style="width: 100%;text-align: center;margin-top: 150px;font-size: 2.2em;color: red;">
155
+ <?php echo esc_html__('This feature is only available in PRO.','wp-ultimate-csv-importer');?>
156
+ </div>
157
  </div>
158
  </div>
159
  <!-- Row -->
163
  </div>
164
  <script type="text/javascript">
165
  jQuery(document).ready(function() {
166
+ jQuery('#mode_update').click(function(e) {
167
  swal('Warning!', 'Please upgrade to PRO for updating records.', 'warning')
168
+ });
169
  jQuery("div.bhoechie-tab-menu>div.list-group>a").click(function(e) {
170
  e.preventDefault();
171
  jQuery(this).siblings('a.active').removeClass("active");
187
  <input type="hidden" id="file_extension" name="file_extension" value="">
188
  <input type="hidden" id="import_method" name = "import_method" value="desktop">
189
  <input type='hidden' id='file_version' name='file_version' value=''>
190
+ <input type='hidden' id='upload_max' name='upload_max' value='<?php echo ini_get('upload_max_filesize');?>'>
191
  </form>
192
  </div>
193
 
admin/views/form-ignite-import.php CHANGED
@@ -61,8 +61,8 @@ $uploadLogURL = $get_upload_url['baseurl'] . '/smack_uci_uploads/imports/'. $eve
61
  $logfilename = $uploadLogURL.".log";
62
  ?>
63
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
64
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
65
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
66
  </div>
67
 
68
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" style="font-size: 15px; margin-top: 40px;">
61
  $logfilename = $uploadLogURL.".log";
62
  ?>
63
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
64
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimate-csv-importer');?></a></div>
65
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimate-csv-importer');?></a></div>
66
  </div>
67
 
68
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" style="font-size: 15px; margin-top: 40px;">
admin/views/form-import-configuration.php CHANGED
@@ -65,8 +65,8 @@ if(isset($_REQUEST['templateid'])) {
65
  $backlink .= '&templateid=' . intval($_REQUEST['templateid']);
66
  } ?>
67
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
68
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
69
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
70
  </div>
71
 
72
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" style="font-size: 14px; margin-top: 40px;">
@@ -108,7 +108,7 @@ if(isset($_REQUEST['templateid'])) {
108
  <div class="clearfix"></div>
109
  <div class="col-md-12 mt40">
110
  <div class="pull-left">
111
- <a class="smack-btn btn-default btn-radius" href="<?php echo $backlink;?>">Back</a>
112
  </div>
113
  <div class="pull-right mb20" style="margin-top: -10px;">
114
  <input type="submit" class="smack-btn smack-btn-primary btn-radius" id="ignite_import" name="ignite_import" value="<?php echo esc_attr__('Schedule right now','wp-ultimate-csv-importer');?>" onsubmit="schedule_rightnow();">
@@ -120,6 +120,6 @@ if(isset($_REQUEST['templateid'])) {
120
 
121
  <?php if($import_mode != '') { ?>
122
  <script type="application/javascript">
123
- swal('Warning!', 'Please upgrade to PRO for duplicate handling.', 'warning')
124
  </script>
125
  <?php } ?>
65
  $backlink .= '&templateid=' . intval($_REQUEST['templateid']);
66
  } ?>
67
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
68
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimate-csv-importer');?></a></div>
69
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimate-csv-importer');?></a></div>
70
  </div>
71
 
72
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" style="font-size: 14px; margin-top: 40px;">
108
  <div class="clearfix"></div>
109
  <div class="col-md-12 mt40">
110
  <div class="pull-left">
111
+ <a class="smack-btn btn-default btn-radius" href="<?php echo $backlink;?>"><?php echo esc_html__('Back','wp-ultimate-csv-importer');?></a>
112
  </div>
113
  <div class="pull-right mb20" style="margin-top: -10px;">
114
  <input type="submit" class="smack-btn smack-btn-primary btn-radius" id="ignite_import" name="ignite_import" value="<?php echo esc_attr__('Schedule right now','wp-ultimate-csv-importer');?>" onsubmit="schedule_rightnow();">
120
 
121
  <?php if($import_mode != '') { ?>
122
  <script type="application/javascript">
123
+ // swal('Warning!', 'Please upgrade to PRO for duplicate handling.', 'warning')
124
  </script>
125
  <?php } ?>
admin/views/form-log-manager.php CHANGED
@@ -80,7 +80,7 @@ if ( ! defined( 'ABSPATH' ) )
80
  <div class="download-icon">
81
  <a href="<?php echo $logfilename; ?>" download id="dwnldlog" style="margin-left:5px;font-size:15px;">
82
  <span class="icon-cloud-download3"></span>
83
- </a><span class="download-text">Download</span>
84
  </td>
85
  </tr>
86
  <?php } ?>
80
  <div class="download-icon">
81
  <a href="<?php echo $logfilename; ?>" download id="dwnldlog" style="margin-left:5px;font-size:15px;">
82
  <span class="icon-cloud-download3"></span>
83
+ </a><span class="download-text"><?php echo esc_html__('Download','wp-ultimate-csv-importer');?></span>
84
  </td>
85
  </tr>
86
  <?php } ?>
admin/views/form-manager-view.php CHANGED
@@ -40,8 +40,8 @@ if ( ! defined( 'ABSPATH' ) )
40
  #Removed: Helper class inclusion for managers.
41
  ?>
42
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
43
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
44
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
45
  </div>
46
  <div class="whole_body wp_ultimate_csv_importer_pro" style="margin-top: 40px">
47
  <form>
40
  #Removed: Helper class inclusion for managers.
41
  ?>
42
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
43
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimste-csv-importer');?></a></div>
44
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimste-csv-importer');?></a></div>
45
  </div>
46
  <div class="whole_body wp_ultimate_csv_importer_pro" style="margin-top: 40px">
47
  <form>
admin/views/form-media-handling.php CHANGED
@@ -61,8 +61,8 @@ if(isset($_REQUEST['templateid'])) {
61
  $records = $uci_admin->GetPostValues(sanitize_key($_REQUEST['eventkey']));
62
  ?>
63
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
64
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
65
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
66
  </div>
67
 
68
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" style="margin-top: 40px;">
@@ -176,7 +176,7 @@ $records = $uci_admin->GetPostValues(sanitize_key($_REQUEST['eventkey']));
176
  <div class="clearfix"></div>
177
  <div class="col-md-12 mt15 mb15">
178
  <div class="pull-left">
179
- <a class="smack-btn btn-default btn-radius" href="<?php echo $backlink;?>">Back</a></div>
180
  <div class="pull-right">
181
  <input type="submit" class="smack-btn smack-btn-primary btn-radius" value="<?php echo esc_attr__('Continue','wp-ultimate-csv-importer');?>">
182
  </div>
61
  $records = $uci_admin->GetPostValues(sanitize_key($_REQUEST['eventkey']));
62
  ?>
63
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
64
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimate-csv-importer');?></a></div>
65
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimate-csv-importer');?></a></div>
66
  </div>
67
 
68
  <div class="template_body whole_body wp_ultimate_csv_importer_pro" style="margin-top: 40px;">
176
  <div class="clearfix"></div>
177
  <div class="col-md-12 mt15 mb15">
178
  <div class="pull-left">
179
+ <a class="smack-btn btn-default btn-radius" href="<?php echo $backlink;?>"><?php echo esc_html__('Back','wp-ultimate-csv-importer');?></a></div>
180
  <div class="pull-right">
181
  <input type="submit" class="smack-btn smack-btn-primary btn-radius" value="<?php echo esc_attr__('Continue','wp-ultimate-csv-importer');?>">
182
  </div>
admin/views/form-settings-view.php CHANGED
@@ -169,8 +169,8 @@ if(isset($ucioptimize['delete_all_trackback_comments'])) {
169
  $delete_all_trackback_comments = '';
170
  } ?>
171
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
172
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
173
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
174
  </div>
175
  <div class="whole_body wp_ultimate_csv_importer_pro" style="margin-top: 40px;">
176
  <form id="form_import_file">
@@ -396,14 +396,13 @@ if(isset($ucioptimize['delete_all_trackback_comments'])) {
396
  } ?></td>
397
  <td></td>
398
  </tr>
399
- <!--<tr>
400
- <td><?php echo esc_html_e('Mod Security','wp-ultimate-csv-importer'); ?> </td>
401
- <td><?php if(isset($mod_security) && in_array('mod_security.c', $mod_security)) {
402
- echo '<label style="color:green;">'; echo __('Yes','wp-ultimate-csv-importer'); echo '</label>';
403
- } else {
404
- echo '<label style="color:red;">'; echo __('No','wp-ultimate-csv-importer'); echo '</label>';
405
- } ?></td>
406
- <tr>-->
407
  </table>
408
  <!-- Extension modules end-->
409
  <!-- Debug info start-->
169
  $delete_all_trackback_comments = '';
170
  } ?>
171
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
172
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimate-csv-importer');?></a></div>
173
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimate-csv-importer');?></a></div>
174
  </div>
175
  <div class="whole_body wp_ultimate_csv_importer_pro" style="margin-top: 40px;">
176
  <form id="form_import_file">
396
  } ?></td>
397
  <td></td>
398
  </tr>
399
+ <?php if(defined('DISABLE_WP_CRON') && DISABLE_WP_CRON == true) { ?>
400
+ <tr>
401
+ <td>echo esc_html_e('WP CRON','wp-ultimate-csv-importer'); ?> </td>
402
+ <td><?php echo '<label style="color:green;">'; echo __('Disabled','wp-ultimate-csv-importer'); echo '</label>';
403
+ ?></td>
404
+ <tr>
405
+ <?php } ?>
 
406
  </table>
407
  <!-- Extension modules end-->
408
  <!-- Debug info start-->
admin/views/form-support-view.php CHANGED
@@ -39,28 +39,28 @@ if ( ! defined( 'ABSPATH' ) )
39
  ?>
40
 
41
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
42
- <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank">Documentation</a></div>
43
- <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank">Sample CSV</a></div>
44
  </div>
45
  <div class="wp_ultimate_csv_importer_pro panel col-md-12" style="font-size:14px; height: 650px;width:99%;">
46
- <div class="col-md-10" style="text-align:center;width:99%;font-size:15px;margin-top:20px;">If you love WP Ultimate CSV Importer show us your care with a 5-star review on <a style="font-size:15px;" target="_blank" href ="https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/?rate=5#new-post">wordpress.org!</a></div>
47
  <div class="col-md-12">
48
  <div class="col-md-6 col-sm-6 mt40 mb40" style="">
49
- <fieldset class="scheduler-border"> <legend class="scheduler-border" style="margin-top:15px;">Enquiry form</legend>
50
  <form class="support-form" type="post" style="margin-top:10px;" action="">
51
  <div class="form-group">
52
- <label>Email</label>
53
  <input name="email" id="email" class="form-control" value="" type="text">
54
  </div>
55
  <div class="form-group">
56
- <label>Enquiry type</label>
57
  <select name="" id="query" class="selectpicker form-control" data-live-search="false">
58
- <option value="Bug Reporting">Bug Reporting</option>
59
- <option value="Pre-Sale Enquiry">Pre-Sale Enquiry</option>
60
- <option value="Feature Enhancement">Feature Enhancement</option>
61
  </select></div>
62
  <div class="form-group">
63
- <label for="comment">Message</label>
64
  <textarea class="form-control" style="height:200px;" rows="5" name="message" id="message"></textarea>
65
  </div>
66
  <div id="loading" style="opacity:0.7;background-color: #fff;z-index: 99;text-align: center;">
@@ -74,9 +74,9 @@ if ( ! defined( 'ABSPATH' ) )
74
  </fieldset>
75
  </div>
76
  <div class="col-md-6 col-sm-6 mt40 mb40">
77
- <fieldset class="scheduler-border"> <legend class="scheduler-border" style="margin-top:20px;">News Letter Subscription</legend>
78
  <div class="form-group">
79
- <label>Email</label>
80
  <input name="subscribe_email" id="subscribe_email" class="form-control" value="" type="text">
81
  </div>
82
  <div id="loading" style="opacity:0.7;background-color: #fff;z-index: 99;text-align: center;">
@@ -90,9 +90,9 @@ if ( ! defined( 'ABSPATH' ) )
90
  </fieldset>
91
  </div>
92
  <div style="font-size:15px;" class="col-md-6 col-sm-6 mt40 mb40">
93
- <div><b>Note</b></div>
94
- <div class="mt20"><i class="icon-news-paper" style="color:#178D7C;"></i>&nbsp; Subscribe to Smackcoders Mailing list (a few messages a year)</div>
95
- <div class="mt20"><i class="icon-mail" style="color:#178D7C;"></i>&nbsp;Please draft a mail to support@smackcoders.com. If you doesn't get any acknowledgement within an hour!</div>
96
  </div>
97
  </div>
98
  </div>
39
  ?>
40
 
41
  <div class="list-inline pull-right mb10 wp_ultimate_csv_importer_pro">
42
+ <div class="col-md-6 mt10"><a href="https://goo.gl/jdPMW8" target="_blank"><?php echo esc_html__('Documentation','wp-ultimste-csv-importer');?></a></div>
43
+ <div class="col-md-6 mt10"><a href="https://goo.gl/fKvDxH" target="_blank"><?php echo esc_html__('Sample CSV','wp-ultimste-csv-importer');?></a></div>
44
  </div>
45
  <div class="wp_ultimate_csv_importer_pro panel col-md-12" style="font-size:14px; height: 650px;width:99%;">
46
+ <div class="col-md-10" style="text-align:center;width:99%;font-size:15px;margin-top:20px;"><?php echo esc_html__('If you love WP Ultimate CSV Importer show us your care with a 5-star review on','wp-ultimate-csv-importer');?> <a style="font-size:15px;" target="_blank" href ="https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/?rate=5#new-post"><?php echo esc_html__('wordpress.org!','wp-ultimate-csv-importer');?></a></div>
47
  <div class="col-md-12">
48
  <div class="col-md-6 col-sm-6 mt40 mb40" style="">
49
+ <fieldset class="scheduler-border"> <legend class="scheduler-border" style="margin-top:15px;"><?php echo esc_html__('Enquiry form','wp-ultimate-csv-importer');?></legend>
50
  <form class="support-form" type="post" style="margin-top:10px;" action="">
51
  <div class="form-group">
52
+ <label><?php echo esc_html__('Email','wp-ultimate-csv-importer');?></label>
53
  <input name="email" id="email" class="form-control" value="" type="text">
54
  </div>
55
  <div class="form-group">
56
+ <label><?php echo esc_html__('Enquiry type','wp-ultimate-csv-importer');?></label>
57
  <select name="" id="query" class="selectpicker form-control" data-live-search="false">
58
+ <option value="Bug Reporting"><?php echo esc_html__('Bug Reporting','wp-ultimate-csv-importer');?></option>
59
+ <option value="Pre-Sale Enquiry"><?php echo esc_html__('Pre-Sale Enquiry','wp-ultimate-csv-importer');?></option>
60
+ <option value="Feature Enhancement"><?php echo esc_html__('Feature Enhancement','wp-ultimate-csv-importer');?></option>
61
  </select></div>
62
  <div class="form-group">
63
+ <label for="comment"><?php echo esc_html__('Message','wp-ultimate-csv-importer');?></label>
64
  <textarea class="form-control" style="height:200px;" rows="5" name="message" id="message"></textarea>
65
  </div>
66
  <div id="loading" style="opacity:0.7;background-color: #fff;z-index: 99;text-align: center;">
74
  </fieldset>
75
  </div>
76
  <div class="col-md-6 col-sm-6 mt40 mb40">
77
+ <fieldset class="scheduler-border"> <legend class="scheduler-border" style="margin-top:20px;"><?php echo esc_html__('News Letter Subscription','wp-ultimate-csv-importer');?></legend>
78
  <div class="form-group">
79
+ <label><?php echo esc_html__('Email','wp-ultimate-csv-importer');?></label>
80
  <input name="subscribe_email" id="subscribe_email" class="form-control" value="" type="text">
81
  </div>
82
  <div id="loading" style="opacity:0.7;background-color: #fff;z-index: 99;text-align: center;">
90
  </fieldset>
91
  </div>
92
  <div style="font-size:15px;" class="col-md-6 col-sm-6 mt40 mb40">
93
+ <div><b><?php echo esc_html__('Note','wp-ultimate-csv-importer');?></b></div>
94
+ <div class="mt20"><i class="icon-news-paper" style="color:#178D7C;"></i>&nbsp; <?php echo esc_html__('Subscribe to Smackcoders Mailing list (a few messages a year)','wp-ultimate-csv-importer');?></div>
95
+ <div class="mt20"><i class="icon-mail" style="color:#178D7C;"></i>&nbsp;<?php echo esc_html__("Please draft a mail to support@smackcoders.com. If you doesn't get any acknowledgement within an hour!","wp-ultimate-csv-importer");?></div>
96
  </div>
97
  </div>
98
  </div>
assets/css/custom-new-style.css CHANGED
@@ -409,3 +409,9 @@ background-color: rgb(128,128,128) !important;
409
  opacity: 1;
410
  }
411
 
 
 
 
 
 
 
409
  opacity: 1;
410
  }
411
 
412
+ .upgrade_to_csv_pro a {
413
+ font-weight: 900;
414
+ color: #d54e21;
415
+ font-size: 105%;
416
+ }
417
+
assets/css/ultimate-importer.css CHANGED
@@ -8,6 +8,9 @@ height:100%;
8
  #edit {
9
  cursor:pointer;
10
  }
 
 
 
11
  #corehead {
12
  cursor:pointer;
13
  }
8
  #edit {
9
  cursor:pointer;
10
  }
11
+ #warning{
12
+ color:red;
13
+ }
14
  #corehead {
15
  cursor:pointer;
16
  }
assets/images/faviconWT16.png DELETED
Binary file
assets/images/wp-ultimate-csv-importer.png ADDED
Binary file
assets/js/ultimate-importer.js CHANGED
@@ -16,6 +16,38 @@ jQuery(function(){
16
  });
17
  });
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  // example use
20
  var timer;
21
 
@@ -256,6 +288,27 @@ function upload_method(){
256
  else {
257
  var fileSize = (file.size) + ' byte';
258
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  jQuery("#filenamedisplay").empty();
260
  jQuery('<label/>').text((file.uploadedname) + ' - ' + fileSize).appendTo('#filenamedisplay');
261
  }
@@ -1287,11 +1340,14 @@ function set_widgetheight(count) {
1287
 
1288
  jQuery(function(){
1289
  jQuery('#duplicate').on('ifChecked', function(){
1290
- swal('Warning!', 'Please upgrade to PRO for duplicate handling.', 'warning')
 
 
1291
  });
1292
 
1293
  jQuery('#duplicate').on('ifUnchecked', function(){
1294
- swal('Warning!', 'Please upgrade to PRO for duplicate handling.', 'warning')
 
1295
  });
1296
  });
1297
 
@@ -1343,9 +1399,8 @@ jQuery('#thumbnail_size').on('ifChecked', function(){
1343
  function toggle_configdetails(id) {
1344
  if(id == 'duplicate'){
1345
  if(jQuery('#'+id).is(':checked')){
1346
- swal('Warning!', 'Please upgrade to PRO for duplicate handling.', 'warning')
1347
- //jQuery('#duplicate_headers').show();
1348
- //document.getElementById('duplicate_conditions').disabled = false;
1349
  }
1350
  else
1351
  jQuery('#duplicate_headers').hide();
16
  });
17
  });
18
 
19
+ jQuery(function() {
20
+ var check_upload_dir = document.getElementById('is_found').value;
21
+ if(check_upload_dir == "dir not found") {
22
+ jQuery('<p/>').text("Warning: Sorry. There is no uploads directory Please create it with write permission.").appendTo('#warning');
23
+ jQuery('#warning p').css('color', 'red');
24
+ jQuery('#warning').css('font-weight', 'bold');
25
+ jQuery('#warning').css('display', 'block');
26
+ jQuery('#warningsec').css('display', 'block');
27
+ jQuery('#panel upload-view').css('visibility', 'hidden');
28
+ jQuery('.bhoechie-tab-container').css('visibility', 'hidden');
29
+ jQuery('.list-inline pull-right mb10').css('visibility', 'hidden');
30
+ jQuery('.clearfix').css('visibility', 'hidden');
31
+ jQuery('.row').css('visibility', 'hidden');
32
+ jQuery('.panel-body').css('display', 'none');
33
+ return false;
34
+ }
35
+ var check_permission = document.getElementById('is_perm_found').value;
36
+ if(check_permission == "perm not found") {
37
+ jQuery('<p/>').text("Warning: Sorry. There is no permission for your uploads directory. Please provide the write permission.").appendTo('#warning');
38
+ jQuery('#warning p').css('color', 'red');
39
+ jQuery('#warning').css('font-weight', 'bold');
40
+ jQuery('#warning').css('display', 'block');
41
+ jQuery('#warningsec').css('display', 'block');
42
+ jQuery('#panel upload-view').css('visibility', 'hidden');
43
+ jQuery('.bhoechie-tab-container').css('visibility', 'hidden');
44
+ jQuery('.list-inline pull-right mb10').css('visibility', 'hidden');
45
+ jQuery('.clearfix').css('visibility', 'hidden');
46
+ jQuery('.row').css('visibility', 'hidden');
47
+ jQuery('.panel-body').css('display', 'none');
48
+ }
49
+ });
50
+
51
  // example use
52
  var timer;
53
 
288
  else {
289
  var fileSize = (file.size) + ' byte';
290
  }
291
+ var max_filesize = document.getElementById('upload_max').value;
292
+ var max_size = 'Please increase the upload_max_filesize in php.ini \n (Or) \n Upload the csv file below ' + max_filesize + '.';
293
+ if(fileSize == '0 byte') {
294
+ warning = 'Un Supported File Format';
295
+ swal({
296
+ title: 'Sorry your filesize is exceeded.',
297
+ text: max_size,
298
+ type: "warning",
299
+ showCancelButton: true,
300
+ confirmButtonColor: "#DD6B55",
301
+ confirmButtonText: "Upload file again?",
302
+ closeOnConfirm: false
303
+ },
304
+ function(){
305
+ jQuery('#displaysection').css('display', 'none');
306
+ jQuery('#division1').css('display', '');
307
+ swal("Deleted!", "Your uploaded file has been deleted.", "success");
308
+ });
309
+ document.getElementById('upload_file').value="";
310
+ return false;
311
+ }
312
  jQuery("#filenamedisplay").empty();
313
  jQuery('<label/>').text((file.uploadedname) + ' - ' + fileSize).appendTo('#filenamedisplay');
314
  }
1340
 
1341
  jQuery(function(){
1342
  jQuery('#duplicate').on('ifChecked', function(){
1343
+ jQuery('#duplicate_headers').show();
1344
+ document.getElementById('duplicate_conditions').disabled = false;
1345
+ jQuery('.selectpicker').selectpicker('refresh');
1346
  });
1347
 
1348
  jQuery('#duplicate').on('ifUnchecked', function(){
1349
+ jQuery('#duplicate_headers').hide();
1350
+ jQuery('.selectpicker').selectpicker('refresh');
1351
  });
1352
  });
1353
 
1399
  function toggle_configdetails(id) {
1400
  if(id == 'duplicate'){
1401
  if(jQuery('#'+id).is(':checked')){
1402
+ jQuery('#duplicate_headers').show();
1403
+ document.getElementById('duplicate_conditions').disabled = false;
 
1404
  }
1405
  else
1406
  jQuery('#duplicate_headers').hide();
includes/class-uci-aioseo-data-import.php CHANGED
@@ -53,44 +53,47 @@ class SmackUCIAIOSEODataImport {
53
 
54
  public function importDataForAIOSEOFields ($data_array, $importas,$pID) {
55
  $createdFields = array();
56
- foreach ($data_array as $dkey => $dvalue) {
57
  $createdFields[] = $dkey;
58
  }
59
- if (isset($data_array['keywords'])) {
60
  $custom_array['_aioseop_keywords'] = $data_array['keywords'];
61
  }
62
- if (isset($data_array['description'])) {
63
  $custom_array['_aioseop_description'] = $data_array['description'];
64
  }
65
- if (isset($data_array['title'])) {
66
  $custom_array['_aioseop_title'] = $data_array['title'];
67
  }
68
- if (isset($data_array['noindex'])) {
69
  $custom_array['_aioseop_noindex'] = $data_array['noindex'];
70
  }
71
- if (isset($data_array['nofollow'])) {
72
  $custom_array['_aioseop_nofollow'] = $data_array['nofollow'];
73
  }
74
- if (isset($data_array['noodp'])) {
 
 
 
75
  $custom_array['_aioseop_noodp'] = $data_array['noodp'];
76
  }
77
- if (isset($data_array['noydir'])) {
78
  $custom_array['_aioseop_noydir'] = $data_array['noydir'];
79
  }
80
- if (isset($data_array['titleatr'])) {
81
  $custom_array['_aioseop_titleatr'] = $data_array['titleatr'];
82
  }
83
- if (isset($data_array['menulabel'])) {
84
  $custom_array['_aioseop_menulabel'] = $data_array['menulabel'];
85
  }
86
- if (isset($data_array['disable'])) {
87
  $custom_array['_aioseop_disable'] = $data_array['disable'];
88
  }
89
- if (isset($data_array['disable_analytics'])) {
90
  $custom_array['_aioseop_disable_analytics'] = $data_array['disable_analytics'];
91
  }
92
- if (!empty ($custom_array)) {
93
- foreach ($custom_array as $custom_key => $custom_value) {
94
  update_post_meta($pID, $custom_key, $custom_value);
95
  }
96
  }
53
 
54
  public function importDataForAIOSEOFields ($data_array, $importas,$pID) {
55
  $createdFields = array();
56
+ foreach($data_array as $dkey => $dvalue) {
57
  $createdFields[] = $dkey;
58
  }
59
+ if(isset($data_array['keywords'])) {
60
  $custom_array['_aioseop_keywords'] = $data_array['keywords'];
61
  }
62
+ if(isset($data_array['description'])) {
63
  $custom_array['_aioseop_description'] = $data_array['description'];
64
  }
65
+ if(isset($data_array['title'])) {
66
  $custom_array['_aioseop_title'] = $data_array['title'];
67
  }
68
+ if(isset($data_array['noindex'])) {
69
  $custom_array['_aioseop_noindex'] = $data_array['noindex'];
70
  }
71
+ if(isset($data_array['nofollow'])) {
72
  $custom_array['_aioseop_nofollow'] = $data_array['nofollow'];
73
  }
74
+ if(isset($data_array['custom_link'])) {
75
+ $custom_array['_aioseop_custom_link'] = $data_array['custom_link'];
76
+ }
77
+ if(isset($data_array['noodp'])) {
78
  $custom_array['_aioseop_noodp'] = $data_array['noodp'];
79
  }
80
+ if(isset($data_array['noydir'])) {
81
  $custom_array['_aioseop_noydir'] = $data_array['noydir'];
82
  }
83
+ if(isset($data_array['titleatr'])) {
84
  $custom_array['_aioseop_titleatr'] = $data_array['titleatr'];
85
  }
86
+ if(isset($data_array['menulabel'])) {
87
  $custom_array['_aioseop_menulabel'] = $data_array['menulabel'];
88
  }
89
+ if(isset($data_array['disable'])) {
90
  $custom_array['_aioseop_disable'] = $data_array['disable'];
91
  }
92
+ if(isset($data_array['disable_analytics'])) {
93
  $custom_array['_aioseop_disable_analytics'] = $data_array['disable_analytics'];
94
  }
95
+ if(!empty ($custom_array)) {
96
+ foreach($custom_array as $custom_key => $custom_value) {
97
  update_post_meta($pID, $custom_key, $custom_value);
98
  }
99
  }
includes/class-uci-exporter.php CHANGED
@@ -57,7 +57,7 @@ class SmackUCIExporter {
57
 
58
  var $offset = 0;
59
 
60
- var $limit = 100;
61
 
62
  var $totalRowCount;
63
 
@@ -92,7 +92,7 @@ class SmackUCIExporter {
92
  $this->eventExclusions = isset($_POST['eventExclusions']) && !empty($_POST['eventExclusions']) ? $_POST['eventExclusions'] : array();
93
  $this->fileName = isset($_POST['fileName']) ? sanitize_text_field($_POST['fileName']) : ''; //'Post.csv';
94
  $this->offset = isset($_POST['offset']) ? sanitize_text_field($_POST['offset']) : 0;
95
- $this->limit = isset($_POST['limit']) ? sanitize_text_field($_POST['limit']) : 100;
96
  $this->exportData();
97
  }
98
 
@@ -738,8 +738,14 @@ class SmackUCIExporter {
738
  if(isset($TermsData[$termName]))
739
  $this->data[$id][$termName] = $TermsData[$termName] . ',' . $taxonomyData[0];
740
  else
741
- $this->data[$id][$termName] = $taxonomyData[0];
742
- }
 
 
 
 
 
 
743
  }
744
  else {
745
  if(!isset($TermsData['post_tag'])) {
@@ -748,7 +754,9 @@ class SmackUCIExporter {
748
  $postTags .= $tags . ',';
749
  }
750
  $postTags = substr($postTags, 0, -1);
751
- $this->data[$id][$termName] = $postTags;
 
 
752
  }
753
  }
754
  if(!isset($TermsData['category'])){
@@ -786,12 +794,26 @@ class SmackUCIExporter {
786
  $result = array();
787
  foreach ($this->headers as $hKey) {
788
  foreach ( $data as $recordId => $rowValue ) {
789
- if(array_key_exists($hKey, $rowValue)):
790
- $result[$recordId][$hKey] = $rowValue[$hKey];
791
- else:
792
- $result[$recordId][$hKey] = '';
793
- endif;
794
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
795
  }
796
  return $result;
797
  }
57
 
58
  var $offset = 0;
59
 
60
+ var $limit = 1000;
61
 
62
  var $totalRowCount;
63
 
92
  $this->eventExclusions = isset($_POST['eventExclusions']) && !empty($_POST['eventExclusions']) ? $_POST['eventExclusions'] : array();
93
  $this->fileName = isset($_POST['fileName']) ? sanitize_text_field($_POST['fileName']) : ''; //'Post.csv';
94
  $this->offset = isset($_POST['offset']) ? sanitize_text_field($_POST['offset']) : 0;
95
+ $this->limit = isset($_POST['limit']) ? sanitize_text_field($_POST['limit']) : 1000;
96
  $this->exportData();
97
  }
98
 
738
  if(isset($TermsData[$termName]))
739
  $this->data[$id][$termName] = $TermsData[$termName] . ',' . $taxonomyData[0];
740
  else
741
+ $get_exist_data = $this->data[$id][$termName];
742
+ if( $get_exist_data == '' ){
743
+ $this->data[$id][$termName] = $taxonomyData[0];
744
+ }
745
+ else {
746
+ $this->data[$id][$termName] = $get_exist_data . '|' . $taxonomyData[0];
747
+ }
748
+ }
749
  }
750
  else {
751
  if(!isset($TermsData['post_tag'])) {
754
  $postTags .= $tags . ',';
755
  }
756
  $postTags = substr($postTags, 0, -1);
757
+ if( $this->data[$id][$termName] == '' ) {
758
+ $this->data[$id][$termName] = $postTags;
759
+ }
760
  }
761
  }
762
  if(!isset($TermsData['category'])){
794
  $result = array();
795
  foreach ($this->headers as $hKey) {
796
  foreach ( $data as $recordId => $rowValue ) {
797
+ foreach($rowValue as $key => $value){
798
+ if(array_key_exists($hKey, $rowValue)):
799
+ $result[$recordId][$hKey] = $rowValue[$hKey];
800
+ else:
801
+ if(preg_match('/_aioseop_/', $key)):
802
+ $key = preg_replace('/_aioseop_/','',$key);
803
+ endif;
804
+ if(preg_match('/wpcf-/', $key)):
805
+ $key = preg_replace('/wpcf-/','',$key);
806
+ endif;
807
+ $rowValue[$key] = $value;
808
+ if(array_key_exists($hKey, $rowValue)):
809
+ $result[$recordId][$hKey] = $rowValue[$hKey];
810
+ else:
811
+ $result[$recordId][$hKey] = '';
812
+ endif;
813
+ endif;
814
+ }
815
+ }
816
+
817
  }
818
  return $result;
819
  }
includes/class-uci-helper.php CHANGED
@@ -675,6 +675,10 @@ class SmackUCIHelper {
675
  # Added support for Customer Reviews plugin
676
  if(in_array('wp-customer-reviews/wp-customer-reviews-3.php', $this->get_active_plugins()) || in_array('wp-customer-reviews/wp-customer-reviews.php', $this->get_active_plugins())) {
677
  $importas['Customer Reviews'] = 'CustomerReviews';
 
 
 
 
678
  }
679
 
680
  return $importas;
@@ -1451,6 +1455,7 @@ class SmackUCIHelper {
1451
  'Title' => 'title',
1452
  'NOINDEX' => 'noindex',
1453
  'NOFOLLOW' => 'nofollow',
 
1454
  'Title Atr' => 'titleatr',
1455
  'Menu Label' => 'menulabel',
1456
  'Disable' => 'disable',
@@ -1946,13 +1951,17 @@ class SmackUCIHelper {
1946
 
1947
  // Initiate the action to insert / update the record
1948
  if ($mode == 'Insert') {
 
1949
  $retID = wp_insert_post($data_array); // Insert the core fields for the specific post type.
1950
  if(is_wp_error($retID) || $retID == '') {
1951
  $this->setSkippedRowCount($this->getSkippedRowCount() + 1);
1952
- $uci_admin->detailed_log[$uci_admin->processing_row_id]['Message'] = "Can't insert this " . $data_array['post_type'] . ". " . $retID->get_error_message();
1953
- return array('MODE' => $mode, 'ERROR_MSG' => $retID->get_error_message());
1954
- #echo $retID->get_error_message();
1955
- #TODO Exception
 
 
 
1956
  } else {
1957
  // WPML support on post types
1958
  global $sitepress;
@@ -1978,11 +1987,14 @@ class SmackUCIHelper {
1978
  } else {
1979
  $retID = wp_insert_post($data_array);
1980
  if(is_wp_error($retID) || $retID == '') {
1981
- #echo $retID->get_error_message();
1982
  $this->setSkippedRowCount($this->getSkippedRowCount() + 1);
1983
- $uci_admin->detailed_log[$uci_admin->processing_row_id]['Message'] = "Can't insert this " . $data_array['post_type'] . ". " . $retID->get_error_message();
1984
- return array('MODE' => $mode, 'ERROR_MSG' => $retID->get_error_message());
1985
- #TODO Exception
 
 
 
 
1986
  }
1987
  $_SESSION[$eventKey]['summary']['inserted'][] = $retID;
1988
  $this->setInsertedRowCount($this->getInsertedRowCount() + 1);
@@ -2001,6 +2013,16 @@ class SmackUCIHelper {
2001
  }
2002
  $shortcodes = array();
2003
  $media_handle = isset($duplicateHandling['media_handling']) ? $duplicateHandling['media_handling'] : array();
 
 
 
 
 
 
 
 
 
 
2004
 
2005
  #TODO: Need to import the media for scheduler
2006
  /* Set Featured Image */
@@ -2018,7 +2040,7 @@ class SmackUCIHelper {
2018
  }
2019
  }
2020
  // Media handling on the inline images
2021
- if ( !empty($data_array['post_content']) ) {
2022
  $shortcodes = $this->capture_shortcodes($data_array['post_content'], $retID, 'Inline', $media_handle);
2023
  if(!empty($media_handle['download_img_tag_src']) && $media_handle['download_img_tag_src'] == 'on'){
2024
  $this->convert_local_image_src($data_array['post_content'], $retID, $media_handle);
@@ -2026,7 +2048,7 @@ class SmackUCIHelper {
2026
  if(!empty($shortcodes)) {
2027
  $this->convert_shortcode_to_image($shortcodes, $retID, 'Inline', $media_handle, $eventKey);
2028
  }
2029
- }
2030
  $uci_admin->detailed_log[$uci_admin->processing_row_id]['Status'] = $data_array['post_status'];
2031
  $returnArr['ID'] = $retID;
2032
  $returnArr['MODE'] = $mode_of_affect;
@@ -2211,6 +2233,7 @@ class SmackUCIHelper {
2211
  unset($data_array['post_format']);
2212
  $categories = $tags = array();
2213
  foreach ($data_array as $termKey => $termVal) {
 
2214
  switch ($termKey) {
2215
  case 'post_category' :
2216
  $categories [$termKey] = $data_array [$termKey];
@@ -2422,7 +2445,8 @@ class SmackUCIHelper {
2422
  $mpval = str_replace($oldWord, $newWord, $mpval);
2423
  }
2424
  $mpval = str_replace('+',' ', $mpval);
2425
- $import_dataArr[$groupvalue][$mpkey] = $mpval;
 
2426
  }elseif(isset($set_formula_group[$groupvalue]) && in_array($mpval, $set_formula_group[$groupvalue])){
2427
  $pattern = "/({([\w]+)(.*?)(}))/";
2428
  preg_match_all($pattern, $mpval, $results, PREG_PATTERN_ORDER);
@@ -2445,7 +2469,8 @@ class SmackUCIHelper {
2445
  if($result == "false"){
2446
  $result = $mpval;
2447
  }
2448
- $import_dataArr[$groupvalue][$mpkey] = $result;
 
2449
  }else {
2450
  if ($mpval == 'publish') {
2451
  $result = 'publish';
@@ -2456,7 +2481,8 @@ class SmackUCIHelper {
2456
  $result = '';
2457
  }
2458
  }
2459
- $import_dataArr[$groupvalue][$mpkey] = $result;
 
2460
  }
2461
 
2462
  }
@@ -2669,7 +2695,7 @@ class SmackUCIHelper {
2669
  return $id;
2670
  }
2671
 
2672
- public function duplicate_check($duplicate_header){
2673
  global $wpdb;
2674
  $duplicate_header = array(
2675
  'post_title' => 'post1',
@@ -2689,7 +2715,7 @@ class SmackUCIHelper {
2689
  else {
2690
  return false;
2691
  }
2692
- }
2693
 
2694
  public function serverReq_data(){
2695
  $record_arr = array();
675
  # Added support for Customer Reviews plugin
676
  if(in_array('wp-customer-reviews/wp-customer-reviews-3.php', $this->get_active_plugins()) || in_array('wp-customer-reviews/wp-customer-reviews.php', $this->get_active_plugins())) {
677
  $importas['Customer Reviews'] = 'CustomerReviews';
678
+ if(isset($importas['wpcr3_review'])) {
679
+ unset($importas['wpcr3_review']);
680
+ }
681
+
682
  }
683
 
684
  return $importas;
1455
  'Title' => 'title',
1456
  'NOINDEX' => 'noindex',
1457
  'NOFOLLOW' => 'nofollow',
1458
+ 'Canonical URL' => 'custom_link',
1459
  'Title Atr' => 'titleatr',
1460
  'Menu Label' => 'menulabel',
1461
  'Disable' => 'disable',
1951
 
1952
  // Initiate the action to insert / update the record
1953
  if ($mode == 'Insert') {
1954
+ unset($data_array['ID']);
1955
  $retID = wp_insert_post($data_array); // Insert the core fields for the specific post type.
1956
  if(is_wp_error($retID) || $retID == '') {
1957
  $this->setSkippedRowCount($this->getSkippedRowCount() + 1);
1958
+ if(is_wp_error($retID)) {
1959
+ $uci_admin->detailed_log[$uci_admin->processing_row_id]['Message'] = "Can't insert this " . $data_array['post_type'] . ". " . $retID->get_error_message();
1960
+ return array('MODE' => $mode, 'ERROR_MSG' => $retID->get_error_message());
1961
+ } else {
1962
+ $uci_admin->detailed_log[ $uci_admin->processing_row_id ]['Message'] = "Can't insert this " . $data_array['post_type'];
1963
+ return array( 'MODE' => $mode, 'ERROR_MSG' => "Can't insert this " . $data_array['post_type'] );
1964
+ }
1965
  } else {
1966
  // WPML support on post types
1967
  global $sitepress;
1987
  } else {
1988
  $retID = wp_insert_post($data_array);
1989
  if(is_wp_error($retID) || $retID == '') {
 
1990
  $this->setSkippedRowCount($this->getSkippedRowCount() + 1);
1991
+ if(is_wp_error($retID)) {
1992
+ $uci_admin->detailed_log[$uci_admin->processing_row_id]['Message'] = "Can't insert this " . $data_array['post_type'] . ". " . $retID->get_error_message();
1993
+ return array('MODE' => $mode, 'ERROR_MSG' => $retID->get_error_message());
1994
+ } else {
1995
+ $uci_admin->detailed_log[ $uci_admin->processing_row_id ]['Message'] = "Can't insert this " . $data_array['post_type'];
1996
+ return array( 'MODE' => $mode, 'ERROR_MSG' => "Can't insert this " . $data_array['post_type'] );
1997
+ }
1998
  }
1999
  $_SESSION[$eventKey]['summary']['inserted'][] = $retID;
2000
  $this->setInsertedRowCount($this->getInsertedRowCount() + 1);
2013
  }
2014
  $shortcodes = array();
2015
  $media_handle = isset($duplicateHandling['media_handling']) ? $duplicateHandling['media_handling'] : array();
2016
+ /* Page template */
2017
+ if($data_array['post_type'] == 'page') {
2018
+ if(isset($data_array['wp_page_template'])) {
2019
+ $page_template = $data_array['wp_page_template'];
2020
+ }
2021
+ else {
2022
+ $page_template = "";
2023
+ }
2024
+ update_post_meta($retID, '_wp_page_template', $page_template);
2025
+ }
2026
 
2027
  #TODO: Need to import the media for scheduler
2028
  /* Set Featured Image */
2040
  }
2041
  }
2042
  // Media handling on the inline images
2043
+ /*if ( !empty($data_array['post_content']) ) {
2044
  $shortcodes = $this->capture_shortcodes($data_array['post_content'], $retID, 'Inline', $media_handle);
2045
  if(!empty($media_handle['download_img_tag_src']) && $media_handle['download_img_tag_src'] == 'on'){
2046
  $this->convert_local_image_src($data_array['post_content'], $retID, $media_handle);
2048
  if(!empty($shortcodes)) {
2049
  $this->convert_shortcode_to_image($shortcodes, $retID, 'Inline', $media_handle, $eventKey);
2050
  }
2051
+ }*/
2052
  $uci_admin->detailed_log[$uci_admin->processing_row_id]['Status'] = $data_array['post_status'];
2053
  $returnArr['ID'] = $retID;
2054
  $returnArr['MODE'] = $mode_of_affect;
2233
  unset($data_array['post_format']);
2234
  $categories = $tags = array();
2235
  foreach ($data_array as $termKey => $termVal) {
2236
+ $smack_taxonomy = array();
2237
  switch ($termKey) {
2238
  case 'post_category' :
2239
  $categories [$termKey] = $data_array [$termKey];
2445
  $mpval = str_replace($oldWord, $newWord, $mpval);
2446
  }
2447
  $mpval = str_replace('+',' ', $mpval);
2448
+ if(trim($mpval) != '')
2449
+ $import_dataArr[$groupvalue][$mpkey] = $mpval;
2450
  }elseif(isset($set_formula_group[$groupvalue]) && in_array($mpval, $set_formula_group[$groupvalue])){
2451
  $pattern = "/({([\w]+)(.*?)(}))/";
2452
  preg_match_all($pattern, $mpval, $results, PREG_PATTERN_ORDER);
2469
  if($result == "false"){
2470
  $result = $mpval;
2471
  }
2472
+ if($result != 0)
2473
+ $import_dataArr[$groupvalue][$mpkey] = $result;
2474
  }else {
2475
  if ($mpval == 'publish') {
2476
  $result = 'publish';
2481
  $result = '';
2482
  }
2483
  }
2484
+ if($result != '')
2485
+ $import_dataArr[$groupvalue][$mpkey] = $result;
2486
  }
2487
 
2488
  }
2695
  return $id;
2696
  }
2697
 
2698
+ /*public function duplicate_check($duplicate_header){
2699
  global $wpdb;
2700
  $duplicate_header = array(
2701
  'post_title' => 'post1',
2715
  else {
2716
  return false;
2717
  }
2718
+ }*/
2719
 
2720
  public function serverReq_data(){
2721
  $record_arr = array();
includes/class-uci-install.php CHANGED
@@ -155,7 +155,7 @@ class SmackUCIInstall {
155
 
156
  foreach ( self::$db_updates as $version => $updater ) {
157
  if ( version_compare( $current_db_version, $version, '<' ) ) {
158
- include( $updater );
159
  self::update_db_version( $version );
160
  }
161
  }
@@ -171,11 +171,11 @@ class SmackUCIInstall {
171
  public static function cron_schedules( $schedules ) {
172
  return array(
173
  'wp_ultimate_csv_importer_scheduled_images' => array(
174
- 'interval' => 1,
175
  'display' => __('Schedule images on every second', SM_UCI_SLUG)
176
  ),
177
  'wp_ultimate_csv_importer_scheduled_emails' => array(
178
- 'interval' => 1,
179
  'display' => __('Schedule emails on every second', SM_UCI_SLUG)
180
  ),
181
  );
@@ -402,6 +402,7 @@ class SmackUCIInstall {
402
  );
403
  foreach ( $files as $file ) {
404
  if ( wp_mkdir_p( $file['base'] ) && ! file_exists( trailingslashit( $file['base'] ) . $file['file'] ) ) {
 
405
  if ( $file_handle = @fopen( trailingslashit( $file['base'] ) . $file['file'], 'w' ) ) {
406
  fwrite( $file_handle, $file['content'] );
407
  fclose( $file_handle );
@@ -431,15 +432,16 @@ class SmackUCIInstall {
431
  public static function plugin_row_meta( $links, $file ) {
432
  if ( $file == SM_UCI_PLUGIN_BASENAME ) {
433
  $row_meta = array(
 
434
  'docs' => '<a href="' . esc_url( apply_filters( 'sm_uci_docs_url', 'https://goo.gl/hyU5G1' ) ) . '" title="' . esc_attr( __( 'View WP Ultimate CSV Importer Pro Documentation', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Docs', 'wp-ultimate-csv-importer' ) . '</a>',
435
  'videos' => '<a href="' . esc_url( apply_filters( 'sm_uci_videos_url', 'https://goo.gl/RzUvqS' ) ) . '" title="' . esc_attr( __( 'View Videos For WP Ultimate CSV Importer Pro', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Videos', 'wp-ultimate-csv-importer' ) . '</a>',
436
  'support' => '<a href="' . esc_url( apply_filters( 'sm_uci_support_url', admin_url() . 'admin.php?page=sm-uci-support' ) ) . '" title="' . esc_attr( __( 'Contact Support', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Support', 'wp-ultimate-csv-importer' ) . '</a>',
437
  'free_trail' => '<a href="' . esc_url( apply_filters( 'sm_uci_support_url', 'https://goo.gl/gbS3fs' ) ) . '" title="' . esc_attr( __( 'Get your free trail', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Free Trail', 'wp-ultimate-csv-importer' ) . '</a>',
438
  );
 
 
439
 
440
- unset($links['View details']);
441
-
442
- return array_merge( $links, $row_meta );
443
  }
444
 
445
  return (array) $links;
@@ -448,7 +450,7 @@ class SmackUCIInstall {
448
  public static function showUpgradeNotification($currentPluginMetadata, $newPluginMetadata){
449
  // check "upgrade_notice"
450
  if (isset($newPluginMetadata->upgrade_notice) && strlen(trim($newPluginMetadata->upgrade_notice)) > 0){
451
- echo '<p style="background-color: #d54e21; padding: 10px; color: #f9f9f9; margin-top: 10px"><strong>Important Upgrade Notice:</strong> ';
452
  echo esc_html($newPluginMetadata->upgrade_notice), '</p>';
453
  }
454
  }
@@ -458,18 +460,28 @@ class SmackUCIInstall {
458
  if($get_notice != 'off') {
459
  ?>
460
  <div class="notice notice-error is-dismissible" onclick="dismiss_notices('upgrade_notice');">
461
- <p style="margin-top: 10px"><strong>Upgrade Notice: </strong> Download and replace the latest version of <a href="https://wordpress.org/plugins/wp-ultimate-csv-importer/" target="_blank">WP Ultimate CSV Importer</a> for 10x faster import performance with easy user interface. </p>
462
  </div>
463
  <?php
464
  }
465
  }
466
 
 
 
 
 
 
 
 
 
 
 
467
  public static function wp_ultimate_csv_importer_notice() {
468
  $get_notice = get_option('smack_uci_rating_notice');
469
  if($get_notice != 'off') {
470
  ?>
471
  <div class='notice updated uci-message wc-connect is-dismissible' onclick="dismiss_notices('rating_notice');">
472
- <p><?php echo "If you love WP Ultimate CSV Importer show us you care with a 5-star review on <a href='https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/?rate=5#new-post' target='_blank'> wordpress.org! </a>"; ?></p>
473
  </div>
474
  <?php
475
  }
155
 
156
  foreach ( self::$db_updates as $version => $updater ) {
157
  if ( version_compare( $current_db_version, $version, '<' ) ) {
158
+ include_once ( $updater );
159
  self::update_db_version( $version );
160
  }
161
  }
171
  public static function cron_schedules( $schedules ) {
172
  return array(
173
  'wp_ultimate_csv_importer_scheduled_images' => array(
174
+ 'interval' => 10, // seconds
175
  'display' => __('Schedule images on every second', SM_UCI_SLUG)
176
  ),
177
  'wp_ultimate_csv_importer_scheduled_emails' => array(
178
+ 'interval' => 5, // seconds
179
  'display' => __('Schedule emails on every second', SM_UCI_SLUG)
180
  ),
181
  );
402
  );
403
  foreach ( $files as $file ) {
404
  if ( wp_mkdir_p( $file['base'] ) && ! file_exists( trailingslashit( $file['base'] ) . $file['file'] ) ) {
405
+ @chmod($file['base'], 0777);
406
  if ( $file_handle = @fopen( trailingslashit( $file['base'] ) . $file['file'], 'w' ) ) {
407
  fwrite( $file_handle, $file['content'] );
408
  fclose( $file_handle );
432
  public static function plugin_row_meta( $links, $file ) {
433
  if ( $file == SM_UCI_PLUGIN_BASENAME ) {
434
  $row_meta = array(
435
+ 'upgrade_to_csv_pro' => '<a href="' . esc_url( apply_filters( 'upgrade_to_csv_pro_url', 'https://goo.gl/gbS3fs' ) ) . '" title="' . esc_attr( __( 'Upgrade to Pro', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Upgrade to Pro', 'wp-ultimate-csv-importer' ) . '</a>',
436
  'docs' => '<a href="' . esc_url( apply_filters( 'sm_uci_docs_url', 'https://goo.gl/hyU5G1' ) ) . '" title="' . esc_attr( __( 'View WP Ultimate CSV Importer Pro Documentation', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Docs', 'wp-ultimate-csv-importer' ) . '</a>',
437
  'videos' => '<a href="' . esc_url( apply_filters( 'sm_uci_videos_url', 'https://goo.gl/RzUvqS' ) ) . '" title="' . esc_attr( __( 'View Videos For WP Ultimate CSV Importer Pro', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Videos', 'wp-ultimate-csv-importer' ) . '</a>',
438
  'support' => '<a href="' . esc_url( apply_filters( 'sm_uci_support_url', admin_url() . 'admin.php?page=sm-uci-support' ) ) . '" title="' . esc_attr( __( 'Contact Support', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Support', 'wp-ultimate-csv-importer' ) . '</a>',
439
  'free_trail' => '<a href="' . esc_url( apply_filters( 'sm_uci_support_url', 'https://goo.gl/gbS3fs' ) ) . '" title="' . esc_attr( __( 'Get your free trail', 'wp-ultimate-csv-importer' ) ) . '" target="_blank">' . __( 'Free Trail', 'wp-ultimate-csv-importer' ) . '</a>',
440
  );
441
+ unset( $links['edit'] );
442
+ //unset($links['View details']);
443
 
444
+ return array_merge( $row_meta, $links );
 
 
445
  }
446
 
447
  return (array) $links;
450
  public static function showUpgradeNotification($currentPluginMetadata, $newPluginMetadata){
451
  // check "upgrade_notice"
452
  if (isset($newPluginMetadata->upgrade_notice) && strlen(trim($newPluginMetadata->upgrade_notice)) > 0){
453
+ echo '<p style="background-color: #d54e21; padding: 10px; color: #f9f9f9; margin-top: 10px"><strong>'.esc_html__('Important Upgrade Notice:','wp-ultimate-csv-importer').'</strong> ';
454
  echo esc_html($newPluginMetadata->upgrade_notice), '</p>';
455
  }
456
  }
460
  if($get_notice != 'off') {
461
  ?>
462
  <div class="notice notice-error is-dismissible" onclick="dismiss_notices('upgrade_notice');">
463
+ <p style="margin-top: 10px"><strong><?php echo esc_html__('Upgrade Notice:','wp-ultimate-csv-importer');?> </strong> <?php echo esc_html__('Download and replace the latest version of','wp-ultimate-csv-importer');?> <a href="https://wordpress.org/plugins/wp-ultimate-csv-importer/" target="_blank">WP Ultimate CSV Importer</a> <?php echo esc_html__('for 10x faster import performance with easy user interface.','wp-ultimate-csv-importer');?> </p>
464
  </div>
465
  <?php
466
  }
467
  }
468
 
469
+ public static function important_cron_notice() {
470
+ ?>
471
+ <div class="notice notice-error">
472
+ <p style="margin-top: 10px"><strong><?php echo esc_html__('Notice:','wp-ultimate-csv-importer');?> </strong> <?php echo esc_html__('To populate Featured images, Please make sure that CRON is enabled in your server.','wp-ultimate-csv-importer');?></p>
473
+ </div>
474
+ <?php
475
+ }
476
+
477
+
478
+
479
  public static function wp_ultimate_csv_importer_notice() {
480
  $get_notice = get_option('smack_uci_rating_notice');
481
  if($get_notice != 'off') {
482
  ?>
483
  <div class='notice updated uci-message wc-connect is-dismissible' onclick="dismiss_notices('rating_notice');">
484
+ <p><?php echo esc_html__("If you love WP Ultimate CSV Importer show us you care with a 5-star review on","wp-ultimate-csv-importer")?> <a href='https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/?rate=5#new-post' target='_blank'><?php echo esc_html__('wordpress.org!','wp-ultimate-csv-importer') ?></a></p>
485
  </div>
486
  <?php
487
  }
index.php CHANGED
@@ -2,7 +2,7 @@
2
  /******************************
3
  * Plugin Name: WP Ultimate CSV Importer
4
  * Description: Seamlessly create posts, custom posts, pages, media, SEO and more from your CSV data with ease.
5
- * Version: 5.0.3
6
  * Author: smackcoders
7
  * Text Domain: wp-ultimate-csv-importer
8
  * Domain Path: /languages
@@ -57,7 +57,7 @@ if ( ! class_exists( 'SM_WPUltimateCSVImporter' ) ) :
57
  */
58
  class SM_WPUltimateCSVImporter {
59
 
60
- public $version = '5.0.3';
61
 
62
  /**
63
  * The single instance of the class.
@@ -92,7 +92,8 @@ if ( ! class_exists( 'SM_WPUltimateCSVImporter' ) ) :
92
  include_once ( 'uninstall.php' );
93
 
94
  do_action( 'wp_ultimate_csv_importer_loaded' );
95
- add_filter( 'plugin_row_meta', array('SmackUCIInstall', 'plugin_row_meta'), 10, 2 );
 
96
 
97
  if ( ! function_exists( 'is_plugin_active' ) ) {
98
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
@@ -101,7 +102,7 @@ if ( ! class_exists( 'SM_WPUltimateCSVImporter' ) ) :
101
  // add plugin upgrade notification
102
  if(get_option('ULTIMATE_CSV_IMP_VERSION') <= 5.0)
103
  add_action( 'admin_notices', array('SmackUCIInstall', 'important_upgrade_notice') );
104
-
105
  add_action( 'admin_notices', array( 'SmackUCIInstall', 'wp_ultimate_csv_importer_notice' ) );
106
  }
107
 
@@ -220,7 +221,7 @@ if ( ! class_exists( 'SM_WPUltimateCSVImporter' ) ) :
220
  wp_enqueue_style('sweet-alert-css', plugins_url('assets/css/sweetalert.css', __FILE__));
221
  wp_enqueue_style('custom-style', plugins_url('assets/css/custom-style.css', __FILE__));
222
  //new files include
223
- wp_enqueue_style('custom-new-style', plugins_url('assets/css/custom-new-style.css', __FILE__));
224
  wp_enqueue_style( 'bootstrap-select-css', plugins_url( 'assets/css/bootstrap-select.css', __FILE__ ));
225
  wp_register_script('bootstrap-js', plugins_url('assets/js/bootstrap.js', __FILE__));
226
  wp_enqueue_script('bootstrap-js');
@@ -239,8 +240,12 @@ if ( ! class_exists( 'SM_WPUltimateCSVImporter' ) ) :
239
  wp_enqueue_script( 'chart-utils-js', plugins_url('assets/js/chart-js/utils.js', __FILE__) );
240
  wp_enqueue_script( 'uci-dashboard', plugins_url('assets/js/chart-js/Chart.bundle.js', __FILE__) );
241
  wp_enqueue_script( 'uci-dashboard-chart', plugins_url( 'assets/js/chart-js/dashchart.js', __FILE__ ) );
 
242
  }
 
243
  }
 
 
244
  }
245
 
246
  /**
@@ -263,8 +268,18 @@ if ( ! class_exists( 'SM_WPUltimateCSVImporter' ) ) :
263
  wp_enqueue_script( 'uci-wp-dash-chart-js', plugins_url('assets/js/chart-js/Chart.bundle.js', __FILE__) );
264
  wp_enqueue_script( 'uci-dashboard-chart-widget', plugins_url( 'assets/js/chart-js/dashchart-widget.js', __FILE__ ) );
265
  // Add widget on WordPress Dashboard
266
- wp_add_dashboard_widget('uci_pro_dashboard_linechart', 'Ultimate-CSV-Importer-Pro-Activity', array('SmackUCIAdmin', 'LineChart'),$screen = get_current_screen(), 'advanced', 'high');
267
- wp_add_dashboard_widget('uci_pro_dashboard_piechart', 'Ultimate-CSV-Importer-Pro-Statistics', array('SmackUCIAdmin', 'PieChart'),$screen = get_current_screen() , 'advanced', 'high' );
 
 
 
 
 
 
 
 
 
 
268
  }
269
 
270
  /**
2
  /******************************
3
  * Plugin Name: WP Ultimate CSV Importer
4
  * Description: Seamlessly create posts, custom posts, pages, media, SEO and more from your CSV data with ease.
5
+ * Version: 5.1
6
  * Author: smackcoders
7
  * Text Domain: wp-ultimate-csv-importer
8
  * Domain Path: /languages
57
  */
58
  class SM_WPUltimateCSVImporter {
59
 
60
+ public $version = '5.1';
61
 
62
  /**
63
  * The single instance of the class.
92
  include_once ( 'uninstall.php' );
93
 
94
  do_action( 'wp_ultimate_csv_importer_loaded' );
95
+ //add_filter( 'plugin_row_meta', array('SmackUCIInstall', 'plugin_row_meta'), 10, 2 );
96
+ add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array('SmackUCIInstall', 'plugin_row_meta'), 10, 2 );
97
 
98
  if ( ! function_exists( 'is_plugin_active' ) ) {
99
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
102
  // add plugin upgrade notification
103
  if(get_option('ULTIMATE_CSV_IMP_VERSION') <= 5.0)
104
  add_action( 'admin_notices', array('SmackUCIInstall', 'important_upgrade_notice') );
105
+ add_action( 'admin_notices', array('SmackUCIInstall', 'important_cron_notice') );
106
  add_action( 'admin_notices', array( 'SmackUCIInstall', 'wp_ultimate_csv_importer_notice' ) );
107
  }
108
 
221
  wp_enqueue_style('sweet-alert-css', plugins_url('assets/css/sweetalert.css', __FILE__));
222
  wp_enqueue_style('custom-style', plugins_url('assets/css/custom-style.css', __FILE__));
223
  //new files include
224
+ //wp_enqueue_style('custom-new-style', plugins_url('assets/css/custom-new-style.css', __FILE__));
225
  wp_enqueue_style( 'bootstrap-select-css', plugins_url( 'assets/css/bootstrap-select.css', __FILE__ ));
226
  wp_register_script('bootstrap-js', plugins_url('assets/js/bootstrap.js', __FILE__));
227
  wp_enqueue_script('bootstrap-js');
240
  wp_enqueue_script( 'chart-utils-js', plugins_url('assets/js/chart-js/utils.js', __FILE__) );
241
  wp_enqueue_script( 'uci-dashboard', plugins_url('assets/js/chart-js/Chart.bundle.js', __FILE__) );
242
  wp_enqueue_script( 'uci-dashboard-chart', plugins_url( 'assets/js/chart-js/dashchart.js', __FILE__ ) );
243
+
244
  }
245
+
246
  }
247
+ //new files include
248
+ wp_enqueue_style('custom-new-style', plugins_url('assets/css/custom-new-style.css', __FILE__));
249
  }
250
 
251
  /**
268
  wp_enqueue_script( 'uci-wp-dash-chart-js', plugins_url('assets/js/chart-js/Chart.bundle.js', __FILE__) );
269
  wp_enqueue_script( 'uci-dashboard-chart-widget', plugins_url( 'assets/js/chart-js/dashchart-widget.js', __FILE__ ) );
270
  // Add widget on WordPress Dashboard
271
+ $get_current_user = wp_get_current_user();
272
+ $role = $get_current_user->roles[0];
273
+ if( $role == "administrator" ) {
274
+ wp_add_dashboard_widget( 'uci_pro_dashboard_linechart', 'Ultimate-CSV-Importer-Pro-Activity', array(
275
+ 'SmackUCIAdmin',
276
+ 'LineChart'
277
+ ), $screen = get_current_screen(), 'advanced', 'high' );
278
+ wp_add_dashboard_widget( 'uci_pro_dashboard_piechart', 'Ultimate-CSV-Importer-Pro-Statistics', array(
279
+ 'SmackUCIAdmin',
280
+ 'PieChart'
281
+ ), $screen = get_current_screen(), 'advanced', 'high' );
282
+ }
283
  }
284
 
285
  /**
languages/wp-ultimate-csv-importer-de_DE.mo ADDED
Binary file
languages/wp-ultimate-csv-importer-de_DE.po ADDED
@@ -0,0 +1,927 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 19:40+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.4\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html;esc_html__;"
13
+ "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Language: en_EN\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: index.php:208
20
+ msgid "no of Orphaned Post/Page meta has been removed."
21
+ msgstr "Nr. Von verwaiste Post / Page-Meta wurde entfernt."
22
+
23
+ #: index.php:209
24
+ msgid "no of Unassigned tags has been removed."
25
+ msgstr "No von Unassigned tags wurde entfernt."
26
+
27
+ #: index.php:210
28
+ msgid "no of Post/Page revisions has been removed."
29
+ msgstr "Nr. Der Post / Seite Revisionen wurde entfernt."
30
+
31
+ #: index.php:211
32
+ msgid "no of Auto drafted Post/Page has been removed."
33
+ msgstr "Nein von Auto entwerfen Post / Seite wurde entfernt."
34
+
35
+ #: index.php:212
36
+ msgid "no of Post/Page in trash has been removed."
37
+ msgstr "Nr. Von Post / Seite in Papierkorb wurde entfernt."
38
+
39
+ #: index.php:213
40
+ msgid "no of Spam comments has been removed."
41
+ msgstr "Keine Spam-Kommentare wurden entfernt."
42
+
43
+ #: index.php:214
44
+ msgid "no of Comments in trash has been removed."
45
+ msgstr "Keine Kommentare im Papierkorb wurde entfernt."
46
+
47
+ #: index.php:215
48
+ msgid "no of Unapproved comments has been removed."
49
+ msgstr "No of Unapproved Kommentare wurde entfernt."
50
+
51
+ #: index.php:216
52
+ msgid "no of Pingback comments has been removed."
53
+ msgstr "Nein von Pingback-Kommentaren wurde entfernt."
54
+
55
+ #: index.php:217
56
+ msgid "no of Trackback comments has been removed."
57
+ msgstr "Keine der Trackback-Kommentare wurde entfernt."
58
+
59
+ #: includes/class-uci-install.php:94
60
+ msgid ""
61
+ "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
+ "the latest version!"
63
+ msgstr ""
64
+ "Ultimate CSV Importer PRO Datenaktualisierung abgeschlossen. Vielen Dank für "
65
+ "die Aktualisierung auf die neueste Version!"
66
+
67
+ #: includes/class-uci-install.php:175
68
+ msgid "Schedule images on every second"
69
+ msgstr "Planen Sie Bilder auf jede Sekunde"
70
+
71
+ #: includes/class-uci-install.php:179
72
+ msgid "Schedule emails on every second"
73
+ msgstr "Planen Sie E-Mails auf jede Sekunde"
74
+
75
+ #: includes/class-uci-install.php:435
76
+ msgid "Upgrade to Pro"
77
+ msgstr "Upgrade auf Pro"
78
+
79
+ #: includes/class-uci-install.php:436
80
+ msgid "View WP Ultimate CSV Importer Pro Documentation"
81
+ msgstr "Anzeigen WP Ultimate CSV Importer Pro-Dokumentation"
82
+
83
+ #: includes/class-uci-install.php:436
84
+ msgid "Docs"
85
+ msgstr "Dokumente"
86
+
87
+ #: includes/class-uci-install.php:437
88
+ msgid "View Videos For WP Ultimate CSV Importer Pro"
89
+ msgstr "Videos ansehen Für WP Ultimate CSV Importer Pro"
90
+
91
+ #: includes/class-uci-install.php:437
92
+ msgid "Videos"
93
+ msgstr "Datenschutzerklärung"
94
+
95
+ #: includes/class-uci-install.php:438
96
+ msgid "Contact Support"
97
+ msgstr "Wenden Sie sich an den Support"
98
+
99
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
100
+ #: admin/class-uci-admin.php:122
101
+ msgid "Support"
102
+ msgstr "Unterstützen"
103
+
104
+ #: includes/class-uci-install.php:439
105
+ msgid "Get your free trail"
106
+ msgstr "Erhalten Sie Ihre freie Spur"
107
+
108
+ #: includes/class-uci-install.php:439
109
+ msgid "Free Trail"
110
+ msgstr "Kostenlose Testversion"
111
+
112
+ #: includes/class-uci-install.php:453
113
+ msgid "Important Upgrade Notice:"
114
+ msgstr "Wichtiger Hinweis:"
115
+
116
+ #: includes/class-uci-install.php:463
117
+ msgid "Upgrade Notice:"
118
+ msgstr "Hinweis:"
119
+
120
+ #: includes/class-uci-install.php:463
121
+ msgid "Download and replace the latest version of"
122
+ msgstr "Downloaden und ersetzen Sie die neueste Version von"
123
+
124
+ #: includes/class-uci-install.php:463
125
+ msgid "for 10x faster import performance with easy user interface."
126
+ msgstr ""
127
+ "Für 10x schnellere Import-Performance mit einfacher Benutzeroberfläche."
128
+
129
+ #: includes/class-uci-install.php:472
130
+ msgid "Notice:"
131
+ msgstr "Beachten:"
132
+
133
+ #: includes/class-uci-install.php:472
134
+ msgid ""
135
+ "To populate Featured images, Please make sure that CRON is enabled in your "
136
+ "server."
137
+ msgstr ""
138
+ "Um Populäre Feature-Bilder aufzunehmen, stellen Sie sicher, dass CRON in "
139
+ "Ihrem Server aktiviert ist."
140
+
141
+ #: includes/class-uci-install.php:484
142
+ msgid ""
143
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
144
+ msgstr ""
145
+ "Wenn Sie lieben WP Ultimate CSV Importer zeigen uns Sie interessieren sich "
146
+ "mit einem 5-Sterne-Überprüfung auf"
147
+
148
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
149
+ msgid "wordpress.org!"
150
+ msgstr "Datenschutzerklärung |"
151
+
152
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
153
+ #: includes/class-uci-helper.php:1738
154
+ msgid "Edit this item"
155
+ msgstr "Bearbeiten Sie diesen Eintrag"
156
+
157
+ #: includes/class-uci-helper.php:1738
158
+ #, php-format
159
+ msgid "View &#8220;%s&#8221;"
160
+ msgstr "Ansicht & # 8220;% s & # 8221;"
161
+
162
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
163
+ msgid "Dashboard"
164
+ msgstr "Instrumententafel"
165
+
166
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
167
+ msgid "Import / Update"
168
+ msgstr "Import / Aktualisierung"
169
+
170
+ #: admin/class-uci-admin.php:68
171
+ msgid "Managers"
172
+ msgstr "Führungskräfte"
173
+
174
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
175
+ #: admin/views/form-export-data.php:323
176
+ msgid "Export"
177
+ msgstr "Export"
178
+
179
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
180
+ msgid "Settings"
181
+ msgstr "Einstellungen"
182
+
183
+ #: admin/class-uci-admin.php:119
184
+ msgid "Manager"
185
+ msgstr "Manager"
186
+
187
+ #: admin/views/form-file-manager.php:43
188
+ #: admin/views/form-template-manager.php:43
189
+ #: admin/views/form-schedule-manager.php:44
190
+ #: admin/views/form-file-import-method.php:155
191
+ msgid "This feature is only available in PRO."
192
+ msgstr "Diese Funktion ist nur in PRO verfügbar."
193
+
194
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
195
+ #: admin/views/form-support-view.php:42
196
+ #: admin/views/form-file-import-method.php:66
197
+ #: admin/views/form-import-configuration.php:68
198
+ #: admin/views/form-media-handling.php:64
199
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
200
+ #: admin/views/form-settings-view.php:172
201
+ #: admin/views/form-settings-view.php:196
202
+ #: admin/views/form-settings-view.php:461
203
+ msgid "Documentation"
204
+ msgstr "Dokumentation"
205
+
206
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
207
+ #: admin/views/form-support-view.php:43
208
+ #: admin/views/form-file-import-method.php:67
209
+ #: admin/views/form-import-configuration.php:69
210
+ #: admin/views/form-media-handling.php:65
211
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
212
+ #: admin/views/form-settings-view.php:173
213
+ msgid "Sample CSV"
214
+ msgstr "Beispiel CSV"
215
+
216
+ #: admin/views/form-dashboard-view.php:47
217
+ msgid "Importers Activity"
218
+ msgstr "Importeur Aktivität"
219
+
220
+ #: admin/views/form-dashboard-view.php:54
221
+ msgid "Import Statistics"
222
+ msgstr "Statistiken importieren"
223
+
224
+ #: admin/views/form-manager-view.php:54
225
+ msgid "File Manager"
226
+ msgstr "Dateimanager"
227
+
228
+ #: admin/views/form-manager-view.php:57
229
+ msgid "Smart Schedule"
230
+ msgstr "Smart Zeitplan"
231
+
232
+ #: admin/views/form-manager-view.php:60
233
+ msgid "Templates"
234
+ msgstr "Vorlagen"
235
+
236
+ #: admin/views/form-manager-view.php:65
237
+ msgid "Log Manager"
238
+ msgstr "Log Manager"
239
+
240
+ #: admin/views/form-static-formula-views.php:45
241
+ msgid ""
242
+ "HINT: Specify the CSV header to be added in between the curley braces({ })."
243
+ msgstr ""
244
+ "TIPP: Geben Sie den CSV-Header an, der zwischen den Curley-Klammern "
245
+ "hinzugefügt werden soll ({})."
246
+
247
+ #: admin/views/form-static-formula-views.php:45
248
+ msgid "Example: {post_title}"
249
+ msgstr "Beispiel: {post_title}"
250
+
251
+ #: admin/views/form-static-formula-views.php:46
252
+ #: admin/views/form-static-formula-views.php:54
253
+ #: admin/views/form-file-import-method.php:58
254
+ msgid "Close"
255
+ msgstr "Schließen"
256
+
257
+ #: admin/views/form-static-formula-views.php:53
258
+ msgid ""
259
+ "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
260
+ "{}.Example: MATH ({product_quantity}/{discount_price})"
261
+ msgstr ""
262
+ "HINWEIS: Geben Sie den Operator (+, -, *, /) und den CSV-Header als Operand "
263
+ "in MATH () in {} an. Beispiel: MATH ({product_quantity} / {discount_price})"
264
+
265
+ #: admin/views/form-support-view.php:46
266
+ msgid ""
267
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
268
+ "on"
269
+ msgstr ""
270
+ "Wenn Sie lieben WP Ultimate CSV Importer zeigen uns Ihre Sorge mit einem 5-"
271
+ "Sterne-Überprüfung auf"
272
+
273
+ #: admin/views/form-support-view.php:49
274
+ msgid "Enquiry form"
275
+ msgstr "Anfrageformular"
276
+
277
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
278
+ msgid "Email"
279
+ msgstr "Email"
280
+
281
+ #: admin/views/form-support-view.php:56
282
+ msgid "Enquiry type"
283
+ msgstr "Art der Anfrage"
284
+
285
+ #: admin/views/form-support-view.php:58
286
+ msgid "Bug Reporting"
287
+ msgstr "Fehlerberichterstattung"
288
+
289
+ #: admin/views/form-support-view.php:59
290
+ msgid "Pre-Sale Enquiry"
291
+ msgstr "Vorverkaufsanfrage"
292
+
293
+ #: admin/views/form-support-view.php:60
294
+ msgid "Feature Enhancement"
295
+ msgstr "Funktionserweiterung"
296
+
297
+ #: admin/views/form-support-view.php:63
298
+ msgid "Message"
299
+ msgstr "Nachricht"
300
+
301
+ #: admin/views/form-support-view.php:77
302
+ msgid "News Letter Subscription"
303
+ msgstr "Nachrichtenbrief Abo"
304
+
305
+ #: admin/views/form-support-view.php:93
306
+ msgid "Note"
307
+ msgstr "Hinweis"
308
+
309
+ #: admin/views/form-support-view.php:94
310
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
311
+ msgstr "Abonnieren Smackcoders Mailing-Liste (ein paar Nachrichten pro Jahr)"
312
+
313
+ #: admin/views/form-support-view.php:95
314
+ msgid ""
315
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
316
+ "acknowledgement within an hour!"
317
+ msgstr ""
318
+ "Bitte entwirf eine Mail an support@smackcoders.com. Wenn Sie innerhalb einer "
319
+ "Stunde keine Bestätigung erhalten!"
320
+
321
+ #: admin/views/form-file-import-method.php:51
322
+ msgid "Choose CSV/XML to import"
323
+ msgstr "Wählen Sie CSV / XML zum Importieren"
324
+
325
+ #: admin/views/form-file-import-method.php:85
326
+ msgid "Upload from Desktop"
327
+ msgstr "Vom Desktop hochladen"
328
+
329
+ #: admin/views/form-file-import-method.php:89
330
+ msgid "Upload from FTP/SFTP"
331
+ msgstr "Upload von FTP / SFTP"
332
+
333
+ #: admin/views/form-file-import-method.php:93
334
+ msgid "Upload from URL"
335
+ msgstr "Upload von URL"
336
+
337
+ #: admin/views/form-file-import-method.php:97
338
+ msgid "Choose File in the Server"
339
+ msgstr "Wählen Sie Datei im Server"
340
+
341
+ #: admin/views/form-file-import-method.php:119
342
+ msgid "New Items"
343
+ msgstr "Neue Dinge"
344
+
345
+ #: admin/views/form-file-import-method.php:122
346
+ msgid " Existing Items"
347
+ msgstr "Bestehende Gegenstände"
348
+
349
+ #: admin/views/form-file-import-method.php:127
350
+ msgid "Import each record as"
351
+ msgstr "Importieren Sie jeden Datensatz als"
352
+
353
+ #: admin/views/form-file-import-method.php:150
354
+ msgid "Click here to upload from desktop"
355
+ msgstr "Klicken Sie hier, um vom Desktop hochzuladen"
356
+
357
+ #: admin/views/form-import-configuration.php:73
358
+ msgid "Import configuration Section"
359
+ msgstr "Konfiguration importieren"
360
+
361
+ #: admin/views/form-import-configuration.php:80
362
+ msgid "Do you want to handle the duplicate on existing records ?"
363
+ msgstr "Möchten Sie das Duplikat auf vorhandenen Datensätzen behandeln?"
364
+
365
+ #: admin/views/form-import-configuration.php:86
366
+ msgid "Mention the fields which you want to handle duplicates"
367
+ msgstr "Erwähnen Sie die Felder, die Sie mit Duplikaten behandeln möchten"
368
+
369
+ #: admin/views/form-import-configuration.php:103
370
+ msgid "Do you want to Schedule this Import"
371
+ msgstr "Möchten Sie diesen Import planen"
372
+
373
+ #: admin/views/form-import-configuration.php:111
374
+ #: admin/views/form-media-handling.php:179
375
+ #: admin/views/form-export-data.php:322
376
+ #: admin/views/form-mapping-configuration.php:232
377
+ msgid "Back"
378
+ msgstr "Back"
379
+
380
+ #: admin/views/form-import-configuration.php:114
381
+ msgid "Schedule right now"
382
+ msgstr "Planen Sie jetzt"
383
+
384
+ #: admin/views/form-import-configuration.php:115
385
+ msgid "Schedule Later"
386
+ msgstr "Zeitplan später"
387
+
388
+ #: admin/views/form-media-handling.php:71
389
+ msgid "Media Handling"
390
+ msgstr "Zeitplan später"
391
+
392
+ #: admin/views/form-media-handling.php:77
393
+ msgid "Image Handling"
394
+ msgstr "Bildverarbeitung"
395
+
396
+ #: admin/views/form-media-handling.php:81
397
+ msgid "Download external images to your media"
398
+ msgstr "Laden Sie externe Bilder zu Ihren Medien"
399
+
400
+ #: admin/views/form-media-handling.php:92
401
+ msgid "Use media images if already available"
402
+ msgstr "Verwenden Sie Medienbilder, falls bereits vorhanden"
403
+
404
+ #: admin/views/form-media-handling.php:93
405
+ msgid "Do you want to overwrite the existing images"
406
+ msgstr "Möchten Sie die vorhandenen Bilder überschreiben"
407
+
408
+ #: admin/views/form-media-handling.php:98
409
+ msgid "NextGEN Gallery support on featured image"
410
+ msgstr "NextGEN Gallery-Unterstützung für das vorgestellte Bild"
411
+
412
+ #: admin/views/form-media-handling.php:112
413
+ msgid "Thumbnail"
414
+ msgstr "Miniaturansicht"
415
+
416
+ #: admin/views/form-media-handling.php:113
417
+ msgid "Medium"
418
+ msgstr "Mittel"
419
+
420
+ #: admin/views/form-media-handling.php:114
421
+ msgid "Medium Large"
422
+ msgstr "Mittelgroß"
423
+
424
+ #: admin/views/form-media-handling.php:115
425
+ msgid "Large"
426
+ msgstr "Groß"
427
+
428
+ #: admin/views/form-media-handling.php:129
429
+ msgid "Add custom sizes"
430
+ msgstr "Benutzerdefinierte Größen hinzufügen"
431
+
432
+ #: admin/views/form-media-handling.php:139
433
+ msgid "Media SEO & Advanced Options"
434
+ msgstr "Media SEO & Erweiterte Optionen"
435
+
436
+ #: admin/views/form-media-handling.php:143
437
+ msgid "Set image Title:"
438
+ msgstr "Bild einstellen Titel:"
439
+
440
+ #: admin/views/form-media-handling.php:150
441
+ msgid "Set image Caption:"
442
+ msgstr "Bild einstellen Bildunterschrift:"
443
+
444
+ #: admin/views/form-media-handling.php:157
445
+ msgid "Set image Alt Text:"
446
+ msgstr "Bild einstellen Alttext:"
447
+
448
+ #: admin/views/form-media-handling.php:163
449
+ msgid "Set image Description:"
450
+ msgstr "Set image Beschreibung:"
451
+
452
+ #: admin/views/form-media-handling.php:169
453
+ msgid "Change image file name to:"
454
+ msgstr "Ändern Sie Bilddateinamen zu:"
455
+
456
+ #: admin/views/form-media-handling.php:181
457
+ #: admin/views/form-mapping-configuration.php:236
458
+ msgid "Continue"
459
+ msgstr "fortsetzen"
460
+
461
+ #: admin/views/form-log-manager.php:43
462
+ msgid "Log Info"
463
+ msgstr "Log Info"
464
+
465
+ #: admin/views/form-log-manager.php:53
466
+ msgid "FileName"
467
+ msgstr "Dateiname"
468
+
469
+ #: admin/views/form-log-manager.php:54
470
+ msgid "Module"
471
+ msgstr "Modul"
472
+
473
+ #: admin/views/form-log-manager.php:55
474
+ msgid "Inserted"
475
+ msgstr "Eingefügt"
476
+
477
+ #: admin/views/form-log-manager.php:56
478
+ msgid "Updated"
479
+ msgstr "Aktualisiert"
480
+
481
+ #: admin/views/form-log-manager.php:57
482
+ msgid "Skipped"
483
+ msgstr "Übersprungen"
484
+
485
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
486
+ msgid "Download"
487
+ msgstr "Herunterladen"
488
+
489
+ #: admin/views/form-log-manager.php:67
490
+ msgid "Revision: "
491
+ msgstr "Revision:"
492
+
493
+ #: admin/views/form-ignite-import.php:72
494
+ msgid "Resume"
495
+ msgstr "Fortsetzen"
496
+
497
+ #: admin/views/form-ignite-import.php:73
498
+ msgid "Pause"
499
+ msgstr "Pause"
500
+
501
+ #: admin/views/form-ignite-import.php:74
502
+ msgid "New Import"
503
+ msgstr "Neuer Import"
504
+
505
+ #: admin/views/form-ignite-import.php:79
506
+ msgid "File Name:"
507
+ msgstr "Dateiname:"
508
+
509
+ #: admin/views/form-ignite-import.php:80
510
+ msgid "File Size:"
511
+ msgstr "Dateigröße:"
512
+
513
+ #: admin/views/form-ignite-import.php:83
514
+ msgid "Process:"
515
+ msgstr "Verarbeiten:"
516
+
517
+ #: admin/views/form-ignite-import.php:84
518
+ msgid "Total no of records:"
519
+ msgstr "Gesamtzahl der Datensätze:"
520
+
521
+ #: admin/views/form-ignite-import.php:87
522
+ msgid "Time Elapsed:"
523
+ msgstr "Verstrichene Zeit:"
524
+
525
+ #: admin/views/form-ignite-import.php:91
526
+ msgid "Remaining Record:"
527
+ msgstr "Verbleibender Datensatz:"
528
+
529
+ #: admin/views/form-ignite-import.php:93
530
+ msgid "Current Processing Record:"
531
+ msgstr "Aktueller Bearbeitungsprotokoll:"
532
+
533
+ #: admin/views/form-ignite-import.php:104
534
+ msgid "Log section"
535
+ msgstr "Protokollabschnitt"
536
+
537
+ #: admin/views/form-ignite-import.php:111
538
+ msgid "CLICK HERE TO DOWNLOAD LOG"
539
+ msgstr "KLICKEN SIE HIER UM DOWNLOAD LOG"
540
+
541
+ #: admin/views/form-ignite-import.php:123
542
+ msgid "continue"
543
+ msgstr "fortsetzen"
544
+
545
+ #: admin/views/form-export-data.php:69
546
+ msgid "Select your module to export the data"
547
+ msgstr "Wählen Sie Ihr Modul aus, um die Daten zu exportieren"
548
+
549
+ #: admin/views/form-export-data.php:71
550
+ msgid "Post"
551
+ msgstr "Post"
552
+
553
+ #: admin/views/form-export-data.php:72
554
+ msgid "Eshop"
555
+ msgstr "Eshop"
556
+
557
+ #: admin/views/form-export-data.php:75
558
+ msgid "Page"
559
+ msgstr "Seite"
560
+
561
+ #: admin/views/form-export-data.php:76
562
+ msgid "Wp-Commerce"
563
+ msgstr "Wp-Handel"
564
+
565
+ #: admin/views/form-export-data.php:80
566
+ msgid "Custom Post"
567
+ msgstr "Benutzerdefinierte Post"
568
+
569
+ #: admin/views/form-export-data.php:82 admin/views/form-export-data.php:108
570
+ msgid "--Select--"
571
+ msgstr "--Wählen--"
572
+
573
+ #: admin/views/form-export-data.php:94
574
+ msgid "Woo-Commerce"
575
+ msgstr "Woo-Commerce"
576
+
577
+ #: admin/views/form-export-data.php:97
578
+ msgid "Category"
579
+ msgstr "Kategorie"
580
+
581
+ #: admin/views/form-export-data.php:98
582
+ msgid "Marketpress"
583
+ msgstr "Marktpresse"
584
+
585
+ #: admin/views/form-export-data.php:101
586
+ msgid "Tags"
587
+ msgstr "Tags"
588
+
589
+ #: admin/views/form-export-data.php:102
590
+ msgid "Customer Reviews"
591
+ msgstr "Kundenbewertungen"
592
+
593
+ #: admin/views/form-export-data.php:106
594
+ msgid "Taxonomies"
595
+ msgstr "Taxonomien"
596
+
597
+ #: admin/views/form-export-data.php:119
598
+ msgid "Comments"
599
+ msgstr "Bemerkungen"
600
+
601
+ #: admin/views/form-export-data.php:122
602
+ msgid "Users"
603
+ msgstr "Benutzer"
604
+
605
+ #: admin/views/form-export-data.php:126
606
+ msgid "Proceed"
607
+ msgstr "Vorgehen"
608
+
609
+ #: admin/views/form-export-data.php:147
610
+ msgid "To export data based on the filters"
611
+ msgstr "So exportieren Sie Daten auf der Grundlage der Filter"
612
+
613
+ #: admin/views/form-export-data.php:149
614
+ msgid "Export File Name:"
615
+ msgstr "Dateiname exportieren:"
616
+
617
+ #: admin/views/form-export-data.php:154
618
+ msgid "Export data with auto delimiters"
619
+ msgstr "Daten mit Auto-Trennzeichen exportieren"
620
+
621
+ #: admin/views/form-export-data.php:158
622
+ msgid "Delimiters"
623
+ msgstr "Begrenzer"
624
+
625
+ #: admin/views/form-export-data.php:167
626
+ msgid "Other Delimiters"
627
+ msgstr "Andere Begrenzer"
628
+
629
+ #: admin/views/form-export-data.php:182
630
+ msgid "Export data for the specific period"
631
+ msgstr "Exportieren Sie Daten für den bestimmten Zeitraum"
632
+
633
+ #: admin/views/form-export-data.php:184
634
+ msgid "Start From"
635
+ msgstr "Beginne am"
636
+
637
+ #: admin/views/form-export-data.php:185
638
+ msgid "End To"
639
+ msgstr "Ende zu"
640
+
641
+ #: admin/views/form-export-data.php:193
642
+ msgid "Export data with the specific status"
643
+ msgstr "Exportieren Sie Daten mit dem spezifischen Status"
644
+
645
+ #: admin/views/form-export-data.php:196
646
+ msgid "Status"
647
+ msgstr "Status"
648
+
649
+ #: admin/views/form-export-data.php:198 admin/views/form-export-data.php:218
650
+ msgid "All"
651
+ msgstr "Alle"
652
+
653
+ #: admin/views/form-export-data.php:199
654
+ msgid "Publish"
655
+ msgstr "Veröffentlichen"
656
+
657
+ #: admin/views/form-export-data.php:200
658
+ msgid "Sticky"
659
+ msgstr "Klebrig"
660
+
661
+ #: admin/views/form-export-data.php:201
662
+ msgid "Private"
663
+ msgstr "Privatgelände"
664
+
665
+ #: admin/views/form-export-data.php:202
666
+ msgid "Protected"
667
+ msgstr "Geschützt"
668
+
669
+ #: admin/views/form-export-data.php:203
670
+ msgid "Draft"
671
+ msgstr "Entwurf"
672
+
673
+ #: admin/views/form-export-data.php:204
674
+ msgid "Pending"
675
+ msgstr "Ausstehend"
676
+
677
+ #: admin/views/form-export-data.php:212
678
+ msgid "Export data by specific authors"
679
+ msgstr "Exportieren von Daten durch bestimmte Autoren"
680
+
681
+ #: admin/views/form-export-data.php:215
682
+ msgid "Authors"
683
+ msgstr "Autoren"
684
+
685
+ #: admin/views/form-export-data.php:228
686
+ msgid "Export data based on specific exclusions"
687
+ msgstr "Daten auf der Grundlage spezifischer Ausschlüsse exportieren"
688
+
689
+ #: admin/views/form-export-data.php:293
690
+ msgid "No fields Found!"
691
+ msgstr "Keine Felder gefunden!"
692
+
693
+ #: admin/views/form-mapping-configuration.php:84
694
+ msgid "Mapping Section"
695
+ msgstr "Mapping-Bereich"
696
+
697
+ #: admin/views/form-mapping-configuration.php:114
698
+ msgid "WP Fields"
699
+ msgstr "WP-Felder"
700
+
701
+ #: admin/views/form-mapping-configuration.php:115
702
+ msgid "CSV Header"
703
+ msgstr "CSV-Kopfzeile"
704
+
705
+ #: admin/views/form-settings-view.php:184
706
+ #: admin/views/form-settings-view.php:202
707
+ msgid "General Settings"
708
+ msgstr "Allgemeine Einstellungen"
709
+
710
+ #: admin/views/form-settings-view.php:188
711
+ msgid "Database optimization"
712
+ msgstr "Datenbankoptimierung"
713
+
714
+ #: admin/views/form-settings-view.php:192
715
+ #: admin/views/form-settings-view.php:279
716
+ msgid "Security and Performance"
717
+ msgstr "Sicherheit und Leistung"
718
+
719
+ #: admin/views/form-settings-view.php:206
720
+ msgid "Drop Table"
721
+ msgstr "Drop Tisch"
722
+
723
+ #: admin/views/form-settings-view.php:207
724
+ msgid ""
725
+ "If enabled plugin deactivation will remove plugin data, this cannot be "
726
+ "restored."
727
+ msgstr ""
728
+ "Wenn die deaktivierte Plugin-Deaktivierung Plugin-Daten entfernt, kann dies "
729
+ "nicht wiederhergestellt werden."
730
+
731
+ #: admin/views/form-settings-view.php:222
732
+ msgid "Scheduled log mails"
733
+ msgstr "Geplante Log-Mails"
734
+
735
+ #: admin/views/form-settings-view.php:223
736
+ msgid "Enable to get scheduled log mails."
737
+ msgstr "Sie können geplante Log-Mails abrufen."
738
+
739
+ #: admin/views/form-settings-view.php:238
740
+ msgid "Send password to user"
741
+ msgstr "Senden Sie das Passwort an den Benutzer"
742
+
743
+ #: admin/views/form-settings-view.php:239
744
+ msgid "Enable to send password information through email."
745
+ msgstr "Aktivieren Sie, um Kennwortinformationen per E-Mail zu senden."
746
+
747
+ #: admin/views/form-settings-view.php:254
748
+ msgid "Woocommerce Custom attribute"
749
+ msgstr "Woocommerce Benutzerdefiniertes Attribut"
750
+
751
+ #: admin/views/form-settings-view.php:255
752
+ msgid "Enables to register woocommrce custom attribute."
753
+ msgstr ""
754
+ "Ermöglicht die Registrierung von woocommrce-benutzerdefinierten Attributen."
755
+
756
+ #: admin/views/form-settings-view.php:270
757
+ msgid "Database Optimization"
758
+ msgstr "Datenbankoptimierung"
759
+
760
+ #: admin/views/form-settings-view.php:273
761
+ msgid "This feature is only available in PRO"
762
+ msgstr "Diese Funktion ist nur in PRO verfügbar"
763
+
764
+ #: admin/views/form-settings-view.php:286
765
+ msgid "Allow authors/editors to import"
766
+ msgstr "Lassen Sie Autoren / Redakteure importieren"
767
+
768
+ #: admin/views/form-settings-view.php:287
769
+ msgid "This enables authors/editors to import."
770
+ msgstr "Damit können Autoren / Redakteure importieren."
771
+
772
+ #: admin/views/form-settings-view.php:308
773
+ msgid "Minimum required php.ini values (Ini configured values)"
774
+ msgstr "Mindestens erforderliche php.ini-Werte (Ini konfigurierte Werte)"
775
+
776
+ #: admin/views/form-settings-view.php:313
777
+ msgid "Variables"
778
+ msgstr "Variablen"
779
+
780
+ #: admin/views/form-settings-view.php:316
781
+ msgid "System values"
782
+ msgstr "Systemwerte"
783
+
784
+ #: admin/views/form-settings-view.php:319
785
+ msgid "Minimum Requirements"
786
+ msgstr "Mindestanforderungen"
787
+
788
+ #: admin/views/form-settings-view.php:323
789
+ msgid "post_max_size"
790
+ msgstr "Post_max_size"
791
+
792
+ #: admin/views/form-settings-view.php:328
793
+ msgid "auto_append_file"
794
+ msgstr "Auto_append_file"
795
+
796
+ #: admin/views/form-settings-view.php:333
797
+ msgid "auto_prepend_file"
798
+ msgstr "Auto_prepend_file"
799
+
800
+ #: admin/views/form-settings-view.php:338
801
+ msgid "upload_max_filesize"
802
+ msgstr "Upload_max_filesize"
803
+
804
+ #: admin/views/form-settings-view.php:343
805
+ msgid "file_uploads"
806
+ msgstr "Datei_uploads"
807
+
808
+ #: admin/views/form-settings-view.php:348
809
+ msgid "allow_url_fopen"
810
+ msgstr "Allow_url_fopen"
811
+
812
+ #: admin/views/form-settings-view.php:353
813
+ msgid "max_execution_time"
814
+ msgstr "Max_execution_time"
815
+
816
+ #: admin/views/form-settings-view.php:358
817
+ msgid "max_input_time"
818
+ msgstr "Max_input_time"
819
+
820
+ #: admin/views/form-settings-view.php:363
821
+ msgid "max_input_vars"
822
+ msgstr "Max_input_vars"
823
+
824
+ #: admin/views/form-settings-view.php:368
825
+ msgid "memory_limit"
826
+ msgstr "Memory_limit"
827
+
828
+ #: admin/views/form-settings-view.php:375
829
+ msgid "Required to enable/disable Loaders, Extentions and modules:"
830
+ msgstr ""
831
+ "Erforderlich zum Aktivieren / Deaktivieren von Loaders, Extentions und "
832
+ "Modulen:"
833
+
834
+ #: admin/views/form-settings-view.php:382
835
+ msgid "PDO"
836
+ msgstr "PDO"
837
+
838
+ #: admin/views/form-settings-view.php:384
839
+ #: admin/views/form-settings-view.php:393
840
+ msgid "Yes"
841
+ msgstr "ja"
842
+
843
+ #: admin/views/form-settings-view.php:386
844
+ #: admin/views/form-settings-view.php:395
845
+ msgid "No"
846
+ msgstr "Nein"
847
+
848
+ #: admin/views/form-settings-view.php:391
849
+ msgid "Curl"
850
+ msgstr "Curl"
851
+
852
+ #: admin/views/form-settings-view.php:402
853
+ #: admin/views/form-settings-view.php:443
854
+ msgid "Disabled"
855
+ msgstr "Behindert"
856
+
857
+ #: admin/views/form-settings-view.php:409
858
+ msgid "Debug Information:"
859
+ msgstr "Debuginformationen:"
860
+
861
+ #: admin/views/form-settings-view.php:412
862
+ msgid "WordPress Version"
863
+ msgstr "WordPress-Version"
864
+
865
+ #: admin/views/form-settings-view.php:417
866
+ msgid "PHP Version"
867
+ msgstr "PHP-Version"
868
+
869
+ #: admin/views/form-settings-view.php:422
870
+ msgid "MySQL Version"
871
+ msgstr "MySQL-Version"
872
+
873
+ #: admin/views/form-settings-view.php:427
874
+ msgid "Server SoftWare"
875
+ msgstr "Server-Software"
876
+
877
+ #: admin/views/form-settings-view.php:432
878
+ msgid "Your User Agent"
879
+ msgstr "Ihr Benutzeragent"
880
+
881
+ #: admin/views/form-settings-view.php:437
882
+ msgid "WPDB Prefix"
883
+ msgstr "WPDB-Präfix"
884
+
885
+ #: admin/views/form-settings-view.php:442
886
+ msgid "WP Multisite Mode"
887
+ msgstr "WP Multisite Modus"
888
+
889
+ #: admin/views/form-settings-view.php:443
890
+ msgid "Enabled"
891
+ msgstr "Aktiviert"
892
+
893
+ #: admin/views/form-settings-view.php:447
894
+ msgid "WP Memory Limit"
895
+ msgstr "WP-Speichergrenze"
896
+
897
+ #: admin/views/form-settings-view.php:468
898
+ msgid "Smackcoders Guidelines"
899
+ msgstr "Smackcoder Richtlinien"
900
+
901
+ #: admin/views/form-settings-view.php:469
902
+ msgid "24 hours FREE Pro Trial"
903
+ msgstr "24 Stunden GRATIS Pro Trial"
904
+
905
+ #: admin/views/form-settings-view.php:470
906
+ msgid "Live Demo"
907
+ msgstr "Echtzeit Vorführung"
908
+
909
+ #: admin/views/form-settings-view.php:471
910
+ msgid "Development News"
911
+ msgstr "Entwicklung"
912
+
913
+ #: admin/views/form-settings-view.php:472
914
+ msgid "Whats New?"
915
+ msgstr "Was gibt's Neues?"
916
+
917
+ #: admin/views/form-settings-view.php:473
918
+ msgid " Documentation"
919
+ msgstr "Dokumentation"
920
+
921
+ #: admin/views/form-settings-view.php:474
922
+ msgid "Youtube Channel"
923
+ msgstr "Youtube Kanal"
924
+
925
+ #: admin/views/form-settings-view.php:475
926
+ msgid " Other WordPress Plugins"
927
+ msgstr "Andere WordPress-Plugins"
languages/wp-ultimate-csv-importer-es_ES.mo CHANGED
Binary file
languages/wp-ultimate-csv-importer-es_ES.po CHANGED
@@ -1,11 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
- "POT-Creation-Date: 2016-12-15 15:59+0530\n"
5
- "PO-Revision-Date: 2016-12-15 16:41+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
- "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,49 +13,50 @@ msgstr ""
14
  "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: index.php:157
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr "No se ha eliminado ninguna meta de página / página huérfana."
22
 
23
- #: index.php:158
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr "No se ha eliminado ninguna etiqueta no asignada."
26
 
27
- #: index.php:159
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr "No se ha eliminado ninguna revisión de Páginas / Páginas."
30
 
31
- #: index.php:160
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr "No se ha eliminado Auto / Post."
34
 
35
- #: index.php:161
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr "No se ha eliminado ningún mensaje / página en la papelera."
38
 
39
- #: index.php:162
40
  msgid "no of Spam comments has been removed."
41
  msgstr "No se han eliminado los comentarios de Spam."
42
 
43
- #: index.php:163
44
  msgid "no of Comments in trash has been removed."
45
  msgstr "No se ha eliminado ningún comentario de la papelera."
46
 
47
- #: index.php:164
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr "No se ha eliminado ningún comentario no aprobado."
50
 
51
- #: index.php:165
52
  msgid "no of Pingback comments has been removed."
53
  msgstr "No de los comentarios Pingback ha sido eliminado."
54
 
55
- #: index.php:166
56
  msgid "no of Trackback comments has been removed."
57
  msgstr "Se han eliminado los comentarios de Trackback."
58
 
59
- #: includes/class-uci-install.php:66
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
@@ -64,120 +64,198 @@ msgstr ""
64
  "Ultimate CSV Importador actualización de datos PRO completa. Gracias por "
65
  "actualizar a la última versión!"
66
 
67
- #: includes/class-uci-install.php:147
68
  msgid "Schedule images on every second"
69
  msgstr "Programar imágenes en cada segundo"
70
 
71
- #: includes/class-uci-install.php:151
72
  msgid "Schedule emails on every second"
73
  msgstr "Programe los correos electrónicos en cada segundo"
74
 
75
- #: includes/class-uci-install.php:406
 
 
 
 
76
  msgid "View WP Ultimate CSV Importer Pro Documentation"
77
  msgstr "Ver la documentación de WP Ultimate CSV Importer Pro"
78
 
79
- #: includes/class-uci-install.php:406
80
  msgid "Docs"
81
  msgstr "Documentos"
82
 
83
- #: includes/class-uci-install.php:407
84
  msgid "View Videos For WP Ultimate CSV Importer Pro"
85
  msgstr "Ver videos para WP Ultimate CSV Importer Pro"
86
 
87
- #: includes/class-uci-install.php:407
88
  msgid "Videos"
89
  msgstr "Videos"
90
 
91
- #: includes/class-uci-install.php:408
92
- msgid "Visit Premium Customer Support Forum"
93
- msgstr "Visita el Foro de atención al cliente Premium"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
- #: includes/class-uci-install.php:408
96
- msgid "Premium Support"
97
- msgstr "Soporte Premium"
98
 
99
- #: includes/class-uci-helper.php:1768 includes/class-uci-helper.php:1773
 
100
  msgid "Edit this item"
101
  msgstr "Editar este elemento"
102
 
103
- #: includes/class-uci-helper.php:1773
104
  #, php-format
105
  msgid "View &#8220;%s&#8221;"
106
  msgstr "Ver & # 8220;% s & # 8221;"
107
 
108
- #: admin/class-uci-admin.php:77
109
  msgid "Dashboard"
110
  msgstr "Tablero"
111
 
112
- #: admin/class-uci-admin.php:78
113
  msgid "Import / Update"
114
  msgstr "Importar / Actualizar"
115
 
116
- #: admin/class-uci-admin.php:79
117
- msgid "Manager"
118
- msgstr "Gerente"
119
 
120
- #: admin/class-uci-admin.php:80 admin/views/form-export-data.php:291
 
121
  msgid "Export"
122
  msgstr "Exportar"
123
 
124
- #: admin/class-uci-admin.php:81
125
  msgid "Settings"
126
  msgstr "Ajustes"
127
 
128
- #: admin/class-uci-admin.php:82
129
- msgid "Support"
130
- msgstr "Apoyo"
131
 
132
- #: admin/views/form-file-manager.php:11
133
- #: admin/views/form-template-manager.php:11
134
- #: admin/views/form-schedule-manager.php:12
135
- #: admin/views/form-file-import-method.php:120
136
  msgid "This feature is only available in PRO."
137
  msgstr "Esta función sólo está disponible en PRO."
138
 
139
- #: admin/views/form-dashboard-view.php:7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  msgid "Importers Activity"
141
  msgstr "Actividad de los importadores"
142
 
143
- #: admin/views/form-dashboard-view.php:15
144
  msgid "Import Statistics"
145
  msgstr "Estadísticas de importación"
146
 
147
- #: admin/views/form-manager-view.php:19
148
  msgid "File Manager"
149
  msgstr "Administrador de archivos"
150
 
151
- #: admin/views/form-manager-view.php:22
152
  msgid "Smart Schedule"
153
  msgstr "Programa inteligente"
154
 
155
- #: admin/views/form-manager-view.php:25
156
  msgid "Templates"
157
  msgstr "Plantillas"
158
 
159
- #: admin/views/form-manager-view.php:30
160
  msgid "Log Manager"
161
  msgstr "Log Manager"
162
 
163
- #: admin/views/form-static-formula-views.php:9
164
  msgid ""
165
  "HINT: Specify the CSV header to be added in between the curley braces({ })."
166
  msgstr ""
167
  "SUGERENCIA: Especifique el encabezado de CSV que se agregará entre las "
168
  "llaves curley ({})."
169
 
170
- #: admin/views/form-static-formula-views.php:9
171
  msgid "Example: {post_title}"
172
  msgstr "Ejemplo: {post_title}"
173
 
174
- #: admin/views/form-static-formula-views.php:10
175
- #: admin/views/form-static-formula-views.php:19
176
- #: admin/views/form-file-import-method.php:28
177
  msgid "Close"
178
  msgstr "Cerca"
179
 
180
- #: admin/views/form-static-formula-views.php:18
181
  msgid ""
182
  "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
183
  "{}.Example: MATH ({product_quantity}/{discount_price})"
@@ -186,401 +264,466 @@ msgstr ""
186
  "operando en MATH () dentro de {}. Ejemplo: MATH ({product_quantity} / "
187
  "{discount_price})"
188
 
189
- #: admin/views/form-file-import-method.php:21
190
- msgid "Choose CSV/XML to import"
191
- msgstr "Elija CSV / XML para importar"
 
 
 
 
192
 
193
- #: admin/views/form-file-import-method.php:36
194
- #: admin/views/form-settings-view.php:152
195
- #: admin/views/form-settings-view.php:410
196
- msgid "Documentation"
197
- msgstr "Documentación"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
 
199
- #: admin/views/form-file-import-method.php:37
200
- msgid "Help"
201
- msgstr "Ayuda"
202
 
203
- #: admin/views/form-file-import-method.php:52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  msgid "Upload from Desktop"
205
  msgstr "Subir desde el escritorio"
206
 
207
- #: admin/views/form-file-import-method.php:56
208
  msgid "Upload from FTP/SFTP"
209
  msgstr "Subir desde FTP / SFTP"
210
 
211
- #: admin/views/form-file-import-method.php:60
212
  msgid "Upload from URL"
213
  msgstr "Subir desde la URL"
214
 
215
- #: admin/views/form-file-import-method.php:64
216
  msgid "Choose File in the Server"
217
  msgstr "Elija Archivo en el servidor"
218
 
219
- #: admin/views/form-file-import-method.php:78
220
- msgid "Upload Completed"
221
- msgstr "Subida completada"
222
-
223
- #: admin/views/form-file-import-method.php:87
224
  msgid "New Items"
225
  msgstr "Nuevos objetos"
226
 
227
- #: admin/views/form-file-import-method.php:90
228
  msgid " Existing Items"
229
  msgstr "Artículos Existentes"
230
 
231
- #: admin/views/form-file-import-method.php:95
232
  msgid "Import each record as"
233
  msgstr "Importe cada registro como"
234
 
235
- #: admin/views/form-import-configuration.php:37
 
 
 
 
236
  msgid "Import configuration Section"
237
  msgstr "Sección de configuración de importación"
238
 
239
- #: admin/views/form-import-configuration.php:44
240
  msgid "Do you want to handle the duplicate on existing records ?"
241
  msgstr "¿Desea manejar el duplicado en los registros existentes?"
242
 
243
- #: admin/views/form-import-configuration.php:50
244
  msgid "Mention the fields which you want to handle duplicates"
245
  msgstr "Mencione los campos que desea manejar duplicados"
246
 
247
- #: admin/views/form-import-configuration.php:67
248
  msgid "Do you want to Schedule this Import"
249
  msgstr "¿Desea programar esta importación?"
250
 
251
- #: admin/views/form-import-configuration.php:78
 
 
 
 
 
 
 
252
  msgid "Schedule right now"
253
- msgstr "Programe ahora mismo"
254
 
255
- #: admin/views/form-import-configuration.php:79
256
  msgid "Schedule Later"
257
  msgstr "Horario más tarde"
258
 
259
- #: admin/views/form-media-handling.php:34
260
  msgid "Media Handling"
261
  msgstr "Manejo de medios"
262
 
263
- #: admin/views/form-media-handling.php:40
264
  msgid "Image Handling"
265
  msgstr "Manejo de imágenes"
266
 
267
- #: admin/views/form-media-handling.php:44
268
  msgid "Download external images to your media"
269
  msgstr "Descargar imágenes externas a su medio"
270
 
271
- #: admin/views/form-media-handling.php:55
272
  msgid "Use media images if already available"
273
  msgstr "Usar imágenes multimedia si ya están disponibles"
274
 
275
- #: admin/views/form-media-handling.php:56
276
  msgid "Do you want to overwrite the existing images"
277
  msgstr "¿Desea sobrescribir las imágenes existentes?"
278
 
279
- #: admin/views/form-media-handling.php:60
280
  msgid "NextGEN Gallery support on featured image"
281
  msgstr "Soporte de la galería NextGEN en la imagen destacada"
282
 
283
- #: admin/views/form-media-handling.php:72
284
  msgid "Thumbnail"
285
  msgstr "Miniatura"
286
 
287
- #: admin/views/form-media-handling.php:73
288
  msgid "Medium"
289
  msgstr "Medio"
290
 
291
- #: admin/views/form-media-handling.php:74
292
  msgid "Medium Large"
293
  msgstr "Mediano grande"
294
 
295
- #: admin/views/form-media-handling.php:75
296
  msgid "Large"
297
  msgstr "Grande"
298
 
299
- #: admin/views/form-media-handling.php:89
300
  msgid "Add custom sizes"
301
  msgstr "Añadir tamaños personalizados"
302
 
303
- #: admin/views/form-media-handling.php:99
304
  msgid "Media SEO & Advanced Options"
305
  msgstr "Media SEO y Opciones Avanzadas"
306
 
307
- #: admin/views/form-media-handling.php:103
308
  msgid "Set image Title:"
309
  msgstr "Imagen de conjunto Título:"
310
 
311
- #: admin/views/form-media-handling.php:110
312
  msgid "Set image Caption:"
313
  msgstr "Establecer imagen Leyenda:"
314
 
315
- #: admin/views/form-media-handling.php:117
316
  msgid "Set image Alt Text:"
317
  msgstr "Establecer imagen Texto Alt:"
318
 
319
- #: admin/views/form-media-handling.php:123
320
  msgid "Set image Description:"
321
  msgstr "Definir imagen Descripción:"
322
 
323
- #: admin/views/form-media-handling.php:129
324
  msgid "Change image file name to:"
325
  msgstr "Cambie el nombre del archivo de imagen a:"
326
 
327
- #: admin/views/form-media-handling.php:141
328
- #: admin/views/form-mapping-configuration.php:214
329
  msgid "Continue"
330
  msgstr "continuar"
331
 
332
- #: admin/views/form-log-manager.php:11
333
  msgid "Log Info"
334
- msgstr "Esta función sólo está disponible en PRO."
335
 
336
- #: admin/views/form-log-manager.php:21
337
  msgid "FileName"
338
- msgstr "Nombre del archivo:"
339
 
340
- #: admin/views/form-log-manager.php:22
341
  msgid "Module"
342
  msgstr "Módulo"
343
 
344
- #: admin/views/form-log-manager.php:23
345
  msgid "Inserted"
346
  msgstr "Insertado"
347
 
348
- #: admin/views/form-log-manager.php:24
349
  msgid "Updated"
350
  msgstr "Actualizado"
351
 
352
- #: admin/views/form-log-manager.php:25
353
  msgid "Skipped"
354
  msgstr "Omitido"
355
 
356
- #: admin/views/form-log-manager.php:26
357
  msgid "Download"
358
  msgstr "Descargar"
359
 
360
- #: admin/views/form-log-manager.php:35
361
  msgid "Revision: "
362
  msgstr "Revisión:"
363
 
364
- #: admin/views/form-ignite-import.php:37
365
  msgid "Resume"
366
  msgstr "Currículum"
367
 
368
- #: admin/views/form-ignite-import.php:38
369
  msgid "Pause"
370
  msgstr "Pausa"
371
 
372
- #: admin/views/form-ignite-import.php:42
 
 
 
 
373
  msgid "File Name:"
374
  msgstr "Nombre del archivo:"
375
 
376
- #: admin/views/form-ignite-import.php:43
377
  msgid "File Size:"
378
  msgstr "Tamaño del archivo:"
379
 
380
- #: admin/views/form-ignite-import.php:46
381
  msgid "Process:"
382
  msgstr "Proceso:"
383
 
384
- #: admin/views/form-ignite-import.php:47
385
  msgid "Total no of records:"
386
  msgstr "Número total de registros:"
387
 
388
- #: admin/views/form-ignite-import.php:50
389
- msgid "Time taken for one record to be processed:"
390
- msgstr "Tiempo necesario para procesar un registro:"
391
 
392
- #: admin/views/form-ignite-import.php:54
393
  msgid "Remaining Record:"
394
  msgstr "Registro restante:"
395
 
396
- #: admin/views/form-ignite-import.php:56
397
  msgid "Current Processing Record:"
398
  msgstr "Registro de procesamiento actual:"
399
 
400
- #: admin/views/form-ignite-import.php:67
401
  msgid "Log section"
402
  msgstr "Sección del registro"
403
 
404
- #: admin/views/form-ignite-import.php:74
405
  msgid "CLICK HERE TO DOWNLOAD LOG"
406
  msgstr "HAGA CLIC AQUÍ PARA DESCARGAR LOG"
407
 
408
- #: admin/views/form-ignite-import.php:86
409
  msgid "continue"
410
  msgstr "continuar"
411
 
412
- #: admin/views/form-export-data.php:33
413
  msgid "Select your module to export the data"
414
  msgstr "Seleccione su módulo para exportar los datos"
415
 
416
- #: admin/views/form-export-data.php:35
417
  msgid "Post"
418
  msgstr "Enviar"
419
 
420
- #: admin/views/form-export-data.php:36
421
  msgid "Eshop"
422
  msgstr "Eshop"
423
 
424
- #: admin/views/form-export-data.php:39
425
  msgid "Page"
426
  msgstr "Página"
427
 
428
- #: admin/views/form-export-data.php:40
429
  msgid "Wp-Commerce"
430
  msgstr "Wp-Commerce"
431
 
432
- #: admin/views/form-export-data.php:44
433
  msgid "Custom Post"
434
  msgstr "Post personalizado"
435
 
436
- #: admin/views/form-export-data.php:46 admin/views/form-export-data.php:72
437
  msgid "--Select--"
438
  msgstr "--Seleccionar--"
439
 
440
- #: admin/views/form-export-data.php:58
441
  msgid "Woo-Commerce"
442
  msgstr "Woo-Commerce"
443
 
444
- #: admin/views/form-export-data.php:61
445
  msgid "Category"
446
  msgstr "Categoría"
447
 
448
- #: admin/views/form-export-data.php:62
449
  msgid "Marketpress"
450
  msgstr "Marketpress"
451
 
452
- #: admin/views/form-export-data.php:65
453
  msgid "Tags"
454
  msgstr "Etiquetas"
455
 
456
- #: admin/views/form-export-data.php:66
457
  msgid "Customer Reviews"
458
  msgstr "Opiniones de los usuarios"
459
 
460
- #: admin/views/form-export-data.php:70
461
  msgid "Taxonomies"
462
  msgstr "Taxonomías"
463
 
464
- #: admin/views/form-export-data.php:83
465
  msgid "Comments"
466
  msgstr "Comentarios"
467
 
468
- #: admin/views/form-export-data.php:86
469
  msgid "Users"
470
  msgstr "Usuarios"
471
 
472
- #: admin/views/form-export-data.php:90
473
  msgid "Proceed"
474
  msgstr "Proceder"
475
 
476
- #: admin/views/form-export-data.php:111
477
  msgid "To export data based on the filters"
478
  msgstr "Para exportar datos basados ​​en los filtros"
479
 
480
- #: admin/views/form-export-data.php:118
 
 
 
 
481
  msgid "Export data with auto delimiters"
482
  msgstr "Exportar datos con delimitadores automáticos"
483
 
484
- #: admin/views/form-export-data.php:146
 
 
 
 
 
 
 
 
485
  msgid "Export data for the specific period"
486
  msgstr "Datos de exportación para el período específico"
487
 
488
- #: admin/views/form-export-data.php:148
489
  msgid "Start From"
490
  msgstr "Empezar desde"
491
 
492
- #: admin/views/form-export-data.php:149
493
  msgid "End To"
494
  msgstr "Fin a"
495
 
496
- #: admin/views/form-export-data.php:157
497
  msgid "Export data with the specific status"
498
  msgstr "Datos de StatusExport con el estado específico"
499
 
500
- #: admin/views/form-export-data.php:160
501
  msgid "Status"
502
  msgstr "Estado"
503
 
504
- #: admin/views/form-export-data.php:162 admin/views/form-export-data.php:182
505
  msgid "All"
506
  msgstr "Todas"
507
 
508
- #: admin/views/form-export-data.php:163
509
  msgid "Publish"
510
  msgstr "Publicar"
511
 
512
- #: admin/views/form-export-data.php:164
513
  msgid "Sticky"
514
  msgstr "Pegajoso"
515
 
516
- #: admin/views/form-export-data.php:165
517
  msgid "Private"
518
  msgstr "Privado"
519
 
520
- #: admin/views/form-export-data.php:166
521
  msgid "Protected"
522
  msgstr "Protegido"
523
 
524
- #: admin/views/form-export-data.php:167
525
  msgid "Draft"
526
  msgstr "Borrador"
527
 
528
- #: admin/views/form-export-data.php:168
529
  msgid "Pending"
530
  msgstr "Pendiente"
531
 
532
- #: admin/views/form-export-data.php:176
533
  msgid "Export data by specific authors"
534
  msgstr "Exportar datos por autores específicos"
535
 
536
- #: admin/views/form-export-data.php:179
537
  msgid "Authors"
538
  msgstr "Autores"
539
 
540
- #: admin/views/form-export-data.php:192
541
  msgid "Export data based on specific exclusions"
542
  msgstr "Exportar datos basados ​​en exclusiones específicas"
543
 
544
- #: admin/views/form-export-data.php:261
545
  msgid "No fields Found!"
546
  msgstr "No se encontraron campos!"
547
 
548
- #: admin/views/form-export-data.php:290
549
- #: admin/views/form-mapping-configuration.php:210
550
- msgid "Back"
551
- msgstr "Espalda"
552
-
553
- #: admin/views/form-mapping-configuration.php:61
554
  msgid "Mapping Section"
555
  msgstr "Sección de mapeo"
556
 
557
- #: admin/views/form-mapping-configuration.php:93
558
  msgid "WP Fields"
559
  msgstr "Campos WP"
560
 
561
- #: admin/views/form-mapping-configuration.php:94
562
  msgid "CSV Header"
563
  msgstr "Encabezado CSV"
564
 
565
- #: admin/views/form-settings-view.php:140
566
- #: admin/views/form-settings-view.php:158
567
  msgid "General Settings"
568
  msgstr "Configuración general"
569
 
570
- #: admin/views/form-settings-view.php:144
571
  msgid "Database optimization"
572
  msgstr "Optimización de la base de datos"
573
 
574
- #: admin/views/form-settings-view.php:148
575
- #: admin/views/form-settings-view.php:235
576
  msgid "Security and Performance"
577
  msgstr "Seguridad y rendimiento"
578
 
579
- #: admin/views/form-settings-view.php:162
580
  msgid "Drop Table"
581
  msgstr "Mesa plegable"
582
 
583
- #: admin/views/form-settings-view.php:163
584
  msgid ""
585
  "If enabled plugin deactivation will remove plugin data, this cannot be "
586
  "restored."
@@ -588,202 +731,197 @@ msgstr ""
588
  "Si la desactivación de plugin activada eliminará los datos del complemento, "
589
  "no se puede restaurar."
590
 
591
- #: admin/views/form-settings-view.php:178
592
  msgid "Scheduled log mails"
593
  msgstr "Correos de registro programados"
594
 
595
- #: admin/views/form-settings-view.php:179
596
  msgid "Enable to get scheduled log mails."
597
  msgstr "Habilitar para obtener correos de registro programados."
598
 
599
- #: admin/views/form-settings-view.php:194
600
  msgid "Send password to user"
601
  msgstr "Enviar contraseña al usuario"
602
 
603
- #: admin/views/form-settings-view.php:195
604
  msgid "Enable to send password information through email."
605
  msgstr "Permitir enviar información de contraseña por correo electrónico."
606
 
607
- #: admin/views/form-settings-view.php:210
608
  msgid "Woocommerce Custom attribute"
609
  msgstr "Atributo personalizado de Woocommerce"
610
 
611
- #: admin/views/form-settings-view.php:211
612
  msgid "Enables to register woocommrce custom attribute."
613
  msgstr "Permite registrar woocommrce atributo personalizado."
614
 
615
- #: admin/views/form-settings-view.php:226
616
  msgid "Database Optimization"
617
  msgstr "Optimización de la base de datos"
618
 
619
- #: admin/views/form-settings-view.php:229
620
  msgid "This feature is only available in PRO"
621
  msgstr "Esta función sólo está disponible en PRO"
622
 
623
- #: admin/views/form-settings-view.php:242
624
  msgid "Allow authors/editors to import"
625
  msgstr "Permitir a los autores / editores importar"
626
 
627
- #: admin/views/form-settings-view.php:243
628
  msgid "This enables authors/editors to import."
629
  msgstr "Esto permite a los autores / editores importar."
630
 
631
- #: admin/views/form-settings-view.php:246
632
- msgid "Enable"
633
- msgstr "Habilitar"
634
-
635
- #: admin/views/form-settings-view.php:247
636
- msgid "Disable"
637
- msgstr "Inhabilitar"
638
-
639
- #: admin/views/form-settings-view.php:256
640
  msgid "Minimum required php.ini values (Ini configured values)"
641
  msgstr "Mínimo requerido php.ini valores (Ini valores configurados)"
642
 
643
- #: admin/views/form-settings-view.php:261
644
  msgid "Variables"
645
  msgstr "Variables"
646
 
647
- #: admin/views/form-settings-view.php:264
648
  msgid "System values"
649
  msgstr "Valores del sistema"
650
 
651
- #: admin/views/form-settings-view.php:267
652
  msgid "Minimum Requirements"
653
  msgstr "Requerimientos mínimos"
654
 
655
- #: admin/views/form-settings-view.php:271
656
  msgid "post_max_size"
657
  msgstr "Post_max_size"
658
 
659
- #: admin/views/form-settings-view.php:276
660
  msgid "auto_append_file"
661
  msgstr "Auto_append_file"
662
 
663
- #: admin/views/form-settings-view.php:281
664
  msgid "auto_prepend_file"
665
  msgstr "Auto_prepend_file"
666
 
667
- #: admin/views/form-settings-view.php:286
668
  msgid "upload_max_filesize"
669
- msgstr "Upload_max_filesize"
670
 
671
- #: admin/views/form-settings-view.php:291
672
  msgid "file_uploads"
673
  msgstr "File_uploads"
674
 
675
- #: admin/views/form-settings-view.php:296
676
  msgid "allow_url_fopen"
677
  msgstr "allow_url_fopen"
678
 
679
- #: admin/views/form-settings-view.php:301
680
  msgid "max_execution_time"
681
  msgstr "Max_execution_time"
682
 
683
- #: admin/views/form-settings-view.php:306
684
  msgid "max_input_time"
685
  msgstr "Max_input_time"
686
 
687
- #: admin/views/form-settings-view.php:311
688
  msgid "max_input_vars"
689
  msgstr "Max_input_vars"
690
 
691
- #: admin/views/form-settings-view.php:316
692
  msgid "memory_limit"
693
  msgstr "Memory_limit"
694
 
695
- #: admin/views/form-settings-view.php:323
696
  msgid "Required to enable/disable Loaders, Extentions and modules:"
697
  msgstr "Requerido para activar / desactivar cargadores, extensiones y módulos:"
698
 
699
- #: admin/views/form-settings-view.php:330
700
  msgid "PDO"
701
  msgstr "PDO"
702
 
703
- #: admin/views/form-settings-view.php:332
704
- #: admin/views/form-settings-view.php:341
705
- #: admin/views/form-settings-view.php:350
706
  msgid "Yes"
707
  msgstr "Sí"
708
 
709
- #: admin/views/form-settings-view.php:334
710
- #: admin/views/form-settings-view.php:343
711
- #: admin/views/form-settings-view.php:352
712
  msgid "No"
713
  msgstr "No"
714
 
715
- #: admin/views/form-settings-view.php:339
716
  msgid "Curl"
717
  msgstr "Rizo"
718
 
719
- #: admin/views/form-settings-view.php:348
720
- msgid "Mod Security"
721
- msgstr "Seguridad Mod"
 
722
 
723
- #: admin/views/form-settings-view.php:358
724
  msgid "Debug Information:"
725
  msgstr "Información de depuración:"
726
 
727
- #: admin/views/form-settings-view.php:361
728
  msgid "WordPress Version"
729
  msgstr "Versión de WordPress"
730
 
731
- #: admin/views/form-settings-view.php:366
732
  msgid "PHP Version"
733
  msgstr "Versión de PHP"
734
 
735
- #: admin/views/form-settings-view.php:371
736
  msgid "MySQL Version"
737
  msgstr "Versión de MySQL"
738
 
739
- #: admin/views/form-settings-view.php:376
740
  msgid "Server SoftWare"
741
  msgstr "Servidor SoftWare"
742
 
743
- #: admin/views/form-settings-view.php:381
744
  msgid "Your User Agent"
745
  msgstr "Su agente de usuario"
746
 
747
- #: admin/views/form-settings-view.php:386
748
  msgid "WPDB Prefix"
749
  msgstr "Prefijo WPDB"
750
 
751
- #: admin/views/form-settings-view.php:391
752
  msgid "WP Multisite Mode"
753
  msgstr "Modo WP Multisitio"
754
 
755
- #: admin/views/form-settings-view.php:392
756
  msgid "Enabled"
757
  msgstr "Habilitado"
758
 
759
- #: admin/views/form-settings-view.php:392
760
- msgid "Disabled"
761
- msgstr "Discapacitado"
762
-
763
- #: admin/views/form-settings-view.php:396
764
  msgid "WP Memory Limit"
765
  msgstr "Límite de memoria WP"
766
 
767
- #: admin/views/form-settings-view.php:417
768
  msgid "Smackcoders Guidelines"
769
  msgstr "Directrices de Smackcoders"
770
 
771
- #: admin/views/form-settings-view.php:418
 
 
 
 
 
 
 
 
772
  msgid "Development News"
773
  msgstr "Noticias de desarrollo"
774
 
775
- #: admin/views/form-settings-view.php:419
776
  msgid "Whats New?"
777
  msgstr "¿Qué hay de nuevo?"
778
 
779
- #: admin/views/form-settings-view.php:420
780
  msgid " Documentation"
781
  msgstr "Documentación"
782
 
783
- #: admin/views/form-settings-view.php:421
784
  msgid "Youtube Channel"
785
  msgstr "Canal de Youtube"
786
 
787
- #: admin/views/form-settings-view.php:422
788
- msgid " Other Plugins"
789
- msgstr "Otros complementos"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 13:15+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
13
  "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Language: en_EN\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: index.php:208
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr "No se ha eliminado ninguna meta de página / página huérfana."
22
 
23
+ #: index.php:209
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr "No se ha eliminado ninguna etiqueta no asignada."
26
 
27
+ #: index.php:210
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr "No se ha eliminado ninguna revisión de Páginas / Páginas."
30
 
31
+ #: index.php:211
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr "No se ha eliminado Auto / Post."
34
 
35
+ #: index.php:212
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr "No se ha eliminado ningún mensaje / página en la papelera."
38
 
39
+ #: index.php:213
40
  msgid "no of Spam comments has been removed."
41
  msgstr "No se han eliminado los comentarios de Spam."
42
 
43
+ #: index.php:214
44
  msgid "no of Comments in trash has been removed."
45
  msgstr "No se ha eliminado ningún comentario de la papelera."
46
 
47
+ #: index.php:215
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr "No se ha eliminado ningún comentario no aprobado."
50
 
51
+ #: index.php:216
52
  msgid "no of Pingback comments has been removed."
53
  msgstr "No de los comentarios Pingback ha sido eliminado."
54
 
55
+ #: index.php:217
56
  msgid "no of Trackback comments has been removed."
57
  msgstr "Se han eliminado los comentarios de Trackback."
58
 
59
+ #: includes/class-uci-install.php:94
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
64
  "Ultimate CSV Importador actualización de datos PRO completa. Gracias por "
65
  "actualizar a la última versión!"
66
 
67
+ #: includes/class-uci-install.php:175
68
  msgid "Schedule images on every second"
69
  msgstr "Programar imágenes en cada segundo"
70
 
71
+ #: includes/class-uci-install.php:179
72
  msgid "Schedule emails on every second"
73
  msgstr "Programe los correos electrónicos en cada segundo"
74
 
75
+ #: includes/class-uci-install.php:435
76
+ msgid "Upgrade to Pro"
77
+ msgstr "Actualizar a Pro"
78
+
79
+ #: includes/class-uci-install.php:436
80
  msgid "View WP Ultimate CSV Importer Pro Documentation"
81
  msgstr "Ver la documentación de WP Ultimate CSV Importer Pro"
82
 
83
+ #: includes/class-uci-install.php:436
84
  msgid "Docs"
85
  msgstr "Documentos"
86
 
87
+ #: includes/class-uci-install.php:437
88
  msgid "View Videos For WP Ultimate CSV Importer Pro"
89
  msgstr "Ver videos para WP Ultimate CSV Importer Pro"
90
 
91
+ #: includes/class-uci-install.php:437
92
  msgid "Videos"
93
  msgstr "Videos"
94
 
95
+ #: includes/class-uci-install.php:438
96
+ msgid "Contact Support"
97
+ msgstr "Soporte de contacto"
98
+
99
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
100
+ #: admin/class-uci-admin.php:122
101
+ msgid "Support"
102
+ msgstr "Apoyo"
103
+
104
+ #: includes/class-uci-install.php:439
105
+ msgid "Get your free trail"
106
+ msgstr "Obtenga su ruta gratis"
107
+
108
+ #: includes/class-uci-install.php:439
109
+ msgid "Free Trail"
110
+ msgstr "Prueba gratis"
111
+
112
+ #: includes/class-uci-install.php:453
113
+ msgid "Important Upgrade Notice:"
114
+ msgstr "Aviso de actualización importante:"
115
+
116
+ #: includes/class-uci-install.php:463
117
+ msgid "Upgrade Notice:"
118
+ msgstr "Aviso de actualización:"
119
+
120
+ #: includes/class-uci-install.php:463
121
+ msgid "Download and replace the latest version of"
122
+ msgstr "Descargar y reemplazar la última versión de"
123
+
124
+ #: includes/class-uci-install.php:463
125
+ msgid "for 10x faster import performance with easy user interface."
126
+ msgstr ""
127
+ "Para un rendimiento de importación 10 veces más rápido con una interfaz de "
128
+ "usuario fácil."
129
+
130
+ #: includes/class-uci-install.php:472
131
+ msgid "Notice:"
132
+ msgstr "Darse cuenta:"
133
+
134
+ #: includes/class-uci-install.php:472
135
+ msgid ""
136
+ "To populate Featured images, Please make sure that CRON is enabled in your "
137
+ "server."
138
+ msgstr ""
139
+ "Para rellenar las imágenes destacadas, asegúrese de que CRON está habilitado "
140
+ "en su servidor."
141
+
142
+ #: includes/class-uci-install.php:484
143
+ msgid ""
144
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
145
+ msgstr ""
146
+ "Si te encanta WP Ultimate CSV Importador nos muestran su atención con una "
147
+ "revisión de 5 estrellas en"
148
 
149
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
150
+ msgid "wordpress.org!"
151
+ msgstr "¡Wordpress.org!"
152
 
153
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
154
+ #: includes/class-uci-helper.php:1738
155
  msgid "Edit this item"
156
  msgstr "Editar este elemento"
157
 
158
+ #: includes/class-uci-helper.php:1738
159
  #, php-format
160
  msgid "View &#8220;%s&#8221;"
161
  msgstr "Ver & # 8220;% s & # 8221;"
162
 
163
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
164
  msgid "Dashboard"
165
  msgstr "Tablero"
166
 
167
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
168
  msgid "Import / Update"
169
  msgstr "Importar / Actualizar"
170
 
171
+ #: admin/class-uci-admin.php:68
172
+ msgid "Managers"
173
+ msgstr "Gerentes"
174
 
175
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
176
+ #: admin/views/form-export-data.php:323
177
  msgid "Export"
178
  msgstr "Exportar"
179
 
180
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
181
  msgid "Settings"
182
  msgstr "Ajustes"
183
 
184
+ #: admin/class-uci-admin.php:119
185
+ msgid "Manager"
186
+ msgstr "Gerente"
187
 
188
+ #: admin/views/form-file-manager.php:43
189
+ #: admin/views/form-template-manager.php:43
190
+ #: admin/views/form-schedule-manager.php:44
191
+ #: admin/views/form-file-import-method.php:155
192
  msgid "This feature is only available in PRO."
193
  msgstr "Esta función sólo está disponible en PRO."
194
 
195
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
196
+ #: admin/views/form-support-view.php:42
197
+ #: admin/views/form-file-import-method.php:66
198
+ #: admin/views/form-import-configuration.php:68
199
+ #: admin/views/form-media-handling.php:64
200
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
201
+ #: admin/views/form-settings-view.php:172
202
+ #: admin/views/form-settings-view.php:196
203
+ #: admin/views/form-settings-view.php:461
204
+ msgid "Documentation"
205
+ msgstr "Documentación"
206
+
207
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
208
+ #: admin/views/form-support-view.php:43
209
+ #: admin/views/form-file-import-method.php:67
210
+ #: admin/views/form-import-configuration.php:69
211
+ #: admin/views/form-media-handling.php:65
212
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
213
+ #: admin/views/form-settings-view.php:173
214
+ msgid "Sample CSV"
215
+ msgstr "Muestra CSV"
216
+
217
+ #: admin/views/form-dashboard-view.php:47
218
  msgid "Importers Activity"
219
  msgstr "Actividad de los importadores"
220
 
221
+ #: admin/views/form-dashboard-view.php:54
222
  msgid "Import Statistics"
223
  msgstr "Estadísticas de importación"
224
 
225
+ #: admin/views/form-manager-view.php:54
226
  msgid "File Manager"
227
  msgstr "Administrador de archivos"
228
 
229
+ #: admin/views/form-manager-view.php:57
230
  msgid "Smart Schedule"
231
  msgstr "Programa inteligente"
232
 
233
+ #: admin/views/form-manager-view.php:60
234
  msgid "Templates"
235
  msgstr "Plantillas"
236
 
237
+ #: admin/views/form-manager-view.php:65
238
  msgid "Log Manager"
239
  msgstr "Log Manager"
240
 
241
+ #: admin/views/form-static-formula-views.php:45
242
  msgid ""
243
  "HINT: Specify the CSV header to be added in between the curley braces({ })."
244
  msgstr ""
245
  "SUGERENCIA: Especifique el encabezado de CSV que se agregará entre las "
246
  "llaves curley ({})."
247
 
248
+ #: admin/views/form-static-formula-views.php:45
249
  msgid "Example: {post_title}"
250
  msgstr "Ejemplo: {post_title}"
251
 
252
+ #: admin/views/form-static-formula-views.php:46
253
+ #: admin/views/form-static-formula-views.php:54
254
+ #: admin/views/form-file-import-method.php:58
255
  msgid "Close"
256
  msgstr "Cerca"
257
 
258
+ #: admin/views/form-static-formula-views.php:53
259
  msgid ""
260
  "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
261
  "{}.Example: MATH ({product_quantity}/{discount_price})"
264
  "operando en MATH () dentro de {}. Ejemplo: MATH ({product_quantity} / "
265
  "{discount_price})"
266
 
267
+ #: admin/views/form-support-view.php:46
268
+ msgid ""
269
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
270
+ "on"
271
+ msgstr ""
272
+ "Si te gusta WP Ultimate CSV Importador muéstranos tu atención con un "
273
+ "comentario de 5 estrellas"
274
 
275
+ #: admin/views/form-support-view.php:49
276
+ msgid "Enquiry form"
277
+ msgstr "Formulario de Consulta"
278
+
279
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
280
+ msgid "Email"
281
+ msgstr "Email"
282
+
283
+ #: admin/views/form-support-view.php:56
284
+ msgid "Enquiry type"
285
+ msgstr "Tipo de consulta"
286
+
287
+ #: admin/views/form-support-view.php:58
288
+ msgid "Bug Reporting"
289
+ msgstr "Informes de error"
290
+
291
+ #: admin/views/form-support-view.php:59
292
+ msgid "Pre-Sale Enquiry"
293
+ msgstr "Consulta previa a la venta"
294
 
295
+ #: admin/views/form-support-view.php:60
296
+ msgid "Feature Enhancement"
297
+ msgstr "Mejora de funciones"
298
 
299
+ #: admin/views/form-support-view.php:63
300
+ msgid "Message"
301
+ msgstr "Mensaje"
302
+
303
+ #: admin/views/form-support-view.php:77
304
+ msgid "News Letter Subscription"
305
+ msgstr "Boletín de suscripción"
306
+
307
+ #: admin/views/form-support-view.php:93
308
+ msgid "Note"
309
+ msgstr "Nota"
310
+
311
+ #: admin/views/form-support-view.php:94
312
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
313
+ msgstr ""
314
+ "Suscribirse a la lista de correo de Smackcoders (algunos mensajes al año)"
315
+
316
+ #: admin/views/form-support-view.php:95
317
+ msgid ""
318
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
319
+ "acknowledgement within an hour!"
320
+ msgstr ""
321
+ "Por favor, envíe un correo a support@smackcoders.com. ¡Si usted no consigue "
322
+ "ningún reconocimiento dentro de una hora!"
323
+
324
+ #: admin/views/form-file-import-method.php:51
325
+ msgid "Choose CSV/XML to import"
326
+ msgstr "Elija CSV / XML para importar"
327
+
328
+ #: admin/views/form-file-import-method.php:85
329
  msgid "Upload from Desktop"
330
  msgstr "Subir desde el escritorio"
331
 
332
+ #: admin/views/form-file-import-method.php:89
333
  msgid "Upload from FTP/SFTP"
334
  msgstr "Subir desde FTP / SFTP"
335
 
336
+ #: admin/views/form-file-import-method.php:93
337
  msgid "Upload from URL"
338
  msgstr "Subir desde la URL"
339
 
340
+ #: admin/views/form-file-import-method.php:97
341
  msgid "Choose File in the Server"
342
  msgstr "Elija Archivo en el servidor"
343
 
344
+ #: admin/views/form-file-import-method.php:119
 
 
 
 
345
  msgid "New Items"
346
  msgstr "Nuevos objetos"
347
 
348
+ #: admin/views/form-file-import-method.php:122
349
  msgid " Existing Items"
350
  msgstr "Artículos Existentes"
351
 
352
+ #: admin/views/form-file-import-method.php:127
353
  msgid "Import each record as"
354
  msgstr "Importe cada registro como"
355
 
356
+ #: admin/views/form-file-import-method.php:150
357
+ msgid "Click here to upload from desktop"
358
+ msgstr "Haga clic aquí para subir desde el escritorio"
359
+
360
+ #: admin/views/form-import-configuration.php:73
361
  msgid "Import configuration Section"
362
  msgstr "Sección de configuración de importación"
363
 
364
+ #: admin/views/form-import-configuration.php:80
365
  msgid "Do you want to handle the duplicate on existing records ?"
366
  msgstr "¿Desea manejar el duplicado en los registros existentes?"
367
 
368
+ #: admin/views/form-import-configuration.php:86
369
  msgid "Mention the fields which you want to handle duplicates"
370
  msgstr "Mencione los campos que desea manejar duplicados"
371
 
372
+ #: admin/views/form-import-configuration.php:103
373
  msgid "Do you want to Schedule this Import"
374
  msgstr "¿Desea programar esta importación?"
375
 
376
+ #: admin/views/form-import-configuration.php:111
377
+ #: admin/views/form-media-handling.php:179
378
+ #: admin/views/form-export-data.php:322
379
+ #: admin/views/form-mapping-configuration.php:232
380
+ msgid "Back"
381
+ msgstr "Espalda"
382
+
383
+ #: admin/views/form-import-configuration.php:114
384
  msgid "Schedule right now"
385
+ msgstr "¿Desea programar esta importación?"
386
 
387
+ #: admin/views/form-import-configuration.php:115
388
  msgid "Schedule Later"
389
  msgstr "Horario más tarde"
390
 
391
+ #: admin/views/form-media-handling.php:71
392
  msgid "Media Handling"
393
  msgstr "Manejo de medios"
394
 
395
+ #: admin/views/form-media-handling.php:77
396
  msgid "Image Handling"
397
  msgstr "Manejo de imágenes"
398
 
399
+ #: admin/views/form-media-handling.php:81
400
  msgid "Download external images to your media"
401
  msgstr "Descargar imágenes externas a su medio"
402
 
403
+ #: admin/views/form-media-handling.php:92
404
  msgid "Use media images if already available"
405
  msgstr "Usar imágenes multimedia si ya están disponibles"
406
 
407
+ #: admin/views/form-media-handling.php:93
408
  msgid "Do you want to overwrite the existing images"
409
  msgstr "¿Desea sobrescribir las imágenes existentes?"
410
 
411
+ #: admin/views/form-media-handling.php:98
412
  msgid "NextGEN Gallery support on featured image"
413
  msgstr "Soporte de la galería NextGEN en la imagen destacada"
414
 
415
+ #: admin/views/form-media-handling.php:112
416
  msgid "Thumbnail"
417
  msgstr "Miniatura"
418
 
419
+ #: admin/views/form-media-handling.php:113
420
  msgid "Medium"
421
  msgstr "Medio"
422
 
423
+ #: admin/views/form-media-handling.php:114
424
  msgid "Medium Large"
425
  msgstr "Mediano grande"
426
 
427
+ #: admin/views/form-media-handling.php:115
428
  msgid "Large"
429
  msgstr "Grande"
430
 
431
+ #: admin/views/form-media-handling.php:129
432
  msgid "Add custom sizes"
433
  msgstr "Añadir tamaños personalizados"
434
 
435
+ #: admin/views/form-media-handling.php:139
436
  msgid "Media SEO & Advanced Options"
437
  msgstr "Media SEO y Opciones Avanzadas"
438
 
439
+ #: admin/views/form-media-handling.php:143
440
  msgid "Set image Title:"
441
  msgstr "Imagen de conjunto Título:"
442
 
443
+ #: admin/views/form-media-handling.php:150
444
  msgid "Set image Caption:"
445
  msgstr "Establecer imagen Leyenda:"
446
 
447
+ #: admin/views/form-media-handling.php:157
448
  msgid "Set image Alt Text:"
449
  msgstr "Establecer imagen Texto Alt:"
450
 
451
+ #: admin/views/form-media-handling.php:163
452
  msgid "Set image Description:"
453
  msgstr "Definir imagen Descripción:"
454
 
455
+ #: admin/views/form-media-handling.php:169
456
  msgid "Change image file name to:"
457
  msgstr "Cambie el nombre del archivo de imagen a:"
458
 
459
+ #: admin/views/form-media-handling.php:181
460
+ #: admin/views/form-mapping-configuration.php:236
461
  msgid "Continue"
462
  msgstr "continuar"
463
 
464
+ #: admin/views/form-log-manager.php:43
465
  msgid "Log Info"
466
+ msgstr "Información del registro"
467
 
468
+ #: admin/views/form-log-manager.php:53
469
  msgid "FileName"
470
+ msgstr "Nombre del archivo"
471
 
472
+ #: admin/views/form-log-manager.php:54
473
  msgid "Module"
474
  msgstr "Módulo"
475
 
476
+ #: admin/views/form-log-manager.php:55
477
  msgid "Inserted"
478
  msgstr "Insertado"
479
 
480
+ #: admin/views/form-log-manager.php:56
481
  msgid "Updated"
482
  msgstr "Actualizado"
483
 
484
+ #: admin/views/form-log-manager.php:57
485
  msgid "Skipped"
486
  msgstr "Omitido"
487
 
488
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
489
  msgid "Download"
490
  msgstr "Descargar"
491
 
492
+ #: admin/views/form-log-manager.php:67
493
  msgid "Revision: "
494
  msgstr "Revisión:"
495
 
496
+ #: admin/views/form-ignite-import.php:72
497
  msgid "Resume"
498
  msgstr "Currículum"
499
 
500
+ #: admin/views/form-ignite-import.php:73
501
  msgid "Pause"
502
  msgstr "Pausa"
503
 
504
+ #: admin/views/form-ignite-import.php:74
505
+ msgid "New Import"
506
+ msgstr "Nueva importación"
507
+
508
+ #: admin/views/form-ignite-import.php:79
509
  msgid "File Name:"
510
  msgstr "Nombre del archivo:"
511
 
512
+ #: admin/views/form-ignite-import.php:80
513
  msgid "File Size:"
514
  msgstr "Tamaño del archivo:"
515
 
516
+ #: admin/views/form-ignite-import.php:83
517
  msgid "Process:"
518
  msgstr "Proceso:"
519
 
520
+ #: admin/views/form-ignite-import.php:84
521
  msgid "Total no of records:"
522
  msgstr "Número total de registros:"
523
 
524
+ #: admin/views/form-ignite-import.php:87
525
+ msgid "Time Elapsed:"
526
+ msgstr "Tiempo transcurrido:"
527
 
528
+ #: admin/views/form-ignite-import.php:91
529
  msgid "Remaining Record:"
530
  msgstr "Registro restante:"
531
 
532
+ #: admin/views/form-ignite-import.php:93
533
  msgid "Current Processing Record:"
534
  msgstr "Registro de procesamiento actual:"
535
 
536
+ #: admin/views/form-ignite-import.php:104
537
  msgid "Log section"
538
  msgstr "Sección del registro"
539
 
540
+ #: admin/views/form-ignite-import.php:111
541
  msgid "CLICK HERE TO DOWNLOAD LOG"
542
  msgstr "HAGA CLIC AQUÍ PARA DESCARGAR LOG"
543
 
544
+ #: admin/views/form-ignite-import.php:123
545
  msgid "continue"
546
  msgstr "continuar"
547
 
548
+ #: admin/views/form-export-data.php:69
549
  msgid "Select your module to export the data"
550
  msgstr "Seleccione su módulo para exportar los datos"
551
 
552
+ #: admin/views/form-export-data.php:71
553
  msgid "Post"
554
  msgstr "Enviar"
555
 
556
+ #: admin/views/form-export-data.php:72
557
  msgid "Eshop"
558
  msgstr "Eshop"
559
 
560
+ #: admin/views/form-export-data.php:75
561
  msgid "Page"
562
  msgstr "Página"
563
 
564
+ #: admin/views/form-export-data.php:76
565
  msgid "Wp-Commerce"
566
  msgstr "Wp-Commerce"
567
 
568
+ #: admin/views/form-export-data.php:80
569
  msgid "Custom Post"
570
  msgstr "Post personalizado"
571
 
572
+ #: admin/views/form-export-data.php:82 admin/views/form-export-data.php:108
573
  msgid "--Select--"
574
  msgstr "--Seleccionar--"
575
 
576
+ #: admin/views/form-export-data.php:94
577
  msgid "Woo-Commerce"
578
  msgstr "Woo-Commerce"
579
 
580
+ #: admin/views/form-export-data.php:97
581
  msgid "Category"
582
  msgstr "Categoría"
583
 
584
+ #: admin/views/form-export-data.php:98
585
  msgid "Marketpress"
586
  msgstr "Marketpress"
587
 
588
+ #: admin/views/form-export-data.php:101
589
  msgid "Tags"
590
  msgstr "Etiquetas"
591
 
592
+ #: admin/views/form-export-data.php:102
593
  msgid "Customer Reviews"
594
  msgstr "Opiniones de los usuarios"
595
 
596
+ #: admin/views/form-export-data.php:106
597
  msgid "Taxonomies"
598
  msgstr "Taxonomías"
599
 
600
+ #: admin/views/form-export-data.php:119
601
  msgid "Comments"
602
  msgstr "Comentarios"
603
 
604
+ #: admin/views/form-export-data.php:122
605
  msgid "Users"
606
  msgstr "Usuarios"
607
 
608
+ #: admin/views/form-export-data.php:126
609
  msgid "Proceed"
610
  msgstr "Proceder"
611
 
612
+ #: admin/views/form-export-data.php:147
613
  msgid "To export data based on the filters"
614
  msgstr "Para exportar datos basados ​​en los filtros"
615
 
616
+ #: admin/views/form-export-data.php:149
617
+ msgid "Export File Name:"
618
+ msgstr "Nombre del archivo de exportación:"
619
+
620
+ #: admin/views/form-export-data.php:154
621
  msgid "Export data with auto delimiters"
622
  msgstr "Exportar datos con delimitadores automáticos"
623
 
624
+ #: admin/views/form-export-data.php:158
625
+ msgid "Delimiters"
626
+ msgstr "Delimitadores"
627
+
628
+ #: admin/views/form-export-data.php:167
629
+ msgid "Other Delimiters"
630
+ msgstr "Otros delimitadores"
631
+
632
+ #: admin/views/form-export-data.php:182
633
  msgid "Export data for the specific period"
634
  msgstr "Datos de exportación para el período específico"
635
 
636
+ #: admin/views/form-export-data.php:184
637
  msgid "Start From"
638
  msgstr "Empezar desde"
639
 
640
+ #: admin/views/form-export-data.php:185
641
  msgid "End To"
642
  msgstr "Fin a"
643
 
644
+ #: admin/views/form-export-data.php:193
645
  msgid "Export data with the specific status"
646
  msgstr "Datos de StatusExport con el estado específico"
647
 
648
+ #: admin/views/form-export-data.php:196
649
  msgid "Status"
650
  msgstr "Estado"
651
 
652
+ #: admin/views/form-export-data.php:198 admin/views/form-export-data.php:218
653
  msgid "All"
654
  msgstr "Todas"
655
 
656
+ #: admin/views/form-export-data.php:199
657
  msgid "Publish"
658
  msgstr "Publicar"
659
 
660
+ #: admin/views/form-export-data.php:200
661
  msgid "Sticky"
662
  msgstr "Pegajoso"
663
 
664
+ #: admin/views/form-export-data.php:201
665
  msgid "Private"
666
  msgstr "Privado"
667
 
668
+ #: admin/views/form-export-data.php:202
669
  msgid "Protected"
670
  msgstr "Protegido"
671
 
672
+ #: admin/views/form-export-data.php:203
673
  msgid "Draft"
674
  msgstr "Borrador"
675
 
676
+ #: admin/views/form-export-data.php:204
677
  msgid "Pending"
678
  msgstr "Pendiente"
679
 
680
+ #: admin/views/form-export-data.php:212
681
  msgid "Export data by specific authors"
682
  msgstr "Exportar datos por autores específicos"
683
 
684
+ #: admin/views/form-export-data.php:215
685
  msgid "Authors"
686
  msgstr "Autores"
687
 
688
+ #: admin/views/form-export-data.php:228
689
  msgid "Export data based on specific exclusions"
690
  msgstr "Exportar datos basados ​​en exclusiones específicas"
691
 
692
+ #: admin/views/form-export-data.php:293
693
  msgid "No fields Found!"
694
  msgstr "No se encontraron campos!"
695
 
696
+ #: admin/views/form-mapping-configuration.php:84
 
 
 
 
 
697
  msgid "Mapping Section"
698
  msgstr "Sección de mapeo"
699
 
700
+ #: admin/views/form-mapping-configuration.php:114
701
  msgid "WP Fields"
702
  msgstr "Campos WP"
703
 
704
+ #: admin/views/form-mapping-configuration.php:115
705
  msgid "CSV Header"
706
  msgstr "Encabezado CSV"
707
 
708
+ #: admin/views/form-settings-view.php:184
709
+ #: admin/views/form-settings-view.php:202
710
  msgid "General Settings"
711
  msgstr "Configuración general"
712
 
713
+ #: admin/views/form-settings-view.php:188
714
  msgid "Database optimization"
715
  msgstr "Optimización de la base de datos"
716
 
717
+ #: admin/views/form-settings-view.php:192
718
+ #: admin/views/form-settings-view.php:279
719
  msgid "Security and Performance"
720
  msgstr "Seguridad y rendimiento"
721
 
722
+ #: admin/views/form-settings-view.php:206
723
  msgid "Drop Table"
724
  msgstr "Mesa plegable"
725
 
726
+ #: admin/views/form-settings-view.php:207
727
  msgid ""
728
  "If enabled plugin deactivation will remove plugin data, this cannot be "
729
  "restored."
731
  "Si la desactivación de plugin activada eliminará los datos del complemento, "
732
  "no se puede restaurar."
733
 
734
+ #: admin/views/form-settings-view.php:222
735
  msgid "Scheduled log mails"
736
  msgstr "Correos de registro programados"
737
 
738
+ #: admin/views/form-settings-view.php:223
739
  msgid "Enable to get scheduled log mails."
740
  msgstr "Habilitar para obtener correos de registro programados."
741
 
742
+ #: admin/views/form-settings-view.php:238
743
  msgid "Send password to user"
744
  msgstr "Enviar contraseña al usuario"
745
 
746
+ #: admin/views/form-settings-view.php:239
747
  msgid "Enable to send password information through email."
748
  msgstr "Permitir enviar información de contraseña por correo electrónico."
749
 
750
+ #: admin/views/form-settings-view.php:254
751
  msgid "Woocommerce Custom attribute"
752
  msgstr "Atributo personalizado de Woocommerce"
753
 
754
+ #: admin/views/form-settings-view.php:255
755
  msgid "Enables to register woocommrce custom attribute."
756
  msgstr "Permite registrar woocommrce atributo personalizado."
757
 
758
+ #: admin/views/form-settings-view.php:270
759
  msgid "Database Optimization"
760
  msgstr "Optimización de la base de datos"
761
 
762
+ #: admin/views/form-settings-view.php:273
763
  msgid "This feature is only available in PRO"
764
  msgstr "Esta función sólo está disponible en PRO"
765
 
766
+ #: admin/views/form-settings-view.php:286
767
  msgid "Allow authors/editors to import"
768
  msgstr "Permitir a los autores / editores importar"
769
 
770
+ #: admin/views/form-settings-view.php:287
771
  msgid "This enables authors/editors to import."
772
  msgstr "Esto permite a los autores / editores importar."
773
 
774
+ #: admin/views/form-settings-view.php:308
 
 
 
 
 
 
 
 
775
  msgid "Minimum required php.ini values (Ini configured values)"
776
  msgstr "Mínimo requerido php.ini valores (Ini valores configurados)"
777
 
778
+ #: admin/views/form-settings-view.php:313
779
  msgid "Variables"
780
  msgstr "Variables"
781
 
782
+ #: admin/views/form-settings-view.php:316
783
  msgid "System values"
784
  msgstr "Valores del sistema"
785
 
786
+ #: admin/views/form-settings-view.php:319
787
  msgid "Minimum Requirements"
788
  msgstr "Requerimientos mínimos"
789
 
790
+ #: admin/views/form-settings-view.php:323
791
  msgid "post_max_size"
792
  msgstr "Post_max_size"
793
 
794
+ #: admin/views/form-settings-view.php:328
795
  msgid "auto_append_file"
796
  msgstr "Auto_append_file"
797
 
798
+ #: admin/views/form-settings-view.php:333
799
  msgid "auto_prepend_file"
800
  msgstr "Auto_prepend_file"
801
 
802
+ #: admin/views/form-settings-view.php:338
803
  msgid "upload_max_filesize"
804
+ msgstr "upload_max_filesize"
805
 
806
+ #: admin/views/form-settings-view.php:343
807
  msgid "file_uploads"
808
  msgstr "File_uploads"
809
 
810
+ #: admin/views/form-settings-view.php:348
811
  msgid "allow_url_fopen"
812
  msgstr "allow_url_fopen"
813
 
814
+ #: admin/views/form-settings-view.php:353
815
  msgid "max_execution_time"
816
  msgstr "Max_execution_time"
817
 
818
+ #: admin/views/form-settings-view.php:358
819
  msgid "max_input_time"
820
  msgstr "Max_input_time"
821
 
822
+ #: admin/views/form-settings-view.php:363
823
  msgid "max_input_vars"
824
  msgstr "Max_input_vars"
825
 
826
+ #: admin/views/form-settings-view.php:368
827
  msgid "memory_limit"
828
  msgstr "Memory_limit"
829
 
830
+ #: admin/views/form-settings-view.php:375
831
  msgid "Required to enable/disable Loaders, Extentions and modules:"
832
  msgstr "Requerido para activar / desactivar cargadores, extensiones y módulos:"
833
 
834
+ #: admin/views/form-settings-view.php:382
835
  msgid "PDO"
836
  msgstr "PDO"
837
 
838
+ #: admin/views/form-settings-view.php:384
839
+ #: admin/views/form-settings-view.php:393
 
840
  msgid "Yes"
841
  msgstr "Sí"
842
 
843
+ #: admin/views/form-settings-view.php:386
844
+ #: admin/views/form-settings-view.php:395
 
845
  msgid "No"
846
  msgstr "No"
847
 
848
+ #: admin/views/form-settings-view.php:391
849
  msgid "Curl"
850
  msgstr "Rizo"
851
 
852
+ #: admin/views/form-settings-view.php:402
853
+ #: admin/views/form-settings-view.php:443
854
+ msgid "Disabled"
855
+ msgstr "Discapacitado"
856
 
857
+ #: admin/views/form-settings-view.php:409
858
  msgid "Debug Information:"
859
  msgstr "Información de depuración:"
860
 
861
+ #: admin/views/form-settings-view.php:412
862
  msgid "WordPress Version"
863
  msgstr "Versión de WordPress"
864
 
865
+ #: admin/views/form-settings-view.php:417
866
  msgid "PHP Version"
867
  msgstr "Versión de PHP"
868
 
869
+ #: admin/views/form-settings-view.php:422
870
  msgid "MySQL Version"
871
  msgstr "Versión de MySQL"
872
 
873
+ #: admin/views/form-settings-view.php:427
874
  msgid "Server SoftWare"
875
  msgstr "Servidor SoftWare"
876
 
877
+ #: admin/views/form-settings-view.php:432
878
  msgid "Your User Agent"
879
  msgstr "Su agente de usuario"
880
 
881
+ #: admin/views/form-settings-view.php:437
882
  msgid "WPDB Prefix"
883
  msgstr "Prefijo WPDB"
884
 
885
+ #: admin/views/form-settings-view.php:442
886
  msgid "WP Multisite Mode"
887
  msgstr "Modo WP Multisitio"
888
 
889
+ #: admin/views/form-settings-view.php:443
890
  msgid "Enabled"
891
  msgstr "Habilitado"
892
 
893
+ #: admin/views/form-settings-view.php:447
 
 
 
 
894
  msgid "WP Memory Limit"
895
  msgstr "Límite de memoria WP"
896
 
897
+ #: admin/views/form-settings-view.php:468
898
  msgid "Smackcoders Guidelines"
899
  msgstr "Directrices de Smackcoders"
900
 
901
+ #: admin/views/form-settings-view.php:469
902
+ msgid "24 hours FREE Pro Trial"
903
+ msgstr "Pro trial Pro 24 horas"
904
+
905
+ #: admin/views/form-settings-view.php:470
906
+ msgid "Live Demo"
907
+ msgstr "Demo en vivo"
908
+
909
+ #: admin/views/form-settings-view.php:471
910
  msgid "Development News"
911
  msgstr "Noticias de desarrollo"
912
 
913
+ #: admin/views/form-settings-view.php:472
914
  msgid "Whats New?"
915
  msgstr "¿Qué hay de nuevo?"
916
 
917
+ #: admin/views/form-settings-view.php:473
918
  msgid " Documentation"
919
  msgstr "Documentación"
920
 
921
+ #: admin/views/form-settings-view.php:474
922
  msgid "Youtube Channel"
923
  msgstr "Canal de Youtube"
924
 
925
+ #: admin/views/form-settings-view.php:475
926
+ msgid " Other WordPress Plugins"
927
+ msgstr "Canal de Youtube"
languages/wp-ultimate-csv-importer-fr_FR.mo CHANGED
Binary file
languages/wp-ultimate-csv-importer-fr_FR.po CHANGED
@@ -1,11 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
- "POT-Creation-Date: 2016-12-15 16:54+0530\n"
5
- "PO-Revision-Date: 2016-12-15 17:30+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
- "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,49 +13,50 @@ msgstr ""
14
  "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: index.php:157
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr "Aucun méta-feuille Orphané / Page n'a été supprimé."
22
 
23
- #: index.php:158
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr "Aucun des balises non attribuées a été supprimé."
26
 
27
- #: index.php:159
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr "Aucune révision des messages / pages a été supprimée."
30
 
31
- #: index.php:160
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr "Aucun de Post / Page rédigé automatiquement a été supprimé."
34
 
35
- #: index.php:161
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr "Aucun message / page dans la corbeille a été supprimé."
38
 
39
- #: index.php:162
40
  msgid "no of Spam comments has been removed."
41
  msgstr "Aucun des commentaires de Spam a été supprimé."
42
 
43
- #: index.php:163
44
  msgid "no of Comments in trash has been removed."
45
  msgstr "Aucun commentaire dans la corbeille a été supprimé."
46
 
47
- #: index.php:164
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr "Aucun des commentaires non approuvés a été supprimé."
50
 
51
- #: index.php:165
52
  msgid "no of Pingback comments has been removed."
53
  msgstr "Aucun des commentaires Pingback a été supprimé."
54
 
55
- #: index.php:166
56
  msgid "no of Trackback comments has been removed."
57
  msgstr "Aucun des commentaires Trackback a été supprimé."
58
 
59
- #: includes/class-uci-install.php:66
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
@@ -64,119 +64,197 @@ msgstr ""
64
  "Ultimate CSV Importer Pro mise à jour des données complètes. Merci d'avoir "
65
  "mis à jour la dernière version!"
66
 
67
- #: includes/class-uci-install.php:147
68
  msgid "Schedule images on every second"
69
  msgstr "Planifier des images à chaque seconde"
70
 
71
- #: includes/class-uci-install.php:151
72
  msgid "Schedule emails on every second"
73
  msgstr "Planifier des emails à chaque seconde"
74
 
75
- #: includes/class-uci-install.php:406
 
 
 
 
76
  msgid "View WP Ultimate CSV Importer Pro Documentation"
77
  msgstr "Afficher la documentation de WP Ultimate CSV Importer Pro"
78
 
79
- #: includes/class-uci-install.php:406
80
  msgid "Docs"
81
  msgstr "Docs"
82
 
83
- #: includes/class-uci-install.php:407
84
  msgid "View Videos For WP Ultimate CSV Importer Pro"
85
  msgstr "Afficher les vidéos pour WP Ultimate CSV Importer Pro"
86
 
87
- #: includes/class-uci-install.php:407
88
  msgid "Videos"
89
  msgstr "Vidéos"
90
 
91
- #: includes/class-uci-install.php:408
92
- msgid "Visit Premium Customer Support Forum"
93
- msgstr "Visiter le site"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
- #: includes/class-uci-install.php:408
96
- msgid "Premium Support"
97
- msgstr "Assistance Premium"
98
 
99
- #: includes/class-uci-helper.php:1768 includes/class-uci-helper.php:1773
 
100
  msgid "Edit this item"
101
  msgstr "Modifier cet élément"
102
 
103
- #: includes/class-uci-helper.php:1773
104
  #, php-format
105
  msgid "View &#8220;%s&#8221;"
106
- msgstr "Voir & # 8220;% s & # 8221;"
107
 
108
- #: admin/class-uci-admin.php:77
109
  msgid "Dashboard"
110
  msgstr "Tableau de bord"
111
 
112
- #: admin/class-uci-admin.php:78
113
  msgid "Import / Update"
114
  msgstr "Import / Mise à jour"
115
 
116
- #: admin/class-uci-admin.php:79
117
- msgid "Manager"
118
- msgstr "Gérante"
119
 
120
- #: admin/class-uci-admin.php:80 admin/views/form-export-data.php:291
 
121
  msgid "Export"
122
- msgstr "Exportation"
123
 
124
- #: admin/class-uci-admin.php:81
125
  msgid "Settings"
126
- msgstr "Paramètres"
127
 
128
- #: admin/class-uci-admin.php:82
129
- msgid "Support"
130
- msgstr "Soutien"
131
 
132
- #: admin/views/form-file-manager.php:11
133
- #: admin/views/form-template-manager.php:11
134
- #: admin/views/form-schedule-manager.php:12
135
- #: admin/views/form-file-import-method.php:120
136
  msgid "This feature is only available in PRO."
137
- msgstr "Cette fonction n'est disponible que dans PRO."
138
-
139
- #: admin/views/form-dashboard-view.php:7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  msgid "Importers Activity"
141
  msgstr "Activité des importateurs"
142
 
143
- #: admin/views/form-dashboard-view.php:15
144
  msgid "Import Statistics"
145
  msgstr "Statistiques d'importation"
146
 
147
- #: admin/views/form-manager-view.php:19
148
  msgid "File Manager"
149
  msgstr "Gestionnaire de fichiers"
150
 
151
- #: admin/views/form-manager-view.php:22
152
  msgid "Smart Schedule"
153
  msgstr "Calendrier intelligent"
154
 
155
- #: admin/views/form-manager-view.php:25
156
  msgid "Templates"
157
  msgstr "Modèles"
158
 
159
- #: admin/views/form-manager-view.php:30
160
  msgid "Log Manager"
161
  msgstr "Log Manager"
162
 
163
- #: admin/views/form-static-formula-views.php:9
164
  msgid ""
165
  "HINT: Specify the CSV header to be added in between the curley braces({ })."
166
  msgstr ""
167
  "ASTUCE: Spécifiez l'en-tête CSV à ajouter entre les accolades curley ({})."
168
 
169
- #: admin/views/form-static-formula-views.php:9
170
  msgid "Example: {post_title}"
171
  msgstr "Exemple: {post_title}"
172
 
173
- #: admin/views/form-static-formula-views.php:10
174
- #: admin/views/form-static-formula-views.php:19
175
- #: admin/views/form-file-import-method.php:28
176
  msgid "Close"
177
  msgstr "Fermer"
178
 
179
- #: admin/views/form-static-formula-views.php:18
180
  msgid ""
181
  "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
182
  "{}.Example: MATH ({product_quantity}/{discount_price})"
@@ -184,401 +262,466 @@ msgstr ""
184
  "ASTUCE: spécifiez l'opérateur (+, -, *, /) et l'en-tête CSV comme opérande "
185
  "dans MATH () dans {} .Exemple: MATH ({product_quantity} / {discount_price})"
186
 
187
- #: admin/views/form-file-import-method.php:21
188
- msgid "Choose CSV/XML to import"
189
- msgstr "Choisir CSV / XML à importer"
 
 
 
 
190
 
191
- #: admin/views/form-file-import-method.php:36
192
- #: admin/views/form-settings-view.php:152
193
- #: admin/views/form-settings-view.php:410
194
- msgid "Documentation"
195
- msgstr "Documentation"
 
 
 
 
 
 
 
 
 
 
196
 
197
- #: admin/views/form-file-import-method.php:37
198
- msgid "Help"
199
- msgstr "Aidez-moi"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
 
201
- #: admin/views/form-file-import-method.php:52
202
  msgid "Upload from Desktop"
203
- msgstr "Télécharger depuis le bureau"
204
 
205
- #: admin/views/form-file-import-method.php:56
206
  msgid "Upload from FTP/SFTP"
207
- msgstr "Téléchargement depuis FTP / SFTP"
208
 
209
- #: admin/views/form-file-import-method.php:60
210
  msgid "Upload from URL"
211
  msgstr "Télécharger depuis l'URL"
212
 
213
- #: admin/views/form-file-import-method.php:64
214
  msgid "Choose File in the Server"
215
  msgstr "Choisissez Fichier dans le serveur"
216
 
217
- #: admin/views/form-file-import-method.php:78
218
- msgid "Upload Completed"
219
- msgstr "Téléchargement terminé"
220
-
221
- #: admin/views/form-file-import-method.php:87
222
  msgid "New Items"
223
- msgstr "Nouveaux articles"
224
 
225
- #: admin/views/form-file-import-method.php:90
226
  msgid " Existing Items"
227
  msgstr "Articles existants"
228
 
229
- #: admin/views/form-file-import-method.php:95
230
  msgid "Import each record as"
231
- msgstr "Importer chaque enregistrement comme"
 
 
 
 
232
 
233
- #: admin/views/form-import-configuration.php:37
234
  msgid "Import configuration Section"
235
- msgstr "Section Configuration de l'importation"
236
 
237
- #: admin/views/form-import-configuration.php:44
238
  msgid "Do you want to handle the duplicate on existing records ?"
239
- msgstr "Voulez-vous gérer le duplicata sur les enregistrements existants?"
240
 
241
- #: admin/views/form-import-configuration.php:50
242
  msgid "Mention the fields which you want to handle duplicates"
243
- msgstr "Mentionnez les champs que vous souhaitez gérer en double"
244
 
245
- #: admin/views/form-import-configuration.php:67
246
  msgid "Do you want to Schedule this Import"
247
- msgstr "Importer chaque enregistrement comme"
 
 
 
 
 
 
 
248
 
249
- #: admin/views/form-import-configuration.php:78
250
  msgid "Schedule right now"
251
- msgstr "Calendrier dès maintenant"
252
 
253
- #: admin/views/form-import-configuration.php:79
254
  msgid "Schedule Later"
255
- msgstr "Calendrier plus tard"
256
 
257
- #: admin/views/form-media-handling.php:34
258
  msgid "Media Handling"
259
- msgstr "Gestion des médias"
260
 
261
- #: admin/views/form-media-handling.php:40
262
  msgid "Image Handling"
263
- msgstr "Manipulation d'images"
264
 
265
- #: admin/views/form-media-handling.php:44
266
  msgid "Download external images to your media"
267
- msgstr "Téléchargez des images externes sur votre média"
268
 
269
- #: admin/views/form-media-handling.php:55
270
  msgid "Use media images if already available"
271
- msgstr "Utiliser des images multimédias si elles sont déjà disponibles"
272
 
273
- #: admin/views/form-media-handling.php:56
274
  msgid "Do you want to overwrite the existing images"
275
  msgstr "Voulez-vous écraser les images existantes"
276
 
277
- #: admin/views/form-media-handling.php:60
278
  msgid "NextGEN Gallery support on featured image"
279
- msgstr "Support de Gallery NextGEN sur l'image en vedette"
280
 
281
- #: admin/views/form-media-handling.php:72
282
  msgid "Thumbnail"
283
- msgstr "La vignette"
284
 
285
- #: admin/views/form-media-handling.php:73
286
  msgid "Medium"
287
- msgstr "Moyen"
288
 
289
- #: admin/views/form-media-handling.php:74
290
  msgid "Medium Large"
291
- msgstr "Moyen large"
292
 
293
- #: admin/views/form-media-handling.php:75
294
  msgid "Large"
295
- msgstr "Grand"
296
 
297
- #: admin/views/form-media-handling.php:89
298
  msgid "Add custom sizes"
299
- msgstr "Ajouter des tailles personnalisées"
300
 
301
- #: admin/views/form-media-handling.php:99
302
  msgid "Media SEO & Advanced Options"
303
- msgstr "Media SEO & Options avancées"
304
 
305
- #: admin/views/form-media-handling.php:103
306
  msgid "Set image Title:"
307
- msgstr "Définir image Titre:"
308
 
309
- #: admin/views/form-media-handling.php:110
310
  msgid "Set image Caption:"
311
- msgstr "Définir l'image Légende:"
312
 
313
- #: admin/views/form-media-handling.php:117
314
  msgid "Set image Alt Text:"
315
- msgstr "Définir l'image Texte Alt:"
316
 
317
- #: admin/views/form-media-handling.php:123
318
  msgid "Set image Description:"
319
- msgstr "Définir image Description:"
320
 
321
- #: admin/views/form-media-handling.php:129
322
  msgid "Change image file name to:"
323
- msgstr "Changer le nom du fichier image à:"
324
 
325
- #: admin/views/form-media-handling.php:141
326
- #: admin/views/form-mapping-configuration.php:214
327
  msgid "Continue"
328
  msgstr "continuer"
329
 
330
- #: admin/views/form-log-manager.php:11
331
  msgid "Log Info"
332
  msgstr "Informations sur le journal"
333
 
334
- #: admin/views/form-log-manager.php:21
335
  msgid "FileName"
336
  msgstr "Nom de fichier:"
337
 
338
- #: admin/views/form-log-manager.php:22
339
  msgid "Module"
340
  msgstr "Module"
341
 
342
- #: admin/views/form-log-manager.php:23
343
  msgid "Inserted"
344
  msgstr "Inséré"
345
 
346
- #: admin/views/form-log-manager.php:24
347
  msgid "Updated"
348
  msgstr "Actualisé"
349
 
350
- #: admin/views/form-log-manager.php:25
351
  msgid "Skipped"
352
  msgstr "Ignoré"
353
 
354
- #: admin/views/form-log-manager.php:26
355
  msgid "Download"
356
  msgstr "Télécharger"
357
 
358
- #: admin/views/form-log-manager.php:35
359
  msgid "Revision: "
360
  msgstr "Révision"
361
 
362
- #: admin/views/form-ignite-import.php:37
363
  msgid "Resume"
364
  msgstr "CV"
365
 
366
- #: admin/views/form-ignite-import.php:38
367
  msgid "Pause"
368
  msgstr "Pause"
369
 
370
- #: admin/views/form-ignite-import.php:42
 
 
 
 
371
  msgid "File Name:"
372
  msgstr "Nom de fichier:"
373
 
374
- #: admin/views/form-ignite-import.php:43
375
  msgid "File Size:"
376
  msgstr "Taille du fichier:"
377
 
378
- #: admin/views/form-ignite-import.php:46
379
  msgid "Process:"
380
  msgstr "Processus:"
381
 
382
- #: admin/views/form-ignite-import.php:47
383
  msgid "Total no of records:"
384
  msgstr "Nombre total d'enregistrements:"
385
 
386
- #: admin/views/form-ignite-import.php:50
387
- msgid "Time taken for one record to be processed:"
388
- msgstr "Temps pris pour un enregistrement à traiter:"
389
 
390
- #: admin/views/form-ignite-import.php:54
391
  msgid "Remaining Record:"
392
  msgstr "Enregistrement restant:"
393
 
394
- #: admin/views/form-ignite-import.php:56
395
  msgid "Current Processing Record:"
396
  msgstr "Enregistrement de traitement actuel:"
397
 
398
- #: admin/views/form-ignite-import.php:67
399
  msgid "Log section"
400
  msgstr "Section du journal"
401
 
402
- #: admin/views/form-ignite-import.php:74
403
  msgid "CLICK HERE TO DOWNLOAD LOG"
404
  msgstr "CLIQUEZ ICI POUR TELECHARGER LOG"
405
 
406
- #: admin/views/form-ignite-import.php:86
407
  msgid "continue"
408
  msgstr "continuer"
409
 
410
- #: admin/views/form-export-data.php:33
411
  msgid "Select your module to export the data"
412
  msgstr "Sélectionnez votre module pour exporter les données"
413
 
414
- #: admin/views/form-export-data.php:35
415
  msgid "Post"
416
  msgstr "Poster"
417
 
418
- #: admin/views/form-export-data.php:36
419
  msgid "Eshop"
420
  msgstr "Eshop"
421
 
422
- #: admin/views/form-export-data.php:39
423
  msgid "Page"
424
  msgstr "Page"
425
 
426
- #: admin/views/form-export-data.php:40
427
  msgid "Wp-Commerce"
428
  msgstr "Wp-Commerce"
429
 
430
- #: admin/views/form-export-data.php:44
431
  msgid "Custom Post"
432
  msgstr "Poste personnalisé"
433
 
434
- #: admin/views/form-export-data.php:46 admin/views/form-export-data.php:72
435
  msgid "--Select--"
436
  msgstr "--Sélectionner--"
437
 
438
- #: admin/views/form-export-data.php:58
439
  msgid "Woo-Commerce"
440
  msgstr "Woo-Commerce"
441
 
442
- #: admin/views/form-export-data.php:61
443
  msgid "Category"
444
  msgstr "Catégorie"
445
 
446
- #: admin/views/form-export-data.php:62
447
  msgid "Marketpress"
448
  msgstr "Marketpress"
449
 
450
- #: admin/views/form-export-data.php:65
451
  msgid "Tags"
452
  msgstr "Mots clés"
453
 
454
- #: admin/views/form-export-data.php:66
455
  msgid "Customer Reviews"
456
  msgstr "Avis des clients"
457
 
458
- #: admin/views/form-export-data.php:70
459
  msgid "Taxonomies"
460
  msgstr "Taxonomies"
461
 
462
- #: admin/views/form-export-data.php:83
463
  msgid "Comments"
464
  msgstr "commentaires"
465
 
466
- #: admin/views/form-export-data.php:86
467
  msgid "Users"
468
  msgstr "Utilisateurs"
469
 
470
- #: admin/views/form-export-data.php:90
471
  msgid "Proceed"
472
  msgstr "Procéder"
473
 
474
- #: admin/views/form-export-data.php:111
475
  msgid "To export data based on the filters"
476
  msgstr "Pour exporter des données basées sur les filtres"
477
 
478
- #: admin/views/form-export-data.php:118
 
 
 
 
479
  msgid "Export data with auto delimiters"
480
  msgstr "Exporter des données avec des délimiteurs automatiques"
481
 
482
- #: admin/views/form-export-data.php:146
 
 
 
 
 
 
 
 
483
  msgid "Export data for the specific period"
484
  msgstr "Données d'exportation pour la période donnée"
485
 
486
- #: admin/views/form-export-data.php:148
487
  msgid "Start From"
488
  msgstr "Commencer à partir de"
489
 
490
- #: admin/views/form-export-data.php:149
491
  msgid "End To"
492
  msgstr "Fin à"
493
 
494
- #: admin/views/form-export-data.php:157
495
  msgid "Export data with the specific status"
496
  msgstr "Exporter des données avec le statut spécifique"
497
 
498
- #: admin/views/form-export-data.php:160
499
  msgid "Status"
500
  msgstr "statut"
501
 
502
- #: admin/views/form-export-data.php:162 admin/views/form-export-data.php:182
503
  msgid "All"
504
  msgstr "Tout"
505
 
506
- #: admin/views/form-export-data.php:163
507
  msgid "Publish"
508
  msgstr "Publier"
509
 
510
- #: admin/views/form-export-data.php:164
511
  msgid "Sticky"
512
  msgstr "Gluant"
513
 
514
- #: admin/views/form-export-data.php:165
515
  msgid "Private"
516
  msgstr "Privé"
517
 
518
- #: admin/views/form-export-data.php:166
519
  msgid "Protected"
520
  msgstr "Protégé"
521
 
522
- #: admin/views/form-export-data.php:167
523
  msgid "Draft"
524
  msgstr "Brouillon"
525
 
526
- #: admin/views/form-export-data.php:168
527
  msgid "Pending"
528
  msgstr "en attendant"
529
 
530
- #: admin/views/form-export-data.php:176
531
  msgid "Export data by specific authors"
532
  msgstr "Exporter des données par des auteurs spécifiques"
533
 
534
- #: admin/views/form-export-data.php:179
535
  msgid "Authors"
536
- msgstr "Auteurs"
537
 
538
- #: admin/views/form-export-data.php:192
539
  msgid "Export data based on specific exclusions"
540
  msgstr "Exporter des données en fonction d'exclusions spécifiques"
541
 
542
- #: admin/views/form-export-data.php:261
543
  msgid "No fields Found!"
544
  msgstr "Aucun champ trouvé!"
545
 
546
- #: admin/views/form-export-data.php:290
547
- #: admin/views/form-mapping-configuration.php:210
548
- msgid "Back"
549
- msgstr "Arrière"
550
-
551
- #: admin/views/form-mapping-configuration.php:61
552
  msgid "Mapping Section"
553
- msgstr "Section de cartographie"
554
 
555
- #: admin/views/form-mapping-configuration.php:93
556
  msgid "WP Fields"
557
  msgstr "WP Fields"
558
 
559
- #: admin/views/form-mapping-configuration.php:94
560
  msgid "CSV Header"
561
  msgstr "En-tête CSV"
562
 
563
- #: admin/views/form-settings-view.php:140
564
- #: admin/views/form-settings-view.php:158
565
  msgid "General Settings"
566
  msgstr "réglages généraux"
567
 
568
- #: admin/views/form-settings-view.php:144
569
  msgid "Database optimization"
570
  msgstr "Optimisation de la base de données"
571
 
572
- #: admin/views/form-settings-view.php:148
573
- #: admin/views/form-settings-view.php:235
574
  msgid "Security and Performance"
575
  msgstr "Sécurité et performance"
576
 
577
- #: admin/views/form-settings-view.php:162
578
  msgid "Drop Table"
579
  msgstr "Tableau de baisse"
580
 
581
- #: admin/views/form-settings-view.php:163
582
  msgid ""
583
  "If enabled plugin deactivation will remove plugin data, this cannot be "
584
  "restored."
@@ -586,205 +729,200 @@ msgstr ""
586
  "Si la désactivation du plug-in est activée, les données du plugin ne seront "
587
  "pas restaurées."
588
 
589
- #: admin/views/form-settings-view.php:178
590
  msgid "Scheduled log mails"
591
  msgstr "Courrier journalisé planifié"
592
 
593
- #: admin/views/form-settings-view.php:179
594
  msgid "Enable to get scheduled log mails."
595
  msgstr "Activer pour obtenir des journaux de journalisation planifiés."
596
 
597
- #: admin/views/form-settings-view.php:194
598
  msgid "Send password to user"
599
  msgstr "Envoyer le mot de passe à l'utilisateur"
600
 
601
- #: admin/views/form-settings-view.php:195
602
  msgid "Enable to send password information through email."
603
  msgstr ""
604
  "Activer pour envoyer des informations de mot de passe par courrier "
605
  "électronique."
606
 
607
- #: admin/views/form-settings-view.php:210
608
  msgid "Woocommerce Custom attribute"
609
  msgstr "Attribut personnalisé Woocommerce"
610
 
611
- #: admin/views/form-settings-view.php:211
612
  msgid "Enables to register woocommrce custom attribute."
613
  msgstr "Permet d'enregistrer l'attribut woocommrce personnalisé."
614
 
615
- #: admin/views/form-settings-view.php:226
616
  msgid "Database Optimization"
617
  msgstr "Optimisation des bases de données"
618
 
619
- #: admin/views/form-settings-view.php:229
620
  msgid "This feature is only available in PRO"
621
  msgstr "Cette fonctionnalité n'est disponible que dans PRO"
622
 
623
- #: admin/views/form-settings-view.php:242
624
  msgid "Allow authors/editors to import"
625
  msgstr "Autoriser les auteurs / éditeurs à importer"
626
 
627
- #: admin/views/form-settings-view.php:243
628
  msgid "This enables authors/editors to import."
629
  msgstr "Cela permet aux auteurs / éditeurs d'importer."
630
 
631
- #: admin/views/form-settings-view.php:246
632
- msgid "Enable"
633
- msgstr "Activer"
634
-
635
- #: admin/views/form-settings-view.php:247
636
- msgid "Disable"
637
- msgstr "Désactiver"
638
-
639
- #: admin/views/form-settings-view.php:256
640
  msgid "Minimum required php.ini values (Ini configured values)"
641
  msgstr "Valeurs minimales requises de php.ini (valeurs configurées Ini)"
642
 
643
- #: admin/views/form-settings-view.php:261
644
  msgid "Variables"
645
  msgstr "Variables"
646
 
647
- #: admin/views/form-settings-view.php:264
648
  msgid "System values"
649
  msgstr "Valeurs système"
650
 
651
- #: admin/views/form-settings-view.php:267
652
  msgid "Minimum Requirements"
653
  msgstr "Exigences minimales"
654
 
655
- #: admin/views/form-settings-view.php:271
656
  msgid "post_max_size"
657
  msgstr "Post_max_size"
658
 
659
- #: admin/views/form-settings-view.php:276
660
  msgid "auto_append_file"
661
  msgstr "Auto_append_file"
662
 
663
- #: admin/views/form-settings-view.php:281
664
  msgid "auto_prepend_file"
665
  msgstr "Exigences minimales"
666
 
667
- #: admin/views/form-settings-view.php:286
668
  msgid "upload_max_filesize"
669
  msgstr "Upload_max_filesize"
670
 
671
- #: admin/views/form-settings-view.php:291
672
  msgid "file_uploads"
673
  msgstr "File_uploads"
674
 
675
- #: admin/views/form-settings-view.php:296
676
  msgid "allow_url_fopen"
677
  msgstr "Allow_url_fopen"
678
 
679
- #: admin/views/form-settings-view.php:301
680
  msgid "max_execution_time"
681
  msgstr "Max_execution_time"
682
 
683
- #: admin/views/form-settings-view.php:306
684
  msgid "max_input_time"
685
  msgstr "Max_input_time"
686
 
687
- #: admin/views/form-settings-view.php:311
688
  msgid "max_input_vars"
689
  msgstr "Max_input_vars"
690
 
691
- #: admin/views/form-settings-view.php:316
692
  msgid "memory_limit"
693
  msgstr "Memory_limit"
694
 
695
- #: admin/views/form-settings-view.php:323
696
  msgid "Required to enable/disable Loaders, Extentions and modules:"
697
  msgstr ""
698
  "Nécessaire pour activer / désactiver les chargeurs, extensions et modules:"
699
 
700
- #: admin/views/form-settings-view.php:330
701
  msgid "PDO"
702
  msgstr "AOP"
703
 
704
- #: admin/views/form-settings-view.php:332
705
- #: admin/views/form-settings-view.php:341
706
- #: admin/views/form-settings-view.php:350
707
  msgid "Yes"
708
  msgstr "Oui"
709
 
710
- #: admin/views/form-settings-view.php:334
711
- #: admin/views/form-settings-view.php:343
712
- #: admin/views/form-settings-view.php:352
713
  msgid "No"
714
  msgstr "Non"
715
 
716
- #: admin/views/form-settings-view.php:339
717
  msgid "Curl"
718
  msgstr "Boucle"
719
 
720
- #: admin/views/form-settings-view.php:348
721
- msgid "Mod Security"
722
- msgstr "Sécurité Mod"
 
723
 
724
- #: admin/views/form-settings-view.php:358
725
  msgid "Debug Information:"
726
  msgstr "Informations de débogage:"
727
 
728
- #: admin/views/form-settings-view.php:361
729
  msgid "WordPress Version"
730
  msgstr "Version WordPress"
731
 
732
- #: admin/views/form-settings-view.php:366
733
  msgid "PHP Version"
734
  msgstr "Version PHP"
735
 
736
- #: admin/views/form-settings-view.php:371
737
  msgid "MySQL Version"
738
  msgstr "Version MySQL"
739
 
740
- #: admin/views/form-settings-view.php:376
741
  msgid "Server SoftWare"
742
  msgstr "Serveur SoftWare"
743
 
744
- #: admin/views/form-settings-view.php:381
745
  msgid "Your User Agent"
746
  msgstr "Votre agent utilisateur"
747
 
748
- #: admin/views/form-settings-view.php:386
749
  msgid "WPDB Prefix"
750
  msgstr "Votre agent utilisateur"
751
 
752
- #: admin/views/form-settings-view.php:391
753
  msgid "WP Multisite Mode"
754
  msgstr "Mode WP Multisite"
755
 
756
- #: admin/views/form-settings-view.php:392
757
  msgid "Enabled"
758
  msgstr "Activée"
759
 
760
- #: admin/views/form-settings-view.php:392
761
- msgid "Disabled"
762
- msgstr "désactivé"
763
-
764
- #: admin/views/form-settings-view.php:396
765
  msgid "WP Memory Limit"
766
  msgstr "Limite mémoire WP"
767
 
768
- #: admin/views/form-settings-view.php:417
769
  msgid "Smackcoders Guidelines"
770
  msgstr "Directives Smackcoders"
771
 
772
- #: admin/views/form-settings-view.php:418
 
 
 
 
 
 
 
 
773
  msgid "Development News"
774
  msgstr "Développement"
775
 
776
- #: admin/views/form-settings-view.php:419
777
  msgid "Whats New?"
778
  msgstr "Quoi de neuf?"
779
 
780
- #: admin/views/form-settings-view.php:420
781
  msgid " Documentation"
782
  msgstr "Documentation"
783
 
784
- #: admin/views/form-settings-view.php:421
785
  msgid "Youtube Channel"
786
  msgstr "Chaîne Youtube"
787
 
788
- #: admin/views/form-settings-view.php:422
789
- msgid " Other Plugins"
790
- msgstr "Autres plugins"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 14:10+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
13
  "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Language: en_EN\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: index.php:208
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr "Aucun méta-feuille Orphané / Page n'a été supprimé."
22
 
23
+ #: index.php:209
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr "Aucun des balises non attribuées a été supprimé."
26
 
27
+ #: index.php:210
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr "Aucune révision des messages / pages a été supprimée."
30
 
31
+ #: index.php:211
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr "Aucun de Post / Page rédigé automatiquement a été supprimé."
34
 
35
+ #: index.php:212
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr "Aucun message / page dans la corbeille a été supprimé."
38
 
39
+ #: index.php:213
40
  msgid "no of Spam comments has been removed."
41
  msgstr "Aucun des commentaires de Spam a été supprimé."
42
 
43
+ #: index.php:214
44
  msgid "no of Comments in trash has been removed."
45
  msgstr "Aucun commentaire dans la corbeille a été supprimé."
46
 
47
+ #: index.php:215
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr "Aucun des commentaires non approuvés a été supprimé."
50
 
51
+ #: index.php:216
52
  msgid "no of Pingback comments has been removed."
53
  msgstr "Aucun des commentaires Pingback a été supprimé."
54
 
55
+ #: index.php:217
56
  msgid "no of Trackback comments has been removed."
57
  msgstr "Aucun des commentaires Trackback a été supprimé."
58
 
59
+ #: includes/class-uci-install.php:94
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
64
  "Ultimate CSV Importer Pro mise à jour des données complètes. Merci d'avoir "
65
  "mis à jour la dernière version!"
66
 
67
+ #: includes/class-uci-install.php:175
68
  msgid "Schedule images on every second"
69
  msgstr "Planifier des images à chaque seconde"
70
 
71
+ #: includes/class-uci-install.php:179
72
  msgid "Schedule emails on every second"
73
  msgstr "Planifier des emails à chaque seconde"
74
 
75
+ #: includes/class-uci-install.php:435
76
+ msgid "Upgrade to Pro"
77
+ msgstr "Passer à Pro"
78
+
79
+ #: includes/class-uci-install.php:436
80
  msgid "View WP Ultimate CSV Importer Pro Documentation"
81
  msgstr "Afficher la documentation de WP Ultimate CSV Importer Pro"
82
 
83
+ #: includes/class-uci-install.php:436
84
  msgid "Docs"
85
  msgstr "Docs"
86
 
87
+ #: includes/class-uci-install.php:437
88
  msgid "View Videos For WP Ultimate CSV Importer Pro"
89
  msgstr "Afficher les vidéos pour WP Ultimate CSV Importer Pro"
90
 
91
+ #: includes/class-uci-install.php:437
92
  msgid "Videos"
93
  msgstr "Vidéos"
94
 
95
+ #: includes/class-uci-install.php:438
96
+ msgid "Contact Support"
97
+ msgstr "Contacter l'assistance technique"
98
+
99
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
100
+ #: admin/class-uci-admin.php:122
101
+ msgid "Support"
102
+ msgstr "Soutien"
103
+
104
+ #: includes/class-uci-install.php:439
105
+ msgid "Get your free trail"
106
+ msgstr "Obtenez votre itinéraire gratuit"
107
+
108
+ #: includes/class-uci-install.php:439
109
+ msgid "Free Trail"
110
+ msgstr "Essai gratuit"
111
+
112
+ #: includes/class-uci-install.php:453
113
+ msgid "Important Upgrade Notice:"
114
+ msgstr "Avis important de mise à niveau:"
115
+
116
+ #: includes/class-uci-install.php:463
117
+ msgid "Upgrade Notice:"
118
+ msgstr "Avis de mise à niveau:"
119
+
120
+ #: includes/class-uci-install.php:463
121
+ msgid "Download and replace the latest version of"
122
+ msgstr "Téléchargez et remplacez la dernière version de"
123
+
124
+ #: includes/class-uci-install.php:463
125
+ msgid "for 10x faster import performance with easy user interface."
126
+ msgstr ""
127
+ "Pour des performances d'importation 10 fois plus rapides avec une interface "
128
+ "utilisateur facile."
129
+
130
+ #: includes/class-uci-install.php:472
131
+ msgid "Notice:"
132
+ msgstr "Avis:"
133
+
134
+ #: includes/class-uci-install.php:472
135
+ msgid ""
136
+ "To populate Featured images, Please make sure that CRON is enabled in your "
137
+ "server."
138
+ msgstr ""
139
+ "Pour remplir les images en vedette, assurez-vous que CRON est activé sur "
140
+ "votre serveur."
141
+
142
+ #: includes/class-uci-install.php:484
143
+ msgid ""
144
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
145
+ msgstr ""
146
+ "Si vous aimez WP Ultimate CSV Importer nous montrer votre soin avec un "
147
+ "examen 5 étoiles sur"
148
 
149
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
150
+ msgid "wordpress.org!"
151
+ msgstr "Wordpress.org!"
152
 
153
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
154
+ #: includes/class-uci-helper.php:1738
155
  msgid "Edit this item"
156
  msgstr "Modifier cet élément"
157
 
158
+ #: includes/class-uci-helper.php:1738
159
  #, php-format
160
  msgid "View &#8220;%s&#8221;"
161
+ msgstr "View &#8220;%s&#8221;"
162
 
163
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
164
  msgid "Dashboard"
165
  msgstr "Tableau de bord"
166
 
167
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
168
  msgid "Import / Update"
169
  msgstr "Import / Mise à jour"
170
 
171
+ #: admin/class-uci-admin.php:68
172
+ msgid "Managers"
173
+ msgstr "gestionnaires"
174
 
175
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
176
+ #: admin/views/form-export-data.php:323
177
  msgid "Export"
178
+ msgstr "exportation"
179
 
180
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
181
  msgid "Settings"
182
+ msgstr "Réglages"
183
 
184
+ #: admin/class-uci-admin.php:119
185
+ msgid "Manager"
186
+ msgstr "Gérante"
187
 
188
+ #: admin/views/form-file-manager.php:43
189
+ #: admin/views/form-template-manager.php:43
190
+ #: admin/views/form-schedule-manager.php:44
191
+ #: admin/views/form-file-import-method.php:155
192
  msgid "This feature is only available in PRO."
193
+ msgstr "Cette fonctionnalité est uniquement disponible en PRO."
194
+
195
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
196
+ #: admin/views/form-support-view.php:42
197
+ #: admin/views/form-file-import-method.php:66
198
+ #: admin/views/form-import-configuration.php:68
199
+ #: admin/views/form-media-handling.php:64
200
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
201
+ #: admin/views/form-settings-view.php:172
202
+ #: admin/views/form-settings-view.php:196
203
+ #: admin/views/form-settings-view.php:461
204
+ msgid "Documentation"
205
+ msgstr "documentation"
206
+
207
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
208
+ #: admin/views/form-support-view.php:43
209
+ #: admin/views/form-file-import-method.php:67
210
+ #: admin/views/form-import-configuration.php:69
211
+ #: admin/views/form-media-handling.php:65
212
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
213
+ #: admin/views/form-settings-view.php:173
214
+ msgid "Sample CSV"
215
+ msgstr "CSV Sample"
216
+
217
+ #: admin/views/form-dashboard-view.php:47
218
  msgid "Importers Activity"
219
  msgstr "Activité des importateurs"
220
 
221
+ #: admin/views/form-dashboard-view.php:54
222
  msgid "Import Statistics"
223
  msgstr "Statistiques d'importation"
224
 
225
+ #: admin/views/form-manager-view.php:54
226
  msgid "File Manager"
227
  msgstr "Gestionnaire de fichiers"
228
 
229
+ #: admin/views/form-manager-view.php:57
230
  msgid "Smart Schedule"
231
  msgstr "Calendrier intelligent"
232
 
233
+ #: admin/views/form-manager-view.php:60
234
  msgid "Templates"
235
  msgstr "Modèles"
236
 
237
+ #: admin/views/form-manager-view.php:65
238
  msgid "Log Manager"
239
  msgstr "Log Manager"
240
 
241
+ #: admin/views/form-static-formula-views.php:45
242
  msgid ""
243
  "HINT: Specify the CSV header to be added in between the curley braces({ })."
244
  msgstr ""
245
  "ASTUCE: Spécifiez l'en-tête CSV à ajouter entre les accolades curley ({})."
246
 
247
+ #: admin/views/form-static-formula-views.php:45
248
  msgid "Example: {post_title}"
249
  msgstr "Exemple: {post_title}"
250
 
251
+ #: admin/views/form-static-formula-views.php:46
252
+ #: admin/views/form-static-formula-views.php:54
253
+ #: admin/views/form-file-import-method.php:58
254
  msgid "Close"
255
  msgstr "Fermer"
256
 
257
+ #: admin/views/form-static-formula-views.php:53
258
  msgid ""
259
  "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
260
  "{}.Example: MATH ({product_quantity}/{discount_price})"
262
  "ASTUCE: spécifiez l'opérateur (+, -, *, /) et l'en-tête CSV comme opérande "
263
  "dans MATH () dans {} .Exemple: MATH ({product_quantity} / {discount_price})"
264
 
265
+ #: admin/views/form-support-view.php:46
266
+ msgid ""
267
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
268
+ "on"
269
+ msgstr ""
270
+ "Si vous aimez WP ultime CSV Importateur nous montrer vos soins avec un "
271
+ "examen 5 étoiles sur"
272
 
273
+ #: admin/views/form-support-view.php:49
274
+ msgid "Enquiry form"
275
+ msgstr "formulaire de demande"
276
+
277
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
278
+ msgid "Email"
279
+ msgstr "Email"
280
+
281
+ #: admin/views/form-support-view.php:56
282
+ msgid "Enquiry type"
283
+ msgstr "Type de demande de renseignements"
284
+
285
+ #: admin/views/form-support-view.php:58
286
+ msgid "Bug Reporting"
287
+ msgstr "Bug Reporting"
288
 
289
+ #: admin/views/form-support-view.php:59
290
+ msgid "Pre-Sale Enquiry"
291
+ msgstr "Pré-vente Demande de renseignements"
292
+
293
+ #: admin/views/form-support-view.php:60
294
+ msgid "Feature Enhancement"
295
+ msgstr "Feature Enhancement"
296
+
297
+ #: admin/views/form-support-view.php:63
298
+ msgid "Message"
299
+ msgstr "message"
300
+
301
+ #: admin/views/form-support-view.php:77
302
+ msgid "News Letter Subscription"
303
+ msgstr "Nouvelles Lettre Abonnement"
304
+
305
+ #: admin/views/form-support-view.php:93
306
+ msgid "Note"
307
+ msgstr "note"
308
+
309
+ #: admin/views/form-support-view.php:94
310
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
311
+ msgstr ""
312
+ "Inscription à la liste de diffusion Smackcoders (quelques messages par an)"
313
+
314
+ #: admin/views/form-support-view.php:95
315
+ msgid ""
316
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
317
+ "acknowledgement within an hour!"
318
+ msgstr ""
319
+ "S'il vous plaît rédiger un mail à support@smackcoders.com. Si vous ne "
320
+ "recevez pas d'accusé de réception dans une heure!"
321
+
322
+ #: admin/views/form-file-import-method.php:51
323
+ msgid "Choose CSV/XML to import"
324
+ msgstr "Choisissez CSV / XML à importer"
325
 
326
+ #: admin/views/form-file-import-method.php:85
327
  msgid "Upload from Desktop"
328
+ msgstr "Télécharger depuis bureau"
329
 
330
+ #: admin/views/form-file-import-method.php:89
331
  msgid "Upload from FTP/SFTP"
332
+ msgstr "Télécharger depuis FTP / SFTP"
333
 
334
+ #: admin/views/form-file-import-method.php:93
335
  msgid "Upload from URL"
336
  msgstr "Télécharger depuis l'URL"
337
 
338
+ #: admin/views/form-file-import-method.php:97
339
  msgid "Choose File in the Server"
340
  msgstr "Choisissez Fichier dans le serveur"
341
 
342
+ #: admin/views/form-file-import-method.php:119
 
 
 
 
343
  msgid "New Items"
344
+ msgstr "Nouveautés"
345
 
346
+ #: admin/views/form-file-import-method.php:122
347
  msgid " Existing Items"
348
  msgstr "Articles existants"
349
 
350
+ #: admin/views/form-file-import-method.php:127
351
  msgid "Import each record as"
352
+ msgstr "Importez chaque enregistrement comme"
353
+
354
+ #: admin/views/form-file-import-method.php:150
355
+ msgid "Click here to upload from desktop"
356
+ msgstr "Cliquez ici pour télécharger à partir du bureau"
357
 
358
+ #: admin/views/form-import-configuration.php:73
359
  msgid "Import configuration Section"
360
+ msgstr "Importation configuration Section"
361
 
362
+ #: admin/views/form-import-configuration.php:80
363
  msgid "Do you want to handle the duplicate on existing records ?"
364
+ msgstr "Voulez-vous gérer le double sur les enregistrements existants?"
365
 
366
+ #: admin/views/form-import-configuration.php:86
367
  msgid "Mention the fields which you want to handle duplicates"
368
+ msgstr "Mentionnez les champs que vous souhaitez gérer les doublons"
369
 
370
+ #: admin/views/form-import-configuration.php:103
371
  msgid "Do you want to Schedule this Import"
372
+ msgstr "Voulez-vous à l'annexe de cette importation"
373
+
374
+ #: admin/views/form-import-configuration.php:111
375
+ #: admin/views/form-media-handling.php:179
376
+ #: admin/views/form-export-data.php:322
377
+ #: admin/views/form-mapping-configuration.php:232
378
+ msgid "Back"
379
+ msgstr "arrière"
380
 
381
+ #: admin/views/form-import-configuration.php:114
382
  msgid "Schedule right now"
383
+ msgstr "Planifiez dès maintenant"
384
 
385
+ #: admin/views/form-import-configuration.php:115
386
  msgid "Schedule Later"
387
+ msgstr "Programmer plus tard"
388
 
389
+ #: admin/views/form-media-handling.php:71
390
  msgid "Media Handling"
391
+ msgstr "Gestion des supports"
392
 
393
+ #: admin/views/form-media-handling.php:77
394
  msgid "Image Handling"
395
+ msgstr "Manipulation de l'image"
396
 
397
+ #: admin/views/form-media-handling.php:81
398
  msgid "Download external images to your media"
399
+ msgstr "Télécharger des images externes à vos médias"
400
 
401
+ #: admin/views/form-media-handling.php:92
402
  msgid "Use media images if already available"
403
+ msgstr "Utiliser des images médiatiques si elles sont déjà disponibles"
404
 
405
+ #: admin/views/form-media-handling.php:93
406
  msgid "Do you want to overwrite the existing images"
407
  msgstr "Voulez-vous écraser les images existantes"
408
 
409
+ #: admin/views/form-media-handling.php:98
410
  msgid "NextGEN Gallery support on featured image"
411
+ msgstr "soutien NextGEN Galerie sur l'image sélectionnée"
412
 
413
+ #: admin/views/form-media-handling.php:112
414
  msgid "Thumbnail"
415
+ msgstr "Thumbnail"
416
 
417
+ #: admin/views/form-media-handling.php:113
418
  msgid "Medium"
419
+ msgstr "moyen"
420
 
421
+ #: admin/views/form-media-handling.php:114
422
  msgid "Medium Large"
423
+ msgstr "Medium large"
424
 
425
+ #: admin/views/form-media-handling.php:115
426
  msgid "Large"
427
+ msgstr "grand"
428
 
429
+ #: admin/views/form-media-handling.php:129
430
  msgid "Add custom sizes"
431
+ msgstr "Ajouter des formats personnalisés"
432
 
433
+ #: admin/views/form-media-handling.php:139
434
  msgid "Media SEO & Advanced Options"
435
+ msgstr "Médias SEO & Options avancées"
436
 
437
+ #: admin/views/form-media-handling.php:143
438
  msgid "Set image Title:"
439
+ msgstr "l'image Set Titre:"
440
 
441
+ #: admin/views/form-media-handling.php:150
442
  msgid "Set image Caption:"
443
+ msgstr "l'image Set Légende:"
444
 
445
+ #: admin/views/form-media-handling.php:157
446
  msgid "Set image Alt Text:"
447
+ msgstr "Définir l'image Alt Text:"
448
 
449
+ #: admin/views/form-media-handling.php:163
450
  msgid "Set image Description:"
451
+ msgstr "l'image Set Description:"
452
 
453
+ #: admin/views/form-media-handling.php:169
454
  msgid "Change image file name to:"
455
+ msgstr "Changer l'image Nom du fichier:"
456
 
457
+ #: admin/views/form-media-handling.php:181
458
+ #: admin/views/form-mapping-configuration.php:236
459
  msgid "Continue"
460
  msgstr "continuer"
461
 
462
+ #: admin/views/form-log-manager.php:43
463
  msgid "Log Info"
464
  msgstr "Informations sur le journal"
465
 
466
+ #: admin/views/form-log-manager.php:53
467
  msgid "FileName"
468
  msgstr "Nom de fichier:"
469
 
470
+ #: admin/views/form-log-manager.php:54
471
  msgid "Module"
472
  msgstr "Module"
473
 
474
+ #: admin/views/form-log-manager.php:55
475
  msgid "Inserted"
476
  msgstr "Inséré"
477
 
478
+ #: admin/views/form-log-manager.php:56
479
  msgid "Updated"
480
  msgstr "Actualisé"
481
 
482
+ #: admin/views/form-log-manager.php:57
483
  msgid "Skipped"
484
  msgstr "Ignoré"
485
 
486
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
487
  msgid "Download"
488
  msgstr "Télécharger"
489
 
490
+ #: admin/views/form-log-manager.php:67
491
  msgid "Revision: "
492
  msgstr "Révision"
493
 
494
+ #: admin/views/form-ignite-import.php:72
495
  msgid "Resume"
496
  msgstr "CV"
497
 
498
+ #: admin/views/form-ignite-import.php:73
499
  msgid "Pause"
500
  msgstr "Pause"
501
 
502
+ #: admin/views/form-ignite-import.php:74
503
+ msgid "New Import"
504
+ msgstr "Nouvelle importation"
505
+
506
+ #: admin/views/form-ignite-import.php:79
507
  msgid "File Name:"
508
  msgstr "Nom de fichier:"
509
 
510
+ #: admin/views/form-ignite-import.php:80
511
  msgid "File Size:"
512
  msgstr "Taille du fichier:"
513
 
514
+ #: admin/views/form-ignite-import.php:83
515
  msgid "Process:"
516
  msgstr "Processus:"
517
 
518
+ #: admin/views/form-ignite-import.php:84
519
  msgid "Total no of records:"
520
  msgstr "Nombre total d'enregistrements:"
521
 
522
+ #: admin/views/form-ignite-import.php:87
523
+ msgid "Time Elapsed:"
524
+ msgstr "Temps écoulé:"
525
 
526
+ #: admin/views/form-ignite-import.php:91
527
  msgid "Remaining Record:"
528
  msgstr "Enregistrement restant:"
529
 
530
+ #: admin/views/form-ignite-import.php:93
531
  msgid "Current Processing Record:"
532
  msgstr "Enregistrement de traitement actuel:"
533
 
534
+ #: admin/views/form-ignite-import.php:104
535
  msgid "Log section"
536
  msgstr "Section du journal"
537
 
538
+ #: admin/views/form-ignite-import.php:111
539
  msgid "CLICK HERE TO DOWNLOAD LOG"
540
  msgstr "CLIQUEZ ICI POUR TELECHARGER LOG"
541
 
542
+ #: admin/views/form-ignite-import.php:123
543
  msgid "continue"
544
  msgstr "continuer"
545
 
546
+ #: admin/views/form-export-data.php:69
547
  msgid "Select your module to export the data"
548
  msgstr "Sélectionnez votre module pour exporter les données"
549
 
550
+ #: admin/views/form-export-data.php:71
551
  msgid "Post"
552
  msgstr "Poster"
553
 
554
+ #: admin/views/form-export-data.php:72
555
  msgid "Eshop"
556
  msgstr "Eshop"
557
 
558
+ #: admin/views/form-export-data.php:75
559
  msgid "Page"
560
  msgstr "Page"
561
 
562
+ #: admin/views/form-export-data.php:76
563
  msgid "Wp-Commerce"
564
  msgstr "Wp-Commerce"
565
 
566
+ #: admin/views/form-export-data.php:80
567
  msgid "Custom Post"
568
  msgstr "Poste personnalisé"
569
 
570
+ #: admin/views/form-export-data.php:82 admin/views/form-export-data.php:108
571
  msgid "--Select--"
572
  msgstr "--Sélectionner--"
573
 
574
+ #: admin/views/form-export-data.php:94
575
  msgid "Woo-Commerce"
576
  msgstr "Woo-Commerce"
577
 
578
+ #: admin/views/form-export-data.php:97
579
  msgid "Category"
580
  msgstr "Catégorie"
581
 
582
+ #: admin/views/form-export-data.php:98
583
  msgid "Marketpress"
584
  msgstr "Marketpress"
585
 
586
+ #: admin/views/form-export-data.php:101
587
  msgid "Tags"
588
  msgstr "Mots clés"
589
 
590
+ #: admin/views/form-export-data.php:102
591
  msgid "Customer Reviews"
592
  msgstr "Avis des clients"
593
 
594
+ #: admin/views/form-export-data.php:106
595
  msgid "Taxonomies"
596
  msgstr "Taxonomies"
597
 
598
+ #: admin/views/form-export-data.php:119
599
  msgid "Comments"
600
  msgstr "commentaires"
601
 
602
+ #: admin/views/form-export-data.php:122
603
  msgid "Users"
604
  msgstr "Utilisateurs"
605
 
606
+ #: admin/views/form-export-data.php:126
607
  msgid "Proceed"
608
  msgstr "Procéder"
609
 
610
+ #: admin/views/form-export-data.php:147
611
  msgid "To export data based on the filters"
612
  msgstr "Pour exporter des données basées sur les filtres"
613
 
614
+ #: admin/views/form-export-data.php:149
615
+ msgid "Export File Name:"
616
+ msgstr "Nom du fichier d'exportation:"
617
+
618
+ #: admin/views/form-export-data.php:154
619
  msgid "Export data with auto delimiters"
620
  msgstr "Exporter des données avec des délimiteurs automatiques"
621
 
622
+ #: admin/views/form-export-data.php:158
623
+ msgid "Delimiters"
624
+ msgstr "Delimiters"
625
+
626
+ #: admin/views/form-export-data.php:167
627
+ msgid "Other Delimiters"
628
+ msgstr "Autres Delimiters"
629
+
630
+ #: admin/views/form-export-data.php:182
631
  msgid "Export data for the specific period"
632
  msgstr "Données d'exportation pour la période donnée"
633
 
634
+ #: admin/views/form-export-data.php:184
635
  msgid "Start From"
636
  msgstr "Commencer à partir de"
637
 
638
+ #: admin/views/form-export-data.php:185
639
  msgid "End To"
640
  msgstr "Fin à"
641
 
642
+ #: admin/views/form-export-data.php:193
643
  msgid "Export data with the specific status"
644
  msgstr "Exporter des données avec le statut spécifique"
645
 
646
+ #: admin/views/form-export-data.php:196
647
  msgid "Status"
648
  msgstr "statut"
649
 
650
+ #: admin/views/form-export-data.php:198 admin/views/form-export-data.php:218
651
  msgid "All"
652
  msgstr "Tout"
653
 
654
+ #: admin/views/form-export-data.php:199
655
  msgid "Publish"
656
  msgstr "Publier"
657
 
658
+ #: admin/views/form-export-data.php:200
659
  msgid "Sticky"
660
  msgstr "Gluant"
661
 
662
+ #: admin/views/form-export-data.php:201
663
  msgid "Private"
664
  msgstr "Privé"
665
 
666
+ #: admin/views/form-export-data.php:202
667
  msgid "Protected"
668
  msgstr "Protégé"
669
 
670
+ #: admin/views/form-export-data.php:203
671
  msgid "Draft"
672
  msgstr "Brouillon"
673
 
674
+ #: admin/views/form-export-data.php:204
675
  msgid "Pending"
676
  msgstr "en attendant"
677
 
678
+ #: admin/views/form-export-data.php:212
679
  msgid "Export data by specific authors"
680
  msgstr "Exporter des données par des auteurs spécifiques"
681
 
682
+ #: admin/views/form-export-data.php:215
683
  msgid "Authors"
684
+ msgstr "Arrière"
685
 
686
+ #: admin/views/form-export-data.php:228
687
  msgid "Export data based on specific exclusions"
688
  msgstr "Exporter des données en fonction d'exclusions spécifiques"
689
 
690
+ #: admin/views/form-export-data.php:293
691
  msgid "No fields Found!"
692
  msgstr "Aucun champ trouvé!"
693
 
694
+ #: admin/views/form-mapping-configuration.php:84
 
 
 
 
 
695
  msgid "Mapping Section"
696
+ msgstr "cartographie Section"
697
 
698
+ #: admin/views/form-mapping-configuration.php:114
699
  msgid "WP Fields"
700
  msgstr "WP Fields"
701
 
702
+ #: admin/views/form-mapping-configuration.php:115
703
  msgid "CSV Header"
704
  msgstr "En-tête CSV"
705
 
706
+ #: admin/views/form-settings-view.php:184
707
+ #: admin/views/form-settings-view.php:202
708
  msgid "General Settings"
709
  msgstr "réglages généraux"
710
 
711
+ #: admin/views/form-settings-view.php:188
712
  msgid "Database optimization"
713
  msgstr "Optimisation de la base de données"
714
 
715
+ #: admin/views/form-settings-view.php:192
716
+ #: admin/views/form-settings-view.php:279
717
  msgid "Security and Performance"
718
  msgstr "Sécurité et performance"
719
 
720
+ #: admin/views/form-settings-view.php:206
721
  msgid "Drop Table"
722
  msgstr "Tableau de baisse"
723
 
724
+ #: admin/views/form-settings-view.php:207
725
  msgid ""
726
  "If enabled plugin deactivation will remove plugin data, this cannot be "
727
  "restored."
729
  "Si la désactivation du plug-in est activée, les données du plugin ne seront "
730
  "pas restaurées."
731
 
732
+ #: admin/views/form-settings-view.php:222
733
  msgid "Scheduled log mails"
734
  msgstr "Courrier journalisé planifié"
735
 
736
+ #: admin/views/form-settings-view.php:223
737
  msgid "Enable to get scheduled log mails."
738
  msgstr "Activer pour obtenir des journaux de journalisation planifiés."
739
 
740
+ #: admin/views/form-settings-view.php:238
741
  msgid "Send password to user"
742
  msgstr "Envoyer le mot de passe à l'utilisateur"
743
 
744
+ #: admin/views/form-settings-view.php:239
745
  msgid "Enable to send password information through email."
746
  msgstr ""
747
  "Activer pour envoyer des informations de mot de passe par courrier "
748
  "électronique."
749
 
750
+ #: admin/views/form-settings-view.php:254
751
  msgid "Woocommerce Custom attribute"
752
  msgstr "Attribut personnalisé Woocommerce"
753
 
754
+ #: admin/views/form-settings-view.php:255
755
  msgid "Enables to register woocommrce custom attribute."
756
  msgstr "Permet d'enregistrer l'attribut woocommrce personnalisé."
757
 
758
+ #: admin/views/form-settings-view.php:270
759
  msgid "Database Optimization"
760
  msgstr "Optimisation des bases de données"
761
 
762
+ #: admin/views/form-settings-view.php:273
763
  msgid "This feature is only available in PRO"
764
  msgstr "Cette fonctionnalité n'est disponible que dans PRO"
765
 
766
+ #: admin/views/form-settings-view.php:286
767
  msgid "Allow authors/editors to import"
768
  msgstr "Autoriser les auteurs / éditeurs à importer"
769
 
770
+ #: admin/views/form-settings-view.php:287
771
  msgid "This enables authors/editors to import."
772
  msgstr "Cela permet aux auteurs / éditeurs d'importer."
773
 
774
+ #: admin/views/form-settings-view.php:308
 
 
 
 
 
 
 
 
775
  msgid "Minimum required php.ini values (Ini configured values)"
776
  msgstr "Valeurs minimales requises de php.ini (valeurs configurées Ini)"
777
 
778
+ #: admin/views/form-settings-view.php:313
779
  msgid "Variables"
780
  msgstr "Variables"
781
 
782
+ #: admin/views/form-settings-view.php:316
783
  msgid "System values"
784
  msgstr "Valeurs système"
785
 
786
+ #: admin/views/form-settings-view.php:319
787
  msgid "Minimum Requirements"
788
  msgstr "Exigences minimales"
789
 
790
+ #: admin/views/form-settings-view.php:323
791
  msgid "post_max_size"
792
  msgstr "Post_max_size"
793
 
794
+ #: admin/views/form-settings-view.php:328
795
  msgid "auto_append_file"
796
  msgstr "Auto_append_file"
797
 
798
+ #: admin/views/form-settings-view.php:333
799
  msgid "auto_prepend_file"
800
  msgstr "Exigences minimales"
801
 
802
+ #: admin/views/form-settings-view.php:338
803
  msgid "upload_max_filesize"
804
  msgstr "Upload_max_filesize"
805
 
806
+ #: admin/views/form-settings-view.php:343
807
  msgid "file_uploads"
808
  msgstr "File_uploads"
809
 
810
+ #: admin/views/form-settings-view.php:348
811
  msgid "allow_url_fopen"
812
  msgstr "Allow_url_fopen"
813
 
814
+ #: admin/views/form-settings-view.php:353
815
  msgid "max_execution_time"
816
  msgstr "Max_execution_time"
817
 
818
+ #: admin/views/form-settings-view.php:358
819
  msgid "max_input_time"
820
  msgstr "Max_input_time"
821
 
822
+ #: admin/views/form-settings-view.php:363
823
  msgid "max_input_vars"
824
  msgstr "Max_input_vars"
825
 
826
+ #: admin/views/form-settings-view.php:368
827
  msgid "memory_limit"
828
  msgstr "Memory_limit"
829
 
830
+ #: admin/views/form-settings-view.php:375
831
  msgid "Required to enable/disable Loaders, Extentions and modules:"
832
  msgstr ""
833
  "Nécessaire pour activer / désactiver les chargeurs, extensions et modules:"
834
 
835
+ #: admin/views/form-settings-view.php:382
836
  msgid "PDO"
837
  msgstr "AOP"
838
 
839
+ #: admin/views/form-settings-view.php:384
840
+ #: admin/views/form-settings-view.php:393
 
841
  msgid "Yes"
842
  msgstr "Oui"
843
 
844
+ #: admin/views/form-settings-view.php:386
845
+ #: admin/views/form-settings-view.php:395
 
846
  msgid "No"
847
  msgstr "Non"
848
 
849
+ #: admin/views/form-settings-view.php:391
850
  msgid "Curl"
851
  msgstr "Boucle"
852
 
853
+ #: admin/views/form-settings-view.php:402
854
+ #: admin/views/form-settings-view.php:443
855
+ msgid "Disabled"
856
+ msgstr "handicapé"
857
 
858
+ #: admin/views/form-settings-view.php:409
859
  msgid "Debug Information:"
860
  msgstr "Informations de débogage:"
861
 
862
+ #: admin/views/form-settings-view.php:412
863
  msgid "WordPress Version"
864
  msgstr "Version WordPress"
865
 
866
+ #: admin/views/form-settings-view.php:417
867
  msgid "PHP Version"
868
  msgstr "Version PHP"
869
 
870
+ #: admin/views/form-settings-view.php:422
871
  msgid "MySQL Version"
872
  msgstr "Version MySQL"
873
 
874
+ #: admin/views/form-settings-view.php:427
875
  msgid "Server SoftWare"
876
  msgstr "Serveur SoftWare"
877
 
878
+ #: admin/views/form-settings-view.php:432
879
  msgid "Your User Agent"
880
  msgstr "Votre agent utilisateur"
881
 
882
+ #: admin/views/form-settings-view.php:437
883
  msgid "WPDB Prefix"
884
  msgstr "Votre agent utilisateur"
885
 
886
+ #: admin/views/form-settings-view.php:442
887
  msgid "WP Multisite Mode"
888
  msgstr "Mode WP Multisite"
889
 
890
+ #: admin/views/form-settings-view.php:443
891
  msgid "Enabled"
892
  msgstr "Activée"
893
 
894
+ #: admin/views/form-settings-view.php:447
 
 
 
 
895
  msgid "WP Memory Limit"
896
  msgstr "Limite mémoire WP"
897
 
898
+ #: admin/views/form-settings-view.php:468
899
  msgid "Smackcoders Guidelines"
900
  msgstr "Directives Smackcoders"
901
 
902
+ #: admin/views/form-settings-view.php:469
903
+ msgid "24 hours FREE Pro Trial"
904
+ msgstr "Trial 24 heures GRATUIT Pro"
905
+
906
+ #: admin/views/form-settings-view.php:470
907
+ msgid "Live Demo"
908
+ msgstr "live Demo"
909
+
910
+ #: admin/views/form-settings-view.php:471
911
  msgid "Development News"
912
  msgstr "Développement"
913
 
914
+ #: admin/views/form-settings-view.php:472
915
  msgid "Whats New?"
916
  msgstr "Quoi de neuf?"
917
 
918
+ #: admin/views/form-settings-view.php:473
919
  msgid " Documentation"
920
  msgstr "Documentation"
921
 
922
+ #: admin/views/form-settings-view.php:474
923
  msgid "Youtube Channel"
924
  msgstr "Chaîne Youtube"
925
 
926
+ #: admin/views/form-settings-view.php:475
927
+ msgid " Other WordPress Plugins"
928
+ msgstr "Autres WordPress Plugins"
languages/wp-ultimate-csv-importer-it_IT.mo ADDED
Binary file
languages/wp-ultimate-csv-importer-it_IT.po ADDED
@@ -0,0 +1,926 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 18:54+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.4\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html;esc_html__;"
13
+ "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Language: en_EN\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: index.php:208
20
+ msgid "no of Orphaned Post/Page meta has been removed."
21
+ msgstr "nessuna di orfano Articolo / Pagina meta è stata rimossa."
22
+
23
+ #: index.php:209
24
+ msgid "no of Unassigned tags has been removed."
25
+ msgstr "nessuna delle modifiche non assegnati è stato rimosso."
26
+
27
+ #: index.php:210
28
+ msgid "no of Post/Page revisions has been removed."
29
+ msgstr "nessuna di Post / Pagina revisioni è stato rimosso."
30
+
31
+ #: index.php:211
32
+ msgid "no of Auto drafted Post/Page has been removed."
33
+ msgstr "nessuna di Auto redatto post / pagina è stata rimossa."
34
+
35
+ #: index.php:212
36
+ msgid "no of Post/Page in trash has been removed."
37
+ msgstr "nessuna di post / pagina nella spazzatura è stata rimossa."
38
+
39
+ #: index.php:213
40
+ msgid "no of Spam comments has been removed."
41
+ msgstr "nessuna di commenti spam è stato rimosso."
42
+
43
+ #: index.php:214
44
+ msgid "no of Comments in trash has been removed."
45
+ msgstr "nessuna di commenti nel cestino è stato rimosso."
46
+
47
+ #: index.php:215
48
+ msgid "no of Unapproved comments has been removed."
49
+ msgstr "nessuna di commenti non approvati è stato rimosso."
50
+
51
+ #: index.php:216
52
+ msgid "no of Pingback comments has been removed."
53
+ msgstr "nessuna di commenti Pingback è stato rimosso."
54
+
55
+ #: index.php:217
56
+ msgid "no of Trackback comments has been removed."
57
+ msgstr "nessuna di commenti Trackback è stato rimosso."
58
+
59
+ #: includes/class-uci-install.php:94
60
+ msgid ""
61
+ "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
+ "the latest version!"
63
+ msgstr ""
64
+ "Ultimo CSV Importatore aggiornamento dei dati PRO completa. Grazie per "
65
+ "l'aggiornamento alla versione più recente!"
66
+
67
+ #: includes/class-uci-install.php:175
68
+ msgid "Schedule images on every second"
69
+ msgstr "immagini di programma inserita ogni secondo"
70
+
71
+ #: includes/class-uci-install.php:179
72
+ msgid "Schedule emails on every second"
73
+ msgstr "messaggi di posta elettronica di programma inserita ogni secondo"
74
+
75
+ #: includes/class-uci-install.php:435
76
+ msgid "Upgrade to Pro"
77
+ msgstr "Aggiornamento a Pro"
78
+
79
+ #: includes/class-uci-install.php:436
80
+ msgid "View WP Ultimate CSV Importer Pro Documentation"
81
+ msgstr "Vedi WP ultimo CSV Importer Pro Documentazione"
82
+
83
+ #: includes/class-uci-install.php:436
84
+ msgid "Docs"
85
+ msgstr "Documenti"
86
+
87
+ #: includes/class-uci-install.php:437
88
+ msgid "View Videos For WP Ultimate CSV Importer Pro"
89
+ msgstr "Vedi Video per WP ultimo CSV Importer Pro"
90
+
91
+ #: includes/class-uci-install.php:437
92
+ msgid "Videos"
93
+ msgstr "Video"
94
+
95
+ #: includes/class-uci-install.php:438
96
+ msgid "Contact Support"
97
+ msgstr "Contatta il supporto"
98
+
99
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
100
+ #: admin/class-uci-admin.php:122
101
+ msgid "Support"
102
+ msgstr "Supporto"
103
+
104
+ #: includes/class-uci-install.php:439
105
+ msgid "Get your free trail"
106
+ msgstr "Ottenere il vostro percorso gratuito"
107
+
108
+ #: includes/class-uci-install.php:439
109
+ msgid "Free Trail"
110
+ msgstr "Prova gratuita"
111
+
112
+ #: includes/class-uci-install.php:453
113
+ msgid "Important Upgrade Notice:"
114
+ msgstr "Importante Avviso di aggiornamento:"
115
+
116
+ #: includes/class-uci-install.php:463
117
+ msgid "Upgrade Notice:"
118
+ msgstr "Avviso di aggiornamento:"
119
+
120
+ #: includes/class-uci-install.php:463
121
+ msgid "Download and replace the latest version of"
122
+ msgstr "Scaricare e sostituire la versione più recente di"
123
+
124
+ #: includes/class-uci-install.php:463
125
+ msgid "for 10x faster import performance with easy user interface."
126
+ msgstr ""
127
+ "per 10 volte le prestazioni di importazione più veloce con interfaccia "
128
+ "utente semplice."
129
+
130
+ #: includes/class-uci-install.php:472
131
+ msgid "Notice:"
132
+ msgstr "Avviso:"
133
+
134
+ #: includes/class-uci-install.php:472
135
+ msgid ""
136
+ "To populate Featured images, Please make sure that CRON is enabled in your "
137
+ "server."
138
+ msgstr ""
139
+ "Per popolare Le immagini del momento, Assicurarsi che cron è abilitato sul "
140
+ "server."
141
+
142
+ #: includes/class-uci-install.php:484
143
+ msgid ""
144
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
145
+ msgstr ""
146
+ "Se amate WP ultimo CSV Importatore ci mostrano si cura con una recensione a "
147
+ "5 stelle su"
148
+
149
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
150
+ msgid "wordpress.org!"
151
+ msgstr "wordpress.org!"
152
+
153
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
154
+ #: includes/class-uci-helper.php:1738
155
+ msgid "Edit this item"
156
+ msgstr "Modifica questa voce"
157
+
158
+ #: includes/class-uci-helper.php:1738
159
+ #, php-format
160
+ msgid "View &#8220;%s&#8221;"
161
+ msgstr "View &#8220;%s&#8221;"
162
+
163
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
164
+ msgid "Dashboard"
165
+ msgstr "scrivania"
166
+
167
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
168
+ msgid "Import / Update"
169
+ msgstr "Import / Aggiornamento"
170
+
171
+ #: admin/class-uci-admin.php:68
172
+ msgid "Managers"
173
+ msgstr "I gestori"
174
+
175
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
176
+ #: admin/views/form-export-data.php:323
177
+ msgid "Export"
178
+ msgstr "Esportare"
179
+
180
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
181
+ msgid "Settings"
182
+ msgstr "impostazioni"
183
+
184
+ #: admin/class-uci-admin.php:119
185
+ msgid "Manager"
186
+ msgstr "Manager"
187
+
188
+ #: admin/views/form-file-manager.php:43
189
+ #: admin/views/form-template-manager.php:43
190
+ #: admin/views/form-schedule-manager.php:44
191
+ #: admin/views/form-file-import-method.php:155
192
+ msgid "This feature is only available in PRO."
193
+ msgstr "Questa funzione è disponibile solo in PRO."
194
+
195
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
196
+ #: admin/views/form-support-view.php:42
197
+ #: admin/views/form-file-import-method.php:66
198
+ #: admin/views/form-import-configuration.php:68
199
+ #: admin/views/form-media-handling.php:64
200
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
201
+ #: admin/views/form-settings-view.php:172
202
+ #: admin/views/form-settings-view.php:196
203
+ #: admin/views/form-settings-view.php:461
204
+ msgid "Documentation"
205
+ msgstr "Documentazione"
206
+
207
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
208
+ #: admin/views/form-support-view.php:43
209
+ #: admin/views/form-file-import-method.php:67
210
+ #: admin/views/form-import-configuration.php:69
211
+ #: admin/views/form-media-handling.php:65
212
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
213
+ #: admin/views/form-settings-view.php:173
214
+ msgid "Sample CSV"
215
+ msgstr "CSV di esempio"
216
+
217
+ #: admin/views/form-dashboard-view.php:47
218
+ msgid "Importers Activity"
219
+ msgstr "importatori"
220
+
221
+ #: admin/views/form-dashboard-view.php:54
222
+ msgid "Import Statistics"
223
+ msgstr "Importa Statistiche"
224
+
225
+ #: admin/views/form-manager-view.php:54
226
+ msgid "File Manager"
227
+ msgstr "File manager"
228
+
229
+ #: admin/views/form-manager-view.php:57
230
+ msgid "Smart Schedule"
231
+ msgstr "intelligente Schedule"
232
+
233
+ #: admin/views/form-manager-view.php:60
234
+ msgid "Templates"
235
+ msgstr "Modelli"
236
+
237
+ #: admin/views/form-manager-view.php:65
238
+ msgid "Log Manager"
239
+ msgstr "Log manager"
240
+
241
+ #: admin/views/form-static-formula-views.php:45
242
+ msgid ""
243
+ "HINT: Specify the CSV header to be added in between the curley braces({ })."
244
+ msgstr ""
245
+ "SUGGERIMENTO: specificare l'intestazione CSV da aggiungere tra le parentesi "
246
+ "graffe Curley ({})."
247
+
248
+ #: admin/views/form-static-formula-views.php:45
249
+ msgid "Example: {post_title}"
250
+ msgstr "Esempio: {} post_title"
251
+
252
+ #: admin/views/form-static-formula-views.php:46
253
+ #: admin/views/form-static-formula-views.php:54
254
+ #: admin/views/form-file-import-method.php:58
255
+ msgid "Close"
256
+ msgstr "Vicino"
257
+
258
+ #: admin/views/form-static-formula-views.php:53
259
+ msgid ""
260
+ "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
261
+ "{}.Example: MATH ({product_quantity}/{discount_price})"
262
+ msgstr ""
263
+ "SUGGERIMENTO: specificare operatore (+, -, *, /) e l'intestazione CSV come "
264
+ "operando in Math () {} entro .Esempio: MATEMATICA ({product_quantity} / {} "
265
+ "discount_price)"
266
+
267
+ #: admin/views/form-support-view.php:46
268
+ msgid ""
269
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
270
+ "on"
271
+ msgstr ""
272
+ "Se amate WP ultimo CSV Importatore mostrarci la vostra cura con una "
273
+ "recensione a 5 stelle su"
274
+
275
+ #: admin/views/form-support-view.php:49
276
+ msgid "Enquiry form"
277
+ msgstr "Modulo di richiesta"
278
+
279
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
280
+ msgid "Email"
281
+ msgstr "E-mail"
282
+
283
+ #: admin/views/form-support-view.php:56
284
+ msgid "Enquiry type"
285
+ msgstr "tipo Richiesta"
286
+
287
+ #: admin/views/form-support-view.php:58
288
+ msgid "Bug Reporting"
289
+ msgstr "bug report"
290
+
291
+ #: admin/views/form-support-view.php:59
292
+ msgid "Pre-Sale Enquiry"
293
+ msgstr "Pre-Vendita Richiesta"
294
+
295
+ #: admin/views/form-support-view.php:60
296
+ msgid "Feature Enhancement"
297
+ msgstr "Miglioramento caratteristica"
298
+
299
+ #: admin/views/form-support-view.php:63
300
+ msgid "Message"
301
+ msgstr "Messaggio"
302
+
303
+ #: admin/views/form-support-view.php:77
304
+ msgid "News Letter Subscription"
305
+ msgstr "Sottoscrizione alla Newsletter"
306
+
307
+ #: admin/views/form-support-view.php:93
308
+ msgid "Note"
309
+ msgstr "Nota"
310
+
311
+ #: admin/views/form-support-view.php:94
312
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
313
+ msgstr "Iscriviti alla Mailing list Smackcoders (un paio di messaggi all'anno)"
314
+
315
+ #: admin/views/form-support-view.php:95
316
+ msgid ""
317
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
318
+ "acknowledgement within an hour!"
319
+ msgstr ""
320
+ "Si prega di redigere una mail a support@smackcoders.com. Se non c'è niente "
321
+ "di riconoscimento nel giro di un'ora!"
322
+
323
+ #: admin/views/form-file-import-method.php:51
324
+ msgid "Choose CSV/XML to import"
325
+ msgstr "Scegli CSV / XML per l'importazione"
326
+
327
+ #: admin/views/form-file-import-method.php:85
328
+ msgid "Upload from Desktop"
329
+ msgstr "Carica da desktop"
330
+
331
+ #: admin/views/form-file-import-method.php:89
332
+ msgid "Upload from FTP/SFTP"
333
+ msgstr "Carica da FTP / SFTP"
334
+
335
+ #: admin/views/form-file-import-method.php:93
336
+ msgid "Upload from URL"
337
+ msgstr "Carica da URL"
338
+
339
+ #: admin/views/form-file-import-method.php:97
340
+ msgid "Choose File in the Server"
341
+ msgstr "Scegliere File nel server"
342
+
343
+ #: admin/views/form-file-import-method.php:119
344
+ msgid "New Items"
345
+ msgstr "Nuovi oggetti"
346
+
347
+ #: admin/views/form-file-import-method.php:122
348
+ msgid " Existing Items"
349
+ msgstr "elementi esistenti"
350
+
351
+ #: admin/views/form-file-import-method.php:127
352
+ msgid "Import each record as"
353
+ msgstr "Importare ogni record come"
354
+
355
+ #: admin/views/form-file-import-method.php:150
356
+ msgid "Click here to upload from desktop"
357
+ msgstr "Clicca qui per caricare dal desktop"
358
+
359
+ #: admin/views/form-import-configuration.php:73
360
+ msgid "Import configuration Section"
361
+ msgstr "Importa sezione di configurazione"
362
+
363
+ #: admin/views/form-import-configuration.php:80
364
+ msgid "Do you want to handle the duplicate on existing records ?"
365
+ msgstr "Vuoi gestire il duplicato su record esistenti?"
366
+
367
+ #: admin/views/form-import-configuration.php:86
368
+ msgid "Mention the fields which you want to handle duplicates"
369
+ msgstr "Parlare dei campi di cui si desidera gestire i duplicati"
370
+
371
+ #: admin/views/form-import-configuration.php:103
372
+ msgid "Do you want to Schedule this Import"
373
+ msgstr "Vuoi pianificare questo Import"
374
+
375
+ #: admin/views/form-import-configuration.php:111
376
+ #: admin/views/form-media-handling.php:179
377
+ #: admin/views/form-export-data.php:322
378
+ #: admin/views/form-mapping-configuration.php:232
379
+ msgid "Back"
380
+ msgstr "Indietro"
381
+
382
+ #: admin/views/form-import-configuration.php:114
383
+ msgid "Schedule right now"
384
+ msgstr "Pianificare in questo momento"
385
+
386
+ #: admin/views/form-import-configuration.php:115
387
+ msgid "Schedule Later"
388
+ msgstr "Programma tardi"
389
+
390
+ #: admin/views/form-media-handling.php:71
391
+ msgid "Media Handling"
392
+ msgstr "gestione dei supporti"
393
+
394
+ #: admin/views/form-media-handling.php:77
395
+ msgid "Image Handling"
396
+ msgstr "gestione delle immagini"
397
+
398
+ #: admin/views/form-media-handling.php:81
399
+ msgid "Download external images to your media"
400
+ msgstr "Scarica immagini esterne per i file multimediali"
401
+
402
+ #: admin/views/form-media-handling.php:92
403
+ msgid "Use media images if already available"
404
+ msgstr "Utilizzare le immagini dei media, se già disponibile"
405
+
406
+ #: admin/views/form-media-handling.php:93
407
+ msgid "Do you want to overwrite the existing images"
408
+ msgstr "Si desidera sovrascrivere le immagini esistenti"
409
+
410
+ #: admin/views/form-media-handling.php:98
411
+ msgid "NextGEN Gallery support on featured image"
412
+ msgstr "Supporto NextGEN Galleria Foto di presentazione su"
413
+
414
+ #: admin/views/form-media-handling.php:112
415
+ msgid "Thumbnail"
416
+ msgstr "Thumbnail"
417
+
418
+ #: admin/views/form-media-handling.php:113
419
+ msgid "Medium"
420
+ msgstr "medio"
421
+
422
+ #: admin/views/form-media-handling.php:114
423
+ msgid "Medium Large"
424
+ msgstr "medio Grande"
425
+
426
+ #: admin/views/form-media-handling.php:115
427
+ msgid "Large"
428
+ msgstr "Grande"
429
+
430
+ #: admin/views/form-media-handling.php:129
431
+ msgid "Add custom sizes"
432
+ msgstr "Aggiungere formati personalizzati"
433
+
434
+ #: admin/views/form-media-handling.php:139
435
+ msgid "Media SEO & Advanced Options"
436
+ msgstr "Media SEO & avanzate"
437
+
438
+ #: admin/views/form-media-handling.php:143
439
+ msgid "Set image Title:"
440
+ msgstr "Set immagine Titolo:"
441
+
442
+ #: admin/views/form-media-handling.php:150
443
+ msgid "Set image Caption:"
444
+ msgstr "Set Didascalia immagine:"
445
+
446
+ #: admin/views/form-media-handling.php:157
447
+ msgid "Set image Alt Text:"
448
+ msgstr "Impostare immagine Alt Text:"
449
+
450
+ #: admin/views/form-media-handling.php:163
451
+ msgid "Set image Description:"
452
+ msgstr "Set immagine Descrizione:"
453
+
454
+ #: admin/views/form-media-handling.php:169
455
+ msgid "Change image file name to:"
456
+ msgstr "Cambia immagine il nome del file per:"
457
+
458
+ #: admin/views/form-media-handling.php:181
459
+ #: admin/views/form-mapping-configuration.php:236
460
+ msgid "Continue"
461
+ msgstr "proseguire"
462
+
463
+ #: admin/views/form-log-manager.php:43
464
+ msgid "Log Info"
465
+ msgstr "Info Log"
466
+
467
+ #: admin/views/form-log-manager.php:53
468
+ msgid "FileName"
469
+ msgstr "Nome del file"
470
+
471
+ #: admin/views/form-log-manager.php:54
472
+ msgid "Module"
473
+ msgstr "Modulo"
474
+
475
+ #: admin/views/form-log-manager.php:55
476
+ msgid "Inserted"
477
+ msgstr "inserito"
478
+
479
+ #: admin/views/form-log-manager.php:56
480
+ msgid "Updated"
481
+ msgstr "aggiornato"
482
+
483
+ #: admin/views/form-log-manager.php:57
484
+ msgid "Skipped"
485
+ msgstr "saltato"
486
+
487
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
488
+ msgid "Download"
489
+ msgstr "Scaricare"
490
+
491
+ #: admin/views/form-log-manager.php:67
492
+ msgid "Revision: "
493
+ msgstr "Revisione:"
494
+
495
+ #: admin/views/form-ignite-import.php:72
496
+ msgid "Resume"
497
+ msgstr "Curriculum vitae"
498
+
499
+ #: admin/views/form-ignite-import.php:73
500
+ msgid "Pause"
501
+ msgstr "Pausa"
502
+
503
+ #: admin/views/form-ignite-import.php:74
504
+ msgid "New Import"
505
+ msgstr "nuova importazione"
506
+
507
+ #: admin/views/form-ignite-import.php:79
508
+ msgid "File Name:"
509
+ msgstr "Nome del file:"
510
+
511
+ #: admin/views/form-ignite-import.php:80
512
+ msgid "File Size:"
513
+ msgstr "Dimensione del file:"
514
+
515
+ #: admin/views/form-ignite-import.php:83
516
+ msgid "Process:"
517
+ msgstr "Processo:"
518
+
519
+ #: admin/views/form-ignite-import.php:84
520
+ msgid "Total no of records:"
521
+ msgstr "no totale di record:"
522
+
523
+ #: admin/views/form-ignite-import.php:87
524
+ msgid "Time Elapsed:"
525
+ msgstr "Tempo trascorso:"
526
+
527
+ #: admin/views/form-ignite-import.php:91
528
+ msgid "Remaining Record:"
529
+ msgstr "Record rimanente:"
530
+
531
+ #: admin/views/form-ignite-import.php:93
532
+ msgid "Current Processing Record:"
533
+ msgstr "Current Record Processing:"
534
+
535
+ #: admin/views/form-ignite-import.php:104
536
+ msgid "Log section"
537
+ msgstr "sezione Log"
538
+
539
+ #: admin/views/form-ignite-import.php:111
540
+ msgid "CLICK HERE TO DOWNLOAD LOG"
541
+ msgstr "CLICCA QUI PER SCARICARE LOG"
542
+
543
+ #: admin/views/form-ignite-import.php:123
544
+ msgid "continue"
545
+ msgstr "proseguire"
546
+
547
+ #: admin/views/form-export-data.php:69
548
+ msgid "Select your module to export the data"
549
+ msgstr "Seleziona il tuo modulo per esportare i dati"
550
+
551
+ #: admin/views/form-export-data.php:71
552
+ msgid "Post"
553
+ msgstr "Inviare"
554
+
555
+ #: admin/views/form-export-data.php:72
556
+ msgid "Eshop"
557
+ msgstr "eshop"
558
+
559
+ #: admin/views/form-export-data.php:75
560
+ msgid "Page"
561
+ msgstr "Pagina"
562
+
563
+ #: admin/views/form-export-data.php:76
564
+ msgid "Wp-Commerce"
565
+ msgstr "Wp-Commerce"
566
+
567
+ #: admin/views/form-export-data.php:80
568
+ msgid "Custom Post"
569
+ msgstr "Messaggio personalizzato"
570
+
571
+ #: admin/views/form-export-data.php:82 admin/views/form-export-data.php:108
572
+ msgid "--Select--"
573
+ msgstr "--Selezionare--"
574
+
575
+ #: admin/views/form-export-data.php:94
576
+ msgid "Woo-Commerce"
577
+ msgstr "Woo-Commerce"
578
+
579
+ #: admin/views/form-export-data.php:97
580
+ msgid "Category"
581
+ msgstr "Categoria"
582
+
583
+ #: admin/views/form-export-data.php:98
584
+ msgid "Marketpress"
585
+ msgstr "Marketpress"
586
+
587
+ #: admin/views/form-export-data.php:101
588
+ msgid "Tags"
589
+ msgstr "tag"
590
+
591
+ #: admin/views/form-export-data.php:102
592
+ msgid "Customer Reviews"
593
+ msgstr "recensioni dei clienti"
594
+
595
+ #: admin/views/form-export-data.php:106
596
+ msgid "Taxonomies"
597
+ msgstr "Tassonomie"
598
+
599
+ #: admin/views/form-export-data.php:119
600
+ msgid "Comments"
601
+ msgstr "Commenti"
602
+
603
+ #: admin/views/form-export-data.php:122
604
+ msgid "Users"
605
+ msgstr "utenti"
606
+
607
+ #: admin/views/form-export-data.php:126
608
+ msgid "Proceed"
609
+ msgstr "Procedere"
610
+
611
+ #: admin/views/form-export-data.php:147
612
+ msgid "To export data based on the filters"
613
+ msgstr "Per esportare i dati in base ai filtri"
614
+
615
+ #: admin/views/form-export-data.php:149
616
+ msgid "Export File Name:"
617
+ msgstr "Nome file di esportazione:"
618
+
619
+ #: admin/views/form-export-data.php:154
620
+ msgid "Export data with auto delimiters"
621
+ msgstr "dati di esportazione con delimitatori auto"
622
+
623
+ #: admin/views/form-export-data.php:158
624
+ msgid "Delimiters"
625
+ msgstr "Delimitatori"
626
+
627
+ #: admin/views/form-export-data.php:167
628
+ msgid "Other Delimiters"
629
+ msgstr "altri delimitatori"
630
+
631
+ #: admin/views/form-export-data.php:182
632
+ msgid "Export data for the specific period"
633
+ msgstr "i dati di esportazione per il periodo specifico"
634
+
635
+ #: admin/views/form-export-data.php:184
636
+ msgid "Start From"
637
+ msgstr "Inizia da"
638
+
639
+ #: admin/views/form-export-data.php:185
640
+ msgid "End To"
641
+ msgstr "Fine Per"
642
+
643
+ #: admin/views/form-export-data.php:193
644
+ msgid "Export data with the specific status"
645
+ msgstr "dati di esportazione con lo status specifico"
646
+
647
+ #: admin/views/form-export-data.php:196
648
+ msgid "Status"
649
+ msgstr "Stato"
650
+
651
+ #: admin/views/form-export-data.php:198 admin/views/form-export-data.php:218
652
+ msgid "All"
653
+ msgstr "Tutti"
654
+
655
+ #: admin/views/form-export-data.php:199
656
+ msgid "Publish"
657
+ msgstr "Pubblicare"
658
+
659
+ #: admin/views/form-export-data.php:200
660
+ msgid "Sticky"
661
+ msgstr "Appiccicoso"
662
+
663
+ #: admin/views/form-export-data.php:201
664
+ msgid "Private"
665
+ msgstr "Privato"
666
+
667
+ #: admin/views/form-export-data.php:202
668
+ msgid "Protected"
669
+ msgstr "Protetta"
670
+
671
+ #: admin/views/form-export-data.php:203
672
+ msgid "Draft"
673
+ msgstr "Bozza"
674
+
675
+ #: admin/views/form-export-data.php:204
676
+ msgid "Pending"
677
+ msgstr "in attesa di"
678
+
679
+ #: admin/views/form-export-data.php:212
680
+ msgid "Export data by specific authors"
681
+ msgstr "Esportare i dati di autori specifici"
682
+
683
+ #: admin/views/form-export-data.php:215
684
+ msgid "Authors"
685
+ msgstr "autori"
686
+
687
+ #: admin/views/form-export-data.php:228
688
+ msgid "Export data based on specific exclusions"
689
+ msgstr "Esportazione dei dati sulla base di specifiche esclusioni"
690
+
691
+ #: admin/views/form-export-data.php:293
692
+ msgid "No fields Found!"
693
+ msgstr "Nessun campo trovato!"
694
+
695
+ #: admin/views/form-mapping-configuration.php:84
696
+ msgid "Mapping Section"
697
+ msgstr "Sezione Mapping"
698
+
699
+ #: admin/views/form-mapping-configuration.php:114
700
+ msgid "WP Fields"
701
+ msgstr "WP campi"
702
+
703
+ #: admin/views/form-mapping-configuration.php:115
704
+ msgid "CSV Header"
705
+ msgstr "CSV Intestazione"
706
+
707
+ #: admin/views/form-settings-view.php:184
708
+ #: admin/views/form-settings-view.php:202
709
+ msgid "General Settings"
710
+ msgstr "Impostazioni generali"
711
+
712
+ #: admin/views/form-settings-view.php:188
713
+ msgid "Database optimization"
714
+ msgstr "ottimizzazione del database"
715
+
716
+ #: admin/views/form-settings-view.php:192
717
+ #: admin/views/form-settings-view.php:279
718
+ msgid "Security and Performance"
719
+ msgstr "Sicurezza e prestazioni"
720
+
721
+ #: admin/views/form-settings-view.php:206
722
+ msgid "Drop Table"
723
+ msgstr "Drop Table"
724
+
725
+ #: admin/views/form-settings-view.php:207
726
+ msgid ""
727
+ "If enabled plugin deactivation will remove plugin data, this cannot be "
728
+ "restored."
729
+ msgstr ""
730
+ "Se abilitato disattivazione plugin rimuovere i dati del plugin, questo non "
731
+ "può essere ripristinato."
732
+
733
+ #: admin/views/form-settings-view.php:222
734
+ msgid "Scheduled log mails"
735
+ msgstr "mail registro pianificate"
736
+
737
+ #: admin/views/form-settings-view.php:223
738
+ msgid "Enable to get scheduled log mails."
739
+ msgstr "Attiva per ottenere mail log in programma."
740
+
741
+ #: admin/views/form-settings-view.php:238
742
+ msgid "Send password to user"
743
+ msgstr "Invia password per l'utente"
744
+
745
+ #: admin/views/form-settings-view.php:239
746
+ msgid "Enable to send password information through email."
747
+ msgstr "Abilitare per inviare informazioni sulla password tramite e-mail."
748
+
749
+ #: admin/views/form-settings-view.php:254
750
+ msgid "Woocommerce Custom attribute"
751
+ msgstr "attributo Woocommerce personalizzato"
752
+
753
+ #: admin/views/form-settings-view.php:255
754
+ msgid "Enables to register woocommrce custom attribute."
755
+ msgstr "Consente di registrare attributo personalizzato woocommrce."
756
+
757
+ #: admin/views/form-settings-view.php:270
758
+ msgid "Database Optimization"
759
+ msgstr "ottimizzazione del database"
760
+
761
+ #: admin/views/form-settings-view.php:273
762
+ msgid "This feature is only available in PRO"
763
+ msgstr "Questa funzione è disponibile solo in PRO"
764
+
765
+ #: admin/views/form-settings-view.php:286
766
+ msgid "Allow authors/editors to import"
767
+ msgstr "Consentire agli autori / editori di importare"
768
+
769
+ #: admin/views/form-settings-view.php:287
770
+ msgid "This enables authors/editors to import."
771
+ msgstr "Ciò consente autori / editori da importare."
772
+
773
+ #: admin/views/form-settings-view.php:308
774
+ msgid "Minimum required php.ini values (Ini configured values)"
775
+ msgstr "Valori minimi richiesti php.ini (Ini valori configurato)"
776
+
777
+ #: admin/views/form-settings-view.php:313
778
+ msgid "Variables"
779
+ msgstr "variabili"
780
+
781
+ #: admin/views/form-settings-view.php:316
782
+ msgid "System values"
783
+ msgstr "valori di sistema"
784
+
785
+ #: admin/views/form-settings-view.php:319
786
+ msgid "Minimum Requirements"
787
+ msgstr "Requisiti minimi"
788
+
789
+ #: admin/views/form-settings-view.php:323
790
+ msgid "post_max_size"
791
+ msgstr "post_max_size"
792
+
793
+ #: admin/views/form-settings-view.php:328
794
+ msgid "auto_append_file"
795
+ msgstr "auto_append_file"
796
+
797
+ #: admin/views/form-settings-view.php:333
798
+ msgid "auto_prepend_file"
799
+ msgstr "auto_prepend_file"
800
+
801
+ #: admin/views/form-settings-view.php:338
802
+ msgid "upload_max_filesize"
803
+ msgstr "upload_max_filesize"
804
+
805
+ #: admin/views/form-settings-view.php:343
806
+ msgid "file_uploads"
807
+ msgstr "file_uploads"
808
+
809
+ #: admin/views/form-settings-view.php:348
810
+ msgid "allow_url_fopen"
811
+ msgstr "allow_url_fopen"
812
+
813
+ #: admin/views/form-settings-view.php:353
814
+ msgid "max_execution_time"
815
+ msgstr "max_execution_time"
816
+
817
+ #: admin/views/form-settings-view.php:358
818
+ msgid "max_input_time"
819
+ msgstr "max_input_time"
820
+
821
+ #: admin/views/form-settings-view.php:363
822
+ msgid "max_input_vars"
823
+ msgstr "max_input_vars"
824
+
825
+ #: admin/views/form-settings-view.php:368
826
+ msgid "memory_limit"
827
+ msgstr "memory_limit"
828
+
829
+ #: admin/views/form-settings-view.php:375
830
+ msgid "Required to enable/disable Loaders, Extentions and modules:"
831
+ msgstr "Richiesto per abilitare / disabilitare Pale, Extentions e moduli:"
832
+
833
+ #: admin/views/form-settings-view.php:382
834
+ msgid "PDO"
835
+ msgstr "DOP"
836
+
837
+ #: admin/views/form-settings-view.php:384
838
+ #: admin/views/form-settings-view.php:393
839
+ msgid "Yes"
840
+ msgstr "sì"
841
+
842
+ #: admin/views/form-settings-view.php:386
843
+ #: admin/views/form-settings-view.php:395
844
+ msgid "No"
845
+ msgstr "No"
846
+
847
+ #: admin/views/form-settings-view.php:391
848
+ msgid "Curl"
849
+ msgstr "Arricciare"
850
+
851
+ #: admin/views/form-settings-view.php:402
852
+ #: admin/views/form-settings-view.php:443
853
+ msgid "Disabled"
854
+ msgstr "Disabilitato"
855
+
856
+ #: admin/views/form-settings-view.php:409
857
+ msgid "Debug Information:"
858
+ msgstr "Informazioni di debug:"
859
+
860
+ #: admin/views/form-settings-view.php:412
861
+ msgid "WordPress Version"
862
+ msgstr "WordPress Version"
863
+
864
+ #: admin/views/form-settings-view.php:417
865
+ msgid "PHP Version"
866
+ msgstr "Versione PHP"
867
+
868
+ #: admin/views/form-settings-view.php:422
869
+ msgid "MySQL Version"
870
+ msgstr "MySQL Version"
871
+
872
+ #: admin/views/form-settings-view.php:427
873
+ msgid "Server SoftWare"
874
+ msgstr "software server"
875
+
876
+ #: admin/views/form-settings-view.php:432
877
+ msgid "Your User Agent"
878
+ msgstr "Il tuo User Agent"
879
+
880
+ #: admin/views/form-settings-view.php:437
881
+ msgid "WPDB Prefix"
882
+ msgstr "WPDB Prefisso"
883
+
884
+ #: admin/views/form-settings-view.php:442
885
+ msgid "WP Multisite Mode"
886
+ msgstr "Modalità multisito WP"
887
+
888
+ #: admin/views/form-settings-view.php:443
889
+ msgid "Enabled"
890
+ msgstr "Abilitato"
891
+
892
+ #: admin/views/form-settings-view.php:447
893
+ msgid "WP Memory Limit"
894
+ msgstr "Limite di memoria WP"
895
+
896
+ #: admin/views/form-settings-view.php:468
897
+ msgid "Smackcoders Guidelines"
898
+ msgstr "Linee guida Smackcoders"
899
+
900
+ #: admin/views/form-settings-view.php:469
901
+ msgid "24 hours FREE Pro Trial"
902
+ msgstr "24 ore gratis Pro Trial"
903
+
904
+ #: admin/views/form-settings-view.php:470
905
+ msgid "Live Demo"
906
+ msgstr "live Demo"
907
+
908
+ #: admin/views/form-settings-view.php:471
909
+ msgid "Development News"
910
+ msgstr "Notizie sviluppo"
911
+
912
+ #: admin/views/form-settings-view.php:472
913
+ msgid "Whats New?"
914
+ msgstr "Cosa c'è di nuovo?"
915
+
916
+ #: admin/views/form-settings-view.php:473
917
+ msgid " Documentation"
918
+ msgstr "Cosa c'è di nuovo?"
919
+
920
+ #: admin/views/form-settings-view.php:474
921
+ msgid "Youtube Channel"
922
+ msgstr "Canale Youtube"
923
+
924
+ #: admin/views/form-settings-view.php:475
925
+ msgid " Other WordPress Plugins"
926
+ msgstr "Altro WordPress Plugin"
languages/wp-ultimate-csv-importer-nl_NL.mo CHANGED
Binary file
languages/wp-ultimate-csv-importer-nl_NL.po CHANGED
@@ -1,62 +1,62 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
- "POT-Creation-Date: 2016-12-15 18:04+0530\n"
5
- "PO-Revision-Date: 2016-12-15 18:52+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
- "Language: en_EN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html__;esc_html_e;"
14
- "esc_html;esc_attr;esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: index.php:193
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr "geen van Orphaned Post / Pagina meta is verwijderd."
22
 
23
- #: index.php:194
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr "geen van de toegewezen labels is verwijderd."
26
 
27
- #: index.php:195
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr "geen van de Post / Pagina herzieningen is verwijderd."
30
 
31
- #: index.php:196
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr "geen van Auto opgesteld Post / pagina is verwijderd."
34
 
35
- #: index.php:197
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr "geen van Post / Pagina in de prullenbak is verwijderd."
38
 
39
- #: index.php:198
40
  msgid "no of Spam comments has been removed."
41
  msgstr "geen van Spam commentaar is verwijderd."
42
 
43
- #: index.php:199
44
  msgid "no of Comments in trash has been removed."
45
  msgstr "geen van de opmerkingen in de prullenbak is verwijderd."
46
 
47
- #: index.php:200
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr "geen van de niet-goedgekeurde commentaar is verwijderd."
50
 
51
- #: index.php:201
52
  msgid "no of Pingback comments has been removed."
53
  msgstr "geen van Pingback commentaar is verwijderd."
54
 
55
- #: index.php:202
56
  msgid "no of Trackback comments has been removed."
57
  msgstr "geen van Trackback reacties is verwijderd."
58
 
59
- #: includes/class-uci-install.php:101
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
@@ -64,99 +64,175 @@ msgstr ""
64
  "Ultimate CSV Importer PRO data update compleet. Dank u voor het updaten naar "
65
  "de nieuwste versie die u!"
66
 
67
- #: includes/class-uci-install.php:182
68
  msgid "Schedule images on every second"
69
  msgstr "Schedule beelden op iedere tweede"
70
 
71
- #: includes/class-uci-install.php:186
72
  msgid "Schedule emails on every second"
73
  msgstr "Schedule e-mails op elke seconde"
74
 
75
- #: includes/class-uci-install.php:441
 
 
 
 
76
  msgid "View WP Ultimate CSV Importer Pro Documentation"
77
  msgstr "Bekijk WP Ultimate CSV Importer Pro Documentatie"
78
 
79
- #: includes/class-uci-install.php:441
80
  msgid "Docs"
81
  msgstr "Docs"
82
 
83
- #: includes/class-uci-install.php:442
84
  msgid "View Videos For WP Ultimate CSV Importer Pro"
85
  msgstr "Bekijk video's voor WP Ultimate CSV Importer Pro"
86
 
87
- #: includes/class-uci-install.php:442
88
  msgid "Videos"
89
  msgstr "Videos"
90
 
91
- #: includes/class-uci-install.php:443
92
- msgid "Visit Premium Customer Support Forum"
93
- msgstr "Bezoek Premium Customer Support Forum"
 
 
 
 
 
 
 
 
 
94
 
95
- #: includes/class-uci-install.php:443
96
- msgid "Premium Support"
97
- msgstr "Premium Support"
98
 
99
- #: includes/class-uci-helper.php:1801 includes/class-uci-helper.php:1806
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  msgid "Edit this item"
101
  msgstr "Bewerk dit item"
102
 
103
- #: includes/class-uci-helper.php:1806
104
  #, php-format
105
  msgid "View &#8220;%s&#8221;"
106
  msgstr "Bekijk & # 8220;% s & # 8221;"
107
 
108
- #: admin/class-uci-admin.php:112
109
  msgid "Dashboard"
110
  msgstr "Dashboard"
111
 
112
- #: admin/class-uci-admin.php:113
113
  msgid "Import / Update"
114
  msgstr "Import / bijwerken"
115
 
116
- #: admin/class-uci-admin.php:114
117
- msgid "Manager"
118
- msgstr "Manager"
119
 
120
- #: admin/class-uci-admin.php:115 admin/views/form-export-data.php:327
 
121
  msgid "Export"
122
  msgstr "Exporteren"
123
 
124
- #: admin/class-uci-admin.php:116
125
  msgid "Settings"
126
  msgstr "instellingen"
127
 
128
- #: admin/class-uci-admin.php:117
129
- msgid "Support"
130
- msgstr "Ondersteuning"
131
 
132
- #: admin/views/form-file-manager.php:47
133
- #: admin/views/form-template-manager.php:47
134
- #: admin/views/form-schedule-manager.php:48
135
- #: admin/views/form-file-import-method.php:154
136
  msgid "This feature is only available in PRO."
137
  msgstr "Deze functie is alleen beschikbaar in de PRO."
138
 
139
- #: admin/views/form-dashboard-view.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  msgid "Importers Activity"
141
  msgstr "importeurs Activity"
142
 
143
- #: admin/views/form-dashboard-view.php:50
144
  msgid "Import Statistics"
145
  msgstr "import Statistieken"
146
 
147
- #: admin/views/form-manager-view.php:55
148
  msgid "File Manager"
149
  msgstr "Bestandsbeheer"
150
 
151
- #: admin/views/form-manager-view.php:58
152
  msgid "Smart Schedule"
153
  msgstr "Smart Schedule"
154
 
155
- #: admin/views/form-manager-view.php:61
156
  msgid "Templates"
157
  msgstr "templates"
158
 
159
- #: admin/views/form-manager-view.php:66
160
  msgid "Log Manager"
161
  msgstr "Log Manager"
162
 
@@ -172,7 +248,7 @@ msgstr "Voorbeeld: {POST_TITLE}"
172
 
173
  #: admin/views/form-static-formula-views.php:46
174
  #: admin/views/form-static-formula-views.php:54
175
- #: admin/views/form-file-import-method.php:62
176
  msgid "Close"
177
  msgstr "Dichtbij"
178
 
@@ -184,52 +260,96 @@ msgstr ""
184
  "TIP: Geef de operator (+, -, *, /) en CSV-header als operand in de wiskunde "
185
  "() binnen {} .Voorbeeld: MATH ({product_quantity} / {discount_price})"
186
 
187
- #: admin/views/form-file-import-method.php:55
188
- msgid "Choose CSV/XML to import"
 
 
189
  msgstr "Kies CSV / XML te importeren"
190
 
191
- #: admin/views/form-file-import-method.php:70
192
- #: admin/views/form-settings-view.php:188
193
- #: admin/views/form-settings-view.php:446
194
- msgid "Documentation"
195
- msgstr "Documentatie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
- #: admin/views/form-file-import-method.php:71
198
- msgid "Help"
199
- msgstr "Hulp"
200
 
201
- #: admin/views/form-file-import-method.php:86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  msgid "Upload from Desktop"
203
  msgstr "Upload van bureaublad"
204
 
205
- #: admin/views/form-file-import-method.php:90
206
  msgid "Upload from FTP/SFTP"
207
  msgstr "Uploaden van FTP / SFTP"
208
 
209
- #: admin/views/form-file-import-method.php:94
210
  msgid "Upload from URL"
211
  msgstr "Upload van URL"
212
 
213
- #: admin/views/form-file-import-method.php:98
214
  msgid "Choose File in the Server"
215
  msgstr "Kies File in de Server"
216
 
217
- #: admin/views/form-file-import-method.php:112
218
- msgid "Upload Completed"
219
- msgstr "uploaden voltooid"
220
-
221
- #: admin/views/form-file-import-method.php:121
222
  msgid "New Items"
223
  msgstr "Nieuwe items"
224
 
225
- #: admin/views/form-file-import-method.php:124
226
  msgid " Existing Items"
227
  msgstr "bestaande items"
228
 
229
- #: admin/views/form-file-import-method.php:129
230
  msgid "Import each record as"
231
  msgstr "Importeer elk record als"
232
 
 
 
 
 
233
  #: admin/views/form-import-configuration.php:73
234
  msgid "Import configuration Section"
235
  msgstr "Import configuratie Section"
@@ -246,6 +366,13 @@ msgstr "Vermeld de velden die u wilt duplicaten te behandelen"
246
  msgid "Do you want to Schedule this Import"
247
  msgstr "Wilt u deze importeren Plan"
248
 
 
 
 
 
 
 
 
249
  #: admin/views/form-import-configuration.php:114
250
  msgid "Schedule right now"
251
  msgstr "Plan nu"
@@ -254,156 +381,160 @@ msgstr "Plan nu"
254
  msgid "Schedule Later"
255
  msgstr "Schedule Later"
256
 
257
- #: admin/views/form-media-handling.php:70
258
  msgid "Media Handling"
259
  msgstr "media Handling"
260
 
261
- #: admin/views/form-media-handling.php:76
262
  msgid "Image Handling"
263
  msgstr "afbeelding Handling"
264
 
265
- #: admin/views/form-media-handling.php:80
266
  msgid "Download external images to your media"
267
  msgstr "Downloaden van externe afbeeldingen op uw media"
268
 
269
- #: admin/views/form-media-handling.php:91
270
  msgid "Use media images if already available"
271
  msgstr "Gebruik mediabeelden indien reeds beschikbaar"
272
 
273
- #: admin/views/form-media-handling.php:92
274
  msgid "Do you want to overwrite the existing images"
275
  msgstr "Wilt u de bestaande beelden te overschrijven"
276
 
277
- #: admin/views/form-media-handling.php:96
278
  msgid "NextGEN Gallery support on featured image"
279
  msgstr "NextGEN Gallery kunt gekenmerkte beeld op"
280
 
281
- #: admin/views/form-media-handling.php:108
282
  msgid "Thumbnail"
283
  msgstr "Thumbnail"
284
 
285
- #: admin/views/form-media-handling.php:109
286
  msgid "Medium"
287
  msgstr "Medium"
288
 
289
- #: admin/views/form-media-handling.php:110
290
  msgid "Medium Large"
291
  msgstr "medium Large"
292
 
293
- #: admin/views/form-media-handling.php:111
294
  msgid "Large"
295
  msgstr "Groot"
296
 
297
- #: admin/views/form-media-handling.php:125
298
  msgid "Add custom sizes"
299
  msgstr "Voeg aangepaste formaten"
300
 
301
- #: admin/views/form-media-handling.php:135
302
  msgid "Media SEO & Advanced Options"
303
  msgstr "Media SEO & Geavanceerde opties"
304
 
305
- #: admin/views/form-media-handling.php:139
306
  msgid "Set image Title:"
307
  msgstr "Set beeld Titel:"
308
 
309
- #: admin/views/form-media-handling.php:146
310
  msgid "Set image Caption:"
311
  msgstr "Set image Bijschrift:"
312
 
313
- #: admin/views/form-media-handling.php:153
314
  msgid "Set image Alt Text:"
315
  msgstr "afbeelding ingesteld Alt Text:"
316
 
317
- #: admin/views/form-media-handling.php:159
318
  msgid "Set image Description:"
319
  msgstr "Set beeld Beschrijving:"
320
 
321
- #: admin/views/form-media-handling.php:165
322
  msgid "Change image file name to:"
323
  msgstr "Verander afbeelding bestandsnaam naar:"
324
 
325
- #: admin/views/form-media-handling.php:177
326
- #: admin/views/form-mapping-configuration.php:250
327
  msgid "Continue"
328
  msgstr "voortzetten"
329
 
330
- #: admin/views/form-log-manager.php:47
331
  msgid "Log Info"
332
  msgstr "Log Info"
333
 
334
- #: admin/views/form-log-manager.php:57
335
  msgid "FileName"
336
  msgstr "Bestandsnaam:"
337
 
338
- #: admin/views/form-log-manager.php:58
339
  msgid "Module"
340
  msgstr "Module"
341
 
342
- #: admin/views/form-log-manager.php:59
343
  msgid "Inserted"
344
  msgstr "ingevoegd"
345
 
346
- #: admin/views/form-log-manager.php:60
347
  msgid "Updated"
348
  msgstr "bijgewerkt"
349
 
350
- #: admin/views/form-log-manager.php:61
351
  msgid "Skipped"
352
  msgstr "overgeslagen"
353
 
354
- #: admin/views/form-log-manager.php:62
355
  msgid "Download"
356
  msgstr "Download"
357
 
358
- #: admin/views/form-log-manager.php:71
359
  msgid "Revision: "
360
  msgstr "Herziening:"
361
 
362
- #: admin/views/form-ignite-import.php:73
363
  msgid "Resume"
364
  msgstr "Hervat"
365
 
366
- #: admin/views/form-ignite-import.php:74
367
  msgid "Pause"
368
  msgstr "Pauze"
369
 
370
- #: admin/views/form-ignite-import.php:78
 
 
 
 
371
  msgid "File Name:"
372
  msgstr "Bestandsnaam:"
373
 
374
- #: admin/views/form-ignite-import.php:79
375
  msgid "File Size:"
376
  msgstr "Bestandsgrootte:"
377
 
378
- #: admin/views/form-ignite-import.php:82
379
  msgid "Process:"
380
  msgstr "Werkwijze:"
381
 
382
- #: admin/views/form-ignite-import.php:83
383
  msgid "Total no of records:"
384
  msgstr "Totaal aantal dossiers:"
385
 
386
- #: admin/views/form-ignite-import.php:86
387
- msgid "Time taken for one record to be processed:"
388
- msgstr "De tijd genomen voor één record te verwerken:"
389
 
390
- #: admin/views/form-ignite-import.php:90
391
  msgid "Remaining Record:"
392
  msgstr "Resterende Record:"
393
 
394
- #: admin/views/form-ignite-import.php:92
395
  msgid "Current Processing Record:"
396
  msgstr "Huidige Processing Record:"
397
 
398
- #: admin/views/form-ignite-import.php:103
399
  msgid "Log section"
400
  msgstr "Log sectie"
401
 
402
- #: admin/views/form-ignite-import.php:110
403
  msgid "CLICK HERE TO DOWNLOAD LOG"
404
  msgstr "KLIK HIER TE DOWNLOADEN LOG"
405
 
406
- #: admin/views/form-ignite-import.php:122
407
  msgid "continue"
408
  msgstr "voortzetten"
409
 
@@ -475,10 +606,22 @@ msgstr "Doorgaan"
475
  msgid "To export data based on the filters"
476
  msgstr "Om gegevens op basis van de filters te exporteren"
477
 
 
 
 
 
478
  #: admin/views/form-export-data.php:154
479
  msgid "Export data with auto delimiters"
480
  msgstr "data export met auto delimiters"
481
 
 
 
 
 
 
 
 
 
482
  #: admin/views/form-export-data.php:182
483
  msgid "Export data for the specific period"
484
  msgstr "Export van gegevens voor de bepaalde periode"
@@ -539,46 +682,41 @@ msgstr "auteurs"
539
  msgid "Export data based on specific exclusions"
540
  msgstr "Export van gegevens op basis van specifieke uitsluitingen"
541
 
542
- #: admin/views/form-export-data.php:297
543
  msgid "No fields Found!"
544
  msgstr "Geen velden gevonden!"
545
 
546
- #: admin/views/form-export-data.php:326
547
- #: admin/views/form-mapping-configuration.php:246
548
- msgid "Back"
549
- msgstr "Terug"
550
-
551
- #: admin/views/form-mapping-configuration.php:97
552
  msgid "Mapping Section"
553
  msgstr "mapping Sectie"
554
 
555
- #: admin/views/form-mapping-configuration.php:129
556
  msgid "WP Fields"
557
  msgstr "WP Fields"
558
 
559
- #: admin/views/form-mapping-configuration.php:130
560
  msgid "CSV Header"
561
  msgstr "CSV Header"
562
 
563
- #: admin/views/form-settings-view.php:176
564
- #: admin/views/form-settings-view.php:194
565
  msgid "General Settings"
566
  msgstr "Algemene instellingen"
567
 
568
- #: admin/views/form-settings-view.php:180
569
  msgid "Database optimization"
570
  msgstr "Database optimalisatie"
571
 
572
- #: admin/views/form-settings-view.php:184
573
- #: admin/views/form-settings-view.php:271
574
  msgid "Security and Performance"
575
  msgstr "Beveiliging en prestaties"
576
 
577
- #: admin/views/form-settings-view.php:198
578
  msgid "Drop Table"
579
  msgstr "Drop Table"
580
 
581
- #: admin/views/form-settings-view.php:199
582
  msgid ""
583
  "If enabled plugin deactivation will remove plugin data, this cannot be "
584
  "restored."
@@ -586,202 +724,197 @@ msgstr ""
586
  "Indien ingeschakeld plugin deactiveren plugin gegevens te verwijderen, kan "
587
  "deze niet worden hersteld."
588
 
589
- #: admin/views/form-settings-view.php:214
590
  msgid "Scheduled log mails"
591
  msgstr "Geplande log mails"
592
 
593
- #: admin/views/form-settings-view.php:215
594
  msgid "Enable to get scheduled log mails."
595
  msgstr "Inschakelen om geplande log mails te krijgen."
596
 
597
- #: admin/views/form-settings-view.php:230
598
  msgid "Send password to user"
599
  msgstr "Stuur wachtwoord gebruiker"
600
 
601
- #: admin/views/form-settings-view.php:231
602
  msgid "Enable to send password information through email."
603
  msgstr "In staat om het wachtwoord informatie te sturen via e-mail."
604
 
605
- #: admin/views/form-settings-view.php:246
606
  msgid "Woocommerce Custom attribute"
607
  msgstr "WooCommerce Custom attribuut"
608
 
609
- #: admin/views/form-settings-view.php:247
610
  msgid "Enables to register woocommrce custom attribute."
611
  msgstr "Enables to register woocommrce custom attribute."
612
 
613
- #: admin/views/form-settings-view.php:262
614
  msgid "Database Optimization"
615
  msgstr "Database Optimalisatie"
616
 
617
- #: admin/views/form-settings-view.php:265
618
  msgid "This feature is only available in PRO"
619
  msgstr "Deze functie is alleen beschikbaar in de PRO"
620
 
621
- #: admin/views/form-settings-view.php:278
622
  msgid "Allow authors/editors to import"
623
  msgstr "Laat auteurs / redacteuren importeren"
624
 
625
- #: admin/views/form-settings-view.php:279
626
  msgid "This enables authors/editors to import."
627
  msgstr "This enables authors/editors to import."
628
 
629
- #: admin/views/form-settings-view.php:282
630
- msgid "Enable"
631
- msgstr "in staat stellen"
632
-
633
- #: admin/views/form-settings-view.php:283
634
- msgid "Disable"
635
- msgstr "onbruikbaar maken"
636
-
637
- #: admin/views/form-settings-view.php:292
638
  msgid "Minimum required php.ini values (Ini configured values)"
639
  msgstr "Minimum required php.ini values (Ini configured values)"
640
 
641
- #: admin/views/form-settings-view.php:297
642
  msgid "Variables"
643
  msgstr "Variables"
644
 
645
- #: admin/views/form-settings-view.php:300
646
  msgid "System values"
647
  msgstr "System waarden"
648
 
649
- #: admin/views/form-settings-view.php:303
650
  msgid "Minimum Requirements"
651
  msgstr "minimale vereisten"
652
 
653
- #: admin/views/form-settings-view.php:307
654
  msgid "post_max_size"
655
  msgstr "post_max_size"
656
 
657
- #: admin/views/form-settings-view.php:312
658
  msgid "auto_append_file"
659
  msgstr "auto_append_file"
660
 
661
- #: admin/views/form-settings-view.php:317
662
  msgid "auto_prepend_file"
663
  msgstr "auto_prepend_file"
664
 
665
- #: admin/views/form-settings-view.php:322
666
  msgid "upload_max_filesize"
667
  msgstr "upload_max_filesize"
668
 
669
- #: admin/views/form-settings-view.php:327
670
  msgid "file_uploads"
671
  msgstr "file_uploads"
672
 
673
- #: admin/views/form-settings-view.php:332
674
  msgid "allow_url_fopen"
675
  msgstr "allow_url_fopen"
676
 
677
- #: admin/views/form-settings-view.php:337
678
  msgid "max_execution_time"
679
  msgstr "max_execution_time"
680
 
681
- #: admin/views/form-settings-view.php:342
682
  msgid "max_input_time"
683
  msgstr "max_input_time"
684
 
685
- #: admin/views/form-settings-view.php:347
686
  msgid "max_input_vars"
687
  msgstr "max_input_vars"
688
 
689
- #: admin/views/form-settings-view.php:352
690
  msgid "memory_limit"
691
  msgstr "memory_limit"
692
 
693
- #: admin/views/form-settings-view.php:359
694
  msgid "Required to enable/disable Loaders, Extentions and modules:"
695
  msgstr "Verplicht te activeren / deactiveren Laders, Extentions en modules:"
696
 
697
- #: admin/views/form-settings-view.php:366
698
  msgid "PDO"
699
  msgstr "BOB"
700
 
701
- #: admin/views/form-settings-view.php:368
702
- #: admin/views/form-settings-view.php:377
703
- #: admin/views/form-settings-view.php:386
704
  msgid "Yes"
705
  msgstr "Ja"
706
 
707
- #: admin/views/form-settings-view.php:370
708
- #: admin/views/form-settings-view.php:379
709
- #: admin/views/form-settings-view.php:388
710
  msgid "No"
711
  msgstr "Nee"
712
 
713
- #: admin/views/form-settings-view.php:375
714
  msgid "Curl"
715
  msgstr "Krul"
716
 
717
- #: admin/views/form-settings-view.php:384
718
- msgid "Mod Security"
719
- msgstr "mod Beveiliging"
 
720
 
721
- #: admin/views/form-settings-view.php:394
722
  msgid "Debug Information:"
723
  msgstr "Debug informatie:"
724
 
725
- #: admin/views/form-settings-view.php:397
726
  msgid "WordPress Version"
727
  msgstr "WordPress versie"
728
 
729
- #: admin/views/form-settings-view.php:402
730
  msgid "PHP Version"
731
  msgstr "PHP Version"
732
 
733
- #: admin/views/form-settings-view.php:407
734
  msgid "MySQL Version"
735
  msgstr "MySQL Version"
736
 
737
- #: admin/views/form-settings-view.php:412
738
  msgid "Server SoftWare"
739
  msgstr "serversoftware"
740
 
741
- #: admin/views/form-settings-view.php:417
742
  msgid "Your User Agent"
743
  msgstr "Uw User Agent"
744
 
745
- #: admin/views/form-settings-view.php:422
746
  msgid "WPDB Prefix"
747
  msgstr "WPDB voorvoegsel"
748
 
749
- #: admin/views/form-settings-view.php:427
750
  msgid "WP Multisite Mode"
751
  msgstr "WP meerdere locaties Mode"
752
 
753
- #: admin/views/form-settings-view.php:428
754
  msgid "Enabled"
755
  msgstr "Ingeschakeld"
756
 
757
- #: admin/views/form-settings-view.php:428
758
- msgid "Disabled"
759
- msgstr "invalide"
760
-
761
- #: admin/views/form-settings-view.php:432
762
  msgid "WP Memory Limit"
763
  msgstr "WP Memory Limit"
764
 
765
- #: admin/views/form-settings-view.php:453
766
  msgid "Smackcoders Guidelines"
767
  msgstr "Smackcoders Richtlijnen"
768
 
769
- #: admin/views/form-settings-view.php:454
 
 
 
 
 
 
 
 
770
  msgid "Development News"
771
  msgstr "Development Nieuws"
772
 
773
- #: admin/views/form-settings-view.php:455
774
  msgid "Whats New?"
775
  msgstr "Wat is er nieuw?"
776
 
777
- #: admin/views/form-settings-view.php:456
778
  msgid " Documentation"
779
  msgstr "Documentatie"
780
 
781
- #: admin/views/form-settings-view.php:457
782
  msgid "Youtube Channel"
783
  msgstr "Youtube kanaal"
784
 
785
- #: admin/views/form-settings-view.php:458
786
- msgid " Other Plugins"
787
- msgstr "andere Plugins"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 16:26+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
  "X-Generator: Poedit 1.5.4\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html;esc_html__;"
13
+ "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Language: en_EN\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: index.php:208
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr "geen van Orphaned Post / Pagina meta is verwijderd."
22
 
23
+ #: index.php:209
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr "geen van de toegewezen labels is verwijderd."
26
 
27
+ #: index.php:210
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr "geen van de Post / Pagina herzieningen is verwijderd."
30
 
31
+ #: index.php:211
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr "geen van Auto opgesteld Post / pagina is verwijderd."
34
 
35
+ #: index.php:212
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr "geen van Post / Pagina in de prullenbak is verwijderd."
38
 
39
+ #: index.php:213
40
  msgid "no of Spam comments has been removed."
41
  msgstr "geen van Spam commentaar is verwijderd."
42
 
43
+ #: index.php:214
44
  msgid "no of Comments in trash has been removed."
45
  msgstr "geen van de opmerkingen in de prullenbak is verwijderd."
46
 
47
+ #: index.php:215
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr "geen van de niet-goedgekeurde commentaar is verwijderd."
50
 
51
+ #: index.php:216
52
  msgid "no of Pingback comments has been removed."
53
  msgstr "geen van Pingback commentaar is verwijderd."
54
 
55
+ #: index.php:217
56
  msgid "no of Trackback comments has been removed."
57
  msgstr "geen van Trackback reacties is verwijderd."
58
 
59
+ #: includes/class-uci-install.php:94
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
64
  "Ultimate CSV Importer PRO data update compleet. Dank u voor het updaten naar "
65
  "de nieuwste versie die u!"
66
 
67
+ #: includes/class-uci-install.php:175
68
  msgid "Schedule images on every second"
69
  msgstr "Schedule beelden op iedere tweede"
70
 
71
+ #: includes/class-uci-install.php:179
72
  msgid "Schedule emails on every second"
73
  msgstr "Schedule e-mails op elke seconde"
74
 
75
+ #: includes/class-uci-install.php:435
76
+ msgid "Upgrade to Pro"
77
+ msgstr "Upgraden naar Pro"
78
+
79
+ #: includes/class-uci-install.php:436
80
  msgid "View WP Ultimate CSV Importer Pro Documentation"
81
  msgstr "Bekijk WP Ultimate CSV Importer Pro Documentatie"
82
 
83
+ #: includes/class-uci-install.php:436
84
  msgid "Docs"
85
  msgstr "Docs"
86
 
87
+ #: includes/class-uci-install.php:437
88
  msgid "View Videos For WP Ultimate CSV Importer Pro"
89
  msgstr "Bekijk video's voor WP Ultimate CSV Importer Pro"
90
 
91
+ #: includes/class-uci-install.php:437
92
  msgid "Videos"
93
  msgstr "Videos"
94
 
95
+ #: includes/class-uci-install.php:438
96
+ msgid "Contact Support"
97
+ msgstr "Contact opnemen met ondersteuning"
98
+
99
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
100
+ #: admin/class-uci-admin.php:122
101
+ msgid "Support"
102
+ msgstr "Ondersteuning"
103
+
104
+ #: includes/class-uci-install.php:439
105
+ msgid "Get your free trail"
106
+ msgstr "Haal je gratis trail"
107
 
108
+ #: includes/class-uci-install.php:439
109
+ msgid "Free Trail"
110
+ msgstr "Free Trial"
111
 
112
+ #: includes/class-uci-install.php:453
113
+ msgid "Important Upgrade Notice:"
114
+ msgstr "Belangrijke Upgrade Opmerking:"
115
+
116
+ #: includes/class-uci-install.php:463
117
+ msgid "Upgrade Notice:"
118
+ msgstr "Upgrade Opmerking:"
119
+
120
+ #: includes/class-uci-install.php:463
121
+ msgid "Download and replace the latest version of"
122
+ msgstr "Download en installeer de nieuwste versie van de plaats"
123
+
124
+ #: includes/class-uci-install.php:463
125
+ msgid "for 10x faster import performance with easy user interface."
126
+ msgstr ""
127
+ "voor 10x snellere prestaties import met eenvoudige gebruikersinterface."
128
+
129
+ #: includes/class-uci-install.php:472
130
+ msgid "Notice:"
131
+ msgstr "Let op:"
132
+
133
+ #: includes/class-uci-install.php:472
134
+ msgid ""
135
+ "To populate Featured images, Please make sure that CRON is enabled in your "
136
+ "server."
137
+ msgstr ""
138
+ "Om reisfoto's bevolken, Zorg ervoor dat CRON is ingeschakeld in uw server."
139
+
140
+ #: includes/class-uci-install.php:484
141
+ msgid ""
142
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
143
+ msgstr ""
144
+ "Als je houdt van WP Ultimate CSV importeur laat ons u met een 5-sterren "
145
+ "recensie over"
146
+
147
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
148
+ msgid "wordpress.org!"
149
+ msgstr "wordpress.org!"
150
+
151
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
152
+ #: includes/class-uci-helper.php:1738
153
  msgid "Edit this item"
154
  msgstr "Bewerk dit item"
155
 
156
+ #: includes/class-uci-helper.php:1738
157
  #, php-format
158
  msgid "View &#8220;%s&#8221;"
159
  msgstr "Bekijk & # 8220;% s & # 8221;"
160
 
161
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
162
  msgid "Dashboard"
163
  msgstr "Dashboard"
164
 
165
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
166
  msgid "Import / Update"
167
  msgstr "Import / bijwerken"
168
 
169
+ #: admin/class-uci-admin.php:68
170
+ msgid "Managers"
171
+ msgstr "Managers"
172
 
173
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
174
+ #: admin/views/form-export-data.php:323
175
  msgid "Export"
176
  msgstr "Exporteren"
177
 
178
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
179
  msgid "Settings"
180
  msgstr "instellingen"
181
 
182
+ #: admin/class-uci-admin.php:119
183
+ msgid "Manager"
184
+ msgstr "Manager"
185
 
186
+ #: admin/views/form-file-manager.php:43
187
+ #: admin/views/form-template-manager.php:43
188
+ #: admin/views/form-schedule-manager.php:44
189
+ #: admin/views/form-file-import-method.php:155
190
  msgid "This feature is only available in PRO."
191
  msgstr "Deze functie is alleen beschikbaar in de PRO."
192
 
193
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
194
+ #: admin/views/form-support-view.php:42
195
+ #: admin/views/form-file-import-method.php:66
196
+ #: admin/views/form-import-configuration.php:68
197
+ #: admin/views/form-media-handling.php:64
198
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
199
+ #: admin/views/form-settings-view.php:172
200
+ #: admin/views/form-settings-view.php:196
201
+ #: admin/views/form-settings-view.php:461
202
+ msgid "Documentation"
203
+ msgstr "Documentatie"
204
+
205
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
206
+ #: admin/views/form-support-view.php:43
207
+ #: admin/views/form-file-import-method.php:67
208
+ #: admin/views/form-import-configuration.php:69
209
+ #: admin/views/form-media-handling.php:65
210
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
211
+ #: admin/views/form-settings-view.php:173
212
+ msgid "Sample CSV"
213
+ msgstr "monster CSV"
214
+
215
+ #: admin/views/form-dashboard-view.php:47
216
  msgid "Importers Activity"
217
  msgstr "importeurs Activity"
218
 
219
+ #: admin/views/form-dashboard-view.php:54
220
  msgid "Import Statistics"
221
  msgstr "import Statistieken"
222
 
223
+ #: admin/views/form-manager-view.php:54
224
  msgid "File Manager"
225
  msgstr "Bestandsbeheer"
226
 
227
+ #: admin/views/form-manager-view.php:57
228
  msgid "Smart Schedule"
229
  msgstr "Smart Schedule"
230
 
231
+ #: admin/views/form-manager-view.php:60
232
  msgid "Templates"
233
  msgstr "templates"
234
 
235
+ #: admin/views/form-manager-view.php:65
236
  msgid "Log Manager"
237
  msgstr "Log Manager"
238
 
248
 
249
  #: admin/views/form-static-formula-views.php:46
250
  #: admin/views/form-static-formula-views.php:54
251
+ #: admin/views/form-file-import-method.php:58
252
  msgid "Close"
253
  msgstr "Dichtbij"
254
 
260
  "TIP: Geef de operator (+, -, *, /) en CSV-header als operand in de wiskunde "
261
  "() binnen {} .Voorbeeld: MATH ({product_quantity} / {discount_price})"
262
 
263
+ #: admin/views/form-support-view.php:46
264
+ msgid ""
265
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
266
+ "on"
267
  msgstr "Kies CSV / XML te importeren"
268
 
269
+ #: admin/views/form-support-view.php:49
270
+ msgid "Enquiry form"
271
+ msgstr "Aanvraagformulier"
272
+
273
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
274
+ msgid "Email"
275
+ msgstr "E-mail"
276
+
277
+ #: admin/views/form-support-view.php:56
278
+ msgid "Enquiry type"
279
+ msgstr "Aanvraag soort"
280
+
281
+ #: admin/views/form-support-view.php:58
282
+ msgid "Bug Reporting"
283
+ msgstr "bug Reporting"
284
+
285
+ #: admin/views/form-support-view.php:59
286
+ msgid "Pre-Sale Enquiry"
287
+ msgstr "Pre-Sale Aanvraag"
288
+
289
+ #: admin/views/form-support-view.php:60
290
+ msgid "Feature Enhancement"
291
+ msgstr "feature Enhancement"
292
+
293
+ #: admin/views/form-support-view.php:63
294
+ msgid "Message"
295
+ msgstr "Bericht"
296
+
297
+ #: admin/views/form-support-view.php:77
298
+ msgid "News Letter Subscription"
299
+ msgstr "Nieuwsbrief abonnement"
300
 
301
+ #: admin/views/form-support-view.php:93
302
+ msgid "Note"
303
+ msgstr "Notitie"
304
 
305
+ #: admin/views/form-support-view.php:94
306
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
307
+ msgstr "Abonneer je op Smackcoders Mailing lijst (een paar berichten per jaar)"
308
+
309
+ #: admin/views/form-support-view.php:95
310
+ msgid ""
311
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
312
+ "acknowledgement within an hour!"
313
+ msgstr ""
314
+ "Gelieve opstellen van een mail te sturen naar support@smackcoders.com. Als u "
315
+ "een bevestiging binnen een uur niet krijgt!"
316
+
317
+ #: admin/views/form-file-import-method.php:51
318
+ msgid "Choose CSV/XML to import"
319
+ msgstr "Kies CSV / XML te importeren"
320
+
321
+ #: admin/views/form-file-import-method.php:85
322
  msgid "Upload from Desktop"
323
  msgstr "Upload van bureaublad"
324
 
325
+ #: admin/views/form-file-import-method.php:89
326
  msgid "Upload from FTP/SFTP"
327
  msgstr "Uploaden van FTP / SFTP"
328
 
329
+ #: admin/views/form-file-import-method.php:93
330
  msgid "Upload from URL"
331
  msgstr "Upload van URL"
332
 
333
+ #: admin/views/form-file-import-method.php:97
334
  msgid "Choose File in the Server"
335
  msgstr "Kies File in de Server"
336
 
337
+ #: admin/views/form-file-import-method.php:119
 
 
 
 
338
  msgid "New Items"
339
  msgstr "Nieuwe items"
340
 
341
+ #: admin/views/form-file-import-method.php:122
342
  msgid " Existing Items"
343
  msgstr "bestaande items"
344
 
345
+ #: admin/views/form-file-import-method.php:127
346
  msgid "Import each record as"
347
  msgstr "Importeer elk record als"
348
 
349
+ #: admin/views/form-file-import-method.php:150
350
+ msgid "Click here to upload from desktop"
351
+ msgstr "Klik hier om te uploaden van desktop"
352
+
353
  #: admin/views/form-import-configuration.php:73
354
  msgid "Import configuration Section"
355
  msgstr "Import configuratie Section"
366
  msgid "Do you want to Schedule this Import"
367
  msgstr "Wilt u deze importeren Plan"
368
 
369
+ #: admin/views/form-import-configuration.php:111
370
+ #: admin/views/form-media-handling.php:179
371
+ #: admin/views/form-export-data.php:322
372
+ #: admin/views/form-mapping-configuration.php:232
373
+ msgid "Back"
374
+ msgstr "Terug"
375
+
376
  #: admin/views/form-import-configuration.php:114
377
  msgid "Schedule right now"
378
  msgstr "Plan nu"
381
  msgid "Schedule Later"
382
  msgstr "Schedule Later"
383
 
384
+ #: admin/views/form-media-handling.php:71
385
  msgid "Media Handling"
386
  msgstr "media Handling"
387
 
388
+ #: admin/views/form-media-handling.php:77
389
  msgid "Image Handling"
390
  msgstr "afbeelding Handling"
391
 
392
+ #: admin/views/form-media-handling.php:81
393
  msgid "Download external images to your media"
394
  msgstr "Downloaden van externe afbeeldingen op uw media"
395
 
396
+ #: admin/views/form-media-handling.php:92
397
  msgid "Use media images if already available"
398
  msgstr "Gebruik mediabeelden indien reeds beschikbaar"
399
 
400
+ #: admin/views/form-media-handling.php:93
401
  msgid "Do you want to overwrite the existing images"
402
  msgstr "Wilt u de bestaande beelden te overschrijven"
403
 
404
+ #: admin/views/form-media-handling.php:98
405
  msgid "NextGEN Gallery support on featured image"
406
  msgstr "NextGEN Gallery kunt gekenmerkte beeld op"
407
 
408
+ #: admin/views/form-media-handling.php:112
409
  msgid "Thumbnail"
410
  msgstr "Thumbnail"
411
 
412
+ #: admin/views/form-media-handling.php:113
413
  msgid "Medium"
414
  msgstr "Medium"
415
 
416
+ #: admin/views/form-media-handling.php:114
417
  msgid "Medium Large"
418
  msgstr "medium Large"
419
 
420
+ #: admin/views/form-media-handling.php:115
421
  msgid "Large"
422
  msgstr "Groot"
423
 
424
+ #: admin/views/form-media-handling.php:129
425
  msgid "Add custom sizes"
426
  msgstr "Voeg aangepaste formaten"
427
 
428
+ #: admin/views/form-media-handling.php:139
429
  msgid "Media SEO & Advanced Options"
430
  msgstr "Media SEO & Geavanceerde opties"
431
 
432
+ #: admin/views/form-media-handling.php:143
433
  msgid "Set image Title:"
434
  msgstr "Set beeld Titel:"
435
 
436
+ #: admin/views/form-media-handling.php:150
437
  msgid "Set image Caption:"
438
  msgstr "Set image Bijschrift:"
439
 
440
+ #: admin/views/form-media-handling.php:157
441
  msgid "Set image Alt Text:"
442
  msgstr "afbeelding ingesteld Alt Text:"
443
 
444
+ #: admin/views/form-media-handling.php:163
445
  msgid "Set image Description:"
446
  msgstr "Set beeld Beschrijving:"
447
 
448
+ #: admin/views/form-media-handling.php:169
449
  msgid "Change image file name to:"
450
  msgstr "Verander afbeelding bestandsnaam naar:"
451
 
452
+ #: admin/views/form-media-handling.php:181
453
+ #: admin/views/form-mapping-configuration.php:236
454
  msgid "Continue"
455
  msgstr "voortzetten"
456
 
457
+ #: admin/views/form-log-manager.php:43
458
  msgid "Log Info"
459
  msgstr "Log Info"
460
 
461
+ #: admin/views/form-log-manager.php:53
462
  msgid "FileName"
463
  msgstr "Bestandsnaam:"
464
 
465
+ #: admin/views/form-log-manager.php:54
466
  msgid "Module"
467
  msgstr "Module"
468
 
469
+ #: admin/views/form-log-manager.php:55
470
  msgid "Inserted"
471
  msgstr "ingevoegd"
472
 
473
+ #: admin/views/form-log-manager.php:56
474
  msgid "Updated"
475
  msgstr "bijgewerkt"
476
 
477
+ #: admin/views/form-log-manager.php:57
478
  msgid "Skipped"
479
  msgstr "overgeslagen"
480
 
481
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
482
  msgid "Download"
483
  msgstr "Download"
484
 
485
+ #: admin/views/form-log-manager.php:67
486
  msgid "Revision: "
487
  msgstr "Herziening:"
488
 
489
+ #: admin/views/form-ignite-import.php:72
490
  msgid "Resume"
491
  msgstr "Hervat"
492
 
493
+ #: admin/views/form-ignite-import.php:73
494
  msgid "Pause"
495
  msgstr "Pauze"
496
 
497
+ #: admin/views/form-ignite-import.php:74
498
+ msgid "New Import"
499
+ msgstr "nieuwe Import"
500
+
501
+ #: admin/views/form-ignite-import.php:79
502
  msgid "File Name:"
503
  msgstr "Bestandsnaam:"
504
 
505
+ #: admin/views/form-ignite-import.php:80
506
  msgid "File Size:"
507
  msgstr "Bestandsgrootte:"
508
 
509
+ #: admin/views/form-ignite-import.php:83
510
  msgid "Process:"
511
  msgstr "Werkwijze:"
512
 
513
+ #: admin/views/form-ignite-import.php:84
514
  msgid "Total no of records:"
515
  msgstr "Totaal aantal dossiers:"
516
 
517
+ #: admin/views/form-ignite-import.php:87
518
+ msgid "Time Elapsed:"
519
+ msgstr "Verstreken tijd:"
520
 
521
+ #: admin/views/form-ignite-import.php:91
522
  msgid "Remaining Record:"
523
  msgstr "Resterende Record:"
524
 
525
+ #: admin/views/form-ignite-import.php:93
526
  msgid "Current Processing Record:"
527
  msgstr "Huidige Processing Record:"
528
 
529
+ #: admin/views/form-ignite-import.php:104
530
  msgid "Log section"
531
  msgstr "Log sectie"
532
 
533
+ #: admin/views/form-ignite-import.php:111
534
  msgid "CLICK HERE TO DOWNLOAD LOG"
535
  msgstr "KLIK HIER TE DOWNLOADEN LOG"
536
 
537
+ #: admin/views/form-ignite-import.php:123
538
  msgid "continue"
539
  msgstr "voortzetten"
540
 
606
  msgid "To export data based on the filters"
607
  msgstr "Om gegevens op basis van de filters te exporteren"
608
 
609
+ #: admin/views/form-export-data.php:149
610
+ msgid "Export File Name:"
611
+ msgstr "Export File Name:"
612
+
613
  #: admin/views/form-export-data.php:154
614
  msgid "Export data with auto delimiters"
615
  msgstr "data export met auto delimiters"
616
 
617
+ #: admin/views/form-export-data.php:158
618
+ msgid "Delimiters"
619
+ msgstr "delimiters"
620
+
621
+ #: admin/views/form-export-data.php:167
622
+ msgid "Other Delimiters"
623
+ msgstr "andere Delimiters"
624
+
625
  #: admin/views/form-export-data.php:182
626
  msgid "Export data for the specific period"
627
  msgstr "Export van gegevens voor de bepaalde periode"
682
  msgid "Export data based on specific exclusions"
683
  msgstr "Export van gegevens op basis van specifieke uitsluitingen"
684
 
685
+ #: admin/views/form-export-data.php:293
686
  msgid "No fields Found!"
687
  msgstr "Geen velden gevonden!"
688
 
689
+ #: admin/views/form-mapping-configuration.php:84
 
 
 
 
 
690
  msgid "Mapping Section"
691
  msgstr "mapping Sectie"
692
 
693
+ #: admin/views/form-mapping-configuration.php:114
694
  msgid "WP Fields"
695
  msgstr "WP Fields"
696
 
697
+ #: admin/views/form-mapping-configuration.php:115
698
  msgid "CSV Header"
699
  msgstr "CSV Header"
700
 
701
+ #: admin/views/form-settings-view.php:184
702
+ #: admin/views/form-settings-view.php:202
703
  msgid "General Settings"
704
  msgstr "Algemene instellingen"
705
 
706
+ #: admin/views/form-settings-view.php:188
707
  msgid "Database optimization"
708
  msgstr "Database optimalisatie"
709
 
710
+ #: admin/views/form-settings-view.php:192
711
+ #: admin/views/form-settings-view.php:279
712
  msgid "Security and Performance"
713
  msgstr "Beveiliging en prestaties"
714
 
715
+ #: admin/views/form-settings-view.php:206
716
  msgid "Drop Table"
717
  msgstr "Drop Table"
718
 
719
+ #: admin/views/form-settings-view.php:207
720
  msgid ""
721
  "If enabled plugin deactivation will remove plugin data, this cannot be "
722
  "restored."
724
  "Indien ingeschakeld plugin deactiveren plugin gegevens te verwijderen, kan "
725
  "deze niet worden hersteld."
726
 
727
+ #: admin/views/form-settings-view.php:222
728
  msgid "Scheduled log mails"
729
  msgstr "Geplande log mails"
730
 
731
+ #: admin/views/form-settings-view.php:223
732
  msgid "Enable to get scheduled log mails."
733
  msgstr "Inschakelen om geplande log mails te krijgen."
734
 
735
+ #: admin/views/form-settings-view.php:238
736
  msgid "Send password to user"
737
  msgstr "Stuur wachtwoord gebruiker"
738
 
739
+ #: admin/views/form-settings-view.php:239
740
  msgid "Enable to send password information through email."
741
  msgstr "In staat om het wachtwoord informatie te sturen via e-mail."
742
 
743
+ #: admin/views/form-settings-view.php:254
744
  msgid "Woocommerce Custom attribute"
745
  msgstr "WooCommerce Custom attribuut"
746
 
747
+ #: admin/views/form-settings-view.php:255
748
  msgid "Enables to register woocommrce custom attribute."
749
  msgstr "Enables to register woocommrce custom attribute."
750
 
751
+ #: admin/views/form-settings-view.php:270
752
  msgid "Database Optimization"
753
  msgstr "Database Optimalisatie"
754
 
755
+ #: admin/views/form-settings-view.php:273
756
  msgid "This feature is only available in PRO"
757
  msgstr "Deze functie is alleen beschikbaar in de PRO"
758
 
759
+ #: admin/views/form-settings-view.php:286
760
  msgid "Allow authors/editors to import"
761
  msgstr "Laat auteurs / redacteuren importeren"
762
 
763
+ #: admin/views/form-settings-view.php:287
764
  msgid "This enables authors/editors to import."
765
  msgstr "This enables authors/editors to import."
766
 
767
+ #: admin/views/form-settings-view.php:308
 
 
 
 
 
 
 
 
768
  msgid "Minimum required php.ini values (Ini configured values)"
769
  msgstr "Minimum required php.ini values (Ini configured values)"
770
 
771
+ #: admin/views/form-settings-view.php:313
772
  msgid "Variables"
773
  msgstr "Variables"
774
 
775
+ #: admin/views/form-settings-view.php:316
776
  msgid "System values"
777
  msgstr "System waarden"
778
 
779
+ #: admin/views/form-settings-view.php:319
780
  msgid "Minimum Requirements"
781
  msgstr "minimale vereisten"
782
 
783
+ #: admin/views/form-settings-view.php:323
784
  msgid "post_max_size"
785
  msgstr "post_max_size"
786
 
787
+ #: admin/views/form-settings-view.php:328
788
  msgid "auto_append_file"
789
  msgstr "auto_append_file"
790
 
791
+ #: admin/views/form-settings-view.php:333
792
  msgid "auto_prepend_file"
793
  msgstr "auto_prepend_file"
794
 
795
+ #: admin/views/form-settings-view.php:338
796
  msgid "upload_max_filesize"
797
  msgstr "upload_max_filesize"
798
 
799
+ #: admin/views/form-settings-view.php:343
800
  msgid "file_uploads"
801
  msgstr "file_uploads"
802
 
803
+ #: admin/views/form-settings-view.php:348
804
  msgid "allow_url_fopen"
805
  msgstr "allow_url_fopen"
806
 
807
+ #: admin/views/form-settings-view.php:353
808
  msgid "max_execution_time"
809
  msgstr "max_execution_time"
810
 
811
+ #: admin/views/form-settings-view.php:358
812
  msgid "max_input_time"
813
  msgstr "max_input_time"
814
 
815
+ #: admin/views/form-settings-view.php:363
816
  msgid "max_input_vars"
817
  msgstr "max_input_vars"
818
 
819
+ #: admin/views/form-settings-view.php:368
820
  msgid "memory_limit"
821
  msgstr "memory_limit"
822
 
823
+ #: admin/views/form-settings-view.php:375
824
  msgid "Required to enable/disable Loaders, Extentions and modules:"
825
  msgstr "Verplicht te activeren / deactiveren Laders, Extentions en modules:"
826
 
827
+ #: admin/views/form-settings-view.php:382
828
  msgid "PDO"
829
  msgstr "BOB"
830
 
831
+ #: admin/views/form-settings-view.php:384
832
+ #: admin/views/form-settings-view.php:393
 
833
  msgid "Yes"
834
  msgstr "Ja"
835
 
836
+ #: admin/views/form-settings-view.php:386
837
+ #: admin/views/form-settings-view.php:395
 
838
  msgid "No"
839
  msgstr "Nee"
840
 
841
+ #: admin/views/form-settings-view.php:391
842
  msgid "Curl"
843
  msgstr "Krul"
844
 
845
+ #: admin/views/form-settings-view.php:402
846
+ #: admin/views/form-settings-view.php:443
847
+ msgid "Disabled"
848
+ msgstr "invalide"
849
 
850
+ #: admin/views/form-settings-view.php:409
851
  msgid "Debug Information:"
852
  msgstr "Debug informatie:"
853
 
854
+ #: admin/views/form-settings-view.php:412
855
  msgid "WordPress Version"
856
  msgstr "WordPress versie"
857
 
858
+ #: admin/views/form-settings-view.php:417
859
  msgid "PHP Version"
860
  msgstr "PHP Version"
861
 
862
+ #: admin/views/form-settings-view.php:422
863
  msgid "MySQL Version"
864
  msgstr "MySQL Version"
865
 
866
+ #: admin/views/form-settings-view.php:427
867
  msgid "Server SoftWare"
868
  msgstr "serversoftware"
869
 
870
+ #: admin/views/form-settings-view.php:432
871
  msgid "Your User Agent"
872
  msgstr "Uw User Agent"
873
 
874
+ #: admin/views/form-settings-view.php:437
875
  msgid "WPDB Prefix"
876
  msgstr "WPDB voorvoegsel"
877
 
878
+ #: admin/views/form-settings-view.php:442
879
  msgid "WP Multisite Mode"
880
  msgstr "WP meerdere locaties Mode"
881
 
882
+ #: admin/views/form-settings-view.php:443
883
  msgid "Enabled"
884
  msgstr "Ingeschakeld"
885
 
886
+ #: admin/views/form-settings-view.php:447
 
 
 
 
887
  msgid "WP Memory Limit"
888
  msgstr "WP Memory Limit"
889
 
890
+ #: admin/views/form-settings-view.php:468
891
  msgid "Smackcoders Guidelines"
892
  msgstr "Smackcoders Richtlijnen"
893
 
894
+ #: admin/views/form-settings-view.php:469
895
+ msgid "24 hours FREE Pro Trial"
896
+ msgstr "24 uur gratis Pro Trial"
897
+
898
+ #: admin/views/form-settings-view.php:470
899
+ msgid "Live Demo"
900
+ msgstr "live demo"
901
+
902
+ #: admin/views/form-settings-view.php:471
903
  msgid "Development News"
904
  msgstr "Development Nieuws"
905
 
906
+ #: admin/views/form-settings-view.php:472
907
  msgid "Whats New?"
908
  msgstr "Wat is er nieuw?"
909
 
910
+ #: admin/views/form-settings-view.php:473
911
  msgid " Documentation"
912
  msgstr "Documentatie"
913
 
914
+ #: admin/views/form-settings-view.php:474
915
  msgid "Youtube Channel"
916
  msgstr "Youtube kanaal"
917
 
918
+ #: admin/views/form-settings-view.php:475
919
+ msgid " Other WordPress Plugins"
920
+ msgstr "Andere WordPress Plugins"
languages/wp-ultimate-csv-importer-ru_RU.mo ADDED
Binary file
languages/wp-ultimate-csv-importer-ru_RU.po ADDED
@@ -0,0 +1,926 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 17:11+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "X-Generator: Poedit 1.5.4\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html;esc_html__;"
13
+ "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Language: en_EN\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: index.php:208
20
+ msgid "no of Orphaned Post/Page meta has been removed."
21
+ msgstr "нет сиротских Post / Страница мета была удалена."
22
+
23
+ #: index.php:209
24
+ msgid "no of Unassigned tags has been removed."
25
+ msgstr "нет неприсвоенных тегов был удален."
26
+
27
+ #: index.php:210
28
+ msgid "no of Post/Page revisions has been removed."
29
+ msgstr "нет в записи / страницы ревизий было удалено."
30
+
31
+ #: index.php:211
32
+ msgid "no of Auto drafted Post/Page has been removed."
33
+ msgstr "нет из Auto разработан Post / Страница была удалена."
34
+
35
+ #: index.php:212
36
+ msgid "no of Post/Page in trash has been removed."
37
+ msgstr "нет Почты / Страница в мусор был удален."
38
+
39
+ #: index.php:213
40
+ msgid "no of Spam comments has been removed."
41
+ msgstr "нет от спам комментариев было удалено."
42
+
43
+ #: index.php:214
44
+ msgid "no of Comments in trash has been removed."
45
+ msgstr "нет комментариев в мусор был удален."
46
+
47
+ #: index.php:215
48
+ msgid "no of Unapproved comments has been removed."
49
+ msgstr "нет неподтвержденных комментариев было удалено."
50
+
51
+ #: index.php:216
52
+ msgid "no of Pingback comments has been removed."
53
+ msgstr "нет комментариев Pingback был удален."
54
+
55
+ #: index.php:217
56
+ msgid "no of Trackback comments has been removed."
57
+ msgstr "нет комментариев Trackback был удален."
58
+
59
+ #: includes/class-uci-install.php:94
60
+ msgid ""
61
+ "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
+ "the latest version!"
63
+ msgstr ""
64
+ "Окончательный CSV Импортер обновление PRO данных завершена. Спасибо за "
65
+ "обновление до последней версии!"
66
+
67
+ #: includes/class-uci-install.php:175
68
+ msgid "Schedule images on every second"
69
+ msgstr "Расписание изображений на каждую секунду"
70
+
71
+ #: includes/class-uci-install.php:179
72
+ msgid "Schedule emails on every second"
73
+ msgstr "График работы электронной почты на каждую секунду"
74
+
75
+ #: includes/class-uci-install.php:435
76
+ msgid "Upgrade to Pro"
77
+ msgstr "Обновление до Pro"
78
+
79
+ #: includes/class-uci-install.php:436
80
+ msgid "View WP Ultimate CSV Importer Pro Documentation"
81
+ msgstr "Просмотр WP Окончательный CSV Импортер Pro Документация"
82
+
83
+ #: includes/class-uci-install.php:436
84
+ msgid "Docs"
85
+ msgstr "Документы"
86
+
87
+ #: includes/class-uci-install.php:437
88
+ msgid "View Videos For WP Ultimate CSV Importer Pro"
89
+ msgstr "Просмотр видео для WP Окончательный CSV импортер Pro"
90
+
91
+ #: includes/class-uci-install.php:437
92
+ msgid "Videos"
93
+ msgstr "Видео"
94
+
95
+ #: includes/class-uci-install.php:438
96
+ msgid "Contact Support"
97
+ msgstr "Контактная поддержка"
98
+
99
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
100
+ #: admin/class-uci-admin.php:122
101
+ msgid "Support"
102
+ msgstr "Поддержка"
103
+
104
+ #: includes/class-uci-install.php:439
105
+ msgid "Get your free trail"
106
+ msgstr "Получите ваш бесплатный след"
107
+
108
+ #: includes/class-uci-install.php:439
109
+ msgid "Free Trail"
110
+ msgstr "Бесплатная пробная версия"
111
+
112
+ #: includes/class-uci-install.php:453
113
+ msgid "Important Upgrade Notice:"
114
+ msgstr "Важно Обновление Примечание:"
115
+
116
+ #: includes/class-uci-install.php:463
117
+ msgid "Upgrade Notice:"
118
+ msgstr "Обновление Примечание:"
119
+
120
+ #: includes/class-uci-install.php:463
121
+ msgid "Download and replace the latest version of"
122
+ msgstr "Загрузите и установите последнюю версию"
123
+
124
+ #: includes/class-uci-install.php:463
125
+ msgid "for 10x faster import performance with easy user interface."
126
+ msgstr ""
127
+ "для 10-кратного повышения производительности импорта с легким "
128
+ "пользовательским интерфейсом."
129
+
130
+ #: includes/class-uci-install.php:472
131
+ msgid "Notice:"
132
+ msgstr "Обратите внимание:"
133
+
134
+ #: includes/class-uci-install.php:472
135
+ msgid ""
136
+ "To populate Featured images, Please make sure that CRON is enabled in your "
137
+ "server."
138
+ msgstr ""
139
+ "Для заполнения Рекомендуемые изображения, пожалуйста, убедитесь, что CRON "
140
+ "включен в вашем сервере."
141
+
142
+ #: includes/class-uci-install.php:484
143
+ msgid ""
144
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
145
+ msgstr ""
146
+ "Если вы любите WP Окончательный CSV Импортер показать нам, что вы все равно "
147
+ "с 5-звездочный обзор на"
148
+
149
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
150
+ msgid "wordpress.org!"
151
+ msgstr "wordpress.org!"
152
+
153
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
154
+ #: includes/class-uci-helper.php:1738
155
+ msgid "Edit this item"
156
+ msgstr "Редактировать этот пункт"
157
+
158
+ #: includes/class-uci-helper.php:1738
159
+ #, php-format
160
+ msgid "View &#8220;%s&#8221;"
161
+ msgstr "Просмотр & # 8220;% s & # 8221;"
162
+
163
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
164
+ msgid "Dashboard"
165
+ msgstr "Панель приборов"
166
+
167
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
168
+ msgid "Import / Update"
169
+ msgstr "Импорт / обновление"
170
+
171
+ #: admin/class-uci-admin.php:68
172
+ msgid "Managers"
173
+ msgstr "Менеджеры"
174
+
175
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
176
+ #: admin/views/form-export-data.php:323
177
+ msgid "Export"
178
+ msgstr "экспорт"
179
+
180
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
181
+ msgid "Settings"
182
+ msgstr "настройки"
183
+
184
+ #: admin/class-uci-admin.php:119
185
+ msgid "Manager"
186
+ msgstr "Менеджер"
187
+
188
+ #: admin/views/form-file-manager.php:43
189
+ #: admin/views/form-template-manager.php:43
190
+ #: admin/views/form-schedule-manager.php:44
191
+ #: admin/views/form-file-import-method.php:155
192
+ msgid "This feature is only available in PRO."
193
+ msgstr "Эта функция доступна только в PRO."
194
+
195
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
196
+ #: admin/views/form-support-view.php:42
197
+ #: admin/views/form-file-import-method.php:66
198
+ #: admin/views/form-import-configuration.php:68
199
+ #: admin/views/form-media-handling.php:64
200
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
201
+ #: admin/views/form-settings-view.php:172
202
+ #: admin/views/form-settings-view.php:196
203
+ #: admin/views/form-settings-view.php:461
204
+ msgid "Documentation"
205
+ msgstr "Документация"
206
+
207
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
208
+ #: admin/views/form-support-view.php:43
209
+ #: admin/views/form-file-import-method.php:67
210
+ #: admin/views/form-import-configuration.php:69
211
+ #: admin/views/form-media-handling.php:65
212
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
213
+ #: admin/views/form-settings-view.php:173
214
+ msgid "Sample CSV"
215
+ msgstr "образец CSV"
216
+
217
+ #: admin/views/form-dashboard-view.php:47
218
+ msgid "Importers Activity"
219
+ msgstr "Импортеры Деятельность"
220
+
221
+ #: admin/views/form-dashboard-view.php:54
222
+ msgid "Import Statistics"
223
+ msgstr "Импорт Статистика"
224
+
225
+ #: admin/views/form-manager-view.php:54
226
+ msgid "File Manager"
227
+ msgstr "Файловый менеджер"
228
+
229
+ #: admin/views/form-manager-view.php:57
230
+ msgid "Smart Schedule"
231
+ msgstr "Смарт Расписание"
232
+
233
+ #: admin/views/form-manager-view.php:60
234
+ msgid "Templates"
235
+ msgstr "Шаблоны"
236
+
237
+ #: admin/views/form-manager-view.php:65
238
+ msgid "Log Manager"
239
+ msgstr "Log Manager"
240
+
241
+ #: admin/views/form-static-formula-views.php:45
242
+ msgid ""
243
+ "HINT: Specify the CSV header to be added in between the curley braces({ })."
244
+ msgstr ""
245
+ "СОВЕТ: Укажите, чтобы быть добавлены в Керли между скобками заголовок CSV "
246
+ "({})."
247
+
248
+ #: admin/views/form-static-formula-views.php:45
249
+ msgid "Example: {post_title}"
250
+ msgstr "Пример: {post_title}"
251
+
252
+ #: admin/views/form-static-formula-views.php:46
253
+ #: admin/views/form-static-formula-views.php:54
254
+ #: admin/views/form-file-import-method.php:58
255
+ msgid "Close"
256
+ msgstr "Закрыть"
257
+
258
+ #: admin/views/form-static-formula-views.php:53
259
+ msgid ""
260
+ "HINT: Specify operator(+,-,*,/) and CSV header as operand in MATH() within "
261
+ "{}.Example: MATH ({product_quantity}/{discount_price})"
262
+ msgstr ""
263
+ "СОВЕТ: Укажите оператор (+, -, *, /) и CSV заголовок в качестве операнда в "
264
+ "МАТЕМАТИКА () внутри {} .example: МАТЕМАТИКА ({product_quantity} / "
265
+ "{discount_price})"
266
+
267
+ #: admin/views/form-support-view.php:46
268
+ msgid ""
269
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
270
+ "on"
271
+ msgstr ""
272
+ "Если вы любите WP Окончательный CSV импортер покажет нам свою помощь с 5-"
273
+ "звездочный обзоре"
274
+
275
+ #: admin/views/form-support-view.php:49
276
+ msgid "Enquiry form"
277
+ msgstr "форма запроса"
278
+
279
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
280
+ msgid "Email"
281
+ msgstr "Эл. адрес"
282
+
283
+ #: admin/views/form-support-view.php:56
284
+ msgid "Enquiry type"
285
+ msgstr "Запрос типа"
286
+
287
+ #: admin/views/form-support-view.php:58
288
+ msgid "Bug Reporting"
289
+ msgstr "ошибка отчетности"
290
+
291
+ #: admin/views/form-support-view.php:59
292
+ msgid "Pre-Sale Enquiry"
293
+ msgstr "Pre-Sale Запрос"
294
+
295
+ #: admin/views/form-support-view.php:60
296
+ msgid "Feature Enhancement"
297
+ msgstr "Повышение Feature"
298
+
299
+ #: admin/views/form-support-view.php:63
300
+ msgid "Message"
301
+ msgstr "Сообщение"
302
+
303
+ #: admin/views/form-support-view.php:77
304
+ msgid "News Letter Subscription"
305
+ msgstr "Подписка на новости"
306
+
307
+ #: admin/views/form-support-view.php:93
308
+ msgid "Note"
309
+ msgstr "Заметка"
310
+
311
+ #: admin/views/form-support-view.php:94
312
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
313
+ msgstr "Подписаться на рассылку Smackcoders (несколько сообщений в год)"
314
+
315
+ #: admin/views/form-support-view.php:95
316
+ msgid ""
317
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
318
+ "acknowledgement within an hour!"
319
+ msgstr ""
320
+ "Пожалуйста проект почту support@smackcoders.com. Если вы не получите "
321
+ "никакого подтверждения в течение часа!"
322
+
323
+ #: admin/views/form-file-import-method.php:51
324
+ msgid "Choose CSV/XML to import"
325
+ msgstr "Выберите CSV / XML для импорта"
326
+
327
+ #: admin/views/form-file-import-method.php:85
328
+ msgid "Upload from Desktop"
329
+ msgstr "Загрузить с рабочего стола"
330
+
331
+ #: admin/views/form-file-import-method.php:89
332
+ msgid "Upload from FTP/SFTP"
333
+ msgstr "Загрузка с FTP / SFTP"
334
+
335
+ #: admin/views/form-file-import-method.php:93
336
+ msgid "Upload from URL"
337
+ msgstr "Загрузить с URL"
338
+
339
+ #: admin/views/form-file-import-method.php:97
340
+ msgid "Choose File in the Server"
341
+ msgstr "Выберите Файл на сервере"
342
+
343
+ #: admin/views/form-file-import-method.php:119
344
+ msgid "New Items"
345
+ msgstr "Новые предметы"
346
+
347
+ #: admin/views/form-file-import-method.php:122
348
+ msgid " Existing Items"
349
+ msgstr "Существующие товары"
350
+
351
+ #: admin/views/form-file-import-method.php:127
352
+ msgid "Import each record as"
353
+ msgstr "Импорт каждую запись как"
354
+
355
+ #: admin/views/form-file-import-method.php:150
356
+ msgid "Click here to upload from desktop"
357
+ msgstr "Нажмите здесь, чтобы загрузить с рабочего стола"
358
+
359
+ #: admin/views/form-import-configuration.php:73
360
+ msgid "Import configuration Section"
361
+ msgstr "Раздел конфигурации Импорт"
362
+
363
+ #: admin/views/form-import-configuration.php:80
364
+ msgid "Do you want to handle the duplicate on existing records ?"
365
+ msgstr "вы хотите обрабатывать дубликат на существующих записей ли?"
366
+
367
+ #: admin/views/form-import-configuration.php:86
368
+ msgid "Mention the fields which you want to handle duplicates"
369
+ msgstr "Упоминание поля, которые вы хотите обрабатывать дубликаты"
370
+
371
+ #: admin/views/form-import-configuration.php:103
372
+ msgid "Do you want to Schedule this Import"
373
+ msgstr "Вы хотите запланировать импорт"
374
+
375
+ #: admin/views/form-import-configuration.php:111
376
+ #: admin/views/form-media-handling.php:179
377
+ #: admin/views/form-export-data.php:322
378
+ #: admin/views/form-mapping-configuration.php:232
379
+ msgid "Back"
380
+ msgstr "назад"
381
+
382
+ #: admin/views/form-import-configuration.php:114
383
+ msgid "Schedule right now"
384
+ msgstr "График прямо сейчас"
385
+
386
+ #: admin/views/form-import-configuration.php:115
387
+ msgid "Schedule Later"
388
+ msgstr "Расписание Позже"
389
+
390
+ #: admin/views/form-media-handling.php:71
391
+ msgid "Media Handling"
392
+ msgstr "Управление печатными носителями"
393
+
394
+ #: admin/views/form-media-handling.php:77
395
+ msgid "Image Handling"
396
+ msgstr "Обработка изображений"
397
+
398
+ #: admin/views/form-media-handling.php:81
399
+ msgid "Download external images to your media"
400
+ msgstr "Загрузка внешних изображений в ваших средствах массовой информации"
401
+
402
+ #: admin/views/form-media-handling.php:92
403
+ msgid "Use media images if already available"
404
+ msgstr "Используйте мультимедийные изображения, если уже имеется"
405
+
406
+ #: admin/views/form-media-handling.php:93
407
+ msgid "Do you want to overwrite the existing images"
408
+ msgstr "Вы хотите, чтобы заменить существующие изображения"
409
+
410
+ #: admin/views/form-media-handling.php:98
411
+ msgid "NextGEN Gallery support on featured image"
412
+ msgstr "Поддержка NextGEN галерея на признакам изображения"
413
+
414
+ #: admin/views/form-media-handling.php:112
415
+ msgid "Thumbnail"
416
+ msgstr "Эскиз"
417
+
418
+ #: admin/views/form-media-handling.php:113
419
+ msgid "Medium"
420
+ msgstr "средний"
421
+
422
+ #: admin/views/form-media-handling.php:114
423
+ msgid "Medium Large"
424
+ msgstr "Средний Большой"
425
+
426
+ #: admin/views/form-media-handling.php:115
427
+ msgid "Large"
428
+ msgstr "большой"
429
+
430
+ #: admin/views/form-media-handling.php:129
431
+ msgid "Add custom sizes"
432
+ msgstr "Добавление пользовательских размеров"
433
+
434
+ #: admin/views/form-media-handling.php:139
435
+ msgid "Media SEO & Advanced Options"
436
+ msgstr "Медиа SEO & Дополнительные параметры"
437
+
438
+ #: admin/views/form-media-handling.php:143
439
+ msgid "Set image Title:"
440
+ msgstr "Набор Название изображения:"
441
+
442
+ #: admin/views/form-media-handling.php:150
443
+ msgid "Set image Caption:"
444
+ msgstr "Набор Подпись изображения:"
445
+
446
+ #: admin/views/form-media-handling.php:157
447
+ msgid "Set image Alt Text:"
448
+ msgstr "Установить изображение Alt Text:"
449
+
450
+ #: admin/views/form-media-handling.php:163
451
+ msgid "Set image Description:"
452
+ msgstr "Набор Описание изображения:"
453
+
454
+ #: admin/views/form-media-handling.php:169
455
+ msgid "Change image file name to:"
456
+ msgstr "Изменить имя файла изображения на:"
457
+
458
+ #: admin/views/form-media-handling.php:181
459
+ #: admin/views/form-mapping-configuration.php:236
460
+ msgid "Continue"
461
+ msgstr "Продолжать"
462
+
463
+ #: admin/views/form-log-manager.php:43
464
+ msgid "Log Info"
465
+ msgstr "Вход Информация"
466
+
467
+ #: admin/views/form-log-manager.php:53
468
+ msgid "FileName"
469
+ msgstr "Имя файла"
470
+
471
+ #: admin/views/form-log-manager.php:54
472
+ msgid "Module"
473
+ msgstr "модуль"
474
+
475
+ #: admin/views/form-log-manager.php:55
476
+ msgid "Inserted"
477
+ msgstr "вставленный"
478
+
479
+ #: admin/views/form-log-manager.php:56
480
+ msgid "Updated"
481
+ msgstr "обновленный"
482
+
483
+ #: admin/views/form-log-manager.php:57
484
+ msgid "Skipped"
485
+ msgstr "Пропущенные"
486
+
487
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
488
+ msgid "Download"
489
+ msgstr "Скачать"
490
+
491
+ #: admin/views/form-log-manager.php:67
492
+ msgid "Revision: "
493
+ msgstr "Редакция:"
494
+
495
+ #: admin/views/form-ignite-import.php:72
496
+ msgid "Resume"
497
+ msgstr "Продолжить"
498
+
499
+ #: admin/views/form-ignite-import.php:73
500
+ msgid "Pause"
501
+ msgstr "Пауза"
502
+
503
+ #: admin/views/form-ignite-import.php:74
504
+ msgid "New Import"
505
+ msgstr "Новый импорт"
506
+
507
+ #: admin/views/form-ignite-import.php:79
508
+ msgid "File Name:"
509
+ msgstr "Имя файла:"
510
+
511
+ #: admin/views/form-ignite-import.php:80
512
+ msgid "File Size:"
513
+ msgstr "Размер файла:"
514
+
515
+ #: admin/views/form-ignite-import.php:83
516
+ msgid "Process:"
517
+ msgstr "Обработать:"
518
+
519
+ #: admin/views/form-ignite-import.php:84
520
+ msgid "Total no of records:"
521
+ msgstr "Общее кол-во записей:"
522
+
523
+ #: admin/views/form-ignite-import.php:87
524
+ msgid "Time Elapsed:"
525
+ msgstr "Время истекло; истекшее время:"
526
+
527
+ #: admin/views/form-ignite-import.php:91
528
+ msgid "Remaining Record:"
529
+ msgstr "Оставаясь запись:"
530
+
531
+ #: admin/views/form-ignite-import.php:93
532
+ msgid "Current Processing Record:"
533
+ msgstr "Текущая обработка Запись:"
534
+
535
+ #: admin/views/form-ignite-import.php:104
536
+ msgid "Log section"
537
+ msgstr "раздел Вход"
538
+
539
+ #: admin/views/form-ignite-import.php:111
540
+ msgid "CLICK HERE TO DOWNLOAD LOG"
541
+ msgstr "НАЖМИТЕ ЗДЕСЬ СКАЧАТЬ LOG"
542
+
543
+ #: admin/views/form-ignite-import.php:123
544
+ msgid "continue"
545
+ msgstr "Продолжать"
546
+
547
+ #: admin/views/form-export-data.php:69
548
+ msgid "Select your module to export the data"
549
+ msgstr "Выберите модуль для экспорта данных"
550
+
551
+ #: admin/views/form-export-data.php:71
552
+ msgid "Post"
553
+ msgstr "После"
554
+
555
+ #: admin/views/form-export-data.php:72
556
+ msgid "Eshop"
557
+ msgstr "Eshop"
558
+
559
+ #: admin/views/form-export-data.php:75
560
+ msgid "Page"
561
+ msgstr "страница"
562
+
563
+ #: admin/views/form-export-data.php:76
564
+ msgid "Wp-Commerce"
565
+ msgstr "Wp-Commerce"
566
+
567
+ #: admin/views/form-export-data.php:80
568
+ msgid "Custom Post"
569
+ msgstr "Пользовательские сообщение"
570
+
571
+ #: admin/views/form-export-data.php:82 admin/views/form-export-data.php:108
572
+ msgid "--Select--"
573
+ msgstr "--Выбрать--"
574
+
575
+ #: admin/views/form-export-data.php:94
576
+ msgid "Woo-Commerce"
577
+ msgstr "Woo-Commerce"
578
+
579
+ #: admin/views/form-export-data.php:97
580
+ msgid "Category"
581
+ msgstr "категория"
582
+
583
+ #: admin/views/form-export-data.php:98
584
+ msgid "Marketpress"
585
+ msgstr "Marketpress"
586
+
587
+ #: admin/views/form-export-data.php:101
588
+ msgid "Tags"
589
+ msgstr "Теги"
590
+
591
+ #: admin/views/form-export-data.php:102
592
+ msgid "Customer Reviews"
593
+ msgstr "Отзывы клиентов"
594
+
595
+ #: admin/views/form-export-data.php:106
596
+ msgid "Taxonomies"
597
+ msgstr "Taxonomies"
598
+
599
+ #: admin/views/form-export-data.php:119
600
+ msgid "Comments"
601
+ msgstr "Комментарии"
602
+
603
+ #: admin/views/form-export-data.php:122
604
+ msgid "Users"
605
+ msgstr "пользователей"
606
+
607
+ #: admin/views/form-export-data.php:126
608
+ msgid "Proceed"
609
+ msgstr "продолжить"
610
+
611
+ #: admin/views/form-export-data.php:147
612
+ msgid "To export data based on the filters"
613
+ msgstr "Чтобы экспортировать данные, основанные на фильтрах"
614
+
615
+ #: admin/views/form-export-data.php:149
616
+ msgid "Export File Name:"
617
+ msgstr "Имя файла экспорта:"
618
+
619
+ #: admin/views/form-export-data.php:154
620
+ msgid "Export data with auto delimiters"
621
+ msgstr "Экспорт данных с разделителями авто"
622
+
623
+ #: admin/views/form-export-data.php:158
624
+ msgid "Delimiters"
625
+ msgstr "Разделители"
626
+
627
+ #: admin/views/form-export-data.php:167
628
+ msgid "Other Delimiters"
629
+ msgstr "Другие Разделители"
630
+
631
+ #: admin/views/form-export-data.php:182
632
+ msgid "Export data for the specific period"
633
+ msgstr "Экспорт данных для определенного периода"
634
+
635
+ #: admin/views/form-export-data.php:184
636
+ msgid "Start From"
637
+ msgstr "Начать с"
638
+
639
+ #: admin/views/form-export-data.php:185
640
+ msgid "End To"
641
+ msgstr "Отбой для"
642
+
643
+ #: admin/views/form-export-data.php:193
644
+ msgid "Export data with the specific status"
645
+ msgstr "Экспорт данных с особым статусом"
646
+
647
+ #: admin/views/form-export-data.php:196
648
+ msgid "Status"
649
+ msgstr "Положение дел"
650
+
651
+ #: admin/views/form-export-data.php:198 admin/views/form-export-data.php:218
652
+ msgid "All"
653
+ msgstr "Все"
654
+
655
+ #: admin/views/form-export-data.php:199
656
+ msgid "Publish"
657
+ msgstr "Публиковать"
658
+
659
+ #: admin/views/form-export-data.php:200
660
+ msgid "Sticky"
661
+ msgstr "липкий"
662
+
663
+ #: admin/views/form-export-data.php:201
664
+ msgid "Private"
665
+ msgstr "Частный"
666
+
667
+ #: admin/views/form-export-data.php:202
668
+ msgid "Protected"
669
+ msgstr "защищенный"
670
+
671
+ #: admin/views/form-export-data.php:203
672
+ msgid "Draft"
673
+ msgstr "Проект"
674
+
675
+ #: admin/views/form-export-data.php:204
676
+ msgid "Pending"
677
+ msgstr "в ожидании"
678
+
679
+ #: admin/views/form-export-data.php:212
680
+ msgid "Export data by specific authors"
681
+ msgstr "Экспорт данных по конкретным авторам"
682
+
683
+ #: admin/views/form-export-data.php:215
684
+ msgid "Authors"
685
+ msgstr "Авторы"
686
+
687
+ #: admin/views/form-export-data.php:228
688
+ msgid "Export data based on specific exclusions"
689
+ msgstr "Экспорт данных на основе конкретных исключений"
690
+
691
+ #: admin/views/form-export-data.php:293
692
+ msgid "No fields Found!"
693
+ msgstr "Никакие поля не найдены!"
694
+
695
+ #: admin/views/form-mapping-configuration.php:84
696
+ msgid "Mapping Section"
697
+ msgstr "Раздел Mapping"
698
+
699
+ #: admin/views/form-mapping-configuration.php:114
700
+ msgid "WP Fields"
701
+ msgstr "WP Поля"
702
+
703
+ #: admin/views/form-mapping-configuration.php:115
704
+ msgid "CSV Header"
705
+ msgstr "CSV Заголовок"
706
+
707
+ #: admin/views/form-settings-view.php:184
708
+ #: admin/views/form-settings-view.php:202
709
+ msgid "General Settings"
710
+ msgstr "общие настройки"
711
+
712
+ #: admin/views/form-settings-view.php:188
713
+ msgid "Database optimization"
714
+ msgstr "оптимизация базы данных"
715
+
716
+ #: admin/views/form-settings-view.php:192
717
+ #: admin/views/form-settings-view.php:279
718
+ msgid "Security and Performance"
719
+ msgstr "Безопасность и производительность"
720
+
721
+ #: admin/views/form-settings-view.php:206
722
+ msgid "Drop Table"
723
+ msgstr "Drop Table"
724
+
725
+ #: admin/views/form-settings-view.php:207
726
+ msgid ""
727
+ "If enabled plugin deactivation will remove plugin data, this cannot be "
728
+ "restored."
729
+ msgstr ""
730
+ "Если этот параметр включен плагин деактивация будет удалить плагин данных, "
731
+ "это не может быть восстановлена."
732
+
733
+ #: admin/views/form-settings-view.php:222
734
+ msgid "Scheduled log mails"
735
+ msgstr "Запланированные почты журнала"
736
+
737
+ #: admin/views/form-settings-view.php:223
738
+ msgid "Enable to get scheduled log mails."
739
+ msgstr "Включить, чтобы получить запланированные почты журнала."
740
+
741
+ #: admin/views/form-settings-view.php:238
742
+ msgid "Send password to user"
743
+ msgstr "Отправить пароль для пользователя"
744
+
745
+ #: admin/views/form-settings-view.php:239
746
+ msgid "Enable to send password information through email."
747
+ msgstr "Включить для передачи информации пароль по электронной почте."
748
+
749
+ #: admin/views/form-settings-view.php:254
750
+ msgid "Woocommerce Custom attribute"
751
+ msgstr "атрибут WooCommerce Пользовательские"
752
+
753
+ #: admin/views/form-settings-view.php:255
754
+ msgid "Enables to register woocommrce custom attribute."
755
+ msgstr "Позволяет зарегистрировать woocommrce пользовательский атрибут."
756
+
757
+ #: admin/views/form-settings-view.php:270
758
+ msgid "Database Optimization"
759
+ msgstr "Оптимизация базы данных"
760
+
761
+ #: admin/views/form-settings-view.php:273
762
+ msgid "This feature is only available in PRO"
763
+ msgstr "Эта функция доступна только в PRO"
764
+
765
+ #: admin/views/form-settings-view.php:286
766
+ msgid "Allow authors/editors to import"
767
+ msgstr "Разрешить авторы / редакторы для импорта"
768
+
769
+ #: admin/views/form-settings-view.php:287
770
+ msgid "This enables authors/editors to import."
771
+ msgstr "Это позволяет авторы / редакторы для импорта."
772
+
773
+ #: admin/views/form-settings-view.php:308
774
+ msgid "Minimum required php.ini values (Ini configured values)"
775
+ msgstr "Минимальные требуемые значения php.ini (INI сконфигурировано значения)"
776
+
777
+ #: admin/views/form-settings-view.php:313
778
+ msgid "Variables"
779
+ msgstr "переменные"
780
+
781
+ #: admin/views/form-settings-view.php:316
782
+ msgid "System values"
783
+ msgstr "Системные значения"
784
+
785
+ #: admin/views/form-settings-view.php:319
786
+ msgid "Minimum Requirements"
787
+ msgstr "Минимальные требования"
788
+
789
+ #: admin/views/form-settings-view.php:323
790
+ msgid "post_max_size"
791
+ msgstr "post_max_size"
792
+
793
+ #: admin/views/form-settings-view.php:328
794
+ msgid "auto_append_file"
795
+ msgstr "auto_append_file"
796
+
797
+ #: admin/views/form-settings-view.php:333
798
+ msgid "auto_prepend_file"
799
+ msgstr "auto_prepend_file"
800
+
801
+ #: admin/views/form-settings-view.php:338
802
+ msgid "upload_max_filesize"
803
+ msgstr "upload_max_filesize"
804
+
805
+ #: admin/views/form-settings-view.php:343
806
+ msgid "file_uploads"
807
+ msgstr "file_uploads"
808
+
809
+ #: admin/views/form-settings-view.php:348
810
+ msgid "allow_url_fopen"
811
+ msgstr "allow_url_fopen"
812
+
813
+ #: admin/views/form-settings-view.php:353
814
+ msgid "max_execution_time"
815
+ msgstr "max_execution_time"
816
+
817
+ #: admin/views/form-settings-view.php:358
818
+ msgid "max_input_time"
819
+ msgstr "max_input_time"
820
+
821
+ #: admin/views/form-settings-view.php:363
822
+ msgid "max_input_vars"
823
+ msgstr "max_input_vars"
824
+
825
+ #: admin/views/form-settings-view.php:368
826
+ msgid "memory_limit"
827
+ msgstr "memory_limit"
828
+
829
+ #: admin/views/form-settings-view.php:375
830
+ msgid "Required to enable/disable Loaders, Extentions and modules:"
831
+ msgstr "Требуется включить / отключить автопогрузчиков, Extentions и модули:"
832
+
833
+ #: admin/views/form-settings-view.php:382
834
+ msgid "PDO"
835
+ msgstr "PDO"
836
+
837
+ #: admin/views/form-settings-view.php:384
838
+ #: admin/views/form-settings-view.php:393
839
+ msgid "Yes"
840
+ msgstr "да"
841
+
842
+ #: admin/views/form-settings-view.php:386
843
+ #: admin/views/form-settings-view.php:395
844
+ msgid "No"
845
+ msgstr "Нет"
846
+
847
+ #: admin/views/form-settings-view.php:391
848
+ msgid "Curl"
849
+ msgstr "Curl"
850
+
851
+ #: admin/views/form-settings-view.php:402
852
+ #: admin/views/form-settings-view.php:443
853
+ msgid "Disabled"
854
+ msgstr "Отключено"
855
+
856
+ #: admin/views/form-settings-view.php:409
857
+ msgid "Debug Information:"
858
+ msgstr "Отладочная информация:"
859
+
860
+ #: admin/views/form-settings-view.php:412
861
+ msgid "WordPress Version"
862
+ msgstr "WordPress версии"
863
+
864
+ #: admin/views/form-settings-view.php:417
865
+ msgid "PHP Version"
866
+ msgstr "PHP Version"
867
+
868
+ #: admin/views/form-settings-view.php:422
869
+ msgid "MySQL Version"
870
+ msgstr "Версия MySQL"
871
+
872
+ #: admin/views/form-settings-view.php:427
873
+ msgid "Server SoftWare"
874
+ msgstr "Сервер SoftWare"
875
+
876
+ #: admin/views/form-settings-view.php:432
877
+ msgid "Your User Agent"
878
+ msgstr "Ваш агент пользователя"
879
+
880
+ #: admin/views/form-settings-view.php:437
881
+ msgid "WPDB Prefix"
882
+ msgstr "Приставка WPDB"
883
+
884
+ #: admin/views/form-settings-view.php:442
885
+ msgid "WP Multisite Mode"
886
+ msgstr "Режим WP Многоузловое"
887
+
888
+ #: admin/views/form-settings-view.php:443
889
+ msgid "Enabled"
890
+ msgstr "Включено"
891
+
892
+ #: admin/views/form-settings-view.php:447
893
+ msgid "WP Memory Limit"
894
+ msgstr "WP Лимит памяти"
895
+
896
+ #: admin/views/form-settings-view.php:468
897
+ msgid "Smackcoders Guidelines"
898
+ msgstr "Рекомендации Smackcoders"
899
+
900
+ #: admin/views/form-settings-view.php:469
901
+ msgid "24 hours FREE Pro Trial"
902
+ msgstr "24 часа бесплатно Pro Trial"
903
+
904
+ #: admin/views/form-settings-view.php:470
905
+ msgid "Live Demo"
906
+ msgstr "Демо"
907
+
908
+ #: admin/views/form-settings-view.php:471
909
+ msgid "Development News"
910
+ msgstr "Новости развития"
911
+
912
+ #: admin/views/form-settings-view.php:472
913
+ msgid "Whats New?"
914
+ msgstr "Что нового?"
915
+
916
+ #: admin/views/form-settings-view.php:473
917
+ msgid " Documentation"
918
+ msgstr "Документация"
919
+
920
+ #: admin/views/form-settings-view.php:474
921
+ msgid "Youtube Channel"
922
+ msgstr "YouTube канал"
923
+
924
+ #: admin/views/form-settings-view.php:475
925
+ msgid " Other WordPress Plugins"
926
+ msgstr "Другие плагинов WordPress"
wp-ultimate-csv-importer.mo CHANGED
Binary file
wp-ultimate-csv-importer.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
- "POT-Creation-Date: 2016-12-15 18:04+0530\n"
5
- "PO-Revision-Date: 2016-12-15 18:04+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_EN\n"
@@ -10,151 +10,223 @@ msgstr ""
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html__;esc_html_e;"
14
- "esc_html;esc_attr;esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: index.php:193
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr ""
22
 
23
- #: index.php:194
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr ""
26
 
27
- #: index.php:195
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr ""
30
 
31
- #: index.php:196
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr ""
34
 
35
- #: index.php:197
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr ""
38
 
39
- #: index.php:198
40
  msgid "no of Spam comments has been removed."
41
  msgstr ""
42
 
43
- #: index.php:199
44
  msgid "no of Comments in trash has been removed."
45
  msgstr ""
46
 
47
- #: index.php:200
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr ""
50
 
51
- #: index.php:201
52
  msgid "no of Pingback comments has been removed."
53
  msgstr ""
54
 
55
- #: index.php:202
56
  msgid "no of Trackback comments has been removed."
57
  msgstr ""
58
 
59
- #: includes/class-uci-install.php:101
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
63
  msgstr ""
64
 
65
- #: includes/class-uci-install.php:182
66
  msgid "Schedule images on every second"
67
  msgstr ""
68
 
69
- #: includes/class-uci-install.php:186
70
  msgid "Schedule emails on every second"
71
  msgstr ""
72
 
73
- #: includes/class-uci-install.php:441
 
 
 
 
74
  msgid "View WP Ultimate CSV Importer Pro Documentation"
75
  msgstr ""
76
 
77
- #: includes/class-uci-install.php:441
78
  msgid "Docs"
79
  msgstr ""
80
 
81
- #: includes/class-uci-install.php:442
82
  msgid "View Videos For WP Ultimate CSV Importer Pro"
83
  msgstr ""
84
 
85
- #: includes/class-uci-install.php:442
86
  msgid "Videos"
87
  msgstr ""
88
 
89
- #: includes/class-uci-install.php:443
90
- msgid "Visit Premium Customer Support Forum"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgstr ""
92
 
93
- #: includes/class-uci-install.php:443
94
- msgid "Premium Support"
95
  msgstr ""
96
 
97
- #: includes/class-uci-helper.php:1801 includes/class-uci-helper.php:1806
 
98
  msgid "Edit this item"
99
  msgstr ""
100
 
101
- #: includes/class-uci-helper.php:1806
102
  #, php-format
103
  msgid "View &#8220;%s&#8221;"
104
  msgstr ""
105
 
106
- #: admin/class-uci-admin.php:112
107
  msgid "Dashboard"
108
  msgstr ""
109
 
110
- #: admin/class-uci-admin.php:113
111
  msgid "Import / Update"
112
  msgstr ""
113
 
114
- #: admin/class-uci-admin.php:114
115
- msgid "Manager"
116
  msgstr ""
117
 
118
- #: admin/class-uci-admin.php:115 admin/views/form-export-data.php:327
 
119
  msgid "Export"
120
  msgstr ""
121
 
122
- #: admin/class-uci-admin.php:116
123
  msgid "Settings"
124
  msgstr ""
125
 
126
- #: admin/class-uci-admin.php:117
127
- msgid "Support"
128
  msgstr ""
129
 
130
- #: admin/views/form-file-manager.php:47
131
- #: admin/views/form-template-manager.php:47
132
- #: admin/views/form-schedule-manager.php:48
133
- #: admin/views/form-file-import-method.php:154
134
  msgid "This feature is only available in PRO."
135
  msgstr ""
136
 
137
- #: admin/views/form-dashboard-view.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  msgid "Importers Activity"
139
  msgstr ""
140
 
141
- #: admin/views/form-dashboard-view.php:50
142
  msgid "Import Statistics"
143
  msgstr ""
144
 
145
- #: admin/views/form-manager-view.php:55
146
  msgid "File Manager"
147
  msgstr ""
148
 
149
- #: admin/views/form-manager-view.php:58
150
  msgid "Smart Schedule"
151
  msgstr ""
152
 
153
- #: admin/views/form-manager-view.php:61
154
  msgid "Templates"
155
  msgstr ""
156
 
157
- #: admin/views/form-manager-view.php:66
158
  msgid "Log Manager"
159
  msgstr ""
160
 
@@ -169,7 +241,7 @@ msgstr ""
169
 
170
  #: admin/views/form-static-formula-views.php:46
171
  #: admin/views/form-static-formula-views.php:54
172
- #: admin/views/form-file-import-method.php:62
173
  msgid "Close"
174
  msgstr ""
175
 
@@ -179,52 +251,94 @@ msgid ""
179
  "{}.Example: MATH ({product_quantity}/{discount_price})"
180
  msgstr ""
181
 
182
- #: admin/views/form-file-import-method.php:55
183
- msgid "Choose CSV/XML to import"
 
 
184
  msgstr ""
185
 
186
- #: admin/views/form-file-import-method.php:70
187
- #: admin/views/form-settings-view.php:188
188
- #: admin/views/form-settings-view.php:446
189
- msgid "Documentation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  msgstr ""
191
 
192
- #: admin/views/form-file-import-method.php:71
193
- msgid "Help"
194
  msgstr ""
195
 
196
- #: admin/views/form-file-import-method.php:86
197
  msgid "Upload from Desktop"
198
  msgstr ""
199
 
200
- #: admin/views/form-file-import-method.php:90
201
  msgid "Upload from FTP/SFTP"
202
  msgstr ""
203
 
204
- #: admin/views/form-file-import-method.php:94
205
  msgid "Upload from URL"
206
  msgstr ""
207
 
208
- #: admin/views/form-file-import-method.php:98
209
  msgid "Choose File in the Server"
210
  msgstr ""
211
 
212
- #: admin/views/form-file-import-method.php:112
213
- msgid "Upload Completed"
214
- msgstr ""
215
-
216
- #: admin/views/form-file-import-method.php:121
217
  msgid "New Items"
218
  msgstr ""
219
 
220
- #: admin/views/form-file-import-method.php:124
221
  msgid " Existing Items"
222
  msgstr ""
223
 
224
- #: admin/views/form-file-import-method.php:129
225
  msgid "Import each record as"
226
  msgstr ""
227
 
 
 
 
 
228
  #: admin/views/form-import-configuration.php:73
229
  msgid "Import configuration Section"
230
  msgstr ""
@@ -241,6 +355,13 @@ msgstr ""
241
  msgid "Do you want to Schedule this Import"
242
  msgstr ""
243
 
 
 
 
 
 
 
 
244
  #: admin/views/form-import-configuration.php:114
245
  msgid "Schedule right now"
246
  msgstr ""
@@ -249,156 +370,160 @@ msgstr ""
249
  msgid "Schedule Later"
250
  msgstr ""
251
 
252
- #: admin/views/form-media-handling.php:70
253
  msgid "Media Handling"
254
  msgstr ""
255
 
256
- #: admin/views/form-media-handling.php:76
257
  msgid "Image Handling"
258
  msgstr ""
259
 
260
- #: admin/views/form-media-handling.php:80
261
  msgid "Download external images to your media"
262
  msgstr ""
263
 
264
- #: admin/views/form-media-handling.php:91
265
  msgid "Use media images if already available"
266
  msgstr ""
267
 
268
- #: admin/views/form-media-handling.php:92
269
  msgid "Do you want to overwrite the existing images"
270
  msgstr ""
271
 
272
- #: admin/views/form-media-handling.php:96
273
  msgid "NextGEN Gallery support on featured image"
274
  msgstr ""
275
 
276
- #: admin/views/form-media-handling.php:108
277
  msgid "Thumbnail"
278
  msgstr ""
279
 
280
- #: admin/views/form-media-handling.php:109
281
  msgid "Medium"
282
  msgstr ""
283
 
284
- #: admin/views/form-media-handling.php:110
285
  msgid "Medium Large"
286
  msgstr ""
287
 
288
- #: admin/views/form-media-handling.php:111
289
  msgid "Large"
290
  msgstr ""
291
 
292
- #: admin/views/form-media-handling.php:125
293
  msgid "Add custom sizes"
294
  msgstr ""
295
 
296
- #: admin/views/form-media-handling.php:135
297
  msgid "Media SEO & Advanced Options"
298
  msgstr ""
299
 
300
- #: admin/views/form-media-handling.php:139
301
  msgid "Set image Title:"
302
  msgstr ""
303
 
304
- #: admin/views/form-media-handling.php:146
305
  msgid "Set image Caption:"
306
  msgstr ""
307
 
308
- #: admin/views/form-media-handling.php:153
309
  msgid "Set image Alt Text:"
310
  msgstr ""
311
 
312
- #: admin/views/form-media-handling.php:159
313
  msgid "Set image Description:"
314
  msgstr ""
315
 
316
- #: admin/views/form-media-handling.php:165
317
  msgid "Change image file name to:"
318
  msgstr ""
319
 
320
- #: admin/views/form-media-handling.php:177
321
- #: admin/views/form-mapping-configuration.php:250
322
  msgid "Continue"
323
  msgstr ""
324
 
325
- #: admin/views/form-log-manager.php:47
326
  msgid "Log Info"
327
  msgstr ""
328
 
329
- #: admin/views/form-log-manager.php:57
330
  msgid "FileName"
331
  msgstr ""
332
 
333
- #: admin/views/form-log-manager.php:58
334
  msgid "Module"
335
  msgstr ""
336
 
337
- #: admin/views/form-log-manager.php:59
338
  msgid "Inserted"
339
  msgstr ""
340
 
341
- #: admin/views/form-log-manager.php:60
342
  msgid "Updated"
343
  msgstr ""
344
 
345
- #: admin/views/form-log-manager.php:61
346
  msgid "Skipped"
347
  msgstr ""
348
 
349
- #: admin/views/form-log-manager.php:62
350
  msgid "Download"
351
  msgstr ""
352
 
353
- #: admin/views/form-log-manager.php:71
354
  msgid "Revision: "
355
  msgstr ""
356
 
357
- #: admin/views/form-ignite-import.php:73
358
  msgid "Resume"
359
  msgstr ""
360
 
361
- #: admin/views/form-ignite-import.php:74
362
  msgid "Pause"
363
  msgstr ""
364
 
365
- #: admin/views/form-ignite-import.php:78
366
- msgid "File Name:"
367
  msgstr ""
368
 
369
  #: admin/views/form-ignite-import.php:79
 
 
 
 
370
  msgid "File Size:"
371
  msgstr ""
372
 
373
- #: admin/views/form-ignite-import.php:82
374
  msgid "Process:"
375
  msgstr ""
376
 
377
- #: admin/views/form-ignite-import.php:83
378
  msgid "Total no of records:"
379
  msgstr ""
380
 
381
- #: admin/views/form-ignite-import.php:86
382
- msgid "Time taken for one record to be processed:"
383
  msgstr ""
384
 
385
- #: admin/views/form-ignite-import.php:90
386
  msgid "Remaining Record:"
387
  msgstr ""
388
 
389
- #: admin/views/form-ignite-import.php:92
390
  msgid "Current Processing Record:"
391
  msgstr ""
392
 
393
- #: admin/views/form-ignite-import.php:103
394
  msgid "Log section"
395
  msgstr ""
396
 
397
- #: admin/views/form-ignite-import.php:110
398
  msgid "CLICK HERE TO DOWNLOAD LOG"
399
  msgstr ""
400
 
401
- #: admin/views/form-ignite-import.php:122
402
  msgid "continue"
403
  msgstr ""
404
 
@@ -470,10 +595,22 @@ msgstr ""
470
  msgid "To export data based on the filters"
471
  msgstr ""
472
 
 
 
 
 
473
  #: admin/views/form-export-data.php:154
474
  msgid "Export data with auto delimiters"
475
  msgstr ""
476
 
 
 
 
 
 
 
 
 
477
  #: admin/views/form-export-data.php:182
478
  msgid "Export data for the specific period"
479
  msgstr ""
@@ -534,247 +671,237 @@ msgstr ""
534
  msgid "Export data based on specific exclusions"
535
  msgstr ""
536
 
537
- #: admin/views/form-export-data.php:297
538
  msgid "No fields Found!"
539
  msgstr ""
540
 
541
- #: admin/views/form-export-data.php:326
542
- #: admin/views/form-mapping-configuration.php:246
543
- msgid "Back"
544
- msgstr ""
545
-
546
- #: admin/views/form-mapping-configuration.php:97
547
  msgid "Mapping Section"
548
  msgstr ""
549
 
550
- #: admin/views/form-mapping-configuration.php:129
551
  msgid "WP Fields"
552
  msgstr ""
553
 
554
- #: admin/views/form-mapping-configuration.php:130
555
  msgid "CSV Header"
556
  msgstr ""
557
 
558
- #: admin/views/form-settings-view.php:176
559
- #: admin/views/form-settings-view.php:194
560
  msgid "General Settings"
561
  msgstr ""
562
 
563
- #: admin/views/form-settings-view.php:180
564
  msgid "Database optimization"
565
  msgstr ""
566
 
567
- #: admin/views/form-settings-view.php:184
568
- #: admin/views/form-settings-view.php:271
569
  msgid "Security and Performance"
570
  msgstr ""
571
 
572
- #: admin/views/form-settings-view.php:198
573
  msgid "Drop Table"
574
  msgstr ""
575
 
576
- #: admin/views/form-settings-view.php:199
577
  msgid ""
578
  "If enabled plugin deactivation will remove plugin data, this cannot be "
579
  "restored."
580
  msgstr ""
581
 
582
- #: admin/views/form-settings-view.php:214
583
  msgid "Scheduled log mails"
584
  msgstr ""
585
 
586
- #: admin/views/form-settings-view.php:215
587
  msgid "Enable to get scheduled log mails."
588
  msgstr ""
589
 
590
- #: admin/views/form-settings-view.php:230
591
  msgid "Send password to user"
592
  msgstr ""
593
 
594
- #: admin/views/form-settings-view.php:231
595
  msgid "Enable to send password information through email."
596
  msgstr ""
597
 
598
- #: admin/views/form-settings-view.php:246
599
  msgid "Woocommerce Custom attribute"
600
  msgstr ""
601
 
602
- #: admin/views/form-settings-view.php:247
603
  msgid "Enables to register woocommrce custom attribute."
604
  msgstr ""
605
 
606
- #: admin/views/form-settings-view.php:262
607
  msgid "Database Optimization"
608
  msgstr ""
609
 
610
- #: admin/views/form-settings-view.php:265
611
  msgid "This feature is only available in PRO"
612
  msgstr ""
613
 
614
- #: admin/views/form-settings-view.php:278
615
  msgid "Allow authors/editors to import"
616
  msgstr ""
617
 
618
- #: admin/views/form-settings-view.php:279
619
  msgid "This enables authors/editors to import."
620
  msgstr ""
621
 
622
- #: admin/views/form-settings-view.php:282
623
- msgid "Enable"
624
- msgstr ""
625
-
626
- #: admin/views/form-settings-view.php:283
627
- msgid "Disable"
628
- msgstr ""
629
-
630
- #: admin/views/form-settings-view.php:292
631
  msgid "Minimum required php.ini values (Ini configured values)"
632
  msgstr ""
633
 
634
- #: admin/views/form-settings-view.php:297
635
  msgid "Variables"
636
  msgstr ""
637
 
638
- #: admin/views/form-settings-view.php:300
639
  msgid "System values"
640
  msgstr ""
641
 
642
- #: admin/views/form-settings-view.php:303
643
  msgid "Minimum Requirements"
644
  msgstr ""
645
 
646
- #: admin/views/form-settings-view.php:307
647
  msgid "post_max_size"
648
  msgstr ""
649
 
650
- #: admin/views/form-settings-view.php:312
651
  msgid "auto_append_file"
652
  msgstr ""
653
 
654
- #: admin/views/form-settings-view.php:317
655
  msgid "auto_prepend_file"
656
  msgstr ""
657
 
658
- #: admin/views/form-settings-view.php:322
659
  msgid "upload_max_filesize"
660
  msgstr ""
661
 
662
- #: admin/views/form-settings-view.php:327
663
  msgid "file_uploads"
664
  msgstr ""
665
 
666
- #: admin/views/form-settings-view.php:332
667
  msgid "allow_url_fopen"
668
  msgstr ""
669
 
670
- #: admin/views/form-settings-view.php:337
671
  msgid "max_execution_time"
672
  msgstr ""
673
 
674
- #: admin/views/form-settings-view.php:342
675
  msgid "max_input_time"
676
  msgstr ""
677
 
678
- #: admin/views/form-settings-view.php:347
679
  msgid "max_input_vars"
680
  msgstr ""
681
 
682
- #: admin/views/form-settings-view.php:352
683
  msgid "memory_limit"
684
  msgstr ""
685
 
686
- #: admin/views/form-settings-view.php:359
687
  msgid "Required to enable/disable Loaders, Extentions and modules:"
688
  msgstr ""
689
 
690
- #: admin/views/form-settings-view.php:366
691
  msgid "PDO"
692
  msgstr ""
693
 
694
- #: admin/views/form-settings-view.php:368
695
- #: admin/views/form-settings-view.php:377
696
- #: admin/views/form-settings-view.php:386
697
  msgid "Yes"
698
  msgstr ""
699
 
700
- #: admin/views/form-settings-view.php:370
701
- #: admin/views/form-settings-view.php:379
702
- #: admin/views/form-settings-view.php:388
703
  msgid "No"
704
  msgstr ""
705
 
706
- #: admin/views/form-settings-view.php:375
707
  msgid "Curl"
708
  msgstr ""
709
 
710
- #: admin/views/form-settings-view.php:384
711
- msgid "Mod Security"
 
712
  msgstr ""
713
 
714
- #: admin/views/form-settings-view.php:394
715
  msgid "Debug Information:"
716
  msgstr ""
717
 
718
- #: admin/views/form-settings-view.php:397
719
  msgid "WordPress Version"
720
  msgstr ""
721
 
722
- #: admin/views/form-settings-view.php:402
723
  msgid "PHP Version"
724
  msgstr ""
725
 
726
- #: admin/views/form-settings-view.php:407
727
  msgid "MySQL Version"
728
  msgstr ""
729
 
730
- #: admin/views/form-settings-view.php:412
731
  msgid "Server SoftWare"
732
  msgstr ""
733
 
734
- #: admin/views/form-settings-view.php:417
735
  msgid "Your User Agent"
736
  msgstr ""
737
 
738
- #: admin/views/form-settings-view.php:422
739
  msgid "WPDB Prefix"
740
  msgstr ""
741
 
742
- #: admin/views/form-settings-view.php:427
743
  msgid "WP Multisite Mode"
744
  msgstr ""
745
 
746
- #: admin/views/form-settings-view.php:428
747
  msgid "Enabled"
748
  msgstr ""
749
 
750
- #: admin/views/form-settings-view.php:428
751
- msgid "Disabled"
752
- msgstr ""
753
-
754
- #: admin/views/form-settings-view.php:432
755
  msgid "WP Memory Limit"
756
  msgstr ""
757
 
758
- #: admin/views/form-settings-view.php:453
759
  msgid "Smackcoders Guidelines"
760
  msgstr ""
761
 
762
- #: admin/views/form-settings-view.php:454
 
 
 
 
 
 
 
 
763
  msgid "Development News"
764
  msgstr ""
765
 
766
- #: admin/views/form-settings-view.php:455
767
  msgid "Whats New?"
768
  msgstr ""
769
 
770
- #: admin/views/form-settings-view.php:456
771
  msgid " Documentation"
772
  msgstr ""
773
 
774
- #: admin/views/form-settings-view.php:457
775
  msgid "Youtube Channel"
776
  msgstr ""
777
 
778
- #: admin/views/form-settings-view.php:458
779
- msgid " Other Plugins"
780
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-ultimate-csv-importer\n"
4
+ "POT-Creation-Date: 2017-01-04 11:33+0530\n"
5
+ "PO-Revision-Date: 2017-01-04 11:34+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_EN\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_html;esc_html__;"
14
+ "esc_html_e;esc_attr;esc_attr__;esc_attr_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: index.php:208
20
  msgid "no of Orphaned Post/Page meta has been removed."
21
  msgstr ""
22
 
23
+ #: index.php:209
24
  msgid "no of Unassigned tags has been removed."
25
  msgstr ""
26
 
27
+ #: index.php:210
28
  msgid "no of Post/Page revisions has been removed."
29
  msgstr ""
30
 
31
+ #: index.php:211
32
  msgid "no of Auto drafted Post/Page has been removed."
33
  msgstr ""
34
 
35
+ #: index.php:212
36
  msgid "no of Post/Page in trash has been removed."
37
  msgstr ""
38
 
39
+ #: index.php:213
40
  msgid "no of Spam comments has been removed."
41
  msgstr ""
42
 
43
+ #: index.php:214
44
  msgid "no of Comments in trash has been removed."
45
  msgstr ""
46
 
47
+ #: index.php:215
48
  msgid "no of Unapproved comments has been removed."
49
  msgstr ""
50
 
51
+ #: index.php:216
52
  msgid "no of Pingback comments has been removed."
53
  msgstr ""
54
 
55
+ #: index.php:217
56
  msgid "no of Trackback comments has been removed."
57
  msgstr ""
58
 
59
+ #: includes/class-uci-install.php:94
60
  msgid ""
61
  "Ultimate CSV Importer PRO data update complete. Thank you for updating to "
62
  "the latest version!"
63
  msgstr ""
64
 
65
+ #: includes/class-uci-install.php:175
66
  msgid "Schedule images on every second"
67
  msgstr ""
68
 
69
+ #: includes/class-uci-install.php:179
70
  msgid "Schedule emails on every second"
71
  msgstr ""
72
 
73
+ #: includes/class-uci-install.php:435
74
+ msgid "Upgrade to Pro"
75
+ msgstr ""
76
+
77
+ #: includes/class-uci-install.php:436
78
  msgid "View WP Ultimate CSV Importer Pro Documentation"
79
  msgstr ""
80
 
81
+ #: includes/class-uci-install.php:436
82
  msgid "Docs"
83
  msgstr ""
84
 
85
+ #: includes/class-uci-install.php:437
86
  msgid "View Videos For WP Ultimate CSV Importer Pro"
87
  msgstr ""
88
 
89
+ #: includes/class-uci-install.php:437
90
  msgid "Videos"
91
  msgstr ""
92
 
93
+ #: includes/class-uci-install.php:438
94
+ msgid "Contact Support"
95
+ msgstr ""
96
+
97
+ #: includes/class-uci-install.php:438 admin/class-uci-admin.php:71
98
+ #: admin/class-uci-admin.php:122
99
+ msgid "Support"
100
+ msgstr ""
101
+
102
+ #: includes/class-uci-install.php:439
103
+ msgid "Get your free trail"
104
+ msgstr ""
105
+
106
+ #: includes/class-uci-install.php:439
107
+ msgid "Free Trail"
108
+ msgstr ""
109
+
110
+ #: includes/class-uci-install.php:453
111
+ msgid "Important Upgrade Notice:"
112
+ msgstr ""
113
+
114
+ #: includes/class-uci-install.php:463
115
+ msgid "Upgrade Notice:"
116
+ msgstr ""
117
+
118
+ #: includes/class-uci-install.php:463
119
+ msgid "Download and replace the latest version of"
120
+ msgstr ""
121
+
122
+ #: includes/class-uci-install.php:463
123
+ msgid "for 10x faster import performance with easy user interface."
124
+ msgstr ""
125
+
126
+ #: includes/class-uci-install.php:472
127
+ msgid "Notice:"
128
+ msgstr ""
129
+
130
+ #: includes/class-uci-install.php:472
131
+ msgid ""
132
+ "To populate Featured images, Please make sure that CRON is enabled in your "
133
+ "server."
134
+ msgstr ""
135
+
136
+ #: includes/class-uci-install.php:484
137
+ msgid ""
138
+ "If you love WP Ultimate CSV Importer show us you care with a 5-star review on"
139
  msgstr ""
140
 
141
+ #: includes/class-uci-install.php:484 admin/views/form-support-view.php:46
142
+ msgid "wordpress.org!"
143
  msgstr ""
144
 
145
+ #: includes/class-uci-helper.php:1730 includes/class-uci-helper.php:1732
146
+ #: includes/class-uci-helper.php:1738
147
  msgid "Edit this item"
148
  msgstr ""
149
 
150
+ #: includes/class-uci-helper.php:1738
151
  #, php-format
152
  msgid "View &#8220;%s&#8221;"
153
  msgstr ""
154
 
155
+ #: admin/class-uci-admin.php:66 admin/class-uci-admin.php:117
156
  msgid "Dashboard"
157
  msgstr ""
158
 
159
+ #: admin/class-uci-admin.php:67 admin/class-uci-admin.php:118
160
  msgid "Import / Update"
161
  msgstr ""
162
 
163
+ #: admin/class-uci-admin.php:68
164
+ msgid "Managers"
165
  msgstr ""
166
 
167
+ #: admin/class-uci-admin.php:69 admin/class-uci-admin.php:120
168
+ #: admin/views/form-export-data.php:323
169
  msgid "Export"
170
  msgstr ""
171
 
172
+ #: admin/class-uci-admin.php:70 admin/class-uci-admin.php:121
173
  msgid "Settings"
174
  msgstr ""
175
 
176
+ #: admin/class-uci-admin.php:119
177
+ msgid "Manager"
178
  msgstr ""
179
 
180
+ #: admin/views/form-file-manager.php:43
181
+ #: admin/views/form-template-manager.php:43
182
+ #: admin/views/form-schedule-manager.php:44
183
+ #: admin/views/form-file-import-method.php:155
184
  msgid "This feature is only available in PRO."
185
  msgstr ""
186
 
187
+ #: admin/views/form-dashboard-view.php:42 admin/views/form-manager-view.php:43
188
+ #: admin/views/form-support-view.php:42
189
+ #: admin/views/form-file-import-method.php:66
190
+ #: admin/views/form-import-configuration.php:68
191
+ #: admin/views/form-media-handling.php:64
192
+ #: admin/views/form-ignite-import.php:64 admin/views/form-export-data.php:60
193
+ #: admin/views/form-settings-view.php:172
194
+ #: admin/views/form-settings-view.php:196
195
+ #: admin/views/form-settings-view.php:461
196
+ msgid "Documentation"
197
+ msgstr ""
198
+
199
+ #: admin/views/form-dashboard-view.php:43 admin/views/form-manager-view.php:44
200
+ #: admin/views/form-support-view.php:43
201
+ #: admin/views/form-file-import-method.php:67
202
+ #: admin/views/form-import-configuration.php:69
203
+ #: admin/views/form-media-handling.php:65
204
+ #: admin/views/form-ignite-import.php:65 admin/views/form-export-data.php:61
205
+ #: admin/views/form-settings-view.php:173
206
+ msgid "Sample CSV"
207
+ msgstr ""
208
+
209
+ #: admin/views/form-dashboard-view.php:47
210
  msgid "Importers Activity"
211
  msgstr ""
212
 
213
+ #: admin/views/form-dashboard-view.php:54
214
  msgid "Import Statistics"
215
  msgstr ""
216
 
217
+ #: admin/views/form-manager-view.php:54
218
  msgid "File Manager"
219
  msgstr ""
220
 
221
+ #: admin/views/form-manager-view.php:57
222
  msgid "Smart Schedule"
223
  msgstr ""
224
 
225
+ #: admin/views/form-manager-view.php:60
226
  msgid "Templates"
227
  msgstr ""
228
 
229
+ #: admin/views/form-manager-view.php:65
230
  msgid "Log Manager"
231
  msgstr ""
232
 
241
 
242
  #: admin/views/form-static-formula-views.php:46
243
  #: admin/views/form-static-formula-views.php:54
244
+ #: admin/views/form-file-import-method.php:58
245
  msgid "Close"
246
  msgstr ""
247
 
251
  "{}.Example: MATH ({product_quantity}/{discount_price})"
252
  msgstr ""
253
 
254
+ #: admin/views/form-support-view.php:46
255
+ msgid ""
256
+ "If you love WP Ultimate CSV Importer show us your care with a 5-star review "
257
+ "on"
258
  msgstr ""
259
 
260
+ #: admin/views/form-support-view.php:49
261
+ msgid "Enquiry form"
262
+ msgstr ""
263
+
264
+ #: admin/views/form-support-view.php:52 admin/views/form-support-view.php:79
265
+ msgid "Email"
266
+ msgstr ""
267
+
268
+ #: admin/views/form-support-view.php:56
269
+ msgid "Enquiry type"
270
+ msgstr ""
271
+
272
+ #: admin/views/form-support-view.php:58
273
+ msgid "Bug Reporting"
274
+ msgstr ""
275
+
276
+ #: admin/views/form-support-view.php:59
277
+ msgid "Pre-Sale Enquiry"
278
+ msgstr ""
279
+
280
+ #: admin/views/form-support-view.php:60
281
+ msgid "Feature Enhancement"
282
+ msgstr ""
283
+
284
+ #: admin/views/form-support-view.php:63
285
+ msgid "Message"
286
+ msgstr ""
287
+
288
+ #: admin/views/form-support-view.php:77
289
+ msgid "News Letter Subscription"
290
+ msgstr ""
291
+
292
+ #: admin/views/form-support-view.php:93
293
+ msgid "Note"
294
+ msgstr ""
295
+
296
+ #: admin/views/form-support-view.php:94
297
+ msgid "Subscribe to Smackcoders Mailing list (a few messages a year)"
298
+ msgstr ""
299
+
300
+ #: admin/views/form-support-view.php:95
301
+ msgid ""
302
+ "Please draft a mail to support@smackcoders.com. If you doesn't get any "
303
+ "acknowledgement within an hour!"
304
  msgstr ""
305
 
306
+ #: admin/views/form-file-import-method.php:51
307
+ msgid "Choose CSV/XML to import"
308
  msgstr ""
309
 
310
+ #: admin/views/form-file-import-method.php:85
311
  msgid "Upload from Desktop"
312
  msgstr ""
313
 
314
+ #: admin/views/form-file-import-method.php:89
315
  msgid "Upload from FTP/SFTP"
316
  msgstr ""
317
 
318
+ #: admin/views/form-file-import-method.php:93
319
  msgid "Upload from URL"
320
  msgstr ""
321
 
322
+ #: admin/views/form-file-import-method.php:97
323
  msgid "Choose File in the Server"
324
  msgstr ""
325
 
326
+ #: admin/views/form-file-import-method.php:119
 
 
 
 
327
  msgid "New Items"
328
  msgstr ""
329
 
330
+ #: admin/views/form-file-import-method.php:122
331
  msgid " Existing Items"
332
  msgstr ""
333
 
334
+ #: admin/views/form-file-import-method.php:127
335
  msgid "Import each record as"
336
  msgstr ""
337
 
338
+ #: admin/views/form-file-import-method.php:150
339
+ msgid "Click here to upload from desktop"
340
+ msgstr ""
341
+
342
  #: admin/views/form-import-configuration.php:73
343
  msgid "Import configuration Section"
344
  msgstr ""
355
  msgid "Do you want to Schedule this Import"
356
  msgstr ""
357
 
358
+ #: admin/views/form-import-configuration.php:111
359
+ #: admin/views/form-media-handling.php:179
360
+ #: admin/views/form-export-data.php:322
361
+ #: admin/views/form-mapping-configuration.php:232
362
+ msgid "Back"
363
+ msgstr ""
364
+
365
  #: admin/views/form-import-configuration.php:114
366
  msgid "Schedule right now"
367
  msgstr ""
370
  msgid "Schedule Later"
371
  msgstr ""
372
 
373
+ #: admin/views/form-media-handling.php:71
374
  msgid "Media Handling"
375
  msgstr ""
376
 
377
+ #: admin/views/form-media-handling.php:77
378
  msgid "Image Handling"
379
  msgstr ""
380
 
381
+ #: admin/views/form-media-handling.php:81
382
  msgid "Download external images to your media"
383
  msgstr ""
384
 
385
+ #: admin/views/form-media-handling.php:92
386
  msgid "Use media images if already available"
387
  msgstr ""
388
 
389
+ #: admin/views/form-media-handling.php:93
390
  msgid "Do you want to overwrite the existing images"
391
  msgstr ""
392
 
393
+ #: admin/views/form-media-handling.php:98
394
  msgid "NextGEN Gallery support on featured image"
395
  msgstr ""
396
 
397
+ #: admin/views/form-media-handling.php:112
398
  msgid "Thumbnail"
399
  msgstr ""
400
 
401
+ #: admin/views/form-media-handling.php:113
402
  msgid "Medium"
403
  msgstr ""
404
 
405
+ #: admin/views/form-media-handling.php:114
406
  msgid "Medium Large"
407
  msgstr ""
408
 
409
+ #: admin/views/form-media-handling.php:115
410
  msgid "Large"
411
  msgstr ""
412
 
413
+ #: admin/views/form-media-handling.php:129
414
  msgid "Add custom sizes"
415
  msgstr ""
416
 
417
+ #: admin/views/form-media-handling.php:139
418
  msgid "Media SEO & Advanced Options"
419
  msgstr ""
420
 
421
+ #: admin/views/form-media-handling.php:143
422
  msgid "Set image Title:"
423
  msgstr ""
424
 
425
+ #: admin/views/form-media-handling.php:150
426
  msgid "Set image Caption:"
427
  msgstr ""
428
 
429
+ #: admin/views/form-media-handling.php:157
430
  msgid "Set image Alt Text:"
431
  msgstr ""
432
 
433
+ #: admin/views/form-media-handling.php:163
434
  msgid "Set image Description:"
435
  msgstr ""
436
 
437
+ #: admin/views/form-media-handling.php:169
438
  msgid "Change image file name to:"
439
  msgstr ""
440
 
441
+ #: admin/views/form-media-handling.php:181
442
+ #: admin/views/form-mapping-configuration.php:236
443
  msgid "Continue"
444
  msgstr ""
445
 
446
+ #: admin/views/form-log-manager.php:43
447
  msgid "Log Info"
448
  msgstr ""
449
 
450
+ #: admin/views/form-log-manager.php:53
451
  msgid "FileName"
452
  msgstr ""
453
 
454
+ #: admin/views/form-log-manager.php:54
455
  msgid "Module"
456
  msgstr ""
457
 
458
+ #: admin/views/form-log-manager.php:55
459
  msgid "Inserted"
460
  msgstr ""
461
 
462
+ #: admin/views/form-log-manager.php:56
463
  msgid "Updated"
464
  msgstr ""
465
 
466
+ #: admin/views/form-log-manager.php:57
467
  msgid "Skipped"
468
  msgstr ""
469
 
470
+ #: admin/views/form-log-manager.php:58 admin/views/form-log-manager.php:83
471
  msgid "Download"
472
  msgstr ""
473
 
474
+ #: admin/views/form-log-manager.php:67
475
  msgid "Revision: "
476
  msgstr ""
477
 
478
+ #: admin/views/form-ignite-import.php:72
479
  msgid "Resume"
480
  msgstr ""
481
 
482
+ #: admin/views/form-ignite-import.php:73
483
  msgid "Pause"
484
  msgstr ""
485
 
486
+ #: admin/views/form-ignite-import.php:74
487
+ msgid "New Import"
488
  msgstr ""
489
 
490
  #: admin/views/form-ignite-import.php:79
491
+ msgid "File Name:"
492
+ msgstr ""
493
+
494
+ #: admin/views/form-ignite-import.php:80
495
  msgid "File Size:"
496
  msgstr ""
497
 
498
+ #: admin/views/form-ignite-import.php:83
499
  msgid "Process:"
500
  msgstr ""
501
 
502
+ #: admin/views/form-ignite-import.php:84
503
  msgid "Total no of records:"
504
  msgstr ""
505
 
506
+ #: admin/views/form-ignite-import.php:87
507
+ msgid "Time Elapsed:"
508
  msgstr ""
509
 
510
+ #: admin/views/form-ignite-import.php:91
511
  msgid "Remaining Record:"
512
  msgstr ""
513
 
514
+ #: admin/views/form-ignite-import.php:93
515
  msgid "Current Processing Record:"
516
  msgstr ""
517
 
518
+ #: admin/views/form-ignite-import.php:104
519
  msgid "Log section"
520
  msgstr ""
521
 
522
+ #: admin/views/form-ignite-import.php:111
523
  msgid "CLICK HERE TO DOWNLOAD LOG"
524
  msgstr ""
525
 
526
+ #: admin/views/form-ignite-import.php:123
527
  msgid "continue"
528
  msgstr ""
529
 
595
  msgid "To export data based on the filters"
596
  msgstr ""
597
 
598
+ #: admin/views/form-export-data.php:149
599
+ msgid "Export File Name:"
600
+ msgstr ""
601
+
602
  #: admin/views/form-export-data.php:154
603
  msgid "Export data with auto delimiters"
604
  msgstr ""
605
 
606
+ #: admin/views/form-export-data.php:158
607
+ msgid "Delimiters"
608
+ msgstr ""
609
+
610
+ #: admin/views/form-export-data.php:167
611
+ msgid "Other Delimiters"
612
+ msgstr ""
613
+
614
  #: admin/views/form-export-data.php:182
615
  msgid "Export data for the specific period"
616
  msgstr ""
671
  msgid "Export data based on specific exclusions"
672
  msgstr ""
673
 
674
+ #: admin/views/form-export-data.php:293
675
  msgid "No fields Found!"
676
  msgstr ""
677
 
678
+ #: admin/views/form-mapping-configuration.php:84
 
 
 
 
 
679
  msgid "Mapping Section"
680
  msgstr ""
681
 
682
+ #: admin/views/form-mapping-configuration.php:114
683
  msgid "WP Fields"
684
  msgstr ""
685
 
686
+ #: admin/views/form-mapping-configuration.php:115
687
  msgid "CSV Header"
688
  msgstr ""
689
 
690
+ #: admin/views/form-settings-view.php:184
691
+ #: admin/views/form-settings-view.php:202
692
  msgid "General Settings"
693
  msgstr ""
694
 
695
+ #: admin/views/form-settings-view.php:188
696
  msgid "Database optimization"
697
  msgstr ""
698
 
699
+ #: admin/views/form-settings-view.php:192
700
+ #: admin/views/form-settings-view.php:279
701
  msgid "Security and Performance"
702
  msgstr ""
703
 
704
+ #: admin/views/form-settings-view.php:206
705
  msgid "Drop Table"
706
  msgstr ""
707
 
708
+ #: admin/views/form-settings-view.php:207
709
  msgid ""
710
  "If enabled plugin deactivation will remove plugin data, this cannot be "
711
  "restored."
712
  msgstr ""
713
 
714
+ #: admin/views/form-settings-view.php:222
715
  msgid "Scheduled log mails"
716
  msgstr ""
717
 
718
+ #: admin/views/form-settings-view.php:223
719
  msgid "Enable to get scheduled log mails."
720
  msgstr ""
721
 
722
+ #: admin/views/form-settings-view.php:238
723
  msgid "Send password to user"
724
  msgstr ""
725
 
726
+ #: admin/views/form-settings-view.php:239
727
  msgid "Enable to send password information through email."
728
  msgstr ""
729
 
730
+ #: admin/views/form-settings-view.php:254
731
  msgid "Woocommerce Custom attribute"
732
  msgstr ""
733
 
734
+ #: admin/views/form-settings-view.php:255
735
  msgid "Enables to register woocommrce custom attribute."
736
  msgstr ""
737
 
738
+ #: admin/views/form-settings-view.php:270
739
  msgid "Database Optimization"
740
  msgstr ""
741
 
742
+ #: admin/views/form-settings-view.php:273
743
  msgid "This feature is only available in PRO"
744
  msgstr ""
745
 
746
+ #: admin/views/form-settings-view.php:286
747
  msgid "Allow authors/editors to import"
748
  msgstr ""
749
 
750
+ #: admin/views/form-settings-view.php:287
751
  msgid "This enables authors/editors to import."
752
  msgstr ""
753
 
754
+ #: admin/views/form-settings-view.php:308
 
 
 
 
 
 
 
 
755
  msgid "Minimum required php.ini values (Ini configured values)"
756
  msgstr ""
757
 
758
+ #: admin/views/form-settings-view.php:313
759
  msgid "Variables"
760
  msgstr ""
761
 
762
+ #: admin/views/form-settings-view.php:316
763
  msgid "System values"
764
  msgstr ""
765
 
766
+ #: admin/views/form-settings-view.php:319
767
  msgid "Minimum Requirements"
768
  msgstr ""
769
 
770
+ #: admin/views/form-settings-view.php:323
771
  msgid "post_max_size"
772
  msgstr ""
773
 
774
+ #: admin/views/form-settings-view.php:328
775
  msgid "auto_append_file"
776
  msgstr ""
777
 
778
+ #: admin/views/form-settings-view.php:333
779
  msgid "auto_prepend_file"
780
  msgstr ""
781
 
782
+ #: admin/views/form-settings-view.php:338
783
  msgid "upload_max_filesize"
784
  msgstr ""
785
 
786
+ #: admin/views/form-settings-view.php:343
787
  msgid "file_uploads"
788
  msgstr ""
789
 
790
+ #: admin/views/form-settings-view.php:348
791
  msgid "allow_url_fopen"
792
  msgstr ""
793
 
794
+ #: admin/views/form-settings-view.php:353
795
  msgid "max_execution_time"
796
  msgstr ""
797
 
798
+ #: admin/views/form-settings-view.php:358
799
  msgid "max_input_time"
800
  msgstr ""
801
 
802
+ #: admin/views/form-settings-view.php:363
803
  msgid "max_input_vars"
804
  msgstr ""
805
 
806
+ #: admin/views/form-settings-view.php:368
807
  msgid "memory_limit"
808
  msgstr ""
809
 
810
+ #: admin/views/form-settings-view.php:375
811
  msgid "Required to enable/disable Loaders, Extentions and modules:"
812
  msgstr ""
813
 
814
+ #: admin/views/form-settings-view.php:382
815
  msgid "PDO"
816
  msgstr ""
817
 
818
+ #: admin/views/form-settings-view.php:384
819
+ #: admin/views/form-settings-view.php:393
 
820
  msgid "Yes"
821
  msgstr ""
822
 
823
+ #: admin/views/form-settings-view.php:386
824
+ #: admin/views/form-settings-view.php:395
 
825
  msgid "No"
826
  msgstr ""
827
 
828
+ #: admin/views/form-settings-view.php:391
829
  msgid "Curl"
830
  msgstr ""
831
 
832
+ #: admin/views/form-settings-view.php:402
833
+ #: admin/views/form-settings-view.php:443
834
+ msgid "Disabled"
835
  msgstr ""
836
 
837
+ #: admin/views/form-settings-view.php:409
838
  msgid "Debug Information:"
839
  msgstr ""
840
 
841
+ #: admin/views/form-settings-view.php:412
842
  msgid "WordPress Version"
843
  msgstr ""
844
 
845
+ #: admin/views/form-settings-view.php:417
846
  msgid "PHP Version"
847
  msgstr ""
848
 
849
+ #: admin/views/form-settings-view.php:422
850
  msgid "MySQL Version"
851
  msgstr ""
852
 
853
+ #: admin/views/form-settings-view.php:427
854
  msgid "Server SoftWare"
855
  msgstr ""
856
 
857
+ #: admin/views/form-settings-view.php:432
858
  msgid "Your User Agent"
859
  msgstr ""
860
 
861
+ #: admin/views/form-settings-view.php:437
862
  msgid "WPDB Prefix"
863
  msgstr ""
864
 
865
+ #: admin/views/form-settings-view.php:442
866
  msgid "WP Multisite Mode"
867
  msgstr ""
868
 
869
+ #: admin/views/form-settings-view.php:443
870
  msgid "Enabled"
871
  msgstr ""
872
 
873
+ #: admin/views/form-settings-view.php:447
 
 
 
 
874
  msgid "WP Memory Limit"
875
  msgstr ""
876
 
877
+ #: admin/views/form-settings-view.php:468
878
  msgid "Smackcoders Guidelines"
879
  msgstr ""
880
 
881
+ #: admin/views/form-settings-view.php:469
882
+ msgid "24 hours FREE Pro Trial"
883
+ msgstr ""
884
+
885
+ #: admin/views/form-settings-view.php:470
886
+ msgid "Live Demo"
887
+ msgstr ""
888
+
889
+ #: admin/views/form-settings-view.php:471
890
  msgid "Development News"
891
  msgstr ""
892
 
893
+ #: admin/views/form-settings-view.php:472
894
  msgid "Whats New?"
895
  msgstr ""
896
 
897
+ #: admin/views/form-settings-view.php:473
898
  msgid " Documentation"
899
  msgstr ""
900
 
901
+ #: admin/views/form-settings-view.php:474
902
  msgid "Youtube Channel"
903
  msgstr ""
904
 
905
+ #: admin/views/form-settings-view.php:475
906
+ msgid " Other WordPress Plugins"
907
  msgstr ""