diff options
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 291528ac004..1c799bd40e0 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -98,6 +98,9 @@ OC.L10N.register( "Sharing %s failed, because the file could not be found in the file cache" : "%s을(를) 공유할 수 없습니다. 파일 캐시에서 찾을 수 없습니다", "Could not find category \"%s\"" : "분류 \"%s\"을(를) 찾을 수 없습니다.", "Apps" : "앱", + "A valid username must be provided" : "올바른 사용자 이름을 입력해야 합니다", + "A valid password must be provided" : "올바른 암호를 입력해야 합니다", + "The username is already being used" : "사용자 이름이 이미 존재합니다", "Help" : "도움말", "Personal" : "개인", "Users" : "사용자", @@ -141,9 +144,6 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "설정 중 \"datadirectory\" 값을 확인하십시오", "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨", "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오.", - "A valid username must be provided" : "올바른 사용자 이름을 입력해야 합니다", - "A valid password must be provided" : "올바른 암호를 입력해야 합니다", - "The username is already being used" : "사용자 이름이 이미 존재합니다", "Could not obtain lock type %d on \"%s\"." : "잠금 형식 %d을(를) \"%s\"에 대해 얻을 수 없습니다.", "Storage not available" : "저장소를 사용할 수 없음" }, |