~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to programs/winefile/Fr.rc

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * WineFile
3
 
 * French Language Support
4
 
 *
5
 
 * Copyright 2000 Martin Fuchs
6
 
 * Copyright 2002 Steven Edwards
7
 
 * Copyright 2002 Alexandre Julliard
8
 
 * Copyright 2003 Sylvain Petreolle
9
 
 * Copyright 2005-2008 Jonathan Ernst
10
 
 *
11
 
 * This library is free software; you can redistribute it and/or
12
 
 * modify it under the terms of the GNU Lesser General Public
13
 
 * License as published by the Free Software Foundation; either
14
 
 * version 2.1 of the License, or (at your option) any later version.
15
 
 *
16
 
 * This library is distributed in the hope that it will be useful,
17
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19
 
 * Lesser General Public License for more details.
20
 
 *
21
 
 * You should have received a copy of the GNU Lesser General Public
22
 
 * License along with this library; if not, write to the Free Software
23
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24
 
 */
25
 
 
26
 
#include "resource.h"
27
 
 
28
 
/* UTF-8 */
29
 
#pragma code_page(65001)
30
 
 
31
 
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
32
 
IDD_SELECT_DESTINATION DIALOG 15, 13, 210, 63
33
 
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
34
 
CAPTION "Sélectionner la destination"
35
 
FONT 8, "MS Shell Dlg"
36
 
{
37
 
    CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
38
 
    CONTROL         "&Chemin :", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
39
 
    EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
40
 
    DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
41
 
    PUSHBUTTON      "Annuler", 2, 158, 23, 47, 14
42
 
    PUSHBUTTON      "&Parcourir...", 254, 158, 43, 47, 14
43
 
}
44
 
 
45
 
IDD_DIALOG_VIEW_TYPE DIALOG 15, 13, 161, 100
46
 
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
47
 
CAPTION "Par type de fichier"
48
 
FONT 8, "MS Sans Serif"
49
 
BEGIN
50
 
    LTEXT           "&Nom :",-1,7,8,22,10
51
 
    EDITTEXT        IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
52
 
    GROUPBOX        "Type de fichier ",-1,7,23,87,59
53
 
    CONTROL         "&Répertoires",IDC_VIEW_TYPE_DIRECTORIES,"Button",
54
 
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,34,70,10
55
 
    CONTROL         "&Programmes",IDC_VIEW_TYPE_PROGRAMS,"Button",
56
 
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,45,70,10
57
 
    CONTROL         "Docu&ments",IDC_VIEW_TYPE_DOCUMENTS,"Button",
58
 
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,56,70,10
59
 
    CONTROL         "&Autres fichiers",IDC_VIEW_TYPE_OTHERS,"Button",
60
 
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,67,70,10
61
 
    CONTROL         "Montrer les fichiers cachés/&système",IDC_VIEW_TYPE_HIDDEN,
62
 
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,86,130,9
63
 
    DEFPUSHBUTTON   "OK",IDOK,104,7,50,14
64
 
    PUSHBUTTON      "Annuler",IDCANCEL,104,24,50,14
65
 
END
66
 
 
67
 
IDD_DIALOG_PROPERTIES DIALOG  0, 0, 248, 215
68
 
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
69
 
CAPTION "Propriétés de %s"
70
 
FONT 8, "MS Sans Serif"
71
 
BEGIN
72
 
    DEFPUSHBUTTON   "OK",IDOK,191,7,50,14
73
 
    PUSHBUTTON      "Annuler",IDCANCEL,191,25,50,14
74
 
    LTEXT           "Nom du &fichier :",-1,7,7,59,9
75
 
    EDITTEXT        IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
76
 
    LTEXT           "Chemin com&plet :",-1,7,18,59,9
77
 
    EDITTEXT        IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
78
 
    LTEXT           "Modification :",-1,7,29,59,9
79
 
    EDITTEXT        IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
80
 
    LTEXT           "Version :",-1,7,40,59,9
81
 
    EDITTEXT        IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
82
 
    LTEXT           "Cop&yright :",-1,7,51,59,9
83
 
    EDITTEXT        IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
84
 
    LTEXT           "Taille :",-1,7,62,59,9
85
 
    EDITTEXT        IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
86
 
    GROUPBOX        "Attributs",-1,7,79,158,46
87
 
    CONTROL         "Lectu&re seule",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
88
 
    CONTROL         "Cac&hé",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
89
 
    CONTROL         "&Archive",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
90
 
    CONTROL         "&Système",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
91
 
    CONTROL         "&Compressé",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
92
 
    GROUPBOX        "&Informations de version",-1,7,129,234,79
93
 
    LISTBOX         IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
94
 
    EDITTEXT        IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
95
 
END