Skip to content

Commit

Permalink
Use common strings for ipp config flow (home-assistant#35505)
Browse files Browse the repository at this point in the history
* Use common strings for ipp config flow

* Update strings.json

* Update strings.json

* Update strings.json
  • Loading branch information
ctalkington authored May 12, 2020
1 parent 2748dca commit e4afb94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions homeassistant/components/ipp/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"title": "Link your printer",
"description": "Set up your printer via Internet Printing Protocol (IPP) to integrate with Home Assistant.",
"data": {
"host": "Host or IP address",
"port": "Port",
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"base_path": "Relative path to the printer",
"ssl": "Printer supports communication over SSL/TLS",
"verify_ssl": "Printer uses a proper SSL certificate"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the printer named `{name}` to Home Assistant?",
"description": "Do you want to set up {name}?",
"title": "Discovered printer"
}
},
"error": {
"connection_error": "Failed to connect to printer.",
"connection_error": "[%key:common::config_flow::error::cannot_connect%]",
"connection_upgrade": "Failed to connect to printer. Please try again with SSL/TLS option checked."
},
"abort": {
"already_configured": "This printer is already configured.",
"connection_error": "Failed to connect to printer.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"connection_error": "[%key:common::config_flow::error::cannot_connect%]",
"connection_upgrade": "Failed to connect to printer due to connection upgrade being required.",
"ipp_error": "Encountered IPP error.",
"ipp_version_error": "IPP version not supported by printer.",
Expand Down

0 comments on commit e4afb94

Please sign in to comment.