17 lines
536 B
PHP
17 lines
536 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Sivustokartta';
|
|
|
|
// Text
|
|
$_['text_special'] = 'Erikoistarjoukset';
|
|
$_['text_account'] = 'Oma tili';
|
|
$_['text_edit'] = 'Tilin tiedot';
|
|
$_['text_password'] = 'Salasana';
|
|
$_['text_address'] = 'Osoitekirja';
|
|
$_['text_history'] = 'Tilaushistoria';
|
|
$_['text_download'] = 'Lataukset';
|
|
$_['text_cart'] = 'Ostoskori';
|
|
$_['text_checkout'] = 'Kassa';
|
|
$_['text_search'] = 'Haku';
|
|
$_['text_information'] = 'Information';
|
|
$_['text_contact'] = 'Ota yhteyttä'; |