From: Chris Allegretta Date: Mon, 19 Jun 2000 05:56:20 +0000 (+0000) Subject: Oops, add new files to POTFILES (again) X-Git-Tag: v0.9.11~14 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2abcc01d4d636e19ab0288648fd8301186541d9b;p=nano.git Oops, add new files to POTFILES (again) git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@31 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 3fddf8fe..2a179c27 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -10,72 +10,90 @@ const struct _msg_ent _msg_tbl[] = { {"", 1}, {"add_to_cutbuffer called with inptr->data = %s\n", 2}, {"Blew away cutbuffer =)\n", 3}, - {"Invoke the help menu", 4}, - {"Write the current file to disk", 5}, - {"Exit from nano", 6}, - {"Goto a specific line number", 7}, - {"Justify the current paragraph", 8}, - {"Replace text within the editor", 9}, - {"Insert another file into the current one", 10}, - {"Search for text within the editor", 11}, - {"Move to the previous screen", 12}, - {"Move to the next screen", 13}, - {"Cut the current line and store it in the cutbuffer", 14}, - {"Uncut from the cutbuffer into the current line", 15}, - {"Show the posititon of the cursor", 16}, - {"Invoke the spell checker (if available)", 17}, - {"Move up one line", 18}, - {"Move down one line", 19}, - {"Move forward one character", 20}, - {"Move back one character", 21}, - {"Move to the beginning of the current line", 22}, - {"Move to the end of the current line", 23}, - {"Go to the first line of the file", 24}, - {"Go to the last line of the file", 25}, - {"Refresh (redraw) the current screen", 26}, - {"Mark text at the current cursor location", 27}, - {"Delete the character under the cursor", 28}, - {"Delete the character to the left of the cursor", 29}, - {"Insert a tab character", 30}, - {"Insert a carriage return at the cursor position", 31}, - {"Make the current search or replace case (in)sensitive", 32}, - {"Cancel the current function", 33}, - {"Get Help", 34}, - {"WriteOut", 35}, - {"Exit", 36}, - {"Goto Line", 37}, - {"Justify", 38}, - {"Replace", 39}, - {"Read File", 40}, - {"Where Is", 41}, - {"Prev Page", 42}, - {"Next Page", 43}, - {"Cut Text", 44}, - {"UnCut Txt", 45}, - {"Cur Pos", 46}, - {"To Spell", 47}, - {"Up", 48}, - {"Down", 49}, - {"Forward", 50}, - {"Back", 51}, - {"Home", 52}, - {"End", 53}, - {"Refresh", 54}, - {"Mark Text", 55}, - {"Delete", 56}, - {"Backspace", 57}, - {"Tab", 58}, - {"Enter", 59}, - {"First Line", 60}, - {"Last Line", 61}, - {"Case Sens", 62}, - {"To Replace", 63}, - {"Cancel", 64}, - {"To Search", 65}, + {"read_line: not on first line and prev is NULL", 4}, + {"Read %d lines", 5}, + {"\"%s\" not found", 6}, + {"New File", 7}, + {"File \"%s\" is a directory", 8}, + {"Reading File", 9}, + {"File to insert [from ./] ", 10}, + {"Cancelled", 11}, + {"Could not open file for writing: %s", 12}, + {"Could not open file: Path length exceeded.", 13}, + {"Wrote >%s\n", 14}, + {"Could not close %s: %s", 15}, + {"Could not open %s for writing: %s", 16}, + {"Could not set permissions %o on %s: %s", 17}, + {"Wrote %d lines", 18}, + {"File Name to write", 19}, + {"filename is %s", 20}, + {"File exists, OVERWRITE ?", 21}, + {"Invoke the help menu", 22}, + {"Write the current file to disk", 23}, + {"Exit from nano", 24}, + {"Goto a specific line number", 25}, + {"Justify the current paragraph", 26}, + {"Replace text within the editor", 27}, + {"Insert another file into the current one", 28}, + {"Search for text within the editor", 29}, + {"Move to the previous screen", 30}, + {"Move to the next screen", 31}, + {"Cut the current line and store it in the cutbuffer", 32}, + {"Uncut from the cutbuffer into the current line", 33}, + {"Show the posititon of the cursor", 34}, + {"Invoke the spell checker (if available)", 35}, + {"Move up one line", 36}, + {"Move down one line", 37}, + {"Move forward one character", 38}, + {"Move back one character", 39}, + {"Move to the beginning of the current line", 40}, + {"Move to the end of the current line", 41}, + {"Go to the first line of the file", 42}, + {"Go to the last line of the file", 43}, + {"Refresh (redraw) the current screen", 44}, + {"Mark text at the current cursor location", 45}, + {"Delete the character under the cursor", 46}, + {"Delete the character to the left of the cursor", 47}, + {"Insert a tab character", 48}, + {"Insert a carriage return at the cursor position", 49}, + {"Make the current search or replace case (in)sensitive", 50}, + {"Cancel the current function", 51}, + {"Get Help", 52}, + {"WriteOut", 53}, + {"Exit", 54}, + {"Goto Line", 55}, + {"Justify", 56}, + {"Replace", 57}, + {"Read File", 58}, + {"Where Is", 59}, + {"Prev Page", 60}, + {"Next Page", 61}, + {"Cut Text", 62}, + {"UnCut Txt", 63}, + {"Cur Pos", 64}, + {"To Spell", 65}, + {"Up", 66}, + {"Down", 67}, + {"Forward", 68}, + {"Back", 69}, + {"Home", 70}, + {"End", 71}, + {"Refresh", 72}, + {"Mark Text", 73}, + {"Delete", 74}, + {"Backspace", 75}, + {"Tab", 76}, + {"Enter", 77}, + {"First Line", 78}, + {"Last Line", 79}, + {"Case Sens", 80}, + {"To Replace", 81}, + {"Cancel", 82}, + {"To Search", 83}, {"\ \n\ -Buffer written to 'nano.save'\n", 66}, - {"Key illegal in VIEW mode", 67}, +Buffer written to 'nano.save'\n", 84}, + {"Key illegal in VIEW mode", 85}, {"\ nano help text\n\ \n\ @@ -91,93 +109,106 @@ commonly used shortcuts in the editor.\n\ with a caret (^) symbol. Alt-key sequences are notated with an at (@) \ symbol. The following keystrokes are available in the main editor window. \ Optional keys are shown in parentheses:\n\ -\n", 68}, - {"free_node(): free'd a node, YAY!\n", 69}, - {"free_node(): free'd last node.\n", 70}, +\n", 86}, + {"free_node(): free'd a node, YAY!\n", 87}, + {"free_node(): free'd last node.\n", 88}, {"\ Usage: nano [GNU long option] [option] +LINE \n\ -\n", 71}, - {"Option\t\tLong option\t\tMeaning\n", 72}, - {" -V \t\t--version\t\tPrint version information and exit\n", 73}, - {" -c \t\t--const\t\t\tConstantly show cursor position\n", 74}, - {" -h \t\t--help\t\t\tShow this message\n", 75}, - {" -i \t\t--autoindent\t\tAutomatically indent new lines\n", 76}, - {" -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite.\n", 77}, - {" -m \t\t--mouse\t\t\tEnable mouse\n", 78}, +\n", 89}, + {"Option\t\tLong option\t\tMeaning\n", 90}, + {" -V \t\t--version\t\tPrint version information and exit\n", 91}, + {" -c \t\t--const\t\t\tConstantly show cursor position\n", 92}, + {" -h \t\t--help\t\t\tShow this message\n", 93}, + {" -i \t\t--autoindent\t\tAutomatically indent new lines\n", 94}, + {" -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite.\n", 95}, + {" -m \t\t--mouse\t\t\tEnable mouse\n", 96}, {"\ - -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", 80}, - {" -s [prog] \t--speller=[prog]\tEnable alternate speller\n", 81}, - {" -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", 83}, - {" -w \t\t--nowrap\t\tDon't wrap long lines\n", 84}, - {" -x \t\t--nohelp\t\tDon't show help window\n", 85}, - {" -z \t\t--suspend\t\tEnable suspend\n", 86}, - {" +LINE\t\t\t\t\tStart at line number LINE\n", 87}, + -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n", 97}, + {" -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n", 98}, + {" -s [prog] \t--speller=[prog]\tEnable alternate speller\n", 99}, + {" -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n", 100}, + {" -v \t\t--view\t\t\tView (read only) mode\n", 101}, + {" -w \t\t--nowrap\t\tDon't wrap long lines\n", 102}, + {" -x \t\t--nohelp\t\tDon't show help window\n", 103}, + {" -z \t\t--suspend\t\tEnable suspend\n", 104}, + {" +LINE\t\t\t\t\tStart at line number LINE\n", 105}, {"\ Usage: nano [option] +LINE \n\ -\n", 88}, - {"Option\t\tMeaning\n", 89}, - {" -V \t\tPrint version information and exit\n", 90}, - {" -c \t\tConstantly show cursor position\n", 91}, - {" -h \t\tShow this message\n", 92}, - {" -i \t\tAutomatically indent new lines\n", 93}, - {" -l \t\tDon't follow symbolic links, overwrite.\n", 94}, - {" -m \t\tEnable mouse\n", 95}, - {" -r [#cols] \tSet fill cols to (wrap lines at) #cols\n", 96}, - {" -s [prog] \tEnable alternate speller\n", 97}, - {" -p \t\tMake bottom 2 lines more Pico-like\n", 98}, - {" -t \t\tAuto save on exit, don't prompt\n", 99}, - {" -v \t\tView (read only) mode\n", 100}, - {" -w \t\tDon't wrap long lines\n", 101}, - {" -x \t\tDon't show help window\n", 102}, - {" -z \t\tEnable suspend\n", 103}, - {" +LINE\t\tStart at line number LINE\n", 104}, - {" nano version %s by Chris Allegretta (compiled %s, %s)\n", 105}, - {" Email: nano@asty.org\tWeb: http://www.asty.org/nano\n", 106}, - {"Mark Set", 107}, - {"Mark UNset", 108}, - {"check_wrap called with inptr->data=\"%s\"\n", 109}, - {"current->data now = \"%s\"\n", 110}, - {"After, data = \"%s\"\n", 111}, - {"Error deleting tempfile, ack!", 112}, - {"Could not create a temporary filename: %s", 113}, - {"Could not invoke spell program \"%s\"", 114}, - {"Could not invoke \"ispell\"", 115}, - {"Finished checking spelling", 116}, - {"Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? ", 117}, - {"Cancelled", 118}, - {"Cannot resize top win", 119}, - {"Cannot move top win", 120}, - {"Cannot resize edit win", 121}, - {"Cannot move edit win", 122}, - {"Cannot resize bottom win", 123}, - {"Cannot move bottom win", 124}, - {"Main: set up windows\n", 125}, - {"Main: bottom win\n", 126}, - {"Main: open file\n", 127}, - {"I got Alt-[-%c! (%d)\n", 128}, - {"I got Alt-%c! (%d)\n", 129}, - {"actual_x_from_start for xplus=%d returned %d\n", 130}, - {"input '%c' (%d)\n", 131}, - {"New Buffer", 132}, - {" File: ...", 133}, - {"Modified", 134}, - {"Moved to (%d, %d) in edit buffer\n", 135}, - {"current->data = \"%s\"\n", 136}, - {"I got \"%s\"\n", 137}, - {" Y", 138}, - {"Yes", 139}, - {" A", 140}, - {"All", 141}, - {" N", 142}, - {"No", 143}, - {"^C", 144}, - {"do_cursorpos: linepct = %f, bytepct = %f\n", 145}, - {"line %d of %d (%.0f%%), character %d of %d (%.0f%%)", 146}, - {"Dumping file buffer to stderr...\n", 147}, - {"Dumping cutbuffer to stderr...\n", 148}, - {"Dumping a buffer to stderr...\n", 149}, +\n", 106}, + {"Option\t\tMeaning\n", 107}, + {" -V \t\tPrint version information and exit\n", 108}, + {" -c \t\tConstantly show cursor position\n", 109}, + {" -h \t\tShow this message\n", 110}, + {" -i \t\tAutomatically indent new lines\n", 111}, + {" -l \t\tDon't follow symbolic links, overwrite.\n", 112}, + {" -m \t\tEnable mouse\n", 113}, + {" -r [#cols] \tSet fill cols to (wrap lines at) #cols\n", 114}, + {" -s [prog] \tEnable alternate speller\n", 115}, + {" -p \t\tMake bottom 2 lines more Pico-like\n", 116}, + {" -t \t\tAuto save on exit, don't prompt\n", 117}, + {" -v \t\tView (read only) mode\n", 118}, + {" -w \t\tDon't wrap long lines\n", 119}, + {" -x \t\tDon't show help window\n", 120}, + {" -z \t\tEnable suspend\n", 121}, + {" +LINE\t\tStart at line number LINE\n", 122}, + {" nano version %s by Chris Allegretta (compiled %s, %s)\n", 123}, + {" Email: nano@asty.org\tWeb: http://www.asty.org/nano\n", 124}, + {"Mark Set", 125}, + {"Mark UNset", 126}, + {"check_wrap called with inptr->data=\"%s\"\n", 127}, + {"current->data now = \"%s\"\n", 128}, + {"After, data = \"%s\"\n", 129}, + {"Error deleting tempfile, ack!", 130}, + {"Could not create a temporary filename: %s", 131}, + {"Could not invoke spell program \"%s\"", 132}, + {"Could not invoke \"ispell\"", 133}, + {"Finished checking spelling", 134}, + {"Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? ", 135}, + {"Cannot resize top win", 136}, + {"Cannot move top win", 137}, + {"Cannot resize edit win", 138}, + {"Cannot move edit win", 139}, + {"Cannot resize bottom win", 140}, + {"Cannot move bottom win", 141}, + {"Main: set up windows\n", 142}, + {"Main: bottom win\n", 143}, + {"Main: open file\n", 144}, + {"I got Alt-[-%c! (%d)\n", 145}, + {"I got Alt-%c! (%d)\n", 146}, + {"Case Sensitive Search%s", 147}, + {"Search%s", 148}, + {"Search Cancelled", 149}, + {"Search Wrapped", 150}, + {"Replaced %d occurences", 151}, + {"Replaced 1 occurence", 152}, + {"Replace Cancelled", 153}, + {"Replace with [%s]", 154}, + {"Replace with", 155}, + {"Replace this instance?", 156}, + {"Enter line number", 157}, + {"Aborted", 158}, + {"Come on, be reasonable", 159}, + {"Only %d lines available, skipping to last line", 160}, + {"actual_x_from_start for xplus=%d returned %d\n", 161}, + {"input '%c' (%d)\n", 162}, + {"New Buffer", 163}, + {" File: ...", 164}, + {"Modified", 165}, + {"Moved to (%d, %d) in edit buffer\n", 166}, + {"current->data = \"%s\"\n", 167}, + {"I got \"%s\"\n", 168}, + {" Y", 169}, + {"Yes", 170}, + {" A", 171}, + {"All", 172}, + {" N", 173}, + {"No", 174}, + {"^C", 175}, + {"do_cursorpos: linepct = %f, bytepct = %f\n", 176}, + {"line %d of %d (%.0f%%), character %d of %d (%.0f%%)", 177}, + {"Dumping file buffer to stderr...\n", 178}, + {"Dumping cutbuffer to stderr...\n", 179}, + {"Dumping a buffer to stderr...\n", 180}, }; -int _msg_tbl_length = 149; +int _msg_tbl_length = 180;