diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-29 01:55:36 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-29 01:55:36 -0500 |
commit | e345f3f5114370bb84bd1f78c379fb3c8d172ca2 (patch) | |
tree | 5a7609124bdaaccae89b8b040a5ab7c057748611 /apps/files_versions/l10n | |
parent | 71c829f92ab941ae8ba934ff71310d00c939eea1 (diff) | |
download | nextcloud-server-e345f3f5114370bb84bd1f78c379fb3c8d172ca2.tar.gz nextcloud-server-e345f3f5114370bb84bd1f78c379fb3c8d172ca2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n')
-rw-r--r-- | apps/files_versions/l10n/ko.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/ko.php b/apps/files_versions/l10n/ko.php index ba951c4107a..bd56c0489bf 100644 --- a/apps/files_versions/l10n/ko.php +++ b/apps/files_versions/l10n/ko.php @@ -2,9 +2,9 @@ $TRANSLATIONS = array( "Could not revert: %s" => "되돌릴 수 없습니다: %s", "Versions" => "버전", -"Failed to revert {file} to revision {timestamp}." => "{timestamp} 판의 {file}로 돌리는데 실패했습니다.", -"More versions..." => "더 많은 버전들...", -"No other versions available" => "다른 버전을 사용할수 없습니다", +"Failed to revert {file} to revision {timestamp}." => "{file}을(를) 리비전 {timestamp}으(로) 되돌리는 데 실패하였습니다.", +"More versions..." => "더 많은 버전...", +"No other versions available" => "다른 버전을 사용할 수 없습니다", "Restore" => "복원" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |