| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php
- return array(
- 'about' => array(
- '_' => '정보',
- 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
- 'bugs_reports' => '버그 제보하기',
- 'credits' => 'Credits',
- '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.',
- '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.',
- 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>',
- 'license' => '라이센스',
- 'project_website' => '프로젝트 웹사이트',
- 'title' => '정보',
- 'version' => 'Version',
- 'website' => 'Website',
- ),
- 'feed' => array(
- 'add' => '피드를 추가하세요.',
- 'empty' => '글이 없습니다.',
- 'rss_of' => 'RSS feed of %s',
- 'title' => 'RSS 피드',
- 'title_global' => 'Global view',
- 'title_fav' => 'Your favourites',
- ),
- 'log' => array(
- '_' => '로그',
- 'clear' => '로그 모두 지우기',
- 'empty' => '로그 파일이 비어있습니다',
- 'title' => '로그',
- ),
- 'menu' => array(
- 'about' => 'FreshRSS 정보',
- 'add_query' => '쿼리 만들기',
- 'before_one_day' => '하루 이전',
- 'before_one_week' => '한 주 이전',
- 'favorites' => '즐겨찾기 (%s)',
- 'global_view' => 'Global view',
- 'main_stream' => '메인 스트림',
- 'mark_all_read' => '모두 읽음으로 표시',
- 'mark_cat_read' => '이 카테고리를 읽음으로 표시',
- 'mark_feed_read' => 'Mark feed as read',
- 'newer_first' => '최근 글 먼저',
- 'non-starred' => '즐겨찾기를 제외하고 표시',
- 'normal_view' => 'Normal view',
- 'older_first' => '오래된 글 먼저',
- 'queries' => '사용자 쿼리',
- 'read' => '읽은 글만 표시',
- 'reader_view' => 'Reading view',
- 'rss_view' => 'RSS 피드',
- 'search_short' => 'Search',
- 'starred' => '즐겨찾기만 표시',
- 'stats' => '통계',
- 'subscription' => '구독 관리',
- 'unread' => '읽지 않은 글만 표시',
- ),
- 'share' => '공유',
- 'tag' => array(
- 'related' => '관련 태그',
- ),
- );
|