source: trunk/bootcode/text/fr/other.asm@ 63

Last change on this file since 63 was 57, checked in by Ben Rietbroek, 10 years ago

All source-files lowercased [v1.1.1-testing]

Some standard files like 'COPYING', 'LICENSE', etc. have not been
converted to lower case because they are usually distributed uppercased.

File size: 6.5 KB
Line 
1; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
2;
3; This file is part of AiR-BOOT
4;
5; AiR-BOOT is free software: you can redistribute it and/or modify it under
6; the terms of the GNU General Public License as published by the Free
7; Software Foundation, either version 3 of the License, or (at your option)
8; any later version.
9;
10; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
11; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
12; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13; details.
14;
15; You should have received a copy of the GNU General Public License along with
16; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
17;
18;------------------------------------------------------------------------------
19; AiR-BOOT / OTHER TEXT
20; v001 - French - by Michel Goyette
21;------------------------------------------------------------------------------
22
23TXT_TranslationBy db 'French by Michel Goyette & Aymeric Peyret', 0
24
25; TopInfosX variables are used for Boot-Menu and Partition Setup
26
27; Maximum 2/10/11/6 chars
28;----------------------------------||---------------------------------------
29TXT_TopInfos_No db 'No', 0
30TXT_TopInfos_Hd db 'Dd', 0
31;----------------------------------|--------|-------------------------------
32TXT_TopInfos_HdSize db 'Dd/Cap.:', 0
33;----------------------------------|--------|-------------------------------
34TXT_TopInfos_Label db tiq.:', 0
35;----------------------------------|---------|------------------------------
36TXT_TopInfos_Type db 'Type:', 0
37;----------------------------------|----|-----------------------------------
38TXT_TopInfos_Flags db 'Drap.:', 0 ; <-- for Partition Setup
39
40; Will be added together to one line, maximum 76 chars
41TXT_TimedBootLine db 'Amor‡age temporis‚ actif. D‚marrage de '''
42TXT_TimedBootEntryName db 12 dup (0) ; Space for Default-Entry-Name
43TXT_TimedBootLine2 db ''' dans ', 0
44TXT_TimedBootSeconds db ' secondes. ', 0
45TXT_TimedBootSecond db ' seconde. ', 0 ; if only one is left, ELiTE :]
46; Maximum 76 chars
47;----------------------------------|--------------------------------------------------------------------------|
48TXT_TimedBootDisabled db 'Amor‡age temporis‚ d‚sactiv‚; aucune temporisation n''arrivera.', 0
49TXT_BootMenuHelpText1 db '[Esc] bascule l''amor‡age temporis‚, [Enter] accepte la s‚lection courante.', 0
50TXT_BootMenuHelpText2 db 'FlŠches pour choisir une autre, ou [TAB] pour voir les messages POST BIOS.', 0
51; Maximum 30 chars
52;----------------------------------|----------------------------|
53TXT_BootMenuEnterSetup db 'F10 pour Configurer', 0
54
55; Dynamic Length (till 80 chars)
56TXT_BrokenPartitionTable db 13, 10, ' - Votre systŠme a au moins d''une entr‚e mauvaise de table de partition, ou'
57 db 13, 10, ' la disque d–r a des cass‚e secteurs. SystŠme arrˆt‚.', 0
58TXT_TooManyPartitions db 13, 10, ' - Trop de partitions trouv‚es. AiR-BOOT supporte un maximum de 45.', 0
59TXT_NoBootAble db 13, 10, ' - Aucune partition amor‡able d‚finie. SystŠme arrˆt‚.', 0
60TXT_BIOSchanged db 13, 10, ' - BIOS CHANG! Veuillez v‚rifier votre systŠme contre un virus.'
61 db 13, 10, ' Appuyez sur une touche pour continuer...', 0
62
63TXT_VirusFoundMain db 13, 10, ' - !ATTENTION! -> UN VIRUS A T TROUV <- !ATTENTION!', 13, 10, 0
64TXT_VirusFound1ok db ' Il est ‚radiqu‚, mais le systŠme peut ne pas red‚marrer correctement.', 13, 10
65 db ' Si c''est le cas, utiliser votre disquette systŠme AiR-BOOT.', 13, 10, 0
66TXT_VirusFound1damn db ' Malheureusement, il a d‚truit la copie de sauvgarde de AiR-BOOT. Vous', 13, 10
67 db ' devez red‚marrer en utilisant votre disquette systŠme AiR-BOOT.', 13, 10, 0
68TXT_VirusFound1any db ' Pour plus de s–ret‚, v‚rifiez votre disque contre des r‚sidus du virus.', 13, 10, 0
69TXT_VirusFound2 db ' Il est localis‚ dans le secteur d amor‡age de la partition d‚sir‚e.', 13, 10
70 db ' Utilisez un logiciel antivirus. Ce peut ˆtre aussi une fausse alerte.', 13, 10
71 db ' AprŠs ‚radiquation, r‚initialiser les variables de d‚tection. Allez dans', 13, 10
72 db ' ''PARAMTRAGE PARTITION'' et basculez D‚tection-VIBR deux fois (off/on).', 13, 10
73 db ' Si c''‚tait une fausse alerte, laissez-le d‚sactiv‚.', 13, 10, 0
74TXT_VirusFoundEnd db ' SystŠme arrˆt‚. Veuillez appuyez sur RESET.', 0
75TXT_HowEnterSetup db 13, 10, ' - Appuyez et tenez Strg/Ctrl ou Alt pour configurer AiR-BOOT.', 0
76
77TXT_BootingNow1 db 'Amor‡age du systŠme avec ', 0
78; DO NOT MODIFY HERE
79TXT_BootingNow2 db '''', 0
80TXT_BootingNowPartName db 12 dup (0) ; Space for BootThisPart-Name
81; DO NOT MODIFY TILL HERE
82TXT_BootingNowPartition db '''', 0
83TXT_BootingNowKernel db '''', 0
84TXT_BootingHide db '; cach‚ actif', 0
85TXT_BootingWait db '; veuillez patienter...', 13, 10, 13, 10, 0
86
87; FIXED LENGTH - 11 chars each string
88;----------------------------------|---------|------------------------------
89TXT_Floppy_NoName db 'Sans nom '
90TXT_Floppy_Drive db 'Disquette '
91TXT_Floppy_NoDisc db 'Sans Disq. '
92
93; Maximum 60 chars (should not be reached)
94;----------------------------------|----------------------------------------------------------|
95TXT_PleaseEnterPassword db ' Veuillez entrez le mot de passe:', 0
96; the following 3 strings have to equal or *longer* than PleaseEnterPassword
97TXT_ProtectedSystem db '** SYSTŠME SCURIS PAR MOT DE PASSE **', 0
98TXT_ProtectedSetup db '** PARAMTRAGE SCURIS PAR MOT DE PASSE! **', 0
99TXT_ProtectedBootUp db '** AMOR€AGE SCURIS PAR MOT DE PASSE **', 0
100
101; will get completed using TXT_ERROR_CheckFailed from MBR.asm
102TXT_ERROR_CheckConfig db 13, 10, ' - La configuration', 0
103
104;----------------------------------|----------------------------------------------------------|
105TXT_TooManyTries db 'Trop de Tentatives, SystŠme Arrˆt‚', 0
Note: See TracBrowser for help on using the repository browser.