This needs to be in C In this project you will develop a sim
Solution
java.util.logging.FileHandler.pattern = %h/java%u.log
java.util.logging.FileHandler.level = FINEST
java.util.logging.FileHandler.limit = 50000
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
# Limit the message that area unit written on the console to data and higher than.
java.util.logging.ConsoleHandler.level = FINEST
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
#Validators
validator.invalidLogin=Invalid login
validator.notEmptyShould=not be empty
validator.invalidPrice=Invalid value
#common
yes=Yes.
no=No.
logIn=Log in
logOut=Log out
again=again
creditCard=Credit Card
noItemsFound=No things Found
update=Update
remove=Remove
welcome=Welcome
search=Search
submit=Submit
checkout=Checkout
#signon page
signon_signIn=Sign In
signon_returningCustomer=Are you a returning client ?
signon_signup=No. i might wish to register for associate degree account.
signon_passwordRepeate=Password (Repeat):
signon_new=Create new account
login_exists=Login already exists
been_loggedout=You\'ve been logged out
id_filled=User id has to be filled
pwd_filled=User password has to be filled
id_pwd_filled=Id and passwords have to be filled
both_pwd_same=Both entered passwords have to be the same
account_updated=Your account has been updated
#Entities
accounts=Accounts
address=Address
items=Items
products=Products
address_street1=Street1
address_street2=Street2
address_city=City
address_state=State
address_zipcode=Zipcode
address_country=Country
category_id=Id
category_name=Name
category_description=Description
category_products=products
creditCard_creditCardNumber=Credit Card Number
creditCard_creditCardType=Type
creditCard_creditCardExpDate=Expiry date
customer_id=Id
customer_login=Loggin
customer_password=Password
customer_firstname=Firstname
customer_lastname=Lastname
customer_telephone=Telephone
customer_email=Email
customer_dateOfBirth=Date Of Birth
customer_age=Age
item_id=Id
item_name=Name
item_description=Description
item_unitCost=Unit cost
item_imagePath=Image path
item_product=Product
order_id=Id
order_orderDate=Order Date
order_customer=Customer
order_orderLines=Order lines
order_deliveryAddress=Delivery address
order_creditCard=Credit card
orderLine_id=Id;
orderLine_quantity=Quantity
orderLine_item=Item
product_id=Id
product_description=Description
product_category=Category
product_items=Items
product_noProductFound=No products found
#Confirm order
confirmorder_confimOrder=Confirm Order
confirmorder_personalInformation=Personal information
confirmorder_firstname=*Firstname :
confirmorder_deliveryAddress=Delivery Address
#Create Account
createAccount_createYourAccount=Create Your Account
createAccount_personalInformation=Personal information
#Order Confirmed
orderConfirmed_yourOrderIsComplete=Your Order is Complete
orderConfirmed_yourOrderIdIs=Your order id is
orderConfirmed_msg1=You will receive shortly an email confirming your order
orderConfirmed_msg2=Thank you for shopping with the YAPS Pet Store
#Search Result
searchResult_searchFor=Search for
searchResult_addToCart=Add to Cart
#Show account
showAccount_edit=Edit Your Account Information
#Shopping Cart
shoppingCart=Shopping Cart
shoppingCart_empty=The Shopping Cart is empty
#Show Items
showItems_itemForProduct=Items for product
#Show Products
showProducts_productForCategory=Products for category
#Update account
updateYourAccount=Update your account


