index.php 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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://gitlab.gnome.org/Archive/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://framagit.org/marienfressinaud/MINZ">Minz</a> i temel alır.',
  18. 'documentation' => 'Dökümantasyon',
  19. 'freshrss_description' => 'FreshRSS 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.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">GitHub sayfası</a>',
  21. 'license' => 'Lisans',
  22. 'project_website' => 'Proje sayfası',
  23. 'title' => 'Hakkında',
  24. 'version' => 'Sürüm',
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'Gösterilecek makale yok.',
  28. 'rss_of' => '%s kaynağına ait RSS akışı',
  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' => 'Şuana ait yer imi sorgusu',
  44. 'favorites' => 'Favoriler (%s)',
  45. 'global_view' => 'Evrensel görünüm',
  46. 'important' => 'Önemli akışlar',
  47. 'main_stream' => 'Ana akış',
  48. 'mark_all_read' => 'Hepsini okundu olarak işaretle',
  49. 'mark_cat_read' => 'Kategoriyi okundu olarak işaretle',
  50. 'mark_feed_read' => 'Akışı okundu olarak işaretle',
  51. 'mark_selection_unread' => 'Seçilenleri okunmadı olarak işaretleMark selection as unread',
  52. 'newer_first' => 'Önce yeniler',
  53. 'non-starred' => 'Favori dışındakileri göster',
  54. 'normal_view' => 'Normal görünüm',
  55. 'older_first' => 'Önce eskiler',
  56. 'queries' => 'Kullanıcı sorguları',
  57. 'read' => 'Okunmuşları göster',
  58. 'reader_view' => 'Okuma görünümü',
  59. 'rss_view' => 'RSS akışı',
  60. 'search_short' => 'Ara',
  61. 'starred' => 'Favorileri göster',
  62. 'stats' => 'İstatistikler',
  63. 'subscription' => 'Abonelik yönetimi',
  64. 'tags' => 'Etiketlerim',
  65. 'unread' => 'Okunmamışları göster',
  66. ),
  67. 'share' => 'Paylaş',
  68. 'tag' => array(
  69. 'related' => 'İlgili etiketler',
  70. ),
  71. 'tos' => array(
  72. 'title' => 'Hizmet Kullanım Şartları',
  73. ),
  74. );