diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
commit | ada13a4d40feb4802ca393b8c0a8e09f35f571c2 (patch) | |
tree | 2a22c3f81bbecfbab43faf844a924422e032138f /lib/l10n/ko.php | |
parent | c71408eaa9f4614cb8caa726ed3172ce77a359f2 (diff) | |
download | nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.tar.gz nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.zip |
fixing all broken translation files
Diffstat (limited to 'lib/l10n/ko.php')
-rw-r--r-- | lib/l10n/ko.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php index d23dd51665a..824882c984d 100644 --- a/lib/l10n/ko.php +++ b/lib/l10n/ko.php @@ -27,13 +27,13 @@ $TRANSLATIONS = array( "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" => "초 전", -"_%n minute ago_::_%n minutes ago_" => array(,), -"_%n hour ago_::_%n hours ago_" => array(,), +"_%n minute ago_::_%n minutes ago_" => array(""), +"_%n hour ago_::_%n hours ago_" => array(""), "today" => "오늘", "yesterday" => "어제", -"_%n day go_::_%n days ago_" => array(,), +"_%n day go_::_%n days ago_" => array(""), "last month" => "지난 달", -"_%n month ago_::_%n months ago_" => array(,), +"_%n month ago_::_%n months ago_" => array(""), "last year" => "작년", "years ago" => "년 전", "Could not find category \"%s\"" => "분류 \"%s\"을(를) 찾을 수 없습니다." |