Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tr.lang #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
86 changes: 86 additions & 0 deletions modules/conference/lang/tr.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?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(
"Conference" => "Konferans",
"State" => "Durum",
"Past Conferences" => "Geçmiş Konferanslar",
"Current Conferences" => "Mevcut Konferanslar",
"Future Conferences" => "Gelecek Konferanslar",
"Conference #" => "Konferans #",
"Conference Name" => "Konferans Adı",
"Starts" => "Başlangıç",
"Ends" => "Bitiş",
"Participants" => "Katılımcılar",
"All" => "Tümü",
"New Conference" => "Yeni Konferans",
"Conference Owner" => "Konferans Sahibi",
"Conference Number" => "Konferans Numarası",
"Moderator PIN" => "Moderatör PIN",
"Moderator Options" => "Moderatör Seçenekleri",
"Announce" => "Duyuru",
"Record" => "Kaydet",
"User PIN" => "Kullanıcı PIN",
"Listen Only" => "Sadece Dinle",
"Wait for Leader" => "Lideri Bekle",
"User Options" => "Kullanıcı Seçenekleri",
"Start Time" => "Başlangıç Zamanı",
"Duration (HH:MM)" => "Süre (SS:DD)",
"Recurs" => "Tekrarlar",
"Max Participants" => "Maksimum Katılımcı",
"Reoccurs" => "Tekrar Eder",
"for" => "için",
"days" => "gün",
"Daily" => "Günlük",
"Weekly" => "Haftalık",
"Bi-weekly" => "İki Haftada Bir",
"Moderator and user PINs must not be equal" => "Moderatör ve kullanıcı PIN’leri aynı olmamalıdır",
"Are you sure you wish to delete conference (es)?" => "Konferans(ları) silmek istediğinizden emin misiniz?",
"Id" => "Kimlik",
"CallerId" => "Arayan Kimliği",
"Mode" => "Mod",
"Mute" => "Sessize Al",
"Kick" => "At",
"Are you sure you wish to Mute caller (s)?" => "Arayan(ları) sessize almak istediğinizden emin misiniz?",
"Are you sure you wish to Kick caller (s)?" => "Arayan(ları) atmak istediğinizden emin misiniz?",
"Muted" => "Sessize Alındı",
"UnMuted" => "Sesi Açıldı",
"Error when connecting to Asterisk Manager" => "Asterisk Yöneticisine bağlanırken hata oluştu",
"The conference installation is almost done. To complete it please" => "Konferans kurulumu neredeyse tamamlandı. Tamamlamak için lütfen",
"Kick All" => "Herkesi At",
"Invite Caller" => "Arayanı Davet Et",
"The device wasn't write" => "Cihaz yazılamadı",
"The device must be numeric" => "Cihaz sayısal olmalıdır",
"The device couldn't be added to the conference" => "Cihaz konferansa eklenemedi",
"Filter" => "Filtrele",
"Show" => "Göster",
"click here" => "buraya tıklayın",
"Duration" => "Süre",
"Status" => "Durum",
"Update" => "Güncelle",
"No Extensions" => "Uzantı Yok",
"Unselected" => "Seçilmemiş",
);