summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-11 02:10:41 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-11 02:10:41 +0200
commitb02db643d08fde6bf609e9e2e31c32b4a16518c4 (patch)
tree9e899edead59ef49c3c6655e28b8b4ec16a77080 /apps/files_versions
parenta028ba930a5d18ee83d60b164f45f2a83b4f22b1 (diff)
downloadnextcloud-server-b02db643d08fde6bf609e9e2e31c32b4a16518c4.tar.gz
nextcloud-server-b02db643d08fde6bf609e9e2e31c32b4a16518c4.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/ko.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/ko.php b/apps/files_versions/l10n/ko.php
index f40925e1be2..994144f39e1 100644
--- a/apps/files_versions/l10n/ko.php
+++ b/apps/files_versions/l10n/ko.php
@@ -1,5 +1,11 @@
<?php $TRANSLATIONS = array(
-"History" => "역사",
-"Files Versioning" => "파일 버전 관리",
-"Enable" => "사용함"
+"Could not revert: %s" => "되돌릴 수 없습니다: %s",
+"success" => "완료",
+"File %s was reverted to version %s" => "파일 %s를 버전 %s로 변경하였습니다.",
+"failure" => "실패",
+"File %s could not be reverted to version %s" => "파일 %s를 버전 %s로 되돌리지 못했습니다.",
+"No old versions available" => "오래된 버전을 사용할 수 없습니다",
+"No path specified" => "경로를 알수 없습니다.",
+"Versions" => "버젼",
+"Revert a file to a previous version by clicking on its revert button" => "변경 버튼을 클릭하여 이전 버전의 파일로 변경할 수 있습니다."
);