1
0
opencart-languagepack-finnish/admin/report/online.php

28 lines
820 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Online Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified customers online report!';
$_['text_list'] = 'Online List';
2020-03-02 00:28:04 +00:00
$_['text_filter'] = 'Suodatin';
2020-03-02 08:58:49 +00:00
$_['text_guest'] = 'Vieras';
2020-02-12 21:25:39 +00:00
// Column
$_['column_ip'] = 'IP';
2020-03-02 00:28:04 +00:00
$_['column_customer'] = 'Asiakas';
2020-02-12 21:25:39 +00:00
$_['column_url'] = 'Last Page Visited';
$_['column_referer'] = 'Referer';
$_['column_date_added'] = 'Last Click';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_ip'] = 'IP';
2020-03-02 00:28:04 +00:00
$_['entry_customer'] = 'Asiakas';
$_['entry_status'] = 'Tila';
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-12 21:25:39 +00:00
// Error
2020-03-02 00:28:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify customers online report!';