diff options
author | Baptiste Jammet <baptiste@mailoo.org> | 2015-04-28 20:27:38 +0000 |
---|---|---|
committer | Baptiste Jammet <baptiste@mailoo.org> | 2015-04-28 20:27:38 +0000 |
commit | 01238c16c20e254df80a0eb0ddc037bd08a94911 (patch) | |
tree | b7c24716ffc4784aeb1b4e6cad5b4123873ff9e5 /build | |
parent | 19b8f9592cf0c4b7014dbd414b45bcef5f64eef8 (diff) | |
download | installation-guide-01238c16c20e254df80a0eb0ddc037bd08a94911.zip |
d-i manual fr : add new ARM arch names
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/l10n/fr.ent | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/build/entities/l10n/fr.ent b/build/entities/l10n/fr.ent index 2e5315123..4374a8001 100644 --- a/build/entities/l10n/fr.ent +++ b/build/entities/l10n/fr.ent @@ -1,5 +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='hppa'>PA-RISC</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='sparc'>SPARC</phrase><phrase arch='s390'>S/390</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='hppa'>PA-RISC</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='sparc'>SPARC</phrase> + <phrase arch='s390'>S/390</phrase>"> <!ENTITY enterkey "<keycap>Entrée</keycap>"> |