diff options
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 1bf9b42459a..52d6624031d 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -267,9 +267,6 @@ OC.L10N.register( "Database host" : "데이터베이스 호스트", "Please specify the port number along with the host name (e.g., localhost:5432)." : "호스트 이름과 함께 포트 번호를 지정하십시오(예: localhost:5432)", "Performance warning" : "성능 경고", - "SQLite will be used as database." : "데이터베이스로 SQLite를 사용할 것입니다.", - "For larger installations we recommend to choose a different database backend." : "대규모 파일을 관리하려고 한다면 다른 데이터베이스 백엔드를 선택할 것을 권장합니다.", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면 SQLite를 사용하지 않는 것이 좋습니다.", "Finish setup" : "설치 완료", "Finishing …" : "완료 중 …", "Need help?" : "도움이 필요한가요?", @@ -335,6 +332,9 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "사용자나 그룹 이름 및 이메일 주소를 입력해서 다른 사람과 공유하십시오.", "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.", "You can click here to return to %s." : "%s(으)로 돌아가려면 여기를 누르십시오.", + "SQLite will be used as database." : "데이터베이스로 SQLite를 사용할 것입니다.", + "For larger installations we recommend to choose a different database backend." : "대규모 파일을 관리하려고 한다면 다른 데이터베이스 백엔드를 선택할 것을 권장합니다.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면 SQLite를 사용하지 않는 것이 좋습니다.", "Wrong password." : "암호가 잘못되었습니다.", "Stay logged in" : "로그인 유지", "Back to log in" : "로그인으로 돌아가기", |