Commit 8c9c5723 authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Updated German, Swedish and Russian translations.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@904 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 33088740
Showing with 329 additions and 602 deletions
+329 -602
...@@ -13,6 +13,12 @@ CVS Code - ...@@ -13,6 +13,12 @@ CVS Code -
- Add Esc-[-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert). - Add Esc-[-[IGL] keys for FreeBSD Console (PgUp,PgDn,Insert).
help_init() help_init()
- Typo fixes and additions to the new help texts. - Typo fixes and additions to the new help texts.
- po/de.po:
- German translation updates (Karl Eichwalder).
- po/ru.po:
- Russian translation updates (Sergey A. Ribalchenko).
- po/sv.po:
- Swedish translation updates (Christian Rose).
nano-1.1.3 - 10/26/2001 nano-1.1.3 - 10/26/2001
- General - General
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# Copyright (C) 2000, 2001 Free Software Foundation, Inc. # Copyright (C) 2000, 2001 Free Software Foundation, Inc.
# Karl Eichwalder <keichwa@gmx.net>, 2001. # Karl Eichwalder <keichwa@gmx.net>, 2001.
# Florian Knig <floki@bigfoot.com>, 2000, 2001. # Florian Knig <floki@bigfoot.com>, 2000, 2001.
# $Id$ # Michael Piefel <piefel@informatik.hu-berlin.de>, 2001.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nano 1.1.1\n" "Project-Id-Version: nano 1.1.3\n"
"POT-Creation-Date: 2001-10-26 12:10-0400\n" "POT-Creation-Date: 2001-10-26 12:10-0400\n"
"PO-Revision-Date: 2001-09-29 19:17+0200\n" "PO-Revision-Date: 2001-10-31 09:17+0100\n"
"Last-Translator: Karl Eichwalder <keichwa@gmx.net>\n" "Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
"Language-Team: German <de@li.org>\n" "Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=iso-8859-1\n"
...@@ -26,7 +26,7 @@ msgstr "Inhalt der Zwischenablage verworfen\n" ...@@ -26,7 +26,7 @@ msgstr "Inhalt der Zwischenablage verworfen\n"
#: files.c:67 #: files.c:67
msgid "File already loaded" msgid "File already loaded"
msgstr "" msgstr "Datei schon geladen"
#: files.c:168 #: files.c:168
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
...@@ -40,17 +40,17 @@ msgstr "%d Zeilen gelesen" ...@@ -40,17 +40,17 @@ msgstr "%d Zeilen gelesen"
#: files.c:262 #: files.c:262
#, c-format #, c-format
msgid "Read %d lines (Converted Mac format)" msgid "Read %d lines (Converted Mac format)"
msgstr "" msgstr "%d Zeilen gelesen (Mac-Format konvertiert)"
#: files.c:264 #: files.c:264
#, c-format #, c-format
msgid "Read %d lines (Converted DOS format)" msgid "Read %d lines (Converted DOS format)"
msgstr "" msgstr "%d Zeilen gelesen (DOS-Format konvertiert)"
#: files.c:286 search.c:217 #: files.c:286 search.c:217
#, 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:290 #: files.c:290
...@@ -60,13 +60,13 @@ msgstr "Neue Datei" ...@@ -60,13 +60,13 @@ msgstr "Neue Datei"
#: files.c:303 #: files.c:303
#, 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"
#. Don't open character or block files. Sorry, /dev/sndstat! #. Don't open character or block files. Sorry, /dev/sndstat!
#: files.c:306 #: files.c:306
#, c-format #, c-format
msgid "File \"%s\" is a device file" msgid "File \"%s\" is a device file"
msgstr "Datei \"%s\" ist eine Gertedatei" msgstr "Datei %s ist eine Gertedatei"
#: files.c:314 #: files.c:314
msgid "Reading File" msgid "Reading File"
...@@ -85,7 +85,7 @@ msgstr "Dateiname ist %s" ...@@ -85,7 +85,7 @@ msgstr "Dateiname ist %s"
#: files.c:369 #: files.c:369
#, c-format #, c-format
msgid "Can't insert file from outside of %s" msgid "Can't insert file from outside of %s"
msgstr "" msgstr "Kann Datei von auerhalb %s nicht einfgen"
#: files.c:432 files.c:1084 files.c:1445 nano.c:1771 #: files.c:432 files.c:1084 files.c:1445 nano.c:1771
msgid "Cancelled" msgid "Cancelled"
...@@ -93,12 +93,12 @@ msgstr "Abgebrochen" ...@@ -93,12 +93,12 @@ msgstr "Abgebrochen"
#: files.c:717 files.c:772 #: files.c:717 files.c:772
msgid "No more open files" msgid "No more open files"
msgstr "" msgstr "Keine weiteren offenen Dateien"
#: files.c:1107 #: files.c:1107
#, c-format #, c-format
msgid "Can't write outside of %s" msgid "Can't write outside of %s"
msgstr "" msgstr "Kann nicht auerhalb von %s schreiben"
#: files.c:1144 files.c:1160 files.c:1174 files.c:1197 files.c:1206 #: files.c:1144 files.c:1160 files.c:1174 files.c:1197 files.c:1206
#: files.c:1218 #: files.c:1218
...@@ -133,21 +133,18 @@ msgid "Wrote %d lines" ...@@ -133,21 +133,18 @@ msgid "Wrote %d lines"
msgstr "%d Zeilen geschrieben" msgstr "%d Zeilen geschrieben"
#: files.c:1322 #: files.c:1322
#, fuzzy
msgid "Append Selection to File" msgid "Append Selection to File"
msgstr "Zum Zeilenende springen" msgstr "Auswahl an Datei anhngen"
#: files.c:1325 #: files.c:1325
msgid "Write Selection to File" msgid "Write Selection to File"
msgstr "" msgstr "Auswahl in Datei schreiben"
#: files.c:1331 #: files.c:1331
#, fuzzy
msgid "File Name to Append" msgid "File Name to Append"
msgstr "Dateiname zum Speichern" msgstr "Dateiname zum Anhngen"
#: files.c:1334 #: files.c:1334
#, fuzzy
msgid "File Name to Write" msgid "File Name to Write"
msgstr "Dateiname zum Speichern" msgstr "Dateiname zum Speichern"
...@@ -165,28 +162,26 @@ msgstr "Konnte nicht ins ...@@ -165,28 +162,26 @@ msgstr "Konnte nicht ins
#: files.c:2223 #: files.c:2223
msgid "Can't visit parent in restricted mode" msgid "Can't visit parent in restricted mode"
msgstr "" msgstr "Kann im eingeschrnkten Modus nicht nach oben wechseln"
#. We can't open this dir for some reason. Complain #. We can't open this dir for some reason. Complain
#: files.c:2234 files.c:2291 #: files.c:2234 files.c:2291
#, c-format #, c-format
msgid "Can't open \"%s\": %s" msgid "Can't open \"%s\": %s"
msgstr "Konnte \"%s\" nicht ffnen: %s" msgstr "Konnte %s nicht ffnen: %s"
#: files.c:2262 global.c:295 #: files.c:2262 global.c:295
#, fuzzy
msgid "Goto Directory" msgid "Goto Directory"
msgstr "Zu Zeile" msgstr "Gehe zu Verzeichnis"
#: files.c:2269 #: files.c:2269
#, c-format #, c-format
msgid "Can't go outside of %s in restricted mode" msgid "Can't go outside of %s in restricted mode"
msgstr "" msgstr "Kann im eingeschrnkten Modus nicht nach auerhalb von %s gehen"
#: files.c:2276 #: files.c:2276
#, fuzzy
msgid "Goto Cancelled" msgid "Goto Cancelled"
msgstr "Abgebrochen" msgstr "Gehe zu abgebrochen"
#: global.c:166 #: global.c:166
msgid "Constant cursor position" msgid "Constant cursor position"
...@@ -217,26 +212,24 @@ msgid "Cut to end" ...@@ -217,26 +212,24 @@ msgid "Cut to end"
msgstr "Bis zum Ende ausschneiden" msgstr "Bis zum Ende ausschneiden"
#: global.c:173 #: global.c:173
#, fuzzy
msgid "Backwards search" msgid "Backwards search"
msgstr "Zurck" msgstr "Suche rckwrts"
#: global.c:174 #: global.c:174
#, fuzzy
msgid "Case sensitive search" msgid "Case sensitive search"
msgstr "Suche mit Unterscheidung von Gro- und Kleinschreibung%s%s" msgstr "Suche mit Unterscheidung von Gro- und Kleinschreibung"
#: global.c:175 #: global.c:175
msgid "Writing file in DOS format" msgid "Writing file in DOS format"
msgstr "" msgstr "Im DOS-Format schreiben"
#: global.c:176 #: global.c:176
msgid "Writing file in Mac format" msgid "Writing file in Mac format"
msgstr "" msgstr "Im Mac-Format schreiben"
#: global.c:177 #: global.c:177
msgid "Smooth scrolling" msgid "Smooth scrolling"
msgstr "" msgstr "Sanftes Rollen"
#: global.c:180 #: global.c:180
msgid "Regular expressions" msgid "Regular expressions"
...@@ -248,15 +241,15 @@ msgstr "Automatischer Umbruch" ...@@ -248,15 +241,15 @@ msgstr "Automatischer Umbruch"
#: global.c:185 #: global.c:185
msgid "Multiple file buffers" msgid "Multiple file buffers"
msgstr "" msgstr "Mehrere Dateipuffer"
#: global.c:186 #: global.c:186
msgid "Open previously loaded file" msgid "Open previously loaded file"
msgstr "" msgstr "Vorige geladene Datei ffnen"
#: global.c:187 #: global.c:187
msgid "Open next loaded file" msgid "Open next loaded file"
msgstr "" msgstr "Nchste geladene Datei ffnen"
#: global.c:256 #: global.c:256
msgid "Invoke the help menu" msgid "Invoke the help menu"
...@@ -268,7 +261,7 @@ msgstr "Datei speichern" ...@@ -268,7 +261,7 @@ msgstr "Datei speichern"
#: global.c:260 #: global.c:260
msgid "Close currently loaded file/Exit from nano" msgid "Close currently loaded file/Exit from nano"
msgstr "" msgstr "Momentan geladene Datei schlieen/nano beenden"
#: global.c:262 #: global.c:262
msgid "Exit from nano" msgid "Exit from nano"
...@@ -276,7 +269,7 @@ msgstr "nano beenden" ...@@ -276,7 +269,7 @@ msgstr "nano beenden"
#: global.c:265 #: global.c:265
msgid "Goto a specific line number" msgid "Goto a specific line number"
msgstr "Zu einer Zeile springen" msgstr "Zu einer bestimmten Zeile springen"
#: global.c:266 #: global.c:266
msgid "Justify the current paragraph" msgid "Justify the current paragraph"
...@@ -284,7 +277,7 @@ msgstr "Absatz ausrichten" ...@@ -284,7 +277,7 @@ msgstr "Absatz ausrichten"
#: global.c:267 #: global.c:267
msgid "Unjustify after a justify" msgid "Unjustify after a justify"
msgstr "Absatzausrochtung rckgngig machen" msgstr "Absatzausrichtung rckgngig machen"
#: global.c:268 #: global.c:268
msgid "Replace text within the editor" msgid "Replace text within the editor"
...@@ -380,8 +373,7 @@ msgstr "Zeilenumbruch an der Cursorposition einf ...@@ -380,8 +373,7 @@ msgstr "Zeilenumbruch an der Cursorposition einf
#: global.c:293 #: global.c:293
msgid "Make the current search or replace case (in)sensitive" msgid "Make the current search or replace case (in)sensitive"
msgstr "" msgstr "Gro- und Kleinschreibung bei Suche oder Erstzen (nicht) bercksichtigen"
"Gro- und Kleinschreibung bei Suche oder Erstzen (nicht) bercksichtigen"
#: global.c:294 #: global.c:294
msgid "Go to file browser" msgid "Go to file browser"
...@@ -392,23 +384,20 @@ msgid "Cancel the current function" ...@@ -392,23 +384,20 @@ msgid "Cancel the current function"
msgstr "Funktion abbrechen" msgstr "Funktion abbrechen"
#: global.c:297 #: global.c:297
#, fuzzy
msgid "Append to the current file" msgid "Append to the current file"
msgstr "Zum Zeilenende springen" msgstr "An momentane Datei anhngen"
#: global.c:298 #: global.c:298
#, fuzzy
msgid "Search backwards" msgid "Search backwards"
msgstr "Suche abgebrochen" msgstr "Suche rckwrts"
#: global.c:300 #: global.c:300
#, fuzzy
msgid "Use Regular expressions" msgid "Use Regular expressions"
msgstr "Regulre Ausdrcke" msgstr "Regulre Ausdrcke benutzen"
#: global.c:301 #: global.c:301
msgid "Find other bracket" msgid "Find other bracket"
msgstr "" msgstr "Andere Klammer finden"
#: global.c:305 global.c:431 global.c:464 global.c:497 global.c:510 #: global.c:305 global.c:431 global.c:464 global.c:497 global.c:510
#: global.c:535 global.c:549 global.c:560 global.c:568 global.c:585 #: global.c:535 global.c:549 global.c:560 global.c:568 global.c:585
...@@ -416,9 +405,8 @@ msgid "Get Help" ...@@ -416,9 +405,8 @@ msgid "Get Help"
msgstr "Hilfe" msgstr "Hilfe"
#: global.c:310 #: global.c:310
#, fuzzy
msgid "Close" msgid "Close"
msgstr "mouse" msgstr "Schlieen"
#: global.c:314 global.c:530 global.c:570 #: global.c:314 global.c:530 global.c:570
msgid "Exit" msgid "Exit"
...@@ -526,7 +514,7 @@ msgstr "Zu Zeile" ...@@ -526,7 +514,7 @@ msgstr "Zu Zeile"
#: global.c:424 #: global.c:424
msgid "Find Other Bracket" msgid "Find Other Bracket"
msgstr "" msgstr "Andere Klammer finden"
#: global.c:434 global.c:467 global.c:500 global.c:512 global.c:537 #: global.c:434 global.c:467 global.c:500 global.c:512 global.c:537
#: global.c:551 global.c:562 global.c:587 winio.c:1251 #: global.c:551 global.c:562 global.c:587 winio.c:1251
...@@ -546,14 +534,12 @@ msgid "Case Sens" ...@@ -546,14 +534,12 @@ msgid "Case Sens"
msgstr "GROSZ/klein" msgstr "GROSZ/klein"
#: global.c:453 global.c:486 #: global.c:453 global.c:486
#, fuzzy
msgid "Direction" msgid "Direction"
msgstr "Zu Zeile" msgstr "Richtung"
#: global.c:458 global.c:491 #: global.c:458 global.c:491
#, fuzzy
msgid "Regexp" msgid "Regexp"
msgstr "regulrer Ausdruck" msgstr "reg. Ausdruck"
#: global.c:475 #: global.c:475
msgid "No Replace" msgid "No Replace"
...@@ -564,32 +550,22 @@ msgid "To Files" ...@@ -564,32 +550,22 @@ msgid "To Files"
msgstr "In Dateien" msgstr "In Dateien"
#: global.c:545 #: global.c:545
#, fuzzy
msgid "Append" msgid "Append"
msgstr "Suspend" msgstr "Anhngen"
#: global.c:581 #: global.c:581
#, fuzzy
msgid "Goto" msgid "Goto"
msgstr "Zu Zeile" msgstr "Zu Zeile"
#: nano.c:177 #: nano.c:177
#, c-format #, c-format
msgid "" msgid "\nBuffer written to %s\n"
"\n" msgstr "\nPuffer in %s geschrieben\n"
"Buffer written to %s\n"
msgstr ""
"\n"
"Puffer in %s geschrieben\n"
#: nano.c:179 #: nano.c:179
#, c-format #, c-format
msgid "" msgid "\nNo %s written (file exists?)\n"
"\n" msgstr "\n%s nicht geschrieben (Datei existiert?)\n"
"No %s written (file exists?)\n"
msgstr ""
"\n"
"%s nicht geschrieben (Datei existiert?)\n"
#: nano.c:186 #: nano.c:186
msgid "Window size is too small for Nano..." msgid "Window size is too small for Nano..."
...@@ -600,41 +576,19 @@ msgid "Key illegal in VIEW mode" ...@@ -600,41 +576,19 @@ msgid "Key illegal in VIEW mode"
msgstr "Unzulssige Taste im View Modus" msgstr "Unzulssige Taste im View Modus"
#: nano.c:246 #: nano.c:246
#, fuzzy
msgid "" msgid ""
" nano help text\n" " nano help text\n"
"\n" "\n"
" The nano editor is designed to emulate the functionality and ease-of-use of " " The nano editor is designed to emulate the functionality and ease-of-use of the UW Pico text editor. There are four main sections of the editor: The top line shows the program version, the current filename being edited, and whether or not the file has been modified. Next is the main editor window showing the file being edited. The status line is the third line from the bottom and shows important messages. The bottom two lines show the most commonly used shortcuts in the editor.\n"
"the UW Pico text editor. There are four main sections of the editor: The "
"top line shows the program version, the current filename being edited, and "
"whether or not the file has been modified. Next is the main editor window "
"showing the file being edited. The status line is the third line from the "
"bottom and shows important messages. The bottom two lines show the most "
"commonly used shortcuts in the editor.\n"
"\n" "\n"
" The notation for shortcuts is as follows: Control-key sequences are notated " " 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 following keystrokes are available in the main editor window. Optional keys are shown in parentheses:\n"
"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" "\n"
msgstr "" msgstr ""
" nano Hilfe\n" " nano Hilfe\n"
"\n" "\n"
" Nano wurde konzipiert um die Funktionalitt und die Benutzerfreundlichkeit " " Nano wurde konzipiert, die Funktionalitt und die Benutzerfreundlichkeit des UW-Pico-Texteditors zu imitieren. Es gibt vier Hauptbereiche: Die Titelzeile zeigt die Version des Programms, den Namen der momentan editierten Datei und ob die Datei verndert wurde oder nicht. Das Hauptfenster enthlt die geffnete Datei. Die Statuszeile (die dritte Zeile von unten) zeigt wichtige Meldungen. Die untersten zwei Zeilen listen die meistgebrauchten Tastenkombinationen von nano auf.\n"
"des UW Pico Texteditors zu imitieren. | Es gibt vier Hauptbereiche: Die "
"Titelzeile zeigt die Version des Programms, den Namen der aktuell editierten "
"Datei und ob die Datei verndert wurde oder nicht. | Das Hauptfenster "
"enthlt die geffnete Datei. | Die Statuszeile (die dritte Zeile von unten) "
"zeigt wichtige Meldungen. Die untersten zwei Zeilen listen die "
"meistgebrauchten Tastenkombinationen von nano auf.\n"
"\n" "\n"
" Tastenkombinationen werden wie folgt abgekrzt: Kombinationen mit der " " Tastenkombinationen werden wie folgt abgekrzt: Kombinationen mit der Strg-Taste werden mit einem ^ ausgedrckt. Escape-Sequenzen werden mit dem Meta-Symbol (M) 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"
"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" "\n"
#: nano.c:345 #: nano.c:345
...@@ -646,12 +600,8 @@ msgid "delete_node(): free'd last node.\n" ...@@ -646,12 +600,8 @@ msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): letzter Knoten freigegeben.\n" msgstr "delete_node(): letzter Knoten freigegeben.\n"
#: nano.c:407 #: nano.c:407
msgid "" msgid "Usage: nano [GNU long option] [option] +LINE <file>\n\n"
"Usage: nano [GNU long option] [option] +LINE <file>\n" msgstr "Aufruf: nano [lange GNU Option] [Option] +ZEILE <Datei>\n\n"
"\n"
msgstr ""
"Aufruf: nano [lange GNU Option] [Option] +ZEILE <Datei>\n"
"\n"
#: nano.c:408 #: nano.c:408
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
...@@ -659,28 +609,27 @@ msgstr "Option\t\tlange Option\t\tBedeutung\n" ...@@ -659,28 +609,27 @@ msgstr "Option\t\tlange Option\t\tBedeutung\n"
#: nano.c:413 #: nano.c:413
msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n" msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
msgstr "" msgstr " -D \t\t--dos\t\t\tDatei im DOS-Format schreiben\n"
#: nano.c:418 #: nano.c:418
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n" msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr "" msgstr " -F \t\t--multibuffer\t\tBenutzung mehrerer Dateipuffer aktivieren\n"
#: nano.c:423 #: nano.c:423
msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n" msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
msgstr "" msgstr " -M \t\t--mac\t\t\tDatei im Mac-Format schreiben\n"
#: nano.c:427 #: nano.c:427
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\tRegulre Ausdrcke zur Suche verwenden\n"
#: nano.c:431 #: nano.c:431
msgid " -S\t\t--smooth\t\tSmooth scrolling\n" msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
msgstr "" msgstr " -S\t\t--smooth\t\tSanftes Rollen\n"
#: nano.c:434 #: nano.c:434
msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr "" msgstr " -T [Anzahl]\t--tabsize=[Anzahl]\t\tTabulator-Gre auf Anzahl setzen\n"
" -T [Anzahl]\t--tabsize=[Anzahl]\t\tTabulator-Gre auf Anzahl setzen\n"
#: nano.c:437 #: nano.c:437
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
...@@ -704,9 +653,7 @@ msgstr " -k \t\t--cut\t\t\t^K schneidet vom Cursor bis zum Zeilenende aus\n" ...@@ -704,9 +653,7 @@ msgstr " -k \t\t--cut\t\t\t^K schneidet vom Cursor bis zum Zeilenende aus\n"
#: nano.c:449 #: nano.c:449
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 berschreiben\n"
" -l \t\t--nofollow\t\tSymbolischen Links nicht folgen, sondern "
"berschreiben.\n"
#: nano.c:452 #: nano.c:452
msgid " -m \t\t--mouse\t\t\tEnable mouse\n" msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
...@@ -714,24 +661,19 @@ msgstr " -m \t\t--mouse\t\t\tMaus aktivieren\n" ...@@ -714,24 +661,19 @@ msgstr " -m \t\t--mouse\t\t\tMaus aktivieren\n"
#: nano.c:457 #: nano.c:457
msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n" msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr "" msgstr " -o [Verz] \t--operatingdir=[Verz]\tArbeitsverzeichnis setzen\n"
#: nano.c:460 #: nano.c:460
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n" msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -\t \t--pico\t\t\tPico so genau wie mglich imitieren\n" msgstr " -p \t\t--pico\t\t\tPico so genau wie mglich imitieren\n"
#: nano.c:465 #: nano.c:465
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 [#Spalten] \t--fill=[#Spalten]\tSpalten auffllen (Zeilenumbruch bei) #Spalten\n"
msgstr ""
" -r [#Spalten] \t--fill=[#Spalten]\tSpalten auffllen (Zeilenumbruch bei) "
"#Spalten\n"
#: nano.c:469 #: nano.c:469
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:472 #: nano.c:472
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"
...@@ -739,8 +681,7 @@ msgstr " -t \t\t--tempfile\t\tBeim Beenden ohne R ...@@ -739,8 +681,7 @@ msgstr " -t \t\t--tempfile\t\tBeim Beenden ohne R
#: nano.c:474 #: nano.c:474
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:477 #: nano.c:477
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
...@@ -752,20 +693,15 @@ msgstr " -x \t\t--nohelp\t\tHilfe-Fenster nicht anzeigen\n" ...@@ -752,20 +693,15 @@ msgstr " -x \t\t--nohelp\t\tHilfe-Fenster nicht anzeigen\n"
#: nano.c:482 #: nano.c:482
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:484 #: nano.c:484
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:486 #: nano.c:486
msgid "" msgid "Usage: nano [option] +LINE <file>\n\n"
"Usage: nano [option] +LINE <file>\n" msgstr "Aufruf: nano [Option] +ZEILE <Datei>\n\n"
"\n"
msgstr ""
"Aufruf: nano [Option] +ZEILE <Datei>\n"
"\n"
#: nano.c:487 #: nano.c:487
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
...@@ -773,15 +709,15 @@ msgstr "Option\t\tBedeutung\n" ...@@ -773,15 +709,15 @@ msgstr "Option\t\tBedeutung\n"
#: nano.c:489 #: nano.c:489
msgid " -D \t\tWrite file in DOS format\n" msgid " -D \t\tWrite file in DOS format\n"
msgstr "" msgstr " -D \t\ttDatei im DOS-Format schreiben\n"
#: nano.c:492 #: nano.c:492
msgid " -F \t\tEnable multiple file buffers\n" msgid " -F \t\tEnable multiple file buffers\n"
msgstr "" msgstr " -F \t\tBenutzung mehrerer Dateipuffer aktivieren\n"
#: nano.c:495 #: nano.c:495
msgid " -M \t\tWrite file in Mac format\n" msgid " -M \t\tWrite file in Mac format\n"
msgstr "" msgstr " -M \t\tDatei im Mac-Format schreiben\n"
#: nano.c:497 #: nano.c:497
msgid " -T [num]\tSet width of a tab to num\n" msgid " -T [num]\tSet width of a tab to num\n"
...@@ -793,7 +729,7 @@ msgstr " -R\t\tRegul ...@@ -793,7 +729,7 @@ msgstr " -R\t\tRegul
#: nano.c:500 #: nano.c:500
msgid " -S\t\tSmooth scrolling\n" msgid " -S\t\tSmooth scrolling\n"
msgstr "" msgstr " -S\t\tSanftes Rollen\n"
#: nano.c:502 #: nano.c:502
msgid " -V \t\tPrint version information and exit\n" msgid " -V \t\tPrint version information and exit\n"
...@@ -825,20 +761,19 @@ msgstr " -m \t\tMaus aktivieren\n" ...@@ -825,20 +761,19 @@ msgstr " -m \t\tMaus aktivieren\n"
#: nano.c:517 #: nano.c:517
msgid " -o [dir] \tSet operating directory\n" msgid " -o [dir] \tSet operating directory\n"
msgstr "" msgstr " -o [Verz] \tArbeitsverzeichnis setzen\n"
#: nano.c:519 #: nano.c:519
msgid " -p \t\tEmulate Pico as closely as possible\n" msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr "i -p \t\tPico so genau wie mglich imitieren\n" msgstr " -p \t\tPico so genau wie mglich imitieren\n"
#: nano.c:523 #: nano.c:523
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:526 #: nano.c:526
#, fuzzy
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:528 #: nano.c:528
msgid " -t \t\tAuto save on exit, don't prompt\n" msgid " -t \t\tAuto save on exit, don't prompt\n"
...@@ -874,12 +809,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org" ...@@ -874,12 +809,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " Email: nano@nano-editor.org\tWWW: http://www.nano-editor.org" msgstr " Email: nano@nano-editor.org\tWWW: http://www.nano-editor.org"
#: nano.c:546 #: nano.c:546
msgid "" msgid "\n Compiled options:"
"\n" msgstr "\n Kompilierte Optionen:"
" Compiled options:"
msgstr ""
"\n"
" Kompilierte Optionen:"
#: nano.c:635 #: nano.c:635
msgid "Mark Set" msgid "Mark Set"
...@@ -892,17 +823,17 @@ msgstr "Markierung gel ...@@ -892,17 +823,17 @@ msgstr "Markierung gel
#: nano.c:1242 #: nano.c:1242
#, 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:1294 #: nano.c:1294
#, 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:1346 #: nano.c:1346
#, 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:1447 #: nano.c:1447
msgid "Edit a replacement" msgid "Edit a replacement"
...@@ -915,8 +846,7 @@ msgstr "Konnte keine tempor ...@@ -915,8 +846,7 @@ msgstr "Konnte keine tempor
#: nano.c:1688 #: nano.c:1688
msgid "Spell checking failed: unable to write temp file!" msgid "Spell checking failed: unable to write temp file!"
msgstr "" msgstr "Rechtschreibprfung fehlgeschlagen: konnte nicht in temporre Datei schreiben"
"Rechtschreibprfung fehlgeschlagen: konnte nicht in temporre Datei schreiben"
#: nano.c:1708 #: nano.c:1708
msgid "Finished checking spelling" msgid "Finished checking spelling"
...@@ -928,7 +858,7 @@ msgstr "Rechtschreibpr ...@@ -928,7 +858,7 @@ msgstr "Rechtschreibpr
#: nano.c:1739 #: nano.c:1739
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 NDERUGNEN) ? " msgstr "Vernderten Puffer speichern (Nein VERWIRFT DIE NDERUNGEN) ? "
#: nano.c:1886 #: nano.c:1886
msgid "Received SIGHUP" msgid "Received SIGHUP"
...@@ -966,59 +896,69 @@ msgstr "Kann Absatzausrichtung nicht r ...@@ -966,59 +896,69 @@ msgstr "Kann Absatzausrichtung nicht r
msgid "" msgid ""
"Search Command Help Text\n" "Search Command Help Text\n"
"\n" "\n"
" Enter the words or characters you would like to search for, then hit enter. " " Enter the words or characters you would like to search for, then hit enter. If there is a match for the text you entered, the screen will be updated to the location of the nearest match for the search string.\n"
" If there is a match for the text you entered, the screen will be updated to "
"the location of the nearest match for the search string.\n"
"\n" "\n"
" If using Pico Mode via the -p or --pico flags or using the Meta-P toggle, " " If using Pico Mode via the -p or --pico flags or using the Meta-P toggle, the previous search string will be shown in brackets after the Search: prompt. Hitting enter without entering any text will preform the previous search. Otherwise, the previous string will be placed in front of the cursor, and can be edited or deleted before hitting enter.\n"
"the previous search string will be shown in brackets after the Search: "
"prompt. Hitting enter without entering any text will preform the previous "
"search. Otherwise, the previous string will be placed in front of the "
"cursor, and can be edited or deleted before hitting enter.\n"
"\n" "\n"
" The following functions keys are available in Search mode:\n" " The following functions keys are available in Search mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hilfetext fr das Suchkommando\n"
"\n"
" Geben Sie die Wrter oder Buchstaben ein, nach denen Sie suchen mchten, und drcken Sie die Eingabetaste. Wenn eine bereinstimmung fr den eingegebenen Text gefunden wird, dann wird die Anzeige zur nchsten Fundstelle bewegt.\n"
"\n"
" Bei Benutzung des Pico-Modus durch die Kommandozeilenoptionen -p oder --pico oder durch den Meta-P-Umschalter wird die vorhergehende Suchzeichenkette in Klammer nach der Suche-Aufforderung angezeigt. Drcken der Eingabetaste ohne Eingabe irgenwelchen Textes fhrt die vorhergehende Suche durch. Anderenfalls wird die vorhergehende Zeichenkette vor dem Cursor angezeigt und kann vor dem Suchen bearbeitet oder gelscht werden.\n"
"\n"
" Die folgenden Funktionstasten sind im Suchmodus verfgbar:\n"
"\n"
#: nano.c:2360 #: nano.c:2360
msgid "" msgid ""
"Goto Line Help Text\n" "Goto Line Help Text\n"
"\n" "\n"
" Enter the line number that you wish to go to and hit Enter. If thre are " " Enter the line number that you wish to go to and hit Enter. If thre are fewer lines of text than the number you entered, you will be brought to the last line of the file.\n"
"fewer lines of text than the number you entered, you will be brought to the "
"last line of the file.\n"
"\n" "\n"
" The following functions keys are available in Goto Line mode:\n" " The following functions keys are available in Goto Line mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hilfetext fr Zu Zeile\n"
"\n"
" Geben Sie die Nummer der gewnschten Zeile ein. Gibt es weniger Zeilen im Text, so springt nano zur letzten Zeile der Datei.\n"
"\n"
" Die folgenden Funktionstasten sind im Zu-Zeile-Modus verfgbar:\n"
"\n"
#: nano.c:2367 #: nano.c:2367
msgid "" msgid ""
"Insert File Help Text\n" "Insert File Help Text\n"
"\n" "\n"
" Type in the name of a file to be inserted into the current file buffer at " " Type in the name of a file to be inserted into the current file buffer at the current cursor location.\n"
"the current cursor location.\n"
"\n" "\n"
" If you have compiled nano with multiple file buffer support, and enable " " If you have compiled nano with multiple file buffer support, and enable multiple buffers with the -F or --multibuffer command line flags or the Meta-F toggle, inserting a file will cause it to be loaded into a separate buffer (use Ctrl-< and > to switch between file buffers).\n"
"multiple buffers with the -F or --multibuffer command line flags or the "
"Meta-F toggle, inserting a file will cause it to be loaded into a separate "
"buffer (use Ctrl-< and > to switch between file buffers).\n"
"\n" "\n"
" The following function keys are available in Insert File mode:\n" " The following function keys are available in Insert File mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hilfetext fr Datei einfgen\n"
"\n"
" Geben Sie den Namen einer Datei ein, die an der momentanen Cursorposition in den momentanen Dateipuffer eingefgt werden soll.\n"
"\n"
" Wenn Sie nano mit Untersttzung fr mehrere Dateipuffer compiliert haben und\n"
" diese Funktion mit den Kommandozeilenoptionen -F oder --multibuffer oder mit\n"
" der Tastenkombination Meta-F eingeschaltet haben, so wird die Einfgeoperation\n"
" die Datei in einen separaten Puffer laden. (Benutzen Sie Strg-< und >, um\n"
" zwischen den Dateipuffern umzuschalten.)\n"
"\n"
" Die folgenden Funktionstasten sind im Datei-Einfgen-Modus verfgbar:\n"
" \n"
#: nano.c:2378 #: nano.c:2378
msgid "" msgid ""
"Write File Help Text\n" "Write File Help Text\n"
"\n" "\n"
" Type the name that you wish to save the current file as and hit enter to " " Type the name that you wish to save the current file as and hit enter to save the file.\n"
"save the file.\n"
"\n" "\n"
" If you are using the marker code with Ctrl-^ and have selected text, you " " If you are using the marker code with Ctrl-^ and have selected text, you will be prompted to save only the selected portion to a separate file. To reduce the chance of overwriting the current file with just a portion of it, the current filename is not the default in this mode.\n"
"will be prompted to save only the selected portion to a separate file. To "
"reduce the chance of overwriting the current file with just a portion of it, "
"the current filename is not the default in this mode.\n"
"\n" "\n"
" The following function keys are available in Write File mode:\n" " The following function keys are available in Write File mode:\n"
"\n" "\n"
...@@ -1028,11 +968,7 @@ msgstr "" ...@@ -1028,11 +968,7 @@ msgstr ""
msgid "" msgid ""
"File Browser Help Text\n" "File Browser Help Text\n"
"\n" "\n"
" The file browser is used to visually browse the directory structure to " " The file browser is used to visually browse the directory structure to select a file for reading or writing. You may use the arrow keys or Page Up/Down to browse through the files, and S or Enter to choose the selected file or enter the selected directory. To move up one level, select the directory called \"..\" at the top of the file list.\n"
"select a file for reading or writing. You may use the arrow keys or Page "
"Up/Down to browse through the files, and S or Enter to choose the selected "
"file or enter the selected directory. To move up one level, select the "
"directory called \"..\" at the top of the file list.\n"
"\n" "\n"
" The following functions keys are available in the file browser:\n" " The following functions keys are available in the file browser:\n"
"\n" "\n"
...@@ -1044,9 +980,7 @@ msgid "" ...@@ -1044,9 +980,7 @@ msgid ""
"\n" "\n"
" Enter the name of the directory you would like to browse to.\n" " Enter the name of the directory you would like to browse to.\n"
"\n" "\n"
" If tab completion has not been disabled, you can use the TAB key to " " If tab completion has not been disabled, you can use the TAB key to (attempt to) automatically complete the directory name. The following function keys are available in Browser GotoDir mode:\n"
"(attempt to) automatically complete the directory name. The following "
"function keys are available in Browser GotoDir mode:\n"
"\n" "\n"
msgstr "" msgstr ""
...@@ -1054,10 +988,7 @@ msgstr "" ...@@ -1054,10 +988,7 @@ msgstr ""
msgid "" msgid ""
"Spell Check Help Text\n" "Spell Check Help Text\n"
"\n" "\n"
" The spell checker checks the spelling of all text in the current file. " " The spell checker checks the spelling of all text in the current file. When an unknown word is encountered, it is highlighted and a replacement can be edited. It will then prompt to replace every instance of the given misspelled word in the current file.\n"
"When an unknown word is encountered, it is highlighted and a replacement can "
"be edited. It will then prompt to replace every instance of the given "
"misspelled word in the current file.\n"
"\n" "\n"
" The following other functions are available in Spell Check mode:\n" " The following other functions are available in Spell Check mode:\n"
"\n" "\n"
...@@ -1077,11 +1008,8 @@ msgid "disabled" ...@@ -1077,11 +1008,8 @@ msgid "disabled"
msgstr "deaktiviert" msgstr "deaktiviert"
#: nano.c:2577 #: nano.c:2577
#, fuzzy
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off" msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr "" msgstr "NumLock-Problem entdeckt. Tastenblock funktioniert nicht, wenn NumLock ausgeschaltet ist"
"NumLock Problem entdeckt. | Tastenblock funktioniert nicht, wenn NumLock "
"ausgeschaltet ist"
#: nano.c:2870 #: nano.c:2870
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
...@@ -1121,84 +1049,78 @@ msgid "I got Alt-%c! (%d)\n" ...@@ -1121,84 +1049,78 @@ msgid "I got Alt-%c! (%d)\n"
msgstr "Erhielt Alt-%c! (%d)\n" msgstr "Erhielt Alt-%c! (%d)\n"
#: rcfile.c:84 #: rcfile.c:84
msgid "" msgid "\nPress return to continue starting nano\n"
"\n" msgstr "\nDrcken Sie die Eingabetaste um mit dem Starten von nano fortzufahren\n"
"Press return to continue starting nano\n"
msgstr ""
#: rcfile.c:142 #: rcfile.c:142
msgid "parse_rcfile: Read a comment\n" msgid "parse_rcfile: Read a comment\n"
msgstr "" msgstr "parse_rcfile: Kommentar lesen\n"
#: rcfile.c:159 #: rcfile.c:159
#, c-format #, c-format
msgid "Error in %s on line %d: command %s not understood" msgid "Error in %s on line %d: command %s not understood"
msgstr "" msgstr "Fehler in %s in Zeile %d: Kommando %s nicht verstanden"
#: rcfile.c:172 #: rcfile.c:172
#, c-format #, c-format
msgid "parse_rcfile: Parsing option %s\n" msgid "parse_rcfile: Parsing option %s\n"
msgstr "" msgstr "parse_rcfile: Option %s lesen\n"
#: rcfile.c:190 #: rcfile.c:190
#, c-format #, c-format
msgid "Error in %s on line %d: option %s requires an argument" msgid "Error in %s on line %d: option %s requires an argument"
msgstr "" msgstr "Fehler in %s in Zeile %d: Option %s erfordert ein Argument"
#: rcfile.c:201 #: rcfile.c:201
#, c-format #, c-format
msgid "Error in %s on line %d: requested fill size %d too small" msgid "Error in %s on line %d: requested fill size %d too small"
msgstr "" msgstr "Fehler in %s in Zeile %d: Angeforderte Fllgre %d zu klein"
#: rcfile.c:210 #: rcfile.c:210
#, c-format #, c-format
msgid "Error in %s on line %d: requested tab size %d too small" msgid "Error in %s on line %d: requested tab size %d too small"
msgstr "" msgstr "Fehler in %s in Zeile %d: Angeforderte Tab-Gre %d zu klein"
#: rcfile.c:224 #: rcfile.c:224
#, c-format #, c-format
msgid "set flag %d!\n" msgid "set flag %d!\n"
msgstr "" msgstr "setze Flag %d!\n"
#: rcfile.c:229 #: rcfile.c:229
#, c-format #, c-format
msgid "unset flag %d!\n" msgid "unset flag %d!\n"
msgstr "" msgstr "lsche Flag %d!\n"
#: rcfile.c:238 #: rcfile.c:238
msgid "Errors found in .nanorc file" msgid "Errors found in .nanorc file"
msgstr "" msgstr "Fehler in .nanorc-Datei gefunden"
#: rcfile.c:247 #: rcfile.c:247
#, c-format #, c-format
msgid "Unable to open ~/.nanorc file, %s" msgid "Unable to open ~/.nanorc file, %s"
msgstr "" msgstr "Kann Datei ~/.nanorc nicht ffnen, %s"
#: search.c:132 #: search.c:132
#, fuzzy
msgid "Search" msgid "Search"
msgstr "Suche" msgstr "Suche"
#. This string is just a modifier for the search prompt, #. This string is just a modifier for the search prompt,
#. no grammar is implied #. no grammar is implied
#: search.c:136 #: search.c:136
#, fuzzy
msgid " [Case Sensitive]" msgid " [Case Sensitive]"
msgstr "GROSZ/klein" msgstr " [GROSZ/klein]"
#. This string is just a modifier for the search prompt, #. This string is just a modifier for the search prompt,
#. no grammar is implied #. no grammar is implied
#: search.c:140 #: search.c:140
#, fuzzy
msgid " [Regexp]" msgid " [Regexp]"
msgstr "regulrer Ausdruck" msgstr " [reg. Ausdruck]"
#. This string is just a modifier for the search prompt, #. This string is just a modifier for the search prompt,
#. no grammar is implied #. no grammar is implied
#: search.c:144 #: search.c:144
#, fuzzy
msgid " [Backwards]" msgid " [Backwards]"
msgstr "Zurck" msgstr " [Rckwrts]"
#: search.c:146 #: search.c:146
msgid " (to replace)" msgid " (to replace)"
...@@ -1211,19 +1133,18 @@ msgstr "Suche abgebrochen" ...@@ -1211,19 +1133,18 @@ msgstr "Suche abgebrochen"
#: search.c:223 #: search.c:223
#, c-format #, c-format
msgid "\"%s...\" not found" msgid "\"%s...\" not found"
msgstr "\"%s...\" nicht gefunden" msgstr "%s... nicht gefunden"
#: search.c:278 search.c:340 #: search.c:278 search.c:340
msgid "Search Wrapped" msgid "Search Wrapped"
msgstr "Suche in neue Zeile umgebrochen" msgstr "Suche umgebrochen"
#: search.c:446 #: search.c:446
#, fuzzy, c-format #, c-format
msgid "Replaced %d occurrences" msgid "Replaced %d occurrences"
msgstr "%d Ersetzungen vorgenommen" msgstr "%d Ersetzungen vorgenommen"
#: search.c:448 #: search.c:448
#, fuzzy
msgid "Replaced 1 occurrence" msgid "Replaced 1 occurrence"
msgstr "1 Ersetzung vorgenommen" msgstr "1 Ersetzung vorgenommen"
...@@ -1262,21 +1183,20 @@ msgstr "Komm schon, sei vern ...@@ -1262,21 +1183,20 @@ msgstr "Komm schon, sei vern
#: search.c:844 #: search.c:844
msgid "Not a bracket" msgid "Not a bracket"
msgstr "" msgstr "Keine Klammer"
#. didn't find either left or right bracket #. didn't find either left or right bracket
#: search.c:889 #: search.c:889
msgid "No matching bracket" msgid "No matching bracket"
msgstr "" msgstr "Keine passende Klammer"
#: utils.c:159 #: utils.c:159
msgid "nano: malloc: out of memory!" msgid "nano: malloc: out of memory!"
msgstr "nano: malloc: Kein Speicher verfgbar!" msgstr "nano: malloc: Kein Speicher verfgbar!"
#: utils.c:173 #: utils.c:173
#, fuzzy
msgid "nano: calloc: out of memory!" msgid "nano: calloc: out of memory!"
msgstr "nano: malloc: Kein Speicher verfgbar!" msgstr "nano: calloc: Kein Speicher verfgbar!"
#: utils.c:183 #: utils.c:183
msgid "nano: realloc: out of memory!" msgid "nano: realloc: out of memory!"
...@@ -1288,9 +1208,9 @@ msgid "actual_x_from_start for xplus=%d returned %d\n" ...@@ -1288,9 +1208,9 @@ 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:295 winio.c:466 #: winio.c:295 winio.c:466
#, fuzzy, c-format #, c-format
msgid "Aha! '%c' (%d)\n" msgid "Aha! '%c' (%d)\n"
msgstr "Eingabe '%c' (%d)\n" msgstr "Aha! '%c' (%d)\n"
#: winio.c:498 #: winio.c:498
#, c-format #, c-format
...@@ -1302,14 +1222,12 @@ msgid "New Buffer" ...@@ -1302,14 +1222,12 @@ msgid "New Buffer"
msgstr "Neuer Puffer" msgstr "Neuer Puffer"
#: winio.c:550 #: winio.c:550
#, fuzzy
msgid " File: ..." msgid " File: ..."
msgstr " |Datei: ..." msgstr " Datei: ..."
#: winio.c:552 #: winio.c:552
#, fuzzy
msgid " DIR: ..." msgid " DIR: ..."
msgstr " || Verzeichnis: ..." msgstr " Verzeichnis: ..."
#: winio.c:563 #: winio.c:563
msgid "Modified" msgid "Modified"
...@@ -1323,19 +1241,19 @@ msgstr "Nach (%d, %d) im Bearbeitungspuffer verschoben\n" ...@@ -1323,19 +1241,19 @@ msgstr "Nach (%d, %d) im Bearbeitungspuffer verschoben\n"
#: winio.c:1138 #: winio.c:1138
#, 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:1195 #: winio.c:1195
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "Erhielt \"%s\"\n" msgstr "Erhielt %s\n"
#. Yes, no and all are strings of any length. Each string consists of #. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value. #. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts. #. The first value will be the one displayed in the shortcuts.
#: winio.c:1224 #: winio.c:1224
msgid "Yy" msgid "Yy"
msgstr "Jj" msgstr "JjYy"
#: winio.c:1225 #: winio.c:1225
msgid "Nn" msgid "Nn"
...@@ -1380,7 +1298,7 @@ msgstr "Gebe einen Puffer nach stderr aus...\n" ...@@ -1380,7 +1298,7 @@ msgstr "Gebe einen Puffer nach stderr aus...\n"
#: winio.c:1687 #: winio.c:1687
msgid "The nano text editor" msgid "The nano text editor"
msgstr "Der nano Text-Editor" msgstr "Der nano-Text-Editor"
#: winio.c:1688 #: winio.c:1688
msgid "version " msgid "version "
...@@ -1410,18 +1328,14 @@ msgstr "und alle Nichtgenannten..." ...@@ -1410,18 +1328,14 @@ msgstr "und alle Nichtgenannten..."
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "Danke fr die Benutzung von nano!\n" msgstr "Danke fr die Benutzung von nano!\n"
#, fuzzy
#~ msgid "Write" #~ msgid "Write"
#~ msgstr "Speichern" #~ msgstr "Speichern"
#, fuzzy
#~ msgid "Regexp " #~ msgid "Regexp "
#~ msgstr "regulrer Ausdruck" #~ msgstr "reg. Ausdruck "
#~ 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 Ausdruck%s%s"
#~ "Suche mit Unterscheidung von Gro- und Kleinschreibung nach regulrem "
#~ "Ausdruck%s%s"
#~ msgid "Regexp Search%s%s" #~ msgid "Regexp Search%s%s"
#~ msgstr "Suche nach regulrem Ausdruck%s%s" #~ msgstr "Suche nach regulrem Ausdruck%s%s"
...@@ -1448,159 +1362,20 @@ msgstr "Danke f ...@@ -1448,159 +1362,20 @@ msgstr "Danke f
#~ msgstr "Konnte temporre Datei nicht lschen" #~ msgstr "Konnte temporre Datei nicht lschen"
#~ msgid "Could not invoke spell program \"%s\"" #~ msgid "Could not invoke spell program \"%s\""
#~ msgstr "Konnte Rechtschreibprogramm \"%s\" nicht aufrufen" #~ msgstr "Konnte Rechtschreibprogramm %s nicht aufrufen"
#~ msgid "Could not invoke \"ispell\"" #~ msgid "Could not invoke \"ispell\""
#~ msgstr "Konnte \"ispell\" nicht aufrufen" #~ msgstr "Konnte ispell nicht aufrufen"
#~ msgid "%s: %s"
#~ msgstr "%s: %s"
#~ msgid ".XXXXXX"
#~ msgstr ".XXXXXX"
#~ msgid "\n"
#~ msgstr "\n"
#~ msgid "nano.save"
#~ msgstr "nano.save"
#~ msgid ".save"
#~ msgstr ".save"
#~ msgid "Sorry, this function not available with nano-tiny option"
#~ msgstr ""
#~ "Tut mir leid, dies Funktion ist im Minimalmodus von nano nicht verfgbar"
#~ msgid " "
#~ msgstr " "
#~ msgid "nano." #~ msgid "\n\n\n\n\nUse \"fg\" to return to nano\n"
#~ msgstr "nano." #~ msgstr "\n\n\n\n\nBenutzen Sie fg um zu nano zurckzukehren\n"
#~ msgid "%s %s"
#~ msgstr "%s %s"
#~ msgid "ispell %s"
#~ msgstr "ispell %s"
#~ msgid ""
#~ "\n"
#~ "\n"
#~ "\n"
#~ "\n"
#~ "\n"
#~ "Use \"fg\" to return to nano\n"
#~ msgstr ""
#~ "\n"
#~ "\n"
#~ "\n"
#~ "\n"
#~ "\n"
#~ "Benutzen Sie \"fg\" um zu nano zurckzukehren\n"
#~ msgid "^%c\t"
#~ msgstr "^%c\t"
#~ msgid "(F%d)\t"
#~ msgstr "(F%d)\t"
#~ msgid "\t"
#~ msgstr "\t"
#~ msgid "(M-%c)\t"
#~ msgstr "(M-%c)\t"
#~ msgid "%s"
#~ msgstr "%s"
#~ msgid "M-%c\t\t\t"
#~ msgstr "M-%c\t\t\t"
#~ msgid "const"
#~ msgstr "const"
#~ msgid "suspend"
#~ msgstr "suspend"
#~ msgid "nowrap"
#~ msgstr "nowrap"
#~ msgid "nohelp"
#~ msgstr "nohelp"
#~ msgid "help"
#~ msgstr "help"
#~ msgid "cut"
#~ msgstr "cut"
#~ msgid "autoindent"
#~ msgstr "autoindent"
#~ msgid "tempfile"
#~ msgstr "tempfile"
#~ msgid "speller"
#~ msgstr "speller"
#~ msgid "fill"
#~ msgstr "fill"
#~ msgid "pico"
#~ msgstr "pico"
#~ msgid "nofollow"
#~ msgstr "nofollow"
#~ msgid "tabsize"
#~ msgstr "tabsize"
#~ msgid "?T:RVchiklmpr:s:tvwxz"
#~ msgstr "?T:RVchiklmpr:s:tvwxz"
#~ msgid "h?T:RVciklmpr:s:tvwxz"
#~ msgstr "h?T:RVciklmpr:s:tvwxz"
#~ msgid "I got %c (%d)!\n" #~ msgid "I got %c (%d)!\n"
#~ msgstr "Erhielt %c (%d)!\n" #~ msgstr "Erhielt %c (%d)!\n"
#~ msgid " [%s]"
#~ msgstr " [%s]"
#~ msgid "$"
#~ msgstr "DM"
#~ msgid "File: " #~ msgid "File: "
#~ msgstr "Datei: " #~ msgstr "Datei: "
#~ msgid " %-11s"
#~ msgstr " %-11s"
#~ msgid "^%c"
#~ msgstr "^%c"
#~ msgid ": "
#~ msgstr ": "
#~ msgid " Y"
#~ msgstr " J"
#~ msgid " A"
#~ msgstr " A"
#~ msgid " N"
#~ msgstr " N"
#~ msgid "^C"
#~ msgstr "^C"
#~ msgid "[ "
#~ msgstr "[ "
#~ msgid " ]"
#~ msgstr " ]"
#~ msgid "(%ld) %s\n" #~ msgid "(%ld) %s\n"
#~ msgstr "(%ld) %s\n" #~ msgstr "(%ld) %s\n"
......
# Russian translation for GNU nano. # SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Free Software Foundation, Inc. # Copyright (C) 2001 Free Software Foundation, Inc.
# Sergey A. Ribalchenko <fisher@obu.ck.ua>, 2001. # Sergey A. Ribalchenko <fisher@obu.ck.ua>, 2001.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nano 1.1.2\n" "Project-Id-Version: nano 1.1.3\n"
"POT-Creation-Date: 2001-10-26 12:10-0400\n" "POT-Creation-Date: 2001-10-26 12:10-0400\n"
"PO-Revision-Date: 2001-10-08 10:10+0200\n" "PO-Revision-Date: 2001-10-29 10:10+0200\n"
"Last-Translator: Sergey A. Ribalchenko <fisher@obu.ck.ua>\n" "Last-Translator: Sergey A. Ribalchenko <fisher@obu.ck.ua>\n"
"Language-Team: Russian <ru@li.org>\n" "Language-Team: Russian <ru@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -24,7 +24,7 @@ msgstr "cutbuffer ...@@ -24,7 +24,7 @@ msgstr "cutbuffer
#: files.c:67 #: files.c:67
msgid "File already loaded" msgid "File already loaded"
msgstr "" msgstr " "
#: files.c:168 #: files.c:168
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
...@@ -38,12 +38,12 @@ msgstr " ...@@ -38,12 +38,12 @@ msgstr "
#: files.c:262 #: files.c:262
#, c-format #, c-format
msgid "Read %d lines (Converted Mac format)" msgid "Read %d lines (Converted Mac format)"
msgstr "" msgstr " %d ( Mac)"
#: files.c:264 #: files.c:264
#, c-format #, c-format
msgid "Read %d lines (Converted DOS format)" msgid "Read %d lines (Converted DOS format)"
msgstr "" msgstr " %d ( DOS)"
#: files.c:286 search.c:217 #: files.c:286 search.c:217
#, c-format #, c-format
...@@ -557,21 +557,13 @@ msgstr " ...@@ -557,21 +557,13 @@ msgstr "
#: nano.c:177 #: nano.c:177
#, c-format #, c-format
msgid "" msgid "\nBuffer written to %s\n"
"\n" msgstr "\n %s\n"
"Buffer written to %s\n"
msgstr ""
"\n"
" %s\n"
#: nano.c:179 #: nano.c:179
#, c-format #, c-format
msgid "" msgid "\nNo %s written (file exists?)\n"
"\n" msgstr "\n%s ( ?)\n"
"No %s written (file exists?)\n"
msgstr ""
"\n"
"%s ( ?)\n"
#: nano.c:186 #: nano.c:186
msgid "Window size is too small for Nano..." msgid "Window size is too small for Nano..."
...@@ -585,39 +577,16 @@ msgstr " ...@@ -585,39 +577,16 @@ msgstr "
msgid "" msgid ""
" nano help text\n" " nano help text\n"
"\n" "\n"
" The nano editor is designed to emulate the functionality and ease-of-use of " " The nano editor is designed to emulate the functionality and ease-of-use of the UW Pico text editor. There are four main sections of the editor: The top line shows the program version, the current filename being edited, and whether or not the file has been modified. Next is the main editor window showing the file being edited. The status line is the third line from the bottom and shows important messages. The bottom two lines show the most commonly used shortcuts in the editor.\n"
"the UW Pico text editor. There are four main sections of the editor: The "
"top line shows the program version, the current filename being edited, and "
"whether or not the file has been modified. Next is the main editor window "
"showing the file being edited. The status line is the third line from the "
"bottom and shows important messages. The bottom two lines show the most "
"commonly used shortcuts in the editor.\n"
"\n" "\n"
" The notation for shortcuts is as follows: Control-key sequences are notated " " 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 following keystrokes are available in the main editor window. Optional keys are shown in parentheses:\n"
"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" "\n"
msgstr "" msgstr ""
" nano\n" " nano\n"
"\n" "\n"
" nano " " nano UW Pico. 4 : , , , . - , , , . - 3 - . , , .\n"
" UW Pico. 4 : "
" , , "
", . - "
" , , , "
" . - 3 "
" - . , , "
" .\n"
"\n" "\n"
" : 1. Control' " " : 1. Control' '^' Ctrl; 2. Esc (Esc-) M Esc, Alt Meta, . . :\n"
" '^' Ctrl; 2. "
" Esc (Esc-) M "
" Esc, Alt Meta, "
". . "
" :\n"
"\n" "\n"
#: nano.c:345 #: nano.c:345
...@@ -629,12 +598,8 @@ msgid "delete_node(): free'd last node.\n" ...@@ -629,12 +598,8 @@ msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): .\n" msgstr "delete_node(): .\n"
#: nano.c:407 #: nano.c:407
msgid "" msgid "Usage: nano [GNU long option] [option] +LINE <file>\n\n"
"Usage: nano [GNU long option] [option] +LINE <file>\n" msgstr ": nano [ GNU] [] + <>\n\n"
"\n"
msgstr ""
": nano [ GNU] [] + <>\n"
"\n"
#: nano.c:408 #: nano.c:408
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
...@@ -701,8 +666,7 @@ msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n" ...@@ -701,8 +666,7 @@ msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p\t \t--pico\t\t\t Pico \n" msgstr " -p\t \t--pico\t\t\t Pico \n"
#: nano.c:465 #: nano.c:465
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 [#] \t--fill=[#]\t\t #\n" msgstr " -r [#] \t--fill=[#]\t\t #\n"
#: nano.c:469 #: nano.c:469
...@@ -734,12 +698,8 @@ msgid " +LINE\t\t\t\t\tStart at line number LINE\n" ...@@ -734,12 +698,8 @@ msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +\t\t\t\t \n" msgstr " +\t\t\t\t \n"
#: nano.c:486 #: nano.c:486
msgid "" msgid "Usage: nano [option] +LINE <file>\n\n"
"Usage: nano [option] +LINE <file>\n" msgstr ": nano [] + <>\n\n"
"\n"
msgstr ""
": nano [] + <>\n"
"\n"
#: nano.c:487 #: nano.c:487
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
...@@ -847,12 +807,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org" ...@@ -847,12 +807,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " : nano@nano-editor.org\t: http://www.nano-editor.org" msgstr " : nano@nano-editor.org\t: http://www.nano-editor.org"
#: nano.c:546 #: nano.c:546
msgid "" msgid "\n Compiled options:"
"\n" msgstr "\n :"
" Compiled options:"
msgstr ""
"\n"
" :"
#: nano.c:635 #: nano.c:635
msgid "Mark Set" msgid "Mark Set"
...@@ -938,77 +894,93 @@ msgstr " ...@@ -938,77 +894,93 @@ msgstr "
msgid "" msgid ""
"Search Command Help Text\n" "Search Command Help Text\n"
"\n" "\n"
" Enter the words or characters you would like to search for, then hit enter. " " Enter the words or characters you would like to search for, then hit enter. If there is a match for the text you entered, the screen will be updated to the location of the nearest match for the search string.\n"
" If there is a match for the text you entered, the screen will be updated to "
"the location of the nearest match for the search string.\n"
"\n" "\n"
" If using Pico Mode via the -p or --pico flags or using the Meta-P toggle, " " If using Pico Mode via the -p or --pico flags or using the Meta-P toggle, the previous search string will be shown in brackets after the Search: prompt. Hitting enter without entering any text will preform the previous search. Otherwise, the previous string will be placed in front of the cursor, and can be edited or deleted before hitting enter.\n"
"the previous search string will be shown in brackets after the Search: "
"prompt. Hitting enter without entering any text will preform the previous "
"search. Otherwise, the previous string will be placed in front of the "
"cursor, and can be edited or deleted before hitting enter.\n"
"\n" "\n"
" The following functions keys are available in Search mode:\n" " The following functions keys are available in Search mode:\n"
"\n" "\n"
msgstr "" msgstr ""
" \n"
"\n"
" , , Enter. , .\n"
"\n"
" Pico -p --pico Meta-P, ':'. Enter . , Enter.\n"
"\n"
" :\n"
"\n"
#: nano.c:2360 #: nano.c:2360
msgid "" msgid ""
"Goto Line Help Text\n" "Goto Line Help Text\n"
"\n" "\n"
" Enter the line number that you wish to go to and hit Enter. If thre are " " Enter the line number that you wish to go to and hit Enter. If thre are fewer lines of text than the number you entered, you will be brought to the last line of the file.\n"
"fewer lines of text than the number you entered, you will be brought to the "
"last line of the file.\n"
"\n" "\n"
" The following functions keys are available in Goto Line mode:\n" " The following functions keys are available in Goto Line mode:\n"
"\n" "\n"
msgstr "" msgstr ""
" __\n"
"\n"
" Enter. , , .\n"
"\n"
" __:\n"
"\n"
#: nano.c:2367 #: nano.c:2367
msgid "" msgid ""
"Insert File Help Text\n" "Insert File Help Text\n"
"\n" "\n"
" Type in the name of a file to be inserted into the current file buffer at " " Type in the name of a file to be inserted into the current file buffer at the current cursor location.\n"
"the current cursor location.\n"
"\n" "\n"
" If you have compiled nano with multiple file buffer support, and enable " " If you have compiled nano with multiple file buffer support, and enable multiple buffers with the -F or --multibuffer command line flags or the Meta-F toggle, inserting a file will cause it to be loaded into a separate buffer (use Ctrl-< and > to switch between file buffers).\n"
"multiple buffers with the -F or --multibuffer command line flags or the "
"Meta-F toggle, inserting a file will cause it to be loaded into a separate "
"buffer (use Ctrl-< and > to switch between file buffers).\n"
"\n" "\n"
" The following function keys are available in Insert File mode:\n" " The following function keys are available in Insert File mode:\n"
"\n" "\n"
msgstr "" msgstr ""
" _\n"
"\n"
" .\n"
"\n"
" nano , -F --multibuffer Meta-F, ( Ctrl-< > ).\n"
"\n"
" _:\n"
"\n"
#: nano.c:2378 #: nano.c:2378
msgid "" msgid ""
"Write File Help Text\n" "Write File Help Text\n"
"\n" "\n"
" Type the name that you wish to save the current file as and hit enter to " " Type the name that you wish to save the current file as and hit enter to save the file.\n"
"save the file.\n"
"\n" "\n"
" If you are using the marker code with Ctrl-^ and have selected text, you " " If you are using the marker code with Ctrl-^ and have selected text, you will be prompted to save only the selected portion to a separate file. To reduce the chance of overwriting the current file with just a portion of it, the current filename is not the default in this mode.\n"
"will be prompted to save only the selected portion to a separate file. To "
"reduce the chance of overwriting the current file with just a portion of it, "
"the current filename is not the default in this mode.\n"
"\n" "\n"
" The following function keys are available in Write File mode:\n" " The following function keys are available in Write File mode:\n"
"\n" "\n"
msgstr "" msgstr ""
" _\n"
"\n"
" Enter.\n"
"\n"
" (Ctrl-^) , . , .\n"
"\n"
" :\n"
"\n"
#: nano.c:2390 #: nano.c:2390
msgid "" msgid ""
"File Browser Help Text\n" "File Browser Help Text\n"
"\n" "\n"
" The file browser is used to visually browse the directory structure to " " The file browser is used to visually browse the directory structure to select a file for reading or writing. You may use the arrow keys or Page Up/Down to browse through the files, and S or Enter to choose the selected file or enter the selected directory. To move up one level, select the directory called \"..\" at the top of the file list.\n"
"select a file for reading or writing. You may use the arrow keys or Page "
"Up/Down to browse through the files, and S or Enter to choose the selected "
"file or enter the selected directory. To move up one level, select the "
"directory called \"..\" at the top of the file list.\n"
"\n" "\n"
" The following functions keys are available in the file browser:\n" " The following functions keys are available in the file browser:\n"
"\n" "\n"
msgstr "" msgstr ""
" \n"
"\n"
" , -. - PageUp/PageDown , S Enter . , , \"..\" .\n"
"\n"
" :\n"
"\n"
#: nano.c:2401 #: nano.c:2401
msgid "" msgid ""
...@@ -1016,24 +988,31 @@ msgid "" ...@@ -1016,24 +988,31 @@ msgid ""
"\n" "\n"
" Enter the name of the directory you would like to browse to.\n" " Enter the name of the directory you would like to browse to.\n"
"\n" "\n"
" If tab completion has not been disabled, you can use the TAB key to " " If tab completion has not been disabled, you can use the TAB key to (attempt to) automatically complete the directory name. The following function keys are available in Browser GotoDir mode:\n"
"(attempt to) automatically complete the directory name. The following "
"function keys are available in Browser GotoDir mode:\n"
"\n" "\n"
msgstr "" msgstr ""
" __ \n"
"\n"
" .\n"
"\n"
" tab- , TAB . __ :\n"
"\n"
#: nano.c:2409 #: nano.c:2409
msgid "" msgid ""
"Spell Check Help Text\n" "Spell Check Help Text\n"
"\n" "\n"
" The spell checker checks the spelling of all text in the current file. " " The spell checker checks the spelling of all text in the current file. When an unknown word is encountered, it is highlighted and a replacement can be edited. It will then prompt to replace every instance of the given misspelled word in the current file.\n"
"When an unknown word is encountered, it is highlighted and a replacement can "
"be edited. It will then prompt to replace every instance of the given "
"misspelled word in the current file.\n"
"\n" "\n"
" The following other functions are available in Spell Check mode:\n" " The following other functions are available in Spell Check mode:\n"
"\n" "\n"
msgstr "" msgstr ""
" \n"
"\n"
" ( ) . , . .\n"
"\n"
" :\n"
"\n"
#: nano.c:2493 #: nano.c:2493
#, c-format #, c-format
...@@ -1090,12 +1069,8 @@ msgid "I got Alt-%c! (%d)\n" ...@@ -1090,12 +1069,8 @@ msgid "I got Alt-%c! (%d)\n"
msgstr " Alt-%c! (%d)\n" msgstr " Alt-%c! (%d)\n"
#: rcfile.c:84 #: rcfile.c:84
msgid "" msgid "\nPress return to continue starting nano\n"
"\n" msgstr "\n nano\n"
"Press return to continue starting nano\n"
msgstr ""
"\n"
" nano\n"
#: rcfile.c:142 #: rcfile.c:142
msgid "parse_rcfile: Read a comment\n" msgid "parse_rcfile: Read a comment\n"
...@@ -1359,8 +1334,7 @@ msgstr " ...@@ -1359,8 +1334,7 @@ msgstr "
#: winio.c:1691 #: winio.c:1691
msgid "The Free Software Foundation" msgid "The Free Software Foundation"
msgstr "" msgstr "The Free Software Foundation ( )"
"The Free Software Foundation ( )"
#: winio.c:1692 #: winio.c:1692
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nano 1.1.2\n" "Project-Id-Version: nano 1.1.3\n"
"POT-Creation-Date: 2001-10-26 12:10-0400\n" "POT-Creation-Date: 2001-10-26 12:10-0400\n"
"PO-Revision-Date: 2001-10-05 15:03+0200\n" "PO-Revision-Date: 2001-10-28 13:06+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n" "Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -24,7 +24,7 @@ msgstr "Spr ...@@ -24,7 +24,7 @@ msgstr "Spr
#: files.c:67 #: files.c:67
msgid "File already loaded" msgid "File already loaded"
msgstr "" msgstr "Filen r redan inlst"
#: files.c:168 #: files.c:168
msgid "read_line: not on first line and prev is NULL" msgid "read_line: not on first line and prev is NULL"
...@@ -38,12 +38,12 @@ msgstr "L ...@@ -38,12 +38,12 @@ msgstr "L
#: files.c:262 #: files.c:262
#, c-format #, c-format
msgid "Read %d lines (Converted Mac format)" msgid "Read %d lines (Converted Mac format)"
msgstr "" msgstr "Lste %d rader (konverterade Mac-format)"
#: files.c:264 #: files.c:264
#, c-format #, c-format
msgid "Read %d lines (Converted DOS format)" msgid "Read %d lines (Converted DOS format)"
msgstr "" msgstr "Lste %d rader (konverterade DOS-format)"
#: files.c:286 search.c:217 #: files.c:286 search.c:217
#, c-format #, c-format
...@@ -504,7 +504,7 @@ msgstr "Tabb" ...@@ -504,7 +504,7 @@ msgstr "Tabb"
#: global.c:415 #: global.c:415
msgid "Enter" msgid "Enter"
msgstr "Enter" msgstr "Retur"
#: global.c:419 global.c:446 global.c:479 #: global.c:419 global.c:446 global.c:479
msgid "Goto Line" msgid "Goto Line"
...@@ -558,21 +558,13 @@ msgstr "G ...@@ -558,21 +558,13 @@ msgstr "G
#: nano.c:177 #: nano.c:177
#, c-format #, c-format
msgid "" msgid "\nBuffer written to %s\n"
"\n" msgstr "\nBufferten skrevs till %s\n"
"Buffer written to %s\n"
msgstr ""
"\n"
"Bufferten skrevs till %s\n"
#: nano.c:179 #: nano.c:179
#, c-format #, c-format
msgid "" msgid "\nNo %s written (file exists?)\n"
"\n" msgstr "\nIngen %s skrevs (existerar filen?)\n"
"No %s written (file exists?)\n"
msgstr ""
"\n"
"Ingen %s skrevs (existerar filen?)\n"
#: nano.c:186 #: nano.c:186
msgid "Window size is too small for Nano..." msgid "Window size is too small for Nano..."
...@@ -586,38 +578,16 @@ msgstr "Tangenten ogiltig i VISNINGsl ...@@ -586,38 +578,16 @@ msgstr "Tangenten ogiltig i VISNINGsl
msgid "" msgid ""
" nano help text\n" " nano help text\n"
"\n" "\n"
" The nano editor is designed to emulate the functionality and ease-of-use of " " The nano editor is designed to emulate the functionality and ease-of-use of the UW Pico text editor. There are four main sections of the editor: The top line shows the program version, the current filename being edited, and whether or not the file has been modified. Next is the main editor window showing the file being edited. The status line is the third line from the bottom and shows important messages. The bottom two lines show the most commonly used shortcuts in the editor.\n"
"the UW Pico text editor. There are four main sections of the editor: The "
"top line shows the program version, the current filename being edited, and "
"whether or not the file has been modified. Next is the main editor window "
"showing the file being edited. The status line is the third line from the "
"bottom and shows important messages. The bottom two lines show the most "
"commonly used shortcuts in the editor.\n"
"\n" "\n"
" The notation for shortcuts is as follows: Control-key sequences are notated " " 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 following keystrokes are available in the main editor window. Optional keys are shown in parentheses:\n"
"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" "\n"
msgstr "" msgstr ""
" hjlptext fr nano\n" " hjlptext fr nano\n"
"\n" "\n"
" Textredigeraren nano r skapad fr att emulera funktionaliteten och " " Textredigeraren nano r skapad fr att emulera funktionaliteten och lttanvndheten hos textredigeraren UW Pico. Det finns fyra huvuddelar i redigeraren: versta raden visar programmets versionsnummer, namnet p filen som redigeras, och om filen har ndrats. Efter detta finns huvudfnstret som visar filen som redigeras. Statusraden r tredje raden frn nederkanten och visar viktiga meddelanden. De nedersta tv raderna visar de vanligaste kommandona som anvnds i textredigeraren.\n"
"lttanvndheten hos textredigeraren UW Pico. Det finns fyra huvuddelar i "
"redigeraren: versta raden visar programmets versionsnummer, namnet p filen "
"som redigeras, och om filen har ndrats. Efter detta finns huvudfnstret som "
"visar filen som redigeras. Statusraden r tredje raden frn nederkanten och "
"visar viktiga meddelanden. De nedersta tv raderna visar de vanligaste "
"kommandona som anvnds i textredigeraren.\n"
"\n" "\n"
" Notationen fr kommandon r som fljer: Sekvenser med Control-tangent " " Notationen fr kommandon r som fljer: Sekvenser med Control-tangent skrivs med ett taktecken (^) och trycks tillsammans med Control-tangenten (Ctrl). Escape-sekvenser skrivs med metatecknet (M) och och anges antingen med Esc-, Alt- eller Meta-tangenten beroende p dina tangentbordsinstllningar. Fljande tangentkombinationer r tillgngliga i redigerarens huvudfnster. Alternativa tangenter visas inom parentes:\n"
"skrivs med ett taktecken (^) och trycks tillsammans med Control-tangenten "
"(Ctrl). Escape-sekvenser skrivs med metatecknet (M) och och anges antingen "
"med Esc-, Alt- eller Meta-tangenten beroende p dina "
"tangentbordsinstllningar. Fljande tangentkombinationer r tillgngliga i "
"redigerarens huvudfnster. Alternativa tangenter visas inom parentes:\n"
"\n" "\n"
#: nano.c:345 #: nano.c:345
...@@ -629,12 +599,8 @@ msgid "delete_node(): free'd last node.\n" ...@@ -629,12 +599,8 @@ msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): frigjorde sista noden.\n" msgstr "delete_node(): frigjorde sista noden.\n"
#: nano.c:407 #: nano.c:407
msgid "" msgid "Usage: nano [GNU long option] [option] +LINE <file>\n\n"
"Usage: nano [GNU long option] [option] +LINE <file>\n" msgstr "Anvndning: nano [lng GNU-flagga] [flagga] +RAD <fil>\n\n"
"\n"
msgstr ""
"Anvndning: nano [lng GNU-flagga] [flagga] +RAD <fil>\n"
"\n"
#: nano.c:408 #: nano.c:408
msgid "Option\t\tLong option\t\tMeaning\n" msgid "Option\t\tLong option\t\tMeaning\n"
...@@ -662,8 +628,7 @@ msgstr " -S\t\t--smooth\t\tMjuk rullning\n" ...@@ -662,8 +628,7 @@ msgstr " -S\t\t--smooth\t\tMjuk rullning\n"
#: nano.c:434 #: nano.c:434
msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n" msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
msgstr "" msgstr " -T [tal]\t--tabsize=[tal]\t\tStll in bredden p ett tabbsteg till tal\n"
" -T [tal]\t--tabsize=[tal]\t\tStll in bredden p ett tabbsteg till tal\n"
#: nano.c:437 #: nano.c:437
msgid " -V \t\t--version\t\tPrint version information and exit\n" msgid " -V \t\t--version\t\tPrint version information and exit\n"
...@@ -683,8 +648,7 @@ msgstr " -i \t\t--autoindent\t\tDra automatiskt in nya rader\n" ...@@ -683,8 +648,7 @@ msgstr " -i \t\t--autoindent\t\tDra automatiskt in nya rader\n"
#: nano.c:446 #: nano.c:446
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 " -k \t\t--cut\t\t\tLt ^K klippa ut frn markren till slutet p raden\n"
" -k \t\t--cut\t\t\tLt ^K klippa ut frn markren till slutet p raden\n"
#: nano.c:449 #: nano.c:449
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"
...@@ -703,8 +667,7 @@ msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n" ...@@ -703,8 +667,7 @@ msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p \t\t--pico\t\t\tEmulera Pico s nra som mjligt\n" msgstr " -p \t\t--pico\t\t\tEmulera Pico s nra som mjligt\n"
#: nano.c:465 #: nano.c:465
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 [tecken] \t--fill=[tecken]\t\tBryt rader efter antal tecken\n" msgstr " -r [tecken] \t--fill=[tecken]\t\tBryt rader efter antal tecken\n"
#: nano.c:469 #: nano.c:469
...@@ -736,12 +699,8 @@ msgid " +LINE\t\t\t\t\tStart at line number LINE\n" ...@@ -736,12 +699,8 @@ msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +RAD\t\t\t\t\tStarta vid radnummer RAD\n" msgstr " +RAD\t\t\t\t\tStarta vid radnummer RAD\n"
#: nano.c:486 #: nano.c:486
msgid "" msgid "Usage: nano [option] +LINE <file>\n\n"
"Usage: nano [option] +LINE <file>\n" msgstr "Anvndning: nano [flagga] +RAD <fil>\n\n"
"\n"
msgstr ""
"Anvndning: nano [flagga] +RAD <fil>\n"
"\n"
#: nano.c:487 #: nano.c:487
msgid "Option\t\tMeaning\n" msgid "Option\t\tMeaning\n"
...@@ -849,12 +808,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org" ...@@ -849,12 +808,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " E-post: nano@nano-editor.org\tHemsida: http://www.nano-editor.org" msgstr " E-post: nano@nano-editor.org\tHemsida: http://www.nano-editor.org"
#: nano.c:546 #: nano.c:546
msgid "" msgid "\n Compiled options:"
"\n" msgstr "\n Kompileringsflaggor:"
" Compiled options:"
msgstr ""
"\n"
" Kompileringsflaggor:"
#: nano.c:635 #: nano.c:635
msgid "Mark Set" msgid "Mark Set"
...@@ -902,8 +857,7 @@ msgstr "Stavningskontrollen misslyckades" ...@@ -902,8 +857,7 @@ msgstr "Stavningskontrollen misslyckades"
#: nano.c:1739 #: nano.c:1739
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "" msgstr "Spara ndrad buffert (ATT SVARA \"Nej\" KOMMER ATT FRSTRA NDRINGAR)? "
"Spara ndrad buffert (ATT SVARA \"Nej\" KOMMER ATT FRSTRA NDRINGAR)? "
#: nano.c:1886 #: nano.c:1886
msgid "Received SIGHUP" msgid "Received SIGHUP"
...@@ -941,77 +895,93 @@ msgstr "Kan ojustera nu!" ...@@ -941,77 +895,93 @@ msgstr "Kan ojustera nu!"
msgid "" msgid ""
"Search Command Help Text\n" "Search Command Help Text\n"
"\n" "\n"
" Enter the words or characters you would like to search for, then hit enter. " " Enter the words or characters you would like to search for, then hit enter. If there is a match for the text you entered, the screen will be updated to the location of the nearest match for the search string.\n"
" If there is a match for the text you entered, the screen will be updated to "
"the location of the nearest match for the search string.\n"
"\n" "\n"
" If using Pico Mode via the -p or --pico flags or using the Meta-P toggle, " " If using Pico Mode via the -p or --pico flags or using the Meta-P toggle, the previous search string will be shown in brackets after the Search: prompt. Hitting enter without entering any text will preform the previous search. Otherwise, the previous string will be placed in front of the cursor, and can be edited or deleted before hitting enter.\n"
"the previous search string will be shown in brackets after the Search: "
"prompt. Hitting enter without entering any text will preform the previous "
"search. Otherwise, the previous string will be placed in front of the "
"cursor, and can be edited or deleted before hitting enter.\n"
"\n" "\n"
" The following functions keys are available in Search mode:\n" " The following functions keys are available in Search mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr skkommando\n"
"\n"
" Ange de ord eller tecken som du vill ska efter, och tryck sedan retur. Om det finns en trff fr det du angav kommer skrmen att uppdateras till att visa den nrmaste trffen fr skstrngen.\n"
"\n"
" Om picolge r aktivt genom att flaggorna -p eller --pico eller kombinationen Meta-P anvnds kommer den fregende skstrngen att visas inom klamrar efter Sk:-prompten. Att trycka Retur utan att ange ngon text kommer att genomfra den tidigare skningen. Annars kommer den fregende texten att placeras framfr markren och kan redigeras eller tas bort innan retur trycks.\n"
"\n"
" Fljande funktionstangenter r tillgngliga i sklge:\n"
"\n"
#: nano.c:2360 #: nano.c:2360
msgid "" msgid ""
"Goto Line Help Text\n" "Goto Line Help Text\n"
"\n" "\n"
" Enter the line number that you wish to go to and hit Enter. If thre are " " Enter the line number that you wish to go to and hit Enter. If thre are fewer lines of text than the number you entered, you will be brought to the last line of the file.\n"
"fewer lines of text than the number you entered, you will be brought to the "
"last line of the file.\n"
"\n" "\n"
" The following functions keys are available in Goto Line mode:\n" " The following functions keys are available in Goto Line mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr G till rad\n"
"\n"
" Ange det radnummer du vill g till och tryck Retur. Om det finns frre textrader n det tal du angav kommer du att tas till den sista raden i filen.\n"
"\n"
" Fljande funktionstangenter r tillgngliga i G till rad-lge:\n"
"\n"
#: nano.c:2367 #: nano.c:2367
msgid "" msgid ""
"Insert File Help Text\n" "Insert File Help Text\n"
"\n" "\n"
" Type in the name of a file to be inserted into the current file buffer at " " Type in the name of a file to be inserted into the current file buffer at the current cursor location.\n"
"the current cursor location.\n"
"\n" "\n"
" If you have compiled nano with multiple file buffer support, and enable " " If you have compiled nano with multiple file buffer support, and enable multiple buffers with the -F or --multibuffer command line flags or the Meta-F toggle, inserting a file will cause it to be loaded into a separate buffer (use Ctrl-< and > to switch between file buffers).\n"
"multiple buffers with the -F or --multibuffer command line flags or the "
"Meta-F toggle, inserting a file will cause it to be loaded into a separate "
"buffer (use Ctrl-< and > to switch between file buffers).\n"
"\n" "\n"
" The following function keys are available in Insert File mode:\n" " The following function keys are available in Insert File mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr infoga fil\n"
"\n"
" Ange namnet p den fil som ska sttas in i den aktuella filbufferten p den aktuella platsen fr markren.\n"
"\n"
" Om du har kompilerat nano med std fr flera samtidiga filbuffertar, och aktiverar flera buffertar med kommandoradsflaggorna -F eller --multibuffer eller kombinationen Meta-F, kommer att infoga en fil gra s att den lses in i en separat buffert (anvnd Ctrl-< och > fr att vxla mellan filbuffertar).\n"
"\n"
" Fljande funktionstangenter r tillgngliga i infoga fil-lge:\n"
"\n"
#: nano.c:2378 #: nano.c:2378
msgid "" msgid ""
"Write File Help Text\n" "Write File Help Text\n"
"\n" "\n"
" Type the name that you wish to save the current file as and hit enter to " " Type the name that you wish to save the current file as and hit enter to save the file.\n"
"save the file.\n"
"\n" "\n"
" If you are using the marker code with Ctrl-^ and have selected text, you " " If you are using the marker code with Ctrl-^ and have selected text, you will be prompted to save only the selected portion to a separate file. To reduce the chance of overwriting the current file with just a portion of it, the current filename is not the default in this mode.\n"
"will be prompted to save only the selected portion to a separate file. To "
"reduce the chance of overwriting the current file with just a portion of it, "
"the current filename is not the default in this mode.\n"
"\n" "\n"
" The following function keys are available in Write File mode:\n" " The following function keys are available in Write File mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr skriv fil\n"
"\n"
" Ange det namn som du vill spara aktuell fil som och tryck retur fr att spara filen.\n"
"\n"
" Om du anvnder markrkoden med Ctrl-^ och har markerat text kommer du f frgan om att endast spara markeringen till en separat fil. Fr att minska risken att den aktuella filen skrivs ver med endast en del av den r inte det aktuella filnamnet standardalternativet i detta lge.\n"
"\n"
" Fljande funktionstangenter r tillgngliga i filskrivningslge:\n"
"\n"
#: nano.c:2390 #: nano.c:2390
msgid "" msgid ""
"File Browser Help Text\n" "File Browser Help Text\n"
"\n" "\n"
" The file browser is used to visually browse the directory structure to " " The file browser is used to visually browse the directory structure to select a file for reading or writing. You may use the arrow keys or Page Up/Down to browse through the files, and S or Enter to choose the selected file or enter the selected directory. To move up one level, select the directory called \"..\" at the top of the file list.\n"
"select a file for reading or writing. You may use the arrow keys or Page "
"Up/Down to browse through the files, and S or Enter to choose the selected "
"file or enter the selected directory. To move up one level, select the "
"directory called \"..\" at the top of the file list.\n"
"\n" "\n"
" The following functions keys are available in the file browser:\n" " The following functions keys are available in the file browser:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr filblddrare\n"
"\n"
" Filblddraren anvnds fr att visuellt blddra i katalogstrukturen fr att vlja en fil fr lsning eller skrivning. Du kan anvnda piltangenterna eller PageUp/PageDown fr att blddra bland filerna, och S eller Retur fr att vlja den markerade filen eller g in i den markerade katalogen. Fr att g upp en niv vljer du katalogen kallad \"..\" verst i fillistan.\n"
"\n"
" Fljande funktionstangenter r tillgngliga i filblddraren:\n"
"\n"
#: nano.c:2401 #: nano.c:2401
msgid "" msgid ""
...@@ -1019,24 +989,31 @@ msgid "" ...@@ -1019,24 +989,31 @@ msgid ""
"\n" "\n"
" Enter the name of the directory you would like to browse to.\n" " Enter the name of the directory you would like to browse to.\n"
"\n" "\n"
" If tab completion has not been disabled, you can use the TAB key to " " If tab completion has not been disabled, you can use the TAB key to (attempt to) automatically complete the directory name. The following function keys are available in Browser GotoDir mode:\n"
"(attempt to) automatically complete the directory name. The following "
"function keys are available in Browser GotoDir mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr g till katalog i blddraren\n"
"\n"
" Ange namnet p den katalog som du vill g till.\n"
"\n"
" Om tabulatorkomplettering inte har deaktiverats kan du anvnda TABULATOR-tangenten fr att (frska att) automatiskt komplettera katalognamnet. Fljande funktionstangenter r tillgngliga i blddrarens gtillkatalog-lge:\n"
"\n"
#: nano.c:2409 #: nano.c:2409
msgid "" msgid ""
"Spell Check Help Text\n" "Spell Check Help Text\n"
"\n" "\n"
" The spell checker checks the spelling of all text in the current file. " " The spell checker checks the spelling of all text in the current file. When an unknown word is encountered, it is highlighted and a replacement can be edited. It will then prompt to replace every instance of the given misspelled word in the current file.\n"
"When an unknown word is encountered, it is highlighted and a replacement can "
"be edited. It will then prompt to replace every instance of the given "
"misspelled word in the current file.\n"
"\n" "\n"
" The following other functions are available in Spell Check mode:\n" " The following other functions are available in Spell Check mode:\n"
"\n" "\n"
msgstr "" msgstr ""
"Hjlptext fr stavningskontrollen\n"
"\n"
" Stavningskontrollen kontrollerar stavningen av all text i den aktuella filen. Nr ett oknt ord hittas markeras det och en ersttning kan redigeras. Den kommer sedan att fr varenda frekomst av det angivna felstavade ordet i den aktuella filen frga om det ska ersttas.\n"
"\n"
" Fljande funktionstangenter r tillgngliga i stavningskontrollslget:\n"
"\n"
#: nano.c:2493 #: nano.c:2493
#, c-format #, c-format
...@@ -1053,8 +1030,7 @@ msgstr "deaktiverad" ...@@ -1053,8 +1030,7 @@ msgstr "deaktiverad"
#: nano.c:2577 #: nano.c:2577
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off" msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr "" msgstr "NumLock-problem upptcktes. Tangenterna kommer inte att fungera utan NumLock"
"NumLock-problem upptcktes. Tangenterna kommer inte att fungera utan NumLock"
#: nano.c:2870 #: nano.c:2870
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
...@@ -1094,12 +1070,8 @@ msgid "I got Alt-%c! (%d)\n" ...@@ -1094,12 +1070,8 @@ msgid "I got Alt-%c! (%d)\n"
msgstr "Jag mottog Alt-%c! (%d)\n" msgstr "Jag mottog Alt-%c! (%d)\n"
#: rcfile.c:84 #: rcfile.c:84
msgid "" msgid "\nPress return to continue starting nano\n"
"\n" msgstr "\nTryck Retur fr att fortstta starta nano\n"
"Press return to continue starting nano\n"
msgstr ""
"\n"
"Tryck Retur fr att fortstta starta nano\n"
#: rcfile.c:142 #: rcfile.c:142
msgid "parse_rcfile: Read a comment\n" msgid "parse_rcfile: Read a comment\n"
...@@ -1378,14 +1350,14 @@ msgstr "och alla andra som vi har gl ...@@ -1378,14 +1350,14 @@ msgstr "och alla andra som vi har gl
msgid "Thank you for using nano!\n" msgid "Thank you for using nano!\n"
msgstr "Tack fr att du anvnder nano!\n" msgstr "Tack fr att du anvnder nano!\n"
# Denna idiotiska meddelandekonstruktion r felrapporterad #~ # Denna idiotiska meddelandekonstruktion r felrapporterad
#~ msgid "Write" #~ msgid "Write"
#~ msgstr "Skriv" #~ msgstr "Skriv"
#~ msgid "Backward" #~ msgid "Backward"
#~ msgstr "Bakt" #~ msgstr "Bakt"
# Ja, denna idiotiska meddelandekonstruktion r felrapporterad #~ # Ja, denna idiotiska meddelandekonstruktion r felrapporterad
#~ msgid "Regexp " #~ msgid "Regexp "
#~ msgstr "reguljr uttrycks" #~ msgstr "reguljr uttrycks"
......
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