Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
a7982101
Commit
a7982101
authored
9 years ago
by
dimsharav
Committed by
Translator of Dokuwiki
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
translation update
parent
616f38e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
inc/lang/ru/lang.php
+1
-0
1 addition, 0 deletions
inc/lang/ru/lang.php
lib/plugins/authad/lang/ru/lang.php
+2
-0
2 additions, 0 deletions
lib/plugins/authad/lang/ru/lang.php
lib/plugins/usermanager/lang/ru/lang.php
+5
-0
5 additions, 0 deletions
lib/plugins/usermanager/lang/ru/lang.php
with
8 additions
and
0 deletions
inc/lang/ru/lang.php
+
1
−
0
View file @
a7982101
...
...
@@ -33,6 +33,7 @@
* @author Nolf <m.kopachovets@gmail.com>
* @author Takumo <9206984@mail.ru>
* @author RainbowSpike <1@2.ru>
* @author dimsharav <dimsharav@gmail.com>
*/
$lang
[
'encoding'
]
=
'utf-8'
;
$lang
[
'direction'
]
=
'ltr'
;
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/authad/lang/ru/lang.php
+
2
−
0
View file @
a7982101
...
...
@@ -5,8 +5,10 @@
*
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
* @author Takumo <9206984@mail.ru>
* @author dimsharav <dimsharav@gmail.com>
*/
$lang
[
'domain'
]
=
'Домен'
;
$lang
[
'authpwdexpire'
]
=
'Действие вашего пароля истекает через %d дней. Вы должны изменить его как можно скорее'
;
$lang
[
'passchangefail'
]
=
'Не удалось изменить пароль. Возможно, он не соответствует требованиям к паролю.'
;
$lang
[
'userchangefail'
]
=
'Ошибка при изменении атрибутов пользователя. Возможно, у Вашей учетной записи недостаточно прав?'
;
$lang
[
'connectfail'
]
=
'Невозможно соединиться с сервером AD.'
;
This diff is collapsed.
Click to expand it.
lib/plugins/usermanager/lang/ru/lang.php
+
5
−
0
View file @
a7982101
...
...
@@ -22,6 +22,7 @@
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
* @author Igor Degraf <igordegraf@gmail.com>
* @author Vitaly Filatenko <kot@hacktest.net>
* @author dimsharav <dimsharav@gmail.com>
*/
$lang
[
'menu'
]
=
'Управление пользователями'
;
$lang
[
'noauth'
]
=
'(авторизация пользователей недоступна)'
;
...
...
@@ -82,6 +83,10 @@ $lang['import_error_readfail'] = 'Импорт не удался. Невозмо
$lang
[
'import_error_create'
]
=
'Невозможно создать пользователя'
;
$lang
[
'import_notify_fail'
]
=
'Оповещение не может быть отправлено импортированному пользователю %s по электронной почте %s.'
;
$lang
[
'import_downloadfailures'
]
=
'Скачать ошибки в формате CSV для исправления'
;
$lang
[
'addUser_error_missing_pass'
]
=
'Для возможности генерации пароля, пожалуйста, установите пароль или активируйте оповещения.'
;
$lang
[
'addUser_error_pass_not_identical'
]
=
'Введённые ппароли не совпадают.'
;
$lang
[
'addUser_error_modPass_disabled'
]
=
'Изменение пароля в настоящее время невозможно.'
;
$lang
[
'addUser_error_name_missing'
]
=
'Укажите имя нового пользователя.'
;
$lang
[
'addUser_error_modName_disabled'
]
=
'Изменение имени в настоящее время невозможно.'
;
$lang
[
'addUser_error_mail_missing'
]
=
'Укажите адрес эл. почты нового пользователя.'
;
$lang
[
'addUser_error_modMail_disabled'
]
=
'Изменение e-mail в настоящее время невозможно.'
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment