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 84b58cb8d16..4138e5df955 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -74,7 +74,6 @@ OC.L10N.register( "Additional settings" : "고급 설정", "Tips & tricks" : "팁과 추가 정보", "Personal info" : "개인 정보", - "Sync clients" : "동기화 클라이언트", "Unlimited" : "무제한", "Verifying" : "검사 중", "Verifying …" : "검사 중…", @@ -241,6 +240,7 @@ OC.L10N.register( "Files can't be shared with create permissions" : "파일을 생성 권한으로 공유할 수 없습니다", "Cannot set expiration date more than %s days in the future" : "만료 날짜를 %s일 이상 이후로 설정할 수 없습니다", "No app name specified" : "앱 이름이 지정되지 않았음", - "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!" + "App '%s' could not be installed!" : "앱 '%s'을(를) 설치할 수 없습니다!", + "Sync clients" : "동기화 클라이언트" }, "nplurals=1; plural=0;"); |