Florian Schaal
2016-04-22 e7ae4ef2c82ec1d22fec6ae4f0dbdc8e6afd73e9
1
2
3
4
5
6
7
8
9
10
<?php
$wb['list_head_txt'] = 'Kundring';
$wb['circle_id_txt'] = 'Ring-ID';
$wb['circle_name_txt'] = 'Ringnamn';
$wb['description_txt'] = 'Beskrivning';
$wb['add_new_record_txt'] = 'Lägg till ny ring';
$wb['filter_txt'] = 'Filter';
$wb['delete_txt'] = 'Radera';
$wb['active_txt'] = 'Aktiv';
?>