mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8738 201d5d3c-b55e-5fd7-737f-ddc643e51545
41 lines
2.3 KiB
PHP
41 lines
2.3 KiB
PHP
<?php
|
||
/**
|
||
* @file en.lang.php
|
||
* @author NHN (developers@xpressengine.com)
|
||
* @brief Autoinstall(autoinstall) language pack (English)
|
||
**/
|
||
$lang->autoinstall = 'KolayKurulum';
|
||
$lang->package_update = 'Son Güncellemeler';
|
||
$lang->package_downloaded_count = 'İndirme Sayısı';
|
||
$lang->order_newest = "En Yeniler";
|
||
$lang->order_popular = "Popüler";
|
||
$lang->order_download = "İndirme";
|
||
$lang->success_installed = "Başarıyla Kuruldu";
|
||
$lang->description_ftp_note = 'If the %s is not set, the installation will not work. Pleas configure the FTP information';
|
||
$lang->ftp_setup = 'FTP configuration';
|
||
$lang->description_update = 'If you have upgraded or installed programs without EasyInstall module, please press %s to renew new information.';
|
||
$lang->status_update = 'update button';
|
||
$lang->install = "Kurulum";
|
||
$lang->update = "Güncelle";
|
||
$lang->current_version = "Sürüm";
|
||
$lang->require_update = "Güncelleme gerekmektedir.";
|
||
$lang->require_installation = "Kurulum gerekmektedir.";
|
||
$lang->description_install = "KolayKurulum, bu program için gerekli olan tüm diğer programları kurup/güncelleştirecektir.";
|
||
$lang->description_download = "Eğer FTP kullanılamaz durumduysa, indirmeyi kendiniz yapmanız ve dosyaları hedef dizine çıkartmanız gerekmektedir. (eğer hedef yol ./modules/board ise, çıkarma işlemini ./modules yoluna yapınız)";
|
||
$lang->path = "Yol";
|
||
$lang->cmd_download = "İndirme";
|
||
$lang->description_uninstall = "Paket kaldırılacaktır. Modüller için, tüm veriler silinecektir.";
|
||
$lang->distribute_version = 'Distribute version';
|
||
$lang->run = 'Run';
|
||
$lang->rate = 'points';
|
||
$lang->thumbnail = 'Thumbnail';
|
||
$lang->name = 'Name';
|
||
$lang->about_depending_programs = 'To use this package must be installed the fllowing program.';
|
||
$lang->ftp_password = 'FTP password';
|
||
$lang->msg_dependency_package = 'Can not remove this package because there exists another package dependent on this.';
|
||
$lang->dependant_list = "Mevcut pakete bağlı paket listesi";
|
||
$lang->msg_avail_update = 'There is available update for this item.';
|
||
$lang->msg_do_you_like_update = 'Would you like to update?';
|
||
$lang->msg_connection_fail = 'Connection failed.';
|
||
$lang->msg_not_match_server = 'Server settings are incorrect.';
|
||
?>
|