1 2 3 4 5 6 7
<?php $TRANSLATIONS = array( "Name" => "名稱", "1 folder" => "1 個資料夾", "{count} folders" => "{count} 個資料夾", "1 file" => "1 個檔案", "{count} files" => "{count} 個檔案" );