cmn.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?php
  2. return array(
  3. 'install:title' => 'Elgg 安裝',
  4. 'install:welcome' => '歡迎',
  5. 'install:requirements' => '需求檢查',
  6. 'install:database' => '資料庫安裝',
  7. 'install:settings' => '組配站臺',
  8. 'install:admin' => '建立管理帳號',
  9. 'install:complete' => '完成',
  10. 'install:next' => '下一步',
  11. 'install:refresh' => '重新整理',
  12. 'install:welcome:instructions' => "安裝 Elgg 有 6 個簡單的步驟,而讀取這個歡迎畫面是第一個!
  13. 如果您還沒有看過 Elgg 包含的安裝指示,請按一下位於頁面底部的指示鏈結)。
  14. 如果您已準備好繼續下去,請按「下一步」按鈕。",
  15. 'install:requirements:instructions:success' => "伺服器通過了需求檢查。",
  16. 'install:requirements:instructions:failure' => "伺服器需求檢查失敗。在您修正了以下問題之後,請重新整理這個頁面。如果您需要進一步的協助,請看看位於這個頁面底部的疑難排解鏈結。",
  17. 'install:requirements:instructions:warning' => "伺服器通過了需求檢查,但是至少出現一個警告。我們建議您看看安裝疑難排解頁面以獲得更多細節。",
  18. 'install:require:php' => 'PHP',
  19. 'install:require:rewrite' => '網頁伺服器',
  20. 'install:require:settings' => '設定值檔案',
  21. 'install:require:database' => '資料庫',
  22. 'install:check:root' => '網頁伺服器沒有在 Elgg 根目錄中建立 .htaccess 檔案的權限。您有兩個選擇:
  23. 1.變更根目錄上的權限
  24. 2.將檔案 htaccess_dist 拷貝為 .htaccess',
  25. 'install:check:php:version' => 'Elgg 要求 PHP %s 或以上。這個伺服器正在使用版本 %s。',
  26. 'install:check:php:extension' => 'Elgg 要求 PHP 延伸功能 %s。',
  27. 'install:check:php:extension:recommend' => '建議先安裝 PHP 延伸功能 %s。',
  28. 'install:check:php:open_basedir' => 'PHP 指令 open_basedir 可能會防止 Elgg 儲存檔案到資料目錄。',
  29. 'install:check:php:safe_mode' => '不建議在安全模式中執行 PHP,因為也許會與 Elgg 導致問題。',
  30. 'install:check:php:arg_separator' => 'Elgg 的 arg_separator.output 必須是 & 才能作用,而伺服器上的值是 %s',
  31. 'install:check:php:register_globals' => '全域的註冊必須關閉。',
  32. 'install:check:php:session.auto_start' => "Elgg 的 session.auto_start 必須關閉才能作用。請變更伺服器的組態,或者將這個指令加入 Elgg 的 .htaccess 檔案。",
  33. 'install:check:enginedir' => '網頁伺服器沒有在引擎目錄中建立 settings.php 檔案的權限。您有兩個選擇:
  34. 1.變更引擎目錄上的權限
  35. 2.將檔案 settings.example.php 拷貝為 settings.php 並依其中的指示來設定資料庫參數。',
  36. 'install:check:readsettings' => '設定值檔案存在於引擎目錄中,但是網頁伺服器無法讀取它。您可以刪除檔案或變更它的讀取權限。',
  37. 'install:check:php:success' => "伺服器上的 PHP 滿足 Elggs 的所有需求。",
  38. 'install:check:rewrite:success' => '已成功測試改寫規則。',
  39. 'install:check:database' => '已檢查過 Elgg 載入其資料庫時的需求。',
  40. 'install:database:instructions' => "如果您尚未建立用於 Elgg 的資料庫,請現在就做,接著填入下列值以初始化 Elgg 資料庫。",
  41. 'install:database:error' => '建立 Elgg 資料庫時出現了錯誤而無法繼續安裝。請檢閱以上的訊息並修正任何問題。如果您需要更多說明,請造訪以下的安裝疑難排解鏈結,或是貼文到 Elgg 社群論壇。',
  42. 'install:database:label:dbuser' => '資料庫使用者名稱',
  43. 'install:database:label:dbpassword' => '資料庫密碼',
  44. 'install:database:label:dbname' => '資料庫名稱',
  45. 'install:database:label:dbhost' => '資料庫主機',
  46. 'install:database:label:dbprefix' => '資料表前綴',
  47. 'install:database:help:dbuser' => '擁有您為 Elgg 所建立的 MySQL 資料庫完整權限的使用者',
  48. 'install:database:help:dbpassword' => '用於以上資料庫的使用者密碼',
  49. 'install:database:help:dbname' => 'Elgg 資料庫的名稱',
  50. 'install:database:help:dbhost' => 'MySQL 伺服器的主機名稱 (通常是 localhost)',
  51. 'install:database:help:dbprefix' => "賦予所有 Elgg 資料表的前綴 (通常是 elgg_)",
  52. 'install:settings:instructions' => '當我們組配 Elgg 時,需要一些站臺的相關資訊。如果還沒建立用於 Elgg 的<a href=http://docs.elgg.org/wiki/Data_directory target=_blank>資料目錄</a>,您現在就需要這樣做。',
  53. 'install:settings:label:sitename' => '站臺名稱',
  54. 'install:settings:label:siteemail' => '站臺電子郵件地址',
  55. 'install:settings:label:wwwroot' => '站臺網址',
  56. 'install:settings:label:path' => 'Elgg 安裝目錄',
  57. 'install:settings:label:dataroot' => '資料目錄',
  58. 'install:settings:label:language' => '站臺語言',
  59. 'install:settings:label:siteaccess' => '預設站臺存取',
  60. 'install:label:combo:dataroot' => 'Elgg 建立資料目錄',
  61. 'install:settings:help:sitename' => '新建 Elgg 站臺的名稱',
  62. 'install:settings:help:siteemail' => 'Elgg 用於聯絡使用者的電子郵件地址',
  63. 'install:settings:help:wwwroot' => '站臺的網址 (Elgg 通常能夠正確猜測)',
  64. 'install:settings:help:path' => '您置放 Elgg 程式碼的目錄位置 (Elgg 通常能夠正確猜測)',
  65. 'install:settings:help:dataroot' => '您所建立用於 Elgg 儲存檔案的目錄 (當您按「下一步」時,將會檢查這個目錄的權限)。它必須是絕對路徑。',
  66. 'install:settings:help:dataroot:apache' => '您可以選擇讓 Elgg 建立資料目錄,或是輸入您已建立用於儲存使用者檔案的目錄 (當您按「下一步」時,將會檢查這個目錄的權限)',
  67. 'install:settings:help:language' => '站臺使用的預設語言',
  68. 'install:settings:help:siteaccess' => '新使用者建立內容時的預設存取等級',
  69. 'install:admin:instructions' => "現在是建立管理者帳號的時候了。",
  70. 'install:admin:label:displayname' => '代號',
  71. 'install:admin:label:email' => '電子郵件',
  72. 'install:admin:label:username' => '使用者名稱',
  73. 'install:admin:label:password1' => '密碼',
  74. 'install:admin:label:password2' => '再次輸入密碼',
  75. 'install:admin:help:displayname' => '這個帳號在站臺上所顯示的名稱',
  76. 'install:admin:help:email' => '',
  77. 'install:admin:help:username' => '帳號使用者的登入名稱',
  78. 'install:admin:help:password1' => "帳號密碼必須至少有 %u 個字元長",
  79. 'install:admin:help:password2' => '再次輸入密碼以確認',
  80. 'install:admin:password:mismatch' => '密碼必須匹配。',
  81. 'install:admin:password:empty' => '密碼不可為空。',
  82. 'install:admin:password:tooshort' => '您的密碼太短',
  83. 'install:admin:cannot_create' => '無法建立管理帳號。',
  84. 'install:complete:instructions' => 'Elgg 站臺現在已準備好要使用。按以下按鈕以進入站臺。',
  85. 'install:complete:gotosite' => '前往站臺',
  86. 'InstallationException:UnknownStep' => '%s 是不明的安裝步驟。',
  87. 'InstallationException:MissingLibrary' => 'Could not load %s',
  88. 'InstallationException:CannotLoadSettings' => 'Elgg could not load the settings file. It does not exist or there is a file permissions issue.',
  89. 'install:success:database' => '資料庫已安裝。',
  90. 'install:success:settings' => '站臺設定值已儲存。',
  91. 'install:success:admin' => '管理帳號已建立。',
  92. 'install:error:htaccess' => '無法建立 .htaccess',
  93. 'install:error:settings' => '無法建立設定值檔案',
  94. 'install:error:databasesettings' => '無法以這些設定值連線到資料庫。',
  95. 'install:error:database_prefix' => '在資料庫前綴中有無效字元',
  96. 'install:error:oldmysql' => 'MySQL 必須是版本 5.0 或以上。伺服器正在使用 %s。',
  97. 'install:error:nodatabase' => '無法使用資料庫 %s。它可能不存在。',
  98. 'install:error:cannotloadtables' => '無法載入資料表格',
  99. 'install:error:tables_exist' => '在資料庫中已有 Elgg 表格。您需要選擇丟棄那些表格,或是重新啟動安裝程式而我們將試圖去使用它們。如果要重新啟動安裝程式,請自瀏覽器網址列中移除 \'?step=database\' 並按下輸入鍵。',
  100. 'install:error:readsettingsphp' => '無法讀取 engine/settings.example.php',
  101. 'install:error:writesettingphp' => '無法寫入 engine/settings.php',
  102. 'install:error:requiredfield' => '%s 為必要項目',
  103. 'install:error:relative_path' => '我們不認為 %s 是資料目錄的絕對路徑',
  104. 'install:error:datadirectoryexists' => '資料目錄 %s 不存在。',
  105. 'install:error:writedatadirectory' => '資料目錄 %s 無法由網頁伺服器寫入。',
  106. 'install:error:locationdatadirectory' => '資料目錄 %s 基於安全必須位於安裝路徑之外。',
  107. 'install:error:emailaddress' => '%s 並非有效的電子郵件地址',
  108. 'install:error:createsite' => '無法建立站臺。',
  109. 'install:error:savesitesettings' => '無法儲存站臺設定值',
  110. 'install:error:loadadmin' => '無法載入管理者。',
  111. 'install:error:adminaccess' => '無法賦予新使用者帳號管理權限。',
  112. 'install:error:adminlogin' => '無法自動登入新的管理者。',
  113. 'install:error:rewrite:apache' => '我們認為您的主機正在運行 Apache 網頁伺服器。',
  114. 'install:error:rewrite:nginx' => '我們認為您的主機正在運行 Nginx 網頁伺服器。',
  115. 'install:error:rewrite:lighttpd' => '我們認為您的主機正在運行 Lighttpd 網頁伺服器。',
  116. 'install:error:rewrite:iis' => '我們認為您的主機正在運行 IIS 網頁伺服器。',
  117. 'install:error:rewrite:allowoverride' => "改寫測試失敗的原因,很有可能是 AllowOverride 對於 Elgg 的目錄並非設定為 All。這會防止 Apache 去處理含有改寫規則的 .htaccess 檔案。
  118. \n\n較不可能的原因是 Apache 被組配了別名給 Elgg 目錄,而您需要在 .htaccess 中設定 RewriteBase。在 Elgg 目錄的 .htaccess 檔案中有些進一步的指示。",
  119. 'install:error:rewrite:htaccess:write_permission' => '網頁伺服器沒有在 Elgg 的目錄中建立.htaccess 檔案的權限。您需要手動將 htaccess_dist 拷貝為 .htaccess,或是變更目錄上的權限。',
  120. 'install:error:rewrite:htaccess:read_permission' => '在 Elgg 的目錄中有 .htaccess 檔案,但是網頁伺服器沒有讀取它的權限。',
  121. 'install:error:rewrite:htaccess:non_elgg_htaccess' => '在 Elgg 的目錄中有 .htaccess 檔案,但那不是由 Elgg 所建立的。請移除它。',
  122. 'install:error:rewrite:htaccess:old_elgg_htaccess' => '在 Elgg 的目錄中似乎是舊的 Elgg .htaccess 檔案。它不包含改寫規則用於測試網頁伺服器。',
  123. 'install:error:rewrite:htaccess:cannot_copy' => '不明發生錯誤當建立.htaccess 檔案。您需要手動在 Elgg 的目錄中將 htaccess_dist 拷貝為 .htaccess。',
  124. 'install:error:rewrite:altserver' => '改寫規則測試失敗。您需要組配網頁伺服器與 Elgg 的改寫規則並再次嘗試。',
  125. 'install:error:rewrite:unknown' => '哎呀,我們無法認出在主機中運行什麼樣的網頁伺服器,而它的改寫規則失敗。我們無法提供任何特定的建言。請看看疑難排解鏈結。',
  126. 'install:warning:rewrite:unknown' => '您的伺服器不支援自動的改寫規則測試,而您的瀏覽器不支援經由 JavaScript 的檢查。您可以繼續進行安裝,但是也許會遇到一些站臺問題。您可以藉由按下這個鏈結,來手動<a href="%s" target="_blank ">測試</a>改寫規則。如果規則發生作用,您將會看到成功的字樣。',
  127. // Bring over some error messages you might see in setup
  128. 'exception:contact_admin' => '發生了無法回復的錯誤,並且已經記錄下來。如果您是站臺管理者,請檢查您的設定檔案;否則請聯絡站臺管理者,並附上以下資訊:',
  129. 'DatabaseException:WrongCredentials' => "Elgg 無法利用給定的憑據與資料庫連線。請檢查設定檔案。",
  130. );