index.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => 'Hakkında',
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation
  6. 'bugs_reports' => 'Hata raporu',
  7. 'credits' => 'Tanıtım',
  8. 'credits_content' => 'Bu frameworkü kullanmamasına rağmen FreshRSS bazı tasarım ögelerini <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> dan almıştır. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">İkonlar</a> <a href="https://www.gnome.org/">GNOME projesinden</a> alınmıştır. <em>Open Sans</em> yazı tipi <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> tarafından oluşturulmuştur. FreshRSS bir PHP framework olan <a href="https://github.com/marienfressinaud/MINZ">Minz</a> i temel alır.',
  9. 'freshrss_description' => 'FreshRSS <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> veya <a href="https://github.com/LeedRSS/Leed">Leed</a> gibi kendi hostunuzda çalışan bir RSS akış toplayıcısıdır. Güçlü ve yapılandırılabilir araçlarıyla basit ve kullanımı kolay bir uygulamadır.',
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github sayfası</a>',
  11. 'license' => 'Lisans',
  12. 'project_website' => 'Proje sayfası',
  13. 'title' => 'Hakkında',
  14. 'version' => 'Versiyon',
  15. 'website' => 'Website', // TODO - Translation
  16. ),
  17. 'feed' => array(
  18. 'add' => 'Akış ekleyebilirsin.',
  19. 'empty' => 'Gösterilecek makale yok.',
  20. 'rss_of' => 'RSS feed of %s', // TODO - Translation
  21. 'title' => 'RSS akışlarınız',
  22. 'title_fav' => 'Favorilerin',
  23. 'title_global' => 'Global görünüm',
  24. ),
  25. 'log' => array(
  26. '_' => 'Log Kayıtları',
  27. 'clear' => 'Log kayıt dosyasını temizle',
  28. 'empty' => 'Log kayır dosyası boş',
  29. 'title' => 'Log Kayıtları',
  30. ),
  31. 'menu' => array(
  32. 'about' => 'FreshRSS hakkında',
  33. 'add_query' => 'Sorgu ekle',
  34. 'before_one_day' => 'Bir gün önce',
  35. 'before_one_week' => 'Bir hafta önce',
  36. 'favorites' => 'Favoriler (%s)',
  37. 'global_view' => 'Global görünüm',
  38. 'main_stream' => 'Ana akış',
  39. 'mark_all_read' => 'Hepsini okundu olarak işaretle',
  40. 'mark_cat_read' => 'Kategoriyi okundu olarak işaretle',
  41. 'mark_feed_read' => 'Akışı okundu olarak işaretle',
  42. 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation
  43. 'newer_first' => 'Önce yeniler',
  44. 'non-starred' => 'Favori dışındakileri göster',
  45. 'normal_view' => 'Normal görünüm',
  46. 'older_first' => 'Önce eskiler',
  47. 'queries' => 'Kullanıcı sorguları',
  48. 'read' => 'Okunmuşları göster',
  49. 'reader_view' => 'Okuma görünümü',
  50. 'rss_view' => 'RSS akışı',
  51. 'search_short' => 'Ara',
  52. 'starred' => 'Favorileri göster',
  53. 'stats' => 'İstatistikler',
  54. 'subscription' => 'Abonelik yönetimi',
  55. 'tags' => 'My labels', // TODO - Translation
  56. 'unread' => 'Okunmamışları göster',
  57. ),
  58. 'share' => 'Share', // TODO - Translation
  59. 'tag' => array(
  60. 'related' => 'İlgili etiketler',
  61. ),
  62. 'tos' => array(
  63. 'title' => 'Terms of Service', // TODO - Translation
  64. ),
  65. );