| 415 | } |
| 416 | |
| 417 | ChineseTraditional::ChineseTraditional() // 中文(繁體) |
| 418 | { |
| 419 | addPair("Formatted %s\n", L"格式化 %s\n"); // should align with unchanged |
| 420 | addPair("Unchanged %s\n", L"未改變 %s\n"); // should align with formatted |
| 421 | addPair("Directory %s\n", L"目錄 %s\n"); |
| 422 | addPair("Exclude %s\n", L"排除 %s\n"); |
| 423 | addPair("Exclude (unmatched) %s\n", L"排除(無匹配項) %s\n"); |
| 424 | addPair(" %s formatted %s unchanged ", L" %s 格式化 %s 未改變 "); |
| 425 | addPair(" seconds ", L" 秒 "); |
| 426 | addPair("%d min %d sec ", L"%d 分 %d 秒 "); |
| 427 | addPair("%s lines\n", L"%s 行\n"); |
| 428 | addPair("Using default options file %s\n", L"使用默認配置文件 %s\n"); |
| 429 | addPair("Invalid option file options:", L"無效的配置文件選項:"); |
| 430 | addPair("Invalid command line options:", L"無效的命令行選項:"); |
| 431 | addPair("For help on options type 'astyle -h'", L"輸入'astyle -h'以獲得有關命令行的幫助:"); |
| 432 | addPair("Cannot open options file", L"無法打開配置文件"); |
| 433 | addPair("Cannot open directory", L"無法打開目錄"); |
| 434 | addPair("Missing filename in %s\n", L"在%s缺少文件名\n"); |
| 435 | addPair("Recursive option with no wildcard", L"遞歸選項沒有通配符"); |
| 436 | addPair("Did you intend quote the filename", L"你打算引用文件名"); |
| 437 | addPair("No file to process %s\n", L"沒有文件可處理 %s\n"); |
| 438 | addPair("Did you intend to use --recursive", L"你打算使用 --recursive"); |
| 439 | addPair("Cannot process UTF-32 encoding", L"不能處理UTF-32編碼"); |
| 440 | addPair("\nArtistic Style has terminated", L"\nArtistic Style 已經終止運行"); |
| 441 | } |
| 442 | |
| 443 | Dutch::Dutch() // Nederlandse |
| 444 | // build the translation vector in the Translation base class |
nothing calls this directly
no outgoing calls
no test coverage detected