| 742 | } |
| 743 | |
| 744 | Spanish::Spanish() // Español |
| 745 | // build the translation vector in the Translation base class |
| 746 | { |
| 747 | addPair("Formatted %s\n", L"Formato %s\n"); // should align with unchanged |
| 748 | addPair("Unchanged %s\n", L"Inalterado %s\n"); // should align with formatted |
| 749 | addPair("Directory %s\n", L"Directorio %s\n"); |
| 750 | addPair("Exclude %s\n", L"Excluir %s\n"); |
| 751 | addPair("Exclude (unmatched) %s\n", L"Excluir (incomparable) %s\n"); |
| 752 | addPair(" %s formatted %s unchanged ", L" %s formato %s inalterado "); |
| 753 | addPair(" seconds ", L" segundo "); |
| 754 | addPair("%d min %d sec ", L"%d min %d seg "); |
| 755 | addPair("%s lines\n", L"%s líneas\n"); |
| 756 | addPair("Using default options file %s\n", L"Uso de las opciones por defecto del archivo %s\n"); |
| 757 | addPair("Invalid option file options:", L"Opción no válida opciones de archivo:"); |
| 758 | addPair("Invalid command line options:", L"No válido opciones de línea de comando:"); |
| 759 | addPair("For help on options type 'astyle -h'", L"Para obtener ayuda sobre las opciones tipo 'astyle -h'"); |
| 760 | addPair("Cannot open options file", L"No se puede abrir el archivo de opciones"); |
| 761 | addPair("Cannot open directory", L"No se puede abrir el directorio"); |
| 762 | addPair("Missing filename in %s\n", L"Falta nombre del archivo en %s\n"); |
| 763 | addPair("Recursive option with no wildcard", L"Recursiva opción sin comodín"); |
| 764 | addPair("Did you intend quote the filename", L"Se tiene la intención de citar el nombre de archivo"); |
| 765 | addPair("No file to process %s\n", L"No existe el fichero a procesar %s\n"); |
| 766 | addPair("Did you intend to use --recursive", L"Se va a utilizar --recursive"); |
| 767 | addPair("Cannot process UTF-32 encoding", L"No se puede procesar la codificación UTF-32"); |
| 768 | addPair("\nArtistic Style has terminated", L"\nArtistic Style ha terminado"); |
| 769 | } |
| 770 | |
| 771 | Swedish::Swedish() // Svenska |
| 772 | // build the translation vector in the Translation base class |
nothing calls this directly
no outgoing calls
no test coverage detected