Oops, add new files to POTFILES

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@30 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-06-19 05:51:48 +00:00
parent a4b35bce6a
commit 5b15d9ffcc
2 changed files with 87 additions and 116 deletions

View File

@ -2,8 +2,11 @@
# Package source files # Package source files
cut.c cut.c
files.c
global.c global.c
move.c
nano.c nano.c
search.c
winio.c winio.c
# Package header files # Package header files

View File

@ -75,8 +75,7 @@ const struct _msg_ent _msg_tbl[] = {
{"\ {"\
\n\ \n\
Buffer written to 'nano.save'\n", 66}, Buffer written to 'nano.save'\n", 66},
{"nano: malloc: out of memory!", 67}, {"Key illegal in VIEW mode", 67},
{"Key illegal in VIEW mode", 68},
{"\ {"\
nano help text\n\ nano help text\n\
\n\ \n\
@ -92,124 +91,93 @@ commonly used shortcuts in the editor.\n\
with a caret (^) symbol. Alt-key sequences are notated with an at (@) \ with a caret (^) symbol. Alt-key sequences are notated with an at (@) \
symbol. The following keystrokes are available in the main editor window. \ symbol. The following keystrokes are available in the main editor window. \
Optional keys are shown in parentheses:\n\ Optional keys are shown in parentheses:\n\
\n", 69}, \n", 68},
{"free_node(): free'd a node, YAY!\n", 70}, {"free_node(): free'd a node, YAY!\n", 69},
{"free_node(): free'd last node.\n", 71}, {"free_node(): free'd last node.\n", 70},
{"read_line: not on first line and prev is NULL", 72},
{"Read %d lines", 73},
{"\"%s\" not found", 74},
{"New File", 75},
{"File \"%s\" is a directory", 76},
{"Reading File", 77},
{"File to insert [from ./] ", 78},
{"Cancelled", 79},
{"\ {"\
Usage: nano [GNU long option] [option] +LINE <file>\n\ Usage: nano [GNU long option] [option] +LINE <file>\n\
\n", 80}, \n", 71},
{"Option\t\tLong option\t\tMeaning\n", 81}, {"Option\t\tLong option\t\tMeaning\n", 72},
{" -V \t\t--version\t\tPrint version information and exit\n", 82}, {" -V \t\t--version\t\tPrint version information and exit\n", 73},
{" -c \t\t--const\t\t\tConstantly show cursor position\n", 83}, {" -c \t\t--const\t\t\tConstantly show cursor position\n", 74},
{" -h \t\t--help\t\t\tShow this message\n", 84}, {" -h \t\t--help\t\t\tShow this message\n", 75},
{" -i \t\t--autoindent\t\tAutomatically indent new lines\n", 85}, {" -i \t\t--autoindent\t\tAutomatically indent new lines\n", 76},
{" -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite.\n", 86}, {" -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite.\n", 77},
{" -m \t\t--mouse\t\t\tEnable mouse\n", 87}, {" -m \t\t--mouse\t\t\tEnable mouse\n", 78},
{"\ {"\
-r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n", 88}, -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n", 79},
{" -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n", 89}, {" -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n", 80},
{" -s [prog] \t--speller=[prog]\tEnable alternate speller\n", 90}, {" -s [prog] \t--speller=[prog]\tEnable alternate speller\n", 81},
{" -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n", 91}, {" -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n", 82},
{" -v \t\t--view\t\t\tView (read only) mode\n", 92}, {" -v \t\t--view\t\t\tView (read only) mode\n", 83},
{" -w \t\t--nowrap\t\tDon't wrap long lines\n", 93}, {" -w \t\t--nowrap\t\tDon't wrap long lines\n", 84},
{" -x \t\t--nohelp\t\tDon't show help window\n", 94}, {" -x \t\t--nohelp\t\tDon't show help window\n", 85},
{" -z \t\t--suspend\t\tEnable suspend\n", 95}, {" -z \t\t--suspend\t\tEnable suspend\n", 86},
{" +LINE\t\t\t\t\tStart at line number LINE\n", 96}, {" +LINE\t\t\t\t\tStart at line number LINE\n", 87},
{"\ {"\
Usage: nano [option] +LINE <file>\n\ Usage: nano [option] +LINE <file>\n\
\n", 97}, \n", 88},
{"Option\t\tMeaning\n", 98}, {"Option\t\tMeaning\n", 89},
{" -V \t\tPrint version information and exit\n", 99}, {" -V \t\tPrint version information and exit\n", 90},
{" -c \t\tConstantly show cursor position\n", 100}, {" -c \t\tConstantly show cursor position\n", 91},
{" -h \t\tShow this message\n", 101}, {" -h \t\tShow this message\n", 92},
{" -i \t\tAutomatically indent new lines\n", 102}, {" -i \t\tAutomatically indent new lines\n", 93},
{" -l \t\tDon't follow symbolic links, overwrite.\n", 103}, {" -l \t\tDon't follow symbolic links, overwrite.\n", 94},
{" -m \t\tEnable mouse\n", 104}, {" -m \t\tEnable mouse\n", 95},
{" -r [#cols] \tSet fill cols to (wrap lines at) #cols\n", 105}, {" -r [#cols] \tSet fill cols to (wrap lines at) #cols\n", 96},
{" -s [prog] \tEnable alternate speller\n", 106}, {" -s [prog] \tEnable alternate speller\n", 97},
{" -p \t\tMake bottom 2 lines more Pico-like\n", 107}, {" -p \t\tMake bottom 2 lines more Pico-like\n", 98},
{" -t \t\tAuto save on exit, don't prompt\n", 108}, {" -t \t\tAuto save on exit, don't prompt\n", 99},
{" -v \t\tView (read only) mode\n", 109}, {" -v \t\tView (read only) mode\n", 100},
{" -w \t\tDon't wrap long lines\n", 110}, {" -w \t\tDon't wrap long lines\n", 101},
{" -x \t\tDon't show help window\n", 111}, {" -x \t\tDon't show help window\n", 102},
{" -z \t\tEnable suspend\n", 112}, {" -z \t\tEnable suspend\n", 103},
{" +LINE\t\tStart at line number LINE\n", 113}, {" +LINE\t\tStart at line number LINE\n", 104},
{" nano version %s by Chris Allegretta (compiled %s, %s)\n", 114}, {" nano version %s by Chris Allegretta (compiled %s, %s)\n", 105},
{" Email: nano@asty.org\tWeb: http://www.asty.org/nano\n", 115}, {" Email: nano@asty.org\tWeb: http://www.asty.org/nano\n", 106},
{"Mark Set", 116}, {"Mark Set", 107},
{"Mark UNset", 117}, {"Mark UNset", 108},
{"check_wrap called with inptr->data=\"%s\"\n", 118}, {"check_wrap called with inptr->data=\"%s\"\n", 109},
{"Case Sensitive Search%s", 119}, {"current->data now = \"%s\"\n", 110},
{"Search%s", 120}, {"After, data = \"%s\"\n", 111},
{"Search Cancelled", 121}, {"Error deleting tempfile, ack!", 112},
{"Search Wrapped", 122}, {"Could not create a temporary filename: %s", 113},
{"Replaced %d occurences", 123}, {"Could not invoke spell program \"%s\"", 114},
{"Replaced 1 occurence", 124}, {"Could not invoke \"ispell\"", 115},
{"Replace Cancelled", 125}, {"Finished checking spelling", 116},
{"Replace with [%s]", 126}, {"Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? ", 117},
{"Replace with", 127}, {"Cancelled", 118},
{"Replace this instance?", 128}, {"Cannot resize top win", 119},
{"current->data now = \"%s\"\n", 129}, {"Cannot move top win", 120},
{"After, data = \"%s\"\n", 130}, {"Cannot resize edit win", 121},
{"Enter line number", 131}, {"Cannot move edit win", 122},
{"Aborted", 132}, {"Cannot resize bottom win", 123},
{"Come on, be reasonable", 133}, {"Cannot move bottom win", 124},
{"Only %d lines available, skipping to last line", 134}, {"Main: set up windows\n", 125},
{"Could not open file for writing: %s", 135}, {"Main: bottom win\n", 126},
{"Could not open file: Path length exceeded.", 136}, {"Main: open file\n", 127},
{"Wrote >%s\n", 137}, {"I got Alt-[-%c! (%d)\n", 128},
{"Could not close %s: %s", 138}, {"I got Alt-%c! (%d)\n", 129},
{"Could not open %s for writing: %s", 139}, {"actual_x_from_start for xplus=%d returned %d\n", 130},
{"Could not set permissions %o on %s: %s", 140}, {"input '%c' (%d)\n", 131},
{"Wrote %d lines", 141}, {"New Buffer", 132},
{"File Name to write", 142}, {" File: ...", 133},
{"filename is %s", 143}, {"Modified", 134},
{"File exists, OVERWRITE ?", 144}, {"Moved to (%d, %d) in edit buffer\n", 135},
{"Error deleting tempfile, ack!", 145}, {"current->data = \"%s\"\n", 136},
{"Could not create a temporary filename: %s", 146}, {"I got \"%s\"\n", 137},
{"Could not invoke spell program \"%s\"", 147}, {" Y", 138},
{"Could not invoke \"ispell\"", 148}, {"Yes", 139},
{"Finished checking spelling", 149}, {" A", 140},
{"Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? ", 150}, {"All", 141},
{"Cannot resize top win", 151}, {" N", 142},
{"Cannot move top win", 152}, {"No", 143},
{"Cannot resize edit win", 153}, {"^C", 144},
{"Cannot move edit win", 154}, {"do_cursorpos: linepct = %f, bytepct = %f\n", 145},
{"Cannot resize bottom win", 155}, {"line %d of %d (%.0f%%), character %d of %d (%.0f%%)", 146},
{"Cannot move bottom win", 156}, {"Dumping file buffer to stderr...\n", 147},
{"Main: set up windows\n", 157}, {"Dumping cutbuffer to stderr...\n", 148},
{"Main: bottom win\n", 158}, {"Dumping a buffer to stderr...\n", 149},
{"Main: open file\n", 159},
{"I got Alt-[-%c! (%d)\n", 160},
{"I got Alt-%c! (%d)\n", 161},
{"actual_x for xplus=%d returned %d\n", 162},
{"input '%c' (%d)\n", 163},
{"New Buffer", 164},
{" File: ...", 165},
{"Modified", 166},
{"Moved to (%d, %d) in edit buffer\n", 167},
{"current->data = \"%s\"\n", 168},
{"I got \"%s\"\n", 169},
{" Y", 170},
{"Yes", 171},
{" A", 172},
{"All", 173},
{" N", 174},
{"No", 175},
{"^C", 176},
{"do_cursorpos: linepct = %f, bytepct = %f\n", 177},
{"line %d of %d (%.0f%%), character %d of %d (%.0f%%)", 178},
{"Dumping file buffer to stderr...\n", 179},
{"Dumping cutbuffer to stderr...\n", 180},
{"Dumping a buffer to stderr...\n", 181},
}; };
int _msg_tbl_length = 181; int _msg_tbl_length = 149;