1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-16 15:01:09 +03:00

More clear labels

This commit is contained in:
Alexander Yakovlev 2014-03-02 16:39:53 +07:00
parent 4f630c99f6
commit a89d28b1e4
2 changed files with 5 additions and 3 deletions

View file

@ -40,8 +40,8 @@ class Model_Client extends ORM {
* Used in forms.
**/
protected $_labels = array(
'email' => 'Email',
'name' => 'Name',
'email' => 'Your e-mail',
'name' => 'What is your name?',
'token' => 'Subscription token'
);

View file

@ -68,5 +68,7 @@ return array(
'Subscription code' => 'Код подписки',
'You were subscribed to ' => 'Вы были подписаны на',
'From now on you will receive letters from this subscription.' => 'Теперь вы будете получать письма из этой рассылки.',
'Problems viewing this email? Click here.' => 'Проблемы с отображением письма? Нажмите сюда.'
'Problems viewing this email? Click here.' => 'Проблемы с отображением письма? Нажмите сюда.',
'What is your name?' => 'Как вас зовут?',
'Your e-mail' => 'Ваш адрес электронной почты'
);