1
0

15 lines
419 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Heading
2021-10-08 18:57:57 +03:00
$_['heading_title'] = 'Palkintopisteesi';
2020-02-12 23:25:39 +02:00
// Column
2020-03-02 02:28:04 +02:00
$_['column_date_added'] = 'Lisäyspäivä';
2021-11-05 15:21:00 +02:00
$_['column_description'] = 'Kuvaus';
2021-10-08 18:57:57 +03:00
$_['column_points'] = 'Pisteet';
2020-02-12 23:25:39 +02:00
// Text
2020-02-16 14:18:44 +02:00
$_['text_account'] = 'Tili';
2021-10-08 18:57:57 +03:00
$_['text_reward'] = 'Palkintopisteet';
2020-02-12 23:25:39 +02:00
$_['text_total'] = 'Your total number of reward points is:';
2020-03-02 02:28:04 +02:00
$_['text_empty'] = 'You do not have any reward points!';