Wed, 28 Feb 2007 17:27:30 +0000
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
1 | ;; vim:syn=winbatch:encoding=cp1252: |
| 6254 | 2 | ;; |
| 3 | ;; french.nsh | |
| 4 | ;; | |
| 5 | ;; French language strings for the Windows Gaim NSIS installer. | |
| 6 | ;; Windows Code page: 1252 | |
| 7 | ;; | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
8 | ;; Version 3 |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
9 | ;; Author: Eric Boumaour <zongo_fr@users.sourceforge.net>, 2003-2005. |
| 6254 | 10 | ;; |
| 11 | ||
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
12 | ; Make sure to update the PIDGIN_MACRO_LANGUAGEFILE_END macro in |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
13 | ; langmacros.nsh when updating this file |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
14 | |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
15 | ; Startup Checks |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
16 | !define INSTALLER_IS_RUNNING "Le programme d'installation est déjà en cours d'exécution." |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
17 | !define PIDGIN_IS_RUNNING "Une instance de Gaim est en cours d'exécution. Veuillez quitter Gaim et réessayer." |
|
14929
a71c59193f9d
[gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents:
14438
diff
changeset
|
18 | !define GTK_INSTALLER_NEEDED "Les bibliothèques de l'environnement GTK+ ne sont pas installées ou ont besoin d'une mise à jour.$\rVeuillez installer la version ${GTK_MIN_VERSION} ou plus récente des bibliothèques GTK+." |
| 6254 | 19 | |
|
7560
934ce4a47549
[gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents:
6254
diff
changeset
|
20 | ; License Page |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
21 | !define PIDGIN_LICENSE_BUTTON "Suivant >" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
22 | !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) est disponible sous licence GNU General Public License (GPL). Le texte de licence suivant est fourni uniquement à titre informatif. $_CLICK" |
|
7560
934ce4a47549
[gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents:
6254
diff
changeset
|
23 | |
| 6254 | 24 | ; Components Page |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
25 | !define PIDGIN_SECTION_TITLE "Gaim client de messagerie instantanée (obligatoire)" |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
26 | !define GTK_SECTION_TITLE "Bibliothèques GTK+ (obligatoire)" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
27 | !define GTK_THEMES_SECTION_TITLE "Thèmes GTK+" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
28 | !define GTK_NOTHEME_SECTION_TITLE "Pas de thème" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
29 | !define GTK_WIMP_SECTION_TITLE "Thème Wimp" |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
30 | !define GTK_BLUECURVE_SECTION_TITLE "Thème Bluecurve" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
31 | !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Thème Light House Blue" |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
32 | !define PIDGIN_SHORTCUTS_SECTION_TITLE "Raccourcis" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
33 | !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Bureau" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
34 | !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Menu Démarrer" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
35 | !define PIDGIN_SECTION_DESCRIPTION "Fichiers et DLLs de base de Gaim" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
36 | !define GTK_SECTION_DESCRIPTION "Un ensemble d'outils pour interfaces graphiques multi-plateforme, utilisé par Gaim" |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
37 | !define GTK_THEMES_SECTION_DESCRIPTION "Les thèmes GTK+ permettent de changer l'aspect des applications GTK+." |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
38 | !define GTK_NO_THEME_DESC "Ne pas installer de thème GTK+" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
39 | !define GTK_WIMP_THEME_DESC "GTK-Wimp (imitateur de Windows) est un thème de GTK+ qui se fond dans l'environnement graphique de Windows." |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
40 | !define GTK_BLUECURVE_THEME_DESC "Thème Bluecurve" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
41 | !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Thème Lighthouseblue" |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
42 | !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Raccourcis pour lancer Gaim" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
43 | !define PIDGIN_DESKTOP_SHORTCUT_DESC "Créer un raccourci pour Gaim sur le bureau" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
44 | !define PIDGIN_STARTMENU_SHORTCUT_DESC "Créer un raccourci pour Gaim dans le menu Démarrer" |
| 6254 | 45 | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
46 | ; GTK+ Directory Page |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
47 | !define GTK_UPGRADE_PROMPT "Une ancienne version des bibliothèques GTK+ a été trouvée. Voulez-vous la mettre à jour ?$\rNote : Gaim peut ne pas fonctionner si vous ne le faites pas." |
| 6254 | 48 | |
|
7560
934ce4a47549
[gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents:
6254
diff
changeset
|
49 | ; Installer Finish Page |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
50 | !define PIDGIN_FINISH_VISIT_WEB_SITE "Visitez la page web de Gaim Windows" |
|
7560
934ce4a47549
[gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents:
6254
diff
changeset
|
51 | |
| 6254 | 52 | ; Gaim Section Prompts and Texts |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
53 | !define PIDGIN_UNINSTALL_DESC "Gaim (supprimer uniquement)" |
| 6254 | 54 | |
| 55 | ; GTK+ Section Prompts | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
56 | !define GTK_INSTALL_ERROR "Erreur lors de l'installation des bibliothèques GTK+" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
57 | !define GTK_BAD_INSTALL_PATH "Le dossier d'installation ne peut pas être créé ou n'est pas accessible." |
| 6254 | 58 | |
| 59 | ; GTK+ Themes section | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
60 | !define GTK_NO_THEME_INSTALL_RIGHTS "Vous n'avez pas les permissions pour installer un thème GTK+." |
| 6254 | 61 | |
| 62 | ; Uninstall Section Prompts | |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
63 | !define un.PIDGIN_UNINSTALL_ERROR_1 "Le programme de désinstallation n'a pas retrouvé les entrées de Gaim dans la base de registres.$\rL'application a peut-être été installée par un utilisateur différent." |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
64 | !define un.PIDGIN_UNINSTALL_ERROR_2 "Vous n'avez pas les permissions pour supprimer cette application." |
| 6254 | 65 | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
66 | ; Spellcheck Section Prompts |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
67 | !define PIDGIN_SPELLCHECK_SECTION_TITLE "Correction orthographique" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
68 | !define PIDGIN_SPELLCHECK_ERROR "Erreur à l'installation du correcteur orthographique" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
69 | !define PIDGIN_SPELLCHECK_DICT_ERROR "Erreur à l'installation du dictionnaire pour le correcteur orthographique" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
70 | !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Correction orthogaphique. (Une connexion internet est nécessaire pour son installation)" |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
71 | !define ASPELL_INSTALL_FAILED "Échec de l'installation" |
|
15805
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
72 | !define PIDGIN_SPELLCHECK_BRETON "Breton" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
73 | !define PIDGIN_SPELLCHECK_CATALAN "Catalan" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
74 | !define PIDGIN_SPELLCHECK_CZECH "Tchèque" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
75 | !define PIDGIN_SPELLCHECK_WELSH "Gallois" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
76 | !define PIDGIN_SPELLCHECK_DANISH "Danois" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
77 | !define PIDGIN_SPELLCHECK_GERMAN "Allemand" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
78 | !define PIDGIN_SPELLCHECK_GREEK "Grec" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
79 | !define PIDGIN_SPELLCHECK_ENGLISH "Anglais" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
80 | !define PIDGIN_SPELLCHECK_ESPERANTO "Espéranto" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
81 | !define PIDGIN_SPELLCHECK_SPANISH "Espagnol" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
82 | !define PIDGIN_SPELLCHECK_FAROESE "Féringien" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
83 | !define PIDGIN_SPELLCHECK_FRENCH "Français" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
84 | !define PIDGIN_SPELLCHECK_ITALIAN "Italien" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
85 | !define PIDGIN_SPELLCHECK_DUTCH "Hollandais" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
86 | !define PIDGIN_SPELLCHECK_NORWEGIAN "Norvégien" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
87 | !define PIDGIN_SPELLCHECK_POLISH "Polonais" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
88 | !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugais" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
89 | !define PIDGIN_SPELLCHECK_ROMANIAN "Roumain" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
90 | !define PIDGIN_SPELLCHECK_RUSSIAN "Russe" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
91 | !define PIDGIN_SPELLCHECK_SLOVAK "Slovaque" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
92 | !define PIDGIN_SPELLCHECK_SWEDISH "Suédois" |
|
a80eb333bae9
Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
93 | !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainien" |