Version Description
- Italian Translation added.
Download this release
Release Info
Developer | hikeforce |
Plugin | Product Import Export for WooCommerce |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.1.0
- includes/importer/class-wf-csv-parser.php +0 -44
- lang/wf_csv_import_export-it_IT.mo +0 -0
- lang/wf_csv_import_export-it_IT.po +582 -0
- product-csv-import-export.php +1 -1
- readme.txt +5 -1
includes/importer/class-wf-csv-parser.php
CHANGED
@@ -34,50 +34,6 @@ class WF_CSV_Parser {
|
|
34 |
'external' => $external_term->term_id
|
35 |
);
|
36 |
|
37 |
-
// Subscription product types
|
38 |
-
if ( class_exists( 'WC_Subscriptions' ) ) {
|
39 |
-
$subscription_term = get_term_by( 'slug', 'subscription', 'product_type' );
|
40 |
-
$variable_subscription_term = get_term_by( 'slug', 'variable-subscription', 'product_type' );
|
41 |
-
|
42 |
-
$this->allowed_product_types['subscription'] = $subscription_term->term_id;
|
43 |
-
$this->allowed_product_types['variable-subscription'] = $variable_subscription_term->term_id;
|
44 |
-
}
|
45 |
-
|
46 |
-
// Composite product type
|
47 |
-
if ( class_exists( 'WC_Composite_Products' ) ) {
|
48 |
-
$composite_term = get_term_by( 'name', 'composite', 'product_type' );
|
49 |
-
|
50 |
-
if ( $composite_term ) {
|
51 |
-
$this->allowed_product_types['composite'] = $composite_term->term_id;
|
52 |
-
}
|
53 |
-
}
|
54 |
-
|
55 |
-
// Bundle product type
|
56 |
-
if ( class_exists( 'WC_Bundles' ) ) {
|
57 |
-
$bundle_term = get_term_by( 'name', 'bundle', 'product_type' );
|
58 |
-
|
59 |
-
if ( $bundle_term ) {
|
60 |
-
$this->allowed_product_types['bundle'] = $bundle_term->term_id;
|
61 |
-
}
|
62 |
-
}
|
63 |
-
|
64 |
-
// Booking product types
|
65 |
-
if ( class_exists( 'WC_Booking' ) ) {
|
66 |
-
$booking_term = get_term_by( 'slug', 'booking', 'product_type' );
|
67 |
-
|
68 |
-
if ( $booking_term ) {
|
69 |
-
$this->allowed_product_types['booking'] = $booking_term->term_id;
|
70 |
-
}
|
71 |
-
}
|
72 |
-
|
73 |
-
// Photography product types
|
74 |
-
if ( class_exists( 'WC_Photography' ) ) {
|
75 |
-
$photography_term = get_term_by( 'slug', 'photography', 'product_type' );
|
76 |
-
|
77 |
-
if ( $photography_term ) {
|
78 |
-
$this->allowed_product_types['photography'] = $photography_term->term_id;
|
79 |
-
}
|
80 |
-
}
|
81 |
}
|
82 |
|
83 |
/**
|
34 |
'external' => $external_term->term_id
|
35 |
);
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
|
39 |
/**
|
lang/wf_csv_import_export-it_IT.mo
ADDED
Binary file
|
lang/wf_csv_import_export-it_IT.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-07-16 18:11+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: it_IT\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 "aggiornamento Premium"
|
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 "Termék 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 e scaricare i prodotti in formato CSV. Questo file può essere "
|
518 |
+
"utilizzato per importare i prodotti nel vostro negozio 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 "Includi metadati nascosti"
|
551 |
+
|
552 |
+
#: product-import-export-for-woo/includes/views/export/html-wf-export-products.php:72
|
553 |
+
msgid "Export Products"
|
554 |
+
msgstr "Export Prodotti"
|
555 |
+
|
556 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:13
|
557 |
+
msgid "Documentation"
|
558 |
+
msgstr "Documentazione"
|
559 |
+
|
560 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:14
|
561 |
+
msgid "Sample CSV"
|
562 |
+
msgstr "CSV di esempio"
|
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 "Importa prodotti in formato CSV:"
|
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 |
+
"prodotti di importazione in formato CSV (funziona per i prodotti semplici) "
|
574 |
+
"da diverse fonti"
|
575 |
+
|
576 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:33
|
577 |
+
msgid "Import Products"
|
578 |
+
msgstr "Importa prodotti"
|
579 |
+
|
580 |
+
#: product-import-export-for-woo/includes/views/import/html-wf-import-products.php:35
|
581 |
+
msgid "Merge products if exists"
|
582 |
+
msgstr "Unire prodotti se esiste"
|
product-csv-import-export.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.xadapter.com/product/product-import-export-plugin-for-woo
|
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
8 |
-
Version: 1.0
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
5 |
Description: Import and Export Products including Variations, From and To your WooCommerce Store.
|
6 |
Author: HikeForce
|
7 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
8 |
+
Version: 1.1.0
|
9 |
Text Domain: wf_csv_import_export
|
10 |
*/
|
11 |
|
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.9 =
|
77 |
* Hungarian Translation added.
|
78 |
= 1.0.8 =
|
@@ -99,6 +101,8 @@ Yes. You can import or export product images along with other details
|
|
99 |
* Import /Export Woocommerce Products.
|
100 |
|
101 |
== Upgrade Notice ==
|
|
|
|
|
102 |
= 1.0.9 =
|
103 |
* Hungarian Translation added.
|
104 |
= 1.0.8 =
|
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.1.0
|
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.1.0 =
|
77 |
+
* Italian Translation added.
|
78 |
= 1.0.9 =
|
79 |
* Hungarian Translation added.
|
80 |
= 1.0.8 =
|
101 |
* Import /Export Woocommerce Products.
|
102 |
|
103 |
== Upgrade Notice ==
|
104 |
+
= 1.1.0 =
|
105 |
+
* Italian Translation added.
|
106 |
= 1.0.9 =
|
107 |
* Hungarian Translation added.
|
108 |
= 1.0.8 =
|