mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Merge pull request #299 from Kibele/dev
Update tr.lang.php files in plugins
This commit is contained in:
12
plugins/blog/languages/tr.lang.php
Normal file
12
plugins/blog/languages/tr.lang.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blog' => array(
|
||||
'Blog' => 'Günce',
|
||||
'Blog plugin for Monstra' => 'Monstra için günce eklentisi',
|
||||
'begin' => 'Baş',
|
||||
'end' => 'Son',
|
||||
'prev' => 'Önceki',
|
||||
'next' => 'Sonraki',
|
||||
)
|
||||
);
|
@@ -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',
|
||||
)
|
||||
);
|
||||
|
@@ -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',
|
||||
)
|
||||
);
|
@@ -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 <i>:name</i> deleted' => 'Blok <i>:name</i> silindi.',
|
||||
'Delete block: :block' => ':block adlı blok silinsin mi',
|
||||
'Block content' => 'Blok içeriği',
|
||||
'Block <i>:name</i> deleted' => '<i>:name</i> adlı blok silindi.',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Değişiklikler <i>:name</i> 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ç',
|
||||
)
|
||||
);
|
||||
|
11
plugins/box/dashboard/languages/tr.lang.php
Normal file
11
plugins/box/dashboard/languages/tr.lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dashboard' => 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',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/tr.lang.php
Normal file
8
plugins/box/editor/languages/tr.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'Düzenleyici',
|
||||
'Editor plugin' => 'Düzenleyici eklentisi',
|
||||
)
|
||||
);
|
19
plugins/box/emails/languages/tr.lang.php
Normal file
19
plugins/box/emails/languages/tr.lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'emails' => 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 <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> adlı e-posta şablonuna kaydedildi.',
|
||||
)
|
||||
);
|
@@ -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()
|
||||
);
|
||||
|
||||
|
@@ -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',
|
||||
)
|
||||
);
|
||||
|
@@ -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',
|
||||
)
|
||||
);
|
||||
|
@@ -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. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'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. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>',
|
||||
'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. <br>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'Monstra dizini (":path") ve/ya da altındaki dosyalar yazma iznine sahipler. Bütün yazma izinlerini kaldırmanızı öneririz. <br>Unix sistemlerde, bunu, <code>chmod -R a-w :path</code> ile gerçekleştirebilirsiniz.',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Monstra .htaccess dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz. <br>Unix sistemlerde, bunu, <code>chmod -R a-w :path</code> ile gerçekleştirebilirsiniz.',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Monstra index.php dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz. <br>Unix sistemlerde, bunu, <code>chmod -R a-w :path</code> 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ü',
|
||||
)
|
||||
);
|
||||
|
@@ -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ç',
|
||||
)
|
||||
);
|
||||
|
@@ -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',
|
||||
)
|
||||
);
|
||||
|
@@ -5,22 +5,23 @@
|
||||
'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',
|
||||
@@ -28,27 +29,29 @@
|
||||
'Minute' => 'Dakika',
|
||||
'Second' => 'Saniye',
|
||||
'This field should not be empty' => 'Bu alan boş olmamalı!',
|
||||
'This page already exists' => 'Sayfa Zaten Var',
|
||||
'Extra' => 'Ekstra',
|
||||
'This page already exists' => 'Sayfa zaten var',
|
||||
'Extra' => 'Ek',
|
||||
'Save' => 'Kaydet',
|
||||
'Save and Exit' => 'Kaydet ve Çık',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'Değişiklikler <i> :page </i> sayfasına kaydedildi.',
|
||||
'The page <i>:page</i> cloned.' => 'Sayfa <i>:page</i> klonlandı.',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'Değişiklikleriniz <i>:page</i> sayfasına kaydedildi.',
|
||||
'The page <i>:page</i> cloned.' => '<i>:page</i> 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 <i>:page</i> deleted' => 'Sayfa <i>:page</i> silindi',
|
||||
'Published on' => 'Yayınlanma Tarihi:',
|
||||
'Edit 404 Page' => '404 Sayfasını Düzenle',
|
||||
'Page <i>:page</i> deleted' => '<i>:page</i> 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',
|
||||
)
|
||||
);
|
||||
|
@@ -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',
|
||||
|
7
plugins/box/sitemap/languages/tr.lang.php
Normal file
7
plugins/box/sitemap/languages/tr.lang.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'Site Haritası',
|
||||
)
|
||||
);
|
@@ -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 <i>:name</i> deleted' => 'Parça <i>:name</i> silindi',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Parça değişiklikleri <i>:name</i> 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 <i>:name</i> deleted' => '<i>:name</i> adlı betik silindi',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> 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ç',
|
||||
)
|
||||
);
|
||||
|
@@ -3,78 +3,81 @@
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'Sistem',
|
||||
'Published a new version of the :monstra' => 'Yeni versiyon yayınlandı :monstra',
|
||||
'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 Map Oluştur',
|
||||
'on' => 'Açık',
|
||||
'off'=> 'Kapalı',
|
||||
'Site Url' => 'Site Adresi',
|
||||
'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ı',
|
||||
'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: <b> :dir </b> writable' => 'Directory: <b> :dir </b> writable',
|
||||
'Directory: <b> :dir </b> not writable' => 'Directory: <b> :dir </b> 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: <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.',
|
||||
)
|
||||
);
|
||||
|
@@ -48,5 +48,6 @@
|
||||
'New Script' => 'New Script',
|
||||
'Edit Script' => 'Edit Script',
|
||||
'Site Theme' => 'Site Theme',
|
||||
'Cancel' => 'Cancel',
|
||||
)
|
||||
);
|
||||
|
@@ -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 <i>:name</i> have been saved.' => 'Yığın Değişikliği <i>:name</i> kaydedildi.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'YStil Değişikliği <i>:name</i> kaydedildi.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Tema Değişikliği <i>:name</i> kaydedildi.',
|
||||
'Chunk <i>:name</i> deleted' => 'Chunk <i>:name</i> 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 <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> adlı yığına kaydedildi.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> adlı stile kaydedildi.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> adlı şablona kaydedildi.',
|
||||
'Chunk <i>:name</i> deleted' => '<i>:name</i> 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ç',
|
||||
)
|
||||
);
|
||||
|
@@ -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 <i>:user</i> have been deleted.' => 'User <i>:user</i> have been deleted.',
|
||||
|
@@ -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 <i>:user</i> have been deleted.' => 'Kullanıcı <i>:user</i> 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 <i>:user</i> have been deleted.' => '<i>:user</i> 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',
|
||||
'Firstname' => 'Ad',
|
||||
'Lastname' => 'Soyad',
|
||||
'Old password' => 'Eski Parola',
|
||||
'New password' => 'Yeni Parola',
|
||||
'Welcome' => 'Hoş geldin',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Hatalı <b>username</b> yada <b>password</b>',
|
||||
'Your changes have been saved.' => 'Değişiklikler Kaydedildi.',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Hatalı <b>kullanıcı adı</b> ya da <b>parola</b>',
|
||||
'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ç',
|
||||
)
|
||||
);
|
||||
|
9
plugins/captcha/languages/tr.lang.php
Normal file
9
plugins/captcha/languages/tr.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha/Doğrulama',
|
||||
'Captcha plugin for Monstra' => 'Monstra için captcha/doğrulama eklentisi',
|
||||
'Captcha code is wrong' => 'Doğrulama kodu yanlış',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/tr.lang.php
Normal file
10
plugins/sandbox/languages/tr.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Deneme',
|
||||
'Sandbox plugin for Monstra' => 'Monstra için deneme/test eklentisi',
|
||||
'Sandbox template' => 'Deneme şablonu',
|
||||
'Save' => 'Kaydet',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user