]> git.street.me.uk Git - andy/viking.git/blob - win32/installer/translations/french.nsh
[DOC] This internal setting no longer exists.
[andy/viking.git] / win32 / installer / translations / french.nsh
1 ;;  vim:syn=winbatch:fileencoding=cp1252:
2 ;;
3 ;;  french.nsh
4 ;;
5 ;;  French language strings for the Windows Viking NSIS installer.
6 ;;  Windows Code page: 1252
7 ;;
8 ;;  Based on Win32 Pidgin installer french translation file by
9 ;;  Author: Eric Boumaour <zongo_fr@users.sourceforge.net>, 2003-2007.
10 ;;
11 ;; Modified for Viking by Mathieu Albinet <mathieu_a@users.sourceforge.net>
12
13 ; Make sure to update the VIKING_MACRO_LANGUAGEFILE_END macro in
14 ; langmacros.nsh when updating this file
15
16 ; Startup Checks
17 !define INSTALLER_IS_RUNNING                    "Le programme d'installation est déjà en cours d'exécution."
18 !define VIKING_IS_RUNNING                               "Une instance de Viking est en cours d'exécution. Veuillez quitter Viking et réessayer."
19
20 ; License Page
21 !define VIKING_LICENSE_BUTTON                   "Suivant >"
22 !define VIKING_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
24 ; Components Page
25 !define VIKING_SECTION_TITLE                    "Viking, logiciel d'édition et d'analyse de données GPS (obligatoire)"
26 !define VIKING_SHORTCUTS_SECTION_TITLE          "Raccourcis"
27 !define VIKING_DESKTOP_SHORTCUT_SECTION_TITLE   "Bureau"
28 !define VIKING_STARTMENU_SHORTCUT_SECTION_TITLE "Menu Démarrer"
29 !define VIKING_FILE_ASSOCIATION_SECTION_TITLE   "Extension .vik"
30 !define VIKING_SECTION_DESCRIPTION              "Fichiers et DLLs de base de Viking"
31
32 !define VIKING_SHORTCUTS_SECTION_DESCRIPTION    "Raccourcis pour lancer Viking"
33 !define VIKING_DESKTOP_SHORTCUT_DESC            "Créer un raccourci pour Viking sur le bureau"
34 !define VIKING_STARTMENU_SHORTCUT_DESC          "Créer un raccourci pour Viking dans le menu Démarrer"
35 !define VIKING_FILE_ASSOCIATION_DESC    "Associer Viking avec l'extension .vik"
36
37 ; Installer Finish Page
38 !define VIKING_FINISH_VISIT_WEB_SITE            "Visitez la page web de Viking" 
39
40 ; Viking Section Prompts and Texts
41 !define VIKING_PROMPT_CONTINUE_WITHOUT_UNINSTALL        "Impossible de désinstaller la version de Viking en place. La nouvelle version sera installée sans supprimer la version en place."
42
43 ; Uninstall Section Prompts
44 !define un.VIKING_UNINSTALL_ERROR_1             "Le programme de désinstallation n'a pas retrouvé les entrées de Viking dans la base de registres.$\rL'application a peut-être été installée par un utilisateur différent."
45 !define un.VIKING_UNINSTALL_ERROR_2             "Vous n'avez pas les permissions pour supprimer cette application."