-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathtr.lang
More file actions
46 lines (46 loc) · 2.41 KB
/
tr.lang
File metadata and controls
46 lines (46 loc) · 2.41 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
<?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(
"Loading" => "Yükleniyor",
"System Resources" => "Sistem Kaynakları",
"Processes Status" => "Süreç Durumu",
"Hard Drives" => "Sabit Diskler",
"Calls" => "Aramalar",
"Dashboard" => "Gösterge Paneli",
"You haven't extension" => "Uzantı atanmamış.",
"Performance Graphic" => "Performans Grafiği",
"News" => "Haberler",
"Communication Activity" => "İletişim Aktivitesi",
"Calendar" => "Takvim",
"Faxes" => "Fakslar",
"Telephony Hardware" => "Telefoni Donanımı",
"Unimplemented method" => "Uygulanmamış yöntem",
"Invalid request" => "Geçersiz istek",
"Emails" => "E-postalar",
"Voicemails" => "Sesli Postalar"
);
?>