En.rc 3.76 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1
/*
2
 *  Notepad (English resources)
Alexandre Julliard's avatar
Alexandre Julliard committed
3
 *
4 5
 *  Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
 *  Proofread 1998 by David Lee Lambert <lamber45@egr.msu.edu>
Alexandre Julliard's avatar
Alexandre Julliard committed
6 7
 */

8 9 10 11
#define LANGUAGE_ID                     En
#define LANGUAGE_NUMBER                 0
#define LANGUAGE_MENU_ITEM              "&English"

Alexandre Julliard's avatar
Alexandre Julliard committed
12 13 14

/* Menu */

15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
#define MENU_FILE                       "&File"
#define MENU_FILE_NEW                   "&New..."
#define MENU_FILE_OPEN                  "&Open"
#define MENU_FILE_SAVE                  "&Save"
#define MENU_FILE_SAVEAS                "Save &as..."
#define MENU_FILE_PRINT                 "&Print"
#define MENU_FILE_PAGESETUP             "Page Se&tup..."
#define MENU_FILE_PRINTSETUP            "P&rinter Setup..."
#define MENU_FILE_EXIT                  "&Exit"

#define MENU_EDIT                       "&Edit"
#define MENU_EDIT_UNDO                  "&Undo\tCtrl+Z"
#define MENU_EDIT_CUT                   "Cu&t\tCtrl+X"
#define MENU_EDIT_COPY                  "&Copy\tCtrl+C"
#define MENU_EDIT_PASTE                 "&Paste\tCtrl+V"
#define MENU_EDIT_DELETE                "&Delete\tDel"
#define MENU_EDIT_SELECTALL             "Select &all"
#define MENU_EDIT_TIMEDATE              "&Time/Date\tF5"
#define MENU_EDIT_WRAP                  "&Wrap long lines"

#define MENU_SEARCH                     "&Search"
#define MENU_SEARCH_SEARCH              "Search..."
#define MENU_SEARCH_NEXT                "&Search next\tF3"

#define MENU_LANGUAGE                   "&Language"

#define MENU_HELP                       "&Help"
#define MENU_HELP_CONTENTS              "&Contents"
#define MENU_HELP_SEARCH                "&Search..."
#define MENU_HELP_HELP_ON_HELP          "&Help on help"

#define MENU_INFO                       "Inf&o..."
#define MENU_INFO_LICENSE               "&License"
#define MENU_INFO_NO_WARRANTY           "&NO WARRANTY"
#define MENU_INFO_ABOUT_WINE            "&About Wine"

Alexandre Julliard's avatar
Alexandre Julliard committed
51 52 53

/* Dialogs */

54 55 56 57
#define DIALOG_OK                       "OK"
#define DIALOG_CANCEL                   "Cancel"
#define DIALOG_BROWSE                   "&Browse..."
#define DIALOG_HELP                     "&Help"
Alexandre Julliard's avatar
Alexandre Julliard committed
58

59 60 61 62 63 64 65 66
#define DIALOG_PAGESETUP_CAPTION        "Page Setup"
#define DIALOG_PAGESETUP_HEAD           "&Header:"
#define DIALOG_PAGESETUP_TAIL           "&Footer:"
#define DIALOG_PAGESETUP_MARGIN         "&Margins:"
#define DIALOG_PAGESETUP_LEFT           "&Left:"
#define DIALOG_PAGESETUP_RIGHT          "&Right:"
#define DIALOG_PAGESETUP_TOP            "&Top:"
#define DIALOG_PAGESETUP_BOTTOM         "&Bottom:"
Alexandre Julliard's avatar
Alexandre Julliard committed
67 68 69 70


/* Strings */

71 72 73 74 75 76 77 78 79 80 81
#define STRING_PAGESETUP_HEADERVALUE    "&n"        /* FIXME */
#define STRING_PAGESETUP_FOOTERVALUE    "Page &s"   /* FIXME */
#define STRING_PAGESETUP_LEFTVALUE      "20 mm"     /* FIXME */
#define STRING_PAGESETUP_RIGHTVALUE     "20 mm"     /* FIXME */
#define STRING_PAGESETUP_TOPVALUE       "25 mm"     /* FIXME */
#define STRING_PAGESETUP_BOTTOMVALUE    "25 mm"     /* FIXME */

#define STRING_NOTEPAD                  "Notepad"
#define STRING_ERROR                    "ERROR"
#define STRING_WARNING                  "WARNING"
#define STRING_INFO                     "Information"
Alexandre Julliard's avatar
Alexandre Julliard committed
82

83 84 85 86
#define STRING_UNTITLED                 "(untitled)"

#define STRING_ALL_FILES                "All files (*.*)"
#define STRING_TEXT_FILES_TXT           "Text files (*.txt)"
Alexandre Julliard's avatar
Alexandre Julliard committed
87

Alexandre Julliard's avatar
Alexandre Julliard committed
88
#define STRING_TOOLARGE         "File '%s' is too large for notepad.\n \
Alexandre Julliard's avatar
Alexandre Julliard committed
89 90 91 92 93
Please use a different editor."

#define STRING_NOTEXT           "You didn't enter any text. \
\nPlease type something and try again"

94 95 96
#define STRING_NOTSAVED         "File '%s'\nhas been modified\n\n \
Would you like to save the changes ?"

Alexandre Julliard's avatar
Alexandre Julliard committed
97 98 99 100 101 102
#define STRING_NOTFOUND         "'%s' can not be found."

#define STRING_OUT_OF_MEMORY    "Not enough memory to complete this \
task. \nClose one or more applications to increase the amount of \nfree \
memory."

Alexandre Julliard's avatar
Alexandre Julliard committed
103
#include "notepad.rc"