index.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'about' => array(
  13. '_' => 'Hakkında',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bugs_reports' => 'Hata raporu',
  16. 'credits' => 'Tanıtım',
  17. '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.',
  18. '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.',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github sayfası</a>',
  20. 'license' => 'Lisans',
  21. 'project_website' => 'Proje sayfası',
  22. 'title' => 'Hakkında',
  23. 'version' => 'Sürüm',
  24. ),
  25. 'feed' => array(
  26. 'add' => 'Akış ekleyebilirsin.',
  27. 'empty' => 'Gösterilecek makale yok.',
  28. 'rss_of' => 'RSS feed of %s', // TODO
  29. 'title' => 'Ana akış',
  30. 'title_fav' => 'Favoriler',
  31. 'title_global' => 'Evrensel görünüm',
  32. ),
  33. 'log' => array(
  34. '_' => 'Log Kayıtları',
  35. 'clear' => 'Log kayıt dosyasını temizle',
  36. 'empty' => 'Log kayır dosyası boş',
  37. 'title' => 'Log Kayıtları',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'FreshRSS hakkında',
  41. 'before_one_day' => 'Bir gün önce',
  42. 'before_one_week' => 'Bir hafta önce',
  43. 'bookmark_query' => 'Bookmark current query', // TODO
  44. 'favorites' => 'Favoriler (%s)',
  45. 'global_view' => 'Evrensel görünüm',
  46. 'main_stream' => 'Ana akış',
  47. 'mark_all_read' => 'Hepsini okundu olarak işaretle',
  48. 'mark_cat_read' => 'Kategoriyi okundu olarak işaretle',
  49. 'mark_feed_read' => 'Akışı okundu olarak işaretle',
  50. 'mark_selection_unread' => 'Seçilenleri okunmadı olarak işaretleMark selection as unread',
  51. 'newer_first' => 'Önce yeniler',
  52. 'non-starred' => 'Favori dışındakileri göster',
  53. 'normal_view' => 'Normal görünüm',
  54. 'older_first' => 'Önce eskiler',
  55. 'queries' => 'Kullanıcı sorguları',
  56. 'read' => 'Okunmuşları göster',
  57. 'reader_view' => 'Okuma görünümü',
  58. 'rss_view' => 'RSS akışı',
  59. 'search_short' => 'Ara',
  60. 'starred' => 'Favorileri göster',
  61. 'stats' => 'İstatistikler',
  62. 'subscription' => 'Abonelik yönetimi',
  63. 'tags' => 'Etiketlerim',
  64. 'unread' => 'Okunmamışları göster',
  65. ),
  66. 'share' => 'Paylaş',
  67. 'tag' => array(
  68. 'related' => 'İlgili etiketler',
  69. ),
  70. 'tos' => array(
  71. 'title' => 'Hizmet Kullanım Şartları',
  72. ),
  73. );