Version Description
- Feature: Added Multilingual support and French Translation.
Download this release
Release Info
Developer | hikeforce |
Plugin | Product Import Export for WooCommerce |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- includes/exporter/class-wf-prodimpexpcsv-exporter.php +1 -1
- includes/views/export/html-wf-export-products.php +1 -1
- includes/views/import/html-wf-import-products.php +6 -6
- lang/wf_csv_import_export-de_DE.mo +0 -0
- lang/wf_csv_import_export-de_DE.po +585 -0
- lang/wf_csv_import_export-fr_FR.mo +0 -0
- lang/wf_csv_import_export-fr_FR.po +582 -0
- product-csv-import-export.php +4 -4
- readme.txt +5 -1
includes/exporter/class-wf-prodimpexpcsv-exporter.php
CHANGED
@@ -444,7 +444,7 @@ class WF_ProdImpExpCsv_Exporter {
|
|
444 |
|
445 |
public static function format_data( $data ) {
|
446 |
if(!is_array($data));
|
447 |
-
|
448 |
$enc = mb_detect_encoding( $data, 'UTF-8, ISO-8859-1', true );
|
449 |
$data = ( $enc == 'UTF-8' ) ? $data : utf8_encode( $data );
|
450 |
return $data;
|
444 |
|
445 |
public static function format_data( $data ) {
|
446 |
if(!is_array($data));
|
447 |
+
//$data = (string) urldecode( $data );
|
448 |
$enc = mb_detect_encoding( $data, 'UTF-8, ISO-8859-1', true );
|
449 |
$data = ( $enc == 'UTF-8' ) ? $data : utf8_encode( $data );
|
450 |
return $data;
|
includes/views/export/html-wf-export-products.php
CHANGED
@@ -42,7 +42,7 @@
|
|
42 |
?>
|
43 |
<tr>
|
44 |
<td>
|
45 |
-
<input name= "columns[<?php echo $pkey; ?>]" type="checkbox" value="<?php echo $pkey; ?>" checked
|
46 |
<label for="columns[<?php echo $pkey; ?>]"><?php _e($pcolumn, 'wf_csv_import_export'); ?></label>
|
47 |
</td>
|
48 |
<td>
|
42 |
?>
|
43 |
<tr>
|
44 |
<td>
|
45 |
+
<input name= "columns[<?php echo $pkey; ?>]" type="checkbox" value="<?php echo $pkey; ?>" checked>
|
46 |
<label for="columns[<?php echo $pkey; ?>]"><?php _e($pcolumn, 'wf_csv_import_export'); ?></label>
|
47 |
</td>
|
48 |
<td>
|
includes/views/import/html-wf-import-products.php
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
<div class="wf-banner updated below-h2">
|
2 |
<p class="main">
|
3 |
-
<strong
|
4 |
<p>
|
5 |
-
-Import/Export products (Simple, Group, External and Variations) in CSV format
|
6 |
-
-Import/Export file from/to a remote server via FTP
|
7 |
-
-Excellent Support for setting it up
|
8 |
</p>
|
9 |
</p>
|
10 |
<p>
|
11 |
-
<a href="http://hikeforce.com/product/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"
|
12 |
-
<a href="http://productimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_csv_im_ex" target="_blank" class="button"
|
13 |
<a href="http://hikeforce.com/setting-up-product-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e( 'Documentation', 'wf_csv_import_export' ); ?></a>
|
14 |
<a href="<?php echo plugins_url( 'sample.csv', WF_ProdImpExpCsv_FILE ); ?>" target="_blank" class="button"><?php _e('Sample CSV', 'wf_csv_import_export'); ?></a>
|
15 |
</p>
|
1 |
<div class="wf-banner updated below-h2">
|
2 |
<p class="main">
|
3 |
+
<strong><?php _e('HikeForce Import Export Plugin Premium version helps you to seamlessly import/export products into your Woocommerce Store.', 'wf_csv_import_export'); ?></strong>
|
4 |
<p>
|
5 |
+
<?php _e( '-Import/Export products (Simple, Group, External and Variations) in CSV format.', 'wf_csv_import_export'); ?><br/>
|
6 |
+
<?php _e( '-Import/Export file from/to a remote server via FTP.', 'wf_csv_import_export'); ?><br/>
|
7 |
+
<?php _e( '-Excellent Support for setting it up!', 'wf_csv_import_export'); ?><br/>
|
8 |
</p>
|
9 |
</p>
|
10 |
<p>
|
11 |
+
<a href="http://hikeforce.com/product/product-import-export-plugin-for-woocommerce/" target="_blank" class="button button-primary"><?php _e( 'Upgrade to Premium Version', 'wf_csv_import_export'); ?></a>
|
12 |
+
<a href="http://productimportexport.hikeforce.com/wp-admin/admin.php?page=wf_woocommerce_csv_im_ex" target="_blank" class="button"><?php _e( 'Live Demo', 'wf_csv_import_export'); ?></a>
|
13 |
<a href="http://hikeforce.com/setting-up-product-import-export-plugin-for-woocommerce/" target="_blank" class="button"><?php _e( 'Documentation', 'wf_csv_import_export' ); ?></a>
|
14 |
<a href="<?php echo plugins_url( 'sample.csv', WF_ProdImpExpCsv_FILE ); ?>" target="_blank" class="button"><?php _e('Sample CSV', 'wf_csv_import_export'); ?></a>
|
15 |
</p>
|
lang/wf_csv_import_export-de_DE.mo
ADDED
Binary file
|
lang/wf_csv_import_export-de_DE.po
ADDED
@@ -0,0 +1,585 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Product-Import-Export-Basic\n"
|
4 |
+
"POT-Creation-Date: 2016-06-13 15:19+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-06-13 15:33+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: HikeForce <support@hikeforce.com>\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"Language: de_DE\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: C:\\xampp\\htdocs\\basicwordpress\\wp-content\\plugins\n"
|
15 |
+
"X-Poedit-SearchPath-0: product-import-export-for-woo\n"
|
16 |
+
|
17 |
+
#: product-import-export-for-woo/product-csv-import-export.php:59
|
18 |
+
msgid "Import Export"
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#: product-import-export-for-woo/product-csv-import-export.php:60
|
22 |
+
msgid "Premium Upgrade"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: product-import-export-for-woo/product-csv-import-export.php:61
|
26 |
+
msgid "Support"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: product-import-export-for-woo/product-csv-import-export.php:78
|
30 |
+
msgid "Successfully uploaded via FTP."
|
31 |
+
msgstr "Avec succès téléchargé via FTP."
|
32 |
+
|
33 |
+
#: product-import-export-for-woo/product-csv-import-export.php:81
|
34 |
+
msgid "Error while uploading via FTP."
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: product-import-export-for-woo/product-csv-import-export.php:92
|
38 |
+
msgid ""
|
39 |
+
"Did this plugin work for you? Please rate and contact us at "
|
40 |
+
"<i>support@hikeforce.com</i> to get $10 off on your next purchase."
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: product-import-export-for-woo/product-csv-import-export.php:93
|
44 |
+
msgid "Review Now!"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: product-import-export-for-woo/product-csv-import-export.php:145
|
48 |
+
msgid "Import <strong>products</strong> to your store via a csv file."
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-admin-screen.php:22
|
52 |
+
msgid ""
|
53 |
+
"Product CSV Import Export requires the function <code>mb_detect_encoding</"
|
54 |
+
"code> to import and export CSV files. Please ask your hosting provider to "
|
55 |
+
"enable this function."
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-admin-screen.php:30
|
59 |
+
msgid "Product Im-Ex"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:36
|
63 |
+
#, php-format
|
64 |
+
msgid "Failed resize: %s is an invalid image ID."
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:39
|
68 |
+
msgid "Your user account doesn't have permission to resize images"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:44
|
72 |
+
#, php-format
|
73 |
+
msgid "The originally uploaded image file cannot be found at %s"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:53
|
77 |
+
msgid "Unknown failure reason."
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:58
|
81 |
+
#, php-format
|
82 |
+
msgid ""%1$s" (ID %2$s) was successfully resized in %3$s seconds."
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:65
|
86 |
+
#, php-format
|
87 |
+
msgid ""
|
88 |
+
""%1$s" (ID %2$s) failed to resize. The error message was: %3$s"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:22
|
92 |
+
msgid "Delete Products"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:23
|
96 |
+
msgid "Delete ALL products"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:24
|
100 |
+
msgid "This tool will delete all products allowing you to start fresh."
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:28
|
104 |
+
msgid "Delete Variations"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:29
|
108 |
+
msgid "Delete ALL variations"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:30
|
112 |
+
msgid "This tool will delete all variations allowing you to start fresh."
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:34
|
116 |
+
msgid "Delete Orphans"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:35
|
120 |
+
msgid "Delete orphaned variations"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:36
|
124 |
+
msgid "This tool will delete variations which have no parent."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:62
|
128 |
+
#, php-format
|
129 |
+
msgid "%d Products Deleted"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:84
|
133 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:99
|
134 |
+
#, php-format
|
135 |
+
msgid "%d Variations Deleted"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:235
|
139 |
+
#, php-format
|
140 |
+
msgid "> Row %s - preparing for merge."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:240
|
144 |
+
msgid "> > Cannot merge without id or sku. Importing instead."
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:258
|
148 |
+
#, php-format
|
149 |
+
msgid "> > Skipped. Cannot find product with sku %s. Importing instead."
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:265
|
153 |
+
#, php-format
|
154 |
+
msgid "> > Found product with ID %s."
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:276
|
158 |
+
#, php-format
|
159 |
+
msgid "> Row %s - preparing for import."
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:280
|
163 |
+
msgid "> > Skipped. No post_title set for new product."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:281
|
167 |
+
msgid "No post_title set for new product."
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:284
|
171 |
+
msgid "> > Skipped. No parent set for new variation product."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:286
|
175 |
+
msgid "No parent set for new variation product."
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:477
|
179 |
+
#, php-format
|
180 |
+
msgid "> > Skipping taxonomy \"%s\" - it does not exist."
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:486
|
184 |
+
#, php-format
|
185 |
+
msgid "> > > Product type \"%s\" not allowed - using simple."
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:532
|
189 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:557
|
190 |
+
msgid "> > ("
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:597
|
194 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:695
|
195 |
+
#, php-format
|
196 |
+
msgid "> > Failed to import term %s %s"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:646
|
200 |
+
#, php-format
|
201 |
+
msgid "> > Attribute taxonomy \"%s\" does not exist. Adding it. Nicename: %s"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:654
|
205 |
+
#, php-format
|
206 |
+
msgid "> > Attribute taxonomy %s already exists in DB."
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:693
|
210 |
+
#, php-format
|
211 |
+
msgid "> > Inserted Raw Term %s ID = %s"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:699
|
215 |
+
#, php-format
|
216 |
+
msgid "> > Raw Term %s ID = %s"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:82
|
220 |
+
msgid "Error with handle_upload!"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:107
|
224 |
+
msgid "Row"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:108
|
228 |
+
msgid "SKU"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:109
|
232 |
+
msgid "Product"
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:110
|
236 |
+
msgid "Status Msg"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:203
|
240 |
+
msgid "AJAX Error"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:303
|
244 |
+
#, php-format
|
245 |
+
msgid ""
|
246 |
+
"The resize request was abnormally terminated (ID %s). This is likely due to "
|
247 |
+
"the image exceeding available memory or some other type of fatal error."
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:308
|
251 |
+
msgid "thumbnails regenerated"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:346
|
255 |
+
msgid "Error finding uploaded file!"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:411
|
259 |
+
msgid "Step 1..."
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:416
|
263 |
+
msgid "Step 2..."
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:431
|
267 |
+
msgid "Finalizing..."
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:437
|
271 |
+
msgid "Linking upsells..."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:446
|
275 |
+
msgid "Linking crosssells..."
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:453
|
279 |
+
msgid "Finished. Import complete."
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:513
|
283 |
+
msgid "Map to fields are pre-selected based on your last import. <a href=\""
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:543
|
287 |
+
msgid "Processing products."
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:555
|
291 |
+
msgid "Finished processing products."
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:570
|
295 |
+
msgid "Parsing products CSV."
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:576
|
299 |
+
msgid "Finished parsing products CSV."
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:618
|
303 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:635
|
304 |
+
msgid "Sorry, there has been an error."
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:722
|
308 |
+
msgid "Product already processed"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:723
|
312 |
+
msgid "> Post ID already processed. Skipping."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:729
|
316 |
+
msgid "Skipping auto-draft"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:730
|
320 |
+
msgid "> Skipping auto-draft."
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:744
|
324 |
+
#, php-format
|
325 |
+
msgid "> “%s”"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:750
|
329 |
+
msgid "Importing post ID conflicts with an existing post ID"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:751
|
333 |
+
#, php-format
|
334 |
+
msgid "> “%s” ID already exists."
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:759
|
338 |
+
msgid "Post is not a product"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:760
|
342 |
+
#, php-format
|
343 |
+
msgid "> “%s” is not a product."
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:770
|
347 |
+
#, php-format
|
348 |
+
msgid "> Merging post ID %s."
|
349 |
+
msgstr ""
|
350 |
+
|
351 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:833
|
352 |
+
msgid "Failed to update product"
|
353 |
+
msgstr ""
|
354 |
+
|
355 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:834
|
356 |
+
#, php-format
|
357 |
+
msgid "> Failed to update product %s"
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:838
|
361 |
+
msgid "> Merged post data: "
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:867
|
365 |
+
#, php-format
|
366 |
+
msgid "> Inserting %s"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:889
|
370 |
+
msgid "Failed to import product"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:890
|
374 |
+
#, php-format
|
375 |
+
msgid "Failed to import product “%s”"
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:896
|
379 |
+
#, php-format
|
380 |
+
msgid "> Inserted - post ID is %s."
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:994
|
384 |
+
#, php-format
|
385 |
+
msgid "> > Image exists - skipping %s"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1024
|
389 |
+
#, php-format
|
390 |
+
msgid "> > Importing image \"%s\""
|
391 |
+
msgstr ""
|
392 |
+
|
393 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1039
|
394 |
+
#, php-format
|
395 |
+
msgid "> > Imported image \"%s\""
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1054
|
399 |
+
#, php-format
|
400 |
+
msgid "> > Error importing image \"%s\""
|
401 |
+
msgstr ""
|
402 |
+
|
403 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1061
|
404 |
+
msgid "> > Images set"
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1114
|
408 |
+
#, php-format
|
409 |
+
msgid "> Finished merging post ID %s."
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1117
|
413 |
+
#, php-format
|
414 |
+
msgid "> Finished importing post ID %s."
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1183
|
418 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1207
|
419 |
+
msgid "Invalid file type"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1190
|
423 |
+
msgid "Local image did not exist!"
|
424 |
+
msgstr ""
|
425 |
+
|
426 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1220
|
427 |
+
#, php-format
|
428 |
+
msgid "> > Inserted image attachment \"%s\""
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1285
|
432 |
+
msgid "Zero size file downloaded"
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1399
|
436 |
+
msgid "Import"
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1399
|
440 |
+
msgid "Merge Products"
|
441 |
+
msgstr ""
|
442 |
+
|
443 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:20
|
444 |
+
msgid ""
|
445 |
+
"You can import products (in CSV format) in to the shop using any of below "
|
446 |
+
"methods."
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:23
|
450 |
+
msgid ""
|
451 |
+
"Before you can upload your import file, you will need to fix the following "
|
452 |
+
"error:"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:31
|
456 |
+
msgid "Method 1: Select a file from your computer"
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:37
|
460 |
+
#, php-format
|
461 |
+
msgid "Maximum size: %s"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:41
|
465 |
+
msgid "Delimiter"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:45
|
469 |
+
msgid "Merge empty cells"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:46
|
473 |
+
msgid ""
|
474 |
+
"Check this box to merge empty cells - otherwise (when merging) the empty "
|
475 |
+
"cells will be ignored when importing things such as attributes."
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:7
|
479 |
+
msgid "Map Fields"
|
480 |
+
msgstr ""
|
481 |
+
|
482 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:8
|
483 |
+
msgid "Here you can map your imported columns to product data fields."
|
484 |
+
msgstr ""
|
485 |
+
|
486 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:12
|
487 |
+
msgid "Map to"
|
488 |
+
msgstr ""
|
489 |
+
|
490 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:13
|
491 |
+
msgid "Column Header"
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:14
|
495 |
+
msgid "Evaluation Field"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:16
|
499 |
+
msgid ""
|
500 |
+
"Assign constant value HikeFoce to post_author:</br>=HikeFoce</br>Add $5 to "
|
501 |
+
"Price:sale_price:</br>+5</br>Reduce $5 to Price:sale_price:</br>-5</"
|
502 |
+
"br>Multiple 1.05 to Price:sale_price:</br>*1.05</br>Divide Price:sale_price "
|
503 |
+
"by 2:</br>/2</br>Append a value By HikeFoce to post_title:</br>&By HikeFoce</"
|
504 |
+
"br>Prepend a value HikeFoce to post_title:</br>&HikeFoce [VAL]."
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:95
|
508 |
+
msgid "Do not import"
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: product-import-export-for-woo/includes/views/html-wf-admin-screen.php:4
|
512 |
+
msgid "Product Import / Export"
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:2
|
516 |
+
msgid "Export Product in CSV Format:"
|
517 |
+
msgstr ""
|
518 |
+
|
519 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:3
|
520 |
+
msgid ""
|
521 |
+
"Export and download your products in CSV format. This file can be used to "
|
522 |
+
"import products back into your Woocommerce shop."
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:9
|
526 |
+
msgid "Offset"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:12
|
530 |
+
msgid "0"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:17
|
534 |
+
msgid "Limit"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:20
|
538 |
+
msgid "Unlimited"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:25
|
542 |
+
msgid "Columns"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:29
|
546 |
+
msgid "Column"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:32
|
550 |
+
msgid "Column Name"
|
551 |
+
msgstr ""
|
552 |
+
|
553 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:65
|
554 |
+
msgid "Include hidden meta data"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:72
|
558 |
+
msgid "Export Products"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:13
|
562 |
+
msgid "Documentation"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:14
|
566 |
+
msgid "Sample CSV"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:26
|
570 |
+
msgid "Import Products in CSV Format:"
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:27
|
574 |
+
msgid ""
|
575 |
+
"Import products in CSV format ( works for simple products) from different "
|
576 |
+
"sources"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:33
|
580 |
+
msgid "Import Products"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:35
|
584 |
+
msgid "Merge products if exists"
|
585 |
+
msgstr ""
|
lang/wf_csv_import_export-fr_FR.mo
ADDED
Binary file
|
lang/wf_csv_import_export-fr_FR.po
ADDED
@@ -0,0 +1,582 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Product-Import-Export-Basic\n"
|
4 |
+
"POT-Creation-Date: 2016-06-13 15:19+0530\n"
|
5 |
+
"PO-Revision-Date: 2016-06-13 17:30+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: HikeForce <support@hikeforce.com>\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"Language: fr_FR\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: C:\\xampp\\htdocs\\basicwordpress\\wp-content\\plugins\n"
|
15 |
+
"X-Poedit-SearchPath-0: product-import-export-for-woo\n"
|
16 |
+
|
17 |
+
#: product-import-export-for-woo/product-csv-import-export.php:59
|
18 |
+
msgid "Import Export"
|
19 |
+
msgstr "import Export"
|
20 |
+
|
21 |
+
#: product-import-export-for-woo/product-csv-import-export.php:60
|
22 |
+
msgid "Premium Upgrade"
|
23 |
+
msgstr "Mise à niveau haut de gamme"
|
24 |
+
|
25 |
+
#: product-import-export-for-woo/product-csv-import-export.php:61
|
26 |
+
msgid "Support"
|
27 |
+
msgstr "Soutien"
|
28 |
+
|
29 |
+
#: product-import-export-for-woo/product-csv-import-export.php:78
|
30 |
+
msgid "Successfully uploaded via FTP."
|
31 |
+
msgstr "Avec succès téléchargé via FTP."
|
32 |
+
|
33 |
+
#: product-import-export-for-woo/product-csv-import-export.php:81
|
34 |
+
msgid "Error while uploading via FTP."
|
35 |
+
msgstr "Erreur lors du transfert via FTP."
|
36 |
+
|
37 |
+
# msgid "Did this plugin work for you? Please rate and contact us at <i>support@hikeforce.com</i> to get $10 off on your next purchase."
|
38 |
+
# msgstr "Est-ce que ce travail de plug-in pour vous & nbsp?; S'il vous plaît noter et nous contacter à <i> support@hikeforce.com </ i> pour obtenir 10 $ de rabais sur votre prochain achat."
|
39 |
+
#: product-import-export-for-woo/product-csv-import-export.php:92
|
40 |
+
#: product-import-export-for-woo/product-csv-import-export.php:93
|
41 |
+
msgid "Review Now!"
|
42 |
+
msgstr "Review Now!"
|
43 |
+
|
44 |
+
#: product-import-export-for-woo/product-csv-import-export.php:145
|
45 |
+
msgid "Import <strong>products</strong> to your store via a csv file."
|
46 |
+
msgstr ""
|
47 |
+
"Donnez votre avis sur nImporter <strong> produits </ strong> à votre magasin "
|
48 |
+
"via un file.ow csv!"
|
49 |
+
|
50 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-admin-screen.php:22
|
51 |
+
msgid ""
|
52 |
+
"Product CSV Import Export requires the function <code>mb_detect_encoding</"
|
53 |
+
"code> to import and export CSV files. Please ask your hosting provider to "
|
54 |
+
"enable this function."
|
55 |
+
msgstr ""
|
56 |
+
"Produit CSV Import Export nécessite la fonction <code> mb_detect_encoding </ "
|
57 |
+
"code> pour importer et exporter des fichiers CSV. S'il vous plaît demander à "
|
58 |
+
"votre fournisseur d'hébergement pour activer cette fonction."
|
59 |
+
|
60 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-admin-screen.php:30
|
61 |
+
msgid "Product Im-Ex"
|
62 |
+
msgstr "Produit Im-Ex"
|
63 |
+
|
64 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:36
|
65 |
+
#, php-format
|
66 |
+
msgid "Failed resize: %s is an invalid image ID."
|
67 |
+
msgstr "resize Échec:% s est une image ID invalide."
|
68 |
+
|
69 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:39
|
70 |
+
msgid "Your user account doesn't have permission to resize images"
|
71 |
+
msgstr ""
|
72 |
+
"Votre compte d'utilisateur n'a pas la permission de redimensionner les images"
|
73 |
+
|
74 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:44
|
75 |
+
#, php-format
|
76 |
+
msgid "The originally uploaded image file cannot be found at %s"
|
77 |
+
msgstr "Le fichier image initialement téléchargé ne peut pas être trouvé à% s"
|
78 |
+
|
79 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:53
|
80 |
+
msgid "Unknown failure reason."
|
81 |
+
msgstr "Inconnu raison de l'échec."
|
82 |
+
|
83 |
+
# msgid ""%1$s" (ID %2$s) was successfully resized in %3$s seconds."
|
84 |
+
# msgstr "& Quot;% 1 & quot; (ID% 2 $ s) a été redimensionné avec succès en% des secondes de 3 $."
|
85 |
+
# msgid ""%1$s" (ID %2$s) failed to resize. The error message was: %3$s"
|
86 |
+
# msgstr "& Quot;% 1 & quot; (ID% 2 $ s) n'a pas réussi à redimensionner. Le message d'erreur était:% 3 $ s"
|
87 |
+
# msgid "Delete Products"
|
88 |
+
# msgstr "Supprimer Produits"
|
89 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:58
|
90 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-ajax-handler.php:65
|
91 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:22
|
92 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:23
|
93 |
+
#, php-format
|
94 |
+
msgid "Delete ALL products"
|
95 |
+
msgstr "Supprimer tous les produits"
|
96 |
+
|
97 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:24
|
98 |
+
msgid "This tool will delete all products allowing you to start fresh."
|
99 |
+
msgstr ""
|
100 |
+
"Cet outil permet de supprimer tous les produits vous permettant de commencer "
|
101 |
+
"frais."
|
102 |
+
|
103 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:28
|
104 |
+
msgid "Delete Variations"
|
105 |
+
msgstr "Supprimer Variations"
|
106 |
+
|
107 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:29
|
108 |
+
msgid "Delete ALL variations"
|
109 |
+
msgstr "Supprimer toutes les variantes"
|
110 |
+
|
111 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:30
|
112 |
+
msgid "This tool will delete all variations allowing you to start fresh."
|
113 |
+
msgstr ""
|
114 |
+
"Cet outil permet de supprimer toutes les variantes vous permettant de "
|
115 |
+
"commencer frais."
|
116 |
+
|
117 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:34
|
118 |
+
msgid "Delete Orphans"
|
119 |
+
msgstr "Supprimer les orphelins"
|
120 |
+
|
121 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:35
|
122 |
+
msgid "Delete orphaned variations"
|
123 |
+
msgstr "Supprimer variations orphelins"
|
124 |
+
|
125 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:36
|
126 |
+
msgid "This tool will delete variations which have no parent."
|
127 |
+
msgstr "Cet outil permet de supprimer les variations qui ont pas de parent."
|
128 |
+
|
129 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:62
|
130 |
+
#, php-format
|
131 |
+
msgid "%d Products Deleted"
|
132 |
+
msgstr "%d Produits supprimés"
|
133 |
+
|
134 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:84
|
135 |
+
#: product-import-export-for-woo/includes/class-wf-prodimpexpcsv-system-status-tools.php:99
|
136 |
+
#, php-format
|
137 |
+
msgid "%d Variations Deleted"
|
138 |
+
msgstr "%d Variations Supprimé"
|
139 |
+
|
140 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:235
|
141 |
+
#, php-format
|
142 |
+
msgid "> Row %s - preparing for merge."
|
143 |
+
msgstr ">%s Row - préparation de fusion."
|
144 |
+
|
145 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:240
|
146 |
+
msgid "> > Cannot merge without id or sku. Importing instead."
|
147 |
+
msgstr ">> Vous ne pouvez pas fusionner sans id ou sku. Importation place."
|
148 |
+
|
149 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:258
|
150 |
+
#, php-format
|
151 |
+
msgid "> > Skipped. Cannot find product with sku %s. Importing instead."
|
152 |
+
msgstr ">> Ignoré. Vous ne trouvez pas produit avec sku%s. Importation place."
|
153 |
+
|
154 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:265
|
155 |
+
#, php-format
|
156 |
+
msgid "> > Found product with ID %s."
|
157 |
+
msgstr ">> Produit trouvé avec ID %s."
|
158 |
+
|
159 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:276
|
160 |
+
#, php-format
|
161 |
+
msgid "> Row %s - preparing for import."
|
162 |
+
msgstr ">%s Row - préparation pour l'importation."
|
163 |
+
|
164 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:280
|
165 |
+
msgid "> > Skipped. No post_title set for new product."
|
166 |
+
msgstr ">> Ignoré. Non post_title fixé pour le nouveau produit."
|
167 |
+
|
168 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:281
|
169 |
+
msgid "No post_title set for new product."
|
170 |
+
msgstr "Non post_title fixé pour le nouveau produit."
|
171 |
+
|
172 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:284
|
173 |
+
msgid "> > Skipped. No parent set for new variation product."
|
174 |
+
msgstr ">> Ignoré. Aucun parent fixé pour le produit de variation nouvelle."
|
175 |
+
|
176 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:286
|
177 |
+
msgid "No parent set for new variation product."
|
178 |
+
msgstr "Aucun parent fixé pour le produit de variation nouvelle."
|
179 |
+
|
180 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:532
|
181 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:557
|
182 |
+
msgid "> > ("
|
183 |
+
msgstr "> > ("
|
184 |
+
|
185 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:597
|
186 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:695
|
187 |
+
#, php-format
|
188 |
+
msgid "> > Failed to import term %s %s"
|
189 |
+
msgstr "> > Impossible d'importer terme %s %s"
|
190 |
+
|
191 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:693
|
192 |
+
#, php-format
|
193 |
+
msgid "> > Inserted Raw Term %s ID = %s"
|
194 |
+
msgstr "> >Term Row Inséré %s ID = %s"
|
195 |
+
|
196 |
+
#: product-import-export-for-woo/includes/importer/class-wf-csv-parser.php:699
|
197 |
+
#, php-format
|
198 |
+
msgid "> > Raw Term %s ID = %s"
|
199 |
+
msgstr "> > Raw terme %s ID = %s"
|
200 |
+
|
201 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:82
|
202 |
+
msgid "Error with handle_upload!"
|
203 |
+
msgstr "Erreur avec poignée téléchargement!"
|
204 |
+
|
205 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:107
|
206 |
+
msgid "Row"
|
207 |
+
msgstr "Rangée"
|
208 |
+
|
209 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:108
|
210 |
+
msgid "SKU"
|
211 |
+
msgstr "SKU"
|
212 |
+
|
213 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:109
|
214 |
+
msgid "Product"
|
215 |
+
msgstr "Produit"
|
216 |
+
|
217 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:110
|
218 |
+
msgid "Status Msg"
|
219 |
+
msgstr "Statut Msg"
|
220 |
+
|
221 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:203
|
222 |
+
msgid "AJAX Error"
|
223 |
+
msgstr "AJAX erreur"
|
224 |
+
|
225 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:303
|
226 |
+
#, php-format
|
227 |
+
msgid ""
|
228 |
+
"The resize request was abnormally terminated (ID %s). This is likely due to "
|
229 |
+
"the image exceeding available memory or some other type of fatal error."
|
230 |
+
msgstr ""
|
231 |
+
"La demande de modification de taille a été anormalement terminée (ID %s). "
|
232 |
+
"Cela est probablement dû à l'image dépassant la mémoire disponible ou d'un "
|
233 |
+
"autre type d'erreur fatale."
|
234 |
+
|
235 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:308
|
236 |
+
msgid "thumbnails regenerated"
|
237 |
+
msgstr "vignettes régénèrent"
|
238 |
+
|
239 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:346
|
240 |
+
msgid "Error finding uploaded file!"
|
241 |
+
msgstr "constatation d'erreur de fichier téléchargé!"
|
242 |
+
|
243 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:411
|
244 |
+
msgid "Step 1..."
|
245 |
+
msgstr "Étape 1..."
|
246 |
+
|
247 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:416
|
248 |
+
msgid "Step 2..."
|
249 |
+
msgstr "Étape 2..."
|
250 |
+
|
251 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:431
|
252 |
+
msgid "Finalizing..."
|
253 |
+
msgstr "Finalisation ..."
|
254 |
+
|
255 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:437
|
256 |
+
msgid "Linking upsells..."
|
257 |
+
msgstr "Liaison upsells ..."
|
258 |
+
|
259 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:446
|
260 |
+
msgid "Linking crosssells..."
|
261 |
+
msgstr "Lier croix vend ..."
|
262 |
+
|
263 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:453
|
264 |
+
msgid "Finished. Import complete."
|
265 |
+
msgstr "Fini. Importation complète."
|
266 |
+
|
267 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:513
|
268 |
+
msgid "Map to fields are pre-selected based on your last import. <a href=\""
|
269 |
+
msgstr ""
|
270 |
+
"Carte des champs sont pré-sélectionnés en fonction de votre dernière "
|
271 |
+
"importation. <a href=\""
|
272 |
+
|
273 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:543
|
274 |
+
msgid "Processing products."
|
275 |
+
msgstr "produits de traitement."
|
276 |
+
|
277 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:555
|
278 |
+
msgid "Finished processing products."
|
279 |
+
msgstr "produits de traitement fini."
|
280 |
+
|
281 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:570
|
282 |
+
msgid "Parsing products CSV."
|
283 |
+
msgstr "Parsing produits CSV."
|
284 |
+
|
285 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:576
|
286 |
+
msgid "Finished parsing products CSV."
|
287 |
+
msgstr "Produits finis parsing CSV."
|
288 |
+
|
289 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:618
|
290 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:635
|
291 |
+
msgid "Sorry, there has been an error."
|
292 |
+
msgstr "Désolé, il y a eu une erreur."
|
293 |
+
|
294 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:722
|
295 |
+
msgid "Product already processed"
|
296 |
+
msgstr "Produit déjà traité"
|
297 |
+
|
298 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:723
|
299 |
+
msgid "> Post ID already processed. Skipping."
|
300 |
+
msgstr "> Publier ID déjà traité. Saut."
|
301 |
+
|
302 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:729
|
303 |
+
msgid "Skipping auto-draft"
|
304 |
+
msgstr "Saut auto-projet"
|
305 |
+
|
306 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:730
|
307 |
+
msgid "> Skipping auto-draft."
|
308 |
+
msgstr "> Saut auto-projet."
|
309 |
+
|
310 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:744
|
311 |
+
#, php-format
|
312 |
+
msgid "> “%s”"
|
313 |
+
msgstr "> “%s”"
|
314 |
+
|
315 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:750
|
316 |
+
msgid "Importing post ID conflicts with an existing post ID"
|
317 |
+
msgstr ""
|
318 |
+
"Importation soumettre les conflits d'identité avec un ID de poste existant"
|
319 |
+
|
320 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:751
|
321 |
+
#, php-format
|
322 |
+
msgid "> “%s” ID already exists."
|
323 |
+
msgstr "> “%s” ID existe déjà."
|
324 |
+
|
325 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:759
|
326 |
+
msgid "Post is not a product"
|
327 |
+
msgstr "ne sont pas un produit...."
|
328 |
+
|
329 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:760
|
330 |
+
#, php-format
|
331 |
+
msgid "> “%s” is not a product."
|
332 |
+
msgstr "> “%s” ne sont pas un produit."
|
333 |
+
|
334 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:770
|
335 |
+
#, php-format
|
336 |
+
msgid "> Merging post ID %s."
|
337 |
+
msgstr "> Fusion de post ID %s."
|
338 |
+
|
339 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:833
|
340 |
+
msgid "Failed to update product"
|
341 |
+
msgstr "Impossible de mettre à jour le produit"
|
342 |
+
|
343 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:834
|
344 |
+
#, php-format
|
345 |
+
msgid "> Failed to update product %s"
|
346 |
+
msgstr "> Impossible de mettre à jour le produit %s"
|
347 |
+
|
348 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:838
|
349 |
+
msgid "> Merged post data: "
|
350 |
+
msgstr "> Données de poste Fusionné:"
|
351 |
+
|
352 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:867
|
353 |
+
#, php-format
|
354 |
+
msgid "> Inserting %s"
|
355 |
+
msgstr "> Insertion %s"
|
356 |
+
|
357 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:889
|
358 |
+
msgid "Failed to import product"
|
359 |
+
msgstr "Impossible d'importer le produit"
|
360 |
+
|
361 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:890
|
362 |
+
#, php-format
|
363 |
+
msgid "Failed to import product “%s”"
|
364 |
+
msgstr "Impossible d'importer le produit “%s”"
|
365 |
+
|
366 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:896
|
367 |
+
#, php-format
|
368 |
+
msgid "> Inserted - post ID is %s."
|
369 |
+
msgstr "> Inséré - ID de message est %s."
|
370 |
+
|
371 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:994
|
372 |
+
#, php-format
|
373 |
+
msgid "> > Image exists - skipping %s"
|
374 |
+
msgstr ">> Existe image - sauter %s"
|
375 |
+
|
376 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1024
|
377 |
+
#, php-format
|
378 |
+
msgid "> > Importing image \"%s\""
|
379 |
+
msgstr "> > l'image importation \"%s\""
|
380 |
+
|
381 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1061
|
382 |
+
msgid "> > Images set"
|
383 |
+
msgstr ">> Images fixés"
|
384 |
+
|
385 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1114
|
386 |
+
#, php-format
|
387 |
+
msgid "> Finished merging post ID %s."
|
388 |
+
msgstr "> Fini la fusion après ID %s."
|
389 |
+
|
390 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1117
|
391 |
+
#, php-format
|
392 |
+
msgid "> Finished importing post ID %s."
|
393 |
+
msgstr "> Fini l'importation après ID %s."
|
394 |
+
|
395 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1183
|
396 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1207
|
397 |
+
msgid "Invalid file type"
|
398 |
+
msgstr "type de fichier invalide"
|
399 |
+
|
400 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1190
|
401 |
+
msgid "Local image did not exist!"
|
402 |
+
msgstr "Image locale n'a pas existé!"
|
403 |
+
|
404 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1220
|
405 |
+
#, php-format
|
406 |
+
msgid "> > Inserted image attachment \"%s\""
|
407 |
+
msgstr ">> Image jointe Inséré \"%s\""
|
408 |
+
|
409 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1285
|
410 |
+
msgid "Zero size file downloaded"
|
411 |
+
msgstr "fichier Zéro taille téléchargé"
|
412 |
+
|
413 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1399
|
414 |
+
msgid "Import"
|
415 |
+
msgstr "Importer"
|
416 |
+
|
417 |
+
#: product-import-export-for-woo/includes/importer/class-wf-prodimpexpcsv-product-import.php:1399
|
418 |
+
msgid "Merge Products"
|
419 |
+
msgstr "Fusionner Produits"
|
420 |
+
|
421 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:20
|
422 |
+
msgid ""
|
423 |
+
"You can import products (in CSV format) in to the shop using any of below "
|
424 |
+
"methods."
|
425 |
+
msgstr ""
|
426 |
+
"Vous pouvez importer des produits (au format CSV) dans le magasin en "
|
427 |
+
"utilisant l'une des méthodes suivantes."
|
428 |
+
|
429 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:23
|
430 |
+
msgid ""
|
431 |
+
"Before you can upload your import file, you will need to fix the following "
|
432 |
+
"error:"
|
433 |
+
msgstr ""
|
434 |
+
"Avant de pouvoir télécharger votre fichier d'importation, vous devez "
|
435 |
+
"corriger l'erreur suivante:"
|
436 |
+
|
437 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:31
|
438 |
+
msgid "Method 1: Select a file from your computer"
|
439 |
+
msgstr "Méthode 1: Sélectionnez un fichier à partir de votre ordinateur"
|
440 |
+
|
441 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:37
|
442 |
+
#, php-format
|
443 |
+
msgid "Maximum size: %s"
|
444 |
+
msgstr "Taille maximale: %s"
|
445 |
+
|
446 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:41
|
447 |
+
msgid "Delimiter"
|
448 |
+
msgstr "Séparateur"
|
449 |
+
|
450 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:45
|
451 |
+
msgid "Merge empty cells"
|
452 |
+
msgstr "Fusionner les cellules vides"
|
453 |
+
|
454 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-greeting.php:46
|
455 |
+
msgid ""
|
456 |
+
"Check this box to merge empty cells - otherwise (when merging) the empty "
|
457 |
+
"cells will be ignored when importing things such as attributes."
|
458 |
+
msgstr ""
|
459 |
+
"Cochez cette case pour fusionner les cellules vides - sinon (lors de la "
|
460 |
+
"fusion), les cellules vides seront ignorés lors de l'importation des choses "
|
461 |
+
"telles que les attributs."
|
462 |
+
|
463 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:7
|
464 |
+
msgid "Map Fields"
|
465 |
+
msgstr "Carte champs"
|
466 |
+
|
467 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:8
|
468 |
+
msgid "Here you can map your imported columns to product data fields."
|
469 |
+
msgstr ""
|
470 |
+
"Ici vous pouvez mapper vos colonnes importées aux champs de données du "
|
471 |
+
"produit."
|
472 |
+
|
473 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:12
|
474 |
+
msgid "Map to"
|
475 |
+
msgstr "Carte à"
|
476 |
+
|
477 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:13
|
478 |
+
msgid "Column Header"
|
479 |
+
msgstr "tête de colonne"
|
480 |
+
|
481 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:14
|
482 |
+
msgid "Evaluation Field"
|
483 |
+
msgstr "Champ d'évaluation"
|
484 |
+
|
485 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:16
|
486 |
+
msgid ""
|
487 |
+
"Assign constant value HikeFoce to post_author:</br>=HikeFoce</br>Add $5 to "
|
488 |
+
"Price:sale_price:</br>+5</br>Reduce $5 to Price:sale_price:</br>-5</"
|
489 |
+
"br>Multiple 1.05 to Price:sale_price:</br>*1.05</br>Divide Price:sale_price "
|
490 |
+
"by 2:</br>/2</br>Append a value By HikeFoce to post_title:</br>&By HikeFoce</"
|
491 |
+
"br>Prepend a value HikeFoce to post_title:</br>&HikeFoce [VAL]."
|
492 |
+
msgstr ""
|
493 |
+
"Attribuer HikeFoce de valeur constante à post_author: </ br> = HikeFoce </ "
|
494 |
+
"br> Ajouter 5 $ à Prix: sale_price: </ br> +5 </ br> Réduire de 5 $ à Prix: "
|
495 |
+
"sale_price: </ br> -5 </ br > multiple 1,05 à Prix: sale_price: </ br> * "
|
496 |
+
"1,05 </ br> Divide Prix: sale_price par 2: </ br> / 2 </ br> Append une "
|
497 |
+
"valeur par HikeFoce à post_title: </ br> & par HikeFoce < / br> Prepend une "
|
498 |
+
"valeur HikeFoce à post_title: </ br> & HikeFoce [VAL]."
|
499 |
+
|
500 |
+
#: product-import-export-for-woo/includes/importer/views/html-wf-import-options.php:95
|
501 |
+
msgid "Do not import"
|
502 |
+
msgstr "Ne pas importer"
|
503 |
+
|
504 |
+
#: product-import-export-for-woo/includes/views/html-wf-admin-screen.php:4
|
505 |
+
msgid "Product Import / Export"
|
506 |
+
msgstr "Importation de produits / Export"
|
507 |
+
|
508 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:2
|
509 |
+
msgid "Export Product in CSV Format:"
|
510 |
+
msgstr "Exporter le produit au format CSV:"
|
511 |
+
|
512 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:3
|
513 |
+
msgid ""
|
514 |
+
"Export and download your products in CSV format. This file can be used to "
|
515 |
+
"import products back into your Woocommerce shop."
|
516 |
+
msgstr ""
|
517 |
+
"Export et télécharger vos produits au format CSV. Ce fichier peut être "
|
518 |
+
"utilisé pour importer des produits dans votre magasin de WooCommerce."
|
519 |
+
|
520 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:9
|
521 |
+
msgid "Offset"
|
522 |
+
msgstr "Offset"
|
523 |
+
|
524 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:12
|
525 |
+
msgid "0"
|
526 |
+
msgstr "0"
|
527 |
+
|
528 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:17
|
529 |
+
msgid "Limit"
|
530 |
+
msgstr "Limite"
|
531 |
+
|
532 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:20
|
533 |
+
msgid "Unlimited"
|
534 |
+
msgstr "Illimité"
|
535 |
+
|
536 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:25
|
537 |
+
msgid "Columns"
|
538 |
+
msgstr "Colonnes"
|
539 |
+
|
540 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:29
|
541 |
+
msgid "Column"
|
542 |
+
msgstr "Colonne"
|
543 |
+
|
544 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:32
|
545 |
+
msgid "Column Name"
|
546 |
+
msgstr "Nom de colonne"
|
547 |
+
|
548 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:65
|
549 |
+
msgid "Include hidden meta data"
|
550 |
+
msgstr "Inclure les métadonnées cachées"
|
551 |
+
|
552 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:72
|
553 |
+
msgid "Export Products"
|
554 |
+
msgstr "Export Produits"
|
555 |
+
|
556 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:13
|
557 |
+
msgid "Documentation"
|
558 |
+
msgstr "Documentation"
|
559 |
+
|
560 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:14
|
561 |
+
msgid "Sample CSV"
|
562 |
+
msgstr "CSV Sample"
|
563 |
+
|
564 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:26
|
565 |
+
msgid "Import Products in CSV Format:"
|
566 |
+
msgstr "Produits d'importation au format CSV Format:"
|
567 |
+
|
568 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:27
|
569 |
+
msgid ""
|
570 |
+
"Import products in CSV format ( works for simple products) from different "
|
571 |
+
"sources"
|
572 |
+
msgstr ""
|
573 |
+
"produits d'importation au format CSV (fonctionne pour des produits simples) "
|
574 |
+
"provenant de différentes sources"
|
575 |
+
|
576 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:33
|
577 |
+
msgid "Import Products"
|
578 |
+
msgstr "Importer des produits"
|
579 |
+
|
580 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:35
|
581 |
+
msgid "Merge products if exists"
|
582 |
+
msgstr "Fusionner produits si elle existe"
|
product-csv-import-export.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://hikeforce.com/product/product-import-export-plugin-for-woocom
|
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.hikeforce.com/
|
8 |
-
Version: 1.0.
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
@@ -57,8 +57,8 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
57 |
public function wf_plugin_action_links( $links ) {
|
58 |
$plugin_links = array(
|
59 |
'<a href="' . admin_url( 'admin.php?page=wf_woocommerce_csv_im_ex' ) . '">' . __( 'Import Export', 'wf_csv_import_export' ) . '</a>',
|
60 |
-
'<a href="http://hikeforce.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
|
61 |
-
'<a href="http://hikeforce.com/forums/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
|
62 |
);
|
63 |
return array_merge( $plugin_links, $links );
|
64 |
}
|
@@ -110,7 +110,7 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
110 |
* Handle localisation
|
111 |
*/
|
112 |
public function load_plugin_textdomain() {
|
113 |
-
load_plugin_textdomain( 'wf_csv_import_export', false, dirname( plugin_basename( __FILE__ ) ) . '/
|
114 |
}
|
115 |
|
116 |
/**
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.hikeforce.com/
|
8 |
+
Version: 1.0.5
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
57 |
public function wf_plugin_action_links( $links ) {
|
58 |
$plugin_links = array(
|
59 |
'<a href="' . admin_url( 'admin.php?page=wf_woocommerce_csv_im_ex' ) . '">' . __( 'Import Export', 'wf_csv_import_export' ) . '</a>',
|
60 |
+
'<a href="http://www.hikeforce.com/product/product-import-export-plugin-for-woocommerce/" target="_blank">' . __( 'Premium Upgrade', 'wf_csv_import_export' ) . '</a>',
|
61 |
+
'<a href="http://www.hikeforce.com/forums/forum/product-import-export-plugin-for-woocommerce/">' . __( 'Support', 'wf_csv_import_export' ) . '</a>',
|
62 |
);
|
63 |
return array_merge( $plugin_links, $links );
|
64 |
}
|
110 |
* Handle localisation
|
111 |
*/
|
112 |
public function load_plugin_textdomain() {
|
113 |
+
load_plugin_textdomain( 'wf_csv_import_export', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
|
114 |
}
|
115 |
|
116 |
/**
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -73,6 +73,8 @@ Yes. You can import or export product images along with other details
|
|
73 |
2. Product Export Screen
|
74 |
|
75 |
== Changelog ==
|
|
|
|
|
76 |
= 1.0.4 =
|
77 |
* Bug Fix: Improved Evaluation field and help message in mapping section.
|
78 |
= 1.0.3 =
|
@@ -89,6 +91,8 @@ Yes. You can import or export product images along with other details
|
|
89 |
* Import /Export Woocommerce Products.
|
90 |
|
91 |
== Upgrade Notice ==
|
|
|
|
|
92 |
= 1.0.4 =
|
93 |
* Bug Fix: Improved Evaluation field and help message in mapping section.
|
94 |
= 1.0.3 =
|
4 |
Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
73 |
2. Product Export Screen
|
74 |
|
75 |
== Changelog ==
|
76 |
+
= 1.0.5 =
|
77 |
+
* Feature: Added Multilingual support and French Translation.
|
78 |
= 1.0.4 =
|
79 |
* Bug Fix: Improved Evaluation field and help message in mapping section.
|
80 |
= 1.0.3 =
|
91 |
* Import /Export Woocommerce Products.
|
92 |
|
93 |
== Upgrade Notice ==
|
94 |
+
= 1.0.5 =
|
95 |
+
* Feature: Added Multilingual support and French Translation.
|
96 |
= 1.0.4 =
|
97 |
* Bug Fix: Improved Evaluation field and help message in mapping section.
|
98 |
= 1.0.3 =
|