|
@ -12,6 +12,7 @@ book.isbn = ISBN |
|
|
book.year = Year |
|
|
book.year = Year |
|
|
book.price = Price |
|
|
book.price = Price |
|
|
book.category = Category |
|
|
book.category = Category |
|
|
|
|
|
book.json = JSON Data |
|
|
|
|
|
|
|
|
book.desc.set.author = Set book author name |
|
|
book.desc.set.author = Set book author name |
|
|
book.desc.set.title = Set book primary title |
|
|
book.desc.set.title = Set book primary title |
|
@ -32,6 +33,8 @@ book.error.title = Invalid title |
|
|
book.error.isbn = Invalid ISBN code |
|
|
book.error.isbn = Invalid ISBN code |
|
|
book.error.year = Invalid year |
|
|
book.error.year = Invalid year |
|
|
book.error.price = Invalid price |
|
|
book.error.price = Invalid price |
|
|
|
|
|
book.error.isbn.exists = ISBN code already exists |
|
|
|
|
|
book.error.id.invalid = Wrong book |
|
|
|
|
|
|
|
|
page.title.browser.list = Bookstore page |
|
|
page.title.browser.list = Bookstore page |
|
|
page.title.browser.add = Add book |
|
|
page.title.browser.add = Add book |
|
@ -46,6 +49,7 @@ page.title.webform.error = Error |
|
|
page.text.list.actions = Actions |
|
|
page.text.list.actions = Actions |
|
|
page.text.list.delete = Delete |
|
|
page.text.list.delete = Delete |
|
|
page.text.list.edit = Edit |
|
|
page.text.list.edit = Edit |
|
|
|
|
|
page.text.list.json = Get |
|
|
|
|
|
|
|
|
page.text.error = Error while processing your request |
|
|
page.text.error = Error while processing your request |
|
|
|
|
|
|
|
@ -53,5 +57,6 @@ button.book.add = Add book |
|
|
button.book.edit = Update book |
|
|
button.book.edit = Update book |
|
|
|
|
|
|
|
|
button.page.list.return = Return to book list page |
|
|
button.page.list.return = Return to book list page |
|
|
|
|
|
button.page.list.json = Get list as JSON |
|
|
|
|
|
|
|
|
page.symbols.currency = \u20AC |
|
|
page.symbols.currency = \u20AC |