Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions modules/dest_distribution/lang/tr.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php
/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
Codificación: UTF-8
+----------------------------------------------------------------------+
| Issabel version 1.0 |
| http://www.issabel.org |
+----------------------------------------------------------------------+
| Copyright (c) 2006 Palosanto Solutions S. A. |
+----------------------------------------------------------------------+
| The contents of this file are subject to the General Public License |
| (GPL) Version 2 (the "License"); you may not use this file except in |
| compliance with the License. You may obtain a copy of the License at |
| http://www.opensource.org/licenses/gpl-license.php |
| |
| Software distributed under the License is distributed on an "AS IS" |
| basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See |
| the License for the specific language governing rights and |
| limitations under the License. |
+----------------------------------------------------------------------+
| The Initial Developer of the Original Code is PaloSanto Solutions |
| |
| Translate by: Mahir Gül |
| Email: [email protected] |
+----------------------------------------------------------------------+
$Id: tr.lang,v 1.0 18/02/2025 16:30:00 bmacias Exp $ */
global $arrLangModule;
$arrLangModule=array(
"Filter"=>"Filtre",
"Start Date"=>"Başlangıç Tarihi",
"End Date"=>"Bitiş Tarihi",
"Destination Distribution"=>"Hedef Dağılımı",
"Criteria"=>"Kriter",
"Distribution by Time"=>"Zamana Göre Dağılım",
"Distribution by Number of Calls"=>"Arama Sayısına Göre Dağılım",
"Distribution by Cost"=>"Maliyete Göre Dağılım",
"Date Range spans maximum number of days"=>"Tarih Aralığı maksimum gün sayısını aşıyor",
"ERROR"=>"HATA",
"Minutes"=>"Dakika",
"Number of Calls"=>"Arama Sayısı",
"others"=>"diğerleri",
"Rate Name"=>"Ücret Adı",
"default"=>"varsayılan",
"Duration in seconds"=>"Saniye cinsinden süre",
"Cost"=>"Maliyet",
"No records found" => "Kayıt bulunamadı"
);
?>