index.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => '정보',
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  6. 'bugs_reports' => '버그 제보하기',
  7. 'credits' => 'Credits',
  8. 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.',
  9. 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.',
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>',
  11. 'license' => '라이센스',
  12. 'project_website' => '프로젝트 웹사이트',
  13. 'title' => '정보',
  14. 'version' => 'Version',
  15. 'website' => 'Website',
  16. ),
  17. 'feed' => array(
  18. 'add' => '피드를 추가하세요.',
  19. 'empty' => '글이 없습니다.',
  20. 'rss_of' => 'RSS feed of %s',
  21. 'title' => 'RSS 피드',
  22. 'title_global' => 'Global view',
  23. 'title_fav' => 'Your favourites',
  24. ),
  25. 'log' => array(
  26. '_' => '로그',
  27. 'clear' => '로그 모두 지우기',
  28. 'empty' => '로그 파일이 비어있습니다',
  29. 'title' => '로그',
  30. ),
  31. 'menu' => array(
  32. 'about' => 'FreshRSS 정보',
  33. 'add_query' => '쿼리 만들기',
  34. 'before_one_day' => '하루 이전',
  35. 'before_one_week' => '한 주 이전',
  36. 'favorites' => '즐겨찾기 (%s)',
  37. 'global_view' => 'Global view',
  38. 'main_stream' => '메인 스트림',
  39. 'mark_all_read' => '모두 읽음으로 표시',
  40. 'mark_cat_read' => '이 카테고리를 읽음으로 표시',
  41. 'mark_feed_read' => 'Mark feed as read',
  42. 'newer_first' => '최근 글 먼저',
  43. 'non-starred' => '즐겨찾기를 제외하고 표시',
  44. 'normal_view' => 'Normal view',
  45. 'older_first' => '오래된 글 먼저',
  46. 'queries' => '사용자 쿼리',
  47. 'read' => '읽은 글만 표시',
  48. 'reader_view' => 'Reading view',
  49. 'rss_view' => 'RSS 피드',
  50. 'search_short' => 'Search',
  51. 'starred' => '즐겨찾기만 표시',
  52. 'stats' => '통계',
  53. 'subscription' => '구독 관리',
  54. 'unread' => '읽지 않은 글만 표시',
  55. ),
  56. 'share' => '공유',
  57. 'tag' => array(
  58. 'related' => '관련 태그',
  59. ),
  60. );