diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-21 01:34:29 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-21 01:34:29 -0700 |
commit | bd8580fb5a692c4fba36eff83d8a761db5470c27 (patch) | |
tree | 1ae54ea9326ec357eccb4add0191e76dee1c65b5 /lib/plugins/authpgsql | |
parent | d0badf339fee12658cc264cfe5dbb3e7f31a9d76 (diff) | |
parent | bcc165558b4d58baab4ccc85d9066f0c4ba7de2a (diff) | |
download | rpg-bd8580fb5a692c4fba36eff83d8a761db5470c27.tar.gz rpg-bd8580fb5a692c4fba36eff83d8a761db5470c27.tar.bz2 |
Merge pull request #305 from dokuwiki-translate/lang_update_244
Translation update (ru)
Diffstat (limited to 'lib/plugins/authpgsql')
-rw-r--r-- | lib/plugins/authpgsql/lang/ru/settings.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authpgsql/lang/ru/settings.php b/lib/plugins/authpgsql/lang/ru/settings.php index 4c394080e..f5d0a77ee 100644 --- a/lib/plugins/authpgsql/lang/ru/settings.php +++ b/lib/plugins/authpgsql/lang/ru/settings.php @@ -1,6 +1,10 @@ <?php + /** - * Russian language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Ivan I. Udovichenko (sendtome@mymailbox.pp.ua) + * @author Aleksandr Selivanov <alexgearbox@gmail.com> */ +$lang['server'] = 'Ваш PostgreSQL-сервер'; +$lang['password'] = 'Пароль для указанного пользователя.'; |