diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
commit | 7279a07ca20949cf3cee82faf064d6aae8cf0a99 (patch) | |
tree | 01d912d1743db2e34225383d3f8b9783c9b6e295 /lib/l10n/ko.php | |
parent | d91104e120d570eaf3d80c23c5caf6b597b24db7 (diff) | |
parent | bd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff) | |
download | nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.tar.gz nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.zip |
Merge branch 'master' into mimetype-defaults
Conflicts:
apps/files/ajax/newfile.php
Diffstat (limited to 'lib/l10n/ko.php')
-rw-r--r-- | lib/l10n/ko.php | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php index 1f32ebe402a..824882c984d 100644 --- a/lib/l10n/ko.php +++ b/lib/l10n/ko.php @@ -1,9 +1,9 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "도움말", "Personal" => "개인", "Settings" => "설정", "Users" => "사용자", -"Apps" => "앱", "Admin" => "관리자", "web services under your control" => "내가 관리하는 웹 서비스", "ZIP download is turned off." => "ZIP 다운로드가 비활성화되었습니다.", @@ -27,16 +27,15 @@ "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAV 인터페이스가 제대로 작동하지 않습니다. 웹 서버에서 파일 동기화를 사용할 수 있도록 설정이 제대로 되지 않은 것 같습니다.", "Please double check the <a href='%s'>installation guides</a>." => "<a href='%s'>설치 가이드</a>를 다시 한 번 확인하십시오.", "seconds ago" => "초 전", -"1 minute ago" => "1분 전", -"%d minutes ago" => "%d분 전", -"1 hour ago" => "1시간 전", -"%d hours ago" => "%d시간 전", +"_%n minute ago_::_%n minutes ago_" => array(""), +"_%n hour ago_::_%n hours ago_" => array(""), "today" => "오늘", "yesterday" => "어제", -"%d days ago" => "%d일 전", +"_%n day go_::_%n days ago_" => array(""), "last month" => "지난 달", -"%d months ago" => "%d개월 전", +"_%n month ago_::_%n months ago_" => array(""), "last year" => "작년", "years ago" => "년 전", "Could not find category \"%s\"" => "분류 \"%s\"을(를) 찾을 수 없습니다." ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |