annotate src/win32/nsis/translations/french.nsh @ 8519:f8ab826e11ad

[gaim-migrate @ 9258] " this patch will return the text for the smileys instead of skipping them. This patch also gets rid of two members in the gtkimhtml stuct that weren't being used anywhere. They were gboolean smileys, comments; which got replace with show_smileys, and show_comments. Also an fixes the gtk_imhtml_class_init so that if it's being compiled in c++, it will compile..." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 29 Mar 2004 16:20:30 +0000
parents 6300424eafbf
children 8b955ffe9584
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; french.nsh
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; French language strings for the Windows Gaim NSIS installer.
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Eric Boumaour <zongo@nekeme.net>, 2003.
7560
af9968dbdc70 [gaim-migrate @ 8174]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
8 ;; Version 2
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 ; Startup GTK+ check
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
12 !define GTK_INSTALLER_NEEDED "Les bibliothèques de l'environnement GTK+ ne sont pas installées ou nécessitent une mise à jour.$\rVeuillez installer les bibliothèques GTK+ v${GTK_VERSION} ou plus récentes."
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13
7560
af9968dbdc70 [gaim-migrate @ 8174]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
14 ; License Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
15 !define GAIM_LICENSE_BUTTON "Suivant >"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) est disponible sous licence GPL. Le texte de licence suivant est fourni uniquement à titre informatif. $_CLICK"
7560
af9968dbdc70 [gaim-migrate @ 8174]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
17
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 ; Components Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
19 !define GAIM_SECTION_TITLE "Gaim messagerie instantanée (obligatoire)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
20 !define GTK_SECTION_TITLE "Bibliothèques GTK+ (obligatoire)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
21 !define GTK_THEMES_SECTION_TITLE "Thèmes GTK+"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
22 !define GTK_NOTHEME_SECTION_TITLE "Pas de thème"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
23 !define GTK_WIMP_SECTION_TITLE "Thème Wimp"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
24 !define GTK_BLUECURVE_SECTION_TITLE "Thème Bluecurve"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Thème Light House Blue"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
26 !define GAIM_SECTION_DESCRIPTION "Fichiers et DLLs de base de Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
27 !define GTK_SECTION_DESCRIPTION "A multi-platform GUI toolkit, used by Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
28 !define GTK_THEMES_SECTION_DESCRIPTION "Les thèmes GTK+ permettent de changer l'aspect des applications GTK+."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
29 !define GTK_NO_THEME_DESC "Ne pas installer de thème GTK+"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
30 !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."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
31 !define GTK_BLUECURVE_THEME_DESC "Thème Bluecurve"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Thème Lighthouseblue"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33
7560
af9968dbdc70 [gaim-migrate @ 8174]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
34 ; GTK+ Dir Selector Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
35 !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 sans cela."
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
7560
af9968dbdc70 [gaim-migrate @ 8174]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
37 ; Installer Finish Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
38 !define GAIM_FINISH_VISIT_WEB_SITE "Visitez la page web de Gaim Windows"
7560
af9968dbdc70 [gaim-migrate @ 8174]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6254
diff changeset
39
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; Gaim Section Prompts and Texts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
41 !define GAIM_UNINSTALL_DESC "Gaim (supprimer uniquement)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
42 !define GAIM_PROMPT_WIPEOUT "L'ancien répertoire de Gaim va être supprimé. Voulez-vous continuer ?$\r$\rNote : Tous les plugins non standards que vous avez installés seront aussi supprimés.$\rLes configurations des utilisateurs de Gaim ne sont pas touchés."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
43 !define GAIM_PROMPT_DIR_EXISTS "Le répertoire d'installation existe déjà. Son contenu sera effacé.$\rVoulez-vous continuer ?"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 ; GTK+ Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
46 !define GTK_INSTALL_ERROR "Erreur lors de l'installation des bibliothèques GTK+"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
47 !define GTK_BAD_INSTALL_PATH "Le répertoire d'installation ne peut pas être créé ou n'est pas accessible."
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; GTK+ Themes section
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
50 !define GTK_NO_THEME_INSTALL_RIGHTS "Vous n'avez pas les permissions pour installer un thème GTK+"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; Uninstall Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
53 !define un.GAIM_UNINSTALL_ERROR_1 "Les clefs de Gaim n'ont pas été trouvées dans la base de registres.$\rL'application a peut-être été installée par un utilisateur différent."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
54 !define un.GAIM_UNINSTALL_ERROR_2 "Vous n'avez pas les permissions pour supprimer cette application."
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
55