initial move to git (subversion history dropped intentionally)
This commit is contained in:
66
lang/PME.lang.TR-UTF8.inc
Normal file
66
lang/PME.lang.TR-UTF8.inc
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* phpMyEdit language file
|
||||
*
|
||||
* language: turkish
|
||||
* encoding: utf-8
|
||||
* date: 2003-10-24, 2005-11-13
|
||||
* authors:
|
||||
* Nuri Akman <nuri.akman@hazine.gov.tr>
|
||||
* Kadan Kongar <kagan.kongar@tsrsb.org.tr>
|
||||
*/
|
||||
|
||||
/* $Platon: phpMyEdit/lang/PME.lang.TR-UTF8.inc,v 1.1 2007-09-16 12:57:13 nepto Exp $ */
|
||||
|
||||
return Array(
|
||||
'Add' =>'Ekle',
|
||||
'Copy' =>'Kopyala',
|
||||
'Change' =>'Deðiþtir',
|
||||
'Delete' =>'Sil',
|
||||
'View' =>'Bak',
|
||||
'Prev' =>'Önceki',
|
||||
'Next' =>'Sonraki',
|
||||
'First' =>'Ýlk',
|
||||
'Last' =>'Son',
|
||||
'Go to' =>'Git',
|
||||
'Page' =>'Sayfa',
|
||||
'Records' =>'Kayýt',
|
||||
'Save' =>'Kaydet',
|
||||
'More' =>'Devamý',
|
||||
'Apply' =>'Uygula',
|
||||
'Cancel' =>'Ýptal',
|
||||
'Search' =>'Ara',
|
||||
'Hide' =>'Gizle',
|
||||
'Clear' =>'Temizle',
|
||||
'Query' =>'Sorgu',
|
||||
'Current Query' =>'Aktif Sorgu',
|
||||
'Sorted By' =>'Sýralama',
|
||||
'ascending' =>'artan',
|
||||
'descending' =>'azalan',
|
||||
'hidden' =>'gizli',
|
||||
'of' =>' / ',
|
||||
'record added' =>'kayýt eklendi',
|
||||
'record changed' =>'kayýt deðiþtirildi',
|
||||
'record deleted' =>'kayýt silindi',
|
||||
'Please enter' =>'Lütfen giriniz :',
|
||||
'months' => Array(
|
||||
'01'=>'Ocak',
|
||||
'02'=>'Þubat',
|
||||
'03'=>'Mart',
|
||||
'04'=>'Nisan',
|
||||
'05'=>'Mayýs',
|
||||
'06'=>'Haziran',
|
||||
'07'=>'Temmuz',
|
||||
'08'=>'Auðustos',
|
||||
'09'=>'Eylül',
|
||||
'10'=>'Ekim',
|
||||
'11'=>'Kasým',
|
||||
'12'=>'Aralýk'),
|
||||
// phpMyEdit-report
|
||||
'Make report' => 'Rapor hazýrla',
|
||||
'Select fields' => 'Alanlarý seçiniz',
|
||||
'Records per screen' => 'Sayfa baþýna kayýt',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user