comparison gtk/win32/nsis/translations/french.nsh @ 14867:1072720fc35f

[gaim-migrate @ 17636] Fix default language selection to be your current Windows language. Commit language changes I forgot to commit. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 31 Oct 2006 04:40:05 +0000
parents b2d0b4ca2cf3
children
comparison
equal deleted inserted replaced
14866:0387e8b1b8c2 14867:1072720fc35f
13 ; langmacros.nsh when updating this file 13 ; langmacros.nsh when updating this file
14 14
15 ; Startup Checks 15 ; Startup Checks
16 !define INSTALLER_IS_RUNNING "Le programme d'installation est déjà en cours d'exécution." 16 !define INSTALLER_IS_RUNNING "Le programme d'installation est déjà en cours d'exécution."
17 !define GAIM_IS_RUNNING "Une instance de Gaim est en cours d'exécution. Veuillez quitter Gaim et réessayer." 17 !define GAIM_IS_RUNNING "Une instance de Gaim est en cours d'exécution. Veuillez quitter Gaim et réessayer."
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_VERSION} ou plus récente des bibliothèques GTK+." 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+."
19 19
20 ; License Page 20 ; License Page
21 !define GAIM_LICENSE_BUTTON "Suivant >" 21 !define GAIM_LICENSE_BUTTON "Suivant >"
22 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) est disponible sous licence GNU General Public License (GPL). Le texte de licence suivant est fourni uniquement à titre informatif. $_CLICK" 22 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) est disponible sous licence GNU General Public License (GPL). Le texte de licence suivant est fourni uniquement à titre informatif. $_CLICK"
23 23