remove the following sentences from the resource files:
[reactos.git] / reactos / base / applications / notepad / res / Wa.rc
1 /*
2 * Notepad (Walon resources)
3 *
4 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
5 * Proofread 1998 by David Lee Lambert <lamber45@egr.msu.edu>
6 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */
22
23 #ifdef LANG_WALON
24
25 LANGUAGE LANG_WALON, SUBLANG_NEUTRAL
26
27 MAIN_MENU MENU
28 {
29 POPUP "&Fitchî" {
30 MENUITEM "&Novea...", CMD_NEW
31 MENUITEM "&Drovî", CMD_OPEN
32 MENUITEM "&Schaper", CMD_SAVE
33 MENUITEM "Schaper èt r&lomer...", CMD_SAVE_AS
34 MENUITEM "&Rexhe", CMD_PRINT
35 MENUITEM "Arrandjmint del &Pådje...", CMD_PAGE_SETUP
36 MENUITEM "&Apontiaedje del scrirece...", CMD_PRINTER_SETUP
37 MENUITEM SEPARATOR
38 MENUITEM "Moussî &Foû", CMD_EXIT
39 }
40 POPUP "&Candjî" {
41 MENUITEM "&Disfé\tCtrl+Z", CMD_UNDO
42 MENUITEM SEPARATOR
43 MENUITEM "Cô&per\tCtrl+X", CMD_CUT
44 MENUITEM "&Copyî\tCtrl+C", CMD_COPY
45 MENUITEM "C&laper\tCtrl+V", CMD_PASTE
46 MENUITEM "&Rafacer\tDel", CMD_DELETE
47 MENUITEM SEPARATOR
48 MENUITEM "Cwerî...", CMD_SEARCH
49 MENUITEM "&Shûvant\tF3", CMD_SEARCH_NEXT
50 MENUITEM SEPARATOR
51 MENUITEM "&Tchwezi totafwait", CMD_SELECT_ALL
52 MENUITEM "&Eure/Date\tF5", CMD_TIME_DATE
53 MENUITEM SEPARATOR
54 MENUITEM "Côper les ro&yes", CMD_WRAP
55 }
56 POPUP "&Aide" {
57 MENUITEM "Å&dvins", CMD_HELP_CONTENTS
58 MENUITEM "C&werî...", CMD_HELP_SEARCH
59 MENUITEM "&Aide so l' Aide", CMD_HELP_ON_HELP
60 MENUITEM SEPARATOR
61 MENUITEM "&About" CMD_ABOUT
62 MENUITEM "&Informåcion...", CMD_ABOUT_WINE
63 }
64 }
65
66 /* Dialog `Page setup' */
67
68 DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
69 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
70 FONT 8, "MS Shell Dlg"
71 CAPTION "Arindjmint del Pådje"
72 {
73 LTEXT "&Tite:", 0x140, 10, 07, 40, 15
74 EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
75 LTEXT "&Pînote:", 0x142, 10, 24, 40, 15
76 EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
77
78 GROUPBOX "&Mardjes:", 0x144, 10, 43,160, 45
79 LTEXT "&Hintche:", 0x145, 20, 55, 30, 10, WS_CHILD
80 EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
81 LTEXT "&Copete:", 0x148, 20, 73, 30, 10, WS_CHILD
82 EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
83 LTEXT "&Droete:", 0x14B, 100, 55, 30, 10, WS_CHILD
84 EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
85 LTEXT "&Bas:", 0x14E,100, 73, 30, 10, WS_CHILD
86 EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
87
88 DEFPUSHBUTTON "I Va", 0x151, 180, 3, 40, 15, WS_TABSTOP
89 PUSHBUTTON "Rinoncî", 0x152, 180, 21, 40, 15, WS_TABSTOP
90 PUSHBUTTON "&Aide", 0x153, 180, 39, 40, 15, WS_TABSTOP
91 }
92
93 IDD_ABOUTBOX DIALOG DISCARDABLE 22,16,284,170
94 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
95 CAPTION "About ReactOS Notepad"
96 FONT 8, "Tahoma"
97 BEGIN
98 CONTROL "ReactOS Notepad v1.0\r\nCopyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\nCopyright 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\nCopyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\nCopyright 2002 Andriy Palamarchuk\r\n ",
99 -1,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,46,7,232,39
100 CONTROL " ",
101 -1,"Static",0x50000000,8,48,272,11
102 DEFPUSHBUTTON "Close",IDOK,114,149,44,15,WS_GROUP
103 ICON IDI_NPICON,-1,12,9,20,30
104 EDITTEXT IDC_LICENSE,8,64,272,81,ES_MULTILINE |
105 ES_READONLY | WS_VSCROLL
106 END
107
108 STRINGTABLE DISCARDABLE
109 BEGIN
110 STRING_LICENSE, "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
111 END
112
113 STRINGTABLE DISCARDABLE
114 {
115 STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
116 STRING_PAGESETUP_FOOTERVALUE, "Pådje &s" /* FIXME */
117 STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */
118 STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */
119 STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */
120 STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */
121
122 STRING_NOTEPAD, "Notepad"
123 STRING_ERROR, "AROKE"
124 STRING_WARNING, "ADVERTIXHMINT"
125 STRING_INFO, "Informåcion"
126
127 STRING_UNTITLED, "(sin tite)"
128
129 STRING_ALL_FILES, "Tos les fitchîs (*.*)"
130 STRING_TEXT_FILES_TXT, "Fitchîs tekse (*.txt)"
131
132 STRING_TOOLARGE, "Li fitchî '%s' est trop gros pol notepad.\n \
133 Eployoz on ôte aspougneu di tekse."
134 STRING_NOTEXT, "Vos n' avoz rén sicrît. \
135 \nTapez ene sacwe èt rasayez"
136 STRING_DOESNOTEXIST, "File '%s'\ndoes not exist\n\n \
137 Do you want to create a new file ?"
138 STRING_NOTSAVED, "Li fitchî '%s'\na candjî\n\n \
139 El voloz schaper ?"
140 STRING_NOTFOUND, "'%s' pout nén esse trové."
141 STRING_OUT_OF_MEMORY, "Li memwere est plinne. \n\
142 Cloyoz on programe ou pus po monter li memwere libe."
143
144 }
145
146 #endif /* LANG_WALON */