-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4d9890
commit 12bff96
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Back,Back | ||
Delete,Delete | ||
"Are you sure you want to do this?","Are you sure you want to do this?" | ||
Save,Save | ||
"Save and Continue Edit","Save and Continue Edit" | ||
Sellers,Sellers | ||
Retailers,Retailers | ||
"New Retailer","New Retailer" | ||
"This retailer no longer exists.","This retailer no longer exists." | ||
"You deleted the retailer %1.","You deleted the retailer %1." | ||
"Edit %1","Edit %1" | ||
"Something went wrong while editing the retailer.","Something went wrong while editing the retailer." | ||
Retailer,Retailer | ||
"Retailers List","Retailers List" | ||
"You saved the retailer %1.","You saved the retailer %1." | ||
Edit,Edit | ||
"Delete ${ $.$data.name }","Delete ${ $.$data.name }" | ||
"Are you sure you want to delete ${ $.$data.name } ?","Are you sure you want to delete ${ $.$data.name } ?" | ||
"Retailer Information","Retailer Information" | ||
"Retailer Name","Retailer Name" | ||
"Seller Code","Seller Code" | ||
"Enable Retailer","Enable Retailer" | ||
"Add New Retailer","Add New Retailer" | ||
"All Store Views","All Store Views" | ||
"Store View","Store View" | ||
ID,ID | ||
Name,Name | ||
Active,Active | ||
Inactive,Inactive | ||
Status,Status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Back,Retour | ||
Delete,Supprimer | ||
"Are you sure you want to do this?","Êtes-vous sur de vouloir faire cela?" | ||
Save,Sauvegarder | ||
"Save and Continue Edit","Sauvegarder et continuer l'édition" | ||
Sellers,Vendeurs | ||
Retailers,Magasins | ||
"New Retailer","Nouveau Magasin" | ||
"This retailer no longer exists.","Ce magasin n'existe plus." | ||
"You deleted the retailer %1.","Vous avez supprimé le magasin %1." | ||
"Edit %1","Éditer %1" | ||
"Something went wrong while editing the retailer.","Une erreur est survenue durant la sauvegarde du magasin." | ||
Retailer,Magasin | ||
"Retailers List","Liste des magasins" | ||
"You saved the retailer %1.","Vous avez sauvegardé le magasin %1." | ||
Edit,Éditer | ||
"Delete ${ $.$data.name }","Supprimer ${ $.$data.name }" | ||
"Are you sure you want to delete ${ $.$data.name } ?","Êtes-vous sur de vouloir supprimer ${ $.$data.name } ?" | ||
"Retailer Information","Informations du magasin" | ||
"Retailer Name","Nom du magasin" | ||
"Seller Code","Code" | ||
"Enable Retailer","Activer le magasin" | ||
"Add New Retailer","Ajouter un magasin" | ||
"All Store Views","Toutes les vues magasin" | ||
"Store View","Vue Magasin" | ||
ID,ID | ||
Name,Nom | ||
Active,Activé | ||
Inactive,Désactivé | ||
Status,Statut |