Antennipasi
2008-12-25 7d9e84dbc03fccff45203eec228676a788413884
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Jälleenmyyjä';
$wb['company_txt'] = 'Yritys';
$wb['firstname_txt'] = 'Etunimi';
$wb['surname_txt'] = 'Sukunimi';
$wb['city_txt'] = 'Kaupunki';
$wb['page_txt'] = 'Sivu';
$wb['page_of_txt'] = '/';
$wb['page_next_txt'] = 'Seuraava';
$wb['page_back_txt'] = 'Takaisin';
$wb['delete_txt'] = 'Poista';
$wb['filter_txt'] = 'Suodatin';
?>