Commit a60e02c9 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Okay, for some reason the statusq call in do_int_spell wasn't updated

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@278 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 915 additions and 855 deletions
+915 -855
...@@ -1102,7 +1102,7 @@ int do_int_spell_fix(char *word) ...@@ -1102,7 +1102,7 @@ int do_int_spell_fix(char *word)
search_last_line = FALSE; search_last_line = FALSE;
/* allow replace word to be corrected */ /* allow replace word to be corrected */
i = statusq(replace_list_2, REPLACE_LIST_2_LEN, last_replace, i = statusq(0, replace_list_2, REPLACE_LIST_2_LEN, last_replace,
_("Edit a replacement")); _("Edit a replacement"));
do_replace_loop(prevanswer, begin_top, &beginx_top, TRUE, &i); do_replace_loop(prevanswer, begin_top, &beginx_top, TRUE, &i);
......
No preview for this file type
...@@ -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: 2000-11-02 20:21-0500\n" "POT-Creation-Date: 2000-11-06 00:50-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"
...@@ -24,90 +24,94 @@ msgstr "add_to_cutbuffer aufgerufen mit inptr->data = %s\n" ...@@ -24,90 +24,94 @@ msgstr "add_to_cutbuffer aufgerufen mit inptr->data = %s\n"
msgid "Blew away cutbuffer =)\n" msgid "Blew away cutbuffer =)\n"
msgstr "Inhalt der Zwischenablage verworfen\n" msgstr "Inhalt der Zwischenablage verworfen\n"
#: files.c:120 #: files.c:122
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: nicht in der ersten Zeile und prev ist NULL" msgstr "read_line: nicht in der ersten Zeile und prev ist NULL"
#: files.c:182 files.c:199 #: files.c:184 files.c:201
#, c-format #, c-format
msgid "Read %d lines" msgid "Read %d lines"
msgstr "%d Zeilen gelesen" msgstr "%d Zeilen gelesen"
#: files.c:217 search.c:148 #: files.c:219 search.c:164
#, c-format #, c-format
msgid "\"%s\" not found" msgid "\"%s\" not found"
msgstr "\"%s\" nicht gefunden" msgstr "\"%s\" nicht gefunden"
#. We have a new file #. We have a new file
#: files.c:221 #: files.c:223
msgid "New File" msgid "New File"
msgstr "Neue Datei" msgstr "Neue Datei"
#: files.c:230 #: files.c:232
#, c-format #, c-format
msgid "File \"%s\" is a directory" msgid "File \"%s\" is a directory"
msgstr "Datei \"%s\" ist ein Verzeichnis" msgstr "Datei \"%s\" ist ein Verzeichnis"
#: files.c:236 #: files.c:238
msgid "Reading File" msgid "Reading File"
msgstr "Lese Datei" msgstr "Lese Datei"
#: files.c:249 #: files.c:251
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "Datei zum Einfgen [von ./] " msgstr "Datei zum Einfgen [von ./] "
#: files.c:274 files.c:298 files.c:486 nano.c:1142 #: files.c:276 files.c:300 files.c:488 nano.c:1347
msgid "Cancelled" msgid "Cancelled"
msgstr "Abgebrochen" msgstr "Abgebrochen"
#: files.c:320 files.c:340 files.c:354 files.c:371 files.c:377 #: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
#, c-format #, c-format
msgid "Could not open file for writing: %s" msgid "Could not open file for writing: %s"
msgstr "Konnte nicht in Datei schreiben: %s" msgstr "Konnte nicht in Datei schreiben: %s"
#: files.c:328 #: files.c:330
msgid "Could not open file: Path length exceeded." msgid "Could not open file: Path length exceeded."
msgstr "Konnte Datei nicht ffnen: Pfad zu lang." msgstr "Konnte Datei nicht ffnen: Pfad zu lang."
#: files.c:359 #: files.c:361
#, c-format #, c-format
msgid "Wrote >%s\n" msgid "Wrote >%s\n"
msgstr "Schrieb >%s\n" msgstr "Schrieb >%s\n"
#: files.c:386 #: files.c:388
#, c-format #, c-format
msgid "Could not close %s: %s" msgid "Could not close %s: %s"
msgstr "Konnte %s nicht schlieen: %s" msgstr "Konnte %s nicht schlieen: %s"
#. Try a rename?? #. Try a rename??
#: files.c:407 files.c:418 files.c:423 #: files.c:409 files.c:420 files.c:425
#, c-format #, c-format
msgid "Could not open %s for writing: %s" msgid "Could not open %s for writing: %s"
msgstr "Konnte nicht in %s schreiben: %s" msgstr "Konnte nicht in %s schreiben: %s"
#: files.c:429 #: files.c:431
#, c-format #, c-format
msgid "Could not set permissions %o on %s: %s" msgid "Could not set permissions %o on %s: %s"
msgstr "Konnte Rechte %o fr %s nicht setzen: %s" msgstr "Konnte Rechte %o fr %s nicht setzen: %s"
#: files.c:436 #: files.c:438
#, c-format #, c-format
msgid "Wrote %d lines" msgid "Wrote %d lines"
msgstr "%d Zeilen geschrieben" msgstr "%d Zeilen geschrieben"
#: files.c:465 #: files.c:467
msgid "File Name to write" msgid "File Name to write"
msgstr "Dateiname zum Speichern" msgstr "Dateiname zum Speichern"
#: files.c:470 #: files.c:472
#, c-format #, c-format
msgid "filename is %s" msgid "filename is %s"
msgstr "Dateiname ist %s" msgstr "Dateiname ist %s"
#: files.c:475 #: files.c:477
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "Datei exisitiert, BERSCHREIBEN ?" msgstr "Datei exisitiert, BERSCHREIBEN ?"
#: files.c:741
msgid "(more)"
msgstr ""
#: global.c:124 #: global.c:124
msgid "Constant cursor position" msgid "Constant cursor position"
msgstr "Cursorposition stndig anzeigen" msgstr "Cursorposition stndig anzeigen"
...@@ -382,7 +386,7 @@ msgid "Case Sens" ...@@ -382,7 +386,7 @@ msgid "Case Sens"
msgstr "GROSZ/klein" msgstr "GROSZ/klein"
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401 #: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
#: global.c:405 global.c:411 winio.c:992 #: global.c:405 global.c:411 winio.c:1008
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
...@@ -390,7 +394,7 @@ msgstr "Abbrechen" ...@@ -390,7 +394,7 @@ msgstr "Abbrechen"
msgid "No Replace" msgid "No Replace"
msgstr "Keine Ersetzung" msgstr "Keine Ersetzung"
#: nano.c:122 #: nano.c:131
msgid "" msgid ""
"\n" "\n"
"Buffer written to 'nano.save'\n" "Buffer written to 'nano.save'\n"
...@@ -398,11 +402,11 @@ msgstr "" ...@@ -398,11 +402,11 @@ msgstr ""
"\n" "\n"
"Puffer in 'nano.save' geschrieben\n" "Puffer in 'nano.save' geschrieben\n"
#: nano.c:129 #: nano.c:138
msgid "Key illegal in VIEW mode" msgid "Key illegal in VIEW mode"
msgstr "Unzulssige Taste im View Modus" msgstr "Unzulssige Taste im View Modus"
#: nano.c:166 #: nano.c:175
msgid "" msgid ""
" nano help text\n" " nano help text\n"
"\n" "\n"
...@@ -438,15 +442,15 @@ msgstr "" ...@@ -438,15 +442,15 @@ msgstr ""
"verfgbar. Optionale Tasten sind eingeklammert.\n" "verfgbar. Optionale Tasten sind eingeklammert.\n"
"\n" "\n"
#: nano.c:269 #: nano.c:278
msgid "free_node(): free'd a node, YAY!\n" msgid "free_node(): free'd a node, YAY!\n"
msgstr "free_node(): Knoten freigegeben.\n" msgstr "free_node(): Knoten freigegeben.\n"
#: nano.c:274 #: nano.c:283
msgid "free_node(): free'd last node.\n" msgid "free_node(): free'd last node.\n"
msgstr "free_node(): letzter Knoten freigegeben.\n" msgstr "free_node(): letzter Knoten freigegeben.\n"
#: nano.c:326 #: nano.c:335
msgid "" msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n" "Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n" "\n"
...@@ -454,91 +458,91 @@ msgstr "" ...@@ -454,91 +458,91 @@ msgstr ""
"Aufruf: nano [lange GNU Option] [Option] +ZEILE <Datei>\n" "Aufruf: nano [lange GNU Option] [Option] +ZEILE <Datei>\n"
"\n" "\n"
#: nano.c:327 #: nano.c:336
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Option\t\tlange Option\t\tBedeutung\n" msgstr "Option\t\tlange Option\t\tBedeutung\n"
#: nano.c:329 #: nano.c:338
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr " -T \t\t--tabsize=[Anzahl]\tTabulator-Gre auf Anzahl setzen\n" msgstr " -T \t\t--tabsize=[Anzahl]\tTabulator-Gre auf Anzahl setzen\n"
#: nano.c:332 #: nano.c:341
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tRegulren Ausdruck zur Suche verwenden\n" msgstr " -R\t\t--regexp\t\tRegulren Ausdruck zur Suche verwenden\n"
#: nano.c:336 #: nano.c:345
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tVersionsinfo ausgeben und beenden\n" msgstr " -V \t\t--version\t\tVersionsinfo ausgeben und beenden\n"
#: nano.c:338 #: nano.c:347
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tCursorposition stndig anzeigen\n" msgstr " -c \t\t--const\t\t\tCursorposition stndig anzeigen\n"
#: nano.c:340 #: nano.c:349
msgid " -h \t\t--help\t\t\tShow this message\n" msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tDiese Meldung anzeigen\n" msgstr " -h \t\t--help\t\t\tDiese Meldung anzeigen\n"
#: nano.c:343 #: nano.c:352
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t--cut\t\t\t^K schneidet vom Cursor bis zum Zeilenende aus\n" msgstr " -k \t\t--cut\t\t\t^K schneidet vom Cursor bis zum Zeilenende aus\n"
#: nano.c:346 #: nano.c:355
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tNeue Zeilen automatisch einrcken\n" msgstr " -i \t\t--autoindent\t\tNeue Zeilen automatisch einrcken\n"
#: nano.c:348 #: nano.c:357
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr "" msgstr ""
" -l \t\t--nofollow\t\tSymbolischen Links nicht folgen, sondern " " -l \t\t--nofollow\t\tSymbolischen Links nicht folgen, sondern "
"berschreiben.\n" "berschreiben.\n"
#: nano.c:351 #: nano.c:360
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tMaus aktivieren\n" msgstr " -m \t\t--mouse\t\t\tMaus aktivieren\n"
#: nano.c:356 #: nano.c:365
msgid "" msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr "" msgstr ""
" -r [#Spalten] \t--fill=[#Spalten]\tSpalten auffllen (Zeilenumbruch bei) " " -r [#Spalten] \t--fill=[#Spalten]\tSpalten auffllen (Zeilenumbruch bei) "
"#Spalten\n" "#Spalten\n"
#: nano.c:358 #: nano.c:367
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n" msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p\t \t--pico\t\t\tErscheinungsbild von Pico strker imitieren\n" msgstr " -p\t \t--pico\t\t\tErscheinungsbild von Pico strker imitieren\n"
#: nano.c:360 #: nano.c:369
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr "" msgstr ""
" -s [Programm] \t--speller=[Programm]\tAlternative Rechtschreibprfung\n" " -s [Programm] \t--speller=[Programm]\tAlternative Rechtschreibprfung\n"
#: nano.c:362 #: nano.c:371
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tBeim Beenden ohne Rckfrage speichern\n" msgstr " -t \t\t--tempfile\t\tBeim Beenden ohne Rckfrage speichern\n"
#: nano.c:364 #: nano.c:373
msgid " -v \t\t--view\t\t\tView (read only) mode\n" msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr "" msgstr ""
" -v \t\t--view\t\t\tNur zum Lesen ffnen (keine Vernderungen mglich)\n" " -v \t\t--view\t\t\tNur zum Lesen ffnen (keine Vernderungen mglich)\n"
#: nano.c:366 #: nano.c:375
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tLange Zeilen nicht in neue Zeilen umbrechen\n" msgstr " -w \t\t--nowrap\t\tLange Zeilen nicht in neue Zeilen umbrechen\n"
#: nano.c:368 #: nano.c:377
msgid " -x \t\t--nohelp\t\tDon't show help window\n" msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tHilfe-Fenster nicht anzeigen\n" msgstr " -x \t\t--nohelp\t\tHilfe-Fenster nicht anzeigen\n"
#: nano.c:370 #: nano.c:379
msgid " -z \t\t--suspend\t\tEnable suspend\n" msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr "" msgstr ""
" -z \t\t--suspend\t\tSuspend (anhalten und zurck zur Shell) aktivieren\n" " -z \t\t--suspend\t\tSuspend (anhalten und zurck zur Shell) aktivieren\n"
#: nano.c:372 #: nano.c:381
msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +ZEILE\t\t\t\t\tBei Zeile ZEILE beginnen\n" msgstr " +ZEILE\t\t\t\t\tBei Zeile ZEILE beginnen\n"
#: nano.c:374 #: nano.c:383
msgid "" msgid ""
"Usage: nano [option] +LINE <file>\n" "Usage: nano [option] +LINE <file>\n"
"\n" "\n"
...@@ -546,297 +550,300 @@ msgstr "" ...@@ -546,297 +550,300 @@ msgstr ""
"Aufruf: nano [Option] +ZEILE <Datei>\n" "Aufruf: nano [Option] +ZEILE <Datei>\n"
"\n" "\n"
#: nano.c:375 #: nano.c:384
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
msgstr "Option\t\tBedeutung\n" msgstr "Option\t\tBedeutung\n"
#: nano.c:376 #: nano.c:385
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [Anzahl]\tTabulator-Gre auf Anzahl setzen\n" msgstr " -T [Anzahl]\tTabulator-Gre auf Anzahl setzen\n"
#: nano.c:377 #: nano.c:386
msgid " -R\t\tUse regular expressions for search\n" msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tRegulren Ausdruck zur Suche verwenden\n" msgstr " -R\t\tRegulren Ausdruck zur Suche verwenden\n"
#: nano.c:378 #: nano.c:387
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tVersionsinfo ausgeben und beenden\n" msgstr " -V \t\tVersionsinfo ausgeben und beenden\n"
#: nano.c:379 #: nano.c:388
msgid " -c \t\tConstantly show cursor position\n" msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tCursorposition stndig anzeigen\n" msgstr " -c \t\tCursorposition stndig anzeigen\n"
#: nano.c:380 #: nano.c:389
msgid " -h \t\tShow this message\n" msgid " -h \t\tShow this message\n"
msgstr " -h \t\tDiese Meldung anzeigen\n" msgstr " -h \t\tDiese Meldung anzeigen\n"
#: nano.c:382 #: nano.c:391
msgid " -k \t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t^K schneidet vom Cursor bis zum Zeilenende aus\n" msgstr " -k \t\t^K schneidet vom Cursor bis zum Zeilenende aus\n"
#: nano.c:384 #: nano.c:393
msgid " -i \t\tAutomatically indent new lines\n" msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tNeue Zeilen automatisch einrcken\n" msgstr " -i \t\tNeue Zeilen automatisch einrcken\n"
#: nano.c:386 #: nano.c:395
msgid " -l \t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tSymbolischen Links nicht folgen, sondern berschreiben\n" msgstr " -l \t\tSymbolischen Links nicht folgen, sondern berschreiben\n"
#: nano.c:389 #: nano.c:398
msgid " -m \t\tEnable mouse\n" msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tMaus aktivieren\n" msgstr " -m \t\tMaus aktivieren\n"
#: nano.c:393 #: nano.c:402
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#Spalten] \tSpalten auffllen (Zeilenumbruch bei) #Spalten\n" msgstr " -r [#Spalten] \tSpalten auffllen (Zeilenumbruch bei) #Spalten\n"
#: nano.c:394 #: nano.c:403
msgid " -s [prog] \tEnable alternate speller\n" msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [Programm] \tAlternative Rechtschreibprfung\n" msgstr " -s [Programm] \tAlternative Rechtschreibprfung\n"
#: nano.c:395 #: nano.c:404
msgid " -p \t\tMake bottom 2 lines more Pico-like\n" msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p \t\tErscheinungsbild von Pico strker imitieren\n" msgstr " -p \t\tErscheinungsbild von Pico strker imitieren\n"
#: nano.c:396 #: nano.c:405
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tBeim Beenden ohne Rckfrage speichern\n" msgstr " -t \t\tBeim Beenden ohne Rckfrage speichern\n"
#: nano.c:397 #: nano.c:406
msgid " -v \t\tView (read only) mode\n" msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tNur zum Lesen ffnen (keine Vernderungen mglich)\n" msgstr " -v \t\tNur zum Lesen ffnen (keine Vernderungen mglich)\n"
#: nano.c:398 #: nano.c:407
msgid " -w \t\tDon't wrap long lines\n" msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tLange Zeilen nicht in neue Zeilen umbrechen\n" msgstr " -w \t\tLange Zeilen nicht in neue Zeilen umbrechen\n"
#: nano.c:399 #: nano.c:408
msgid " -x \t\tDon't show help window\n" msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tHilfe-Fenster nicht anzeigen\n" msgstr " -x \t\tHilfe-Fenster nicht anzeigen\n"
#: nano.c:400 #: nano.c:409
msgid " -z \t\tEnable suspend\n" msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tSuspend (anhalten und zurck zur Shell) aktivieren\n" msgstr " -z \t\tSuspend (anhalten und zurck zur Shell) aktivieren\n"
#: nano.c:401 #: nano.c:410
msgid " +LINE\t\tStart at line number LINE\n" msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +ZEILE\t\tBei Zeile ZEILE beginnen\n" msgstr " +ZEILE\t\tBei Zeile ZEILE beginnen\n"
#: nano.c:408 #: nano.c:417
#, c-format #, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n" msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr " nano Version %s von Chris Allegretta (compiliert um %s, %s)\n" msgstr " nano Version %s von Chris Allegretta (compiliert um %s, %s)\n"
#: nano.c:411 #: nano.c:420
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
msgstr " Email: nano@nano-editor.org\tWWW: http://www.nano-editor.org\n" msgstr " Email: nano@nano-editor.org\tWWW: http://www.nano-editor.org\n"
#: nano.c:446 #: nano.c:455
msgid "Mark Set" msgid "Mark Set"
msgstr "Markierung gesetzt" msgstr "Markierung gesetzt"
#: nano.c:451 #: nano.c:460
msgid "Mark UNset" msgid "Mark UNset"
msgstr "Markierung gelscht" msgstr "Markierung gelscht"
#: nano.c:878 #: nano.c:887
#, c-format #, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n" msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap aufgerufen mit inptr->data=\"%s\"\n" msgstr "check_wrap aufgerufen mit inptr->data=\"%s\"\n"
#: nano.c:929 #: nano.c:938
#, c-format #, c-format
msgid "current->data now = \"%s\"\n" msgid "current->data now = \"%s\"\n"
msgstr "current->data jetzt = \"%s\"\n" msgstr "current->data jetzt = \"%s\"\n"
#: nano.c:982 #: nano.c:991
#, c-format #, c-format
msgid "After, data = \"%s\"\n" msgid "After, data = \"%s\"\n"
msgstr "Nachher, data = \"%s\"\n" msgstr "Nachher, data = \"%s\"\n"
#: nano.c:1051 #: nano.c:1062
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "Konnte temporre Datei nicht lschen" msgstr "Konnte temporre Datei nicht lschen"
#: nano.c:1069 #: nano.c:1106
msgid "Edit a replacement"
msgstr ""
#: nano.c:1292
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "Konnte keine temporre Datei erzeugen: %s" msgstr "Konnte keine temporre Datei erzeugen: %s"
#: nano.c:1092 #: nano.c:1312
#, c-format
msgid "Could not invoke spell program \"%s\""
msgstr "Konnte Rechtschreibprogramm \"%s\" nicht aufrufen"
#. Why 32512? I dont know!
#: nano.c:1098
msgid "Could not invoke \"ispell\""
msgstr "Konnte \"ispell\" nicht aufrufen"
#: nano.c:1111
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "Rechtschreibprfung abgeschlossen" msgstr "Rechtschreibprfung abgeschlossen"
#: nano.c:1129 #: nano.c:1314
msgid "Spell checking failed"
msgstr ""
#: nano.c:1334
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Vernderten Puffer speichern (\"Nein\" verwirft die nderungen) ? " msgstr "Vernderten Puffer speichern (\"Nein\" verwirft die nderungen) ? "
#: nano.c:1292 #: nano.c:1497
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "Kann die Gre des oberen Fensters nicht verndern" msgstr "Kann die Gre des oberen Fensters nicht verndern"
#: nano.c:1294 #: nano.c:1499
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "Kann oberes Fenster nicht verschieben" msgstr "Kann oberes Fenster nicht verschieben"
#: nano.c:1296 #: nano.c:1501
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "Kann Gre des Bearbeitungsfensters nicht verndern" msgstr "Kann Gre des Bearbeitungsfensters nicht verndern"
#: nano.c:1298 #: nano.c:1503
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "Kann Bearbeitungsfenster nicht verschieben" msgstr "Kann Bearbeitungsfenster nicht verschieben"
#: nano.c:1300 #: nano.c:1505
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "Kann Gre des unteren Fensters nicht verndern" msgstr "Kann Gre des unteren Fensters nicht verndern"
#: nano.c:1302 #: nano.c:1507
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Kann unteres Fenster nicht verschieben" msgstr "Kann unteres Fenster nicht verschieben"
#: nano.c:1573 #: nano.c:1778
msgid "Justify Complete" msgid "Justify Complete"
msgstr "Ausrichten abgeschlossen" msgstr "Ausrichten abgeschlossen"
#: nano.c:1641 #: nano.c:1846
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "%s aktivieren/deaktivieren" msgstr "%s aktivieren/deaktivieren"
#: nano.c:1653 #: nano.c:1858
msgid "enabled" msgid "enabled"
msgstr "aktiviert" msgstr "aktiviert"
#: nano.c:1654 #: nano.c:1859
msgid "disabled" msgid "disabled"
msgstr "deaktiviert" msgstr "deaktiviert"
#: nano.c:1884 #: nano.c:2089
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Hauptprogramm: Fenster konfigurieren\n" msgstr "Hauptprogramm: Fenster konfigurieren\n"
#: nano.c:1897 #: nano.c:2102
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Hauptprogramm: unteres Fenster\n" msgstr "Hauptprogramm: unteres Fenster\n"
#: nano.c:1903 #: nano.c:2108
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Hauptprogramm: Datei ffnen\n" msgstr "Hauptprogramm: Datei ffnen\n"
#: nano.c:1937 #: nano.c:2142
#, 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:1959 #: nano.c:2164
#, 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:1992 #: nano.c:2197
#, 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:2040 #: nano.c:2245
#, 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:2066 #: nano.c:2271
#, 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"
#: search.c:88 #: search.c:99
#, c-format #, c-format
msgid "Case Sensitive Regexp Search%s%s" msgid "Case Sensitive Regexp Search%s%s"
msgstr "" msgstr ""
"Suche mit Unterscheidung von Gro- und Kleinschreibung nach regulrem " "Suche mit Unterscheidung von Gro- und Kleinschreibung nach regulrem "
"Ausdruck%s%s" "Ausdruck%s%s"
#: search.c:90 #: search.c:101
#, c-format #, c-format
msgid "Regexp Search%s%s" msgid "Regexp Search%s%s"
msgstr "Suche nach regulrem Ausdruck%s%s" msgstr "Suche nach regulrem Ausdruck%s%s"
#: search.c:92 #: search.c:103
#, c-format #, c-format
msgid "Case Sensitive Search%s%s" msgid "Case Sensitive Search%s%s"
msgstr "Suche mit Unterscheidung von Gro- und Kleinschreibung%s%s" msgstr "Suche mit Unterscheidung von Gro- und Kleinschreibung%s%s"
#: search.c:94 #: search.c:105
#, c-format #, c-format
msgid "Search%s%s" msgid "Search%s%s"
msgstr "Suche%s%s" msgstr "Suche%s%s"
#: search.c:97 #: search.c:108
msgid " (to replace)" msgid " (to replace)"
msgstr " (zu ersetzen)" msgstr " (zu ersetzen)"
#: search.c:105 search.c:274 #: search.c:121 search.c:290
msgid "Search Cancelled" msgid "Search Cancelled"
msgstr "Suche abgebrochen" msgstr "Suche abgebrochen"
#: search.c:152 #: search.c:168
#, fuzzy, c-format #, fuzzy, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "\"%s\" nicht gefunden" msgstr "\"%s\" nicht gefunden"
#: search.c:199 #: search.c:215
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "Suche in neue Zeile umgebrochen" msgstr "Suche in neue Zeile umgebrochen"
#: search.c:288 #: search.c:304
#, c-format #, c-format
msgid "Replaced %d occurences" msgid "Replaced %d occurences"
msgstr "%d Ersetzungen vorgenommen" msgstr "%d Ersetzungen vorgenommen"
#: search.c:290 #: search.c:306
msgid "Replaced 1 occurence" msgid "Replaced 1 occurence"
msgstr "1 Ersetzung vorgenommen" msgstr "1 Ersetzung vorgenommen"
#: search.c:426 search.c:442 search.c:456 #: search.c:443 search.c:536 search.c:552
msgid "Replace Cancelled" msgid "Replace Cancelled"
msgstr "Ersetzung abgebrochen" msgstr "Ersetzung abgebrochen"
#: search.c:450 #: search.c:486
msgid "Replace with"
msgstr "Ersetzen mit"
#: search.c:487
msgid "Replace this instance?" msgid "Replace this instance?"
msgstr "Ersetzen?" msgstr "Ersetzen?"
#: search.c:495 #: search.c:494
msgid "Replace failed: unknown subexpression!" msgid "Replace failed: unknown subexpression!"
msgstr "Ersetzung gescheitert: unbekannter Unterausdruck" msgstr "Ersetzung gescheitert: unbekannter Unterausdruck"
#: search.c:569
#, c-format
msgid "Replace with [%s]"
msgstr "Ersetzen mit [%s]"
#: search.c:573 search.c:577
msgid "Replace with"
msgstr "Ersetzen mit"
#. Ask for it #. Ask for it
#: search.c:548 #: search.c:612
msgid "Enter line number" msgid "Enter line number"
msgstr "Zeilennummer eingeben" msgstr "Zeilennummer eingeben"
#: search.c:550 #: search.c:614
msgid "Aborted" msgid "Aborted"
msgstr "Abgebrochen" msgstr "Abgebrochen"
#: search.c:570 #: search.c:634
msgid "Come on, be reasonable" msgid "Come on, be reasonable"
msgstr "Komm schon, sei vernnftig" msgstr "Komm schon, sei vernnftig"
#: search.c:575 #: search.c:639
#, c-format #, c-format
msgid "Only %d lines available, skipping to last line" msgid "Only %d lines available, skipping to last line"
msgstr "Nur %d Zeilen vorhanden, springe zur letzten Zeile" msgstr "Nur %d Zeilen vorhanden, springe zur letzten Zeile"
...@@ -846,73 +853,76 @@ msgstr "Nur %d Zeilen vorhanden, springe zur letzten Zeile" ...@@ -846,73 +853,76 @@ msgstr "Nur %d Zeilen vorhanden, springe zur letzten Zeile"
msgid "actual_x_from_start for xplus=%d returned %d\n" msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start fr xplus=%d gab %d zurck\n" msgstr "actual_x_from_start fr xplus=%d gab %d zurck\n"
#: winio.c:408 #: winio.c:421
#, c-format #, c-format
msgid "input '%c' (%d)\n" msgid "input '%c' (%d)\n"
msgstr "Eingabe '%c' (%d)\n" msgstr "Eingabe '%c' (%d)\n"
#: winio.c:445 #: winio.c:459
msgid "New Buffer" msgid "New Buffer"
msgstr "Neuer Puffer" msgstr "Neuer Puffer"
#: winio.c:448 #: winio.c:462
msgid " File: ..." msgid " File: ..."
msgstr " Datei: ..." msgstr " Datei: ..."
#: winio.c:456 #: winio.c:470
msgid "Modified" msgid "Modified"
msgstr "Verndert" msgstr "Verndert"
#: winio.c:908 #: winio.c:922
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Nach (%d, %d) im Bearbeitungspuffer verschoben\n" msgstr "Nach (%d, %d) im Bearbeitungspuffer verschoben\n"
#: winio.c:919 #: winio.c:933
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n" msgstr "current->data = \"%s\"\n"
#: winio.c:962 #: winio.c:978
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "Erhielt \"%s\"\n" msgstr "Erhielt \"%s\"\n"
#: winio.c:987 #: winio.c:1003
msgid "Yes" msgid "Yes"
msgstr "Ja" msgstr "Ja"
#: winio.c:989 #: winio.c:1005
msgid "All" msgid "All"
msgstr "Alle" msgstr "Alle"
#: winio.c:991 #: winio.c:1007
msgid "No" msgid "No"
msgstr "Nein" msgstr "Nein"
#: winio.c:1128 #: winio.c:1144
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
#: winio.c:1132 #: winio.c:1148
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:1260 #: winio.c:1276
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:1262 #: winio.c:1278
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:1264 #: winio.c:1280
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"
#~ msgid "Replace with [%s]" #~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "Ersetzen mit [%s]" #~ msgstr "Konnte Rechtschreibprogramm \"%s\" nicht aufrufen"
#~ msgid "Could not invoke \"ispell\""
#~ msgstr "Konnte \"ispell\" nicht aufrufen"
#~ msgid "%s: %s" #~ msgid "%s: %s"
#~ msgstr "%s: %s" #~ msgstr "%s: %s"
......
No preview for this file type
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.9.19+CVS\n" "Project-Id-Version: 0.9.19+CVS\n"
"POT-Creation-Date: 2000-11-02 20:21-0500\n" "POT-Creation-Date: 2000-11-06 00:50-0500\n"
"PO-Revision-Date: 2000-11-01 17:55+0100\n" "PO-Revision-Date: 2000-11-01 17:55+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"
...@@ -24,90 +24,94 @@ msgstr "add_to_cutbuffer llamado con inptr->data = %s\n" ...@@ -24,90 +24,94 @@ msgstr "add_to_cutbuffer llamado con inptr->data = %s\n"
msgid "Blew away cutbuffer =)\n" msgid "Blew away cutbuffer =)\n"
msgstr "Nos hemos cargado el cutbuffer =)\n" msgstr "Nos hemos cargado el cutbuffer =)\n"
#: files.c:120 #: files.c:122
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: no estamos en la primera lnea y la anterior es NULL" msgstr "read_line: no estamos en la primera lnea y la anterior es NULL"
#: files.c:182 files.c:199 #: files.c:184 files.c:201
#, c-format #, c-format
msgid "Read %d lines" msgid "Read %d lines"
msgstr "%d lneas ledas" msgstr "%d lneas ledas"
#: files.c:217 search.c:148 #: files.c:219 search.c:164
#, c-format #, c-format
msgid "\"%s\" not found" msgid "\"%s\" not found"
msgstr "\"%s\" no encontrado" msgstr "\"%s\" no encontrado"
#. We have a new file #. We have a new file
#: files.c:221 #: files.c:223
msgid "New File" msgid "New File"
msgstr "Nuevo Fichero" msgstr "Nuevo Fichero"
#: files.c:230 #: files.c:232
#, c-format #, c-format
msgid "File \"%s\" is a directory" msgid "File \"%s\" is a directory"
msgstr "Fichero \"%s\" es un directorio" msgstr "Fichero \"%s\" es un directorio"
#: files.c:236 #: files.c:238
msgid "Reading File" msgid "Reading File"
msgstr "Leyendo Fichero" msgstr "Leyendo Fichero"
#: files.c:249 #: files.c:251
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "Fichero a insertar [desde ./] " msgstr "Fichero a insertar [desde ./] "
#: files.c:274 files.c:298 files.c:486 nano.c:1142 #: files.c:276 files.c:300 files.c:488 nano.c:1347
msgid "Cancelled" msgid "Cancelled"
msgstr "Cancelado" msgstr "Cancelado"
#: files.c:320 files.c:340 files.c:354 files.c:371 files.c:377 #: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
#, c-format #, c-format
msgid "Could not open file for writing: %s" msgid "Could not open file for writing: %s"
msgstr "No pude abrir el fichero para escribir: %s" msgstr "No pude abrir el fichero para escribir: %s"
#: files.c:328 #: files.c:330
msgid "Could not open file: Path length exceeded." msgid "Could not open file: Path length exceeded."
msgstr "El fichero no pudo ser abierto: longitud del path excedida." msgstr "El fichero no pudo ser abierto: longitud del path excedida."
#: files.c:359 #: files.c:361
#, c-format #, c-format
msgid "Wrote >%s\n" msgid "Wrote >%s\n"
msgstr "Escrib >%s\n" msgstr "Escrib >%s\n"
#: files.c:386 #: files.c:388
#, c-format #, c-format
msgid "Could not close %s: %s" msgid "Could not close %s: %s"
msgstr "No pude cerrar %s: %s" msgstr "No pude cerrar %s: %s"
#. Try a rename?? #. Try a rename??
#: files.c:407 files.c:418 files.c:423 #: files.c:409 files.c:420 files.c:425
#, c-format #, c-format
msgid "Could not open %s for writing: %s" msgid "Could not open %s for writing: %s"
msgstr "No pude abrir %s para escribir: %s" msgstr "No pude abrir %s para escribir: %s"
#: files.c:429 #: files.c:431
#, c-format #, c-format
msgid "Could not set permissions %o on %s: %s" msgid "Could not set permissions %o on %s: %s"
msgstr "No pude establecer permisos %o en %s: %s" msgstr "No pude establecer permisos %o en %s: %s"
#: files.c:436 #: files.c:438
#, c-format #, c-format
msgid "Wrote %d lines" msgid "Wrote %d lines"
msgstr "%d lneas escritas" msgstr "%d lneas escritas"
#: files.c:465 #: files.c:467
msgid "File Name to write" msgid "File Name to write"
msgstr "Nombre de Fichero a escribir" msgstr "Nombre de Fichero a escribir"
#: files.c:470 #: files.c:472
#, c-format #, c-format
msgid "filename is %s" msgid "filename is %s"
msgstr "filename es %s" msgstr "filename es %s"
#: files.c:475 #: files.c:477
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "El fichero existe, SOBREESCRIBIR ?" msgstr "El fichero existe, SOBREESCRIBIR ?"
#: files.c:741
msgid "(more)"
msgstr ""
#: global.c:124 #: global.c:124
msgid "Constant cursor position" msgid "Constant cursor position"
msgstr "Posicin del cursor constante" msgstr "Posicin del cursor constante"
...@@ -381,7 +385,7 @@ msgid "Case Sens" ...@@ -381,7 +385,7 @@ msgid "Case Sens"
msgstr "May/Min" msgstr "May/Min"
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401 #: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
#: global.c:405 global.c:411 winio.c:992 #: global.c:405 global.c:411 winio.c:1008
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
...@@ -389,7 +393,7 @@ msgstr "Cancelar" ...@@ -389,7 +393,7 @@ msgstr "Cancelar"
msgid "No Replace" msgid "No Replace"
msgstr "No Reemplazar" msgstr "No Reemplazar"
#: nano.c:122 #: nano.c:131
msgid "" msgid ""
"\n" "\n"
"Buffer written to 'nano.save'\n" "Buffer written to 'nano.save'\n"
...@@ -397,11 +401,11 @@ msgstr "" ...@@ -397,11 +401,11 @@ msgstr ""
"\n" "\n"
"Buffer escrito en 'nano.save'\n" "Buffer escrito en 'nano.save'\n"
#: nano.c:129 #: nano.c:138
msgid "Key illegal in VIEW mode" msgid "Key illegal in VIEW mode"
msgstr "Tecla ilegal en modo VISUALIZACIN" msgstr "Tecla ilegal en modo VISUALIZACIN"
#: nano.c:166 #: nano.c:175
msgid "" msgid ""
" nano help text\n" " nano help text\n"
"\n" "\n"
...@@ -440,15 +444,15 @@ msgstr "" ...@@ -440,15 +444,15 @@ msgstr ""
"teclas opcionales estn representadas entre parntesis:\n" "teclas opcionales estn representadas entre parntesis:\n"
"\n" "\n"
#: nano.c:269 #: nano.c:278
msgid "free_node(): free'd a node, YAY!\n" msgid "free_node(): free'd a node, YAY!\n"
msgstr "free_node(): liberado un nodo, YEAH!\n" msgstr "free_node(): liberado un nodo, YEAH!\n"
#: nano.c:274 #: nano.c:283
msgid "free_node(): free'd last node.\n" msgid "free_node(): free'd last node.\n"
msgstr "free_node(): liberado el ltimo nodo.\n" msgstr "free_node(): liberado el ltimo nodo.\n"
#: nano.c:326 #: nano.c:335
msgid "" msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n" "Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n" "\n"
...@@ -456,84 +460,84 @@ msgstr "" ...@@ -456,84 +460,84 @@ msgstr ""
"Uso: nano [opcin larga GNU] [opcin] +LNEA <fichero>\n" "Uso: nano [opcin larga GNU] [opcin] +LNEA <fichero>\n"
"\n" "\n"
#: nano.c:327 #: nano.c:336
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Opcion\t\tOpcion larga\t\tSignificado\n" msgstr "Opcion\t\tOpcion larga\t\tSignificado\n"
#: nano.c:329 #: nano.c:338
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr " -T \t\t--tabsize=[num]\t\tFijar el ancho de tab a num\n" msgstr " -T \t\t--tabsize=[num]\t\tFijar el ancho de tab a num\n"
#: nano.c:332 #: nano.c:341
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tUsar expresiones regulares para las bsquedas\n" msgstr " -R\t\t--regexp\t\tUsar expresiones regulares para las bsquedas\n"
#: nano.c:336 #: nano.c:345
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tImprimir versin y salir\n" msgstr " -V \t\t--version\t\tImprimir versin y salir\n"
#: nano.c:338 #: nano.c:347
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tMostrar constantemente la posicin del cursor\n" msgstr " -c \t\t--const\t\t\tMostrar constantemente la posicin del cursor\n"
#: nano.c:340 #: nano.c:349
msgid " -h \t\t--help\t\t\tShow this message\n" msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tMostrar este mensaje\n" msgstr " -h \t\t--help\t\t\tMostrar este mensaje\n"
#: nano.c:343 #: nano.c:352
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t--cut\t\t\t^K corta desde el cursor al final de lnea\n" msgstr " -k \t\t--cut\t\t\t^K corta desde el cursor al final de lnea\n"
#: nano.c:346 #: nano.c:355
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tIndentar automticamente nuevas lneas\n" msgstr " -i \t\t--autoindent\t\tIndentar automticamente nuevas lneas\n"
#: nano.c:348 #: nano.c:357
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\t--nofollow\t\tNo seguir enlaces simblicos, sobreescribirlos\n" msgstr " -l \t\t--nofollow\t\tNo seguir enlaces simblicos, sobreescribirlos\n"
#: nano.c:351 #: nano.c:360
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tHabilitar ratn\n" msgstr " -m \t\t--mouse\t\t\tHabilitar ratn\n"
#: nano.c:356 #: nano.c:365
msgid "" msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] \t--fill=[#cols]\t\tRellenar columnas (wrapear en) #cols\n" msgstr " -r [#cols] \t--fill=[#cols]\t\tRellenar columnas (wrapear en) #cols\n"
#: nano.c:358 #: nano.c:367
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n" msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p\t \t--pico\t\t\tHacer el men ms parecido a Pico\n" msgstr " -p\t \t--pico\t\t\tHacer el men ms parecido a Pico\n"
#: nano.c:360 #: nano.c:369
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [prog] \t--speller=[prog]\tHabilitar corrector alternativo\n" msgstr " -s [prog] \t--speller=[prog]\tHabilitar corrector alternativo\n"
#: nano.c:362 #: nano.c:371
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tAutosalvar al salir, sin preguntar\n" msgstr " -t \t\t--tempfile\t\tAutosalvar al salir, sin preguntar\n"
#: nano.c:364 #: nano.c:373
msgid " -v \t\t--view\t\t\tView (read only) mode\n" msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tModo visualizacin (slo lectura)\n" msgstr " -v \t\t--view\t\t\tModo visualizacin (slo lectura)\n"
#: nano.c:366 #: nano.c:375
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tNo wrapear lneas largas\n" msgstr " -w \t\t--nowrap\t\tNo wrapear lneas largas\n"
#: nano.c:368 #: nano.c:377
msgid " -x \t\t--nohelp\t\tDon't show help window\n" msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tNo mostrar la ventana de ayuda\n" msgstr " -x \t\t--nohelp\t\tNo mostrar la ventana de ayuda\n"
#: nano.c:370 #: nano.c:379
msgid " -z \t\t--suspend\t\tEnable suspend\n" msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tHabilitar suspensin\n" msgstr " -z \t\t--suspend\t\tHabilitar suspensin\n"
#: nano.c:372 #: nano.c:381
msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +LINE\t\t\t\t\tComenzar en la lnea nmero LNEA\n" msgstr " +LINE\t\t\t\t\tComenzar en la lnea nmero LNEA\n"
#: nano.c:374 #: nano.c:383
msgid "" msgid ""
"Usage: nano [option] +LINE <file>\n" "Usage: nano [option] +LINE <file>\n"
"\n" "\n"
...@@ -541,296 +545,299 @@ msgstr "" ...@@ -541,296 +545,299 @@ msgstr ""
"Uso: nano [opcin] +LNEA <fichero>\n" "Uso: nano [opcin] +LNEA <fichero>\n"
"\n" "\n"
#: nano.c:375 #: nano.c:384
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
msgstr "Opcin\t\tSignificado\n" msgstr "Opcin\t\tSignificado\n"
#: nano.c:376 #: nano.c:385
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [num]\tFijar el ancho de tab a num\n" msgstr " -T [num]\tFijar el ancho de tab a num\n"
#: nano.c:377 #: nano.c:386
msgid " -R\t\tUse regular expressions for search\n" msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tUsar expresiones regulares para las bsquedas\n" msgstr " -R\t\tUsar expresiones regulares para las bsquedas\n"
#: nano.c:378 #: nano.c:387
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tImprimir informacin sobre la versin y salir\n" msgstr " -V \t\tImprimir informacin sobre la versin y salir\n"
#: nano.c:379 #: nano.c:388
msgid " -c \t\tConstantly show cursor position\n" msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tMostrar constantemente la posicin del cursor\n" msgstr " -c \t\tMostrar constantemente la posicin del cursor\n"
#: nano.c:380 #: nano.c:389
msgid " -h \t\tShow this message\n" msgid " -h \t\tShow this message\n"
msgstr " -h \t\tMostrar este mensaje\n" msgstr " -h \t\tMostrar este mensaje\n"
#: nano.c:382 #: nano.c:391
msgid " -k \t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t^K corta desde el cursor al final de lnea\n" msgstr " -k \t\t^K corta desde el cursor al final de lnea\n"
#: nano.c:384 #: nano.c:393
msgid " -i \t\tAutomatically indent new lines\n" msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -v \t\tIndentar automticamente nuevas lneas\n" msgstr " -v \t\tIndentar automticamente nuevas lneas\n"
#: nano.c:386 #: nano.c:395
msgid " -l \t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tNo seguir enlaces simblicos, sobreescribirlos\n" msgstr " -l \t\tNo seguir enlaces simblicos, sobreescribirlos\n"
#: nano.c:389 #: nano.c:398
msgid " -m \t\tEnable mouse\n" msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tHabilitar ratn\n" msgstr " -m \t\tHabilitar ratn\n"
#: nano.c:393 #: nano.c:402
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] \tRellenar columnas (wrapear lneas en) #cols\n" msgstr " -r [#cols] \tRellenar columnas (wrapear lneas en) #cols\n"
#: nano.c:394 #: nano.c:403
msgid " -s [prog] \tEnable alternate speller\n" msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tHabilitar corrector alternativo\n" msgstr " -s [prog] \tHabilitar corrector alternativo\n"
#: nano.c:395 #: nano.c:404
msgid " -p \t\tMake bottom 2 lines more Pico-like\n" msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p \t\tHacer el men ms parecido a Pico\n" msgstr " -p \t\tHacer el men ms parecido a Pico\n"
#: nano.c:396 #: nano.c:405
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tAutosalvar al salir, no preguntar\n" msgstr " -t \t\tAutosalvar al salir, no preguntar\n"
#: nano.c:397 #: nano.c:406
msgid " -v \t\tView (read only) mode\n" msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tModo visualizacin (slo lectura)\n" msgstr " -v \t\tModo visualizacin (slo lectura)\n"
#: nano.c:398 #: nano.c:407
msgid " -w \t\tDon't wrap long lines\n" msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tNo wrapear lneas largas\n" msgstr " -w \t\tNo wrapear lneas largas\n"
#: nano.c:399 #: nano.c:408
msgid " -x \t\tDon't show help window\n" msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tNo mostrar la ventana de ayuda\n" msgstr " -x \t\tNo mostrar la ventana de ayuda\n"
#: nano.c:400 #: nano.c:409
msgid " -z \t\tEnable suspend\n" msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tHabilitar suspensin\n" msgstr " -z \t\tHabilitar suspensin\n"
#: nano.c:401 #: nano.c:410
msgid " +LINE\t\tStart at line number LINE\n" msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +LNEA\t\tComenzar en la lnea nmero LNEA\n" msgstr " +LNEA\t\tComenzar en la lnea nmero LNEA\n"
#: nano.c:408 #: nano.c:417
#, c-format #, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n" msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr " nano versin %s por Chris Allegretta (compilado %s, %s)\n" msgstr " nano versin %s por Chris Allegretta (compilado %s, %s)\n"
#: nano.c:411 #: nano.c:420
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
msgstr " Correo-e: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgstr " Correo-e: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
#: nano.c:446 #: nano.c:455
msgid "Mark Set" msgid "Mark Set"
msgstr "Marca Establecida" msgstr "Marca Establecida"
#: nano.c:451 #: nano.c:460
msgid "Mark UNset" msgid "Mark UNset"
msgstr "Marca Borrada" msgstr "Marca Borrada"
#: nano.c:878 #: nano.c:887
#, c-format #, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n" msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap llamada con inptr->data=\"%s\"\n" msgstr "check_wrap llamada con inptr->data=\"%s\"\n"
#: nano.c:929 #: nano.c:938
#, c-format #, c-format
msgid "current->data now = \"%s\"\n" msgid "current->data now = \"%s\"\n"
msgstr "current->data ahora = \"%d\"\n" msgstr "current->data ahora = \"%d\"\n"
#: nano.c:982 #: nano.c:991
#, c-format #, c-format
msgid "After, data = \"%s\"\n" msgid "After, data = \"%s\"\n"
msgstr "Despus, data = \"%s\"\n" msgstr "Despus, data = \"%s\"\n"
#: nano.c:1051 #: nano.c:1062
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "Error borrando el fichero temporal, ouch!" msgstr "Error borrando el fichero temporal, ouch!"
#: nano.c:1069 #: nano.c:1106
msgid "Edit a replacement"
msgstr ""
#: nano.c:1292
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "No pude crear un fichero temporal: %s" msgstr "No pude crear un fichero temporal: %s"
#: nano.c:1092 #: nano.c:1312
#, c-format
msgid "Could not invoke spell program \"%s\""
msgstr "No se pudo llamar al corrector \"%s\""
#. Why 32512? I dont know!
#: nano.c:1098
msgid "Could not invoke \"ispell\""
msgstr "No pude llamar a \"ispell\""
#: nano.c:1111
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "Revisin de ortografa finalizada" msgstr "Revisin de ortografa finalizada"
#: nano.c:1129 #: nano.c:1314
msgid "Spell checking failed"
msgstr ""
#: nano.c:1334
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Salvar el buffer modificado (RESPONDER \"No\" DESTRUIR LOS CAMBIOS) ?" msgstr "Salvar el buffer modificado (RESPONDER \"No\" DESTRUIR LOS CAMBIOS) ?"
#: nano.c:1292 #: nano.c:1497
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "No se puede cambiar el tamao de la ventana superior" msgstr "No se puede cambiar el tamao de la ventana superior"
#: nano.c:1294 #: nano.c:1499
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "No se puede mover la ventana superior" msgstr "No se puede mover la ventana superior"
#: nano.c:1296 #: nano.c:1501
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "No se puede cambiar el tamao de la ventana de edicin" msgstr "No se puede cambiar el tamao de la ventana de edicin"
#: nano.c:1298 #: nano.c:1503
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "No se puede mover la ventana de edicin" msgstr "No se puede mover la ventana de edicin"
#: nano.c:1300 #: nano.c:1505
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "No se puede cambiar el tamao de la ventana inferior" msgstr "No se puede cambiar el tamao de la ventana inferior"
#: nano.c:1302 #: nano.c:1507
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:1573 #: nano.c:1778
#, fuzzy #, fuzzy
msgid "Justify Complete" msgid "Justify Complete"
msgstr "Justificar Completado" msgstr "Justificar Completado"
#: nano.c:1641 #: nano.c:1846
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "%s habilitar/deshabilitar" msgstr "%s habilitar/deshabilitar"
#: nano.c:1653 #: nano.c:1858
msgid "enabled" msgid "enabled"
msgstr "habilitado" msgstr "habilitado"
#: nano.c:1654 #: nano.c:1859
msgid "disabled" msgid "disabled"
msgstr "deshabilitado" msgstr "deshabilitado"
#: nano.c:1884 #: nano.c:2089
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:1897 #: nano.c:2102
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: ventana inferior\n" msgstr "Main: ventana inferior\n"
#: nano.c:1903 #: nano.c:2108
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: abrir fichero\n" msgstr "Main: abrir fichero\n"
#: nano.c:1937 #: nano.c:2142
#, fuzzy, c-format #, fuzzy, 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:1959 #: nano.c:2164
#, fuzzy, c-format #, fuzzy, 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:1992 #: nano.c:2197
#, fuzzy, c-format #, fuzzy, 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:2040 #: nano.c:2245
#, 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:2066 #: nano.c:2271
#, 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"
#: search.c:88 #: search.c:99
#, c-format #, c-format
msgid "Case Sensitive Regexp Search%s%s" msgid "Case Sensitive Regexp Search%s%s"
msgstr "Bsqueda con Regexp y Maysculas/Minsculas%s%s" msgstr "Bsqueda con Regexp y Maysculas/Minsculas%s%s"
#: search.c:90 #: search.c:101
#, c-format #, c-format
msgid "Regexp Search%s%s" msgid "Regexp Search%s%s"
msgstr "Busqueda con Regexp%s%s" msgstr "Busqueda con Regexp%s%s"
#: search.c:92 #: search.c:103
#, c-format #, c-format
msgid "Case Sensitive Search%s%s" msgid "Case Sensitive Search%s%s"
msgstr "Bsqueda con Maysculas/Minsculas%s%s" msgstr "Bsqueda con Maysculas/Minsculas%s%s"
#: search.c:94 #: search.c:105
#, c-format #, c-format
msgid "Search%s%s" msgid "Search%s%s"
msgstr "Buscar%s%s" msgstr "Buscar%s%s"
#: search.c:97 #: search.c:108
msgid " (to replace)" msgid " (to replace)"
msgstr " (a reemplazar)" msgstr " (a reemplazar)"
#: search.c:105 search.c:274 #: search.c:121 search.c:290
msgid "Search Cancelled" msgid "Search Cancelled"
msgstr "Bsqueda Cancelada" msgstr "Bsqueda Cancelada"
#: search.c:152 #: search.c:168
#, fuzzy, c-format #, fuzzy, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "\"%s\" no encontrado" msgstr "\"%s\" no encontrado"
#: search.c:199 #: search.c:215
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "Bsqueda Recomenzada" msgstr "Bsqueda Recomenzada"
#: search.c:288 #: search.c:304
#, c-format #, c-format
msgid "Replaced %d occurences" msgid "Replaced %d occurences"
msgstr "%d ocurrencias reemplazadas" msgstr "%d ocurrencias reemplazadas"
#: search.c:290 #: search.c:306
msgid "Replaced 1 occurence" msgid "Replaced 1 occurence"
msgstr "1 ocurrencia reemplazada" msgstr "1 ocurrencia reemplazada"
#: search.c:426 search.c:442 search.c:456 #: search.c:443 search.c:536 search.c:552
msgid "Replace Cancelled" msgid "Replace Cancelled"
msgstr "Reemplazar Cancelado" msgstr "Reemplazar Cancelado"
#: search.c:450 #: search.c:486
msgid "Replace with"
msgstr "Reemplazar con"
#: search.c:487
msgid "Replace this instance?" msgid "Replace this instance?"
msgstr "Reemplazar esta instancia?" msgstr "Reemplazar esta instancia?"
#: search.c:495 #: search.c:494
msgid "Replace failed: unknown subexpression!" msgid "Replace failed: unknown subexpression!"
msgstr "Fallo en reemplazar: subexpresin desconocida!" msgstr "Fallo en reemplazar: subexpresin desconocida!"
#: search.c:569
#, c-format
msgid "Replace with [%s]"
msgstr "Reemplazar con [%s]"
#: search.c:573 search.c:577
msgid "Replace with"
msgstr "Reemplazar con"
#. Ask for it #. Ask for it
#: search.c:548 #: search.c:612
msgid "Enter line number" msgid "Enter line number"
msgstr "Introduce nmero de lnea" msgstr "Introduce nmero de lnea"
#: search.c:550 #: search.c:614
msgid "Aborted" msgid "Aborted"
msgstr "Abortado" msgstr "Abortado"
#: search.c:570 #: search.c:634
msgid "Come on, be reasonable" msgid "Come on, be reasonable"
msgstr "Venga ya, se razonable" msgstr "Venga ya, se razonable"
#: search.c:575 #: search.c:639
#, c-format #, c-format
msgid "Only %d lines available, skipping to last line" msgid "Only %d lines available, skipping to last line"
msgstr "Slo hay %d lneas, saltando hasta la ltima" msgstr "Slo hay %d lneas, saltando hasta la ltima"
...@@ -840,76 +847,79 @@ msgstr "S ...@@ -840,76 +847,79 @@ msgstr "S
msgid "actual_x_from_start for xplus=%d returned %d\n" msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start para xplus=%d devolvi %d\n" msgstr "actual_x_from_start para xplus=%d devolvi %d\n"
#: winio.c:408 #: winio.c:421
#, c-format #, c-format
msgid "input '%c' (%d)\n" msgid "input '%c' (%d)\n"
msgstr "entrada '%c' (%d)\n" msgstr "entrada '%c' (%d)\n"
#: winio.c:445 #: winio.c:459
msgid "New Buffer" msgid "New Buffer"
msgstr "Nuevo Buffer" msgstr "Nuevo Buffer"
#: winio.c:448 #: winio.c:462
msgid " File: ..." msgid " File: ..."
msgstr "Fichero: ..." msgstr "Fichero: ..."
#: winio.c:456 #: winio.c:470
msgid "Modified" msgid "Modified"
msgstr "Modificado" msgstr "Modificado"
#: winio.c:908 #: winio.c:922
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Moviendo a (%d, %d) en buffer de edicin\n" msgstr "Moviendo a (%d, %d) en buffer de edicin\n"
#: winio.c:919 #: winio.c:933
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n" msgstr "current->data = \"%s\"\n"
#: winio.c:962 #: winio.c:978
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "Pill \"%s\"\n" msgstr "Pill \"%s\"\n"
#: winio.c:987 #: winio.c:1003
msgid "Yes" msgid "Yes"
msgstr "S" msgstr "S"
#: winio.c:989 #: winio.c:1005
msgid "All" msgid "All"
msgstr "Todas" msgstr "Todas"
#: winio.c:991 #: winio.c:1007
msgid "No" msgid "No"
msgstr "No" msgstr "No"
#: winio.c:1128 #: winio.c:1144
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
#: winio.c:1132 #: winio.c:1148
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:1260 #: winio.c:1276
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:1262 #: winio.c:1278
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:1264 #: winio.c:1280
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"
#~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "No se pudo llamar al corrector \"%s\""
#~ msgid "Could not invoke \"ispell\""
#~ msgstr "No pude llamar a \"ispell\""
#~ msgid "Use the null string, \"\"" #~ msgid "Use the null string, \"\""
#~ msgstr "Usar la cadena vaca, \"\"" #~ msgstr "Usar la cadena vaca, \"\""
#~ msgid "Null Str" #~ msgid "Null Str"
#~ msgstr "Cadena vaca" #~ msgstr "Cadena vaca"
#~ msgid "Replace with [%s]"
#~ msgstr "Reemplazar con [%s]"
No preview for this file type
...@@ -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: 2000-11-02 20:21-0500\n" "POT-Creation-Date: 2000-11-06 00:50-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"
...@@ -23,90 +23,94 @@ msgstr "add_to_cutbuffer funktion parametri inptr->data = %s\n" ...@@ -23,90 +23,94 @@ msgstr "add_to_cutbuffer funktion parametri inptr->data = %s\n"
msgid "Blew away cutbuffer =)\n" msgid "Blew away cutbuffer =)\n"
msgstr "Leiketila katosi =)\n" msgstr "Leiketila katosi =)\n"
#: files.c:120 #: files.c:122
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: ei ensimmisell rivill ja prev on NULL" msgstr "read_line: ei ensimmisell rivill ja prev on NULL"
#: files.c:182 files.c:199 #: files.c:184 files.c:201
#, c-format #, c-format
msgid "Read %d lines" msgid "Read %d lines"
msgstr "%d rivi luettu" msgstr "%d rivi luettu"
#: files.c:217 search.c:148 #: files.c:219 search.c:164
#, c-format #, c-format
msgid "\"%s\" not found" msgid "\"%s\" not found"
msgstr "Tiedostoa \"%s\" ei ole" msgstr "Tiedostoa \"%s\" ei ole"
#. We have a new file #. We have a new file
#: files.c:221 #: files.c:223
msgid "New File" msgid "New File"
msgstr "Uusi tiedosto" msgstr "Uusi tiedosto"
#: files.c:230 #: files.c:232
#, c-format #, c-format
msgid "File \"%s\" is a directory" msgid "File \"%s\" is a directory"
msgstr "\"%s\" on hakemisto" msgstr "\"%s\" on hakemisto"
#: files.c:236 #: files.c:238
msgid "Reading File" msgid "Reading File"
msgstr "Tiedostoa luetaan" msgstr "Tiedostoa luetaan"
#: files.c:249 #: files.c:251
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "Listtv tiedosto [hakemistossa ./]" msgstr "Listtv tiedosto [hakemistossa ./]"
#: files.c:274 files.c:298 files.c:486 nano.c:1142 #: files.c:276 files.c:300 files.c:488 nano.c:1347
msgid "Cancelled" msgid "Cancelled"
msgstr "Peruttu" msgstr "Peruttu"
#: files.c:320 files.c:340 files.c:354 files.c:371 files.c:377 #: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
#, c-format #, c-format
msgid "Could not open file for writing: %s" msgid "Could not open file for writing: %s"
msgstr "Tiedostoa ei voitu avata luettavaksi: %s" msgstr "Tiedostoa ei voitu avata luettavaksi: %s"
#: files.c:328 #: files.c:330
msgid "Could not open file: Path length exceeded." msgid "Could not open file: Path length exceeded."
msgstr "Tiedostoa ei voitu avata: liian pitk tiedostonnimi." msgstr "Tiedostoa ei voitu avata: liian pitk tiedostonnimi."
#: files.c:359 #: files.c:361
#, c-format #, c-format
msgid "Wrote >%s\n" msgid "Wrote >%s\n"
msgstr "Kirjoitettu: >%s\n" msgstr "Kirjoitettu: >%s\n"
#: files.c:386 #: files.c:388
#, c-format #, c-format
msgid "Could not close %s: %s" msgid "Could not close %s: %s"
msgstr "Tiedosto %s ei sulkeutunut: %s" msgstr "Tiedosto %s ei sulkeutunut: %s"
#. Try a rename?? #. Try a rename??
#: files.c:407 files.c:418 files.c:423 #: files.c:409 files.c:420 files.c:425
#, c-format #, c-format
msgid "Could not open %s for writing: %s" msgid "Could not open %s for writing: %s"
msgstr "Tiedostoa %s ei voitu avata kirjoitettavaksi: %s" msgstr "Tiedostoa %s ei voitu avata kirjoitettavaksi: %s"
#: files.c:429 #: files.c:431
#, c-format #, c-format
msgid "Could not set permissions %o on %s: %s" msgid "Could not set permissions %o on %s: %s"
msgstr "Oikeuksia %o ei voitu asettaa tiedostolle %s: %s" msgstr "Oikeuksia %o ei voitu asettaa tiedostolle %s: %s"
#: files.c:436 #: files.c:438
#, c-format #, c-format
msgid "Wrote %d lines" msgid "Wrote %d lines"
msgstr "%d rivi kirjoitettu" msgstr "%d rivi kirjoitettu"
#: files.c:465 #: files.c:467
msgid "File Name to write" msgid "File Name to write"
msgstr "Kirjoitettavan tiedoston nimi" msgstr "Kirjoitettavan tiedoston nimi"
#: files.c:470 #: files.c:472
#, c-format #, c-format
msgid "filename is %s" msgid "filename is %s"
msgstr "tiedoston nimi on %s" msgstr "tiedoston nimi on %s"
#: files.c:475 #: files.c:477
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "Tiedosto on jo olemassa, korvataanko?" msgstr "Tiedosto on jo olemassa, korvataanko?"
#: files.c:741
msgid "(more)"
msgstr ""
#: global.c:124 #: global.c:124
#, fuzzy #, fuzzy
msgid "Constant cursor position" msgid "Constant cursor position"
...@@ -382,7 +386,7 @@ msgid "Case Sens" ...@@ -382,7 +386,7 @@ msgid "Case Sens"
msgstr "Kirj. koko" msgstr "Kirj. koko"
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401 #: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
#: global.c:405 global.c:411 winio.c:992 #: global.c:405 global.c:411 winio.c:1008
msgid "Cancel" msgid "Cancel"
msgstr "Peru" msgstr "Peru"
...@@ -390,7 +394,7 @@ msgstr "Peru" ...@@ -390,7 +394,7 @@ msgstr "Peru"
msgid "No Replace" msgid "No Replace"
msgstr "" msgstr ""
#: nano.c:122 #: nano.c:131
msgid "" msgid ""
"\n" "\n"
"Buffer written to 'nano.save'\n" "Buffer written to 'nano.save'\n"
...@@ -398,11 +402,11 @@ msgstr "" ...@@ -398,11 +402,11 @@ msgstr ""
"\n" "\n"
"Teksti kirjoitettu tiedostoon 'nano.save'\n" "Teksti kirjoitettu tiedostoon 'nano.save'\n"
#: nano.c:129 #: nano.c:138
msgid "Key illegal in VIEW mode" msgid "Key illegal in VIEW mode"
msgstr "Virheellinen nppin katselutilassa" msgstr "Virheellinen nppin katselutilassa"
#: nano.c:166 #: nano.c:175
#, fuzzy #, fuzzy
msgid "" msgid ""
" nano help text\n" " nano help text\n"
...@@ -438,103 +442,103 @@ msgstr "" ...@@ -438,103 +442,103 @@ msgstr ""
"ovat sulkeissa:\n" "ovat sulkeissa:\n"
"\n" "\n"
#: nano.c:269 #: nano.c:278
msgid "free_node(): free'd a node, YAY!\n" msgid "free_node(): free'd a node, YAY!\n"
msgstr "free_node(): node vapautettu, YAY!\n" msgstr "free_node(): node vapautettu, YAY!\n"
#: nano.c:274 #: nano.c:283
msgid "free_node(): free'd last node.\n" msgid "free_node(): free'd last node.\n"
msgstr "free_node(): viimeinen node vapautettu.\n" msgstr "free_node(): viimeinen node vapautettu.\n"
#: nano.c:326 #: nano.c:335
msgid "" msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n" "Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n" "\n"
msgstr "" msgstr ""
"Kytt: nano [GNU pitkt komentoriviasetukset] [asetukset] +RIVI <tiedosto>\n" "Kytt: nano [GNU pitkt komentoriviasetukset] [asetukset] +RIVI <tiedosto>\n"
#: nano.c:327 #: nano.c:336
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Asetus\t\tPitk asetus\t\tMerkitys\n" msgstr "Asetus\t\tPitk asetus\t\tMerkitys\n"
#: nano.c:329 #: nano.c:338
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr " -T \t\t--tabsize=[leveys]\tAseta sarkaimen leveys\n" msgstr " -T \t\t--tabsize=[leveys]\tAseta sarkaimen leveys\n"
#: nano.c:332 #: nano.c:341
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
#: nano.c:336 #: nano.c:345
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tTulosta versiotiedot ja lopeta\n" msgstr " -V \t\t--version\t\tTulosta versiotiedot ja lopeta\n"
#: nano.c:338 #: nano.c:347
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tNyt kohdistimen sijainti jatkuvasti\n" msgstr " -c \t\t--const\t\t\tNyt kohdistimen sijainti jatkuvasti\n"
#: nano.c:340 #: nano.c:349
msgid " -h \t\t--help\t\t\tShow this message\n" msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tNyt tm ohje\n" msgstr " -h \t\t--help\t\t\tNyt tm ohje\n"
#: nano.c:343 #: nano.c:352
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:346 #: nano.c:355
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tSisenn uudet rivit automaattisesti\n" msgstr " -i \t\t--autoindent\t\tSisenn uudet rivit automaattisesti\n"
#: nano.c:348 #: nano.c:357
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr "" msgstr ""
" -l \t\t--nofollow\t\tl seuraa symbolisia linkkej, vaan\n" " -l \t\t--nofollow\t\tl seuraa symbolisia linkkej, vaan\n"
"\t\t\t\t\tkorvaa ne tiedostoilla.\n" "\t\t\t\t\tkorvaa ne tiedostoilla.\n"
#: nano.c:351 #: nano.c:360
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tKyt hiirt\n" msgstr " -m \t\t--mouse\t\t\tKyt hiirt\n"
#: nano.c:356 #: nano.c:365
msgid "" msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#lkm] \t--fill=[#lkm]\t\tRivit annettua pidemmt rivit\n" msgstr " -r [#lkm] \t--fill=[#lkm]\t\tRivit annettua pidemmt rivit\n"
#: nano.c:358 #: nano.c:367
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n" msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p\t \t--pico\t\t\tNyt 2 alinta rivi kuin Pico\n" msgstr " -p\t \t--pico\t\t\tNyt 2 alinta rivi kuin Pico\n"
#: nano.c:360 #: nano.c:369
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [ohjelma] \t--speller=[ohjelma]\tKyt annettua oikolukuohjelmaa\n" msgstr " -s [ohjelma] \t--speller=[ohjelma]\tKyt annettua oikolukuohjelmaa\n"
#: nano.c:362 #: nano.c:371
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr "" msgstr ""
" -t \t\t--tempfile\t\tTallenna tiedosto kysymtt\n" " -t \t\t--tempfile\t\tTallenna tiedosto kysymtt\n"
"\t\t\t\t\tpoistettaessa \n" "\t\t\t\t\tpoistettaessa \n"
#: nano.c:364 #: nano.c:373
msgid " -v \t\t--view\t\t\tView (read only) mode\n" msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tKatselutila (vain luku)\n" msgstr " -v \t\t--view\t\t\tKatselutila (vain luku)\n"
#: nano.c:366 #: nano.c:375
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tl rivit pitki rivej\n" msgstr " -w \t\t--nowrap\t\tl rivit pitki rivej\n"
#: nano.c:368 #: nano.c:377
msgid " -x \t\t--nohelp\t\tDon't show help window\n" msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tl nyt ohjeikkunaa\n" msgstr " -x \t\t--nohelp\t\tl nyt ohjeikkunaa\n"
#: nano.c:370 #: nano.c:379
msgid " -z \t\t--suspend\t\tEnable suspend\n" msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tMahdollista keskeyttminen\n" msgstr " -z \t\t--suspend\t\tMahdollista keskeyttminen\n"
#: nano.c:372 #: nano.c:381
msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +RIVI\t\t\t\t\tSiirry riville RIVI\n" msgstr " +RIVI\t\t\t\t\tSiirry riville RIVI\n"
#: nano.c:374 #: nano.c:383
msgid "" msgid ""
"Usage: nano [option] +LINE <file>\n" "Usage: nano [option] +LINE <file>\n"
"\n" "\n"
...@@ -542,297 +546,300 @@ msgstr "" ...@@ -542,297 +546,300 @@ msgstr ""
"Kytt: nano [asetukset] +RIVI <tiedosto>\n" "Kytt: nano [asetukset] +RIVI <tiedosto>\n"
"\n" "\n"
#: nano.c:375 #: nano.c:384
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
msgstr "Asetus\t\tMerkitys\n" msgstr "Asetus\t\tMerkitys\n"
#: nano.c:376 #: nano.c:385
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [leveys]\tAseta sarkaimen leveys\n" msgstr " -T [leveys]\tAseta sarkaimen leveys\n"
#: nano.c:377 #: nano.c:386
msgid " -R\t\tUse regular expressions for search\n" msgid " -R\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
#: nano.c:378 #: nano.c:387
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tTulosta versiotiedot ja lopeta\n" msgstr " -V \t\tTulosta versiotiedot ja lopeta\n"
#: nano.c:379 #: nano.c:388
msgid " -c \t\tConstantly show cursor position\n" msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tNyt kohdistimen sijainti jatkuvasti\n" msgstr " -c \t\tNyt kohdistimen sijainti jatkuvasti\n"
#: nano.c:380 #: nano.c:389
msgid " -h \t\tShow this message\n" msgid " -h \t\tShow this message\n"
msgstr " -h \t\tNyt tm ohje\n" msgstr " -h \t\tNyt tm ohje\n"
#: nano.c:382 #: nano.c:391
msgid " -k \t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:384 #: nano.c:393
msgid " -i \t\tAutomatically indent new lines\n" msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tSisenn uudet rivit automaattisesti\n" msgstr " -i \t\tSisenn uudet rivit automaattisesti\n"
#: nano.c:386 #: nano.c:395
msgid " -l \t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tl seuraa symbolisia linkkej, vaan korvaa ne tiedostoilla\n" msgstr " -l \t\tl seuraa symbolisia linkkej, vaan korvaa ne tiedostoilla\n"
#: nano.c:389 #: nano.c:398
msgid " -m \t\tEnable mouse\n" msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tKyt hiirt\n" msgstr " -m \t\tKyt hiirt\n"
#: nano.c:393 #: nano.c:402
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#lkm] \tRivit annettua pidemmt rivit\n" msgstr " -r [#lkm] \tRivit annettua pidemmt rivit\n"
#: nano.c:394 #: nano.c:403
msgid " -s [prog] \tEnable alternate speller\n" msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [ohjelma] \tKyt annettua oikolukuohjelmaa\n" msgstr " -s [ohjelma] \tKyt annettua oikolukuohjelmaa\n"
#: nano.c:395 #: nano.c:404
msgid " -p \t\tMake bottom 2 lines more Pico-like\n" msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p \t\tNyt 2 alinta rivi kuin Pico\n" msgstr " -p \t\tNyt 2 alinta rivi kuin Pico\n"
#: nano.c:396 #: nano.c:405
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tTallenna tiedosto kysymtt poistettaessa\n" msgstr " -t \t\tTallenna tiedosto kysymtt poistettaessa\n"
#: nano.c:397 #: nano.c:406
msgid " -v \t\tView (read only) mode\n" msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tKatselutila (vain luku)\n" msgstr " -v \t\tKatselutila (vain luku)\n"
#: nano.c:398 #: nano.c:407
msgid " -w \t\tDon't wrap long lines\n" msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tl rivit pitki rivej\n" msgstr " -w \t\tl rivit pitki rivej\n"
#: nano.c:399 #: nano.c:408
msgid " -x \t\tDon't show help window\n" msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tl nyt ohjeikkunaa\n" msgstr " -x \t\tl nyt ohjeikkunaa\n"
#: nano.c:400 #: nano.c:409
msgid " -z \t\tEnable suspend\n" msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tMahdollista keskeyttminen\n" msgstr " -z \t\tMahdollista keskeyttminen\n"
#: nano.c:401 #: nano.c:410
msgid " +LINE\t\tStart at line number LINE\n" msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +RIVI\t\tSiirry riville RIVI\n" msgstr " +RIVI\t\tSiirry riville RIVI\n"
#: nano.c:408 #: nano.c:417
#, c-format #, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n" msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr " nano, versio %s. Chris Allegretta (knnetty %s, %s)\n" msgstr " nano, versio %s. Chris Allegretta (knnetty %s, %s)\n"
#: nano.c:411 #: nano.c:420
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
msgstr " Maili: nano@nano-editor.org\tNetti: http://www.nano-editor.org\n" msgstr " Maili: nano@nano-editor.org\tNetti: http://www.nano-editor.org\n"
#: nano.c:446 #: nano.c:455
msgid "Mark Set" msgid "Mark Set"
msgstr "Teksti merkitty" msgstr "Teksti merkitty"
#: nano.c:451 #: nano.c:460
msgid "Mark UNset" msgid "Mark UNset"
msgstr "Merkint poistettu" msgstr "Merkint poistettu"
#: nano.c:878 #: nano.c:887
#, c-format #, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n" msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap -funktion parametri inptr->data=\"%s\"\n" msgstr "check_wrap -funktion parametri inptr->data=\"%s\"\n"
#: nano.c:929 #: nano.c:938
#, c-format #, c-format
msgid "current->data now = \"%s\"\n" msgid "current->data now = \"%s\"\n"
msgstr "current->data nyt = \"%s\"\n" msgstr "current->data nyt = \"%s\"\n"
#: nano.c:982 #: nano.c:991
#, c-format #, c-format
msgid "After, data = \"%s\"\n" msgid "After, data = \"%s\"\n"
msgstr "Jlkeenpin, data = \"%s\"\n" msgstr "Jlkeenpin, data = \"%s\"\n"
#: nano.c:1051 #: nano.c:1062
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "Vliaikaistiedostoa poistettaessa tapahtui virhe." msgstr "Vliaikaistiedostoa poistettaessa tapahtui virhe."
#: nano.c:1069 #: nano.c:1106
msgid "Edit a replacement"
msgstr ""
#: nano.c:1292
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "Vliaikaista tiedostonnime ei voitu luoda: %s" msgstr "Vliaikaista tiedostonnime ei voitu luoda: %s"
#: nano.c:1092 #: nano.c:1312
#, c-format
msgid "Could not invoke spell program \"%s\""
msgstr "Oikoluinta \"%s\" ei voitu kynnist"
#. Why 32512? I dont know!
#: nano.c:1098
msgid "Could not invoke \"ispell\""
msgstr "\"ispell\" -ohjelmaa ei voitu kynnist"
#: nano.c:1111
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "Oikoluku on valmis" msgstr "Oikoluku on valmis"
#: nano.c:1129 #: nano.c:1314
msgid "Spell checking failed"
msgstr ""
#: nano.c:1334
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Tallenna muutettu teksti (Muutokset hvivt, jos vastaat \"ei\") ? " msgstr "Tallenna muutettu teksti (Muutokset hvivt, jos vastaat \"ei\") ? "
#: nano.c:1292 #: nano.c:1497
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "Ylikkunan kokoa ei voi muuttaa" msgstr "Ylikkunan kokoa ei voi muuttaa"
#: nano.c:1294 #: nano.c:1499
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "Ylikkunaa ei voi siirt" msgstr "Ylikkunaa ei voi siirt"
#: nano.c:1296 #: nano.c:1501
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "Muokkausikkunan kokoa ei voi muuttaa" msgstr "Muokkausikkunan kokoa ei voi muuttaa"
#: nano.c:1298 #: nano.c:1503
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "Muokkausikkunaa ei voi siirt" msgstr "Muokkausikkunaa ei voi siirt"
#: nano.c:1300 #: nano.c:1505
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "Alaikkunan kokoa ei voi muuttaa" msgstr "Alaikkunan kokoa ei voi muuttaa"
#: nano.c:1302 #: nano.c:1507
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Alaikkunaa ei voi siirt" msgstr "Alaikkunaa ei voi siirt"
#: nano.c:1573 #: nano.c:1778
#, fuzzy #, fuzzy
msgid "Justify Complete" msgid "Justify Complete"
msgstr "Tasaa" msgstr "Tasaa"
#: nano.c:1641 #: nano.c:1846
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1653 #: nano.c:1858
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1654 #: nano.c:1859
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:1884 #: nano.c:2089
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Ptila: ikkunoiden asettelu\n" msgstr "Ptila: ikkunoiden asettelu\n"
#: nano.c:1897 #: nano.c:2102
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Ptila: alaikkuna\n" msgstr "Ptila: alaikkuna\n"
#: nano.c:1903 #: nano.c:2108
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Ptila: avaa tiedosto\n" msgstr "Ptila: avaa tiedosto\n"
#: nano.c:1937 #: nano.c:2142
#, 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:1959 #: nano.c:2164
#, 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:1992 #: nano.c:2197
#, 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:2040 #: nano.c:2245
#, 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:2066 #: nano.c:2271
#, 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"
#: search.c:88 #: search.c:99
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Regexp Search%s%s" msgid "Case Sensitive Regexp Search%s%s"
msgstr "Kirjainkoosta vlittv etsint%s%s" msgstr "Kirjainkoosta vlittv etsint%s%s"
#: search.c:90 #: search.c:101
#, fuzzy, c-format #, fuzzy, c-format
msgid "Regexp Search%s%s" msgid "Regexp Search%s%s"
msgstr "Etsint%s%s" msgstr "Etsint%s%s"
#: search.c:92 #: search.c:103
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Search%s%s" msgid "Case Sensitive Search%s%s"
msgstr "Kirjainkoosta vlittv etsint%s%s" msgstr "Kirjainkoosta vlittv etsint%s%s"
#: search.c:94 #: search.c:105
#, fuzzy, c-format #, fuzzy, c-format
msgid "Search%s%s" msgid "Search%s%s"
msgstr "Etsint%s%s" msgstr "Etsint%s%s"
#: search.c:97 #: search.c:108
#, fuzzy #, fuzzy
msgid " (to replace)" msgid " (to replace)"
msgstr " (korvaa)" msgstr " (korvaa)"
#: search.c:105 search.c:274 #: search.c:121 search.c:290
msgid "Search Cancelled" msgid "Search Cancelled"
msgstr "Etsint peruttu" msgstr "Etsint peruttu"
#: search.c:152 #: search.c:168
#, fuzzy, c-format #, fuzzy, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "Tiedostoa \"%s\" ei ole" msgstr "Tiedostoa \"%s\" ei ole"
#: search.c:199 #: search.c:215
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "Etsint jatkuu" msgstr "Etsint jatkuu"
#: search.c:288 #: search.c:304
#, c-format #, c-format
msgid "Replaced %d occurences" msgid "Replaced %d occurences"
msgstr "%d kohtaa korvattu" msgstr "%d kohtaa korvattu"
#: search.c:290 #: search.c:306
msgid "Replaced 1 occurence" msgid "Replaced 1 occurence"
msgstr "1 kohta korvattu" msgstr "1 kohta korvattu"
#: search.c:426 search.c:442 search.c:456 #: search.c:443 search.c:536 search.c:552
msgid "Replace Cancelled" msgid "Replace Cancelled"
msgstr "Korvaus peruttu" msgstr "Korvaus peruttu"
#: search.c:450 #: search.c:486
msgid "Replace with"
msgstr "Korvaa merkkijonolla"
#: search.c:487
msgid "Replace this instance?" msgid "Replace this instance?"
msgstr "Korvataanko tm kohta?" msgstr "Korvataanko tm kohta?"
#: search.c:495 #: search.c:494
msgid "Replace failed: unknown subexpression!" msgid "Replace failed: unknown subexpression!"
msgstr "" msgstr ""
#: search.c:569
#, c-format
msgid "Replace with [%s]"
msgstr "Korvaa merkkijonolla [%s]"
#: search.c:573 search.c:577
msgid "Replace with"
msgstr "Korvaa merkkijonolla"
#. Ask for it #. Ask for it
#: search.c:548 #: search.c:612
msgid "Enter line number" msgid "Enter line number"
msgstr "Kirjoita rivin numero" msgstr "Kirjoita rivin numero"
#: search.c:550 #: search.c:614
msgid "Aborted" msgid "Aborted"
msgstr "Keskeytetty" msgstr "Keskeytetty"
#: search.c:570 #: search.c:634
msgid "Come on, be reasonable" msgid "Come on, be reasonable"
msgstr "Jotakin jrkev, kiitos?" msgstr "Jotakin jrkev, kiitos?"
#: search.c:575 #: search.c:639
#, c-format #, c-format
msgid "Only %d lines available, skipping to last line" msgid "Only %d lines available, skipping to last line"
msgstr "Vain %d rivi olemassa, siirrytn viimeiselle riville" msgstr "Vain %d rivi olemassa, siirrytn viimeiselle riville"
...@@ -842,73 +849,76 @@ msgstr "Vain %d rivi ...@@ -842,73 +849,76 @@ msgstr "Vain %d rivi
msgid "actual_x_from_start for xplus=%d returned %d\n" msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start parametrilla xplus=%d palautti %d\n" msgstr "actual_x_from_start parametrilla xplus=%d palautti %d\n"
#: winio.c:408 #: winio.c:421
#, c-format #, c-format
msgid "input '%c' (%d)\n" msgid "input '%c' (%d)\n"
msgstr "syte '%c' (%d)\n" msgstr "syte '%c' (%d)\n"
#: winio.c:445 #: winio.c:459
msgid "New Buffer" msgid "New Buffer"
msgstr "Uusi teksti" msgstr "Uusi teksti"
#: winio.c:448 #: winio.c:462
msgid " File: ..." msgid " File: ..."
msgstr " Tiedosto: ..." msgstr " Tiedosto: ..."
#: winio.c:456 #: winio.c:470
msgid "Modified" msgid "Modified"
msgstr "Muokattu" msgstr "Muokattu"
#: winio.c:908 #: winio.c:922
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Kohtaan (%d,%d) siirrytty muokkausruudussa\n" msgstr "Kohtaan (%d,%d) siirrytty muokkausruudussa\n"
#: winio.c:919 #: winio.c:933
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n" msgstr "current->data = \"%s\"\n"
#: winio.c:962 #: winio.c:978
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "Saatiin \"%s\"\n" msgstr "Saatiin \"%s\"\n"
#: winio.c:987 #: winio.c:1003
msgid "Yes" msgid "Yes"
msgstr "Kyll" msgstr "Kyll"
#: winio.c:989 #: winio.c:1005
msgid "All" msgid "All"
msgstr "Kaikki" msgstr "Kaikki"
#: winio.c:991 #: winio.c:1007
msgid "No" msgid "No"
msgstr "Ei" msgstr "Ei"
#: winio.c:1128 #: winio.c:1144
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
#: winio.c:1132 #: winio.c:1148
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:1260 #: winio.c:1276
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:1262 #: winio.c:1278
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "Sytetn leiketila stderriin...\n" msgstr "Sytetn leiketila stderriin...\n"
#: winio.c:1264 #: winio.c:1280
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "Sytetn teksti stderriin...\n" msgstr "Sytetn teksti stderriin...\n"
#~ msgid "Replace with [%s]" #~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "Korvaa merkkijonolla [%s]" #~ msgstr "Oikoluinta \"%s\" ei voitu kynnist"
#~ msgid "Could not invoke \"ispell\""
#~ msgstr "\"ispell\" -ohjelmaa ei voitu kynnist"
#~ msgid "To Search" #~ msgid "To Search"
#~ msgstr "Etsittv" #~ msgstr "Etsittv"
......
No preview for this file type
...@@ -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: 2000-11-02 20:21-0500\n" "POT-Creation-Date: 2000-11-06 00:50-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"
...@@ -24,92 +24,96 @@ msgstr "add_to_cutbuffer appel ...@@ -24,92 +24,96 @@ msgstr "add_to_cutbuffer appel
msgid "Blew away cutbuffer =)\n" msgid "Blew away cutbuffer =)\n"
msgstr "cutbuffer annihil -)\n" msgstr "cutbuffer annihil -)\n"
#: files.c:120 #: files.c:122
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
msgstr "" msgstr ""
"read_line: la position actuelle n'est pas la premire ligne et la prcdente " "read_line: la position actuelle n'est pas la premire ligne et la prcdente "
"est NULL" "est NULL"
#: files.c:182 files.c:199 #: files.c:184 files.c:201
#, c-format #, c-format
msgid "Read %d lines" msgid "Read %d lines"
msgstr "%d lignes lues" msgstr "%d lignes lues"
#: files.c:217 search.c:148 #: files.c:219 search.c:164
#, c-format #, c-format
msgid "\"%s\" not found" msgid "\"%s\" not found"
msgstr "\"%s\" non trouv" msgstr "\"%s\" non trouv"
#. We have a new file #. We have a new file
#: files.c:221 #: files.c:223
msgid "New File" msgid "New File"
msgstr "Nouveau fichier" msgstr "Nouveau fichier"
#: files.c:230 #: files.c:232
#, c-format #, c-format
msgid "File \"%s\" is a directory" msgid "File \"%s\" is a directory"
msgstr "Le fichier \"%s\" est un rpertoire" msgstr "Le fichier \"%s\" est un rpertoire"
#: files.c:236 #: files.c:238
msgid "Reading File" msgid "Reading File"
msgstr "Lecture du fichier" msgstr "Lecture du fichier"
#: files.c:249 #: files.c:251
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "Fichier insrer [depuis ./] " msgstr "Fichier insrer [depuis ./] "
#: files.c:274 files.c:298 files.c:486 nano.c:1142 #: files.c:276 files.c:300 files.c:488 nano.c:1347
msgid "Cancelled" msgid "Cancelled"
msgstr "Annul" msgstr "Annul"
#: files.c:320 files.c:340 files.c:354 files.c:371 files.c:377 #: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
#, c-format #, c-format
msgid "Could not open file for writing: %s" msgid "Could not open file for writing: %s"
msgstr "Impossible d'ouvrir le fichier en criture: %s" msgstr "Impossible d'ouvrir le fichier en criture: %s"
#: files.c:328 #: files.c:330
msgid "Could not open file: Path length exceeded." msgid "Could not open file: Path length exceeded."
msgstr "Impossible d'ouvrir le fichier: la longueur du chemin a t dpasse" msgstr "Impossible d'ouvrir le fichier: la longueur du chemin a t dpasse"
#: files.c:359 #: files.c:361
#, c-format #, c-format
msgid "Wrote >%s\n" msgid "Wrote >%s\n"
msgstr "crit >%s\n" msgstr "crit >%s\n"
#: files.c:386 #: files.c:388
#, c-format #, c-format
msgid "Could not close %s: %s" msgid "Could not close %s: %s"
msgstr "Impossible de fermer %s: %s" msgstr "Impossible de fermer %s: %s"
#. Try a rename?? #. Try a rename??
#: files.c:407 files.c:418 files.c:423 #: files.c:409 files.c:420 files.c:425
#, c-format #, c-format
msgid "Could not open %s for writing: %s" msgid "Could not open %s for writing: %s"
msgstr "Impossible d'ouvrir %s en criture: %s" msgstr "Impossible d'ouvrir %s en criture: %s"
#: files.c:429 #: files.c:431
#, c-format #, c-format
msgid "Could not set permissions %o on %s: %s" msgid "Could not set permissions %o on %s: %s"
msgstr "Impossible de donner les permissions %o %s: %s" msgstr "Impossible de donner les permissions %o %s: %s"
#: files.c:436 #: files.c:438
#, c-format #, c-format
msgid "Wrote %d lines" msgid "Wrote %d lines"
msgstr "%d lignes crites" msgstr "%d lignes crites"
#: files.c:465 #: files.c:467
msgid "File Name to write" msgid "File Name to write"
msgstr "Nom du fichier dans lequel crire" msgstr "Nom du fichier dans lequel crire"
#: files.c:470 #: files.c:472
#, c-format #, c-format
msgid "filename is %s" msgid "filename is %s"
msgstr "Le nom du fichier est %s" msgstr "Le nom du fichier est %s"
#: files.c:475 #: files.c:477
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "Fichier existant, crire par-dessus ?" msgstr "Fichier existant, crire par-dessus ?"
#: files.c:741
msgid "(more)"
msgstr ""
#: global.c:124 #: global.c:124
#, fuzzy #, fuzzy
msgid "Constant cursor position" msgid "Constant cursor position"
...@@ -391,7 +395,7 @@ msgid "Case Sens" ...@@ -391,7 +395,7 @@ msgid "Case Sens"
msgstr "Casse respecte" msgstr "Casse respecte"
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401 #: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
#: global.c:405 global.c:411 winio.c:992 #: global.c:405 global.c:411 winio.c:1008
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
...@@ -399,7 +403,7 @@ msgstr "Annuler" ...@@ -399,7 +403,7 @@ msgstr "Annuler"
msgid "No Replace" msgid "No Replace"
msgstr "Pas de remplacement" msgstr "Pas de remplacement"
#: nano.c:122 #: nano.c:131
msgid "" msgid ""
"\n" "\n"
"Buffer written to 'nano.save'\n" "Buffer written to 'nano.save'\n"
...@@ -407,11 +411,11 @@ msgstr "" ...@@ -407,11 +411,11 @@ msgstr ""
"\n" "\n"
"Buffer crit dans 'nano.save'\n" "Buffer crit dans 'nano.save'\n"
#: nano.c:129 #: nano.c:138
msgid "Key illegal in VIEW mode" msgid "Key illegal in VIEW mode"
msgstr "Touche illgale en mode VISUALISATION" msgstr "Touche illgale en mode VISUALISATION"
#: nano.c:166 #: nano.c:175
#, fuzzy #, fuzzy
msgid "" msgid ""
" nano help text\n" " nano help text\n"
...@@ -448,15 +452,15 @@ msgstr "" ...@@ -448,15 +452,15 @@ msgstr ""
"entre parenthses :\n" "entre parenthses :\n"
"\n" "\n"
#: nano.c:269 #: nano.c:278
msgid "free_node(): free'd a node, YAY!\n" msgid "free_node(): free'd a node, YAY!\n"
msgstr "free_node(): libration d'un noeud, OUAIS!\n" msgstr "free_node(): libration d'un noeud, OUAIS!\n"
#: nano.c:274 #: nano.c:283
msgid "free_node(): free'd last node.\n" msgid "free_node(): free'd last node.\n"
msgstr "free_node(): libration du dernier noeud \n" msgstr "free_node(): libration du dernier noeud \n"
#: nano.c:326 #: nano.c:335
msgid "" msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n" "Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n" "\n"
...@@ -464,95 +468,95 @@ msgstr "" ...@@ -464,95 +468,95 @@ msgstr ""
"Utilisation: nano [option longue GNU] [option] +LIGNE <fichier>\n" "Utilisation: nano [option longue GNU] [option] +LIGNE <fichier>\n"
"\n" "\n"
#: nano.c:327 #: nano.c:336
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Option\t\tOption Longue\t\tSignification\n" msgstr "Option\t\tOption Longue\t\tSignification\n"
#: nano.c:329 #: nano.c:338
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr "" msgstr ""
"-T \t\t--tabsize=[num]\t\tDefini la profondeur d'une tabulation num\n" "-T \t\t--tabsize=[num]\t\tDefini la profondeur d'une tabulation num\n"
#: nano.c:332 #: nano.c:341
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
"-R\t\t--regexp\t\tUtilise les expressions regulires pour la recherche\n" "-R\t\t--regexp\t\tUtilise les expressions regulires pour la recherche\n"
#: nano.c:336 #: nano.c:345
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tAfficher les informations de version et sortir\n" msgstr " -V \t\t--version\t\tAfficher les informations de version et sortir\n"
#: nano.c:338 #: nano.c:347
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tAfficher constamment la position du curseur\n" msgstr " -c \t\t--const\t\t\tAfficher constamment la position du curseur\n"
#: nano.c:340 #: nano.c:349
msgid " -h \t\t--help\t\t\tShow this message\n" msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tAfficher ce message\n" msgstr " -h \t\t--help\t\t\tAfficher ce message\n"
#: nano.c:343 #: nano.c:352
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:346 #: nano.c:355
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr "" msgstr ""
" -i \t\t--autoindent\t\tIndenter automatiquement les nouvelles lignes\n" " -i \t\t--autoindent\t\tIndenter automatiquement les nouvelles lignes\n"
#: nano.c:348 #: nano.c:357
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr "" msgstr ""
" -l \t\t--nofollow\t\tNe suit pas les liens symboliques. Outrepasse " " -l \t\t--nofollow\t\tNe suit pas les liens symboliques. Outrepasse "
"l'criture\n" "l'criture\n"
#: nano.c:351 #: nano.c:360
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tActiver le support souris\n" msgstr " -m \t\t--mouse\t\t\tActiver le support souris\n"
#: nano.c:356 #: nano.c:365
msgid "" msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr "" msgstr ""
" -r [#cols] \t--fill=[#cols]\t\tMettre la colonne de fin de ligne (couper " " -r [#cols] \t--fill=[#cols]\t\tMettre la colonne de fin de ligne (couper "
"les lignes ) #cols\n" "les lignes ) #cols\n"
#: nano.c:358 #: nano.c:367
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n" msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr "" msgstr ""
" -p\t \t--pico\t\t\tRendre les deux lignes du bas plus semblables Pico\n" " -p\t \t--pico\t\t\tRendre les deux lignes du bas plus semblables Pico\n"
#: nano.c:360 #: nano.c:369
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr "" msgstr ""
" -s [prog] \t--speller=[prog]\tActiver un vrificateur orthographique " " -s [prog] \t--speller=[prog]\tActiver un vrificateur orthographique "
"alternatif\n" "alternatif\n"
#: nano.c:362 #: nano.c:371
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr "" msgstr ""
" -t \t\t--tempfile\t\tSauver automatiquement la sortie, sans demander\n" " -t \t\t--tempfile\t\tSauver automatiquement la sortie, sans demander\n"
#: nano.c:364 #: nano.c:373
msgid " -v \t\t--view\t\t\tView (read only) mode\n" msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tMode Visualisation (lecture seule)\n" msgstr " -v \t\t--view\t\t\tMode Visualisation (lecture seule)\n"
#: nano.c:366 #: nano.c:375
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tNe pas couper les lignes trop longues\n" msgstr " -w \t\t--nowrap\t\tNe pas couper les lignes trop longues\n"
#: nano.c:368 #: nano.c:377
msgid " -x \t\t--nohelp\t\tDon't show help window\n" msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tNe pas afficher la fentre d'aide\n" msgstr " -x \t\t--nohelp\t\tNe pas afficher la fentre d'aide\n"
#: nano.c:370 #: nano.c:379
msgid " -z \t\t--suspend\t\tEnable suspend\n" msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tAutoriser la suspension\n" msgstr " -z \t\t--suspend\t\tAutoriser la suspension\n"
#: nano.c:372 #: nano.c:381
msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +LIGNE\t\t\t\t\tCommencer la ligne LIGNE\n" msgstr " +LIGNE\t\t\t\t\tCommencer la ligne LIGNE\n"
#: nano.c:374 #: nano.c:383
msgid "" msgid ""
"Usage: nano [option] +LINE <file>\n" "Usage: nano [option] +LINE <file>\n"
"\n" "\n"
...@@ -560,300 +564,303 @@ msgstr "" ...@@ -560,300 +564,303 @@ msgstr ""
"Utilisation: nano [option] +LIGNE <fichier>\n" "Utilisation: nano [option] +LIGNE <fichier>\n"
"\n" "\n"
#: nano.c:375 #: nano.c:384
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
msgstr "Option\t\tSignification\n" msgstr "Option\t\tSignification\n"
#: nano.c:376 #: nano.c:385
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
msgstr "-T [num]\tDfini la pronfondeur de tabulation num\n" msgstr "-T [num]\tDfini la pronfondeur de tabulation num\n"
#: nano.c:377 #: nano.c:386
msgid " -R\t\tUse regular expressions for search\n" msgid " -R\t\tUse regular expressions for search\n"
msgstr "-R\t\tUtilisation des expressions rgulires pour la recherche\n" msgstr "-R\t\tUtilisation des expressions rgulires pour la recherche\n"
#: nano.c:378 #: nano.c:387
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tAfficher les informations de version et sortir\n" msgstr " -V \t\tAfficher les informations de version et sortir\n"
#: nano.c:379 #: nano.c:388
msgid " -c \t\tConstantly show cursor position\n" msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tAfficher constamment la position du curseur\n" msgstr " -c \t\tAfficher constamment la position du curseur\n"
#: nano.c:380 #: nano.c:389
msgid " -h \t\tShow this message\n" msgid " -h \t\tShow this message\n"
msgstr " -h \t\tAfficher ce message\n" msgstr " -h \t\tAfficher ce message\n"
#: nano.c:382 #: nano.c:391
msgid " -k \t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:384 #: nano.c:393
msgid " -i \t\tAutomatically indent new lines\n" msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tIndenter automatiquement les nouvelles lignes\n" msgstr " -i \t\tIndenter automatiquement les nouvelles lignes\n"
#: nano.c:386 #: nano.c:395
msgid " -l \t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr "-l \t\tNe pas suivre les liens symboliques. Outrepasse l'criture\n" msgstr "-l \t\tNe pas suivre les liens symboliques. Outrepasse l'criture\n"
#: nano.c:389 #: nano.c:398
msgid " -m \t\tEnable mouse\n" msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tActiver la souris\n" msgstr " -m \t\tActiver la souris\n"
#: nano.c:393 #: nano.c:402
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr "" msgstr ""
" -r [#cols] \tMettre la colonne de fin de ligne (couper les lignes ) " " -r [#cols] \tMettre la colonne de fin de ligne (couper les lignes ) "
"#cols\n" "#cols\n"
#: nano.c:394 #: nano.c:403
msgid " -s [prog] \tEnable alternate speller\n" msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tActiver un vrificateur orthographique alternatif\n" msgstr " -s [prog] \tActiver un vrificateur orthographique alternatif\n"
#: nano.c:395 #: nano.c:404
msgid " -p \t\tMake bottom 2 lines more Pico-like\n" msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p \t\tRendre les 2 lignes du bas plus semblables Pico\n" msgstr " -p \t\tRendre les 2 lignes du bas plus semblables Pico\n"
#: nano.c:396 #: nano.c:405
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tSauver automatiquement la sortie, sans demander\n" msgstr " -t \t\tSauver automatiquement la sortie, sans demander\n"
#: nano.c:397 #: nano.c:406
msgid " -v \t\tView (read only) mode\n" msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tMode Visualisation seule (lecture seule)\n" msgstr " -v \t\tMode Visualisation seule (lecture seule)\n"
#: nano.c:398 #: nano.c:407
msgid " -w \t\tDon't wrap long lines\n" msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tNe pas couper les lignes longues\n" msgstr " -w \t\tNe pas couper les lignes longues\n"
#: nano.c:399 #: nano.c:408
msgid " -x \t\tDon't show help window\n" msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tNe pas afficher la fentre d'aide\n" msgstr " -x \t\tNe pas afficher la fentre d'aide\n"
#: nano.c:400 #: nano.c:409
msgid " -z \t\tEnable suspend\n" msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tAutoriser la suspension\n" msgstr " -z \t\tAutoriser la suspension\n"
#: nano.c:401 #: nano.c:410
msgid " +LINE\t\tStart at line number LINE\n" msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +LIGNE\t\tDmarrer la ligne LIGNE\n" msgstr " +LIGNE\t\tDmarrer la ligne LIGNE\n"
#: nano.c:408 #: nano.c:417
#, c-format #, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n" msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr " nano version %s de Chris Allegretta (compile %s, %s)\n" msgstr " nano version %s de Chris Allegretta (compile %s, %s)\n"
#: nano.c:411 #: nano.c:420
#, fuzzy #, fuzzy
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
msgstr " Email: nano@asty.org\tWeb: http://www.asty.org/nano\n" msgstr " Email: nano@asty.org\tWeb: http://www.asty.org/nano\n"
#: nano.c:446 #: nano.c:455
msgid "Mark Set" msgid "Mark Set"
msgstr "Marque enregistre" msgstr "Marque enregistre"
#: nano.c:451 #: nano.c:460
msgid "Mark UNset" msgid "Mark UNset"
msgstr "Marque efface" msgstr "Marque efface"
#: nano.c:878 #: nano.c:887
#, c-format #, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n" msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap appele avec inptr->data=\"%s\"\n" msgstr "check_wrap appele avec inptr->data=\"%s\"\n"
#: nano.c:929 #: nano.c:938
#, c-format #, c-format
msgid "current->data now = \"%s\"\n" msgid "current->data now = \"%s\"\n"
msgstr "current->data vaut maintenant \"%s\"\n" msgstr "current->data vaut maintenant \"%s\"\n"
#: nano.c:982 #: nano.c:991
#, c-format #, c-format
msgid "After, data = \"%s\"\n" msgid "After, data = \"%s\"\n"
msgstr "Aprs, data = \"%s\"\n" msgstr "Aprs, data = \"%s\"\n"
#: nano.c:1051 #: nano.c:1062
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "Erreur lors de l'effacement du fichier temporaire, zut!" msgstr "Erreur lors de l'effacement du fichier temporaire, zut!"
#: nano.c:1069 #: nano.c:1106
msgid "Edit a replacement"
msgstr ""
#: nano.c:1292
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "Impossible de crer un nom de fichier temporaire: %s" msgstr "Impossible de crer un nom de fichier temporaire: %s"
#: nano.c:1092 #: nano.c:1312
#, c-format
msgid "Could not invoke spell program \"%s\""
msgstr "Impossible d'invoquer le programme spell \"%s\""
#. Why 32512? I dont know!
#: nano.c:1098
msgid "Could not invoke \"ispell\""
msgstr "Impossible d'invoquer \"ispell\""
#: nano.c:1111
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "Vrification orthographique termine" msgstr "Vrification orthographique termine"
#: nano.c:1129 #: nano.c:1314
msgid "Spell checking failed"
msgstr ""
#: nano.c:1334
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Sauver le buffer modifi (RPONDRE \"No\" EFFACERA LES CHANGEMENTS" msgstr "Sauver le buffer modifi (RPONDRE \"No\" EFFACERA LES CHANGEMENTS"
#: nano.c:1292 #: nano.c:1497
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "Impossible de redimensionner la fentre du haut" msgstr "Impossible de redimensionner la fentre du haut"
#: nano.c:1294 #: nano.c:1499
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "Impossible de bouger la fentre du haut" msgstr "Impossible de bouger la fentre du haut"
#: nano.c:1296 #: nano.c:1501
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "Impossible de redimensionner la fentre d'dition" msgstr "Impossible de redimensionner la fentre d'dition"
#: nano.c:1298 #: nano.c:1503
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "Impossible de bouger la fentre d'dition" msgstr "Impossible de bouger la fentre d'dition"
#: nano.c:1300 #: nano.c:1505
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "Impossible de redimensionner la fentre du bas" msgstr "Impossible de redimensionner la fentre du bas"
#: nano.c:1302 #: nano.c:1507
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:1573 #: nano.c:1778
#, fuzzy #, fuzzy
msgid "Justify Complete" msgid "Justify Complete"
msgstr "Justifier" msgstr "Justifier"
#: nano.c:1641 #: nano.c:1846
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1653 #: nano.c:1858
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1654 #: nano.c:1859
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:1884 #: nano.c:2089
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:1897 #: nano.c:2102
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: fentre du bas\n" msgstr "Main: fentre du bas\n"
#: nano.c:1903 #: nano.c:2108
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: ouvrir fichier\n" msgstr "Main: ouvrir fichier\n"
#: nano.c:1937 #: nano.c:2142
#, 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:1959 #: nano.c:2164
#, 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:1992 #: nano.c:2197
#, 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:2040 #: nano.c:2245
#, 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:2066 #: nano.c:2271
#, 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"
#: search.c:88 #: search.c:99
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Regexp Search%s%s" msgid "Case Sensitive Regexp Search%s%s"
msgstr "Recherche sensible ) la casse%s%s" msgstr "Recherche sensible ) la casse%s%s"
#: search.c:90 #: search.c:101
#, fuzzy, c-format #, fuzzy, c-format
msgid "Regexp Search%s%s" msgid "Regexp Search%s%s"
msgstr "Recherche Regexp%s%s" msgstr "Recherche Regexp%s%s"
#: search.c:92 #: search.c:103
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Search%s%s" msgid "Case Sensitive Search%s%s"
msgstr "Recherche sensible ) la casse%s%s" msgstr "Recherche sensible ) la casse%s%s"
#: search.c:94 #: search.c:105
#, fuzzy, c-format #, fuzzy, c-format
msgid "Search%s%s" msgid "Search%s%s"
msgstr "Recherche%s%s" msgstr "Recherche%s%s"
#: search.c:97 #: search.c:108
#, fuzzy #, fuzzy
msgid " (to replace)" msgid " (to replace)"
msgstr " (remplacer par)" msgstr " (remplacer par)"
#: search.c:105 search.c:274 #: search.c:121 search.c:290
msgid "Search Cancelled" msgid "Search Cancelled"
msgstr "Recherche annule" msgstr "Recherche annule"
#: search.c:152 #: search.c:168
#, fuzzy, c-format #, fuzzy, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "\"%s\" non trouv" msgstr "\"%s\" non trouv"
#: search.c:199 #: search.c:215
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "La recherche a boucl" msgstr "La recherche a boucl"
#: search.c:288 #: search.c:304
#, c-format #, c-format
msgid "Replaced %d occurences" msgid "Replaced %d occurences"
msgstr "%d occurences remplaces" msgstr "%d occurences remplaces"
#: search.c:290 #: search.c:306
msgid "Replaced 1 occurence" msgid "Replaced 1 occurence"
msgstr "1 occurence remplace" msgstr "1 occurence remplace"
#: search.c:426 search.c:442 search.c:456 #: search.c:443 search.c:536 search.c:552
msgid "Replace Cancelled" msgid "Replace Cancelled"
msgstr "Remplacement annul" msgstr "Remplacement annul"
#: search.c:450 #: search.c:486
msgid "Replace with"
msgstr "Rempacer par"
#: search.c:487
msgid "Replace this instance?" msgid "Replace this instance?"
msgstr "Remplacer cette occurence?" msgstr "Remplacer cette occurence?"
#: search.c:495 #: search.c:494
msgid "Replace failed: unknown subexpression!" msgid "Replace failed: unknown subexpression!"
msgstr "" msgstr ""
#: search.c:569
#, c-format
msgid "Replace with [%s]"
msgstr "Remplacer par [%s]"
#: search.c:573 search.c:577
msgid "Replace with"
msgstr "Rempacer par"
#. Ask for it #. Ask for it
#: search.c:548 #: search.c:612
msgid "Enter line number" msgid "Enter line number"
msgstr "Entrer le numro de ligne" msgstr "Entrer le numro de ligne"
#: search.c:550 #: search.c:614
msgid "Aborted" msgid "Aborted"
msgstr "Annul" msgstr "Annul"
#: search.c:570 #: search.c:634
msgid "Come on, be reasonable" msgid "Come on, be reasonable"
msgstr "Allez, soyez raisonnable" msgstr "Allez, soyez raisonnable"
#: search.c:575 #: search.c:639
#, c-format #, c-format
msgid "Only %d lines available, skipping to last line" msgid "Only %d lines available, skipping to last line"
msgstr "Seulement %d lignes sont disponibles, saut jusqu' la dernire ligne" msgstr "Seulement %d lignes sont disponibles, saut jusqu' la dernire ligne"
...@@ -863,73 +870,76 @@ msgstr "Seulement %d lignes sont disponibles, saut jusqu' ...@@ -863,73 +870,76 @@ msgstr "Seulement %d lignes sont disponibles, saut jusqu'
msgid "actual_x_from_start for xplus=%d returned %d\n" msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x renvoy pour xplus=%d\n" msgstr "actual_x renvoy pour xplus=%d\n"
#: winio.c:408 #: winio.c:421
#, c-format #, c-format
msgid "input '%c' (%d)\n" msgid "input '%c' (%d)\n"
msgstr "taper '%c' (%d)\n" msgstr "taper '%c' (%d)\n"
#: winio.c:445 #: winio.c:459
msgid "New Buffer" msgid "New Buffer"
msgstr "Nouveau buffer" msgstr "Nouveau buffer"
#: winio.c:448 #: winio.c:462
msgid " File: ..." msgid " File: ..."
msgstr " Fichier: ..." msgstr " Fichier: ..."
#: winio.c:456 #: winio.c:470
msgid "Modified" msgid "Modified"
msgstr "Modifi" msgstr "Modifi"
#: winio.c:908 #: winio.c:922
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Dplacement jusqu' (%d, %d) dans le buffer d'dition\n" msgstr "Dplacement jusqu' (%d, %d) dans le buffer d'dition\n"
#: winio.c:919 #: winio.c:933
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n" msgstr "current->data = \"%s\"\n"
#: winio.c:962 #: winio.c:978
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "J'ai reu \"%s\"\n" msgstr "J'ai reu \"%s\"\n"
#: winio.c:987 #: winio.c:1003
msgid "Yes" msgid "Yes"
msgstr "Oui" msgstr "Oui"
#: winio.c:989 #: winio.c:1005
msgid "All" msgid "All"
msgstr "Tous" msgstr "Tous"
#: winio.c:991 #: winio.c:1007
msgid "No" msgid "No"
msgstr "Non" msgstr "Non"
#: winio.c:1128 #: winio.c:1144
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
#: winio.c:1132 #: winio.c:1148
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:1260 #: winio.c:1276
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:1262 #: winio.c:1278
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:1264 #: winio.c:1280
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"
#~ msgid "Replace with [%s]" #~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "Remplacer par [%s]" #~ msgstr "Impossible d'invoquer le programme spell \"%s\""
#~ msgid "Could not invoke \"ispell\""
#~ msgstr "Impossible d'invoquer \"ispell\""
#, fuzzy #, fuzzy
#~ msgid "To Replace" #~ msgid "To Replace"
......
No preview for this file type
...@@ -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: 2000-11-02 20:21-0500\n" "POT-Creation-Date: 2000-11-06 00:50-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"
...@@ -23,90 +23,94 @@ msgstr "add_to_cutbuffer dipangil dgn inptr->data = %s\n" ...@@ -23,90 +23,94 @@ msgstr "add_to_cutbuffer dipangil dgn inptr->data = %s\n"
msgid "Blew away cutbuffer =)\n" msgid "Blew away cutbuffer =)\n"
msgstr "Hapus cutbuffer =>\n" msgstr "Hapus cutbuffer =>\n"
#: files.c:120 #: files.c:122
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: tidak di baris pertama dan sebelumnya adalah NULL" msgstr "read_line: tidak di baris pertama dan sebelumnya adalah NULL"
#: files.c:182 files.c:199 #: files.c:184 files.c:201
#, c-format #, c-format
msgid "Read %d lines" msgid "Read %d lines"
msgstr "Membaca %d baris" msgstr "Membaca %d baris"
#: files.c:217 search.c:148 #: files.c:219 search.c:164
#, c-format #, c-format
msgid "\"%s\" not found" msgid "\"%s\" not found"
msgstr "\"%s\" tidak ditemukan" msgstr "\"%s\" tidak ditemukan"
#. We have a new file #. We have a new file
#: files.c:221 #: files.c:223
msgid "New File" msgid "New File"
msgstr "File Baru" msgstr "File Baru"
#: files.c:230 #: files.c:232
#, c-format #, c-format
msgid "File \"%s\" is a directory" msgid "File \"%s\" is a directory"
msgstr "File \"%s\" adalah sebuah direktori" msgstr "File \"%s\" adalah sebuah direktori"
#: files.c:236 #: files.c:238
msgid "Reading File" msgid "Reading File"
msgstr "Membaca File" msgstr "Membaca File"
#: files.c:249 #: files.c:251
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "File untuk disisipkan " msgstr "File untuk disisipkan "
#: files.c:274 files.c:298 files.c:486 nano.c:1142 #: files.c:276 files.c:300 files.c:488 nano.c:1347
msgid "Cancelled" msgid "Cancelled"
msgstr "Dibatalkan" msgstr "Dibatalkan"
#: files.c:320 files.c:340 files.c:354 files.c:371 files.c:377 #: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
#, c-format #, c-format
msgid "Could not open file for writing: %s" msgid "Could not open file for writing: %s"
msgstr "Tidak dapat membuka file untuk menulis: %s" msgstr "Tidak dapat membuka file untuk menulis: %s"
#: files.c:328 #: files.c:330
msgid "Could not open file: Path length exceeded." msgid "Could not open file: Path length exceeded."
msgstr "Tidak dapat membuka file: panjang path terlampaui" msgstr "Tidak dapat membuka file: panjang path terlampaui"
#: files.c:359 #: files.c:361
#, c-format #, c-format
msgid "Wrote >%s\n" msgid "Wrote >%s\n"
msgstr "Tulis >%s\n" msgstr "Tulis >%s\n"
#: files.c:386 #: files.c:388
#, c-format #, c-format
msgid "Could not close %s: %s" msgid "Could not close %s: %s"
msgstr "Tidak dapat menutup %s: %s" msgstr "Tidak dapat menutup %s: %s"
#. Try a rename?? #. Try a rename??
#: files.c:407 files.c:418 files.c:423 #: files.c:409 files.c:420 files.c:425
#, c-format #, c-format
msgid "Could not open %s for writing: %s" msgid "Could not open %s for writing: %s"
msgstr "Tidak dapat membuka %s untuk menulis: %s" msgstr "Tidak dapat membuka %s untuk menulis: %s"
#: files.c:429 #: files.c:431
#, c-format #, c-format
msgid "Could not set permissions %o on %s: %s" msgid "Could not set permissions %o on %s: %s"
msgstr "Tidak dapat menset permisi %o pada %s: %s" msgstr "Tidak dapat menset permisi %o pada %s: %s"
#: files.c:436 #: files.c:438
#, c-format #, c-format
msgid "Wrote %d lines" msgid "Wrote %d lines"
msgstr "Menulis %d baris" msgstr "Menulis %d baris"
#: files.c:465 #: files.c:467
msgid "File Name to write" msgid "File Name to write"
msgstr "Nama file untuk ditulis" msgstr "Nama file untuk ditulis"
#: files.c:470 #: files.c:472
#, c-format #, c-format
msgid "filename is %s" msgid "filename is %s"
msgstr "Namafile adalah %s" msgstr "Namafile adalah %s"
#: files.c:475 #: files.c:477
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "File ada, DITIMPA ?" msgstr "File ada, DITIMPA ?"
#: files.c:741
msgid "(more)"
msgstr ""
#: global.c:124 #: global.c:124
#, fuzzy #, fuzzy
msgid "Constant cursor position" msgid "Constant cursor position"
...@@ -383,7 +387,7 @@ msgid "Case Sens" ...@@ -383,7 +387,7 @@ msgid "Case Sens"
msgstr "Case Sens" msgstr "Case Sens"
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401 #: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
#: global.c:405 global.c:411 winio.c:992 #: global.c:405 global.c:411 winio.c:1008
msgid "Cancel" msgid "Cancel"
msgstr "Batal" msgstr "Batal"
...@@ -391,7 +395,7 @@ msgstr "Batal" ...@@ -391,7 +395,7 @@ msgstr "Batal"
msgid "No Replace" msgid "No Replace"
msgstr "" msgstr ""
#: nano.c:122 #: nano.c:131
msgid "" msgid ""
"\n" "\n"
"Buffer written to 'nano.save'\n" "Buffer written to 'nano.save'\n"
...@@ -399,11 +403,11 @@ msgstr "" ...@@ -399,11 +403,11 @@ msgstr ""
"\n" "\n"
"Buffer ditulis ke 'nano.save'\n" "Buffer ditulis ke 'nano.save'\n"
#: nano.c:129 #: nano.c:138
msgid "Key illegal in VIEW mode" msgid "Key illegal in VIEW mode"
msgstr "Kunci ilegal dalam mode VIEW" msgstr "Kunci ilegal dalam mode VIEW"
#: nano.c:166 #: nano.c:175
#, fuzzy #, fuzzy
msgid "" msgid ""
" nano help text\n" " nano help text\n"
...@@ -441,99 +445,99 @@ msgstr "" ...@@ -441,99 +445,99 @@ msgstr ""
"Kunci-kunci opsional ditunjukkan dalam kurung:\n" "Kunci-kunci opsional ditunjukkan dalam kurung:\n"
"\n" "\n"
#: nano.c:269 #: nano.c:278
msgid "free_node(): free'd a node, YAY!\n" msgid "free_node(): free'd a node, YAY!\n"
msgstr "free_node(): bebaskan sebuah node, YAY!\n" msgstr "free_node(): bebaskan sebuah node, YAY!\n"
#: nano.c:274 #: nano.c:283
msgid "free_node(): free'd last node.\n" msgid "free_node(): free'd last node.\n"
msgstr "free_node(): bebaskan node terakhir.\n" msgstr "free_node(): bebaskan node terakhir.\n"
#: nano.c:326 #: nano.c:335
msgid "" msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n" "Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n" "\n"
msgstr "Pemakaian: nano [GNU long option] [option] +LINE <file>\n" msgstr "Pemakaian: nano [GNU long option] [option] +LINE <file>\n"
#: nano.c:327 #: nano.c:336
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Option: Long option Arti\n" msgstr "Option: Long option Arti\n"
#: nano.c:329 #: nano.c:338
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr "" msgstr ""
#: nano.c:332 #: nano.c:341
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
#: nano.c:336 #: nano.c:345
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr "-V --version Tampilkan versi dan keluar\n" msgstr "-V --version Tampilkan versi dan keluar\n"
#: nano.c:338 #: nano.c:347
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr "-c --const Menampilkan posisi kursor secara konstan\n" msgstr "-c --const Menampilkan posisi kursor secara konstan\n"
#: nano.c:340 #: nano.c:349
msgid " -h \t\t--help\t\t\tShow this message\n" msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr "-h --help Tampilkan pesan ini\n" msgstr "-h --help Tampilkan pesan ini\n"
#: nano.c:343 #: nano.c:352
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:346 #: nano.c:355
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr "-i --autoindent Indentasi baris barus secara otomatis\n" msgstr "-i --autoindent Indentasi baris barus secara otomatis\n"
#: nano.c:348 #: nano.c:357
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr "-l --nofollow Jangan ikuti link simbolik, timpa\n" msgstr "-l --nofollow Jangan ikuti link simbolik, timpa\n"
#: nano.c:351 #: nano.c:360
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr "-m --mouse Aktifkan mouse\n" msgstr "-m --mouse Aktifkan mouse\n"
#: nano.c:356 #: nano.c:365
msgid "" msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr "-r [#cols] --fill=[#cols] Set fill col ke (wrap line di) #cols\n" msgstr "-r [#cols] --fill=[#cols] Set fill col ke (wrap line di) #cols\n"
#: nano.c:358 #: nano.c:367
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n" msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr "-p --pico Buat dua baris terbawah seperti Pico\n" msgstr "-p --pico Buat dua baris terbawah seperti Pico\n"
#: nano.c:360 #: nano.c:369
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr "-s [prog] --speller=[prog] Aktifkan speller alternatif\n" msgstr "-s [prog] --speller=[prog] Aktifkan speller alternatif\n"
#: nano.c:362 #: nano.c:371
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr "" msgstr ""
"-t --tempfile Autosave saat keluar, jangan minta konfirmasi\n" "-t --tempfile Autosave saat keluar, jangan minta konfirmasi\n"
#: nano.c:364 #: nano.c:373
msgid " -v \t\t--view\t\t\tView (read only) mode\n" msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr "-v --view Mode Tampil (baca saja)\n" msgstr "-v --view Mode Tampil (baca saja)\n"
#: nano.c:366 #: nano.c:375
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr "-w --nowrap Jangan wrap baris panjang\n" msgstr "-w --nowrap Jangan wrap baris panjang\n"
#: nano.c:368 #: nano.c:377
msgid " -x \t\t--nohelp\t\tDon't show help window\n" msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr "-x --nohelp Jangan tampilkan jendela bantuan\n" msgstr "-x --nohelp Jangan tampilkan jendela bantuan\n"
#: nano.c:370 #: nano.c:379
msgid " -z \t\t--suspend\t\tEnable suspend\n" msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr "-z --suspend Aktifkan suspend\n" msgstr "-z --suspend Aktifkan suspend\n"
#: nano.c:372 #: nano.c:381
msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr "+LINE Mulai pada nomor baris LINE\n" msgstr "+LINE Mulai pada nomor baris LINE\n"
#: nano.c:374 #: nano.c:383
msgid "" msgid ""
"Usage: nano [option] +LINE <file>\n" "Usage: nano [option] +LINE <file>\n"
"\n" "\n"
...@@ -541,297 +545,300 @@ msgstr "" ...@@ -541,297 +545,300 @@ msgstr ""
"Pemakaian: nano [option] +LINE <file>\n" "Pemakaian: nano [option] +LINE <file>\n"
"\n" "\n"
#: nano.c:375 #: nano.c:384
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
msgstr "Option Arti\n" msgstr "Option Arti\n"
#: nano.c:376 #: nano.c:385
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [num]\tGanti lebar tabulasi manjadi num\n" msgstr " -T [num]\tGanti lebar tabulasi manjadi num\n"
#: nano.c:377 #: nano.c:386
msgid " -R\t\tUse regular expressions for search\n" msgid " -R\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
#: nano.c:378 #: nano.c:387
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
msgstr "-V Tampilkan informasi versi dan keluar\n" msgstr "-V Tampilkan informasi versi dan keluar\n"
#: nano.c:379 #: nano.c:388
msgid " -c \t\tConstantly show cursor position\n" msgid " -c \t\tConstantly show cursor position\n"
msgstr "-c Menampilkan posisi kursor secara konstan\n" msgstr "-c Menampilkan posisi kursor secara konstan\n"
#: nano.c:380 #: nano.c:389
msgid " -h \t\tShow this message\n" msgid " -h \t\tShow this message\n"
msgstr "-h Tampilkan pesan ini\n" msgstr "-h Tampilkan pesan ini\n"
#: nano.c:382 #: nano.c:391
msgid " -k \t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:384 #: nano.c:393
msgid " -i \t\tAutomatically indent new lines\n" msgid " -i \t\tAutomatically indent new lines\n"
msgstr "-i Indent baris barus secara otomatis\n" msgstr "-i Indent baris barus secara otomatis\n"
#: nano.c:386 #: nano.c:395
msgid " -l \t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr "-l Jangan ikuti link simbolik, timpa\n" msgstr "-l Jangan ikuti link simbolik, timpa\n"
#: nano.c:389 #: nano.c:398
msgid " -m \t\tEnable mouse\n" msgid " -m \t\tEnable mouse\n"
msgstr "-m Aktifkan mouse\n" msgstr "-m Aktifkan mouse\n"
#: nano.c:393 #: nano.c:402
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr "-r [#cols] Set fill col ke (wrap line di) #cols\n" msgstr "-r [#cols] Set fill col ke (wrap line di) #cols\n"
#: nano.c:394 #: nano.c:403
msgid " -s [prog] \tEnable alternate speller\n" msgid " -s [prog] \tEnable alternate speller\n"
msgstr "-s [prog] Aktifkan speller alternatif\n" msgstr "-s [prog] Aktifkan speller alternatif\n"
#: nano.c:395 #: nano.c:404
msgid " -p \t\tMake bottom 2 lines more Pico-like\n" msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr "-p Buat dua baris terbawah seperti Pico\n" msgstr "-p Buat dua baris terbawah seperti Pico\n"
#: nano.c:396 #: nano.c:405
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr "-t Autosave saat keluar, jangan minta konfirmasi.\n" msgstr "-t Autosave saat keluar, jangan minta konfirmasi.\n"
#: nano.c:397 #: nano.c:406
msgid " -v \t\tView (read only) mode\n" msgid " -v \t\tView (read only) mode\n"
msgstr "-v Mode Tampil (baca saja)\n" msgstr "-v Mode Tampil (baca saja)\n"
#: nano.c:398 #: nano.c:407
msgid " -w \t\tDon't wrap long lines\n" msgid " -w \t\tDon't wrap long lines\n"
msgstr "-w Jangan wrap baris panjang\n" msgstr "-w Jangan wrap baris panjang\n"
#: nano.c:399 #: nano.c:408
msgid " -x \t\tDon't show help window\n" msgid " -x \t\tDon't show help window\n"
msgstr "-x Jangan tampilkan jendela bantuan\n" msgstr "-x Jangan tampilkan jendela bantuan\n"
#: nano.c:400 #: nano.c:409
msgid " -z \t\tEnable suspend\n" msgid " -z \t\tEnable suspend\n"
msgstr "-z Aktifkan suspend\n" msgstr "-z Aktifkan suspend\n"
#: nano.c:401 #: nano.c:410
msgid " +LINE\t\tStart at line number LINE\n" msgid " +LINE\t\tStart at line number LINE\n"
msgstr "+LINE Mulai pada nomor baris LINE\n" msgstr "+LINE Mulai pada nomor baris LINE\n"
#: nano.c:408 #: nano.c:417
#, c-format #, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n" msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr "nano versi %s oleh Chris Allegretta (compiled %s, %s)\n" msgstr "nano versi %s oleh Chris Allegretta (compiled %s, %s)\n"
#: nano.c:411 #: nano.c:420
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
msgstr " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgstr " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
#: nano.c:446 #: nano.c:455
msgid "Mark Set" msgid "Mark Set"
msgstr "Set Tanda" msgstr "Set Tanda"
#: nano.c:451 #: nano.c:460
msgid "Mark UNset" msgid "Mark UNset"
msgstr "Unset Tanda" msgstr "Unset Tanda"
#: nano.c:878 #: nano.c:887
#, c-format #, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n" msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap dipanggil dengan inptr->data=\"%s\"\n" msgstr "check_wrap dipanggil dengan inptr->data=\"%s\"\n"
#: nano.c:929 #: nano.c:938
#, c-format #, c-format
msgid "current->data now = \"%s\"\n" msgid "current->data now = \"%s\"\n"
msgstr "current->data sekarang =\"%s\"\n" msgstr "current->data sekarang =\"%s\"\n"
#: nano.c:982 #: nano.c:991
#, c-format #, c-format
msgid "After, data = \"%s\"\n" msgid "After, data = \"%s\"\n"
msgstr "Setelah, data= \"%s\"\n" msgstr "Setelah, data= \"%s\"\n"
#: nano.c:1051 #: nano.c:1062
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "Kesalahan menghapus tempfile, ack!" msgstr "Kesalahan menghapus tempfile, ack!"
#: nano.c:1069 #: nano.c:1106
msgid "Edit a replacement"
msgstr ""
#: nano.c:1292
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "Tidak dapat membuat nama file sementara: %s" msgstr "Tidak dapat membuat nama file sementara: %s"
#: nano.c:1092 #: nano.c:1312
#, c-format
msgid "Could not invoke spell program \"%s\""
msgstr "Tidak dapat memanggil program ejaan \"%s\""
#. Why 32512? I dont know!
#: nano.c:1098
msgid "Could not invoke \"ispell\""
msgstr "Tidak dapat memanggil \"ispell\""
#: nano.c:1111
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "Selesai memeriksa ejaan" msgstr "Selesai memeriksa ejaan"
#: nano.c:1129 #: nano.c:1314
msgid "Spell checking failed"
msgstr ""
#: nano.c:1334
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Simpan buffer termodifikasi (JAWAB \"No\" AKAN MENGHAPUS PERUBAHAN) ?" msgstr "Simpan buffer termodifikasi (JAWAB \"No\" AKAN MENGHAPUS PERUBAHAN) ?"
#: nano.c:1292 #: nano.c:1497
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "Tidak dapat menganti ukuran jendela atas" msgstr "Tidak dapat menganti ukuran jendela atas"
#: nano.c:1294 #: nano.c:1499
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "Tidak dapat memindahkan jendela atas" msgstr "Tidak dapat memindahkan jendela atas"
#: nano.c:1296 #: nano.c:1501
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "Tidak dapat mengganti ukuran jendela edit" msgstr "Tidak dapat mengganti ukuran jendela edit"
#: nano.c:1298 #: nano.c:1503
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "Tidak dapat memindah jendela edit" msgstr "Tidak dapat memindah jendela edit"
#: nano.c:1300 #: nano.c:1505
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "Tidak dapat mengganti ukuran jendela bawah" msgstr "Tidak dapat mengganti ukuran jendela bawah"
#: nano.c:1302 #: nano.c:1507
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Tidak dapat memindah jendela bawah" msgstr "Tidak dapat memindah jendela bawah"
#: nano.c:1573 #: nano.c:1778
#, fuzzy #, fuzzy
msgid "Justify Complete" msgid "Justify Complete"
msgstr "Justifikasi" msgstr "Justifikasi"
#: nano.c:1641 #: nano.c:1846
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1653 #: nano.c:1858
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1654 #: nano.c:1859
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:1884 #: nano.c:2089
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Main: menset jendela\n" msgstr "Main: menset jendela\n"
#: nano.c:1897 #: nano.c:2102
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: jendela bawah\n" msgstr "Main: jendela bawah\n"
#: nano.c:1903 #: nano.c:2108
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: membuka file\n" msgstr "Main: membuka file\n"
#: nano.c:1937 #: nano.c:2142
#, 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:1959 #: nano.c:2164
#, 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:1992 #: nano.c:2197
#, 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:2040 #: nano.c:2245
#, 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:2066 #: nano.c:2271
#, 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"
#: search.c:88 #: search.c:99
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Regexp Search%s%s" msgid "Case Sensitive Regexp Search%s%s"
msgstr "Pencarian case sensitif%s%s" msgstr "Pencarian case sensitif%s%s"
#: search.c:90 #: search.c:101
#, fuzzy, c-format #, fuzzy, c-format
msgid "Regexp Search%s%s" msgid "Regexp Search%s%s"
msgstr "Pencarian%s%s" msgstr "Pencarian%s%s"
#: search.c:92 #: search.c:103
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Search%s%s" msgid "Case Sensitive Search%s%s"
msgstr "Pencarian case sensitif%s%s" msgstr "Pencarian case sensitif%s%s"
#: search.c:94 #: search.c:105
#, fuzzy, c-format #, fuzzy, c-format
msgid "Search%s%s" msgid "Search%s%s"
msgstr "Pencarian%s%s" msgstr "Pencarian%s%s"
#: search.c:97 #: search.c:108
#, fuzzy #, fuzzy
msgid " (to replace)" msgid " (to replace)"
msgstr " (ganti)" msgstr " (ganti)"
#: search.c:105 search.c:274 #: search.c:121 search.c:290
msgid "Search Cancelled" msgid "Search Cancelled"
msgstr "Batalkan pencarian" msgstr "Batalkan pencarian"
#: search.c:152 #: search.c:168
#, fuzzy, c-format #, fuzzy, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "\"%s\" tidak ditemukan" msgstr "\"%s\" tidak ditemukan"
#: search.c:199 #: search.c:215
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "Pancarian diulangi dari awal" msgstr "Pancarian diulangi dari awal"
#: search.c:288 #: search.c:304
#, c-format #, c-format
msgid "Replaced %d occurences" msgid "Replaced %d occurences"
msgstr "%d tempat terganti" msgstr "%d tempat terganti"
#: search.c:290 #: search.c:306
msgid "Replaced 1 occurence" msgid "Replaced 1 occurence"
msgstr "Terganti 1 tempat" msgstr "Terganti 1 tempat"
#: search.c:426 search.c:442 search.c:456 #: search.c:443 search.c:536 search.c:552
msgid "Replace Cancelled" msgid "Replace Cancelled"
msgstr "Batalkan penggantian" msgstr "Batalkan penggantian"
#: search.c:450 #: search.c:486
msgid "Replace with"
msgstr "Ganti dengan"
#: search.c:487
msgid "Replace this instance?" msgid "Replace this instance?"
msgstr "Ganti kata ini?" msgstr "Ganti kata ini?"
#: search.c:495 #: search.c:494
msgid "Replace failed: unknown subexpression!" msgid "Replace failed: unknown subexpression!"
msgstr "" msgstr ""
#: search.c:569
#, c-format
msgid "Replace with [%s]"
msgstr "Ganti dengan [%s]"
#: search.c:573 search.c:577
msgid "Replace with"
msgstr "Ganti dengan"
#. Ask for it #. Ask for it
#: search.c:548 #: search.c:612
msgid "Enter line number" msgid "Enter line number"
msgstr "Masukkan nomor baris" msgstr "Masukkan nomor baris"
#: search.c:550 #: search.c:614
msgid "Aborted" msgid "Aborted"
msgstr "Dibatalkan" msgstr "Dibatalkan"
#: search.c:570 #: search.c:634
msgid "Come on, be reasonable" msgid "Come on, be reasonable"
msgstr "Ayo, yang masuk akal" msgstr "Ayo, yang masuk akal"
#: search.c:575 #: search.c:639
#, c-format #, c-format
msgid "Only %d lines available, skipping to last line" msgid "Only %d lines available, skipping to last line"
msgstr "Hanya %d baris tersedia, melompat ke baris akhir" msgstr "Hanya %d baris tersedia, melompat ke baris akhir"
...@@ -841,73 +848,76 @@ msgstr "Hanya %d baris tersedia, melompat ke baris akhir" ...@@ -841,73 +848,76 @@ msgstr "Hanya %d baris tersedia, melompat ke baris akhir"
msgid "actual_x_from_start for xplus=%d returned %d\n" msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x untuk xplus=%d mengembalikan %d\n" msgstr "actual_x untuk xplus=%d mengembalikan %d\n"
#: winio.c:408 #: winio.c:421
#, c-format #, c-format
msgid "input '%c' (%d)\n" msgid "input '%c' (%d)\n"
msgstr "input '%c' (%d)\n" msgstr "input '%c' (%d)\n"
#: winio.c:445 #: winio.c:459
msgid "New Buffer" msgid "New Buffer"
msgstr "Buffer baru" msgstr "Buffer baru"
#: winio.c:448 #: winio.c:462
msgid " File: ..." msgid " File: ..."
msgstr " File: ..." msgstr " File: ..."
#: winio.c:456 #: winio.c:470
msgid "Modified" msgid "Modified"
msgstr "Dimodifikasi" msgstr "Dimodifikasi"
#: winio.c:908 #: winio.c:922
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Pindah ke (%d, %d) dalam buffer edit\n" msgstr "Pindah ke (%d, %d) dalam buffer edit\n"
#: winio.c:919 #: winio.c:933
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n" msgstr "current->data = \"%s\"\n"
#: winio.c:962 #: winio.c:978
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "Saya mendapat \"%s\"\n" msgstr "Saya mendapat \"%s\"\n"
#: winio.c:987 #: winio.c:1003
msgid "Yes" msgid "Yes"
msgstr "Ya" msgstr "Ya"
#: winio.c:989 #: winio.c:1005
msgid "All" msgid "All"
msgstr "Semua" msgstr "Semua"
#: winio.c:991 #: winio.c:1007
msgid "No" msgid "No"
msgstr "Tidak" msgstr "Tidak"
#: winio.c:1128 #: winio.c:1144
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
#: winio.c:1132 #: winio.c:1148
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:1260 #: winio.c:1276
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:1262 #: winio.c:1278
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:1264 #: winio.c:1280
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"
#~ msgid "Replace with [%s]" #~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "Ganti dengan [%s]" #~ msgstr "Tidak dapat memanggil program ejaan \"%s\""
#~ msgid "Could not invoke \"ispell\""
#~ msgstr "Tidak dapat memanggil \"ispell\""
#~ msgid "To Search" #~ msgid "To Search"
#~ msgstr "Mencari" #~ msgstr "Mencari"
......
No preview for this file type
...@@ -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: 2000-11-02 20:21-0500\n" "POT-Creation-Date: 2000-11-06 00:50-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"
...@@ -23,90 +23,94 @@ msgstr "add_to_cutbuffer chiamato con inptr->data = %s\n" ...@@ -23,90 +23,94 @@ msgstr "add_to_cutbuffer chiamato con inptr->data = %s\n"
msgid "Blew away cutbuffer =)\n" msgid "Blew away cutbuffer =)\n"
msgstr "" msgstr ""
#: files.c:120 #: files.c:122
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: no estamos en la primera lnea y la anterior es NULL" msgstr "read_line: no estamos en la primera lnea y la anterior es NULL"
#: files.c:182 files.c:199 #: files.c:184 files.c:201
#, c-format #, c-format
msgid "Read %d lines" msgid "Read %d lines"
msgstr "Leggi %d linee" msgstr "Leggi %d linee"
#: files.c:217 search.c:148 #: files.c:219 search.c:164
#, c-format #, c-format
msgid "\"%s\" not found" msgid "\"%s\" not found"
msgstr "\"%s\" non trovato" msgstr "\"%s\" non trovato"
#. We have a new file #. We have a new file
#: files.c:221 #: files.c:223
msgid "New File" msgid "New File"
msgstr "Nuovo file" msgstr "Nuovo file"
#: files.c:230 #: files.c:232
#, c-format #, c-format
msgid "File \"%s\" is a directory" msgid "File \"%s\" is a directory"
msgstr "Il file \"%s\" una directory" msgstr "Il file \"%s\" una directory"
#: files.c:236 #: files.c:238
msgid "Reading File" msgid "Reading File"
msgstr "Lettura file" msgstr "Lettura file"
#: files.c:249 #: files.c:251
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "File da inserire [da ./] " msgstr "File da inserire [da ./] "
#: files.c:274 files.c:298 files.c:486 nano.c:1142 #: files.c:276 files.c:300 files.c:488 nano.c:1347
msgid "Cancelled" msgid "Cancelled"
msgstr "Cancellato" msgstr "Cancellato"
#: files.c:320 files.c:340 files.c:354 files.c:371 files.c:377 #: files.c:322 files.c:342 files.c:356 files.c:373 files.c:379
#, c-format #, c-format
msgid "Could not open file for writing: %s" msgid "Could not open file for writing: %s"
msgstr "Impossibile aprire il file in scrittura: %s" msgstr "Impossibile aprire il file in scrittura: %s"
#: files.c:328 #: files.c:330
msgid "Could not open file: Path length exceeded." msgid "Could not open file: Path length exceeded."
msgstr "Impossibile aprire il file: esagerata lunghezza del percorso." msgstr "Impossibile aprire il file: esagerata lunghezza del percorso."
#: files.c:359 #: files.c:361
#, c-format #, c-format
msgid "Wrote >%s\n" msgid "Wrote >%s\n"
msgstr "Scrivi >%s\n" msgstr "Scrivi >%s\n"
#: files.c:386 #: files.c:388
#, c-format #, c-format
msgid "Could not close %s: %s" msgid "Could not close %s: %s"
msgstr "Impossibile chiudere %s: %s" msgstr "Impossibile chiudere %s: %s"
#. Try a rename?? #. Try a rename??
#: files.c:407 files.c:418 files.c:423 #: files.c:409 files.c:420 files.c:425
#, c-format #, c-format
msgid "Could not open %s for writing: %s" msgid "Could not open %s for writing: %s"
msgstr "Impossibile aprire %s in scrittura: %s" msgstr "Impossibile aprire %s in scrittura: %s"
#: files.c:429 #: files.c:431
#, c-format #, c-format
msgid "Could not set permissions %o on %s: %s" msgid "Could not set permissions %o on %s: %s"
msgstr "Impossibile configurare i permessi di %o su %s: %s" msgstr "Impossibile configurare i permessi di %o su %s: %s"
#: files.c:436 #: files.c:438
#, c-format #, c-format
msgid "Wrote %d lines" msgid "Wrote %d lines"
msgstr "Scritte %d linee" msgstr "Scritte %d linee"
#: files.c:465 #: files.c:467
msgid "File Name to write" msgid "File Name to write"
msgstr "Salva con nome" msgstr "Salva con nome"
#: files.c:470 #: files.c:472
#, c-format #, c-format
msgid "filename is %s" msgid "filename is %s"
msgstr "Il nome file %s" msgstr "Il nome file %s"
#: files.c:475 #: files.c:477
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "File esistente, SOVRASCRIVERE?" msgstr "File esistente, SOVRASCRIVERE?"
#: files.c:741
msgid "(more)"
msgstr ""
#: global.c:124 #: global.c:124
#, fuzzy #, fuzzy
msgid "Constant cursor position" msgid "Constant cursor position"
...@@ -383,7 +387,7 @@ msgid "Case Sens" ...@@ -383,7 +387,7 @@ msgid "Case Sens"
msgstr "Case sens" msgstr "Case sens"
#: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401 #: global.c:344 global.c:364 global.c:375 global.c:385 global.c:401
#: global.c:405 global.c:411 winio.c:992 #: global.c:405 global.c:411 winio.c:1008
msgid "Cancel" msgid "Cancel"
msgstr "Cancella" msgstr "Cancella"
...@@ -391,7 +395,7 @@ msgstr "Cancella" ...@@ -391,7 +395,7 @@ msgstr "Cancella"
msgid "No Replace" msgid "No Replace"
msgstr "" msgstr ""
#: nano.c:122 #: nano.c:131
msgid "" msgid ""
"\n" "\n"
"Buffer written to 'nano.save'\n" "Buffer written to 'nano.save'\n"
...@@ -399,11 +403,11 @@ msgstr "" ...@@ -399,11 +403,11 @@ msgstr ""
"\n" "\n"
"Buffer scritto su 'nano.save'\n" "Buffer scritto su 'nano.save'\n"
#: nano.c:129 #: nano.c:138
msgid "Key illegal in VIEW mode" msgid "Key illegal in VIEW mode"
msgstr "Chiave illegale nella modalit VISTA" msgstr "Chiave illegale nella modalit VISTA"
#: nano.c:166 #: nano.c:175
msgid "" msgid ""
" nano help text\n" " nano help text\n"
"\n" "\n"
...@@ -424,15 +428,15 @@ msgid "" ...@@ -424,15 +428,15 @@ msgid ""
"\n" "\n"
msgstr "" msgstr ""
#: nano.c:269 #: nano.c:278
msgid "free_node(): free'd a node, YAY!\n" msgid "free_node(): free'd a node, YAY!\n"
msgstr "free_node(): liberado un nodo, YEAH!\n" msgstr "free_node(): liberado un nodo, YEAH!\n"
#: nano.c:274 #: nano.c:283
msgid "free_node(): free'd last node.\n" msgid "free_node(): free'd last node.\n"
msgstr "free_node(): liberado el ltimo nodo.\n" msgstr "free_node(): liberado el ltimo nodo.\n"
#: nano.c:326 #: nano.c:335
msgid "" msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n" "Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n" "\n"
...@@ -440,85 +444,85 @@ msgstr "" ...@@ -440,85 +444,85 @@ msgstr ""
"Utilizzo: nano [GNU opzioni lunghe] [opzioni] +LINEA <file>\n" "Utilizzo: nano [GNU opzioni lunghe] [opzioni] +LINEA <file>\n"
"\n" "\n"
#: nano.c:327 #: nano.c:336
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Opzioni\t\tLunghe opzioni\t\tSignificato\n" msgstr "Opzioni\t\tLunghe opzioni\t\tSignificato\n"
#: nano.c:329 #: nano.c:338
msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr "" msgstr ""
#: nano.c:332 #: nano.c:341
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
#: nano.c:336 #: nano.c:345
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--versione\t\tStampa informazioni sulla versione ed esci\n" msgstr " -V \t\t--versione\t\tStampa informazioni sulla versione ed esci\n"
#: nano.c:338 #: nano.c:347
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tMostra sempre la posizione del cursore\n" msgstr " -c \t\t--const\t\t\tMostra sempre la posizione del cursore\n"
#: nano.c:340 #: nano.c:349
msgid " -h \t\t--help\t\t\tShow this message\n" msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tMostra questo messaggio\n" msgstr " -h \t\t--help\t\t\tMostra questo messaggio\n"
#: nano.c:343 #: nano.c:352
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:346 #: nano.c:355
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tIndentar automticamente nuevas lneas\n" msgstr " -i \t\t--autoindent\t\tIndentar automticamente nuevas lneas\n"
#: nano.c:348 #: nano.c:357
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr "" msgstr ""
#: nano.c:351 #: nano.c:360
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tAttiva mouse\n" msgstr " -m \t\t--mouse\t\t\tAttiva mouse\n"
#: nano.c:356 #: nano.c:365
msgid "" msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] \t--fill=[#cols]\t\tConfigura riempimento colonne\n" msgstr " -r [#cols] \t--fill=[#cols]\t\tConfigura riempimento colonne\n"
#: nano.c:358 #: nano.c:367
msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n" msgid " -p\t \t--pico\t\t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p\t \t--pico\t\t\tCrea in basso 2 linee come l'aspetto di Pico\n" msgstr " -p\t \t--pico\t\t\tCrea in basso 2 linee come l'aspetto di Pico\n"
#: nano.c:360 #: nano.c:369
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [prog] \t--speller=[prog]\tAttiva correttore alternativo\n" msgstr " -s [prog] \t--speller=[prog]\tAttiva correttore alternativo\n"
#: nano.c:362 #: nano.c:371
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr "" msgstr ""
" -t \t\t--tempfile\t\tSalvataggio automatico in uscita senza richiesta\n" " -t \t\t--tempfile\t\tSalvataggio automatico in uscita senza richiesta\n"
#: nano.c:364 #: nano.c:373
msgid " -v \t\t--view\t\t\tView (read only) mode\n" msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tVisualizzazione (sola lettura)\n" msgstr " -v \t\t--view\t\t\tVisualizzazione (sola lettura)\n"
#: nano.c:366 #: nano.c:375
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tNon interrompere linee lunghe\n" msgstr " -w \t\t--nowrap\t\tNon interrompere linee lunghe\n"
#: nano.c:368 #: nano.c:377
msgid " -x \t\t--nohelp\t\tDon't show help window\n" msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tNon mostrare finestra aiuti\n" msgstr " -x \t\t--nohelp\t\tNon mostrare finestra aiuti\n"
#: nano.c:370 #: nano.c:379
msgid " -z \t\t--suspend\t\tEnable suspend\n" msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tAbilita sospensione\n" msgstr " -z \t\t--suspend\t\tAbilita sospensione\n"
#: nano.c:372 #: nano.c:381
msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +LINE\t\t\t\t\tInizia alla linea numero\n" msgstr " +LINE\t\t\t\t\tInizia alla linea numero\n"
#: nano.c:374 #: nano.c:383
msgid "" msgid ""
"Usage: nano [option] +LINE <file>\n" "Usage: nano [option] +LINE <file>\n"
"\n" "\n"
...@@ -526,299 +530,302 @@ msgstr "" ...@@ -526,299 +530,302 @@ msgstr ""
"Uso: nano [opzioni] +LINEA <file>\n" "Uso: nano [opzioni] +LINEA <file>\n"
"\n" "\n"
#: nano.c:375 #: nano.c:384
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
msgstr "Opzioni\t\tSignificato\n" msgstr "Opzioni\t\tSignificato\n"
#: nano.c:376 #: nano.c:385
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
msgstr "" msgstr ""
#: nano.c:377 #: nano.c:386
msgid " -R\t\tUse regular expressions for search\n" msgid " -R\t\tUse regular expressions for search\n"
msgstr "" msgstr ""
#: nano.c:378 #: nano.c:387
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tStampa informazioni sulla versione ed esci\n" msgstr " -V \t\tStampa informazioni sulla versione ed esci\n"
#: nano.c:379 #: nano.c:388
msgid " -c \t\tConstantly show cursor position\n" msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tMostra sempre la posizione del cursore\n" msgstr " -c \t\tMostra sempre la posizione del cursore\n"
#: nano.c:380 #: nano.c:389
msgid " -h \t\tShow this message\n" msgid " -h \t\tShow this message\n"
msgstr " -h \t\tMostra questo messaggio\n" msgstr " -h \t\tMostra questo messaggio\n"
#: nano.c:382 #: nano.c:391
msgid " -k \t\tLet ^K cut from cursor to end of line\n" msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr "" msgstr ""
#: nano.c:384 #: nano.c:393
msgid " -i \t\tAutomatically indent new lines\n" msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -v \t\tIndentazione automatica nuove linee\n" msgstr " -v \t\tIndentazione automatica nuove linee\n"
#: nano.c:386 #: nano.c:395
msgid " -l \t\tDon't follow symbolic links, overwrite\n" msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tNon seguire i link simbolici, sovrascrivi\n" msgstr " -l \t\tNon seguire i link simbolici, sovrascrivi\n"
#: nano.c:389 #: nano.c:398
msgid " -m \t\tEnable mouse\n" msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tAttiva mouse\n" msgstr " -m \t\tAttiva mouse\n"
#: nano.c:393 #: nano.c:402
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] \tRiempimento colonne (interrompi linee a) #cols\n" msgstr " -r [#cols] \tRiempimento colonne (interrompi linee a) #cols\n"
#: nano.c:394 #: nano.c:403
msgid " -s [prog] \tEnable alternate speller\n" msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tAttiva correttore alternativo\n" msgstr " -s [prog] \tAttiva correttore alternativo\n"
#: nano.c:395 #: nano.c:404
msgid " -p \t\tMake bottom 2 lines more Pico-like\n" msgid " -p \t\tMake bottom 2 lines more Pico-like\n"
msgstr " -p \t\tCrea in basso 2 linee sullo stile di Pico\n" msgstr " -p \t\tCrea in basso 2 linee sullo stile di Pico\n"
#: nano.c:396 #: nano.c:405
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tSalvataggio automatico in uscita senza avviso\n" msgstr " -t \t\tSalvataggio automatico in uscita senza avviso\n"
#: nano.c:397 #: nano.c:406
msgid " -v \t\tView (read only) mode\n" msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tVisualizza (sola lettura)\n" msgstr " -v \t\tVisualizza (sola lettura)\n"
#: nano.c:398 #: nano.c:407
msgid " -w \t\tDon't wrap long lines\n" msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tNon interrompere linee lunghe\n" msgstr " -w \t\tNon interrompere linee lunghe\n"
#: nano.c:399 #: nano.c:408
msgid " -x \t\tDon't show help window\n" msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tNon mostrare la finestra Aiuti\n" msgstr " -x \t\tNon mostrare la finestra Aiuti\n"
#: nano.c:400 #: nano.c:409
msgid " -z \t\tEnable suspend\n" msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tAttiva sospensione\n" msgstr " -z \t\tAttiva sospensione\n"
#: nano.c:401 #: nano.c:410
msgid " +LINE\t\tStart at line number LINE\n" msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +LINEA\t\tInizia alla LINEA numero\n" msgstr " +LINEA\t\tInizia alla LINEA numero\n"
#: nano.c:408 #: nano.c:417
#, c-format #, c-format
msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n" msgid " nano version %s by Chris Allegretta (compiled %s, %s)\n"
msgstr " nano versione %s di Chris Allegretta (compilato %s, %s\n" msgstr " nano versione %s di Chris Allegretta (compilato %s, %s\n"
#: nano.c:411 #: nano.c:420
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
msgstr "Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n" msgstr "Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
#: nano.c:446 #: nano.c:455
msgid "Mark Set" msgid "Mark Set"
msgstr "" msgstr ""
#: nano.c:451 #: nano.c:460
msgid "Mark UNset" msgid "Mark UNset"
msgstr "" msgstr ""
#: nano.c:878 #: nano.c:887
#, c-format #, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n" msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap chiamata con inptr->data=\"%s\"\n" msgstr "check_wrap chiamata con inptr->data=\"%s\"\n"
#: nano.c:929 #: nano.c:938
#, c-format #, c-format
msgid "current->data now = \"%s\"\n" msgid "current->data now = \"%s\"\n"
msgstr "current->data ora = \"%d\"\n" msgstr "current->data ora = \"%d\"\n"
#: nano.c:982 #: nano.c:991
#, c-format #, c-format
msgid "After, data = \"%s\"\n" msgid "After, data = \"%s\"\n"
msgstr "Dopo, data = \"%s\"\n" msgstr "Dopo, data = \"%s\"\n"
#: nano.c:1051 #: nano.c:1062
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "" msgstr ""
#: nano.c:1069 #: nano.c:1106
msgid "Edit a replacement"
msgstr ""
#: nano.c:1292
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "Impossibile creare un nome file temporaneo: %s" msgstr "Impossibile creare un nome file temporaneo: %s"
#: nano.c:1092 #: nano.c:1312
#, c-format
msgid "Could not invoke spell program \"%s\""
msgstr "Impossibile invocare correttore ortografico \"%s\""
#. Why 32512? I dont know!
#: nano.c:1098
msgid "Could not invoke \"ispell\""
msgstr "Impossibile invocare \"ispell\""
#: nano.c:1111
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "Controllo ortografico terminato" msgstr "Controllo ortografico terminato"
#: nano.c:1129 #: nano.c:1314
msgid "Spell checking failed"
msgstr ""
#: nano.c:1334
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "" msgstr ""
"Salva il buffer modificato (RISPONDENDO \"No\" ANNULLERETE I CAMBIAMENTI " "Salva il buffer modificato (RISPONDENDO \"No\" ANNULLERETE I CAMBIAMENTI "
"AVVENUTI) ?" "AVVENUTI) ?"
#: nano.c:1292 #: nano.c:1497
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "Impossibile ridimensionare la finestra superiore" msgstr "Impossibile ridimensionare la finestra superiore"
#: nano.c:1294 #: nano.c:1499
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "Impossibile spostare la finestra superiore" msgstr "Impossibile spostare la finestra superiore"
#: nano.c:1296 #: nano.c:1501
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "Impossibile ridimensionare la finestra di modifica" msgstr "Impossibile ridimensionare la finestra di modifica"
#: nano.c:1298 #: nano.c:1503
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "Impossibile spostare finestra di modifica" msgstr "Impossibile spostare finestra di modifica"
#: nano.c:1300 #: nano.c:1505
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "Impossibile ridimensionare la finestra inferiore" msgstr "Impossibile ridimensionare la finestra inferiore"
#: nano.c:1302 #: nano.c:1507
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "Impossibile spostare la finestra inferiore" msgstr "Impossibile spostare la finestra inferiore"
#: nano.c:1573 #: nano.c:1778
#, fuzzy #, fuzzy
msgid "Justify Complete" msgid "Justify Complete"
msgstr "Giustifica" msgstr "Giustifica"
#: nano.c:1641 #: nano.c:1846
#, c-format #, c-format
msgid "%s enable/disable" msgid "%s enable/disable"
msgstr "" msgstr ""
#: nano.c:1653 #: nano.c:1858
msgid "enabled" msgid "enabled"
msgstr "" msgstr ""
#: nano.c:1654 #: nano.c:1859
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: nano.c:1884 #: nano.c:2089
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "Main: configura finestre\n" msgstr "Main: configura finestre\n"
#: nano.c:1897 #: nano.c:2102
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "Main: finestra inferiore\n" msgstr "Main: finestra inferiore\n"
#: nano.c:1903 #: nano.c:2108
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "Main: apri file\n" msgstr "Main: apri file\n"
#: nano.c:1937 #: nano.c:2142
#, 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:1959 #: nano.c:2164
#, 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:1992 #: nano.c:2197
#, 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:2040 #: nano.c:2245
#, 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:2066 #: nano.c:2271
#, 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"
#: search.c:88 #: search.c:99
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Regexp Search%s%s" msgid "Case Sensitive Regexp Search%s%s"
msgstr "Ricerca case sensitive%s%s" msgstr "Ricerca case sensitive%s%s"
#: search.c:90 #: search.c:101
#, fuzzy, c-format #, fuzzy, c-format
msgid "Regexp Search%s%s" msgid "Regexp Search%s%s"
msgstr "Ricerca%s%s" msgstr "Ricerca%s%s"
#: search.c:92 #: search.c:103
#, fuzzy, c-format #, fuzzy, c-format
msgid "Case Sensitive Search%s%s" msgid "Case Sensitive Search%s%s"
msgstr "Ricerca case sensitive%s%s" msgstr "Ricerca case sensitive%s%s"
#: search.c:94 #: search.c:105
#, fuzzy, c-format #, fuzzy, c-format
msgid "Search%s%s" msgid "Search%s%s"
msgstr "Ricerca%s%s" msgstr "Ricerca%s%s"
#: search.c:97 #: search.c:108
#, fuzzy #, fuzzy
msgid " (to replace)" msgid " (to replace)"
msgstr " (sostituisci)" msgstr " (sostituisci)"
#: search.c:105 search.c:274 #: search.c:121 search.c:290
msgid "Search Cancelled" msgid "Search Cancelled"
msgstr "Ricerca annullata" msgstr "Ricerca annullata"
#: search.c:152 #: search.c:168
#, fuzzy, c-format #, fuzzy, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "\"%s\" non trovato" msgstr "\"%s\" non trovato"
#: search.c:199 #: search.c:215
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "Ricerca interrotta" msgstr "Ricerca interrotta"
#: search.c:288 #: search.c:304
#, c-format #, c-format
msgid "Replaced %d occurences" msgid "Replaced %d occurences"
msgstr "Sostituite %d occorrenze" msgstr "Sostituite %d occorrenze"
#: search.c:290 #: search.c:306
msgid "Replaced 1 occurence" msgid "Replaced 1 occurence"
msgstr "Sostituita 1 occorrenza" msgstr "Sostituita 1 occorrenza"
#: search.c:426 search.c:442 search.c:456 #: search.c:443 search.c:536 search.c:552
msgid "Replace Cancelled" msgid "Replace Cancelled"
msgstr "Sostituzione annullata" msgstr "Sostituzione annullata"
#: search.c:450 #: search.c:486
msgid "Replace with"
msgstr "Sostituisci con"
#: search.c:487
msgid "Replace this instance?" msgid "Replace this instance?"
msgstr "Sostituisci questa istanza?" msgstr "Sostituisci questa istanza?"
#: search.c:495 #: search.c:494
msgid "Replace failed: unknown subexpression!" msgid "Replace failed: unknown subexpression!"
msgstr "" msgstr ""
#: search.c:569
#, c-format
msgid "Replace with [%s]"
msgstr "Sostituisci con [%s]"
#: search.c:573 search.c:577
msgid "Replace with"
msgstr "Sostituisci con"
#. Ask for it #. Ask for it
#: search.c:548 #: search.c:612
msgid "Enter line number" msgid "Enter line number"
msgstr "Inserire numero linea" msgstr "Inserire numero linea"
#: search.c:550 #: search.c:614
msgid "Aborted" msgid "Aborted"
msgstr "Operazione fallita" msgstr "Operazione fallita"
#: search.c:570 #: search.c:634
msgid "Come on, be reasonable" msgid "Come on, be reasonable"
msgstr "Avanti, sii ragionevole" msgstr "Avanti, sii ragionevole"
#: search.c:575 #: search.c:639
#, c-format #, c-format
msgid "Only %d lines available, skipping to last line" msgid "Only %d lines available, skipping to last line"
msgstr "Solo %d linee disponibili, vai all'ultima" msgstr "Solo %d linee disponibili, vai all'ultima"
...@@ -828,73 +835,76 @@ msgstr "Solo %d linee disponibili, vai all'ultima" ...@@ -828,73 +835,76 @@ msgstr "Solo %d linee disponibili, vai all'ultima"
msgid "actual_x_from_start for xplus=%d returned %d\n" msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x per xplus=%d ha riportato %d\n" msgstr "actual_x per xplus=%d ha riportato %d\n"
#: winio.c:408 #: winio.c:421
#, c-format #, c-format
msgid "input '%c' (%d)\n" msgid "input '%c' (%d)\n"
msgstr "input '%c' (%d)\n" msgstr "input '%c' (%d)\n"
#: winio.c:445 #: winio.c:459
msgid "New Buffer" msgid "New Buffer"
msgstr "Nuovo Buffer" msgstr "Nuovo Buffer"
#: winio.c:448 #: winio.c:462
msgid " File: ..." msgid " File: ..."
msgstr "File: ..." msgstr "File: ..."
#: winio.c:456 #: winio.c:470
msgid "Modified" msgid "Modified"
msgstr "Modificato" msgstr "Modificato"
#: winio.c:908 #: winio.c:922
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Mosso in (%d, %d) nel buffer di modifica\n" msgstr "Mosso in (%d, %d) nel buffer di modifica\n"
#: winio.c:919 #: winio.c:933
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n" msgstr "current->data = \"%s\"\n"
#: winio.c:962 #: winio.c:978
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "Premuto \"%s\"\n" msgstr "Premuto \"%s\"\n"
#: winio.c:987 #: winio.c:1003
msgid "Yes" msgid "Yes"
msgstr " S" msgstr " S"
#: winio.c:989 #: winio.c:1005
msgid "All" msgid "All"
msgstr " Tutti" msgstr " Tutti"
#: winio.c:991 #: winio.c:1007
msgid "No" msgid "No"
msgstr " No" msgstr " No"
#: winio.c:1128 #: winio.c:1144
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
#: winio.c:1132 #: winio.c:1148
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:1260 #: winio.c:1276
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:1262 #: winio.c:1278
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:1264 #: winio.c:1280
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"
#~ msgid "Replace with [%s]" #~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "Sostituisci con [%s]" #~ msgstr "Impossibile invocare correttore ortografico \"%s\""
#~ msgid "Could not invoke \"ispell\""
#~ msgstr "Impossibile invocare \"ispell\""
#, fuzzy #, fuzzy
#~ msgid "To Search" #~ msgid "To Search"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-11-06 00:47-0500\n" "POT-Creation-Date: 2000-11-06 08:18-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
......
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