diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-10 00:12:32 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-10 00:12:32 +0100 |
commit | a444999a8c52d203cdc788eeb7e138356d2a3eb9 (patch) | |
tree | 6a296a239d3b148afe3dc0498073f44828c2e3f1 /apps/files_versions | |
parent | 9a3a83e16a5a65229ffeebafe739fffd524499bc (diff) | |
download | nextcloud-server-a444999a8c52d203cdc788eeb7e138356d2a3eb9.tar.gz nextcloud-server-a444999a8c52d203cdc788eeb7e138356d2a3eb9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/ko.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_versions/l10n/ko.php b/apps/files_versions/l10n/ko.php index 9c14de0962a..688babb1121 100644 --- a/apps/files_versions/l10n/ko.php +++ b/apps/files_versions/l10n/ko.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( -"Expire all versions" => "모든 버전이 만료되었습니다.", +"Expire all versions" => "모든 버전 삭제", "History" => "역사", "Versions" => "버전", -"This will delete all existing backup versions of your files" => "당신 파일의 존재하는 모든 백업 버전이 삭제될것입니다.", -"Files Versioning" => "파일 버전관리중", -"Enable" => "가능" +"This will delete all existing backup versions of your files" => "이 파일의 모든 백업 버전을 삭제합니다", +"Files Versioning" => "파일 버전 관리", +"Enable" => "사용함" ); |