Wed, 18 Apr 2007 19:19:08 +0000
Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
|
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 | ;; | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
5 | ;; French language strings for the Windows Pidgin NSIS installer. |
| 6254 | 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." |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
17 | !define PIDGIN_IS_RUNNING "Une instance de Pidgin est en cours d'exécution. Veuillez quitter Pidgin 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 |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
25 | !define PIDGIN_SECTION_TITLE "Pidgin 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" |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
35 | !define PIDGIN_SECTION_DESCRIPTION "Fichiers et DLLs de base de Pidgin" |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
36 | !define GTK_SECTION_DESCRIPTION "Un ensemble d'outils pour interfaces graphiques multi-plateforme, utilisé par Pidgin" |
|
16305
b2aa56593869
Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <datallah@pidgin.im>
parents:
15816
diff
changeset
|
37 | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
38 | !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Raccourcis pour lancer Pidgin" |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
39 | !define PIDGIN_DESKTOP_SHORTCUT_DESC "Créer un raccourci pour Pidgin sur le bureau" |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
40 | !define PIDGIN_STARTMENU_SHORTCUT_DESC "Créer un raccourci pour Pidgin dans le menu Démarrer" |
| 6254 | 41 | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
42 | ; GTK+ Directory Page |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
43 | !define GTK_UPGRADE_PROMPT "Une ancienne version des bibliothèques GTK+ a été trouvée. Voulez-vous la mettre à jour ?$\rNote : $(^Name) peut ne pas fonctionner si vous ne le faites pas." |
| 6254 | 44 | |
|
7560
934ce4a47549
[gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents:
6254
diff
changeset
|
45 | ; Installer Finish Page |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
46 | !define PIDGIN_FINISH_VISIT_WEB_SITE "Visitez la page web de Pidgin Windows" |
|
7560
934ce4a47549
[gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents:
6254
diff
changeset
|
47 | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
48 | ; Pidgin Section Prompts and Texts |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
49 | !define PIDGIN_UNINSTALL_DESC "$(^Name) (supprimer uniquement)" |
| 6254 | 50 | |
| 51 | ; GTK+ Section Prompts | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7560
diff
changeset
|
52 | !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
|
53 | !define GTK_BAD_INSTALL_PATH "Le dossier d'installation ne peut pas être créé ou n'est pas accessible." |
| 6254 | 54 | |
| 55 | ; GTK+ Themes section | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
56 | !define GTK_NO_THEME_INSTALL_RIGHTS "Vous n'avez pas les permissions pour installer un thème GTK+." |
| 6254 | 57 | |
| 58 | ; Uninstall Section Prompts | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
59 | !define un.PIDGIN_UNINSTALL_ERROR_1 "Le programme de désinstallation n'a pas retrouvé les entrées de Pidgin dans la base de registres.$\rL'application a peut-être été installée par un utilisateur différent." |
|
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
|
60 | !define un.PIDGIN_UNINSTALL_ERROR_2 "Vous n'avez pas les permissions pour supprimer cette application." |
| 6254 | 61 | |
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
62 | ; 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
|
63 | !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
|
64 | !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
|
65 | !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
|
66 | !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
|
67 | !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
|
68 | !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
|
69 | !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
|
70 | !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
|
71 | !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
|
72 | !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
|
73 | !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
|
74 | !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
|
75 | !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
|
76 | !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
|
77 | !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
|
78 | !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
|
79 | !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
|
80 | !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
|
81 | !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
|
82 | !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
|
83 | !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
|
84 | !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
|
85 | !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
|
86 | !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
|
87 | !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
|
88 | !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
|
89 | !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainien" |