Add the missing translation for guru meditatin. [GH-745]
This commit is contained in:
parent
c2fbbe7dee
commit
af884e4b74
|
@ -22,6 +22,7 @@
|
||||||
- `vagrant destroy` destroys virtual machines in reverse order. [GH-739]
|
- `vagrant destroy` destroys virtual machines in reverse order. [GH-739]
|
||||||
- Add an `fsid` option to Linux NFS exports. [GH-736]
|
- Add an `fsid` option to Linux NFS exports. [GH-736]
|
||||||
- Fix edge case where an exception could be raised in networking code. [GH-742]
|
- Fix edge case where an exception could be raised in networking code. [GH-742]
|
||||||
|
- Add missing translation for the "guru meditation" state. [GH-745]
|
||||||
|
|
||||||
## 0.9.7 (February 9, 2012)
|
## 0.9.7 (February 9, 2012)
|
||||||
|
|
||||||
|
|
|
@ -255,6 +255,11 @@ en:
|
||||||
stopped without properly closing the session. Run `vagrant up`
|
stopped without properly closing the session. Run `vagrant up`
|
||||||
to resume this virtual machine. If any problems persist, you may
|
to resume this virtual machine. If any problems persist, you may
|
||||||
have to destroy and restart the virtual machine.
|
have to destroy and restart the virtual machine.
|
||||||
|
gurumeditation: |-
|
||||||
|
The VM is in the "guru meditation" state. This is a rare case which means
|
||||||
|
that an internal error in VitualBox caused the VM to fail. This is always
|
||||||
|
the sign of a bug in VirtualBox. You can try to bring your VM back online
|
||||||
|
with a `vagrant up`.
|
||||||
inaccessible: |-
|
inaccessible: |-
|
||||||
The VM is inaccessible! This is a rare case which means that VirtualBox
|
The VM is inaccessible! This is a rare case which means that VirtualBox
|
||||||
can't find your VM configuration. This usually happens when upgrading
|
can't find your VM configuration. This usually happens when upgrading
|
||||||
|
|
Loading…
Reference in New Issue