1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00
Files
php-monstra/plugins/box/system/languages/tr.lang.php
Ali Galip Çamlı b7ce4670ec Update tr.lang.php in box/system plugin
"Aç" instead of "Açık". It should be a verb as in "Open Maintenance Mode" for saying "Maintenance Mode On".
2014-05-24 11:25:45 +03:00

84 lines
4.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'system' => array(
'System' => 'Sistem',
'Published a new version of the :monstra' => ':monstra için yeni bir sürüm yayınlandı.',
'Sitemap created' => 'Site haritası oluşturuldu.',
'Create Sitemap' => 'Site Haritası Oluştur',
'on' => 'açık',
'off'=> 'kapalı',
'Site Url' => 'Site Url\'si',
'Maintenance Mode' => 'Bakım Modu',
'Maintenance Mode On' => 'Bakım Modunu Aç',
'Maintenance Mode Off' => 'Bakım Modunu Kapat',
'Site Settings' => 'Site Ayarları',
'System Settings' => 'Sistem Ayarları',
'Site Name' => 'Site Adı',
'Site Description' => 'Site Açıklaması',
'Site Keywords' => 'Site Anahtar Sözcükleri',
'Site Slogan' => 'Site Sloganı',
'Default Page' => 'Açılış Sayfası',
'Time zone' => 'Zaman Dilimi',
'Language' => 'Dil',
'Email' => 'E-posta',
'Save' => 'Kaydet',
'Site' => 'Site',
'System version' => 'Sistem sürümü',
'System version ID' => 'Sistem sürüm ID',
'GZIP' => 'GZIP',
'Debugging' => 'Hata Ayıklama',
'Plugin API' => 'Eklenti API\'si',
'Plugins active' => 'Etkin eklentiler',
'Actions registered' => 'Kayıtlı eylemler',
'Filters registered' => 'Kayıtlı filtreler',
'Delete Temporary Files' => 'Geçici Dosyaları Sil',
'Download the latest version' => 'En güncel sürümü indir',
'Powered by' => 'Geliştiren:',
'Administration' => 'Yönetim',
'Settings' => 'Ayarlar',
'Temporary files deleted' => 'Geçici dosyalar silindi',
'Extends' => 'Uzantılar',
'View Site' => 'Siteyi Gör',
'Welcome, :username' => 'Hoş geldin, :username',
'Reset Password' => 'Parola Sıfırla',
'< Back to Website' => '< Siteye Dön',
'Forgot your password? >' => 'Parolanızı unuttunuz mu? >',
'Administration >' => 'Yönetim >',
'Send New Password' => 'Yeni Parola Gönder',
'This user does not exist' => 'Bu kullanıcı bulunamadı',
'Version' => 'Sürüm',
'Plugin does not exist' => 'Eklenti bulunamadı',
'Help' => 'Yardım',
'Install script writable' => 'Kurulum betiği, yazma izinlerine sahip',
'Install script not writable' => 'Kurulum betiği, yazma izinlerine sahip değil',
'Directory: <b> :dir </b> writable' => '<b> :dir </b> dizini, yazma izinlerine sahip',
'Directory: <b> :dir </b> not writable' => '<b> :dir </b> dizini, yazma izinlerine sahip değil',
'PHP Version' => 'PHP Sürümü',
'Module DOM is installed' => 'DOM modülü kurulu',
'Module DOM is required' => 'DOM modülü gerekiyor',
'Module Mod Rewrite is installed' => 'Mod Rewrite modülü kurulu',
'Module SimpleXML is installed' => 'SimpleXML modülü kurulu',
'PHP 5.2 or greater is required' => 'PHP 5.2 ya da sonrası gerekiyor',
'Apache Mod Rewrite is required' => 'Apache Mod Rewrite gerekiyor',
'SimpleXML module is required' => 'SimpleXML modülü gerekiyor',
'Field "Site name" is empty' => '"Site Adı" alanı boş',
'Field "Email" is empty' => '"E-posta" alanı boş',
'Field "Username" is empty' => '"Kullanıcı Adı" alanı boş',
'Field "Password" is empty' => '"Parola" alanı boş',
'Field "Site url" is empty' => '"Site Url\'si" alanı boş',
'Email not valid' => 'E-posta adresi geçersiz',
'Continue' => 'Devam et',
'Install' => 'Yükle',
'...Monstra says...' => '...Monstra diyor ki...',
'Sitemap file writable' => 'Site haritası dosyası, yazma izinlerine sahip',
'Sitemap file not writable' => 'Site haritası dosyası, yazma izinlerine sahip değil',
'Main .htaccess file writable' => 'Ana dizindeki .htaccess dosyası, yazma izinlerine sahip',
'Main .htaccess file not writable' => 'Ana dizindeki .htaccess dosyası, yazma izinlerine sahip değil',
'Official Support Forum' => 'Resmi Destek Forumu',
'Documentation' => 'Belgeler',
'Your changes have been saved.' => 'Değişiklikleriniz kaydedildi.',
)
);