amazonus_bulk_listing.php
1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
// Heading
$_['heading_title'] = 'Liste d’annonces - Amazon USA';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon USA';
// Text
$_['text_searching'] = 'Recherche';
$_['text_finished'] = 'Terminé';
$_['text_dont_list'] = 'Ne pas annoncer';
$_['text_listing_values'] = 'Liste des annonces';
$_['text_new'] = 'Neuf';
$_['text_used_like_new'] = 'Occasion - Comme neuf';
$_['text_used_very_good'] = 'Occasion - Très bon état';
$_['text_used_good'] = 'Occasion - Bon état';
$_['text_used_acceptable'] = 'Occasion - Acceptable';
$_['text_collectible_like_new'] = 'Collection - Comme neuf';
$_['text_collectible_very_good'] = 'Collection - Très bon état';
$_['text_collectible_good'] = 'Collection - Bon état';
$_['text_collectible_acceptable'] = 'Collection - Acceptable';
$_['text_refurbished'] = 'Restauré';
// Entry
$_['entry_condition'] = 'État de l’article :';
$_['entry_condition_note'] = 'Note sur l’état :';
$_['entry_start_selling'] = 'Démarrer la vente :';
// Column
$_['column_name'] = 'Nom';
$_['column_image'] = 'Image';
$_['column_model'] = 'Modèle';
$_['column_status'] = 'État';
$_['column_matches'] = 'Assortis';
$_['column_result'] = 'Résulatt';
// Button
$_['button_list'] = 'Annonces';
// Error
$_['error_product_sku'] = 'Le produit doit avoir une référence SKU';
$_['error_searchable_fields'] = 'Le produit doit avoir un champ ISBN, EAN, UPC oo JAN spécifié.';
$_['error_bulk_listing_permission'] = 'Les annonces en nombre ne sont pas disponbles dans votre plan, veuillez le mettre à jour.';
$_['error_select_items'] = 'Vous devez sélectionner au moins 1 article à rechercher.';
?>