diff --git a/plugins/blog/languages/tr.lang.php b/plugins/blog/languages/tr.lang.php new file mode 100644 index 0000000..6106485 --- /dev/null +++ b/plugins/blog/languages/tr.lang.php @@ -0,0 +1,12 @@ + array( + 'Blog' => 'Günce', + 'Blog plugin for Monstra' => 'Monstra için günce eklentisi', + 'begin' => 'Baş', + 'end' => 'Son', + 'prev' => 'Önceki', + 'next' => 'Sonraki', + ) + ); diff --git a/plugins/box/backup/languages/en.lang.php b/plugins/box/backup/languages/en.lang.php index 4fcec75..840c388 100644 --- a/plugins/box/backup/languages/en.lang.php +++ b/plugins/box/backup/languages/en.lang.php @@ -3,8 +3,10 @@ return array( 'backup' => array( 'Backups' => 'Backups', + 'Backup' => 'Backup', 'Backup Date' => 'Backup Date', 'Create Backup' => 'Create Backup', + 'Restore' => 'Restore', 'Delete' => 'Delete', 'storage' => 'storage', 'public' => 'public', @@ -13,5 +15,12 @@ 'Actions' => 'Actions', 'Delete backup: :backup' => 'Delete backup: :backup', 'Creating...' => 'Creating...', + 'Backup was created' => 'Backup was created', + 'Backup was not created' => 'Backup was not created', + 'Backup was deleted' => 'Backup was deleted', + 'Backup was not deleted' => 'Backup was not deleted', + 'Backup was restored' => 'Backup was restored', + 'Unzip error' => 'Unzip error', + 'Backup was not restored' => 'Backup was not restored', ) ); diff --git a/plugins/box/backup/languages/tr.lang.php b/plugins/box/backup/languages/tr.lang.php index 1141176..d213d20 100644 --- a/plugins/box/backup/languages/tr.lang.php +++ b/plugins/box/backup/languages/tr.lang.php @@ -3,15 +3,24 @@ return array( 'backup' => array( 'Backups' => 'Yedekler', - 'Backup Date' => 'Yedek tarihi', - 'Create Backup' => 'Yedek Oluştur', + 'Backup' => 'Yedek', + 'Backup Date' => 'Yedekleme Tarihi', + 'Create Backup' => 'Yedek Al', 'Delete' => 'Sil', - 'storage' => 'Depolama', - 'public' => 'Genel', - 'plugins' => 'Eklentiler', + 'Restore' => 'Geri Yükle', + 'storage' => 'depo', + 'public' => 'genel', + 'plugins' => 'eklentiler', 'Size' => 'Boyut', 'Actions' => 'Eylemler', - 'Delete backup: :backup' => 'Yedek silindi: :backup', + 'Delete backup: :backup' => ':backup adlı yedek silinsin mi', 'Creating...' => 'Oluşturuluyor...', + 'Backup was created' => 'Yedek oluşturuldu', + 'Backup was not created' => 'Yedek oluşturulmadı', + 'Backup was deleted' => 'Yedek silindi', + 'Backup was not deleted' => 'Yedek silinmedi', + 'Backup was restored' => 'Yedek geri yüklendi', + 'Unzip error' => 'Sıkıştırılmış yedeği açma (unzip) hatası', + 'Backup was not restored' => 'Yedek geri yüklenmedi', ) - ); \ No newline at end of file + ); diff --git a/plugins/box/blocks/languages/tr.lang.php b/plugins/box/blocks/languages/tr.lang.php index d48aad6..b762ff8 100644 --- a/plugins/box/blocks/languages/tr.lang.php +++ b/plugins/box/blocks/languages/tr.lang.php @@ -3,27 +3,28 @@ return array( 'blocks' => array( 'Blocks' => 'Bloklar', - 'Blocks manager' => 'Blok Yöneticisi', + 'Blocks manager' => 'Blok yöneticisi', 'Delete' => 'Sil', 'Edit' => 'Düzenle', - 'Name' => 'İsim', - 'Create New Block' => 'Blok Oluştur', + 'Name' => 'Ad', + 'Create New Block' => 'Yeni Blok Oluştur', 'New Block' => 'Yeni Blok', - 'Edit Block' => 'Blok Düzenle', + 'Edit Block' => 'Bloğu Düzenle', 'Save' => 'Kaydet', 'Save and Exit' => 'Kaydet ve Çık', 'Actions' => 'İşlemler', - 'Required field' => 'Zorunlu Alan', + 'Required field' => 'Zorunlu alan', 'This block already exists' => 'Bu blok zaten var.', 'This block does not exist' => 'Blok bulunamadı.', - 'Delete block: :block' => 'Blok sil: :block', - 'Block content' => 'Blok İçeriği', - 'Block :name deleted' => 'Blok :name silindi.', + 'Delete block: :block' => ':block adlı blok silinsin mi', + 'Block content' => 'Blok içeriği', + 'Block :name deleted' => ':name adlı blok silindi.', 'Your changes to the block :name have been saved.' => 'Değişiklikler :name bloğuna kaydedildi.', - 'Delete block: :block' => 'Blok Sil: :block', - 'View Embed Code' => 'Embed Kodu', - 'Embed Code' => 'Embed Kodu', + 'Delete block: :block' => ':block adlı blok silinsin mi', + 'View Embed Code' => 'Gömülür Kodu Görüntüle', + 'Embed Code' => 'Gömülür Kodu', 'Shortcode' => 'Kısa Kod', 'PHP Code' => 'PHP Kodu', + 'Cancel' => 'Vazgeç', ) ); diff --git a/plugins/box/dashboard/languages/tr.lang.php b/plugins/box/dashboard/languages/tr.lang.php new file mode 100644 index 0000000..d161ba3 --- /dev/null +++ b/plugins/box/dashboard/languages/tr.lang.php @@ -0,0 +1,11 @@ + array( + 'Dashboard' => 'Pano', + 'Dashboard plugin for Monstra' => 'Monstra için pano eklentisi', + 'Welcome back' => 'Merhaba', + 'Create New' => 'Yeni Oluştur', + 'Upload File' => 'Dosya Yükle', + ) + ); diff --git a/plugins/box/editor/languages/tr.lang.php b/plugins/box/editor/languages/tr.lang.php new file mode 100644 index 0000000..ce84bf7 --- /dev/null +++ b/plugins/box/editor/languages/tr.lang.php @@ -0,0 +1,8 @@ + array( + 'Editor' => 'Düzenleyici', + 'Editor plugin' => 'Düzenleyici eklentisi', + ) + ); diff --git a/plugins/box/emails/languages/tr.lang.php b/plugins/box/emails/languages/tr.lang.php new file mode 100644 index 0000000..12e6e58 --- /dev/null +++ b/plugins/box/emails/languages/tr.lang.php @@ -0,0 +1,19 @@ + array( + 'Emails' => 'E-postalar', + 'Emails plugin for Monstra' => 'Monstra için e-posta eklentisi', + 'Edit Layout' => 'Mizanpajı Düzenle', + 'Email templates' => 'E-posta şablonları', + 'Edit' => 'Düzenle', + 'Edit Email Template' => 'E-posta Şablonunu Düzenle', + 'Name' => 'Ad', + 'Email template content' => 'E-posta şablonu içeriği', + 'Save and Exit' => 'Kaydet ve Çık', + 'Save' => 'Kaydet', + 'Cancel' => 'Vazgeç', + 'This email template does not exist' => 'Bu e-posta şablonu bulunamadı', + 'Your changes to the email template :name have been saved.' => 'Değişiklikleriniz :name adlı e-posta şablonuna kaydedildi.', + ) + ); diff --git a/plugins/box/emails/views/backend/edit.view.php b/plugins/box/emails/views/backend/edit.view.php index 8ba7afc..784db38 100644 --- a/plugins/box/emails/views/backend/edit.view.php +++ b/plugins/box/emails/views/backend/edit.view.php @@ -25,7 +25,7 @@ if ($content !== null) { Form::submit('edit_email_template_and_exit', __('Save and Exit', 'emails'), array('class' => 'btn btn-phone btn-primary')).Html::nbsp(2). Form::submit('edit_email_template', __('Save', 'emails'), array('class' => 'btn btn-phone btn-primary')). Html::nbsp(2). - Html::anchor(__('Cancel', 'blocks'), 'index.php?id=emails', array('title' => __('Cancel', 'emails'), 'class' => 'btn btn-phone btn-default')). + Html::anchor(__('Cancel', 'emails'), 'index.php?id=emails', array('title' => __('Cancel', 'emails'), 'class' => 'btn btn-phone btn-default')). Form::close() ); diff --git a/plugins/box/filesmanager/languages/en.lang.php b/plugins/box/filesmanager/languages/en.lang.php index 60c6bd0..562fea3 100644 --- a/plugins/box/filesmanager/languages/en.lang.php +++ b/plugins/box/filesmanager/languages/en.lang.php @@ -16,5 +16,23 @@ 'Size' => 'Size', 'Select file' => 'Select file', 'Change' => 'Change', + 'Rename' => 'Rename', + 'File was deleted' => 'File was deleted', + 'File was not deleted' => 'File was not deleted', + 'Directory was deleted' => 'Directory was deleted', + 'Directory was not deleted' => 'Directory was not deleted', + 'Can not be empty' => 'Can not be empty', + 'Directory exists' => 'Directory exists', + 'File exists' => 'File exists', + 'Renamed successfully' => 'Renamed successfully', + 'Failure' => 'Failure', + 'File was uploaded' => 'File was uploaded', + 'Directory was not created' => 'Directory was not created', + 'Directory was created' => 'Directory was created', + 'Upload server error' => 'Upload server error', + 'Directory:' => 'Directory:', + 'File:' => 'File:', + 'Drop File Here' => 'Drop File Here', + 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize', ) ); diff --git a/plugins/box/filesmanager/languages/tr.lang.php b/plugins/box/filesmanager/languages/tr.lang.php index afa312d..a139f90 100644 --- a/plugins/box/filesmanager/languages/tr.lang.php +++ b/plugins/box/filesmanager/languages/tr.lang.php @@ -3,15 +3,38 @@ return array( 'filesmanager' => array( 'Files' => 'Dosyalar', - 'Files manager' => 'Dosya Yöneticisi', - 'Name' => 'İsim', + 'Files manager' => 'Dosya yöneticisi', + 'Name' => 'Ad', 'Actions' => 'İşlemler', 'Delete' => 'Sil', 'Upload' => 'Yükle', + 'Create New Directory' => 'Yeni Dizin Oluştur', 'directory' => 'dizin', - 'Delete directory: :dir' => 'Dizin Silindi: :dir', - 'Delete file: :file' => 'Dosya silindi :file', - 'Extension' => 'Uzantılar', + 'Delete directory: :dir' => ':dir dizini silinsin mi', + 'Delete file: :file' => ':file dosyası silinsin mi', + 'Extension' => 'Uzantı', 'Size' => 'Boyut', + 'Directory Name' => 'Dizin Adı', + 'Select file' => 'Dosya seç', + 'Cancel' => 'Vazgeç', + 'Create' => 'Oluştur', + 'Rename' => 'Yeniden Adlandır', + 'File was deleted' => 'Dosya silindi', + 'File was not deleted' => 'Dosya silinmedi', + 'Directory was deleted' => 'Dizin silindi', + 'Directory was not deleted' => 'Dizin silinmedi', + 'Can not be empty' => 'Boş olamaz', + 'Directory exists' => 'Dizin zaten var', + 'File exists' => 'Dosya zaten var', + 'Renamed successfully' => 'Başarıyla yeniden adlandırıldı', + 'Failure' => 'Başarısız', + 'File was uploaded' => 'Dosya yüklendi', + 'Directory was not created' => 'Dizin oluşturulmadı', + 'Directory was created' => 'Dizin oluşturuldu', + 'Upload server error' => 'Yükleme sunucusunda hata', + 'Directory:' => 'Dizin:', + 'File:' => 'Dosya:', + 'Drop File Here' => 'Dosyayı Buraya Bırakınız', + 'Maximum upload file size: :upload_max_filesize' => 'Dosya büyüklüğü üst sınırı: :upload_max_filesize', ) ); diff --git a/plugins/box/information/languages/tr.lang.php b/plugins/box/information/languages/tr.lang.php index 829f410..ee8df96 100644 --- a/plugins/box/information/languages/tr.lang.php +++ b/plugins/box/information/languages/tr.lang.php @@ -4,37 +4,37 @@ 'information' => array( 'Information' => 'Bilgi', 'Debugging' => 'Hata Ayıklama', - 'Name' => 'İsim', - 'Value' => 'Alan', + 'Name' => 'Ad', + 'Value' => 'Değer', 'Security' => 'Güvenlik', 'System' => 'Sistem', - 'on' => 'Açık', - 'off'=> 'Kapalı', + 'on' => 'açık', + 'off'=> 'kapalı', 'Server' => 'Sunucu', - 'PHP version' => 'PHP versiyonu', + 'PHP version' => 'PHP sürümü', 'SimpleXML module' => 'SimpleXML modülü', 'DOM module' => 'DOM modülü', 'Installed' => 'Yüklü', 'Not Installed' => 'Yüklü Değil', - 'Security check results' => 'Güvenlik Raporu', + 'Security check results' => 'Güvenlik denetlemesi sonuçları', 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' => - 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.', - 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path' => - 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path', - 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => - 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path', - 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => - 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path', + 'Konfigürasyon dosyası yazma iznine sahip. Yayındayken defines.php üzerindeki bütün yazma izinlerini kaldırmanızı öneririz.', + 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path' => + 'Monstra dizini (":path") ve/ya da altındaki dosyalar yazma iznine sahipler. Bütün yazma izinlerini kaldırmanızı öneririz.
Unix sistemlerde, bunu, chmod -R a-w :path ile gerçekleştirebilirsiniz.', + 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => + 'Monstra .htaccess dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz.
Unix sistemlerde, bunu, chmod -R a-w :path ile gerçekleştirebilirsiniz.', + 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => + 'Monstra index.php dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz.
Unix sistemlerde, bunu, chmod -R a-w :path ile gerçekleştirebilirsiniz.', 'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' => - 'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.', - 'Monstra version' => 'Sistem Versiyonu', + 'Monstra::$environment = Monstra::DEVELOPMENT ayarı yapılmışken, yayın sırasında çıkabilecek bir hata ile, bilginin türü ve miktarına bağlı olarak saldırı açıkları yaratmış olabilirsiniz. Siteniz yayındayken Monstra::PRODUCTION ayarı yapmanızı kesinlikle öneririz.', + 'Monstra version' => 'Monstra sürümü', 'Directory Permissions' => 'Dizin İzinleri', 'Directory' => 'Dizin', 'Writable' => 'Yazılabilir', 'Unwritable' => 'Yazılamaz', 'Status' => 'Durum', - 'PHP Built On' => 'PHP Kurulumu', + 'PHP Built On' => 'PHP\'nin Derlendiği Ortam', 'Web Server' => 'Web Sunucusu', - 'WebServer to PHP Interface' => 'WebServer to PHP Interface', + 'WebServer to PHP Interface' => 'PHP Arayüzü', ) ); diff --git a/plugins/box/menu/languages/tr.lang.php b/plugins/box/menu/languages/tr.lang.php index 9314c09..fd82163 100644 --- a/plugins/box/menu/languages/tr.lang.php +++ b/plugins/box/menu/languages/tr.lang.php @@ -3,25 +3,26 @@ return array( 'menu' => array( 'Menu' => 'Menü', - 'Menu manager' => 'Menu Yöneticisi', + 'Menu manager' => 'Menü Yöneticisi', 'Edit' => 'Düzenle', - 'Name' => 'İsim', + 'Name' => 'Ad', 'Delete' => 'Sil', - 'Order' => 'Sıralama', - 'Actions' => 'İşlem', - 'Create New Item' => 'Yeni Oluştur', - 'New item' => 'Yeni Oluştur', - 'Item name' => 'Menü Adı', - 'Item order' => 'Sıralaması', - 'Item target' => 'Hedef', - 'Item link' => 'Bağlantısı', - 'Item category' => 'Kategorisi', + 'Order' => 'Sıra', + 'Actions' => 'İşlemler', + 'Create New Item' => 'Yeni Bağlantı Oluştur', + 'New item' => 'Yeni bağlantı', + 'Item name' => 'Bağlantı adı', + 'Item order' => 'Bağlantı sırası', + 'Item target' => 'Bağlantı hedefi', + 'Item link' => 'Bağlantı yolu', + 'Item category' => 'Bağlantı kategorisi', 'Save' => 'Kaydet', - 'Edit item' => 'Düzenle', - 'Delete item :name' => 'Sil :name', - 'Select page' => 'Sayfa Seç', + 'Edit item' => 'Bağlantıyı düzenle', + 'Delete item :name' => ':name adlı bağlantıyı sil', + 'Select page' => 'Sayfa seç', 'Category' => 'Kategori', - 'Select category' => 'Kategori Seç', - 'Required field' => 'Zorunlu Alan', + 'Select category' => 'Kategori seç', + 'Required field' => 'Zorunlu alan', + 'Cancel' => 'Vazgeç', ) ); diff --git a/plugins/box/pages/languages/en.lang.php b/plugins/box/pages/languages/en.lang.php index 5f131d4..56f0bf6 100644 --- a/plugins/box/pages/languages/en.lang.php +++ b/plugins/box/pages/languages/en.lang.php @@ -16,7 +16,8 @@ 'Title' => 'Title', 'Name' => 'Name', 'Author' => 'Author', - 'Name (slug)' => 'Name (slug)', + 'Name (slug)' => 'Name (slug)', // check whether in use or not + 'Slug (url)' => 'Slug (url)', 'Description' => 'Description', 'Keywords' => 'Keywords', 'Parent' => 'Parent', @@ -51,5 +52,6 @@ 'Public' => 'Public', 'Registered' => 'Registered', 'Cancel' => 'Cancel', + 'Tags' => 'Tags', ) ); diff --git a/plugins/box/pages/languages/tr.lang.php b/plugins/box/pages/languages/tr.lang.php index 046f85e..4ccdbfb 100644 --- a/plugins/box/pages/languages/tr.lang.php +++ b/plugins/box/pages/languages/tr.lang.php @@ -5,50 +5,53 @@ 'Pages' => 'Sayfalar', 'Pages manager' => 'Sayfa Yöneticisi', 'Content' => 'İçerik', - 'Create New Page' => 'Sayfa oluştur', + 'Create New Page' => 'Yeni Sayfa Oluştur', 'New Page' => 'Yeni Sayfa', - 'Edit Page' => 'Sayfa Düzenle', + 'Edit Page' => 'Sayfayı Düzenle', 'Date' => 'Tarih', 'Clone' => 'Klonla', 'Edit' => 'Düzenle', 'Delete' => 'Sil', - 'Delete page: :page' => 'Sil ? : :page', + 'Delete page: :page' => ':page adlı sayfa silinsin mi', 'Title' => 'Başlık', - 'Name' => 'Adı', - 'Author' => 'Gönderen', - 'Name (slug)' => 'İsim (Bağlantı)', - 'Description' => 'Tanımlama', - 'Keywords' => 'Anahtar Kelimeler', - 'Parent' => 'Ebeveyn', - 'Template' => 'Tema', + 'Name' => 'Ad', + 'Author' => 'Yazar', + 'Name (slug)' => 'Ad (makine adı)', // check whether in use or not + 'Slug (url)' => 'Url Adı (Makine Adı)', + 'Description' => 'Açıklama', + 'Keywords' => 'Anahtar Sözcükler', + 'Parent' => 'Üst Sayfa', + 'Template' => 'Şablon', 'Year' => 'Yıl', 'Day' => 'Gün', 'Month' => 'Ay', 'Hour' => 'Saat', 'Minute' => 'Dakika', 'Second' => 'Saniye', - 'This field should not be empty' => 'Bu alan boş olmamalı !', - 'This page already exists' => 'Sayfa Zaten Var', - 'Extra' => 'Ekstra', + 'This field should not be empty' => 'Bu alan boş olmamalı!', + 'This page already exists' => 'Sayfa zaten var', + 'Extra' => 'Ek', 'Save' => 'Kaydet', 'Save and Exit' => 'Kaydet ve Çık', - 'Your changes to the page :page have been saved.' => 'Değişiklikler :page sayfasına kaydedildi.', - 'The page :page cloned.' => 'Sayfa :page klonlandı.', + 'Your changes to the page :page have been saved.' => 'Değişiklikleriniz :page sayfasına kaydedildi.', + 'The page :page cloned.' => ':page adlı sayfa klonlandı.', 'Status' => 'Durum', - 'Actions' => 'Eylemler', + 'Actions' => 'İşlemler', 'Add' => 'Ekle', 'Published' => 'Yayında', 'Draft' => 'Taslak', - 'Published on' => 'Yayına Açık', - 'Edit 404 Page' => '404 Sayfası Düzenle', - 'Page :page deleted' => 'Sayfa :page silindi', + 'Published on' => 'Yayınlanma Tarihi:', + 'Edit 404 Page' => '404 Sayfasını Düzenle', + 'Page :page deleted' => ':page adlı sayfa silindi', 'Search Engines Robots' => 'Arama Motoru Robotları', 'Page' => 'Sayfa', - 'Metadata' => 'Meta', + 'Metadata' => 'Metadata', 'Settings' => 'Ayarlar', - 'Required field' => 'Zorunlu Alan', - 'Access' => 'Giriş Yapanlar', - 'Public' => 'Açık', - 'Registered' => 'Üyeler', + 'Required field' => 'Zorunlu alan', + 'Access' => 'Erişim', + 'Public' => 'Herkese Açık', + 'Registered' => 'Yalnızca Üyelere Açık', + 'Cancel' => 'Vazgeç', + 'Tags' => 'Etiketler', ) ); diff --git a/plugins/box/plugins/languages/tr.lang.php b/plugins/box/plugins/languages/tr.lang.php index 1f15f27..f5c1dd9 100644 --- a/plugins/box/plugins/languages/tr.lang.php +++ b/plugins/box/plugins/languages/tr.lang.php @@ -3,16 +3,16 @@ return array( 'plugins' => array( 'Plugins' => 'Eklentiler', - 'Name' => 'İsim', + 'Name' => 'Ad', 'Actions' => 'İşlemler', 'Description' => 'Açıklama', 'Installed' => 'Yüklenenler', 'Install New' => 'Yeni Yükle', 'Delete' => 'Sil', - 'Delete plugin :plugin' => 'Eklenti silindi :plugin', - 'This plugin does not exist' => 'Eklenti Bulunamadı', - 'Version' => 'Versiyon', - 'Author' => 'Geliştirici', + 'Delete plugin :plugin' => ':plugin adlı eklenti silinsin mi', + 'This plugin does not exist' => 'Eklenti bulunamadı', + 'Version' => 'Sürüm', + 'Author' => 'Yazar', 'Get More Plugins' => 'Daha Fazla Eklenti', 'Install' => 'Yükle', 'Uninstall' => 'Kaldır', diff --git a/plugins/box/sitemap/languages/tr.lang.php b/plugins/box/sitemap/languages/tr.lang.php new file mode 100644 index 0000000..0cd2cc2 --- /dev/null +++ b/plugins/box/sitemap/languages/tr.lang.php @@ -0,0 +1,7 @@ + array( + 'Sitemap' => 'Site Haritası', + ) + ); diff --git a/plugins/box/snippets/languages/tr.lang.php b/plugins/box/snippets/languages/tr.lang.php index 91e7dd5..6938ac4 100644 --- a/plugins/box/snippets/languages/tr.lang.php +++ b/plugins/box/snippets/languages/tr.lang.php @@ -2,28 +2,28 @@ return array( 'snippets' => array( - 'Snippets' => 'Parçalar', - 'Snippets manager' => 'Parça Yöneticisi', + 'Snippets' => 'Betikler', + 'Snippets manager' => 'Betik Yöneticisi', 'Actions' => 'İşlemler', 'Delete' => 'Sil', 'Edit' => 'Düzenle', - 'Name' => 'İsim', - 'Create New Snippet' => 'Yeni Parça Oluştur', - 'New Snippet' => 'Yeni Parça', - 'Edit Snippet' => 'Parça Düzenle', + 'Name' => 'Ad', + 'Create New Snippet' => 'Yeni Betik Oluştur', + 'New Snippet' => 'Yeni Betik', + 'Edit Snippet' => 'Betiği Düzenle', 'Save' => 'Kaydet', 'Save and Exit' => 'Kaydet ve Çık', - 'This snippet already exists' => 'Parça Zaten Var', - 'This snippet does not exist' => 'Parça Bulunamadı', - 'Delete snippet: :snippet' => 'Parça Silindi: :snippet', - 'Snippet content' => 'Parça İçeriği', - 'Snippet :name deleted' => 'Parça :name silindi', - 'Your changes to the snippet :name have been saved.' => 'Parça değişiklikleri :name kaydedildi.', - 'Delete snippet: :snippet' => 'Parça Sil: :snippet', - 'Required field' => 'Zorunlu Alan', - 'View Embed Code' => 'Embed Kodu Görüntüle', - 'Embed Code' => 'Embed Kodu', + 'This snippet already exists' => 'Bu betik zaten var', + 'This snippet does not exist' => 'Betik bulunamadı', + 'Delete snippet: :snippet' => ':snippet adlı betik silinsin mi', + 'Snippet content' => 'Betik içeriği', + 'Snippet :name deleted' => ':name adlı betik silindi', + 'Your changes to the snippet :name have been saved.' => 'Değişiklikleriniz :name adlı betiğe kaydedildi.', + 'Required field' => 'Zorunlu alan', + 'View Embed Code' => 'Gömülü Kodu Görüntüle', + 'Embed Code' => 'Gömülü Kod', 'Shortcode' => 'Kısa Kod', 'PHP Code' => 'PHP Kodu', + 'Cancel' => 'Vazgeç', ) ); diff --git a/plugins/box/system/languages/tr.lang.php b/plugins/box/system/languages/tr.lang.php index 034d623..9e0150c 100644 --- a/plugins/box/system/languages/tr.lang.php +++ b/plugins/box/system/languages/tr.lang.php @@ -3,78 +3,81 @@ return array( 'system' => array( 'System' => 'Sistem', - 'Published a new version of the :monstra' => 'Yeni versiyon yayınlandı :monstra', - 'Sitemap created' => 'Siteharitası oluşturuldu.', - 'Create Sitemap' => 'Site Map Oluştur', - 'on' => 'Açık', - 'off'=> 'Kapalı', - 'Site Url' => 'Site Adresi', + '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 Modu Açık', - 'Maintenance Mode Off' => 'Bakım Modu Kapalı', + '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' => 'Anahtar Kelimeler', + 'Site Keywords' => 'Site Anahtar Sözcükleri', 'Site Slogan' => 'Site Sloganı', - 'Default Page' => 'Varsayılan Sayfa', + 'Default Page' => 'Açılış Sayfası', 'Time zone' => 'Zaman Dilimi', 'Language' => 'Dil', - 'Email' => 'Email', + 'Email' => 'E-posta', 'Save' => 'Kaydet', 'Site' => 'Site', - 'System version' => 'Sistem Versiyonu', - 'System version ID' => 'sistem versiyon no:', + 'System version' => 'Sistem sürümü', + 'System version ID' => 'Sistem sürüm ID', 'GZIP' => 'GZIP', - 'Debugging' => 'Debug', - 'Plugin API' => 'Eklenti API', - 'Plugins active' => 'Eklentiler Aktif', - 'Actions registered' => 'Kayıt eylemleri', - 'Filters registered' => 'Kayıtları Filtrele', + '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' => 'Son Sürümü İndir', - 'Powered by' => 'Çalıştıran', + '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', + 'Temporary files deleted' => 'Geçici dosyalar silindi', 'Extends' => 'Uzantılar', 'View Site' => 'Siteyi Gör', - 'Welcome, :username' => 'Hoşgeldin, :username', - 'Reset Password' => 'Şifre Yenile', - 'Back to Website' => 'Siteye Dön', - 'Forgot your password ?' => 'Şifreni mi unuttun ?', - 'Administration' => 'Yönetim Paneli', - 'Send New Password' => 'Yeni Şifre Gönder', - 'This user does not exist' => 'Kullanıcı Bulunamadı', - 'Version' => 'Versiyon', - 'Plugin does not exist' => 'Eklenti Bulunamadı', + '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' => 'Install script writable', - 'Install script not writable' => 'Install script not writable', - 'Directory: :dir writable' => 'Directory: :dir writable', - 'Directory: :dir not writable' => 'Directory: :dir not writable', - 'PHP Version' => 'PHP Version', - 'Module DOM is installed' => 'Module DOM is installed', - 'Module DOM is required' => 'Module DOM is required', - 'Module Mod Rewrite is installed' => 'Module Mod Rewrite is installed', - 'Module SimpleXML is installed' => 'Module SimpleXML is installed', - 'PHP 5.2 or greater is required' => 'PHP 5.2 or greater is required', - 'Apache Mod Rewrite is required' => 'Apache Mod Rewrite is required', - 'SimpleXML module is required' => 'SimpleXML module is required', - 'Field "Site name" is empty' => 'Field "Site name" is empty', - 'Field "Email" is empty' => 'Field "Email" is empty', - 'Field "Username" is empty' => 'Field "Username" is empty', - 'Field "Password" is empty' => 'Field "Password" is empty', - 'Field "Site url" is empty' => 'Field "Site url" is empty', - 'Email not valid' => 'Email not valid', - 'Install' => 'Kurulum', - '...Monstra says...' => '...Diyor Ki...', - 'Sitemap file writable' => 'Sitemap dosyası yazılabilir.', - 'Sitemap file not writable' => 'Sitemap dosyası yazılamaz', - 'Main .htaccess file writable' => 'Ana .htaccess yazılabilir', - 'Main .htaccess file not writable' => 'Ana .htaccess yazılamaz', - 'Official Support Forum' => 'Destek Forumları', - 'Documentation' => 'Dökümanlar', + 'Install script writable' => 'Kurulum betiği, yazma izinlerine sahip', + 'Install script not writable' => 'Kurulum betiği, yazma izinlerine sahip değil', + 'Directory: :dir writable' => ' :dir dizini, yazma izinlerine sahip', + 'Directory: :dir not writable' => ' :dir 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.', ) ); diff --git a/plugins/box/themes/languages/en.lang.php b/plugins/box/themes/languages/en.lang.php index 358d39a..b49ab54 100644 --- a/plugins/box/themes/languages/en.lang.php +++ b/plugins/box/themes/languages/en.lang.php @@ -48,5 +48,6 @@ 'New Script' => 'New Script', 'Edit Script' => 'Edit Script', 'Site Theme' => 'Site Theme', + 'Cancel' => 'Cancel', ) ); diff --git a/plugins/box/themes/languages/tr.lang.php b/plugins/box/themes/languages/tr.lang.php index c806772..7e763bb 100644 --- a/plugins/box/themes/languages/tr.lang.php +++ b/plugins/box/themes/languages/tr.lang.php @@ -7,45 +7,47 @@ 'Select Theme' => 'Tema Seç', 'Save' => 'Kaydet', 'Save and Exit' => 'Kaydet ve Çık', - 'Name' => 'İsim', - 'Create New Template' => 'Yeni Tema Oluştur', - 'New Template' => 'Yeni Tema', - 'Delete template: :name' => 'Tema Silindi: :name', - 'Delete chunk: :name' => 'Yığın silindi: :name', - 'Delete styles: :name' => 'Stil Silindi: :name', - 'Templates' => 'Temalar', + 'Name' => 'Ad', + 'Create New Template' => 'Yeni Şablon Oluştur', + 'New Template' => 'Yeni Şablon', + 'Delete template: :name' => ':name adlı şablon silinsin mi', + 'Delete chunk: :name' => ':name adlı yığın silinsin mi', + 'Delete styles: :name' => ':name adlı stil silinsin mi', + 'Templates' => 'Şablonlar', 'Clone' => 'Klonla', 'Edit' => 'Düzenle', 'Delete' => 'Sil', 'Actions' => 'İşlemler', - 'Admin Theme' => 'Admin Teması', + 'Admin Theme' => 'Yönetim Teması', 'Create New Chunk' => 'Yeni Yığın Oluştur', 'New Chunk' => 'Yeni Yığın', 'Chunks' => 'Yığın', 'Create New Styles' => 'Yeni Stil Oluştur', 'New Styles' => 'Yeni Stil', 'Styles' => 'Stil', - 'Template content' => 'Tema İçeriği', + 'Template content' => 'Şablon İçeriği', 'Styles content' => 'Stil İçeriği', 'Chunk content' => 'Yığın İçeriği', - 'Edit Template' => 'Tema Düzenle', - 'Edit Chunk' => 'Yığın Düzenle', - 'Edit Styles' => 'Stil Düzenle', - 'Current Site Theme' => 'Güncel Site Teması', - 'Current admin theme' => 'Güncel Admin Teması', - 'This template already exists' => 'Tema Zaten Var', - 'This chunk already exists' => 'Yığın Zaten Var', - 'This styles already exist' => 'Stil Zaten Var', - 'Components templates' => 'Eklenti Teması', - 'Your changes to the chunk :name have been saved.' => 'Yığın Değişikliği :name kaydedildi.', - 'Your changes to the styles :name have been saved.' => 'YStil Değişikliği :name kaydedildi.', - 'Your changes to the template :name have been saved.' => 'Tema Değişikliği :name kaydedildi.', - 'Chunk :name deleted' => 'Chunk :name deleted', - 'Required field' => 'Zorunlu Alan', - 'Scripts' => 'Scriptler', - 'Create New Script' => 'Yeni Script Oluştur', - 'Script content' => 'Script İçeriği', - 'New Script' => 'Yeni Script', - 'Edit Script' => 'Script Düzenle', + 'Edit Template' => 'Şablonu Düzenle', + 'Edit Chunk' => 'Yığını Düzenle', + 'Edit Styles' => 'Stili Düzenle', + 'Current Site Theme' => 'Kullanılan site teması', + 'Current admin theme' => 'Kullanılan yönetim teması', + 'This template already exists' => 'Bu şablon zaten var', + 'This chunk already exists' => 'Bu yığın zaten var', + 'This styles already exist' => 'Bu stil zaten var', + 'Components templates' => 'Eklenti şablonları', + 'Your changes to the chunk :name have been saved.' => 'Değişiklikleriniz :name adlı yığına kaydedildi.', + 'Your changes to the styles :name have been saved.' => 'Değişiklikleriniz :name adlı stile kaydedildi.', + 'Your changes to the template :name have been saved.' => 'Değişiklikleriniz :name adlı şablona kaydedildi.', + 'Chunk :name deleted' => ':name adlı yığın silindi', + 'Required field' => 'Zorunlu alan', + 'Scripts' => 'Betikler', + 'Create New Script' => 'Yeni Betik Oluştur', + 'Script content' => 'Betik içeriği', + 'New Script' => 'Yeni Betik', + 'Edit Script' => 'Betiği Düzenle', + 'Site Theme' => 'Site Teması', + 'Cancel' => 'Vazgeç', ) ); diff --git a/plugins/box/users/languages/en.lang.php b/plugins/box/users/languages/en.lang.php index c6f5f2d..85e02ae 100644 --- a/plugins/box/users/languages/en.lang.php +++ b/plugins/box/users/languages/en.lang.php @@ -15,7 +15,7 @@ 'Delete' => 'Delete', 'Log In' => 'Log In', 'Log Out' => 'Log Out', - 'Register New user' => 'Register New User', + 'Register New User' => 'Register New User', 'New User Registration' => 'New User Registration', 'Delete user: :user' => 'Delete user: :user', 'User :user have been deleted.' => 'User :user have been deleted.', diff --git a/plugins/box/users/languages/tr.lang.php b/plugins/box/users/languages/tr.lang.php index 826ed54..3a8f7b0 100644 --- a/plugins/box/users/languages/tr.lang.php +++ b/plugins/box/users/languages/tr.lang.php @@ -2,66 +2,67 @@ return array( 'users' => array( - 'Users' => 'Üyler', + 'Users' => 'Kullanıcılar', 'Login' => 'Giriş', 'Username' => 'Kullanıcı Adı', - 'Password' => 'Şifre', - 'Registered' => 'Kayıt', - 'Email' => 'Email', - 'Role' => 'Rolü', + 'Password' => 'Parola', + 'Registered' => 'Kayıtlı', + 'Email' => 'E-Posta', + 'Role' => 'Rol', 'Roles' => 'Roller', 'Edit' => 'Düzenle', 'Actions' => 'İşlemler', 'Delete' => 'Sil', 'Log In' => 'Giriş', 'Log Out' => 'Çıkış', - 'Register New user' => 'Yeni üye kaydı', + 'Register New User' => 'Yeni Üye Kaydet', 'New User Registration' => 'Yeni Üye Kaydı', - 'Delete user: :user' => 'Kullanıcı sil: :user', - 'User :user have been deleted.' => 'Kullanıcı :user silindi.', - 'This user already exists' => 'Bu üye zaten var', - 'This email already exists' => 'E-mail zaten kayıtlı', + 'Delete user: :user' => ':user kullanıcısı silinsin mi', + 'User :user have been deleted.' => ':user kullanıcısı silindi.', + 'This user already exists' => 'Bu kullanıcı zaten var', + 'This email already exists' => 'Bu e-posta zaten kayıtlı', 'Changes saved' => 'Değişiklikler kaydedildi', - 'Wrong old password' => 'Yanlış ! Eski Şifre', - 'Admin' => 'Admin', - 'User' => 'Üye', + 'Wrong old password' => 'Yanlış eski parola', + 'Admin' => 'Yönetici', + 'User' => 'Kullanıcı', 'Editor' => 'Editör', 'Register' => 'Kayıt', 'Edit profile' => 'Profil Düzenle', 'Save' => 'Kaydet', - 'Firstname' => 'İsim', - 'Lastname' => 'Soyisim', - 'Old password' => 'Eski Şifre', - 'New password' => 'Yeni Şifre', - 'Welcome' => 'Hoşgeldin', - 'Wrong username or password' => 'Hatalı username yada password', - 'Your changes have been saved.' => 'Değişiklikler Kaydedildi.', + 'Firstname' => 'Ad', + 'Lastname' => 'Soyad', + 'Old password' => 'Eski Parola', + 'New password' => 'Yeni Parola', + 'Welcome' => 'Hoş geldin', + 'Wrong username or password' => 'Hatalı kullanıcı adı ya da parola', + 'Your changes have been saved.' => 'Değişiklikler kaydedildi.', 'New user have been registered.' => 'Yeni kullanıcı kaydedildi.', - 'Captcha' => 'Captcha', + 'Captcha' => 'Doğrulama Kodu', 'Registration' => 'Kayıt', 'Username' => 'Kullanıcı Adı', - 'User email is invalid' => 'E-posta Geçersiz', - 'Reset Password' => 'Şifre Sıfırla', - 'Send New Password' => 'Yeni Şifre Gönder', - 'This user doesnt alredy exist' => 'Kullanıcı Bulunamadı', - 'Users - Profile' => 'Kullanıcı - Profili', + 'User email is invalid' => 'E-posta geçersiz', + 'Reset Password' => 'Parola Sıfırla', + 'Send New Password' => 'Yeni Parola Gönder', + 'This user doesnt alredy exist' => 'Kullanıcı bulunamadı', + 'Users - Profile' => 'Kullanıcı - Profil', 'Users - Edit Profile' => 'Kullanıcı - Profil Düzenle', 'Users - Log In' => 'Kullanıcı - Giriş', 'Users - Registration' => 'Kullanıcı - Kayıt', - 'Users - Password Recover' => 'Kullanıcı - Şifre Sıfırlama', - 'New Password' => 'Yeni Şifre', - 'Forgot your password?' => 'Şifreni mi unuttun?', - 'New password has been sent' => 'Yeni şifre gönderildi', - 'Monstra says: This is not your profile...' => 'Sistem Mesajı: Profil yok...', - 'User registration is closed.' => 'Kullanıcı Kaydı Kapalı.', - 'Allow user registration' => 'Kullanıcı kaydına izin ver', + 'Users - Password Recover' => 'Kullanıcı - Parola Sıfırlama', + 'New Password' => 'Yeni Parola', + 'Forgot your password?' => 'Parolanızı unuttunuz mu?', + 'New password has been sent' => 'Yeni parola gönderildi', + 'Monstra says: This is not your profile...' => 'Monstra: Bu profil size ait değil...', + 'User registration is closed.' => 'Kullanıcı kaydı kapalı', + 'Allow user registration' => 'Kullanıcı kaydını etkinleştir', 'Required field' => 'Zorunlu alan', 'This user doesnt exist' => 'Kullanıcı yok', - 'Captcha code is wrong' => 'Captcha hatalı', - 'Your login details for :site_name has been sent' => 'Giriş detayları :site_name gönderildi', - 'Your new password for :site_name' => 'Yeni Şifren :site_name', - 'Your login details for :site_name' => 'Giriş Detayların :site_name', + 'Captcha code is wrong' => 'Doğrulama kodu hatalı', + 'Your login details for :site_name has been sent' => ':site_name için giriş bilgileriniz gönderildi', + 'Your new password for :site_name' => ':site_name için yeni parolanız', + 'Your login details for :site_name' => ':site_name için giriş bilgileriniz', 'About Me' => 'Hakkımda', - 'Profile' => 'Profilim', + 'Profile' => 'Profil', + 'Cancel' => 'Vazgeç', ) ); diff --git a/plugins/captcha/languages/tr.lang.php b/plugins/captcha/languages/tr.lang.php new file mode 100644 index 0000000..35b4fe3 --- /dev/null +++ b/plugins/captcha/languages/tr.lang.php @@ -0,0 +1,9 @@ + array( + 'Captcha' => 'Captcha/Doğrulama', + 'Captcha plugin for Monstra' => 'Monstra için captcha/doğrulama eklentisi', + 'Captcha code is wrong' => 'Doğrulama kodu yanlış', + ) + ); diff --git a/plugins/sandbox/languages/tr.lang.php b/plugins/sandbox/languages/tr.lang.php new file mode 100644 index 0000000..3c2fc4a --- /dev/null +++ b/plugins/sandbox/languages/tr.lang.php @@ -0,0 +1,10 @@ + array( + 'Sandbox' => 'Deneme', + 'Sandbox plugin for Monstra' => 'Monstra için deneme/test eklentisi', + 'Sandbox template' => 'Deneme şablonu', + 'Save' => 'Kaydet', + ) + );