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
49 changes: 49 additions & 0 deletions modules/file_editor/lang/tr.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?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(
"Command" => "Komut",
"Execute" => "Çalıştır",
"Result" => "Sonuç",
"File Editor" => "Asterisk Dosya Düzenleyici",
"File List" => "Dosya Adı",
"File Size" => "Dosya Boyutu",
"Back" => "Geri",
"This file doesn't have permisses to read" => "Bu dosyanın okuma izni yok",
"This file doesn't have permisses to write" => "Bu dosyanın yazma izni yok",
"The changes was saved in the file" => "Değişiklikler dosyaya kaydedildi",
"Doesn't have permisses to read" => "Okuma izni yok",
"This is not a valid directory" => "Bu geçerli bir dizin değil",
"Please write the file name" => "Lütfen dosya adını yazın",
"New File" => "Yeni Dosya",
"File already exist" => "Dosya zaten var",
"File" => "Dosya",
"Filter" => "Filtre",
"Reload Asterisk" => "Asterisk'i Yeniden Yükle",
"Asterisk has been reloaded" => "Asterisk yeniden yüklendi",
"Error when connecting to Asterisk Manager" => "Asterisk Manager'a bağlanırken hata"
);
?>