Archived
1
0
Fork 0

translation in footer

This commit is contained in:
Henrik Hautakoski 2010-11-01 15:12:31 +01:00
parent 0154310ea2
commit 0644ac3ac8
2 changed files with 7 additions and 3 deletions

View file

@ -13,6 +13,7 @@ lastname = efternamn
email = e-post
password = lösenord
login = logga in
logout = logga ut
LOGIN_TXT = "Ange dina uppgifter nedan för att logga in.<br /><p class="red">Det går inte att registrera sig just nu.</p>"
START_TXT = "Välkommen till fiktivkod.org. ...."
@ -52,4 +53,7 @@ ERROR_FORM_EMPTY = fältet får inte vara tomt
ERROR_FORM_EMAIL_INVALID = epost adressen är inte gilltig
TIME_AT = vid
TIME_AT = vid
cookies = kakor
behind the site = under huven

View file

@ -39,8 +39,8 @@
</span>
<span class="float-right">
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#cookies">Cookies</a> -
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#bts">Behind the site</a>
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#cookies"><?=$this->translate('u:cookies')?></a> -
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#bts"><?=$this->translate('u:behind the site')?></a>
</span>
</div>
</div>