diff options
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/l10n/fr.ent | 3 | ||||
-rw-r--r-- | build/entities/l10n/it.ent | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/build/entities/l10n/fr.ent b/build/entities/l10n/fr.ent index 28d720afe..6b0fa30ed 100644 --- a/build/entities/l10n/fr.ent +++ b/build/entities/l10n/fr.ent @@ -10,7 +10,8 @@ <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='mips64el'>Mips 64 bits (petit boutien)</phrase> + <phrase arch='mipsel'>Mipsel 32 bits (petit boutien)</phrase> <phrase arch='powerpc'>PowerPC</phrase> <phrase arch='ppc64el'>PowerPC 64 bits (petit boutien)</phrase> <phrase arch='sparc'>SPARC</phrase> diff --git a/build/entities/l10n/it.ent b/build/entities/l10n/it.ent index 0f896a828..227a8e7be 100644 --- a/build/entities/l10n/it.ent +++ b/build/entities/l10n/it.ent @@ -19,7 +19,8 @@ <phrase arch='any-i386'>PC 32 bit</phrase> <phrase arch='ia64'>IA-64</phrase> <phrase arch='mips'>Mips</phrase> - <phrase arch='mipsel'>Mipsel</phrase> + <phrase arch='mips64el'>Mips 64 bit (little endian)</phrase> + <phrase arch='mipsel'>Mips 32 bit (little endian)</phrase> <phrase arch='powerpc'>PowerPC</phrase> <phrase arch='ppc64el'>PowerPC 64 bit (little endian)</phrase> <phrase arch='sparc'>SPARC</phrase> |