123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- #
- # Translators:
- # <aoiob4305@gmail.com>, 2013.
- # 남자사람 <cessnagi@gmail.com>, 2012.
- # <limonade83@gmail.com>, 2012.
- # Park Shinjo <kde@peremen.name>, 2013.
- # Shinjo Park <kde@peremen.name>, 2012.
- msgid ""
- msgstr ""
- "Project-Id-Version: ownCloud\n"
- "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
- "POT-Creation-Date: 2013-04-01 00:02+0200\n"
- "PO-Revision-Date: 2013-03-31 22:00+0000\n"
- "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
- "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: ko\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- #: ajax/share.php:97
- #, php-format
- msgid "User %s shared a file with you"
- msgstr "%s 님이 파일을 공유하였습니다"
- #: ajax/share.php:99
- #, php-format
- msgid "User %s shared a folder with you"
- msgstr "%s 님이 폴더를 공유하였습니다"
- #: ajax/share.php:101
- #, php-format
- msgid ""
- "User %s shared the file \"%s\" with you. It is available for download here: "
- "%s"
- msgstr "%s 님이 파일 \"%s\"을(를) 공유하였습니다. 여기에서 다운로드할 수 있습니다: %s"
- #: ajax/share.php:104
- #, php-format
- msgid ""
- "User %s shared the folder \"%s\" with you. It is available for download "
- "here: %s"
- msgstr "%s 님이 폴더 \"%s\"을(를) 공유하였습니다. 여기에서 다운로드할 수 있습니다: %s"
- #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
- msgid "Category type not provided."
- msgstr "분류 형식이 제공되지 않았습니다."
- #: ajax/vcategories/add.php:30
- msgid "No category to add?"
- msgstr "추가할 분류가 없습니까?"
- #: ajax/vcategories/add.php:37
- #, php-format
- msgid "This category already exists: %s"
- msgstr ""
- #: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
- #: ajax/vcategories/favorites.php:24
- #: ajax/vcategories/removeFromFavorites.php:26
- msgid "Object type not provided."
- msgstr "객체 형식이 제공되지 않았습니다."
- #: ajax/vcategories/addToFavorites.php:30
- #: ajax/vcategories/removeFromFavorites.php:30
- #, php-format
- msgid "%s ID not provided."
- msgstr "%s ID가 제공되지 않았습니다."
- #: ajax/vcategories/addToFavorites.php:35
- #, php-format
- msgid "Error adding %s to favorites."
- msgstr "책갈피에 %s을(를) 추가할 수 없었습니다."
- #: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
- msgid "No categories selected for deletion."
- msgstr "삭제할 분류를 선택하지 않았습니다."
- #: ajax/vcategories/removeFromFavorites.php:35
- #, php-format
- msgid "Error removing %s from favorites."
- msgstr "책갈피에서 %s을(를) 삭제할 수 없었습니다."
- #: js/config.php:34
- msgid "Sunday"
- msgstr "일요일"
- #: js/config.php:35
- msgid "Monday"
- msgstr "월요일"
- #: js/config.php:36
- msgid "Tuesday"
- msgstr "화요일"
- #: js/config.php:37
- msgid "Wednesday"
- msgstr "수요일"
- #: js/config.php:38
- msgid "Thursday"
- msgstr "목요일"
- #: js/config.php:39
- msgid "Friday"
- msgstr "금요일"
- #: js/config.php:40
- msgid "Saturday"
- msgstr "토요일"
- #: js/config.php:45
- msgid "January"
- msgstr "1월"
- #: js/config.php:46
- msgid "February"
- msgstr "2월"
- #: js/config.php:47
- msgid "March"
- msgstr "3월"
- #: js/config.php:48
- msgid "April"
- msgstr "4월"
- #: js/config.php:49
- msgid "May"
- msgstr "5월"
- #: js/config.php:50
- msgid "June"
- msgstr "6월"
- #: js/config.php:51
- msgid "July"
- msgstr "7월"
- #: js/config.php:52
- msgid "August"
- msgstr "8월"
- #: js/config.php:53
- msgid "September"
- msgstr "9월"
- #: js/config.php:54
- msgid "October"
- msgstr "10월"
- #: js/config.php:55
- msgid "November"
- msgstr "11월"
- #: js/config.php:56
- msgid "December"
- msgstr "12월"
- #: js/js.js:286
- msgid "Settings"
- msgstr "설정"
- #: js/js.js:779
- msgid "seconds ago"
- msgstr "초 전"
- #: js/js.js:780
- msgid "1 minute ago"
- msgstr "1분 전"
- #: js/js.js:781
- msgid "{minutes} minutes ago"
- msgstr "{minutes}분 전"
- #: js/js.js:782
- msgid "1 hour ago"
- msgstr "1시간 전"
- #: js/js.js:783
- msgid "{hours} hours ago"
- msgstr "{hours}시간 전"
- #: js/js.js:784
- msgid "today"
- msgstr "오늘"
- #: js/js.js:785
- msgid "yesterday"
- msgstr "어제"
- #: js/js.js:786
- msgid "{days} days ago"
- msgstr "{days}일 전"
- #: js/js.js:787
- msgid "last month"
- msgstr "지난 달"
- #: js/js.js:788
- msgid "{months} months ago"
- msgstr "{months}개월 전"
- #: js/js.js:789
- msgid "months ago"
- msgstr "개월 전"
- #: js/js.js:790
- msgid "last year"
- msgstr "작년"
- #: js/js.js:791
- msgid "years ago"
- msgstr "년 전"
- #: js/oc-dialogs.js:126
- msgid "Choose"
- msgstr "선택"
- #: js/oc-dialogs.js:146 js/oc-dialogs.js:166
- msgid "Cancel"
- msgstr "취소"
- #: js/oc-dialogs.js:162
- msgid "No"
- msgstr "아니요"
- #: js/oc-dialogs.js:163
- msgid "Yes"
- msgstr "예"
- #: js/oc-dialogs.js:180
- msgid "Ok"
- msgstr "승락"
- #: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
- #: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
- msgid "The object type is not specified."
- msgstr "객체 유형이 지정되지 않았습니다."
- #: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
- #: js/oc-vcategories.js:195 js/share.js:136 js/share.js:143 js/share.js:577
- #: js/share.js:589
- msgid "Error"
- msgstr "오류"
- #: js/oc-vcategories.js:179
- msgid "The app name is not specified."
- msgstr "앱 이름이 지정되지 않았습니다."
- #: js/oc-vcategories.js:194
- msgid "The required file {file} is not installed!"
- msgstr "필요한 파일 {file}이(가) 설치되지 않았습니다!"
- #: js/share.js:30 js/share.js:45 js/share.js:87
- msgid "Shared"
- msgstr "공유됨"
- #: js/share.js:90
- msgid "Share"
- msgstr "공유"
- #: js/share.js:125 js/share.js:617
- msgid "Error while sharing"
- msgstr "공유하는 중 오류 발생"
- #: js/share.js:136
- msgid "Error while unsharing"
- msgstr "공유 해제하는 중 오류 발생"
- #: js/share.js:143
- msgid "Error while changing permissions"
- msgstr "권한 변경하는 중 오류 발생"
- #: js/share.js:152
- msgid "Shared with you and the group {group} by {owner}"
- msgstr "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중"
- #: js/share.js:154
- msgid "Shared with you by {owner}"
- msgstr "{owner} 님이 공유 중"
- #: js/share.js:159
- msgid "Share with"
- msgstr "다음으로 공유"
- #: js/share.js:164
- msgid "Share with link"
- msgstr "URL 링크로 공유"
- #: js/share.js:167
- msgid "Password protect"
- msgstr "암호 보호"
- #: js/share.js:169 templates/installation.php:54 templates/login.php:35
- msgid "Password"
- msgstr "암호"
- #: js/share.js:173
- msgid "Email link to person"
- msgstr "이메일 주소"
- #: js/share.js:174
- msgid "Send"
- msgstr "전송"
- #: js/share.js:178
- msgid "Set expiration date"
- msgstr "만료 날짜 설정"
- #: js/share.js:179
- msgid "Expiration date"
- msgstr "만료 날짜"
- #: js/share.js:211
- msgid "Share via email:"
- msgstr "이메일로 공유:"
- #: js/share.js:213
- msgid "No people found"
- msgstr "발견된 사람 없음"
- #: js/share.js:251
- msgid "Resharing is not allowed"
- msgstr "다시 공유할 수 없습니다"
- #: js/share.js:287
- msgid "Shared in {item} with {user}"
- msgstr "{user} 님과 {item}에서 공유 중"
- #: js/share.js:308
- msgid "Unshare"
- msgstr "공유 해제"
- #: js/share.js:320
- msgid "can edit"
- msgstr "편집 가능"
- #: js/share.js:322
- msgid "access control"
- msgstr "접근 제어"
- #: js/share.js:325
- msgid "create"
- msgstr "만들기"
- #: js/share.js:328
- msgid "update"
- msgstr "업데이트"
- #: js/share.js:331
- msgid "delete"
- msgstr "삭제"
- #: js/share.js:334
- msgid "share"
- msgstr "공유"
- #: js/share.js:368 js/share.js:564
- msgid "Password protected"
- msgstr "암호로 보호됨"
- #: js/share.js:577
- msgid "Error unsetting expiration date"
- msgstr "만료 날짜 해제 오류"
- #: js/share.js:589
- msgid "Error setting expiration date"
- msgstr "만료 날짜 설정 오류"
- #: js/share.js:604
- msgid "Sending ..."
- msgstr "전송 중..."
- #: js/share.js:615
- msgid "Email sent"
- msgstr "이메일 발송됨"
- #: js/update.js:14
- msgid ""
- "The update was unsuccessful. Please report this issue to the <a "
- "href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
- "community</a>."
- msgstr "업데이트가 실패하였습니다. 이 문제를 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 커뮤니티</a>에 보고해 주십시오."
- #: js/update.js:18
- msgid "The update was successful. Redirecting you to ownCloud now."
- msgstr "업데이트가 성공하였습니다. ownCloud로 돌아갑니다."
- #: lostpassword/controller.php:48
- msgid "ownCloud password reset"
- msgstr "ownCloud 암호 재설정"
- #: lostpassword/templates/email.php:2
- msgid "Use the following link to reset your password: {link}"
- msgstr "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}"
- #: lostpassword/templates/lostpassword.php:3
- msgid "You will receive a link to reset your password via Email."
- msgstr "이메일로 암호 재설정 링크를 보냈습니다."
- #: lostpassword/templates/lostpassword.php:5
- msgid "Reset email send."
- msgstr "초기화 이메일을 보냈습니다."
- #: lostpassword/templates/lostpassword.php:8
- msgid "Request failed!"
- msgstr "요청이 실패했습니다!"
- #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48
- #: templates/login.php:28
- msgid "Username"
- msgstr "사용자 이름"
- #: lostpassword/templates/lostpassword.php:14
- msgid "Request reset"
- msgstr "요청 초기화"
- #: lostpassword/templates/resetpassword.php:4
- msgid "Your password was reset"
- msgstr "암호가 재설정되었습니다"
- #: lostpassword/templates/resetpassword.php:5
- msgid "To login page"
- msgstr "로그인 화면으로"
- #: lostpassword/templates/resetpassword.php:8
- msgid "New password"
- msgstr "새 암호"
- #: lostpassword/templates/resetpassword.php:11
- msgid "Reset password"
- msgstr "암호 재설정"
- #: strings.php:5
- msgid "Personal"
- msgstr "개인"
- #: strings.php:6
- msgid "Users"
- msgstr "사용자"
- #: strings.php:7
- msgid "Apps"
- msgstr "앱"
- #: strings.php:8
- msgid "Admin"
- msgstr "관리자"
- #: strings.php:9
- msgid "Help"
- msgstr "도움말"
- #: templates/403.php:12
- msgid "Access forbidden"
- msgstr "접근 금지됨"
- #: templates/404.php:12
- msgid "Cloud not found"
- msgstr "클라우드를 찾을 수 없습니다"
- #: templates/edit_categories_dialog.php:4
- msgid "Edit categories"
- msgstr "분류 편집"
- #: templates/edit_categories_dialog.php:16
- msgid "Add"
- msgstr "추가"
- #: templates/installation.php:24 templates/installation.php:31
- #: templates/installation.php:38
- msgid "Security Warning"
- msgstr "보안 경고"
- #: templates/installation.php:25
- msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)"
- msgstr ""
- #: templates/installation.php:26
- msgid "Please update your PHP installation to use ownCloud securely."
- msgstr ""
- #: templates/installation.php:32
- msgid ""
- "No secure random number generator is available, please enable the PHP "
- "OpenSSL extension."
- msgstr "안전한 난수 생성기를 사용할 수 없습니다. PHP의 OpenSSL 확장을 활성화해 주십시오."
- #: templates/installation.php:33
- msgid ""
- "Without a secure random number generator an attacker may be able to predict "
- "password reset tokens and take over your account."
- msgstr "안전한 난수 생성기를 사용하지 않으면 공격자가 암호 초기화 토큰을 추측하여 계정을 탈취할 수 있습니다."
- #: templates/installation.php:39
- msgid ""
- "Your data directory and files are probably accessible from the internet "
- "because the .htaccess file does not work."
- msgstr ""
- #: templates/installation.php:40
- msgid ""
- "For information how to properly configure your server, please see the <a "
- "href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" "
- "target=\"_blank\">documentation</a>."
- msgstr ""
- #: templates/installation.php:44
- msgid "Create an <strong>admin account</strong>"
- msgstr "<strong>관리자 계정</strong> 만들기"
- #: templates/installation.php:62
- msgid "Advanced"
- msgstr "고급"
- #: templates/installation.php:64
- msgid "Data folder"
- msgstr "데이터 폴더"
- #: templates/installation.php:73
- msgid "Configure the database"
- msgstr "데이터베이스 설정"
- #: templates/installation.php:78 templates/installation.php:90
- #: templates/installation.php:101 templates/installation.php:112
- #: templates/installation.php:124
- msgid "will be used"
- msgstr "사용될 예정"
- #: templates/installation.php:136
- msgid "Database user"
- msgstr "데이터베이스 사용자"
- #: templates/installation.php:141
- msgid "Database password"
- msgstr "데이터베이스 암호"
- #: templates/installation.php:146
- msgid "Database name"
- msgstr "데이터베이스 이름"
- #: templates/installation.php:156
- msgid "Database tablespace"
- msgstr "데이터베이스 테이블 공간"
- #: templates/installation.php:163
- msgid "Database host"
- msgstr "데이터베이스 호스트"
- #: templates/installation.php:169
- msgid "Finish setup"
- msgstr "설치 완료"
- #: templates/layout.guest.php:40
- msgid "web services under your control"
- msgstr "내가 관리하는 웹 서비스"
- #: templates/layout.user.php:58
- msgid "Log out"
- msgstr "로그아웃"
- #: templates/login.php:10
- msgid "Automatic logon rejected!"
- msgstr "자동 로그인이 거부되었습니다!"
- #: templates/login.php:11
- msgid ""
- "If you did not change your password recently, your account may be "
- "compromised!"
- msgstr "최근에 암호를 변경하지 않았다면 계정이 탈취되었을 수도 있습니다!"
- #: templates/login.php:13
- msgid "Please change your password to secure your account again."
- msgstr "계정의 안전을 위하여 암호를 변경하십시오."
- #: templates/login.php:19
- msgid "Lost your password?"
- msgstr "암호를 잊으셨습니까?"
- #: templates/login.php:41
- msgid "remember"
- msgstr "기억하기"
- #: templates/login.php:43
- msgid "Log in"
- msgstr "로그인"
- #: templates/login.php:49
- msgid "Alternative Logins"
- msgstr ""
- #: templates/part.pagenavi.php:3
- msgid "prev"
- msgstr "이전"
- #: templates/part.pagenavi.php:20
- msgid "next"
- msgstr "다음"
- #: templates/update.php:3
- #, php-format
- msgid "Updating ownCloud to version %s, this may take a while."
- msgstr "ownCloud를 버전 %s(으)로 업데이트합니다. 잠시 기다려 주십시오."
|