Commit 155d620a authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Add and fix Bug #51 :-)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@459 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 159 additions and 150 deletions
+159 -150
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
- With less than a page of text, doing a page down will move the - With less than a page of text, doing a page down will move the
current line to the top of the screen, which it shouldn't do. (50) current line to the top of the screen, which it shouldn't do. (50)
[FIXED] [FIXED]
- with PDCURSES, running meta-X turns off the keypad. (51) [FIXED]
** Open BUGS ** ** Open BUGS **
......
...@@ -10,6 +10,9 @@ General - ...@@ -10,6 +10,9 @@ General -
to winio.c where it should probably be anyway. New confgure to winio.c where it should probably be anyway. New confgure
check for _use_keypad in window sstruct. This will have to do check for _use_keypad in window sstruct. This will have to do
for now. for now.
- Moved keypad() calls for PDCURSES from main() to window_init()
so the keypad continues to work after a Meta-X, for example.
Fixed bug #51.
- faq.html: - faq.html:
- Fix typos and small mistakes (Jordi). - Fix typos and small mistakes (Jordi).
- files.c: - files.c:
...@@ -28,6 +31,10 @@ General - ...@@ -28,6 +31,10 @@ General -
on entering various dirs (Rocco). on entering various dirs (Rocco).
- Don't ungetch() the exit key, unneeded, fixes inerting a file - Don't ungetch() the exit key, unneeded, fixes inerting a file
causes exit code. causes exit code.
- move.c:
page_down()
- Don't do an edit_update when there is only one page of text
(fileage == edittop && filebot == editbot). Fixes Bug #50.
- nano.c: - nano.c:
main() main()
- Reorder the getopt options to be more or less alphabetical - Reorder the getopt options to be more or less alphabetical
......
...@@ -1644,6 +1644,13 @@ void window_init(void) ...@@ -1644,6 +1644,13 @@ void window_init(void)
topwin = newwin(2, COLS, 0, 0); topwin = newwin(2, COLS, 0, 0);
bottomwin = newwin(3 - no_help(), COLS, LINES - 3 + no_help(), 0); bottomwin = newwin(3 - no_help(), COLS, LINES - 3 + no_help(), 0);
#ifdef PDCURSES
/* Oops, I guess we need this again.
Moved here so the keypad still works after a Meta-X, for example */
keypad(edit, TRUE);
keypad(bottomwin, TRUE);
#endif
} }
void mouse_init(void) void mouse_init(void)
...@@ -2253,12 +2260,6 @@ int main(int argc, char *argv[]) ...@@ -2253,12 +2260,6 @@ int main(int argc, char *argv[])
edit_refresh(); edit_refresh();
reset_cursor(); reset_cursor();
#ifdef PDCURSES
/* Oops, I guess we need this again */
keypad(edit, TRUE);
keypad(bottomwin, TRUE);
#endif
while (1) { while (1) {
#ifndef _POSIX_VDISABLE #ifndef _POSIX_VDISABLE
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nano 0.9.17\n" "Project-Id-Version: nano 0.9.17\n"
"POT-Creation-Date: 2001-01-07 02:32-0500\n" "POT-Creation-Date: 2001-01-07 20:37-0500\n"
"PO-Revision-Date: 2000-09-09 11:55+0200\n" "PO-Revision-Date: 2000-09-09 11:55+0200\n"
"Last-Translator: Florian Knig <floki@bigfoot.com>\n" "Last-Translator: Florian Knig <floki@bigfoot.com>\n"
"Language-Team: German <floki@bigfoot.com>\n" "Language-Team: German <floki@bigfoot.com>\n"
...@@ -757,56 +757,56 @@ msgstr "Kann Gr ...@@ -757,56 +757,56 @@ msgstr "Kann Gr
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Kann unteres Fenster nicht verschieben" msgstr "Kann unteres Fenster nicht verschieben"
#: nano.c:1876 #: nano.c:1883
msgid "Can now UnJustify!" msgid "Can now UnJustify!"
msgstr "" msgstr ""
#: nano.c:1971 #: nano.c:1978
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "%s aktivieren/deaktivieren" msgstr "%s aktivieren/deaktivieren"
#: nano.c:1984 #: nano.c:1991
msgid "enabled" msgid "enabled"
msgstr "aktiviert" msgstr "aktiviert"
#: nano.c:1985 #: nano.c:1992
msgid "disabled" msgid "disabled"
msgstr "deaktiviert" msgstr "deaktiviert"
#: nano.c:2223 #: nano.c:2230
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Hauptprogramm: Fenster konfigurieren\n" msgstr "Hauptprogramm: Fenster konfigurieren\n"
#: nano.c:2230 #: nano.c:2237
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Hauptprogramm: unteres Fenster\n" msgstr "Hauptprogramm: unteres Fenster\n"
#: nano.c:2236 #: nano.c:2243
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Hauptprogramm: Datei ffnen\n" msgstr "Hauptprogramm: Datei ffnen\n"
#: nano.c:2282 #: nano.c:2283
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n" msgid "I got Alt-O-%c! (%d)\n"
msgstr "Erhielt Alt-[-%c! (%d)\n" msgstr "Erhielt Alt-[-%c! (%d)\n"
#: nano.c:2310 #: nano.c:2311
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n" msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Erhielt Alt-[-%c! (%d)\n" msgstr "Erhielt Alt-[-%c! (%d)\n"
#: nano.c:2343 #: nano.c:2344
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n" msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Erhielt Alt-[-%c! (%d)\n" msgstr "Erhielt Alt-[-%c! (%d)\n"
#: nano.c:2391 #: nano.c:2392
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "Erhielt Alt-[-%c! (%d)\n" msgstr "Erhielt Alt-[-%c! (%d)\n"
#: nano.c:2417 #: nano.c:2418
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "Erhielt Alt-%c! (%d)\n" msgstr "Erhielt Alt-%c! (%d)\n"
...@@ -961,48 +961,48 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" ...@@ -961,48 +961,48 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "Zeile %d von %d (%.0f%%), Zeichen %d von %d (%.0f%%)" msgstr "Zeile %d von %d (%.0f%%), Zeichen %d von %d (%.0f%%)"
#: winio.c:1305 #: winio.c:1303
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "Gebe Datei Puffer nach stderr aus...\n" msgstr "Gebe Datei Puffer nach stderr aus...\n"
#: winio.c:1307 #: winio.c:1305
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Gebe Inhalt der Zwischenablage nach stderr aus...\n" msgstr "Gebe Inhalt der Zwischenablage nach stderr aus...\n"
#: winio.c:1309 #: winio.c:1307
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Gebe einen Puffer nach stderr aus...\n" msgstr "Gebe einen Puffer nach stderr aus...\n"
#: winio.c:1384 #: winio.c:1382
msgid "The nano text editor" msgid "The nano text editor"
msgstr "" msgstr ""
#: winio.c:1385 #: winio.c:1383
#, fuzzy #, fuzzy
msgid "version " msgid "version "
msgstr "Version" msgstr "Version"
#: winio.c:1386 #: winio.c:1384
msgid "Brought to you by:" msgid "Brought to you by:"
msgstr "" msgstr ""
#: winio.c:1387 #: winio.c:1385
msgid "Special thanks to:" msgid "Special thanks to:"
msgstr "" msgstr ""
#: winio.c:1388 #: winio.c:1386
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "" msgstr ""
#: winio.c:1389 #: winio.c:1387
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "" msgstr ""
#: winio.c:1390 #: winio.c:1388
msgid "and anyone else we forgot..." msgid "and anyone else we forgot..."
msgstr "" msgstr ""
#: winio.c:1391 #: winio.c:1389
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "" msgstr ""
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.9.24-CVS\n" "Project-Id-Version: 0.9.24-CVS\n"
"POT-Creation-Date: 2001-01-07 02:32-0500\n" "POT-Creation-Date: 2001-01-07 20:37-0500\n"
"PO-Revision-Date: 2001-01-04 17:45+0100\n" "PO-Revision-Date: 2001-01-04 17:45+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Spanish <es@li.org>\n" "Language-Team: Spanish <es@li.org>\n"
...@@ -754,56 +754,56 @@ msgstr "No se puede cambiar el tama ...@@ -754,56 +754,56 @@ msgstr "No se puede cambiar el tama
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "No se puede mover la ventana inferior" msgstr "No se puede mover la ventana inferior"
#: nano.c:1876 #: nano.c:1883
msgid "Can now UnJustify!" msgid "Can now UnJustify!"
msgstr "Ahora puedes desjustificar!" msgstr "Ahora puedes desjustificar!"
#: nano.c:1971 #: nano.c:1978
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "%s habilitar/deshabilitar" msgstr "%s habilitar/deshabilitar"
#: nano.c:1984 #: nano.c:1991
msgid "enabled" msgid "enabled"
msgstr "habilitado" msgstr "habilitado"
#: nano.c:1985 #: nano.c:1992
msgid "disabled" msgid "disabled"
msgstr "deshabilitado" msgstr "deshabilitado"
#: nano.c:2223 #: nano.c:2230
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Main: configurar las ventanas\n" msgstr "Main: configurar las ventanas\n"
#: nano.c:2230 #: nano.c:2237
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: ventana inferior\n" msgstr "Main: ventana inferior\n"
#: nano.c:2236 #: nano.c:2243
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: abrir fichero\n" msgstr "Main: abrir fichero\n"
#: nano.c:2282 #: nano.c:2283
#, c-format #, c-format
msgid "I got Alt-O-%c! (%d)\n" msgid "I got Alt-O-%c! (%d)\n"
msgstr "Pill Alt-O-%c! (%d)\n" msgstr "Pill Alt-O-%c! (%d)\n"
#: nano.c:2310 #: nano.c:2311
#, c-format #, c-format
msgid "I got Alt-[-1-%c! (%d)\n" msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Pill Alt-[-1-%c! (%d)\n" msgstr "Pill Alt-[-1-%c! (%d)\n"
#: nano.c:2343 #: nano.c:2344
#, c-format #, c-format
msgid "I got Alt-[-2-%c! (%d)\n" msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Pill Alt-[-2-%c! (%d)\n" msgstr "Pill Alt-[-2-%c! (%d)\n"
#: nano.c:2391 #: nano.c:2392
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "Pill Alt-[-%c! (%d)\n" msgstr "Pill Alt-[-%c! (%d)\n"
#: nano.c:2417 #: nano.c:2418
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "Pill Alt-%c! (%d)\n" msgstr "Pill Alt-%c! (%d)\n"
...@@ -955,46 +955,46 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" ...@@ -955,46 +955,46 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "lnea %d de %d (%.0f%%), carcter %d de %d (%.0f%%)" msgstr "lnea %d de %d (%.0f%%), carcter %d de %d (%.0f%%)"
#: winio.c:1305 #: winio.c:1303
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "Volcando buffer de fichero a stderr...\n" msgstr "Volcando buffer de fichero a stderr...\n"
#: winio.c:1307 #: winio.c:1305
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Volcando el cutbuffer a stderr...\n" msgstr "Volcando el cutbuffer a stderr...\n"
#: winio.c:1309 #: winio.c:1307
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Volcando un buffer a stderr...\n" msgstr "Volcando un buffer a stderr...\n"
#: winio.c:1384 #: winio.c:1382
msgid "The nano text editor" msgid "The nano text editor"
msgstr "El editor de textos nano" msgstr "El editor de textos nano"
#: winio.c:1385 #: winio.c:1383
msgid "version " msgid "version "
msgstr "versin " msgstr "versin "
#: winio.c:1386 #: winio.c:1384
msgid "Brought to you by:" msgid "Brought to you by:"
msgstr "Por cortesa de:" msgstr "Por cortesa de:"
#: winio.c:1387 #: winio.c:1385
msgid "Special thanks to:" msgid "Special thanks to:"
msgstr "Agradecimientos especiales para:" msgstr "Agradecimientos especiales para:"
#: winio.c:1388 #: winio.c:1386
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "La Free Software Foundation" msgstr "La Free Software Foundation"
#: winio.c:1389 #: winio.c:1387
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim y Eric S. Raymond por ncurses" msgstr "Pavel Curtis, Zeyd Ben-Halim y Eric S. Raymond por ncurses"
#: winio.c:1390 #: winio.c:1388
msgid "and anyone else we forgot..." msgid "and anyone else we forgot..."
msgstr "y cualquiera del que nos hayamos olvidado..." msgstr "y cualquiera del que nos hayamos olvidado..."
#: winio.c:1391 #: winio.c:1389
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "Gracias por usar nano!\n" msgstr "Gracias por usar nano!\n"
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nano 0.9.11\n" "Project-Id-Version: nano 0.9.11\n"
"POT-Creation-Date: 2001-01-07 02:32-0500\n" "POT-Creation-Date: 2001-01-07 20:37-0500\n"
"PO-Revision-Date: 2000-06-21 23:08+03:00\n" "PO-Revision-Date: 2000-06-21 23:08+03:00\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n" "Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n"
"Language-Team: Finnish <fi@li.org>\n" "Language-Team: Finnish <fi@li.org>\n"
...@@ -752,56 +752,56 @@ msgstr "Alaikkunan kokoa ei voi muuttaa" ...@@ -752,56 +752,56 @@ msgstr "Alaikkunan kokoa ei voi muuttaa"
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Alaikkunaa ei voi siirt" msgstr "Alaikkunaa ei voi siirt"
#: nano.c:1876 #: nano.c:1883
msgid "Can now UnJustify!" msgid "Can now UnJustify!"
msgstr "" msgstr ""
#: nano.c:1971 #: nano.c:1978
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1984 #: nano.c:1991
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1985 #: nano.c:1992
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:2223 #: nano.c:2230
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Ptila: ikkunoiden asettelu\n" msgstr "Ptila: ikkunoiden asettelu\n"
#: nano.c:2230 #: nano.c:2237
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Ptila: alaikkuna\n" msgstr "Ptila: alaikkuna\n"
#: nano.c:2236 #: nano.c:2243
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Ptila: avaa tiedosto\n" msgstr "Ptila: avaa tiedosto\n"
#: nano.c:2282 #: nano.c:2283
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n" msgid "I got Alt-O-%c! (%d)\n"
msgstr "Vastaanotettu Alt-[-%c! (%d)\n" msgstr "Vastaanotettu Alt-[-%c! (%d)\n"
#: nano.c:2310 #: nano.c:2311
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n" msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Vastaanotettu Alt-[-%c! (%d)\n" msgstr "Vastaanotettu Alt-[-%c! (%d)\n"
#: nano.c:2343 #: nano.c:2344
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n" msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Vastaanotettu Alt-[-%c! (%d)\n" msgstr "Vastaanotettu Alt-[-%c! (%d)\n"
#: nano.c:2391 #: nano.c:2392
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "Vastaanotettu Alt-[-%c! (%d)\n" msgstr "Vastaanotettu Alt-[-%c! (%d)\n"
#: nano.c:2417 #: nano.c:2418
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "Vastaanotettu Alt-%c! (%d)\n" msgstr "Vastaanotettu Alt-%c! (%d)\n"
...@@ -955,47 +955,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" ...@@ -955,47 +955,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "rivi %d/%d (%.0f%%), merkki %d/%d (%.0f%%)" msgstr "rivi %d/%d (%.0f%%), merkki %d/%d (%.0f%%)"
#: winio.c:1305 #: winio.c:1303
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "Sytetn tiedosto stderriin...\n" msgstr "Sytetn tiedosto stderriin...\n"
#: winio.c:1307 #: winio.c:1305
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Sytetn leiketila stderriin...\n" msgstr "Sytetn leiketila stderriin...\n"
#: winio.c:1309 #: winio.c:1307
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Sytetn teksti stderriin...\n" msgstr "Sytetn teksti stderriin...\n"
#: winio.c:1384 #: winio.c:1382
msgid "The nano text editor" msgid "The nano text editor"
msgstr "" msgstr ""
#: winio.c:1385 #: winio.c:1383
msgid "version " msgid "version "
msgstr "" msgstr ""
#: winio.c:1386 #: winio.c:1384
msgid "Brought to you by:" msgid "Brought to you by:"
msgstr "" msgstr ""
#: winio.c:1387 #: winio.c:1385
msgid "Special thanks to:" msgid "Special thanks to:"
msgstr "" msgstr ""
#: winio.c:1388 #: winio.c:1386
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "" msgstr ""
#: winio.c:1389 #: winio.c:1387
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "" msgstr ""
#: winio.c:1390 #: winio.c:1388
msgid "and anyone else we forgot..." msgid "and anyone else we forgot..."
msgstr "" msgstr ""
#: winio.c:1391 #: winio.c:1389
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "" msgstr ""
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.8.9\n" "Project-Id-Version: 0.8.9\n"
"POT-Creation-Date: 2001-01-07 02:32-0500\n" "POT-Creation-Date: 2001-01-07 20:37-0500\n"
"PO-Revision-Date: 2000-07-09 01:32+0100\n" "PO-Revision-Date: 2000-07-09 01:32+0100\n"
"Last-Translator: Clement Laforet <sheep.killer@free.fr>\n" "Last-Translator: Clement Laforet <sheep.killer@free.fr>\n"
"Language-Team: French <LL@li.org>\n" "Language-Team: French <LL@li.org>\n"
...@@ -771,56 +771,56 @@ msgstr "Impossible de redimensionner la fen ...@@ -771,56 +771,56 @@ msgstr "Impossible de redimensionner la fen
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Impossible de bouger la fentre du bas" msgstr "Impossible de bouger la fentre du bas"
#: nano.c:1876 #: nano.c:1883
msgid "Can now UnJustify!" msgid "Can now UnJustify!"
msgstr "" msgstr ""
#: nano.c:1971 #: nano.c:1978
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1984 #: nano.c:1991
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1985 #: nano.c:1992
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:2223 #: nano.c:2230
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Main: configuration des fentres\n" msgstr "Main: configuration des fentres\n"
#: nano.c:2230 #: nano.c:2237
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: fentre du bas\n" msgstr "Main: fentre du bas\n"
#: nano.c:2236 #: nano.c:2243
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: ouvrir fichier\n" msgstr "Main: ouvrir fichier\n"
#: nano.c:2282 #: nano.c:2283
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n" msgid "I got Alt-O-%c! (%d)\n"
msgstr "J'ai reu Alt-[-%c! (%d)\n" msgstr "J'ai reu Alt-[-%c! (%d)\n"
#: nano.c:2310 #: nano.c:2311
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n" msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "J'ai reu Alt-[-%c! (%d)\n" msgstr "J'ai reu Alt-[-%c! (%d)\n"
#: nano.c:2343 #: nano.c:2344
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n" msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "J'ai reu Alt-[-%c! (%d)\n" msgstr "J'ai reu Alt-[-%c! (%d)\n"
#: nano.c:2391 #: nano.c:2392
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "J'ai reu Alt-[-%c! (%d)\n" msgstr "J'ai reu Alt-[-%c! (%d)\n"
#: nano.c:2417 #: nano.c:2418
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "J'ai reu Alt-%c! (%d)\n" msgstr "J'ai reu Alt-%c! (%d)\n"
...@@ -974,47 +974,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" ...@@ -974,47 +974,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "ligne %d sur %d (%.0f%%), caractre %d sur %d (%.0f%%)" msgstr "ligne %d sur %d (%.0f%%), caractre %d sur %d (%.0f%%)"
#: winio.c:1305 #: winio.c:1303
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "Envoi du buffer fichier sur stderr...\n" msgstr "Envoi du buffer fichier sur stderr...\n"
#: winio.c:1307 #: winio.c:1305
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Envoi du cutbuffer sur stderr...\n" msgstr "Envoi du cutbuffer sur stderr...\n"
#: winio.c:1309 #: winio.c:1307
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Envoi d'un buffer sur stderr...\n" msgstr "Envoi d'un buffer sur stderr...\n"
#: winio.c:1384 #: winio.c:1382
msgid "The nano text editor" msgid "The nano text editor"
msgstr "" msgstr ""
#: winio.c:1385 #: winio.c:1383
msgid "version " msgid "version "
msgstr "" msgstr ""
#: winio.c:1386 #: winio.c:1384
msgid "Brought to you by:" msgid "Brought to you by:"
msgstr "" msgstr ""
#: winio.c:1387 #: winio.c:1385
msgid "Special thanks to:" msgid "Special thanks to:"
msgstr "" msgstr ""
#: winio.c:1388 #: winio.c:1386
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "" msgstr ""
#: winio.c:1389 #: winio.c:1387
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "" msgstr ""
#: winio.c:1390 #: winio.c:1388
msgid "and anyone else we forgot..." msgid "and anyone else we forgot..."
msgstr "" msgstr ""
#: winio.c:1391 #: winio.c:1389
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "" msgstr ""
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nano-0.9.10\n" "Project-Id-Version: nano-0.9.10\n"
"POT-Creation-Date: 2001-01-07 02:32-0500\n" "POT-Creation-Date: 2001-01-07 20:37-0500\n"
"PO-Revision-Date: 2000-06-08 20:56+07:00\n" "PO-Revision-Date: 2000-06-08 20:56+07:00\n"
"Last-Translator: Tedi Heriyanto <tedi-h@usa.net>\n" "Last-Translator: Tedi Heriyanto <tedi-h@usa.net>\n"
"Language-Team: Indonesian <id@li.org>\n" "Language-Team: Indonesian <id@li.org>\n"
...@@ -751,56 +751,56 @@ msgstr "Tidak dapat mengganti ukuran jendela bawah" ...@@ -751,56 +751,56 @@ msgstr "Tidak dapat mengganti ukuran jendela bawah"
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Tidak dapat memindah jendela bawah" msgstr "Tidak dapat memindah jendela bawah"
#: nano.c:1876 #: nano.c:1883
msgid "Can now UnJustify!" msgid "Can now UnJustify!"
msgstr "" msgstr ""
#: nano.c:1971 #: nano.c:1978
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1984 #: nano.c:1991
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1985 #: nano.c:1992
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:2223 #: nano.c:2230
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Main: menset jendela\n" msgstr "Main: menset jendela\n"
#: nano.c:2230 #: nano.c:2237
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: jendela bawah\n" msgstr "Main: jendela bawah\n"
#: nano.c:2236 #: nano.c:2243
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: membuka file\n" msgstr "Main: membuka file\n"
#: nano.c:2282 #: nano.c:2283
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n" msgid "I got Alt-O-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n" msgstr "Saya mendapat Alt-%c! (%d)\n"
#: nano.c:2310 #: nano.c:2311
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n" msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n" msgstr "Saya mendapat Alt-%c! (%d)\n"
#: nano.c:2343 #: nano.c:2344
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n" msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n" msgstr "Saya mendapat Alt-%c! (%d)\n"
#: nano.c:2391 #: nano.c:2392
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n" msgstr "Saya mendapat Alt-%c! (%d)\n"
#: nano.c:2417 #: nano.c:2418
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n" msgstr "Saya mendapat Alt-%c! (%d)\n"
...@@ -954,47 +954,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" ...@@ -954,47 +954,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "baris %d dari %d (%f.0f%%), karakter %d dari %d (%.0f%%)" msgstr "baris %d dari %d (%f.0f%%), karakter %d dari %d (%.0f%%)"
#: winio.c:1305 #: winio.c:1303
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "Kirim buffer file ke stderr...\n" msgstr "Kirim buffer file ke stderr...\n"
#: winio.c:1307 #: winio.c:1305
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Kirim cutbuffer ke stderr...\n" msgstr "Kirim cutbuffer ke stderr...\n"
#: winio.c:1309 #: winio.c:1307
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Kirim buffer ke stderr...\n" msgstr "Kirim buffer ke stderr...\n"
#: winio.c:1384 #: winio.c:1382
msgid "The nano text editor" msgid "The nano text editor"
msgstr "" msgstr ""
#: winio.c:1385 #: winio.c:1383
msgid "version " msgid "version "
msgstr "" msgstr ""
#: winio.c:1386 #: winio.c:1384
msgid "Brought to you by:" msgid "Brought to you by:"
msgstr "" msgstr ""
#: winio.c:1387 #: winio.c:1385
msgid "Special thanks to:" msgid "Special thanks to:"
msgstr "" msgstr ""
#: winio.c:1388 #: winio.c:1386
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "" msgstr ""
#: winio.c:1389 #: winio.c:1387
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "" msgstr ""
#: winio.c:1390 #: winio.c:1388
msgid "and anyone else we forgot..." msgid "and anyone else we forgot..."
msgstr "" msgstr ""
#: winio.c:1391 #: winio.c:1389
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "" msgstr ""
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.8.7\n" "Project-Id-Version: 0.8.7\n"
"POT-Creation-Date: 2001-01-07 02:32-0500\n" "POT-Creation-Date: 2001-01-07 20:37-0500\n"
"PO-Revision-Date: 2000-03-03 04:57+0100\n" "PO-Revision-Date: 2000-03-03 04:57+0100\n"
"Last-Translator: Daniele Medri <madrid@linux.it>\n" "Last-Translator: Daniele Medri <madrid@linux.it>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -738,56 +738,56 @@ msgstr "Impossibile ridimensionare la finestra inferiore" ...@@ -738,56 +738,56 @@ msgstr "Impossibile ridimensionare la finestra inferiore"
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Impossibile spostare la finestra inferiore" msgstr "Impossibile spostare la finestra inferiore"
#: nano.c:1876 #: nano.c:1883
msgid "Can now UnJustify!" msgid "Can now UnJustify!"
msgstr "" msgstr ""
#: nano.c:1971 #: nano.c:1978
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1984 #: nano.c:1991
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1985 #: nano.c:1992
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:2223 #: nano.c:2230
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Main: configura finestre\n" msgstr "Main: configura finestre\n"
#: nano.c:2230 #: nano.c:2237
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: finestra inferiore\n" msgstr "Main: finestra inferiore\n"
#: nano.c:2236 #: nano.c:2243
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: apri file\n" msgstr "Main: apri file\n"
#: nano.c:2282 #: nano.c:2283
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n" msgid "I got Alt-O-%c! (%d)\n"
msgstr "Premuto Alt-[-%c! (%d)\n" msgstr "Premuto Alt-[-%c! (%d)\n"
#: nano.c:2310 #: nano.c:2311
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n" msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Premuto Alt-[-%c! (%d)\n" msgstr "Premuto Alt-[-%c! (%d)\n"
#: nano.c:2343 #: nano.c:2344
#, fuzzy, c-format #, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n" msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Premuto Alt-[-%c! (%d)\n" msgstr "Premuto Alt-[-%c! (%d)\n"
#: nano.c:2391 #: nano.c:2392
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "Premuto Alt-[-%c! (%d)\n" msgstr "Premuto Alt-[-%c! (%d)\n"
#: nano.c:2417 #: nano.c:2418
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "Premuto Alt-%c! (%d)\n" msgstr "Premuto Alt-%c! (%d)\n"
...@@ -941,47 +941,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" ...@@ -941,47 +941,47 @@ msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "linea %d di %d (%.0f%%), carattere %d di %d (%.0f%%)" msgstr "linea %d di %d (%.0f%%), carattere %d di %d (%.0f%%)"
#: winio.c:1305 #: winio.c:1303
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "Copia file buffer sullo stderr...\n" msgstr "Copia file buffer sullo stderr...\n"
#: winio.c:1307 #: winio.c:1305
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Copia cutbuffer sullo stderr...\n" msgstr "Copia cutbuffer sullo stderr...\n"
#: winio.c:1309 #: winio.c:1307
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Copia un buffer sullo stderr...\n" msgstr "Copia un buffer sullo stderr...\n"
#: winio.c:1384 #: winio.c:1382
msgid "The nano text editor" msgid "The nano text editor"
msgstr "" msgstr ""
#: winio.c:1385 #: winio.c:1383
msgid "version " msgid "version "
msgstr "" msgstr ""
#: winio.c:1386 #: winio.c:1384
msgid "Brought to you by:" msgid "Brought to you by:"
msgstr "" msgstr ""
#: winio.c:1387 #: winio.c:1385
msgid "Special thanks to:" msgid "Special thanks to:"
msgstr "" msgstr ""
#: winio.c:1388 #: winio.c:1386
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "" msgstr ""
#: winio.c:1389 #: winio.c:1387
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "" msgstr ""
#: winio.c:1390 #: winio.c:1388
msgid "and anyone else we forgot..." msgid "and anyone else we forgot..."
msgstr "" msgstr ""
#: winio.c:1391 #: winio.c:1389
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "" msgstr ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment