mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
Update translation
This commit is contained in:
21
catalog/language/ukrainian/account/password.php
Executable file
21
catalog/language/ukrainian/account/password.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Змінити пароль';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_password'] = 'Ваш пароль';
|
||||
$_['text_success'] = 'Ви успішно змінили пароль.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердження паролю';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Пароль повинен містити від 4 до 20 символів!';
|
||||
$_['error_confirm'] = 'Підтвердження паролю не співпадає з паролем!';
|
||||
Reference in New Issue
Block a user