mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
add latest translate by by Sirchyk
This commit is contained in:
21
admin/language/ukrainian/common/reset.php
Executable file
21
admin/language/ukrainian/common/reset.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
|
||||
|
||||
// header
|
||||
$_['heading_title'] = 'Скидання паролю';
|
||||
|
||||
// Text
|
||||
$_['text_reset'] = 'Скинути пароль!';
|
||||
$_['text_password'] = 'Введіть новий пароль.';
|
||||
$_['text_success'] = 'Ваш пароль успішно змінено.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Пароль';
|
||||
$_['entry_confirm'] = 'Підтвердити';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Пароль повинен містити від 5 до 20 символів!';
|
||||
$_['error_confirm'] = 'Пароль і підтвердження не співпадають!';
|
||||
Reference in New Issue
Block a user