-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtr.lang
More file actions
54 lines (54 loc) · 2.82 KB
/
Copy pathtr.lang
File metadata and controls
54 lines (54 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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: mahirgul@gmail.com |
+----------------------------------------------------------------------+
$Id: tr.lang,v 1.0 18/02/2025 16:30:00 bmacias Exp $ */
global $arrLangModule;
$arrLangModule=array(
"Incoming Calls" => "Gelen Aramalar",
"Outcoming Calls" => "Giden Aramalar",
"Calls" => "Aramalar",
"Start date" => "Başlangıç tarihi",
"End date" => "Bitiş tarihi",
"Number" => "Numara",
"Extensions" => "Uzantılar",
"Required Field" => "Gerekli Alan",
"Total Time" => "Toplam Süre",
"In calls:" => "Gelen aramalar:",
"Out calls:" => "Giden aramalar:",
"There are no data to present" => "Sunulacak veri yok",
"Number of Calls" => "Arama Sayısı",
"Number Calls vs Queues" => "Arama Sayısı ve Kuyruklar",
"Number of calls extension" => "Uzantı arama sayısı",
"Here" => "Burada",
"Graphic Report" => "Grafik Rapor",
"All" => "Tümü",
"Show"=>"Göster",
"No records found"=>"Kayıt bulunamadı",
"No exist calls for this number" => "Bu numara için arama yok",
"The extension" => "Uzantı",
"does not have calls yet" => "henüz arama yapmadı",
"The extension must be numeric and can not start with zero" => "Uzantı sayısal olmalı ve sıfır ile başlayamaz",
"Extention(number)" => "Uzantı(numara)"
);
?>