Revision ab95fd93

b/okeanos_site/90-okeanos.conf.sample
27 27
OKEANOS_APP_URL = "/ui"
28 28

  
29 29
# video url (see okeanos_site/README)
30
OKEANOS_VIDEO_URL = "http://vimeo.com/moogaloop.swf?clip_id=20787736&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0"
30
OKEANOS_VIDEO_URL = "http://vimeo.com/moogaloop.swf?clip_id=9330391&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0"
31 31

  
32 32

  
b/settings.d/00-apps.conf
56 56
)
57 57

  
58 58
LANGUAGES = (
59
  ('el', u'Ελληνικά'),
59
  #('el', u'Ελληνικά'),
60 60
  ('en', 'English'),
61 61
)
62 62

  
b/ui/templates/home.html
575 575
            <div class="popup-body-inner">
576 576
                <div class="form-container">
577 577
                <p class="feedback-intro">
578
                {% blocktrans %}~okeanos is currently in alpha version and we would appreciate any kind of feedback.
578
                {% blocktrans %}~okeanos is currently in alpha test and we would appreciate any kind of feedback.
579 579
We welcome any suggestions, questions and bug reports you may have.{% endblocktrans %}</p>
580 580
                <form id="feedback-form">
581 581
                    <label for="feedback-msg">{% trans "Please describe your problem here, provide as many details as possible" %}</label>
b/ui/templates/machines.html
57 57
<div id="emptymachineslist">
58 58
    <h1 id="welcomeheader">{% trans "Welcome to ~okeanos !" %}</h1>
59 59
    <br />
60
    <span class="welcomebody">{% trans "From this panel you will be able to manage your Virtual Machines (VMs). If you don't know what a VM is: " %}<br /><a href="#">{% trans "take the tour" %}</a>.</span>
60
    <span class="welcomebody">{% trans "From this panel you will be able to manage your Virtual Machines (VMs)." %} <!-- If you don't know what a VM is: " %}<br /><a href="#">{% trans "take the tour" %}. --></a></span>
61 61
    <br />
62 62
    <br />
63 63
    <span class="welcomebody">{% trans "The panel is currently empty, because you don't have any VMs yet. Start by clicking the orange button on the top left. The wizard will guide you through the whole process." %}</span>
64 64
    <br />
65 65
    <br />
66
    <span class="welcomefooter">{% trans "For more information or help, click " %}<a href="#">{% trans "here" %}</a>.</span>
66
    <span class="welcomefooter">{% trans "For more information or help, click " %}<a href="/about">{% trans "here" %}</a>.</span>
67 67
</div>
68 68

  
69 69
<!-- the form -->

Also available in: Unified diff