summaryrefslogtreecommitdiff
path: root/lib/plugins/authpgsql/lang/tr/settings.php
blob: f6fef9cdeaec92eaff62cf124a6ec55a44050314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author İlker R. Kapaç <irifat@gmail.com>
 */
$lang['server']                = 'PostgreSQL sunucunuz';
$lang['port']                  = 'PostgreSQL sunucunuzun kapısı (port)';
$lang['user']                  = 'PostgreSQL kullanıcısının adı';
$lang['password']              = 'Yukarıdaki kullanıcı için şifre';
$lang['database']              = 'Kullanılacak veritabanı';
$lang['debug']                 = 'İlave hata ayıklama bilgisini görüntüle';