<?php
// Headings
$_['heading_title'] = 'Modifier la liste';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';

// Tabs

// Text
$_['text_option'] = 'Selectionnez l\'option';
$_['text_listing_id'] = 'Identifiant de la liste';
$_['text_updated'] = 'Votre liste Etsy a ete mise a jour';
$_['text_edit'] = 'Mettez a jour votre fiche Etsy';

// Entry
$_['entry_title'] = 'Titre du produit';
$_['entry_description'] = 'Description';
$_['entry_price'] = 'Prix';
$_['entry_state'] = '&Åacute;tat';

// Errors
$_['error_price_missing'] = 'Le prix est manquant ou vide';
$_['error_title_length'] = 'Le titre est trop long';
$_['error_title_missing'] = 'Le titre est manquant';
$_['error_desc_missing'] = 'La description est manquante ou vide';
$_['error_state_missing'] = 'L\'etat est manquant ou vide';
