diff options
Diffstat (limited to 'app/i18n/ru/feedback.php')
| -rw-r--r-- | app/i18n/ru/feedback.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php index 7b859fcdd..449d01ee4 100644 --- a/app/i18n/ru/feedback.php +++ b/app/i18n/ru/feedback.php @@ -8,6 +8,12 @@ return array( 'denied' => 'You don’t have permission to access this page', //TODO - Translation 'not_found' => 'You are looking for a page which doesn’t exist', //TODO - Translation ), + 'api' => array( + 'password' => array( + 'failed' => 'Your password cannot be modified', // TODO - Translation + 'updated' => 'Your password has been modified', // TODO - Translation + ), + ), 'auth' => array( 'form' => array( 'not_set' => 'A problem occured during authentication system configuration. Please retry later.', //TODO - Translation |
