2020-02-12 21:25:39 +00:00
< ? php
// Heading
$_ [ 'heading_title' ] = 'Purchase a Gift Certificate' ;
// Text
2020-02-16 12:18:44 +00:00
$_ [ 'text_account' ] = 'Tili' ;
$_ [ 'text_voucher' ] = 'Lahjakortti' ;
2020-02-12 21:25:39 +00:00
$_ [ 'text_description' ] = 'This gift certificate will be emailed to the recipient after your order has been paid for.' ;
$_ [ 'text_agree' ] = 'I understand that gift certificates are non-refundable.' ;
$_ [ 'text_message' ] = '<p>Thank you for purchasing a gift certificate! Once you have completed your order your gift certificate recipient will be sent an e-mail with details how to redeem their gift certificate.</p>' ;
$_ [ 'text_for' ] = '%s Gift Certificate for %s' ;
// Entry
2020-02-16 12:18:44 +00:00
$_ [ 'entry_to_name' ] = 'Vastaanottajan nimi' ;
$_ [ 'entry_to_email' ] = 'Vastaanottajan sähköpostiosoite' ;
$_ [ 'entry_from_name' ] = 'Nimesi' ;
$_ [ 'entry_from_email' ] = 'Sähköpostiosoitteesi' ;
$_ [ 'entry_theme' ] = 'Lahjakortin teema' ;
$_ [ 'entry_message' ] = 'Viesti' ;
$_ [ 'entry_amount' ] = 'Määrä' ;
2020-02-12 21:25:39 +00:00
// Help
2020-02-16 12:18:44 +00:00
$_ [ 'help_message' ] = 'Valinnainen' ;
2020-02-12 21:25:39 +00:00
$_ [ 'help_amount' ] = 'Value must be between %s and %s' ;
// Error
$_ [ 'error_to_name' ] = 'Recipient\'s Name must be between 1 and 64 characters!' ;
$_ [ 'error_from_name' ] = 'Your Name must be between 1 and 64 characters!' ;
$_ [ 'error_email' ] = 'E-Mail Address does not appear to be valid!' ;
$_ [ 'error_theme' ] = 'You must select a theme!' ;
$_ [ 'error_amount' ] = 'Amount must be between %s and %s!' ;
2020-02-16 11:32:04 +00:00
$_ [ 'error_agree' ] = 'Varoitus: You must agree that the gift certificates are non-refundable!' ;