diff options
author | Baptiste Jammet <baptiste@mailoo.org> | 2015-05-06 20:04:28 +0000 |
---|---|---|
committer | Baptiste Jammet <baptiste@mailoo.org> | 2015-05-06 20:04:28 +0000 |
commit | ae3e7d171222b82db7e14beb5ce06267798d6fb2 (patch) | |
tree | 9c20ca6c60e2b05665eff31291fe69f2b8f8f00a | |
parent | 4f800cf77efb59808417fc4dce9d3a2f76f5b230 (diff) | |
download | installation-guide-ae3e7d171222b82db7e14beb5ce06267798d6fb2.zip |
d-i manual fr : correct entities (thanks Jean-Paul Guillonneau)
-rw-r--r-- | build/entities/l10n/fr.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/entities/l10n/fr.ent b/build/entities/l10n/fr.ent index 4374a8001..19c46ba2c 100644 --- a/build/entities/l10n/fr.ent +++ b/build/entities/l10n/fr.ent @@ -1,18 +1,18 @@ <!ENTITY url-brltty-manual "http://brltty.com/doc/Manual-BRLTTY/French/BRLTTY.html"> <!ENTITY d-i "<classname>installateur Debian</classname>"> <!ENTITY arch-title - "<phrase arch='any-amd64'>PC 64 bits</phrase> - <phrase arch='arm'>ARM</phrase> + "<phrase arch='any-amd64'>PC 64 bits</phrase> + <!--<phrase arch='arm'>ARM</phrase>--> <phrase arch='armel'>ARM 32 bits</phrase> <phrase arch='armhf'>ARMv7 32 bits avec unité de calcul flottant</phrase> - <phrase arch='arm64'>ARM 64 bit</phrase> + <phrase arch='arm64'>ARM 64 bit</phrase> <phrase arch='hppa'>PA-RISC</phrase> - <phrase arch='any-i386'>PC 32 bits</phrase> + <phrase arch='any-i386'>PC 32 bits</phrase> <phrase arch='ia64'>IA-64</phrase> <phrase arch='mips'>Mips</phrase> <phrase arch='mipsel'>Mipsel</phrase> <phrase arch='powerpc'>PowerPC</phrase> - <phrase arch='ppc64el'>PowerPC 64 bits (petit boutien)</phrase> + <phrase arch='ppc64el'>PowerPC 64 bits (petit boutien)</phrase> <phrase arch='sparc'>SPARC</phrase> <phrase arch='s390'>S/390</phrase>"> <!ENTITY enterkey "<keycap>Entrée</keycap>"> |