diff options
Diffstat (limited to 'lib/l10n/ko.js')
-rw-r--r-- | lib/l10n/ko.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index f999ce9008c..b77f989d40f 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -86,7 +86,6 @@ OC.L10N.register( "Set an admin username." : "관리자의 사용자 이름을 설정합니다.", "Set an admin password." : "관리자의 암호를 설정합니다.", "Can't create or write into the data directory %s" : "데이터 디렉터리 %s을(를) 만들거나 기록할 수 없음", - "Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "공유 백엔드 %s에서 OCP\\Share_Backend 인터페이스를 구현해야 함", "Sharing backend %s not found" : "공유 백엔드 %s을(를) 찾을 수 없음", "Sharing backend for %s not found" : "%s의 공유 백엔드를 찾을 수 없음", @@ -207,6 +206,7 @@ OC.L10N.register( "Groupware" : "그룹웨어", "Personal info" : "개인 정보", "Mobile & desktop" : "모바일 & 데스크톱", + "Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID", "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" : "apps 디렉터리에 웹 서버의 쓰기 권한을 부여하거나 설정에서 앱 스토어를 비활성화해서 해결할 수 있습니다. %s 문서를 참조하십시오" }, "nplurals=1; plural=0;"); |