<?php
// Heading
$_['heading_title']         = 'Profile';

// Text
$_['text_success']          = 'Success: You have modified your profile!';
$_['text_edit']             = 'Edit Your Profile';

// Column
$_['column_username']       = 'Käyttäjätunnus';
$_['column_status']         = 'Tila';
$_['column_date_added']     = 'Lisäyspäivä';
$_['column_action']         = 'Toiminto';

// Entry
$_['entry_username']        = 'Käyttäjätunnus';
$_['entry_password']        = 'Salasana';
$_['entry_confirm']         = 'Vahvista';
$_['entry_firstname']       = 'Etunimi';
$_['entry_lastname']        = 'Sukunimi';
$_['entry_email']           = 'Sähköpostiosoite';
$_['entry_image']           = 'Kuva';

// Error
$_['error_permission']      = 'Varoitus: You do not have permission to modify your profile!';
$_['error_exists_username'] = 'Varoitus: Username is already in use!';
$_['error_username']        = 'Username must be between 3 and 20 characters!';
$_['error_password']        = 'Password must be between 4 and 20 characters!';
$_['error_confirm']         = 'Password and password confirmation do not match!';
$_['error_firstname']       = 'First Name must be between 1 and 32 characters!';
$_['error_lastname']        = 'Last Name must be between 1 and 32 characters!';
$_['error_email']           = 'E-Mail Address does not appear to be valid!';
$_['error_exists_email']    = 'Varoitus: E-Mail Address is already registered!';