vagrant/templates/locales/command_rdp.yml

22 lines
822 B
YAML
Raw Normal View History

2014-04-12 22:40:27 +00:00
en:
vagrant_rdp:
errors:
guest_unsupported: |-
The guest OS detected by Vagrant ('%{name}') is reporting
that it does not supported RDP connections. If this is an
error, it is because Vagrant does not know how to connect
via RDP to this guest.
Please open an issue documenting how to connect via RDP
to this guest OS and we can fix this.
2014-04-12 22:40:27 +00:00
host_unsupported: |-
Vagrant doesn't support running an RDP client on your
host OS. Currently only Windows is supported for RDP
clients.
If you wish for the OS you're running to support launching
an RDP client, please contribute this functionality back
into Vagrant. At the very least, open an issue on how it
could be done and we can handle the integration.