GNU nano 1.1.1 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@740 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
41ed01632f
Коммит
0e8c8d8cdc
@ -1,11 +1,12 @@
|
||||
CVS code -
|
||||
nano-1.1.1 - 07/28/2001
|
||||
- General
|
||||
- Reverted included gettext from 0.10.38 to 0.10.35 in intl/ dir.
|
||||
- Added m4/ directory to allow rebuilding using only the internal
|
||||
version of gettext.m4 (Albert Chin).
|
||||
- nano.c:
|
||||
main()
|
||||
- Change the getop option to 'F' (David Lawrence Ramsey)
|
||||
- Change the multibuffer getopt option to 'F' (David Lawrence
|
||||
Ramsey)
|
||||
do_mark()
|
||||
- Temporarily disable cursorpos when enabled to be able to see
|
||||
the mark (un)set message (Ken Tyler).
|
||||
|
10
Makefile.in
10
Makefile.in
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
|
||||
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
@ -155,7 +155,7 @@ all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .dvi .info .o .ps .s .texi .texinfo .txi
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
@ -164,7 +164,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
$(ACLOCAL_M4): configure.in
|
||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
|
||||
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
|
||||
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
@ -324,7 +324,7 @@ uninstall-info:
|
||||
else ii=; fi; \
|
||||
list='$(INFO_DEPS)'; \
|
||||
for file in $$list; do \
|
||||
test -z "$$ii" \
|
||||
test -z "$ii" \
|
||||
|| install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
|
||||
done
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@ -531,7 +531,7 @@ distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
||||
cp -pr $$/$$file $(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
||||
07/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable release
|
||||
features many bugfixes from the initial release, in
|
||||
particular fixs for the multibuffer code, and various
|
||||
compiler macro fixes. The shortcut lists for
|
||||
the search and replace prompts are a little more logical
|
||||
(with cancel the last option again), and the included
|
||||
gettext was re-downgraded to 0.10.35 due to problems
|
||||
on the PPC platform. GNU nano now includes its own
|
||||
aclocal macros in the m4/ directory to allow rebuilding
|
||||
the configure script to work on platforms regardless of
|
||||
their gettext version.
|
||||
|
||||
07/15/2001 - GNU nano 1.1.0 is released. This is the first release
|
||||
in the 1.1.x unstable series of GNU nano. It
|
||||
incorporates all changes up to the 1.0.3 release,
|
||||
|
2
aclocal.m4
поставляемый
2
aclocal.m4
поставляемый
@ -1,4 +1,4 @@
|
||||
dnl aclocal.m4 generated automatically by aclocal 1.4-p4
|
||||
dnl aclocal.m4 generated automatically by aclocal 1.4
|
||||
|
||||
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
|
2
configure
поставляемый
2
configure
поставляемый
@ -738,7 +738,7 @@ fi
|
||||
|
||||
PACKAGE=nano
|
||||
|
||||
VERSION=1.1.0-cvs
|
||||
VERSION=1.1.1
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $Id$
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(nano.c)
|
||||
AM_INIT_AUTOMAKE(nano, 1.1.0-cvs)
|
||||
AM_INIT_AUTOMAKE(nano, 1.1.1)
|
||||
AM_CONFIG_HEADER(config.h:config.h.in)
|
||||
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no"
|
||||
|
||||
|
6
faq.html
6
faq.html
@ -203,7 +203,7 @@ nano was developed).</font></blockquote>
|
||||
of nano?</font></h2>
|
||||
|
||||
<blockquote><font color="#330000">The current version of nano *should*
|
||||
be 1.1.0. Of course you should always check the nano hompage to
|
||||
be 1.1.1. Of course you should always check the nano hompage to
|
||||
see what the latest and greatest version is.</font></blockquote>
|
||||
|
||||
<h2>
|
||||
@ -394,7 +394,7 @@ try:
|
||||
<a NAME="3.7"></a><font color="#330000">
|
||||
3.7. Tell me more about this multibuffer stuff!</font></h2>
|
||||
|
||||
<blockquote><font color="#330000"> To use multiple file buffers, you must be using nano 1.1.0
|
||||
<blockquote><font color="#330000"> To use multiple file buffers, you must be using nano 1.1.1
|
||||
or newer, and you must have configured nano with <b>--enable-multibuffer</b> or
|
||||
<b>--enable-extra</b> (use nano -V to check). Then when you want to enable inserting a file
|
||||
into its own buffer instead of into the current file, just hit <b>Meta-F</b>, then insert the
|
||||
@ -412,7 +412,7 @@ normal "Exit" when only one buffer is open.
|
||||
3.8. How do I make a .nanorc file that nano will read when I start it?</font></h2>
|
||||
|
||||
<blockquote><font color="#330000"> It's not hard at all! But, your version of nano must have
|
||||
beem compiled with <b>--enable-nanorc</b>, and again must be version 1.1.0 or newer (use nano
|
||||
beem compiled with <b>--enable-nanorc</b>, and again must be version 1.1.1 or newer (use nano
|
||||
-V to check your version and compiled features). Then simply copy the <b>nanorc.sample</b>
|
||||
that came with the nano source or your nano package (most likely in /usr/doc/nano) to .nanorc
|
||||
in your home directory. If you didn't get one, the syntax is simple. Flags are turned on and
|
||||
|
34
nano.info
34
nano.info
@ -1,4 +1,4 @@
|
||||
This is nano.info, produced by makeinfo version 4.0 from nano.texi.
|
||||
This is nano.info, produced by makeinfo version 4.0b from nano.texi.
|
||||
|
||||
INFO-DIR-SECTION Editors
|
||||
START-INFO-DIR-ENTRY
|
||||
@ -391,21 +391,21 @@ consider the following command line options:
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top199
|
||||
Node: Introduction507
|
||||
Node: Overview933
|
||||
Node: Command Line Options1513
|
||||
Ref: Expert Mode3405
|
||||
Node: Editor Basics4248
|
||||
Node: Entering Text4473
|
||||
Node: Special Functions4813
|
||||
Node: The Titlebar5668
|
||||
Node: The Statusbar6366
|
||||
Node: Shortcut Lists6947
|
||||
Node: Online Help7340
|
||||
Node: Feature Toggles7716
|
||||
Node: The File Browser8859
|
||||
Node: Pico Compatibility9568
|
||||
Node: Building and Configure Options11610
|
||||
Node: Top200
|
||||
Node: Introduction508
|
||||
Node: Overview934
|
||||
Node: Command Line Options1514
|
||||
Ref: Expert Mode3406
|
||||
Node: Editor Basics4249
|
||||
Node: Entering Text4474
|
||||
Node: Special Functions4814
|
||||
Node: The Titlebar5669
|
||||
Node: The Statusbar6367
|
||||
Node: Shortcut Lists6948
|
||||
Node: Online Help7341
|
||||
Node: Feature Toggles7717
|
||||
Node: The File Browser8860
|
||||
Node: Pico Compatibility9569
|
||||
Node: Building and Configure Options11611
|
||||
|
||||
End Tag Table
|
||||
|
@ -8,7 +8,7 @@
|
||||
@c Run `makeinfo' rather than `texinfo-format-buffer'.
|
||||
@smallbook
|
||||
@set EDITION 0.1
|
||||
@set VERSION 1.1.0
|
||||
@set VERSION 1.1.1
|
||||
@set UPDATED 12 Feb 2001
|
||||
|
||||
@dircategory Editors
|
||||
@ -23,7 +23,7 @@
|
||||
@titlepage
|
||||
@title GNU @code{nano}
|
||||
@subtitle a small and friendly text editor.
|
||||
@subtitle version 1.1.0
|
||||
@subtitle version 1.1.1
|
||||
|
||||
@author Chris Allegretta
|
||||
@page
|
||||
|
62
po/ca.po
62
po/ca.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 1.1.0\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -68,7 +68,7 @@ msgstr "Fitxer a inserir [des de ./] "
|
||||
msgid "filename is %s"
|
||||
msgstr "filename щs %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancel╖lat"
|
||||
|
||||
@ -784,129 +784,129 @@ msgstr "Marca Establida"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Marca Esborrada"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap cridat amb inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data ara = \"%d\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Desprщs, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Editar un reemplaчament"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "No s'ha pogut crear un fitxer temporal: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Revisiє d'ortografia fallida: no s'ha pogut escriure fitxer temporal!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Revisiє d'ortografia finalitzada"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Revisiє d'ortografia fallida"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Desar el buffer modificat (RESPONDRE \"No\" DESTRUIR└ ELS CAMVIS) ?"
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "SIGHUP rebut"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "No es pot canviar la mida de la finestra superior"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "No es pot moure la finestra superior"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "No es pot canviar la mida de la finestra d'ediciє"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "No es pot moure la finestra d'ediciє"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "No es pot canviar la mida de la finestra inferior"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "No es pot moure la finestra inferior"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Ara pots desjustificar!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s habilitar/inhabilitar"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "habilitat"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "inhabilitat"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"Detectat NumLock trencat. El tecl. numшric funcionarр amb NumLock activat"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: configurar les finestres\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: finestra inferior\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: obrir fitxer\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "He agafat Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "He agafat Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "He agafat Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "He agafat Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "He agafat Alt-%c! (%d)\n"
|
||||
|
62
po/cs.po
62
po/cs.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 1.0.0\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\n"
|
||||
"Last-Translator: Vсclav Haisman <V.Haisman@sh.cvut.cz>\n"
|
||||
"Language-Team: N/A\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -66,7 +66,7 @@ msgstr "Soubor pro vlo
|
||||
msgid "filename is %s"
|
||||
msgstr "jmщno souboru je %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Zru╣eno"
|
||||
|
||||
@ -792,130 +792,130 @@ msgstr "Zna
|
||||
msgid "Mark UNset"
|
||||
msgstr "Znaшka OdNastavena"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap zavolсno s inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data nynэ = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Potщ, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Edituj nсhradu"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Nemohu vytvo°it doшasn¤ soubor: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Kontrola pravopisu selhala: nemohu zapisovat do doшasnщho souboru!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Kontrola pravopisu dokonшena"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Kontrola pravopisu selhala"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Ulo╛ zmьnьn¤ buffer (ODPOV╠╧═ \"Ne\" ZTRAT═TE ZM╠NY) ? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "P°ijat signсl SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Nemohu zmьnit velikost vrchnэho okna"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Nemohu p°esunout vrchnэ okno"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Nemohu zmьnit velikost editovacэho okna"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Nemohu p°esunout editovacэ okno"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Nemohu zmьnit velikost spodnэho okna"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Nemohu p°esunout spodnэ okno"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "M∙╛e nynэ OdZarovnat!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s povol/zaka╛"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "povoleno"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "zakсzсno"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"Zji╣tьna porucha NumLocku. Numerickс klсvesnice nebude fungovat s vypnut¤m "
|
||||
"NumLockem"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: nastav okna\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: spodnэ okno\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: otev°i soubor\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, fuzzy, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Mсm Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, fuzzy, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Mсm Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, fuzzy, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Mсm Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Mсm Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Mсm Alt-%c! (%d)\n"
|
||||
|
62
po/de.po
62
po/de.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.0.0\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\n"
|
||||
"PO-Revision-Date: 2001-02-08 17:56+0200\n"
|
||||
"Last-Translator: Florian KЎnig <floki@bigfoot.com>\n"
|
||||
"Language-Team: German <floki@bigfoot.com>\n"
|
||||
@ -68,7 +68,7 @@ msgstr "Datei einf
|
||||
msgid "filename is %s"
|
||||
msgstr "Dateiname ist %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Abgebrochen"
|
||||
|
||||
@ -796,132 +796,132 @@ msgstr "Markierung gesetzt"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Markierung gelЎscht"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap aufgerufen mit inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data jetzt = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Nachher, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Ersetzung editieren"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Konnte keine temporфre Datei erzeugen: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr ""
|
||||
"Rechtschreibpr№fung fehlgeschlagen: konnte nicht in temporфre Datei schreiben"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Rechtschreibpr№fung abgeschlossen"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Rechtschreibpr№fung fehlgeschlagen"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Verфnderten Puffer speichern (\"Nein\" VERWIRFT DIE ─NDERUGNEN) ? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "SIGHUP empfangen"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Kann die GrЎ▀e des oberen Fensters nicht verфndern"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Kann oberes Fenster nicht verschieben"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Kann GrЎ▀e des Bearbeitungsfensters nicht verфndern"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Kann Bearbeitungsfenster nicht verschieben"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Kann GrЎ▀e des unteren Fensters nicht verфndern"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Kann unteres Fenster nicht verschieben"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Kann Absatzausrichtung nicht r№ckgфngig machen"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s aktivieren/deaktivieren"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "aktiviert"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "deaktiviert"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
#, fuzzy
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"NumLock Problem entdeckt. | Tastenblock funktioniert nicht, wenn NumLock "
|
||||
"ausgeschaltet ist"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Hauptprogramm: Fenster konfigurieren\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Hauptprogramm: unteres Fenster\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Hauptprogramm: Datei Ўffnen\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Erhielt Alt-0-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Erhielt Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Erhielt Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Erhielt Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Erhielt Alt-%c! (%d)\n"
|
||||
|
62
po/es.po
62
po/es.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 1.1.0\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -68,7 +68,7 @@ msgstr "Fichero a insertar [desde ./] "
|
||||
msgid "filename is %s"
|
||||
msgstr "filename es %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
@ -776,131 +776,131 @@ msgstr "Marca Establecida"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Marca Borrada"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap llamada con inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data ahora = \"%d\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Despuщs, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Editar un reemplazo"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "No pude crear un fichero temporal: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr ""
|
||||
"Comprobaciєn de ortografэa fallida: бno se pudo escribir fichero temporal!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Revisiєn de ortografэa finalizada"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Comprobaciєn de ortografэa fallida"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"┐ Salvar el buffer modificado (RESPONDER \"No\" DESTRUIR┴ LOS CAMBIOS) ?"
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "SIGHUP recibido"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "No se puede cambiar el tamaёo de la ventana superior"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "No se puede mover la ventana superior"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "No se puede cambiar el tamaёo de la ventana de ediciєn"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "No se puede mover la ventana de ediciєn"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "No se puede cambiar el tamaёo de la ventana inferior"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "No se puede mover la ventana inferior"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "бAhora puedes desjustificar!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s habilitar/deshabilitar"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "habilitado"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "deshabilitado"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"Detectado NumLock roto. El tecl. numщrico funcionarс con NumLock activado"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: configurar las ventanas\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: ventana inferior\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: abrir fichero\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "бPillщ Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "бPillщ Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "бPillщ Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "бPillщ Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "бPillщ Alt-%c! (%d)\n"
|
||||
|
62
po/fi.po
62
po/fi.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 0.9.18\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -66,7 +66,7 @@ msgstr "Lis
|
||||
msgid "filename is %s"
|
||||
msgstr "tiedoston nimi on %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Peruttu"
|
||||
|
||||
@ -783,129 +783,129 @@ msgstr "Merkint
|
||||
msgid "Mark UNset"
|
||||
msgstr "Merkintф loppui"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap -funktion parametri inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data nyt = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Jфlkeenpфin, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Muokkaa korvausta"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Vфliaikaista tiedostonnimeф ei voitu luoda: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Oikaisuluku epфonnistui: vфliaikaistiedostoa ei voitu kirjoittaa"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Oikoluku on valmis"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Oikaisuluku epфonnistui"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Tallenna muutettu teksti (Muutokset hфviфvфt, jos vastaat \"ei\") ? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Vastaanotettiin SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Ylфikkunan kokoa ei voi muuttaa"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Ylфikkunaa ei voi siirtфф"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Muokkausikkunan kokoa ei voi muuttaa"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Muokkausikkunaa ei voi siirtфф"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Alaikkunan kokoa ei voi muuttaa"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Alaikkunaa ei voi siirtфф"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Tasaamisen voi perua nyt."
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s kфytЎssф/ei kфytЎssф"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "kфytЎssф"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "ei kфytЎssф"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"NumLock-ongelma: NumeronфppфimistЎ toimii vффrin, kun NumLock ei ole pффllф."
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Pффtila: ikkunoiden asettelu\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Pффtila: alaikkuna\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Pффtila: avaa tiedosto\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Vastaanotettu Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Vastaanotettu Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Vastaanotettu Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Vastaanotettu Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Vastaanotettu Alt-%c! (%d)\n"
|
||||
|
62
po/fr.po
62
po/fr.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.8.9\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -70,7 +70,7 @@ msgstr "Fichier
|
||||
msgid "filename is %s"
|
||||
msgstr "Le nom du fichier est %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Annulщ"
|
||||
|
||||
@ -806,128 +806,128 @@ msgstr "Marque enregistr
|
||||
msgid "Mark UNset"
|
||||
msgstr "Marque effacщe"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap appelщe avec inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data vaut maintenant \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Aprшs, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Impossible de crщer un nom de fichier temporaire: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Vщrification orthographique terminщe"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Sauver le buffer modifiщ (R╔PONDRE \"No\" EFFACERA LES CHANGEMENTS"
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Impossible de redimensionner la fenъtre du haut"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Impossible de bouger la fenъtre du haut"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Impossible de redimensionner la fenъtre d'щdition"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Impossible de bouger la fenъtre d'щdition"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Impossible de redimensionner la fenъtre du bas"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Impossible de bouger la fenъtre du bas"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: configuration des fenъtres\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: fenъtre du bas\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: ouvrir fichier\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, fuzzy, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "J'ai reчu Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, fuzzy, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "J'ai reчu Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, fuzzy, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "J'ai reчu Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "J'ai reчu Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "J'ai reчu Alt-%c! (%d)\n"
|
||||
|
62
po/gl.po
62
po/gl.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.1.0\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -66,7 +66,7 @@ msgstr "Ficheiro a inserir [dende ./]"
|
||||
msgid "filename is %s"
|
||||
msgstr "filename щ %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
@ -779,130 +779,130 @@ msgstr "Marca Posta"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Marca Quitada"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "chamouse a check_wrap con inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data agora = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Despois, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Editar unha substituciєn"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Non se puido crear un ficheiro temporal: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr ""
|
||||
"Fallou a correcciєn ortogrсfica: non se puido grava-lo ficheiro temporal"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Rematou a correcciєn ortogrсfica"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Fallou a correcciєn ortogrсfica"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"┐Grava-lo buffer modificado (SE RESPOSTA \"Non\" HANSE PERDE-LOS CAMBIOS)? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Recibiuse SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Non se pode cambia-lo tamaёo da fiestra superior"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Non se pode move-la fiestra superior"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Non se pode cambia-lo tamaёo da fiestra de ediciєn"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Non se pode move-la fiestra de ediciєn"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Non se pode cambia-lo tamaёo da fiestra inferior"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Non se pode move-la fiestra inferior"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "бAgora pode Des-Xustificar!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "Activar/desactivar %s"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "activado"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "desactivado"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr "Detectouse un fallo en BloqNum. BloqNum ha estar activado sempre."
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: configura-las fiestras\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: fiestra inferior\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: abrir ficheiro\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "бRecibiuse Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "бRecibiuse Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "бRecibiuse Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "бRecibiuse Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "бRecibiuse Alt-%c! (%d)\n"
|
||||
|
62
po/hu.po
62
po/hu.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 0.9.99pre2\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -67,7 +67,7 @@ msgstr "F
|
||||
msgid "filename is %s"
|
||||
msgstr "a fсjl neve %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Megszakэtva"
|
||||
|
||||
@ -786,132 +786,132 @@ msgstr "Megjel
|
||||
msgid "Mark UNset"
|
||||
msgstr "MegjelЎlщs vщge"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap az inptr->data-bєl lett meghэvva (\"%s\")\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data most = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Ezutсn az adat ez lett = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "A helyettesэtї щrtщk mєdosэtсsa"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Az ideiglenes fсjlt nem tudtam lщtrehozni: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr ""
|
||||
"A helyesэrсs-ellenїrzщs nem siker№lt: kщptelen vagyok эrni a temp fсjlt!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "A helyesэrсs-ellenїrzщs befejezщse"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Helyesэrсs-ellenїrzщs nem siker№lt"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"A vсltozсsokat elmentsem (HA \"NEM\", AKKOR MINDEN M╙DOS═T┴S ELVESZIK) ?"
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Kaptam egy SIGHUPot"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "A felsї ablakot nem tudom сtmщretezni"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "A felsї ablakot nem tudom mozgatni"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "A szerkesztї ablakot nem tudom сtmщretezni"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "A szerkesztї ablakot nem tudom mozgatni"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Az alsє ablakot nem tudom сtmщretezni"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Az alsє ablakot nem tudom mozgatni"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "A sorokat most mсr tudom nem sorkizсrttс tenni"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s engedщlyezщs/kikapcsolсs"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "engedщlyezve"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "kikapcsolva"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"NumLock hibсt fedeztem fel. A Keypad rosszul m√kЎdhet, ha a NumLock be van "
|
||||
"kapcsolva"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Fїprogram: az ablakok beсllэtсsa\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Fїprogram: alsє ablak\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Fїprogram: fсjl megnyitсsa\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Az Alt-O-%c billenty√ket lenyomtad! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Az Alt-[-1-%c billenty√ket lenyomtad! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Az Alt-[-2-%c billenty√ket lenyomtad! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Az Alt-[-%c billenty√ket lenyomtad! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Az Alt-%c billenty√ket lenyomtad! (%d)\n"
|
||||
|
62
po/id.po
62
po/id.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.0.2\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\n"
|
||||
"PO-Revision-Date: 2001-06-22 14:38GMT+0700\n"
|
||||
"Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n"
|
||||
"Language-Team: Indonesian <id@li.org>\n"
|
||||
@ -67,7 +67,7 @@ msgstr "File untuk disisipkan [dari ./] "
|
||||
msgid "filename is %s"
|
||||
msgstr "Namafile adalah %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Dibatalkan"
|
||||
|
||||
@ -786,130 +786,130 @@ msgstr "Set Tanda"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Unset Tanda"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap dipanggil dengan inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data sekarang =\"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Setelah, data= \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Edit pengganti"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Tidak dapat membuat nama file sementara: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Spell checking gagal: tidak dapat menulis file temp!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Selesai memeriksa ejaan"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Spell checking gagal"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Simpan buffer termodifikasi (JAWAB \"No\" AKAN MENGHAPUS PERUBAHAN) ?"
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Menerima SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Tidak dapat menganti ukuran jendela atas"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Tidak dapat memindahkan jendela atas"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Tidak dapat mengganti ukuran jendela edit"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Tidak dapat memindah jendela edit"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Tidak dapat mengganti ukuran jendela bawah"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Tidak dapat memindah jendela bawah"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Sekarang dapat melakukan UnJustify"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s enable/disable"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "enabled"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "disabled"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"Glitch pada NumLock terdeteksi. Keypad akan tidak berfungsi dg tombol "
|
||||
"NumLock off"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: menset jendela\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: jendela bawah\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: membuka file\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Saya mendapat Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Saya mendapat Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Saya mendapat Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Saya mendapat Alt-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Saya mendapat Alt-%c! (%d)\n"
|
||||
|
62
po/it.po
62
po/it.po
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.8.7\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\n"
|
||||
"PO-Revision-Date: 2001-05-13 17:17GMT\n"
|
||||
"Last-Translator: Marco Colombo <magicdice@inwind.it>\n"
|
||||
"Language-Team: Italiano\n"
|
||||
@ -69,7 +69,7 @@ msgstr "File da inserire [da ./] "
|
||||
msgid "filename is %s"
|
||||
msgstr "Il nome file ш %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Annullato"
|
||||
|
||||
@ -793,133 +793,133 @@ msgstr "Imposta mark"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Rimuovi mark"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap chiamata con inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data ora = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Dopo, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Modifica sostituzione"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Impossibile creare un nome file temporaneo: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr ""
|
||||
"Controllo ortografico fallito: impossibile scrivere su file temporaneo!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Controllo ortografico terminato"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Controllo ortografico fallito"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Salva il buffer modificato? (RISPONDENDO \"No\" ANNULLERETE I CAMBIAMENTI "
|
||||
"AVVENUTI) "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Ricevuto SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Impossibile ridimensionare la finestra superiore"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Impossibile spostare la finestra superiore"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Impossibile ridimensionare la finestra di modifica"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Impossibile spostare finestra di modifica"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Impossibile ridimensionare la finestra inferiore"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Impossibile spostare la finestra inferiore"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Impossibile togliere giustificazione!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s abilita/disabilita"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "abilitato"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "disabilitato"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"Rilevata pressione del NumLock: il keypad potrebbe non funzionare col "
|
||||
"Numlock spento"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: configura finestre\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: finestra inferiore\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: apri file\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Premuto Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Premuto Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Premuto Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Premuto Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Premuto Alt-%c! (%d)\n"
|
||||
|
62
po/no.po
62
po/no.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 1.0.3\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Eivind Kj°rstad <ekj@vestdata.no>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
@ -67,7 +67,7 @@ msgstr "Fil som skal settast inn [fr
|
||||
msgid "filename is %s"
|
||||
msgstr "filnavnet er %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Avbrutt"
|
||||
|
||||
@ -782,128 +782,128 @@ msgstr "Merke satt"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Merke fjerna"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap kalla med inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data nх = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Etter, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Rediger erstatning"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Kunne ikkje oprette midlertidig fil: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Stavekontroll feila: kunne ikkje lage midlertidig fil!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Stavekontroll fullf°rt"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Stavekontroll feila"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Lagre endra buffer (\"No\" VIL MISTE ENDRINGENE) ? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Mottok SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Kan ikke endre st°rrelse pх toppvinduet"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Kan ikke flytte toppvinduet"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Kan ikke endre st°rrelse pх redigeringsvinduet"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Kan iikke flytte redigeringsvinduet"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Kan ikke endre st°rrelse pх bunnvinduet"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Kan ikke flytte bunnvinduet"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Du kan no avjustere!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s skru pх/av"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "pх"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "av"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr "NumLock-feil oppdaga. Nummer-tastane vil fungere feil med NumLock av"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Hoved: Vinduer satt opp\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Hoved: bunnvindu\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Hoved: хpne fil\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Jeg fikk Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Jeg fikk Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Jeg fikk Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Jeg fikk Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Jeg fikk Alt-%c (%d)\n"
|
||||
|
62
po/ru.po
62
po/ru.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.0.1\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -66,7 +66,7 @@ msgstr "
|
||||
msgid "filename is %s"
|
||||
msgstr "╔═╤ ╞┴╩╠┴ %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "я╘═┼╬┼╬╧"
|
||||
|
||||
@ -784,128 +784,128 @@ msgstr "
|
||||
msgid "Mark UNset"
|
||||
msgstr "э┼╘╦┴ ╙╬╤╘┴"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap ╫┘┌╫┴╬╧ ╙ inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data ╙┼╩▐┴╙ = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Ё╧╙╠┼, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Є┼─┴╦╘╔╥╧╫┴╘╪ ┌┴═┼╬╒"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "ю┼ ═╧╟╒ ╙╧┌─┴╘╪ ╫╥┼═┼╬╬╧┼ ╔═╤ ╞┴╩╠┴: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Ё╥╧╫┼╥╦┴ ╨╥┴╫╧╨╔╙┴╬╔╤ ╧┬╠╧═-╙: ╬┼ ═╧╟╒ ┌┴╨╔╙┴╘╪ ╫╥┼═┼╬╬┘╩ ╞┴╩╠."
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Ё╥╧╫┼╥╦┴ ╨╥┴╫╧╨╔╙┴╬╔╤ ┌┴╫┼╥█┼╬┴"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Ё╥╧╫┼╥╦┴ ╨╥┴╫╧╨╔╙┴╬╔╤ ╬┼ ╒─┴╠┴╙╪"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "є╧╚╥┴╬╔╘╪ ╔┌═┼╬┼╬╬┘╩ ┬╒╞┼╥ (я╘╫┼╘ \"ю┼╘\" їющ■ЇяЎщЇ ╫╙┼ ╔┌═┼╬┼╬╔╤) ?"
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Ё╧╠╒▐╔╠╔ SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "ю┼ ═╧╟╒ ╔┌═┼╬╔╘╪ ╥┴┌═┼╥ ╫┼╥╚╬┼╟╧ ╧╦╬┴"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "ю┼ ═╧╟╒ ╨┼╥┼═┼╙╘╔╘╪ ╫┼╥╚╬┼┼ ╧╦╬╧"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "ю┼ ═╧╟╒ ╔┌═┼╬╔╘╪ ╥┴┌═┼╥ ╧╦╬┴ ╥┼─┴╦╘╔╥╧╫┴╬╔╤"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "ю┼ ═╧╟╒ ╨┼╥┼═┼╙╘╔╘╪ ╧╦╬╧ ╥┼─┴╦╘╔╥╧╫┴╬╔╤"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "ю┼ ═╧╟╒ ╔┌═┼╬╔╘╪ ╥┴┌═┼╥ ╬╔╓╬┼╟╧ ╧╦╬┴"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "ю┼ ═╧╟╒ ╨┼╥┼═┼╙╘╔╘╪ ╬╔╓╬┼┼ ╧╦╬╧"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "є┼╩▐┴╙ ═╧╓╬╧ ╧╘═┼╬╔╘╪ ╫┘╥┴╫╬╔╫┴╬╔┼! (^U)"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s - ╥┴┌╥┼█╔╘╪/┌┴╨╥┼╘╔╘╪"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "╥┴┌╥┼█┼╬╧"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "┌┴╨╥┼▌┼╬╧"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr "я┬╬┴╥╒╓┼╬ ╙┬╧╩ NumLock'┴. у╔╞╥╧╫┴╤ ╦╠┴╫╔┴╘╒╥┴ ╬┼─╧╙╘╒╨╬┴ (NumLock off)"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: ╒╙╘┴╬╧╫╔╘╪ ╧╦╬┴\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: ╬╔╓╬┼┼ ╧╦╬╧\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: ╧╘╦╥┘╘╪ ╞┴╩╠\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Ё╧╩═┴╠ Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Ё╧╩═┴╠ Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Ё╧╩═┴╠ Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Ё╧╩═┴╠ Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Ё╧╩═┴╠ Alt-%c! (%d)\n"
|
||||
|
62
po/sv.po
62
po/sv.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.0.3\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\n"
|
||||
"PO-Revision-Date: 2001-07-06 22:27+0200\n"
|
||||
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
@ -66,7 +66,7 @@ msgstr "Fil att infoga [fr
|
||||
msgid "filename is %s"
|
||||
msgstr "filnamnet фr %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "Avbruten"
|
||||
|
||||
@ -785,130 +785,130 @@ msgstr "Markering satt"
|
||||
msgid "Mark UNset"
|
||||
msgstr "Markering borttagen"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap anropades med inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data nu = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Efter, data = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Redigera en ersфttning"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "Kunde inte skapa ett temporфrt filnamn: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Stavningskontroll misslyckades: kan inte skriva till temporфrfil!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Stavningskontrollen slutfЎrdes"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Stavningskontrollen misslyckades"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Spara фndrad buffert (ATT SVARA \"Nej\" KOMMER ATT F╓RST╓RA ─NDRINGAR)? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Mottog SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "Kan inte фndra storlek pх Ўvre fЎnstret"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "Kan inte flytta Ўvre fЎnstret"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "Kan inte фndra storlek pх redigeringsfЎnstret"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "Kan inte flytta redigeringsfЎnstret"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "Kan inte фndra storlek pх nedre fЎnstret"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "Kan inte flytta nedre fЎnstret"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "Kan ojustera nu!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s aktivera/deaktivera"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "aktiverad"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "deaktiverad"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr ""
|
||||
"NumLock-problem upptфcktes. Tangenterna kommer inte att fungera utan NumLock"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: konfigurera fЎnster\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: nedre fЎnstret\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: Ўppna fil\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "Jag mottog Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "Jag mottog Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "Jag mottog Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "Jag mottog Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "Jag mottog Alt-%c! (%d)\n"
|
||||
|
62
po/uk.po
62
po/uk.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.0.1\n"
|
||||
"POT-Creation-Date: 2001-07-18 21:49-0400\n"
|
||||
"POT-Creation-Date: 2001-07-28 19:55-0400\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"
|
||||
@ -66,7 +66,7 @@ msgstr "
|
||||
msgid "filename is %s"
|
||||
msgstr "ж═'╤ ╞┴╩╠╒ д %s"
|
||||
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1629
|
||||
#: files.c:379 files.c:883 files.c:1198 nano.c:1630
|
||||
msgid "Cancelled"
|
||||
msgstr "є╦┴╙╧╫┴╬╧"
|
||||
|
||||
@ -787,128 +787,128 @@ msgstr "
|
||||
msgid "Mark UNset"
|
||||
msgstr "эж╘╦╒ ┌╬╤╘╧"
|
||||
|
||||
#: nano.c:1105
|
||||
#: nano.c:1106
|
||||
#, c-format
|
||||
msgid "check_wrap called with inptr->data=\"%s\"\n"
|
||||
msgstr "check_wrap ╫╔┌╫┴╬╧ ┌ inptr->data=\"%s\"\n"
|
||||
|
||||
#: nano.c:1157
|
||||
#: nano.c:1158
|
||||
#, c-format
|
||||
msgid "current->data now = \"%s\"\n"
|
||||
msgstr "current->data ┌┴╥┴┌ = \"%s\"\n"
|
||||
|
||||
#: nano.c:1209
|
||||
#: nano.c:1210
|
||||
#, c-format
|
||||
msgid "After, data = \"%s\"\n"
|
||||
msgstr "Ёж╙╠╤, ─┴╬ж = \"%s\"\n"
|
||||
|
||||
#: nano.c:1310
|
||||
#: nano.c:1311
|
||||
msgid "Edit a replacement"
|
||||
msgstr "Є┼─┴╟╒╫┴╘╔ ┌┴═ж╬╒"
|
||||
|
||||
#: nano.c:1548
|
||||
#: nano.c:1549
|
||||
#, c-format
|
||||
msgid "Could not create a temporary filename: %s"
|
||||
msgstr "ю┼ ═╧╓╒ ╙╘╫╧╥╔╘╔ ╘╔═▐┴╙╧╫╒ ╬┴┌╫╒ ─╠╤ ╞┴╩╠╒: %s"
|
||||
|
||||
#: nano.c:1554
|
||||
#: nano.c:1555
|
||||
msgid "Spell checking failed: unable to write temp file!"
|
||||
msgstr "Ё┼╥┼╫ж╥╦┴ ╧╥╞╧╟╥┴╞жз ╬┼ ╫─┴╠┴╙╤: ╬┼═╧╓╠╔╫╧ ┌┴╨╔╙┴╘╔ ╘╔═▐┴╙╧╫╔╩ ╞┴╩╠!"
|
||||
|
||||
#: nano.c:1566
|
||||
#: nano.c:1567
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Ё┼╥┼╫ж╥╦╒ ╧╥╞╧╟╥┴╞жз ┌┴╫┼╥█┼╬╧"
|
||||
|
||||
#: nano.c:1568
|
||||
#: nano.c:1569
|
||||
msgid "Spell checking failed"
|
||||
msgstr "Ё┼╥┼╫ж╥╦┴ ╧╥╞╧╟╥┴╞жз ╬┼ ╫─┴╠┴╙╤"
|
||||
|
||||
#: nano.c:1597
|
||||
#: nano.c:1598
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "·┬┼╥┼╟╘╔ ┌═ж╬┼╬╔╩ ┬╒╞┼╥ (ўж─╨╧╫ж─╪ \"юж\" єысєї┤ ўє╢ ·э╢ющ) ? "
|
||||
|
||||
#: nano.c:1733
|
||||
#: nano.c:1734
|
||||
msgid "Received SIGHUP"
|
||||
msgstr "Ё╥╔╩╬╤╘╧ SIGHUP"
|
||||
|
||||
#: nano.c:1797
|
||||
#: nano.c:1798
|
||||
msgid "Cannot resize top win"
|
||||
msgstr "ю┼ ═╧╓╒ ┌═ж╬╔╘╔ ╥╧┌═ж╥ ╫┼╥╚╬╪╧╟╧ ╫ж╦╬┴"
|
||||
|
||||
#: nano.c:1799
|
||||
#: nano.c:1800
|
||||
msgid "Cannot move top win"
|
||||
msgstr "ю┼ ═╧╓╒ ╨┼╥┼═ж╙╘╔╘╔ ╫┼╥╚╬╪╧╟╧ ╫ж╦╬╧"
|
||||
|
||||
#: nano.c:1801
|
||||
#: nano.c:1802
|
||||
msgid "Cannot resize edit win"
|
||||
msgstr "ю┼ ═╧╓╒ ┌═ж╬╔╘╔ ╥╧┌═ж╥ ╫ж╦╬┴ ╥┼─┴╟╒╫┴╬╬╤"
|
||||
|
||||
#: nano.c:1803
|
||||
#: nano.c:1804
|
||||
msgid "Cannot move edit win"
|
||||
msgstr "ю┼ ═╧╓╒ ╨┼╥┼═ж╙╘╔╘╔ ╫ж╦╬╧ ╥┼─┴╟╒╫┴╬╬╤"
|
||||
|
||||
#: nano.c:1805
|
||||
#: nano.c:1806
|
||||
msgid "Cannot resize bottom win"
|
||||
msgstr "ю┼ ═╧╓╒ ┌═ж╬╔╘╔ ╥╧┌═ж╥ ╬╔╓╬╪╧╟╧ ╫ж╦╬┴"
|
||||
|
||||
#: nano.c:1807
|
||||
#: nano.c:1808
|
||||
msgid "Cannot move bottom win"
|
||||
msgstr "ю┼ ═╧╓╒ ╨┼╥┼═ж╙╘╔╘╔ ╬╔╓╬д ╫ж╦╬╧"
|
||||
|
||||
#: nano.c:2132
|
||||
#: nano.c:2133
|
||||
msgid "Can now UnJustify!"
|
||||
msgstr "э╧╓╒ ┌┴╥┴┌ ╓┼ є╦┴╙ў╔╥ж╫╬└╫┴╬╬╤!"
|
||||
|
||||
#: nano.c:2248
|
||||
#: nano.c:2249
|
||||
#, c-format
|
||||
msgid "%s enable/disable"
|
||||
msgstr "%s - ─╧┌╫╧╠╔╘╔/┌┴┬╧╥╧╬╔╘╔"
|
||||
|
||||
#: nano.c:2267
|
||||
#: nano.c:2268
|
||||
msgid "enabled"
|
||||
msgstr "─╧┌╫╧╠┼╬╧"
|
||||
|
||||
#: nano.c:2268
|
||||
#: nano.c:2269
|
||||
msgid "disabled"
|
||||
msgstr "┌┴┬╧╥╧╬┼╬╧"
|
||||
|
||||
#: nano.c:2321
|
||||
#: nano.c:2322
|
||||
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
|
||||
msgstr "╨╧═ж▐┼╬╧ ╟╠└╦ NumLock'┴. ф╧─┴╘╦╧╫┴ ╦╠┴╫ж┴╘╒╥┴ ═╧╓┼ ╬┼ ╨╥┴├└╫┴╘╔"
|
||||
|
||||
#: nano.c:2576
|
||||
#: nano.c:2577
|
||||
msgid "Main: set up windows\n"
|
||||
msgstr "Main: ╫╙╘┴╬╧╫╔╘╔ ╫ж╦╬┴\n"
|
||||
|
||||
#: nano.c:2587
|
||||
#: nano.c:2588
|
||||
msgid "Main: bottom win\n"
|
||||
msgstr "Main: ╬╔╓╬д ╫ж╦╬╧\n"
|
||||
|
||||
#: nano.c:2593
|
||||
#: nano.c:2594
|
||||
msgid "Main: open file\n"
|
||||
msgstr "Main: ╫ж─╦╥╔╘╔ ╞┴╩╠\n"
|
||||
|
||||
#: nano.c:2651
|
||||
#: nano.c:2652
|
||||
#, c-format
|
||||
msgid "I got Alt-O-%c! (%d)\n"
|
||||
msgstr "ё ╨ж╩═┴╫ Alt-O-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2678
|
||||
#: nano.c:2679
|
||||
#, c-format
|
||||
msgid "I got Alt-[-1-%c! (%d)\n"
|
||||
msgstr "ё ╨ж╩═┴╫ Alt-[-1-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2716
|
||||
#: nano.c:2717
|
||||
#, c-format
|
||||
msgid "I got Alt-[-2-%c! (%d)\n"
|
||||
msgstr "ё ╨ж╩═┴╫ Alt-[-2-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2770
|
||||
#: nano.c:2771
|
||||
#, c-format
|
||||
msgid "I got Alt-[-%c! (%d)\n"
|
||||
msgstr "ё ╨ж╩═┴╫ Alt-[-%c! (%d)\n"
|
||||
|
||||
#: nano.c:2805
|
||||
#: nano.c:2806
|
||||
#, c-format
|
||||
msgid "I got Alt-%c! (%d)\n"
|
||||
msgstr "ё ╨ж╩═┴╫ Alt-%c! (%d)\n"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user