mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
28 lines
1.3 KiB
PHP
Executable File
28 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/***********************************************************************************************************************
|
|
|
|
Version 1.5.6
|
|
Created 23:02 15.01.2014 UTF-8
|
|
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
|
|
|
|
Translators:
|
|
Eugene Kuligin (http://github.com/shaman)
|
|
and others.
|
|
|
|
Responsible for Translation:
|
|
Eugene Kuligin (http://github.com/shaman)
|
|
|
|
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
|
Ask a question http://github.com/opencart-ukraine
|
|
|
|
************************************************************************************************************************/
|
|
|
|
$_['heading_title'] = 'Змінити пароль'; #44265
|
|
$_['text_account'] = 'Обліковий запис'; #44266
|
|
$_['text_password'] = 'Ваш пароль'; #44267
|
|
$_['text_success'] = 'Успішно: ваш пароль успішно оновлено.'; #44268
|
|
$_['entry_password'] = 'Пароль:'; #44269
|
|
$_['entry_confirm'] = 'Підтвердження паролю:'; #44270
|
|
$_['error_password'] = 'Пароль повинен містити від 3 до 20 символів!'; #44271
|
|
$_['error_confirm'] = 'Пароль та підтвердження паролю не співпадають!'; #44272
|