summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/_locales/en/messages.json
blob: e639880d7c491b4c1b1a4f673e7e8c3ceb3cf083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "extName":  {
    "message": "WebNavigation Tech Demo",
    "description": "The extension name."
  },
  "extDescription": {
    "message": "Demonstration of the WebNavigation extension API.",
    "description": "The extension description."
  },

  "navigationDescription": {
    "message": ", requested $NUM$ times.  Loaded in an average of $LOAD$ miliseconds.",
    "description": "The message posted in the popup for each stored navigation.",
    "placeholders": {
      "NUM": {
        "content": "$1",
        "example": "4 (The number of times this URL was accessed.)"
      },
      "LOAD": {
        "content": "$2",
        "example": "12.345 (The average load time in miliseconds.)"
      }
    }
  },

  "inHandler": {
    "message": "In webNavigation[`%s`] handler: %o",
    "description": "Notification displayed for each webNavigation event."
  },

  "inHandlerError": {
    "message": "In webNavigation[`%s`] handler: No data!",
    "description": "Notification displayed in a webNavigation event handler without data!"
  },

  "errorCommittedWithoutPending": {
    "message": "Wha?  `onCommitted` for `%s` called, though it's not pending: %o",
    "description": "Error logged when `onCommitted` is triggered on a non-pending request."
  },
  "errorCompletedWithoutPending": {
    "message": "Wha?  `onCompleted` for `%s` called, though it's not pending: %o",
    "description": "Error logged when `onCompleted` is triggered on a non-pending request."
  },
  "errorErrorOccurredWithoutPending": {
    "message": "Wha?  `onErrorOccurred` for `%s` called, though it's not pending: %o",
    "description": "Error logged when `onErrorOccurred` is triggered on a non-pending request."
  },
  "errorCommittedWithoutPending": {
    "message": "Wha?  `onCompleted` for `%s` called, though it's not pending: %o",
    "description": "Error logged when `onCompleted` is triggered on a non-pending request."
  }
}