diff options
Diffstat (limited to 'misc/i18n/translations/en_US.json')
| -rw-r--r-- | misc/i18n/translations/en_US.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/i18n/translations/en_US.json b/misc/i18n/translations/en_US.json new file mode 100644 index 0000000..6fa0b8f --- /dev/null +++ b/misc/i18n/translations/en_US.json @@ -0,0 +1,32 @@ +{ + "main.title" : "CutleryPlus", + "main.subtitle" : "Knives that put cut in cutlery.", + "menu" : { + "home" : "Home", + "products": { + "self": "Products", + "forks" : "Forks", + "knives" : "Knives", + "spoons" : "Spoons" + }, + "gallery" : "Gallery", + "about" : "About us", + "contact" : "Contact" + }, + "home" : { + "title": "Welcome to CutleryPlus!", + "text" : { + "p1": "Lorem ipsum...", + "p2": "Another ipsum lorem." + } + }, + "error" : { + "404" : "Page {0} not found!", + "500" : "Something is wrong on our side, please try again.", + "contact" : { + "name" : "You must enter your name.", + "email" : "You must enter your email.", + "text" : "You cannot send an empty message." + } + } +}
\ No newline at end of file |
