pidgin/win32/nsis/translations/french.nsh

Sun, 01 Nov 2009 03:34:32 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 01 Nov 2009 03:34:32 +0000
branch
next.minor
changeset 29634
80dbf6f777c4
parent 29506
e2620a6cf8d7
child 29818
ba5a3e226f5d
permissions
-rw-r--r--

Use a private GTK+ Runtime copy on Windows.
We've resisted doing this for a while, but this it has become the norm and is
the safest thing to do.

There are now two installers; an "offline" installer and an "online" installer.
* The "offline" installer will contain the GTK+ runtime (very similar to the
current default installer).
* The "online" installer will not contain GTK+, but will download it during
the installation process if it is selected(mandatory if not already present)
* Both installers have an option to download debug symbols during installation
(Not selected by default).

(Another set of updates to support the external debug symbols will follow)

6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
1 ;;
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;; french.nsh
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
4 ;; French language strings for the Windows Pidgin NSIS installer.
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;;
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
7 ;; Version 3
17307
8ddb39550606 fixes #1220
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 16602
diff changeset
8 ;; Author: Eric Boumaour <zongo_fr@users.sourceforge.net>, 2003-2007.
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
9 ;;
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10
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
11 ; 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
12 ; langmacros.nsh when updating this file
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
13
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
14 ; Startup Checks
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
15 !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
16 !define PIDGIN_IS_RUNNING "Une instance de Pidgin est en cours d'exécution. Veuillez quitter Pidgin et réessayer."
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
17
7560
934ce4a47549 [gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents: 6254
diff changeset
18 ; 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
19 !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
20 !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
21
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
22 ; Components Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
23 !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
24 !define GTK_SECTION_TITLE "Bibliothèques GTK+ (obligatoire)"
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_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
26 !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
27 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Menu Démarrer"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
28 !define PIDGIN_SECTION_DESCRIPTION "Fichiers et DLLs de base de Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
29 !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
30
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
31 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Raccourcis pour lancer Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
32 !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
33 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Créer un raccourci pour Pidgin dans le menu Démarrer"
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
34
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
35 ; GTK+ Directory Page
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
36
7560
934ce4a47549 [gaim-migrate @ 8174]
Herman Bloggs <herman@bluedigits.com>
parents: 6254
diff changeset
37 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
38 !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
39
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
40 ; Pidgin Section Prompts and Texts
17307
8ddb39550606 fixes #1220
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 16602
diff changeset
41 !define PIDGIN_PROMPT_CONTINUE_WITHOUT_UNINSTALL "Impossible de désinstaller la version de Pidgin en place. La nouvelle version sera installée sans supprimer la version en place."
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
42
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
43 ; GTK+ Section Prompts
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
44
17307
8ddb39550606 fixes #1220
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 16602
diff changeset
45 ; URL Handler section
8ddb39550606 fixes #1220
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 16602
diff changeset
46 !define URI_HANDLERS_SECTION_TITLE "Gestion des liens (URI)"
8ddb39550606 fixes #1220
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 16602
diff changeset
47
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
48 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
49 !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
50 !define un.PIDGIN_UNINSTALL_ERROR_2 "Vous n'avez pas les permissions pour supprimer cette application."
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
51
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
52 ; 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
53 !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
54 !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
55 !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
56 !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
57 !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
58 !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
59 !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
60 !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
61 !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
62 !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
63 !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
64 !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
65 !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
66 !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
67 !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
68 !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
69 !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
70 !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
71 !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
72 !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
73 !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
74 !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
75 !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
76 !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
77 !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
78 !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
79 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainien"

mercurial