diff options
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 072643b3b1b..157c63877d1 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -157,7 +157,6 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "config 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "config.php 파일을 읽기 전용으로 하시려는 경우, 설정의 \"config_is_read_only\"를 true로 하십시오. %s를 참조하십시오.", "Cannot write into \"apps\" directory" : "\"apps\" 디렉터리에 기록할 수 없습니다", - "Cannot create \"data\" directory" : "\"data\" 디렉터리를 만들 수 없음", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "루트 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "루트 디렉터리에 웹 서버의 쓰기 권한을 부여해서 해결할 수 있습니다. %s 문서를 참조하십시오.", "Setting locale to %s failed" : "로캘을 %s(으)로 설정할 수 없음", @@ -197,6 +196,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "파일을 삭제 권한으로 공유할 수 없습니다", "Files can’t be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다", "Can’t set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다", - "Can't read file" : "파일을 읽을 수 없음" + "Can't read file" : "파일을 읽을 수 없음", + "Cannot create \"data\" directory" : "\"data\" 디렉터리를 만들 수 없음" }, "nplurals=1; plural=0;"); |