translation in footer
This commit is contained in:
parent
0154310ea2
commit
0644ac3ac8
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue