cmn.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return array(
  3. 'item:object:reported_content' => '報告的項目',
  4. 'admin:administer_utilities:reportedcontent' => '報告的內容',
  5. 'reportedcontent' => '報告的內容',
  6. 'reportedcontent:this' => '報告這頁',
  7. 'reportedcontent:this:tooltip' => '報告這個頁面給管理者',
  8. 'reportedcontent:none' => '沒有任何報告的內容',
  9. 'reportedcontent:report' => '報告給管理者',
  10. 'reportedcontent:deleted' => '報告的內容已刪除',
  11. 'reportedcontent:notdeleted' => '我們無法刪除該報告',
  12. 'reportedcontent:delete' => '刪除報告',
  13. 'reportedcontent:areyousure' => '確定要刪除?',
  14. 'reportedcontent:archive' => '封存報告',
  15. 'reportedcontent:archived' => '報告已封存',
  16. 'reportedcontent:visit' => '造訪報告的項目',
  17. 'reportedcontent:by' => '報告來自',
  18. 'reportedcontent:objecttitle' => '頁面標題',
  19. 'reportedcontent:objecturl' => '頁面網址',
  20. 'reportedcontent:reason' => '報告的原因',
  21. 'reportedcontent:description' => '您為什麼要報告這個?',
  22. 'reportedcontent:address' => '項目的位置',
  23. 'reportedcontent:success' => '您的報告已發送給站臺管理者',
  24. 'reportedcontent:failing' => '您的報告無法發送',
  25. 'reportedcontent:report' => '報告給管理者',
  26. 'reportedcontent:instructions' => '這個報告將發送給這個站臺的管理者以供檢閱。',
  27. 'reportedcontent:numbertodisplay' => '要顯示的報告數量',
  28. 'reportedcontent:widget:description' => '顯示報告的內容',
  29. 'reportedcontent:user' => '報告的使用者',
  30. 'reportedcontent:failed' => '抱歉,嘗試報告這個內容時失敗。',
  31. 'reportedcontent:notarchived' => '我們無法封存該報告',
  32. );