Blame view
sources/apps/admin_migrate/l10n/zh_TW.php
255 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export data" => "匯出資料", "All system files and user data" => "全部的系統檔案與使用者資料", "Only system files" => "僅限系統檔案", "Only user data" => "僅限使用者資料", "Export" => "匯出" ); |