nextcloud/apps/files_versions/l10n/ko.php

9 lines
320 B
PHP
Raw Normal View History

2012-11-21 03:02:33 +04:00
<?php $TRANSLATIONS = array(
2012-12-10 03:12:32 +04:00
"Expire all versions" => "모든 버전 삭제",
2012-11-21 03:02:33 +04:00
"History" => "역사",
"Versions" => "버전",
2012-12-10 03:12:32 +04:00
"This will delete all existing backup versions of your files" => "이 파일의 모든 백업 버전을 삭제합니다",
"Files Versioning" => "파일 버전 관리",
"Enable" => "사용함"
2012-11-21 03:02:33 +04:00
);