| 688 | } |
| 689 | |
| 690 | Portuguese::Portuguese() // Português |
| 691 | // build the translation vector in the Translation base class |
| 692 | { |
| 693 | addPair("Formatted %s\n", L"Formatado %s\n"); // should align with unchanged |
| 694 | addPair("Unchanged %s\n", L"Inalterado %s\n"); // should align with formatted |
| 695 | addPair("Directory %s\n", L"Diretório %s\n"); |
| 696 | addPair("Exclude %s\n", L"Excluir %s\n"); |
| 697 | addPair("Exclude (unmatched) %s\n", L"Excluir (incomparável) %s\n"); |
| 698 | addPair(" %s formatted %s unchanged ", L" %s formatado %s inalterado "); |
| 699 | addPair(" seconds ", L" segundo "); |
| 700 | addPair("%d min %d sec ", L"%d min %d seg "); |
| 701 | addPair("%s lines\n", L"%s linhas\n"); |
| 702 | addPair("Using default options file %s\n", L"Usando o arquivo de opções padrão %s\n"); |
| 703 | addPair("Invalid option file options:", L"Opções de arquivo inválido opção:"); |
| 704 | addPair("Invalid command line options:", L"Opções de linha de comando inválida:"); |
| 705 | addPair("For help on options type 'astyle -h'", L"Para obter ajuda sobre as opções de tipo 'astyle -h'"); |
| 706 | addPair("Cannot open options file", L"Não é possível abrir arquivo de opções"); |
| 707 | addPair("Cannot open directory", L"Não é possível abrir diretório"); |
| 708 | addPair("Missing filename in %s\n", L"Filename faltando em %s\n"); |
| 709 | addPair("Recursive option with no wildcard", L"Opção recursiva sem curinga"); |
| 710 | addPair("Did you intend quote the filename", L"Será que você pretende citar o nome do arquivo"); |
| 711 | addPair("No file to process %s\n", L"Nenhum arquivo para processar %s\n"); |
| 712 | addPair("Did you intend to use --recursive", L"Será que você pretende usar --recursive"); |
| 713 | addPair("Cannot process UTF-32 encoding", L"Não pode processar a codificação UTF-32"); |
| 714 | addPair("\nArtistic Style has terminated", L"\nArtistic Style terminou"); |
| 715 | } |
| 716 | |
| 717 | Russian::Russian() // русский |
| 718 | // build the translation vector in the Translation base class |
nothing calls this directly
no outgoing calls
no test coverage detected