1
0
opencart-languagepack-finnish/catalog/account/reward.php

15 lines
423 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Your Reward Points';
// Column
2020-03-02 00:28:04 +00:00
$_['column_date_added'] = 'Lisäyspäivä';
2020-02-12 21:25:39 +00:00
$_['column_description'] = 'Description';
$_['column_points'] = 'Points';
// Text
2020-02-16 12:18:44 +00:00
$_['text_account'] = 'Tili';
2020-02-12 21:25:39 +00:00
$_['text_reward'] = 'Reward Points';
$_['text_total'] = 'Your total number of reward points is:';
2020-03-02 00:28:04 +00:00
$_['text_empty'] = 'You do not have any reward points!';