File: turkish.php

package info (click to toggle)
phppgadmin 7.14.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,804 kB
  • sloc: php: 47,426; javascript: 2,145; sh: 37; sql: 16; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
	/**
	 * Turkish language file.
	 */

	// Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb']  =  'reports veritabanı yaratışmamış. Yönergeler için lütfen INSTALL dosyasını okuyunuz.';

	// Reports
	$plugin_lang['strreport'] = 'Rapor';
	$plugin_lang['strreports'] = 'Raporlar';
	$plugin_lang['strshowallreports'] = 'Tüm raporları göster';
	$plugin_lang['strnoreports'] = 'Hiçbir rapor bulunamadı';
	$plugin_lang['strcreatereport'] = 'Rapor yaratıldı.';
	$plugin_lang['strreportdropped'] = 'Rapor silindi';
	$plugin_lang['strreportdroppedbad'] = 'Rapor silme işi başarısız oldu.';
	$plugin_lang['strconfdropreport'] = '"%s" raporunu silmek istediğinize emin misiniz?';
	$plugin_lang['strreportneedsname'] = 'Raporunuza bir ad vermelisiniz.';
	$plugin_lang['strreportneedsdef'] = 'Raporunuz için SQL sorguları yazmalısınız.';
	$plugin_lang['strreportcreated'] = 'Rapor kaydedildi.';
	$plugin_lang['strreportcreatedbad'] = 'Rapor kaydetme başarısız oldu.';
?>