nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b4d6ad0ef6894df6fe20c25f02f5741eb100e9eb
parent d46156258b18dc2494a301537d0a32274ea00967
Author: Jordi Mallach <jordi@gnu.org>
Date:   Thu, 24 May 2001 13:10:06 +0000

Added rcfile.c to the translated files, added gettext calls to some messages that didn't have it and updated Spanish. New po files for the rest.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@670 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MBUGS | 2+-
Mpo/POTFILES.in | 1+
Mpo/ca.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/cs.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/de.po | 68+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
Mpo/es.po | 62+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
Mpo/fi.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/fr.po | 64+++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
Mpo/gl.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/hu.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/id.po | 62++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
Mpo/it.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/ru.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mpo/uk.po | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Mrcfile.c | 6+++---
15 files changed, 666 insertions(+), 63 deletions(-)

diff --git a/BUGS b/BUGS @@ -112,7 +112,7 @@ Corsi) (58) [FIXED]. - When page up is used after two page down's, the screen doesn't update properly (discovered by David Lawrence Ramsey) (59) [FIXED]. -- On BSD systenms, marked cutting sna paste often screws up the +- On BSD systems, marked cutting sna paste often screws up the last line in the cutbuffer (discovered by Barry Pederson) (60) [FIXED] ** Open BUGS ** diff --git a/po/POTFILES.in b/po/POTFILES.in @@ -7,6 +7,7 @@ files.c global.c move.c nano.c +rcfile.c search.c utils.c winio.c diff --git a/po/ca.po b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.0\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-05-02 19:14+0200\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Language-Team: Catalan <jordi@sindominio.net>\n" @@ -473,9 +473,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -829,6 +829,55 @@ msgstr "He agafat Alt-[-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n" msgstr "He agafat Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -999,6 +1048,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "línia %d de %d (%.0f%%), carŕcter %d de %d (%.0f%%)" diff --git a/po/cs.po b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0.0\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "Last-Translator: Václav Haisman <V.Haisman@sh.cvut.cz>\n" "Language-Team: N/A\n" "MIME-Version: 1.0\n" @@ -480,9 +480,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -838,6 +838,55 @@ msgstr "M msgid "I got Alt-%c! (%d)\n" msgstr "Mám Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, fuzzy, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1012,6 +1061,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "řádka %d z %d (%.0f%%), znak %d z %d (%.0f%%)" diff --git a/po/de.po b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nano 1.0.0\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-02-08 17:56+0200\n" "Last-Translator: Florian König <floki@bigfoot.com>\n" "Language-Team: German <floki@bigfoot.com>\n" @@ -477,9 +477,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -494,11 +494,11 @@ msgstr "" "zeigt wichtige Meldungen. Die untersten zwei Zeilen listen die " "meistgebrauchten Tastenkombinationen von nano auf.\n" "\n" -" Tastenkombinationen werden wie folgt abgekärzt: Kombinationen mit der " -"Strg-Taste werden mit einem ^ ausgedräckt. Escape-Sequenzen werden mit dem " -"Meta (M)-Symbol angegeben und können je nach Tastatureinstellung mit Esc, " -"Alt oder Meta eingegeben werden. | Die folgenden Tasten(kombinationen) sind " -"im Hauptfenster verfügbar. Optionale Tasten sind eingeklammert.\n" +" Tastenkombinationen werden wie folgt abgekärzt: Kombinationen mit der Strg-" +"Taste werden mit einem ^ ausgedräckt. Escape-Sequenzen werden mit dem Meta " +"(M)-Symbol angegeben und können je nach Tastatureinstellung mit Esc, Alt " +"oder Meta eingegeben werden. | Die folgenden Tasten(kombinationen) sind im " +"Hauptfenster verfügbar. Optionale Tasten sind eingeklammert.\n" "\n" #: nano.c:301 @@ -842,6 +842,55 @@ msgstr "Erhielt Alt-[-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n" msgstr "Erhielt Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1018,6 +1067,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "Zeile %d von %d (%.0f%%), Zeichen %d von %d (%.0f%%)" diff --git a/po/es.po b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.0\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-05-02 19:10+0200\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Language-Team: Spanish <es@li.org>\n" @@ -473,9 +473,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -830,6 +830,57 @@ msgstr " msgid "I got Alt-%c! (%d)\n" msgstr "ˇPillé Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" +"\n" +"Pulsa enter para iniciar nano\n" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "parse_rcfile: Comentario leído\n" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "Error en %s en línea %d: no entiendo el comando %s" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "parse_rcfile: Parseando opción %s\n" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "Error en %s en línea %d: la opción %s requiere un argumento" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "Error en %s en línea %d: tamańo de llenado %d demasiado pequeńo" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "establecer marca %d!\n" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "quitar marca %d!\n" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "Errores encontrados en fichero .nanorc" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "Imposible abrir fichero ~/.nanorc, %s" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -838,7 +889,7 @@ msgstr "B #: search.c:120 #, c-format msgid "Regexp Search%s%s" -msgstr "Busqueda con Regexp%s%s" +msgstr "Búsqueda con Regexp%s%s" #: search.c:122 #, c-format @@ -1000,6 +1051,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "línea %d de %d (%.0f%%), carácter %d de %d (%.0f%%)" diff --git a/po/fi.po b/po/fi.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: nano 0.9.18\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-01-12 17:21+02:00\n" "Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n" "Language-Team: Finnish <fi@li.org>\n" @@ -473,9 +473,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -828,6 +828,55 @@ msgstr "Vastaanotettu Alt-[-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n" msgstr "Vastaanotettu Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -999,6 +1048,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "rivi %d/%d (%.0f%%), merkki %d/%d (%.0f%%)" diff --git a/po/fr.po b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.8.9\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2000-07-09 01:32+0100\n" "Last-Translator: Clement Laforet <sheep.killer@free.fr>\n" "Language-Team: French <LL@li.org>\n" @@ -486,17 +486,17 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" msgstr "" "Message d'aide de Nano\n" -"L'éditeur Nano est conçu pour émuler les fonctions et la facilité " -"d'utili-sation de l'éditeur PICO. Il y a quatre sections principales dans " -"cet éditeur : la ligne du haut affiche la version du programme, le " +"L'éditeur Nano est conçu pour émuler les fonctions et la facilité d'utili-" +"sation de l'éditeur PICO. Il y a quatre sections principales dans cet " +"éditeur : la ligne du haut affiche la version du programme, le " "fichieractuellement édité, et s'il a été modifié ou non. Ensuite il y a " "lafenętre principale d'édition qui affiche le fichier en cours de " "modification.La ligne d'état est la troisičme en partant du bas, elle " @@ -851,6 +851,55 @@ msgstr "J'ai re msgid "I got Alt-%c! (%d)\n" msgstr "J'ai reçu Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, fuzzy, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1026,6 +1075,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "ligne %d sur %d (%.0f%%), caractčre %d sur %d (%.0f%%)" diff --git a/po/gl.po b/po/gl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: nano 1.1.0\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-04-30 00:16+02:00\n" "Last-Translator: Jacobo Tarrio <jtarrio@trasno.net>\n" "Language-Team: Galician <trasno@ceu.fi.udc.es>\n" @@ -470,9 +470,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -825,6 +825,55 @@ msgstr " msgid "I got Alt-%c! (%d)\n" msgstr "ˇRecibiuse Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -995,6 +1044,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "lińa %d de %d (%.0f%%), carácter %d de %d (%.0f%%)" diff --git a/po/hu.po b/po/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: nano 0.9.99pre2\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-02-03 07:47-0000\n" "Last-Translator: Szabolcs Horvath <horvaths@penguinpowered.com>\n" "Language-Team: Hungarian <magyar@lists.linux.hu>\n" @@ -474,9 +474,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -834,6 +834,55 @@ msgstr "Az Alt-[-%c billenty msgid "I got Alt-%c! (%d)\n" msgstr "Az Alt-%c billentyűket lenyomtad! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1005,6 +1054,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "%d(/%d). sor (%.0f%%) és a(z) %d(/%d). karakter (%.0f%%)" diff --git a/po/id.po b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: nano-1.0\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-02-08 10:09+07:00\n" "Last-Translator: Tedi Heriyanto <tedi-h@usa.net>\n" "Language-Team: Indonesian <id@li.org>\n" @@ -474,9 +474,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -494,8 +494,8 @@ msgstr "" "\n" "Notasi untuk shortcut adalah sebagai berikut : urutan kunci Control " "dilambangkan\n" -"dengan simbol caret (^) dan dimasukkan dengan menekan tombol Control (Ctrl). " -"\n" +"dengan simbol caret (^) dan dimasukkan dengan menekan tombol Control " +"(Ctrl). \n" "Urutan kunci Escape dilambangkan dengan simbol Meta (M) dan dapat dimasukkan " "dengan \n" "menggunakan tombol Esc, Alt atau Meta tergantung pada setup keyboard anda. \n" @@ -832,6 +832,55 @@ msgstr "Saya mendapat Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n" msgstr "Saya mendapat Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1005,6 +1054,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "baris %d dari %d (%f.0f%%), karakter %d dari %d (%.0f%%)" diff --git a/po/it.po b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.8.7\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-05-13 17:17GMT\n" "Last-Translator: Marco Colombo <magicdice@inwind.it>\n" "Language-Team: Italiano\n" @@ -476,9 +476,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -842,6 +842,55 @@ msgstr "Premuto Alt-[-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n" msgstr "Premuto Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1012,6 +1061,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "linea %d di %d (%.0f%%), carattere %d di %d (%.0f%%)" diff --git a/po/ru.po b/po/ru.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: nano 1.0.1\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-05-16 10:10+0200\n" "Last-Translator: Sergey A. Ribalchenko <fisher@obu.ck.ua>\n" "Language-Team: Russian <ru@li.org>\n" @@ -474,9 +474,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -828,6 +828,55 @@ msgstr " msgid "I got Alt-%c! (%d)\n" msgstr "đĎĘÍÁĚ Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -998,6 +1047,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "ÓÔŇĎËÁ %d ÉÚ %d (%.0f%%), ÓÉÍ×ĎĚ %d ÉÚ %d (%.0f%%)" diff --git a/po/uk.po b/po/uk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: nano 1.0.1\n" -"POT-Creation-Date: 2001-05-19 22:52-0400\n" +"POT-Creation-Date: 2001-05-24 14:58+0200\n" "PO-Revision-Date: 2001-04-10 18:40+0300\n" "Last-Translator: Sergey A. Ribalchenko <fisher@obu.ck.ua>\n" "Language-Team: Ukrainian <linux@lambada.rovno.ua>\n" @@ -476,9 +476,9 @@ msgid "" "commonly used shortcuts in the editor.\n" "\n" " The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-" +"key sequences are notated with the Meta (M) symbol and can be entered using " +"either the Esc, Alt or Meta key depending on your keyboard setup. The " "following keystrokes are available in the main editor window. Optional keys " "are shown in parentheses:\n" "\n" @@ -831,6 +831,55 @@ msgstr " msgid "I got Alt-%c! (%d)\n" msgstr "ń ЦĘÍÁ× Alt-%c! (%d)\n" +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "" + #: search.c:118 #, c-format msgid "Case Sensitive Regexp Search%s%s" @@ -1001,6 +1050,7 @@ msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" #: winio.c:1407 +#, c-format msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "ŇŃÄĎË %d Ú %d (%.0f%%), ̦ÔĹŇÁ %d Ú %d (%.0f%%)" diff --git a/rcfile.c b/rcfile.c @@ -160,7 +160,7 @@ void parse_rcfile(FILE *rcstream, char *filename) for (i = 0; i <= NUM_RCOPTS - 1; i++) { if (!strcasecmp(option, rcopts[i].name)) { #ifdef DEBUG - fprintf(stderr, "parse_rcfile: Parsing option %s\n", + fprintf(stderr, _("parse_rcfile: Parsing option %s\n"), rcopts[i].name); #endif if (set == 1 || rcopts[i].flag == FOLLOW_SYMLINKS) { @@ -203,12 +203,12 @@ void parse_rcfile(FILE *rcstream, char *filename) } else SET(rcopts[i].flag); #ifdef DEBUG - fprintf(stderr, "set flag %d!\n", rcopts[i].flag); + fprintf(stderr, _("set flag %d!\n"), rcopts[i].flag); #endif } else { UNSET(rcopts[i].flag); #ifdef DEBUG - fprintf(stderr, "unset flag %d!\n", rcopts[i].flag); + fprintf(stderr, _("unset flag %d!\n"), rcopts[i].flag); #endif } }