mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-22059 Installer strings exported from AMOS
This commit is contained in:
parent
c94fc98c87
commit
c0fb582d26
385 changed files with 11804 additions and 3091 deletions
37
install/lang/tr/admin.php
Normal file
37
install/lang/tr/admin.php
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle installer
|
||||
*
|
||||
* Do not edit this file manually! It contains just a subset of strings
|
||||
* needed during the very first steps of installation. This file was
|
||||
* generated automatically by export-installer.php (which is part of AMOS
|
||||
* {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the
|
||||
* list of strings defined in /install/stringnames.txt.
|
||||
*
|
||||
* @package installer
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['cliincorrectvalueerror'] = 'Hata, "{$a->option}" için geçeriz değer ("{$a->value}")';
|
||||
$string['cliincorrectvalueretry'] = 'Geçersiz değer, lütfen tekrar deneyin';
|
||||
$string['clitypevalue'] = 'değeri yazın';
|
||||
$string['clitypevaluedefault'] = 'değeri yazın, varsayılan değeri ({$a}) kullanmak için Enter tuşuna basın';
|
||||
$string['cliunknowoption'] = 'Tanınmayan seçenekler:
|
||||
{$a}
|
||||
. Lütfen --help seçeneğini kullanın.';
|
84
install/lang/tr/install.php
Normal file
84
install/lang/tr/install.php
Normal file
|
@ -0,0 +1,84 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle installer
|
||||
*
|
||||
* Do not edit this file manually! It contains just a subset of strings
|
||||
* needed during the very first steps of installation. This file was
|
||||
* generated automatically by export-installer.php (which is part of AMOS
|
||||
* {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the
|
||||
* list of strings defined in /install/stringnames.txt.
|
||||
*
|
||||
* @package installer
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['admindirname'] = 'Yönetici Dizini';
|
||||
$string['availablelangs'] = 'Kullanılabilir diller';
|
||||
$string['dataroot'] = 'Veri Dizini';
|
||||
$string['dirroot'] = 'Moodle Dizini';
|
||||
$string['errorsinenvironment'] = 'Ortamda hatalar var!';
|
||||
$string['chooselanguagehead'] = 'Bir dil seçin';
|
||||
$string['chooselanguagesub'] = 'Lütfen, SADECE kurulum için bir dil seçin. Site ve kullanıcı dillerini sonraki ekranda seçebilirsiniz.';
|
||||
$string['installation'] = 'Kurulum';
|
||||
$string['langdownloaderror'] = 'Maalesef "{$a}" dil paketi kurulamadı. Kuruluma İngilizce olarak devam edilecek.';
|
||||
$string['memorylimithelp'] = '<p>Sunucunuz için PHP bellek limiti şu anda {$a} olarak ayarlanmış durumda.</p>
|
||||
|
||||
<p>Özellikle bir çok modülü etkinleştirilmiş ve/veya çok fazla kullanıcınız
|
||||
varsa bu durum daha sonra bazı bellek sorunlarına sebep olabilir.</p>
|
||||
|
||||
<p>Mümkünse size PHP\'e daha yüksek limitli bir bellek ayarı yapmanızı,
|
||||
örneğin, 40M, öneriyoruz. İşte bunu yapabilmeniz için size bir kaç yol:</p>
|
||||
|
||||
<ol>
|
||||
<li>Bunu yapmaya yetkiliyseniz, PHP\'yi <i>--enable-memory-limit</i> ile yeniden derleyin.
|
||||
Bu, Moodle\'nın kendi kendine bellek limitini ayarlasına izin verecek.</li>
|
||||
|
||||
<li>php.ini dosyasına erişim hakkınız varsa, <b>memory_limit</b> ayarını 40M gibi
|
||||
bir ayarla değiştirin. Erişim hakkınız yoksa, bunu sistem yöneticinizden sizin
|
||||
için yapmasını isteyin.</li>
|
||||
|
||||
<li>Bazı PHP sunucularında Moodle klasörü içinde şu ayarı içeren bir
|
||||
.htaccess dosyası oluşturabilirsiniz:
|
||||
<p><blockquote>php_value memory_limit 40M</blockquote></p>
|
||||
<p>Ancak, bazı sunucularda bu durum çalışan <b>bütün</b> PHP sayfalarını engelleyecektir.
|
||||
(sayfanız altına baktığınızda bazı hatalar göreceksiniz)
|
||||
Böyle bir durumda .htaccess dosyasını silmeniz gerekiyor.</p></li>
|
||||
</ol>';
|
||||
$string['paths'] = 'Yollar';
|
||||
$string['pathserrcreatedataroot'] = 'Veri Klasörü ({$a->dataroot}) kurulum tarafından oluşturulamıyor.';
|
||||
$string['pathshead'] = 'Yolları doğrulayın';
|
||||
$string['pathsrodataroot'] = 'Veri yolu yazılabilir değil.';
|
||||
$string['pathsroparentdataroot'] = 'Ana klasör ({$a->parent}) yazılabilir değil. Veri Klasörü ({$a->dataroot}) kurulum tarafından oluşturulamıyor.';
|
||||
$string['pathssubdirroot'] = 'Moodle kurulumu için tam klasör yolu. Sadece sembolik linkleri kullanmaya gereksinim duyuyorsanız değiştirin.';
|
||||
$string['pathsunsecuredataroot'] = 'Veri yolu güvenli değil';
|
||||
$string['pathswrongadmindir'] = 'Yönetici klasörü yok';
|
||||
$string['pathswrongdirroot'] = 'Hatalı dirroot yolu';
|
||||
$string['phpextension'] = '{$a} PHP eklentisi';
|
||||
$string['phpversion'] = 'PHP sürümü';
|
||||
$string['phpversionhelp'] = '<p>Moodle, PHP sürümünün en az 4.3.0 veya 5.1.0 olmasını gerektirir (5.0.x sürümünde çok fazla hata var).</p>
|
||||
<p>Şu anda çalışan sürüm: {$a}</p>
|
||||
<p>PHP\'yi güncellemeli veya PHP\'nin yeni sürümünü kullananan bir hostinge taşınmalısınız!</p>';
|
||||
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
|
||||
$string['welcomep20'] = 'Bilgisayarınıza <strong>{$a->packname} {$a->packversion}</strong> paketini başarıyla kurdunuz. Tebrikler!';
|
||||
$string['welcomep30'] = '<strong>{$a->installername}</strong>\'nin bu sürümü <strong>Moodle</strong>\'da bir ortam oluşturmak için uygulamaları içerir:';
|
||||
$string['welcomep40'] = 'Bu paket <strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong> sürümünü de içerir.';
|
||||
$string['welcomep50'] = 'Bu paketteki tüm uygulamaların kullanımı her biri kendine ait olan lisanslar tarafından yönetilir. <strong>{$a->installername}</strong> paketinin tamamı <a href="http://www.opensource.org/docs/definition_plain.html">açık kaynak</a> kodludur ve <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> lisansı altında dağıtılır.';
|
||||
$string['welcomep60'] = 'Aşağıdaki sayfalar <strong>Moodle</strong>ın kurulumu ve yapılandırılması için size basitçe yol gösterecektir. Varsayılan ayarları kabul edebilir veya ihtiyaçlarınıza göre bunları değiştirebilirsiniz.';
|
||||
$string['welcomep70'] = '<strong>Moodle</strong> kurulumu için aşağıdaki "İleri" tuşuna basın.';
|
||||
$string['wwwroot'] = 'Web adresi';
|
|
@ -1,60 +0,0 @@
|
|||
<?php
|
||||
/// Please, do not edit this file manually! It's auto generated from
|
||||
/// contents stored in your standard lang pack files:
|
||||
/// (langconfig.php, install.php, moodle.php, admin.php and error.php)
|
||||
///
|
||||
/// If you find some missing string in Moodle installation, please,
|
||||
/// keep us informed using http://moodle.org/bugs Thanks!
|
||||
///
|
||||
/// File generated by cvs://contrib/lang2installer/installer_builder
|
||||
/// using strings defined in stringnames.txt (same dir)
|
||||
|
||||
$string['availablelangs'] = 'Kullanılabilir diller';
|
||||
$string['cannotcreatelangdir'] = 'Dil dizini oluşturulamıyor.';
|
||||
$string['cannotdownloadcomponents'] = 'Bileşenler indirilemedi.';
|
||||
$string['cannotdownloadzipfile'] = 'ZIP dosyası indirilemedi.';
|
||||
$string['cannotfindcomponent'] = 'Bileşen bulunamadı.';
|
||||
$string['cannotsavemd5file'] = 'Md5 dosyadı kaydedilemedi.';
|
||||
$string['cannotsavezipfile'] = 'ZIP dosyası kaydedilemedi.';
|
||||
$string['cannotunzipfile'] = 'Dosya arşivi açılamadı.';
|
||||
$string['chooselanguagehead'] = 'Bir dil seçin';
|
||||
$string['chooselanguagesub'] = 'Lütfen, SADECE kurulum için bir dil seçin. Site ve kullanıcı dillerini sonraki ekranda seçebilirsiniz.';
|
||||
$string['cliincorrectvalueerror'] = 'Hata, \"$a->option\" için geçeriz değer (\"$a->value\")';
|
||||
$string['cliincorrectvalueretry'] = 'Geçersiz değer, lütfen tekrar deneyin';
|
||||
$string['cliinstallheader'] = 'Moodle $a komut satırı kurulum programı';
|
||||
$string['clitypevalue'] = 'değeri yazın';
|
||||
$string['clitypevaluedefault'] = 'değeri yazın, varsayılan değeri ($a) kullanmak için Enter tuşuna basın';
|
||||
$string['cliunknowoption'] = 'Tanınmayan seçenekler:
|
||||
$a
|
||||
. Lütfen --help seçeneğini kullanın.';
|
||||
$string['dataroot'] = 'Veri Dizini';
|
||||
$string['dirroot'] = 'Moodle Dizini';
|
||||
$string['environment'] = 'Ortam';
|
||||
$string['environmentrequireinstall'] = 'yüklenmesi/etkinleştirilmesi gerekli';
|
||||
$string['environmentrequireversion'] = 'sürüm $a->needed gerekli ve şu anda $a->current çalışıyor';
|
||||
$string['errorsinenvironment'] = 'Ortamda hatalar var!';
|
||||
$string['installation'] = 'Kurulum';
|
||||
$string['language'] = 'Dil';
|
||||
$string['paths'] = 'Yollar';
|
||||
$string['pathserrcreatedataroot'] = 'Veri Klasörü ($a->dataroot) kurulum tarafından oluşturulamıyor.';
|
||||
$string['pathshead'] = 'Yolları doğrulayın';
|
||||
$string['pathsrodataroot'] = 'Veri yolu yazılabilir değil.';
|
||||
$string['pathsroparentdataroot'] = 'Ana klasör ($a->parent) yazılabilir değil. Veri Klasörü ($a->dataroot) kurulum tarafından oluşturulamıyor.';
|
||||
$string['pathssubdirroot'] = 'Moodle kurulumu için tam klasör yolu. Sadece sembolik linkleri kullanmaya gereksinim duyuyorsanız değiştirin.';
|
||||
$string['pathsunsecuredataroot'] = 'Veri yolu güvenli değil';
|
||||
$string['pathswrongadmindir'] = 'Yönetici klasörü yok';
|
||||
$string['pathswrongdirroot'] = 'Hatalı dirroot yolu';
|
||||
$string['phpextension'] = '$a PHP eklentisi';
|
||||
$string['phpversion'] = 'PHP sürümü';
|
||||
$string['reload'] = 'Tekrar yükle';
|
||||
$string['thischarset'] = 'UTF-8';
|
||||
$string['thislanguage'] = 'Türkçe';
|
||||
$string['welcomep10'] = '$a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'Bilgisayarınıza <strong>$a->packname $a->packversion</strong> paketini başarıyla kurdunuz. Tebrikler!';
|
||||
$string['welcomep30'] = '<strong>$a->installername</strong>\'nin bu sürümü <strong>Moodle</strong>\'da bir ortam oluşturmak için uygulamaları içerir:';
|
||||
$string['welcomep40'] = 'Bu paket <strong>Moodle $a->moodlerelease ($a->moodleversion)</strong> sürümünü de içerir.';
|
||||
$string['welcomep50'] = 'Bu paketteki tüm uygulamaların kullanımı her biri kendine ait olan lisanslar tarafından yönetilir. <strong>$a->installername</strong> paketinin tamamı <a href=\"http://www.opensource.org/docs/definition_plain.html\">açık kaynak</a> kodludur ve <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a> lisansı altında dağıtılır.';
|
||||
$string['welcomep60'] = 'Aşağıdaki sayfalar <strong>Moodle</strong>ın kurulumu ve yapılandırılması için size basitçe yol gösterecektir. Varsayılan ayarları kabul edebilir veya ihtiyaçlarınıza göre bunları değiştirebilirsiniz.';
|
||||
$string['welcomep70'] = '<strong>Moodle</strong> kurulumu için aşağıdaki \"İleri\" tuşuna basın.';
|
||||
$string['wwwroot'] = 'Web adresi';
|
||||
?>
|
32
install/lang/tr/langconfig.php
Normal file
32
install/lang/tr/langconfig.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle installer
|
||||
*
|
||||
* Do not edit this file manually! It contains just a subset of strings
|
||||
* needed during the very first steps of installation. This file was
|
||||
* generated automatically by export-installer.php (which is part of AMOS
|
||||
* {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the
|
||||
* list of strings defined in /install/stringnames.txt.
|
||||
*
|
||||
* @package installer
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'Türkçe';
|
33
install/lang/tr/moodle.php
Normal file
33
install/lang/tr/moodle.php
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle installer
|
||||
*
|
||||
* Do not edit this file manually! It contains just a subset of strings
|
||||
* needed during the very first steps of installation. This file was
|
||||
* generated automatically by export-installer.php (which is part of AMOS
|
||||
* {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the
|
||||
* list of strings defined in /install/stringnames.txt.
|
||||
*
|
||||
* @package installer
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['language'] = 'Dil';
|
||||
$string['next'] = 'Sonraki';
|
||||
$string['previous'] = 'Önceki';
|
Loading…
Add table
Add a link
Reference in a new issue