Blame view

sources/apps/admin_dependencies_chk/l10n/zh_TW.php 798 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
  <?php $TRANSLATIONS = array(
  "The php-gd module is needed to create thumbnails of your images" => "建立影像縮圖需要使用到 php-gd 模組",
  "The php-ldap module is needed connect to your ldap server" => "連線到 LDAP 伺服器需要使用到 php-ldap 模組",
  "The php-zip module is needed download multiple files at once" => "單次下載多檔需要使用 php-zip 模組",
  "The php-mb_multibyte module is needed to manage correctly the encoding." => "為了能正確的管理編碼需要使用 php-mb_multibyte 模組.",
  "The php-ctype module is needed validate data." => "驗證資料需要使用 php-ctype 模組.",
  "The php-xml module is needed to share files with webdav." => "透過 webdav 分享檔案需要使用到  php-xml 模組.",
  "Dependencies status" => "依存狀態"
  );