Commit b4d6ad0e authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Added rcfile.c to the translated files, added gettext calls to some messages...

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
No related merge requests found
Showing with 666 additions and 63 deletions
+666 -63
......@@ -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 **
......
......@@ -7,6 +7,7 @@ files.c
global.c
move.c
nano.c
rcfile.c
search.c
utils.c
winio.c
......
......@@ -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 "lnia %d de %d (%.0f%%), carcter %d de %d (%.0f%%)"
......
......@@ -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: Vclav 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 "Mm 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%%)"
......
......@@ -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 Knig <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 abgekrzt: Kombinationen mit der "
"Strg-Taste werden mit einem ^ ausgedrckt. Escape-Sequenzen werden mit dem "
"Meta (M)-Symbol angegeben und knnen je nach Tastatureinstellung mit Esc, "
"Alt oder Meta eingegeben werden. | Die folgenden Tasten(kombinationen) sind "
"im Hauptfenster verfgbar. Optionale Tasten sind eingeklammert.\n"
" Tastenkombinationen werden wie folgt abgekrzt: Kombinationen mit der Strg-"
"Taste werden mit einem ^ ausgedrckt. Escape-Sequenzen werden mit dem Meta "
"(M)-Symbol angegeben und knnen je nach Tastatureinstellung mit Esc, Alt "
"oder Meta eingegeben werden. | Die folgenden Tasten(kombinationen) sind im "
"Hauptfenster verfgbar. 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%%)"
......
......@@ -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 ledo\n"
#: rcfile.c:150
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr "Error en %s en lnea %d: no entiendo el comando %s"
#: rcfile.c:163
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr "parse_rcfile: Parseando opcin %s\n"
#: rcfile.c:179
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr "Error en %s en lnea %d: la opcin %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 lnea %d: tamao de llenado %d demasiado pequeo"
#: 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 "Bsqueda 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 "lnea %d de %d (%.0f%%), carcter %d de %d (%.0f%%)"
......
......@@ -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%%)"
......
......@@ -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 conu 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 conu 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 "
"lafentre principale d'dition qui affiche le fichier en cours de "
"modification.La ligne d'tat est la troisime en partant du bas, elle "
......@@ -851,6 +851,55 @@ msgstr "J'ai re
msgid "I got Alt-%c! (%d)\n"
msgstr "J'ai reu 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%%), caractre %d sur %d (%.0f%%)"
......
......@@ -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 "lia %d de %d (%.0f%%), carcter %d de %d (%.0f%%)"
......
......@@ -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 billentyket 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%%)"
......
......@@ -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%%)"
......
......@@ -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%%)"
......
......@@ -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%%)"
......
......@@ -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%%)"
......
......@@ -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
}
}
......
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