thrownewIllegalArgumentException("Invalid package: "+appPackage+". No application secret found for Client Registration with given application package.");
"pattern_hex_dec":"{ count, plural, 0 {must be hex decimal format} other {must be # characters} }",
"servers":"Servers",
"short-id":"Short ID",
"short-id-tip":"Short Server ID",
"short-id-required":"Short ID is required.",
"lifetime":"Lifetime of the registration for this LwM2M client",
"default-min-period":"Minimum Period between two notifications (sec)",
"notif-if-disabled":"Notification Storing When Disabled or Offline",
@ -1257,28 +1261,37 @@
"bootstrap-server":"Bootstrap Server",
"lwm2m-server":"LwM2M Server",
"server-host":"Host",
"server-host-tip":"Server Host",
"server-host-required":"Host is required.",
"server-port":"Port",
"server-port-tip":"Server Port",
"server-port-required":"Port is required.",
"server-public-key":"Server Public Key",
"server-public-key-tip":"Server Public Key only for X509, RPK",
"server-public-key-required":"Server Public Key is required.",
"server-public-key-pattern":"Server Public Key must be hex decimal format.",
"server-public-key-length":"Server Public Key must be {{ count }} characters.",
"client-hold-off-time":"Hold Off Time",
"client-hold-off-time-tip":"Client Hold Off Time for use with a Bootstrap-Server only",
"bootstrap-server-account-timeout":"Account after the timeout",
"bootstrap-server-account-timeout-tip":"Bootstrap-Server Account after the timeout value given by this resource.",
"others-tab":"Other settings...",
"client-hold-off-time-required":"Hold Off Time is required.",
"client-hold-off-time-tooltip":"Client Hold Off Time for use with a Bootstrap-Server only",
"account-after-timeout":"Account after the timeout",
"account-after-timeout-required":"Account after the timeout is required.",
"account-after-timeout-tooltip":"Bootstrap-Server Account after the timeout value given by this resource.",
"others-tab":"Other settings",
"client-strategy":"Client strategy when connecting",
"client-strategy-label":"Strategy",
"client-strategy-connect":"{ count, plural, 1 {1: Only Observe Request to the client after the initial connection} other {2: Read All Resources & Observe Request to the client after registration} }",
"client-strategy-tip":"{ count, plural, 1 {Strategy 1: After the initial connection of the LWM2M Client, the server sends Observe resources Request to the client, those resources that are marked as observation in the Device profile and which exist on the LWM2M client.} other {Strategy 2: After the registration, request the client to read all the resource values for all objects that the LWM2M client has,\n then execute: the server sends Observe resources Request to the client, those resources that are marked as observation in the Device profile and which exist on the LWM2M client.} }",
"fw-update-strategy":"{ count, plural, 1 {Push firmware update as binary file using Object 5 and Resource 0 (Package).} 2 {Auto-generate unique CoAP URL to download the package and push firmware update as Object 5 and Resource 1 (Package URI).} other {Push firmware update as binary file using Object 19 and Resource 0 (Data).} }",
"sw-update-strategy":"{ count, plural, 1 {Push binary file using Object 9 and Resource 2 (Package).} other {Auto-generate unique CoAP URL to download the package and push software update using Object 9 and Resource 3 (Package URI).} }",
"fw-update-strategy-data":"Push firmware update as binary file using Object 19 and Resource 0 (Data)",
"fw-update-strategy-package":"Push firmware update as binary file using Object 5 and Resource 0 (Package)",
"fw-update-strategy-package-uri":"Auto-generate unique CoAP URL to download the package and push firmware update as Object 5 and Resource 1 (Package URI)",
"sw-update":"Software update",
"sw-update-strategy":"Software update strategy",
"sw-update-strategy-package":"Push binary file using Object 9 and Resource 2 (Package)",
"sw-update-strategy-package-uri":"Auto-generate unique CoAP URL to download the package and push software update using Object 9 and Resource 3 (Package URI)",