Blame view
sources/apps/admin_migrate/l10n/zh_TW.php
429 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" => "匯出" ); |