| 499 | } |
| 500 | |
| 501 | French::French() // Française |
| 502 | // build the translation vector in the Translation base class |
| 503 | { |
| 504 | addPair("Formatted %s\n", L"Formaté %s\n"); // should align with unchanged |
| 505 | addPair("Unchanged %s\n", L"Inchangée %s\n"); // should align with formatted |
| 506 | addPair("Directory %s\n", L"Répertoire %s\n"); |
| 507 | addPair("Exclude %s\n", L"Exclure %s\n"); |
| 508 | addPair("Exclude (unmatched) %s\n", L"Exclure (non appariés) %s\n"); |
| 509 | addPair(" %s formatted %s unchanged ", L" %s formaté %s inchangée "); |
| 510 | addPair(" seconds ", L" seconde "); |
| 511 | addPair("%d min %d sec ", L"%d min %d sec "); |
| 512 | addPair("%s lines\n", L"%s lignes\n"); |
| 513 | addPair("Using default options file %s\n", L"Options par défaut utilisation du fichier %s\n"); |
| 514 | addPair("Invalid option file options:", L"Options Blancs option du fichier:"); |
| 515 | addPair("Invalid command line options:", L"Blancs options ligne de commande:"); |
| 516 | addPair("For help on options type 'astyle -h'", L"Pour de l'aide sur les options tapez 'astyle -h'"); |
| 517 | addPair("Cannot open options file", L"Impossible d'ouvrir le fichier d'options"); |
| 518 | addPair("Cannot open directory", L"Impossible d'ouvrir le répertoire"); |
| 519 | addPair("Missing filename in %s\n", L"Nom de fichier manquant dans %s\n"); |
| 520 | addPair("Recursive option with no wildcard", L"Option récursive sans joker"); |
| 521 | addPair("Did you intend quote the filename", L"Avez-vous l'intention de citer le nom de fichier"); |
| 522 | addPair("No file to process %s\n", L"Aucun fichier à traiter %s\n"); |
| 523 | addPair("Did you intend to use --recursive", L"Avez-vous l'intention d'utiliser --recursive"); |
| 524 | addPair("Cannot process UTF-32 encoding", L"Impossible de traiter codage UTF-32"); |
| 525 | addPair("\nArtistic Style has terminated", L"\nArtistic Style a mis fin"); |
| 526 | } |
| 527 | |
| 528 | German::German() // Deutsch |
| 529 | // build the translation vector in the Translation base class |
nothing calls this directly
no outgoing calls
no test coverage detected