stocks_en.arb 287 Bytes
Newer Older
1 2
{
  "title": "Stocks",
3 4 5 6
  "@title": {
    "description": "Title for the Stocks application"
  },

7
  "market": "MARKET",
8 9 10 11 12 13 14 15
  "@market": {
    "description": "Label for the Market tab"
  },

  "portfolio": "PORTFOLIO",
  "@portfolio": {
    "description": "Label for the Portfolio tab"
  }
16
}