Fix footer text

feature/node-rewrite
Sven Slootweg 12 years ago
parent 285abdded2
commit 6de66b7c39

@ -31,7 +31,7 @@ button-login; Inloggen
button-reinstall; Herinstalleren button-reinstall; Herinstalleren
notfound; De gezochte VPS is niet gevonden. notfound; De gezochte VPS is niet gevonden.
footer; CPHP is een gratis en open-source VPS-beheerpaneel. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Help mee!</a> footer; CVM is een gratis en open-source VPS-beheerpaneel. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Help mee!</a>
userbox-loggedin; Je bent ingelogd als <strong>{%?username}</strong>. userbox-loggedin; Je bent ingelogd als <strong>{%?username}</strong>.
userbox-account; Accountinstellingen userbox-account; Accountinstellingen

@ -31,6 +31,7 @@ title-console; Out-of-band console
title-admin-userlist; User overview title-admin-userlist; User overview
title-admin-containerlist; Container overview title-admin-containerlist; Container overview
title-admin-nodelist; Node overview title-admin-nodelist; Node overview
title-admin-addnode; Add node
title-admin-userinfo; User lookup title-admin-userinfo; User lookup
title-admin-nodeinfo; Node lookup title-admin-nodeinfo; Node lookup
title-admin-overview; Administrative overview title-admin-overview; Administrative overview
@ -50,9 +51,10 @@ button-admin-vps-suspend; Suspend container
button-admin-vps-unsuspend; Unsuspend container button-admin-vps-unsuspend; Unsuspend container
button-admin-vps-transfer; Transfer container button-admin-vps-transfer; Transfer container
button-admin-vps-terminate; Terminate container button-admin-vps-terminate; Terminate container
button-admin-addnode; Add node
notfound; The specified VPS was not found. notfound; The specified VPS was not found.
footer; CPHP is a free and open source VPS control panel. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Want to contribute?</a> footer; CVM is a free and open source VPS control panel. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Want to contribute?</a>
userbox-loggedin; You are logged in as <strong>{%?username}</strong>. userbox-loggedin; You are logged in as <strong>{%?username}</strong>.
userbox-account; Account settings userbox-account; Account settings
@ -139,6 +141,13 @@ admin-level-masteradmin; Master administrator
admin-overview-message; In the future, this page will hold a log of all most recent events. For now, it's just an empty page. admin-overview-message; In the future, this page will hold a log of all most recent events. For now, it's just an empty page.
addnode-name; Name
addnode-hostname; Hostname
addnode-location; Physical location
addnode-customkeypair; Custom keypair
addnode-publickey; Public key
addnode-privatekey; Private key
vps-admin-suspend; Suspend / unsuspend vps-admin-suspend; Suspend / unsuspend
vps-admin-transfer; Transfer vps-admin-transfer; Transfer
vps-admin-terminate; Terminate vps-admin-terminate; Terminate
@ -228,3 +237,7 @@ error-restart-terminated-title; Container is terminated
error-restart-terminated-text; Your container could not be restarted, as it is terminated. error-restart-terminated-text; Your container could not be restarted, as it is terminated.
error-restart-start-title; Container failed to start error-restart-start-title; Container failed to start
error-restart-start-text; Your container could not be started. If this error persists, please file a support ticket. error-restart-start-text; Your container could not be started. If this error persists, please file a support ticket.
error-admin-nodes-add-name; You did not fill in a valid name.
error-admin-nodes-add-hostname; You did not fill in a valid hostname.
error-admin-nodes-add-location; You did not fill in a valid physical location.
error-form; One or more fields were not filled in correctly.

@ -31,7 +31,7 @@ button-login; Autentificare
button-reinstall; Reinstalare button-reinstall; Reinstalare
notfound; VPS-ul specificat nu a putut fi gasit notfound; VPS-ul specificat nu a putut fi gasit
footer; CPHP este un panou de control pentru VPS-uri, gratuit si open source. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Vrei sa contribui?</a> footer; CVM este un panou de control pentru VPS-uri, gratuit si open source. <a href="http://cvm.cryto.net/trac/wiki/Contribute">Vrei sa contribui?</a>
userbox-loggedin; Esti logat ca <strong>{%?username}</strong>. userbox-loggedin; Esti logat ca <strong>{%?username}</strong>.
userbox-account; Setari cont userbox-account; Setari cont

Loading…
Cancel
Save