with Ada.Calendar;

private package Bookstore.Messages.English is

   function Messages_Map return Bookstore.Messages.Maps.Map;
5   
   function Date (Now : in Ada.Calendar.Time) return String;
   
   function Price (Price : in Books.Value) return String;

10end Bookstore.Messages.English;
top