diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-07-21 08:40:35 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-07-21 08:40:35 +0000 |
| commit | e8818efbe9c814ad3b46ee0e5d0ae250b7c96cf4 (patch) | |
| tree | 1d97916eb75517d1731a2d4b6b038533f8eef954 | |
| parent | 76b729c47b8edca000ed93f81e6d6bf62dab1701 (diff) | |
| download | rockbox-e8818efbe9c814ad3b46ee0e5d0ae250b7c96cf4.zip rockbox-e8818efbe9c814ad3b46ee0e5d0ae250b7c96cf4.tar.gz rockbox-e8818efbe9c814ad3b46ee0e5d0ae250b7c96cf4.tar.bz2 rockbox-e8818efbe9c814ad3b46ee0e5d0ae250b7c96cf4.tar.xz | |
update by Jeong Taek In
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10271 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/korean.lang | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang index e37d567..5c73173 100644 --- a/apps/lang/korean.lang +++ b/apps/lang/korean.lang @@ -8557,3 +8557,116 @@ *: "자동 업데이트" </voice> </phrase> +<phrase> + id: LANG_TAGCACHE_EXPORT + desc: in tag cache settings + user: + <source> + *: "Export modifications" + </source> + <dest> + *: "변경사항 내보내기" + </dest> + <voice> + *: "변경사항 내보내기" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG + desc: in onplay menu + user: + <source> + *: "Playlist catalog" + </source> + <dest> + *: "재생목록들의 목록 보기" + </dest> + <voice> + *: "재생목록들의 목록 보기" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_ADD_TO + desc: in onplay playlist catalog submenu + user: + <source> + *: "Add to playlist" + </source> + <dest> + *: "재생목록에 추가" + </dest> + <voice> + *: "재생목록에 추가" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_ADD_TO_NEW + desc: in onplay playlist catalog submenu + user: + <source> + *: "Add to new playlist" + </source> + <dest> + *: "새 재생목록에 추가" + </dest> + <voice> + *: "새 재생목록에 추가" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_VIEW + desc: in onplay playlist catalog submenu + user: + <source> + *: "View catalog" + </source> + <dest> + *: "목록 보기" + </dest> + <voice> + *: "목록 보기" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_NO_DIRECTORY + desc: error message when playlist catalog directory doesn't exist + user: + <source> + *: "%s doesn't exist" + </source> + <dest> + *: "%s 폴더가 존재하지 않습니다." + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_CATALOG_NO_PLAYLISTS + desc: error message when no playlists for playlist catalog + user: + <source> + *: "No playlists" + </source> + <dest> + *: "재생목록이 없습니다." + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_TAGCACHE_IMPORT + desc: in tag cache settings + user: + <source> + *: "Import modifications" + </source> + <dest> + *: "변경사항 들여오기" + </dest> + <voice> + *: "변경사항 들여오기" + </voice> +</phrase> + |