Blame view
sources/apps/admin_migrate/l10n/ko.php
477 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "이 ownCloud 인스턴스 내보내기", "This will create a compressed file that contains the data of this owncloud instance." => "ownCloud 인스턴스가 포함된 압축 파일을 생성합니다.", "Please choose the export type:" => "내보낼 형식을 선택하십시오:", "ownCloud system files" => "ownCloud 시스템 파일", "Just user files" => "사용자 파일만", "Export" => "내보내기" ); |