~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/notepad/Wa.rc

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 21  */
 22 
 23 #include "notepad_res.h"
 24 
 25 #ifdef LANG_WALON
 26 
 27 LANGUAGE LANG_WALON, SUBLANG_DEFAULT
 28 
 29 MAIN_MENU MENU
 30 {
 31  POPUP "&Fitchî" {
 32   MENUITEM "&Novea\tCtrl+N",         CMD_NEW
 33   MENUITEM "&Drovî...\tCtrl+O",            CMD_OPEN
 34   MENUITEM "&Schaper\tCtrl+S",          CMD_SAVE
 35   MENUITEM "Schaper èt r&lomer...",     CMD_SAVE_AS
 36   MENUITEM SEPARATOR
 37   MENUITEM "&Rexhe...\tCtrl+P",            CMD_PRINT
 38   MENUITEM "Arrandjmint del &Pådje...", CMD_PAGE_SETUP
 39   MENUITEM "&Apontiaedje del scrirece...",      CMD_PRINTER_SETUP
 40   MENUITEM SEPARATOR
 41   MENUITEM "Moussî &Foû",       CMD_EXIT
 42  }
 43 POPUP "&Candjî" {
 44   MENUITEM "&Disfé\tCtrl+Z",    CMD_UNDO
 45   MENUITEM SEPARATOR
 46   MENUITEM "Cô&per\tCtrl+X",    CMD_CUT
 47   MENUITEM "&Copyî\tCtrl+C",    CMD_COPY
 48   MENUITEM "C&laper\tCtrl+V",   CMD_PASTE
 49   MENUITEM "&Rafacer\tDel",     CMD_DELETE
 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   MENUITEM "&Font...",          CMD_FONT
 56  }
 57 POPUP "C&werî" {
 58   MENUITEM "Cwerî...",          CMD_SEARCH
 59   MENUITEM "&Shûvant\tF3",      CMD_SEARCH_NEXT
 60  }
 61 POPUP "&Aide" {
 62   MENUITEM "Å&dvins",           CMD_HELP_CONTENTS
 63   MENUITEM "C&werî...",         CMD_HELP_SEARCH
 64   MENUITEM "&Aide so l' Aide",  CMD_HELP_ON_HELP
 65   MENUITEM SEPARATOR
 66   MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
 67  }
 68 }
 69 
 70 /* Dialog `Page setup' */
 71 
 72 DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
 73 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 74 FONT 8, "MS Shell Dlg"
 75 CAPTION "Arindjmint del Pådje"
 76 {
 77 LTEXT    "&Tite:",  0x140,   10, 07, 40, 15
 78 EDITTEXT IDC_PAGESETUP_HEADERVALUE,   60, 05,110, 12, WS_BORDER | WS_TABSTOP
 79 LTEXT    "&Pînote:",  0x142,   10, 24, 40, 15
 80 EDITTEXT IDC_PAGESETUP_FOOTERVALUE,   60, 22,110, 12, WS_BORDER | WS_TABSTOP
 81 
 82 GROUPBOX "&Mardjes:",      0x144,     10, 43,160, 45
 83 LTEXT    "&Hintche:",        0x145,   20, 55, 30, 10, WS_CHILD
 84 EDITTEXT IDC_PAGESETUP_LEFTVALUE,     50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
 85 LTEXT    "&Copete:",         0x148,    20, 73, 30, 10, WS_CHILD
 86 EDITTEXT IDC_PAGESETUP_TOPVALUE,      50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
 87 LTEXT    "&Droete:",       0x14B, 100, 55, 30, 10, WS_CHILD
 88 EDITTEXT IDC_PAGESETUP_RIGHTVALUE,   130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
 89 LTEXT    "&Bas:",      0x14E,100, 73, 30, 10, WS_CHILD
 90 EDITTEXT IDC_PAGESETUP_BOTTOMVALUE,  130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
 91 
 92 DEFPUSHBUTTON "I Va",         IDOK,                   180,  3, 40, 15, WS_TABSTOP
 93 PUSHBUTTON    "Rinoncî",     IDCANCEL,               180, 21, 40, 15, WS_TABSTOP
 94 PUSHBUTTON    "&Aide",       IDHELP,                180, 39, 40, 15, WS_TABSTOP
 95 }
 96 
 97 STRINGTABLE DISCARDABLE
 98 {
 99 STRING_PAGESETUP_HEADERVALUE,   "&f"
100 STRING_PAGESETUP_FOOTERVALUE,   "Pådje &p"
101 
102 STRING_NOTEPAD,                                 "Notepad"
103 STRING_ERROR,                                   "AROKE"
104 STRING_WARNING,                                 "ADVERTIXHMINT"
105 STRING_INFO,                                    "Informåcion"
106 
107 STRING_UNTITLED,                                "(sin tite)"
108 
109 STRING_ALL_FILES,                               "Tos les fitchîs (*.*)"
110 STRING_TEXT_FILES_TXT,                  "Fitchîs tekse (*.txt)"
111 
112 STRING_TOOLARGE,                                "Li fitchî '%s' est trop gros pol notepad.\n \
113 Eployoz on ôte aspougneu di tekse."
114 STRING_NOTEXT,                                  "Vos n' avoz rén sicrît. \
115 \nTapez ene sacwe èt rasayez"
116 STRING_DOESNOTEXIST,                            "File '%s'\ndoes not exist\n\n \
117 Do you want to create a new file ?"
118 STRING_NOTSAVED,                                "Li fitchî '%s'\na candjî\n\n \
119 El voloz schaper ?"
120 STRING_NOTFOUND,                                        "'%s' pout nén esse trové."
121 STRING_OUT_OF_MEMORY,                   "Li memwere est plinne.\n\
122 Cloyoz on programe ou pus po monter li memwere libe."
123 
124 }
125 
126 #endif  /* LANG_WALON */

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.