Compare commits
46 Commits
v2.3.99pre
...
v2.4.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9007c58bdd | ||
|
|
2456dd2a85 | ||
|
|
a44cf41d37 | ||
|
|
76e7aaf514 | ||
|
|
cb776fad88 | ||
|
|
a4f28694c8 | ||
|
|
82d737ee6d | ||
|
|
138add24c8 | ||
|
|
532d55c8bd | ||
|
|
3345e3407d | ||
|
|
52d1c20973 | ||
|
|
6898c60ba6 | ||
|
|
69d26c35fb | ||
|
|
4d9b5e92b3 | ||
|
|
18a2edfb84 | ||
|
|
4e95ee9f6e | ||
|
|
79ff393dc2 | ||
|
|
03bcaf6067 | ||
|
|
5891c4a542 | ||
|
|
3131d0c48a | ||
|
|
336b0ecbca | ||
|
|
32e76c4386 | ||
|
|
7d77521794 | ||
|
|
7f61fa1b55 | ||
|
|
98485c96d8 | ||
|
|
184cf609c0 | ||
|
|
e73e02fe10 | ||
|
|
ed2f0b349f | ||
|
|
d4e1d31ea4 | ||
|
|
bb4edd0136 | ||
|
|
c9b3a71d02 | ||
|
|
1b65b19abd | ||
|
|
35cd49ec50 | ||
|
|
6c7764862b | ||
|
|
9c88cab78c | ||
|
|
651bb5009f | ||
|
|
86c6cd1725 | ||
|
|
bd98ff02f6 | ||
|
|
057ef182cd | ||
|
|
67cdd5ee1e | ||
|
|
92896a708d | ||
|
|
57fa775f25 | ||
|
|
8d53aa3ad2 | ||
|
|
5b1fb56a8f | ||
|
|
6948d2e779 | ||
|
|
69429ce274 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,6 +14,7 @@ core
|
||||
/INSTALL
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/compile
|
||||
/config.cache
|
||||
/config.guess
|
||||
/config.h
|
||||
|
||||
113
ChangeLog
113
ChangeLog
@@ -1,3 +1,116 @@
|
||||
GNU nano 2.4.0 - 2015.03.22
|
||||
2015-03-22 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/chars.c (move_mbleft): Start looking for a multibyte char
|
||||
not at the start of the string, but only as far back as such a
|
||||
char can possibly be. Change suggested by Mark Majeres.
|
||||
* src/search.c (findnextstr): Step backward or forward not simply
|
||||
one byte but one character (possibly multibyte). Fixes Savannah
|
||||
bug #42175, reported by myself, and the finding of ghosts seen in
|
||||
https://lists.gnu.org/archive/html/nano-devel/2015-03/msg00055.html.
|
||||
* src/winio.c (edit_redraw): Do not center the current line when
|
||||
smooth scrolling is used. This fixes Savannah bug #42654.
|
||||
|
||||
2015-03-21 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/text.c (do_alt_speller): Remove some leftovers.
|
||||
* src/search.c: Place some comments better and unwrap some lines.
|
||||
|
||||
2015-03-21 Mark Majeres <mark@engine12.com>
|
||||
* src/text.c (do_alt_speller): Restore the positions of the mark
|
||||
and the cursor in a better way: to the columns where they were.
|
||||
This fixes Savannah bug #44542, reported by Benno Schulenberg.
|
||||
|
||||
2015-03-20 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/nano.c (finish_stdin_pager, cancel_stdin_pager, stdin_pager):
|
||||
Normalize the whitespace, remove an old comment, and place another
|
||||
one better.
|
||||
* src/text.c (do_undo): Make a message equal to another one. It
|
||||
was mistakenly changed in r4950. (This is translation-neutral.)
|
||||
* src/global.c (shortcut_init): Keep related items together in the
|
||||
^G help screen.
|
||||
|
||||
2015-03-17 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/text.c (do_alt_speller): Do not set the modified flag when
|
||||
an external spell checker didn't make any changes. This fixes
|
||||
Savannah bug #44320, reported by Cody A. Taylor.
|
||||
|
||||
2015-03-14 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/text.c (do_formatter): Fix a message plus a few comments.
|
||||
|
||||
2015-03-14 Mark Majeres <mark@engine12.com>
|
||||
* src/nano.c (renumber): Get out if there is nothing to renumber,
|
||||
to prevent do_undo() from falling over trying to renumber emptiness.
|
||||
This fixes Savannah bug #44488, reported by Dennis Decker Jensen.
|
||||
|
||||
2015-03-08 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/proto.h, src/nano.c: Fix compilation with --enable-tiny plus
|
||||
--enable-nanorc.
|
||||
* src/rcfile.c (parse_binding): Fix the rebinding of toggles.
|
||||
* doc/man/{nano.1,rnano.1,nanorc.5}, doc/texinfo/nano.texi: Update
|
||||
years and version numbers in the docs in anticipation of a release.
|
||||
* src/nano.c (version): Drop compile time from version information
|
||||
to enable a reproducible build. Proposed by Jérémy Bobbio and Jordi
|
||||
Mallach (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774388).
|
||||
|
||||
2015-03-07 Benno Schulenberg <bensberg@justemail.net>
|
||||
* doc/man/nanorc.5, doc/texinfo/nano.texi: Add a note about the
|
||||
inherent imperfection of using regular expressions for syntax
|
||||
highlighting, as suggested by Mike Frysinger in bug #30962.
|
||||
* doc/man/nanorc.5: Improve the indentation of some lists.
|
||||
* doc/man/nanorc.5, doc/texinfo/nano.texi: Remove the mistaken
|
||||
square brackets around the arguments of "header" and "magic" --
|
||||
those arguments are not optional. Also add "formatter" to the
|
||||
texinfo document, and slightly improve its punctuation.
|
||||
|
||||
GNU nano 2.3.99pre2 - 2015.02.27
|
||||
2015-02-25 Chris Allegretta <chrisa@asty.org>
|
||||
* src/rcfile.c (parse_binding): Add an exception for do_toggle() as
|
||||
rebinding toggles broke with r5022. (Fixed in r5134.)
|
||||
|
||||
2015-02-21 Benno Schulenberg <bensberg@justemail.net>
|
||||
* README: Fix the explanation of how to subscribe to a mailing list.
|
||||
* doc/syntax/{java,lua,python,ruby}.nanorc: Wrap some overlong lines.
|
||||
|
||||
2015-02-18 Mike Frysinger <vapier@gentoo.org>
|
||||
* doc/syntax/sh.nanorc: Recognize also dash, openrc and runscript.
|
||||
|
||||
2015-02-16 Mike Frysinger <vapier@gentoo.org>
|
||||
* .gitignore: Ignore the autotools 'compile' file.
|
||||
|
||||
2015-02-15 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/file.c (do_lockfile): Also show the name of the affected file
|
||||
when finding a lock file, for when many files are opened at once.
|
||||
* src/file.c (do_lockfile): The user does the editing, not the editor.
|
||||
|
||||
2015-02-09 Chris Allegretta <chrisa@asty.org>
|
||||
* nano.spec.in: Add dependency on texinfo, docdir files for
|
||||
RPM file creation.
|
||||
|
||||
GNU nano 2.3.99pre2 - 2015.02.06
|
||||
2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
|
||||
* src/cut.c (do_cut_text): Make sure to set modified even when
|
||||
using --enable-tiny.
|
||||
|
||||
2015-02-01 Kamil Dudka <kdudka@redhat.com>
|
||||
* src/files.c (write_lockfile): Avoid writing uninitialized bytes to
|
||||
the lock file -- a simple null_at() would not initialize the buffer.
|
||||
* src/files.c (do_lockfile): Make sure that 'lockprog' and 'lockuser'
|
||||
are terminated -- strncpy() does not guarantee that on its own.
|
||||
* src/files.c (do_lockfile): Avoid printing a wrong PID on the status
|
||||
bar due to treating serialized PID bytes as signed integers. This
|
||||
addresses https://bugzilla.redhat.com/1186384 reported by Don Swaner.
|
||||
* src/files.c (write_lockfile): Do not trim the nano version number
|
||||
-- snprintf() counts the trailing zero into the size limit.
|
||||
|
||||
2015-02-01 Benno Schulenberg <bensberg@justemail.net>
|
||||
* src/winio.c (do_credits): Add a general entry for all translators.
|
||||
* src/nano.c (version), src/winio.c (do_credits): Update the copyright
|
||||
years to include 2015.
|
||||
|
||||
2015-01-13 Chris Allegretta <chrisa@asty.org>
|
||||
* src/files.c (open_buffer): Check here for locking and properly
|
||||
handle choosing to not open a file when locked instead of in
|
||||
open_file(). Fixes Savannah bug 42373 reported by Benno Schulenberg.
|
||||
|
||||
GNU nano 2.3.99pre1 - 2015.01.06
|
||||
2015-01-03 Chris Allegretta <chrisa@asty.org>
|
||||
* New formatter code to support syntaxes like
|
||||
|
||||
33
NEWS
33
NEWS
@@ -1,9 +1,38 @@
|
||||
2015.03.22 - GNU nano 2.4.0 "lizf" is released. This is the first
|
||||
stable release in many years, and brinds together many
|
||||
new features from the 2.3 series: including:
|
||||
a fully functional undo system (now enabled by default),
|
||||
vim-compatible file locking, linter support, formatter
|
||||
support, syntax highlighting flexibility, and many fixes
|
||||
for issues reported since 2.2. Many sincere thanks
|
||||
to all of the bug reports, patches, well wishes and
|
||||
contributions from everyone who has continued to
|
||||
support us. Thank you for using nano!
|
||||
|
||||
|
||||
2015.02.27 - GNU nano 2.3.99pre3 "Ashley" is released. This is likely
|
||||
to be the last release before the next major (2.4.0)
|
||||
release. Please test it out and send us any feedback
|
||||
via the Savannah bug page for nano
|
||||
(https://savannah.gnu.org/bugs/?group=nano). This
|
||||
release includes fixes for rebinding toggles via
|
||||
nanorc, several memory alignment fixes, and documentation
|
||||
and build updates. As always thank you for using
|
||||
nano - Share and Enjoy!
|
||||
|
||||
2015.02.06 - GNU nano 2.3.99pre2 "Snowblind" is released. This release
|
||||
contains only fixes, including: a long-standing problem
|
||||
with cutting in nano-tiny, several memory alignment
|
||||
improvements, and issues with leftover file locks. Please
|
||||
keep reporting bugs so we can get a happy and healthy
|
||||
2.4.0 soon. Thanks for using nano!
|
||||
|
||||
2015.01.06 - GNU nano 2.3.99pre1 "Junior" is released. As the first
|
||||
2.4 release candidate there will be fewer new features
|
||||
but many bugfixes going forward. This release contains
|
||||
new support for language reformatters like go's gofmt
|
||||
command which takes the place of the spelling checker.
|
||||
Fixes in this release include many syntax highlighting
|
||||
Fixes in this release include many syntax highlighting
|
||||
fixes and improvements, and documentation formatting updates.
|
||||
As always please report bugs via the Savannah bug page for
|
||||
nano (https://savannah.gnu.org/bugs/?group=nano), so we can
|
||||
@@ -337,7 +366,7 @@
|
||||
2008.03.18 - GNU nano 2.1.0 "under old mismanagement" is released.
|
||||
This first release in the 2.1 development series
|
||||
introduces rebinadble keys for most actions inside
|
||||
the editor. Please see the nanorc(5) page for
|
||||
the editor. Please see the nanorc(5) page for
|
||||
more information on configuring key bindings. Please
|
||||
also report all keybinding bugs (crashes, missing
|
||||
menu functions) using the Savannah bug tracker URL,
|
||||
|
||||
32
README
32
README
@@ -24,6 +24,7 @@ Overview
|
||||
How to compile and install nano
|
||||
|
||||
Download the nano source code, then:
|
||||
|
||||
tar zxvf nano-x.y.z.tar.gz
|
||||
cd nano-x.y.z
|
||||
./configure
|
||||
@@ -32,31 +33,30 @@ How to compile and install nano
|
||||
|
||||
It's that simple. Use --prefix with configure to override the
|
||||
default installation directory of /usr/local.
|
||||
|
||||
If you configured with the "--enable-nanorc" option, after
|
||||
installation you might copy the doc/nanorc.sample to your home
|
||||
directory, rename it to ".nanorc", and then edit it according to
|
||||
your taste.
|
||||
|
||||
If you haven't configured with the "--disable-nanorc" option, after
|
||||
installation you may want to copy the doc/nanorc.sample to your
|
||||
home directory, rename it to ".nanorc", and then edit it according
|
||||
to your taste.
|
||||
|
||||
Web Page
|
||||
|
||||
http://www.nano-editor.org/
|
||||
|
||||
Mailing List and Bug Reports
|
||||
Mailing Lists and Bug Reports
|
||||
|
||||
Savannah hosts all the nano-related mailing-lists.
|
||||
|
||||
+ info-nano@gnu.org is a very low traffic list
|
||||
used to announce new nano versions or other important
|
||||
information about the project.
|
||||
+ info-nano@gnu.org is a very low traffic list used to announce
|
||||
new nano versions or other important information about the
|
||||
project.
|
||||
+ help-nano@gnu.org is for those seeking to get help without
|
||||
wanting to hear about the technical details of its
|
||||
development.
|
||||
+ nano-devel@gnu.org is the list used by the people
|
||||
that make nano and a general development discussion list, with
|
||||
moderate traffic.
|
||||
wanting to hear about the technical details of its development.
|
||||
+ nano-devel@gnu.org is the list used by the people that make
|
||||
nano and a general development discussion list, with moderate
|
||||
traffic.
|
||||
|
||||
To subscribe, send email to nano-<name>-request@gnu.org with a
|
||||
To subscribe, send email to <name>-request@gnu.org with a
|
||||
subject of "subscribe", where <name> is the list you want to
|
||||
subscribe to.
|
||||
|
||||
@@ -68,5 +68,3 @@ Current Status
|
||||
GNU nano has reached its fourth stable milestone, 2.2.x.
|
||||
Development of new features continues in the 2.3.x branch, while
|
||||
2.2.x versions are dedicated to bug-fixing and polishing.
|
||||
|
||||
$Id$
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#
|
||||
# $Id$
|
||||
|
||||
AC_INIT([GNU nano], [2.3.99pre1], [nano-devel@gnu.org], [nano])
|
||||
AC_INIT([GNU nano], [2.4.0], [nano-devel@gnu.org], [nano])
|
||||
AC_CONFIG_SRCDIR([src/nano.c])
|
||||
AC_CANONICAL_HOST
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
.\" Documentation License along with this program. If not, see
|
||||
.\" <http://www.gnu.org/licenses/>.
|
||||
.\"
|
||||
.TH NANO 1 "version 2.3.7" "August 2014"
|
||||
.TH NANO 1 "version 2.4.0" "March 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
|
||||
.\" 2013, 2014 Free Software Foundation, Inc.
|
||||
.\" 2013, 2014, 2015 Free Software Foundation, Inc.
|
||||
.\"
|
||||
.\" This document is dual-licensed. You may distribute and/or modify it
|
||||
.\" under the terms of either of the following licenses:
|
||||
@@ -20,7 +20,7 @@
|
||||
.\" Documentation License along with this program. If not, see
|
||||
.\" <http://www.gnu.org/licenses/>.
|
||||
.\"
|
||||
.TH NANORC 5 "version 2.3.5" "June 2014"
|
||||
.TH NANORC 5 "version 2.4.0" "March 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.SH NAME
|
||||
@@ -250,7 +250,14 @@ characters as parts of words.
|
||||
|
||||
.SH SYNTAX HIGHLIGHTING
|
||||
Coloring the different syntactic elements of a file
|
||||
can be defined via the following commands:
|
||||
is done via regular expressions (see the \fBcolor\fR command below).
|
||||
This is inherently imperfect, because regular expressions are not
|
||||
powerful enough to fully parse a file. Nevertheless, regular
|
||||
expressions can do a lot and are easy to make, so they are a
|
||||
good fit for a small editor like \fBnano\fR.
|
||||
.sp
|
||||
A separate syntax can be defined for each kind of file
|
||||
via the following commands:
|
||||
.TP
|
||||
.BR syntax " ""\fIstr\fR"" [""\fIfileregex\fR"" ...]"
|
||||
Defines a syntax named \fIstr\fP which can be activated via the
|
||||
@@ -272,15 +279,15 @@ defined).
|
||||
.TP
|
||||
.BI formatter " program " \fR[ "arg " \fR...]
|
||||
For the currently defined syntax, use the given \fIprogram\fR
|
||||
to automatically re-format text, useful in certain programming
|
||||
languages (e.g. go)
|
||||
to automatically reformat text. Useful in certain programming
|
||||
languages (e.g. go).
|
||||
.TP
|
||||
.BR header " [""\fIregex\fR"" ...]
|
||||
.BR header " \fIregex\fR " ...
|
||||
For the currently defined syntax, add one or more regexes which will
|
||||
be compared against the very first line of the file to be edited,
|
||||
to determine whether this syntax should be used for that file.
|
||||
.TP
|
||||
.BR magic " [""\fIregex\fR"" ...]
|
||||
.BR magic " \fIregex\fR " ...
|
||||
For the currently defined syntax, add one or more regexes which
|
||||
will be compared against the result of querying the \fBmagic\fP
|
||||
database about the file to be edited, to determine whether this
|
||||
@@ -340,7 +347,8 @@ menus where it exists by using \fBall\fP).
|
||||
|
||||
.TP
|
||||
The format of \fIkey\fP should be one of:
|
||||
.TP
|
||||
.RS 3
|
||||
.TP 3
|
||||
.B ^
|
||||
followed by an alpha character or the word "Space".
|
||||
Example: ^C
|
||||
@@ -352,10 +360,11 @@ Example: M-C
|
||||
.B F
|
||||
followed by a numeric value from 1 to 16.
|
||||
Example: F10
|
||||
.RE
|
||||
|
||||
.TP
|
||||
|
||||
Valid \fIfunction\fP names to be bound include:
|
||||
|
||||
.RS 3
|
||||
.TP 2
|
||||
.B help
|
||||
Invokes the help viewer.
|
||||
@@ -617,10 +626,11 @@ Toggles automatic conversion of files from DOS/Mac format.
|
||||
.TP
|
||||
.B suspendenable
|
||||
Toggles whether the suspend sequence (normally ^Z) will suspend the editor window.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
|
||||
Valid \fImenu\fP sections are:
|
||||
|
||||
.RS 3
|
||||
.TP 2
|
||||
.B main
|
||||
The main editor window where text is entered and edited.
|
||||
@@ -668,6 +678,7 @@ The 'go to directory' menu in the file browser.
|
||||
A special name that encompasses all menus.
|
||||
For \fBbind\fR it means all menus where the specified \fIfunction\fR exists;
|
||||
for \fBunbind\fR it means all menus where the specified \fIkey\fR exists.
|
||||
.RE
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
.\" Documentation License along with this program. If not, see
|
||||
.\" <http://www.gnu.org/licenses/>.
|
||||
.\"
|
||||
.TH RNANO 1 "version 2.3.7" "August 2014"
|
||||
.TH RNANO 1 "version 2.4.0" "March 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.SH NAME
|
||||
|
||||
@@ -5,7 +5,8 @@ magic "Java "
|
||||
|
||||
color green "\<(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\>"
|
||||
color red "\<(break|case|catch|continue|default|do|else|finally|for|if|return|switch|throw|try|while)\>"
|
||||
color cyan "\<(abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\>"
|
||||
color cyan "\<(abstract|class|extends|final|implements|import|instanceof|interface|native)\>"
|
||||
color cyan "\<(package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\>"
|
||||
color red ""[^"]*""
|
||||
color yellow "\<(true|false|null)\>"
|
||||
color blue "//.*"
|
||||
|
||||
@@ -15,18 +15,20 @@ color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|\<(not|and|or)\>"
|
||||
color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>"
|
||||
|
||||
# Keywords
|
||||
color brightyellow "\<(debug|string|math|table|io|coroutine|os)\>\."
|
||||
color brightyellow "\<(io|math|os|string|table|coroutine|debug)\>\."
|
||||
color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\("
|
||||
|
||||
# Standard library
|
||||
color brightyellow "io\.\<(close|flush|input|lines|open|output|popen|read|tmpfile|type|write|stdin|stdout|stderr)\>"
|
||||
color brightyellow "math\.\<(abs|acos|asin|atan2|atan|ceil|cosh|cos|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log|max|min|mod|modf|pi|pow|rad|random|randomseed|sinh|tan)\>"
|
||||
color brightyellow "math\.\<(abs|acos|asin|atan2|atan|ceil|cosh|cos|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log)\>"
|
||||
color brightyellow "math\.\<(max|min|mod|modf|pi|pow|rad|random|randomseed|sinh|tan)\>"
|
||||
color brightyellow "os\.\<(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>"
|
||||
color brightyellow "package\.\<(cpath|loaded|loadlib|path|preload|seeall)\>"
|
||||
color brightyellow "string\.\<(byte|char|dump|find|format|gmatch|gsub|len|lower|match|rep|reverse|sub|upper)\>"
|
||||
color brightyellow "table\.\<(concat|insert|maxn|remove|sort)\>"
|
||||
color brightyellow "coroutine\.\<(create|resume|running|status|wrap|yield)\>"
|
||||
color brightyellow "debug\.\<(debug|getfenv|gethook|getinfo|getlocal|getmetatable|getregistry|getupvalue|setfenv|sethook|setlocal|setmetatable|setupvalue|traceback)\>"
|
||||
color brightyellow "debug\.\<(debug|getfenv|gethook|getinfo|getlocal|getmetatable|getregistry|getupvalue)\>"
|
||||
color brightyellow "debug\.\<(setfenv|sethook|setlocal|setmetatable|setupvalue|traceback)\>"
|
||||
|
||||
# File handle methods
|
||||
color brightyellow "\:\<(close|flush|lines|read|seek|setvbuf|write)\>"
|
||||
|
||||
@@ -6,7 +6,8 @@ header "^#!.*python[-0-9._]*"
|
||||
# Function definitions.
|
||||
icolor brightblue "def [0-9A-Z_]+"
|
||||
# Keywords.
|
||||
color brightcyan "\<(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|not|or|pass|print|raise|return|try|while|with|yield)\>"
|
||||
color brightcyan "\<(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from)\>"
|
||||
color brightcyan "\<(global|if|import|in|is|lambda|not|or|pass|print|raise|return|try|while|with|yield)\>"
|
||||
|
||||
# Strings.
|
||||
color brightgreen "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
syntax "ruby" "\.rb$"
|
||||
header "^#!.*ruby[-0-9._]*"
|
||||
|
||||
# Asciibetical list of reserved words.
|
||||
color yellow "\<(BEGIN|END|alias|and|begin|break|case|class|def|defined\?|do|else|elsif|end|ensure|false|for|if|in|module|next|nil|not|or|redo|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield)\>"
|
||||
# Reserved words.
|
||||
color yellow "\<(BEGIN|END|alias|and|begin|break|case|class|def|defined\?|do|else|elsif|end|ensure|false|for|if|in|module)\>"
|
||||
color yellow "\<(next|nil|not|or|redo|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield)\>"
|
||||
# Constants.
|
||||
color brightblue "(\$|@|@@)?\<[A-Z]+[0-9A-Z_a-z]*"
|
||||
# Ruby "symbols".
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Here is an example for Bourne shell scripts.
|
||||
|
||||
syntax "sh" "\.sh$"
|
||||
header "^#!.*(ba|k|pdk)?sh[-0-9_]*"
|
||||
header "^#!.*((ba|da|k|pdk)?sh[-0-9_]*|openrc-run|runscript)"
|
||||
magic "(POSIX|Bourne.*) shell script text"
|
||||
|
||||
icolor brightgreen "^[0-9A-Z_]+\(\)"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
@c Run 'makeinfo' rather than 'texinfo-format-buffer'.
|
||||
@smallbook
|
||||
@set EDITION 0.3
|
||||
@set VERSION 2.3.7
|
||||
@set UPDATED August 2014
|
||||
@set VERSION 2.4.0
|
||||
@set UPDATED March 2015
|
||||
|
||||
@dircategory Editors
|
||||
@direntry
|
||||
@@ -23,7 +23,7 @@
|
||||
@titlepage
|
||||
@title GNU @code{nano}
|
||||
@subtitle a small and friendly text editor.
|
||||
@subtitle version 2.3.7
|
||||
@subtitle version 2.4.0
|
||||
|
||||
@author Chris Allegretta
|
||||
@page
|
||||
@@ -34,7 +34,7 @@ editor.
|
||||
This manual is part of the GNU @code{nano} distribution.@*
|
||||
@sp 4
|
||||
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
2009, 2014 Free Software Foundation, Inc.
|
||||
2009, 2014, 2015 Free Software Foundation, Inc.
|
||||
|
||||
This document is dual-licensed. You may distribute and/or modify it
|
||||
under the terms of either of the following licenses:
|
||||
@@ -812,7 +812,14 @@ characters as part of a word.
|
||||
@node Syntax Highlighting
|
||||
@section Syntax Highlighting
|
||||
|
||||
Coloring the different syntactic elements of a file can be defined
|
||||
Coloring the different syntactic elements of a file
|
||||
is done via regular expressions (see the @code{color} command below).
|
||||
This is inherently imperfect, because regular expressions are not
|
||||
powerful enough to fully parse a file. Nevertheless, regular
|
||||
expressions can do a lot and are easy to make, so they are a
|
||||
good fit for a small editor like @code{nano}.
|
||||
|
||||
A separate syntax can be defined for each kind of file
|
||||
via the following commands in a nanorc file:
|
||||
|
||||
@table @code
|
||||
@@ -833,12 +840,16 @@ syntax's "fileregex".
|
||||
For the currently defined syntax, use the given program to invoke the
|
||||
linter (this overrides the speller function when defined).
|
||||
|
||||
@item formatter program [arg @dots{}]
|
||||
For the currently defined syntax, use the given program to automatically
|
||||
reformat text. Useful in certain programming languages (e.g. go).
|
||||
|
||||
@item header "regex" @dots{}
|
||||
For the currently defined syntax, add one or more regexes which will
|
||||
be compared against the very first line of the file to be edited,
|
||||
to determine whether this syntax should be used for that file.
|
||||
|
||||
@item magic ["regex" @dots{}]
|
||||
@item magic "regex" @dots{}
|
||||
For the currently defined syntax, add one or more regexes which will be
|
||||
compared against the result of querying the magic database about the file
|
||||
to be edited, to determine whether this syntax should be used for that
|
||||
|
||||
@@ -11,7 +11,7 @@ Group : Applications/Editors
|
||||
URL : http://www.nano-editor.org/
|
||||
Source : http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
|
||||
BuildRoot : %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires : autoconf, automake, gettext-devel, ncurses-devel
|
||||
BuildRequires : autoconf, automake, gettext-devel, ncurses-devel, texinfo
|
||||
|
||||
%description
|
||||
GNU nano is a small and friendly text editor. It aims to emulate the
|
||||
@@ -33,6 +33,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample
|
||||
%{_bindir}/*
|
||||
%{_docdir}/nano/*
|
||||
%{_mandir}/man*/*
|
||||
%{_mandir}/fr/man*/*
|
||||
%{_infodir}/nano.info*
|
||||
|
||||
356
po/bg.po
356
po/bg.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.9.99pre0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2006-08-25 00:56+0300\n"
|
||||
"Last-Translator: Anton Zinoviev <zinoviev@debian.org>\n"
|
||||
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Отиване в директория"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Отменено"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Отменено"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Не може да се излезе от %s в ограничен режим"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Грешка при четене на %s: %s"
|
||||
@@ -60,88 +60,89 @@ msgid "(parent dir)"
|
||||
msgstr "(родит.дир.)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Търсене"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Търсене отначало"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Това е единственото съвпадение"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Няма въведен низ за търсене"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Неуспех при създаването на временен файл: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Грешка при записа на временен файл: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Грешка при записа на временен файл: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Грешка при четене на %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Не може да се вмъкне файл извън %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Няма повече буфери за отваряне на файлове"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Превключено на %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Нов буфер"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Прочетен %lu ред (конвертиран от DOS и Mac формат)"
|
||||
msgstr[1] "Прочетени %lu реда (конвертирани от DOS и Mac формат)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -152,14 +153,14 @@ msgid_plural ""
|
||||
msgstr[0] "Прочетен %lu ред (конвертиран от DOS и Mac формат)"
|
||||
msgstr[1] "Прочетени %lu реда (конвертирани от DOS и Mac формат)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Прочетен %lu ред (конвертиран от Mac формат)"
|
||||
msgstr[1] "Прочетени %lu реда (конвертирани от Mac формат)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -168,14 +169,14 @@ msgid_plural ""
|
||||
msgstr[0] "Прочетен %lu ред (конвертиран от Mac формат)"
|
||||
msgstr[1] "Прочетени %lu реда (конвертирани от Mac формат)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Прочетен %lu ред (конвертиран от DOS формат)"
|
||||
msgstr[1] "Прочетени %lu реда (конвертирани от DOS формат)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -184,164 +185,164 @@ msgid_plural ""
|
||||
msgstr[0] "Прочетен %lu ред (конвертиран от DOS формат)"
|
||||
msgstr[1] "Прочетени %lu реда (конвертирани от DOS формат)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Прочетен %lu ред"
|
||||
msgstr[1] "Прочетени %lu реда"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Четене на файл"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Нов файл"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "„%s“ не е намерен"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "„%s“ е директория"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "„%s“ е файл за устройство"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Команда за изпълнение в нов буфер [от %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Команда за изпълнение [от %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Файл за вмъкване в новия буфер [от %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Файл за вмъкване [от %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Клавишът е недопустим в режим без буфери"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Не може да се запише извън %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "Не може да се добавя нищо към символна връзка, настроена с --nofollow"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Грешка при записа на временен файл: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Твърде много резервни копия?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Грешка при запис на %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Грешка при записа на временен файл: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Запазен е %lu ред"
|
||||
msgstr[1] "Запазени са %lu реда"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS формат]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac формат]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Резервно копие]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Прикрепяне на избрания текст в началото на файл"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Прикрепяне на избрания текст в края на файл"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Запазване на избрания текст във файл"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Име на файла за прикрепяне в началото му"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Име на файла за прикрепяне в края му"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Име на файл за запазване"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Файлът съществува, ПРЕЗАПИСВАНЕ? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Запазване под РАЗЛИЧНО ИМЕ? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(повече)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -350,28 +351,28 @@ msgstr ""
|
||||
"\n"
|
||||
"Натиснете „Enter“, за да продължи стартирането на nano\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1663,17 +1664,17 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Автоматично пренасяне"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano, версия %s (компилиран в %s часа на %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr ""
|
||||
" Е-поща: nano@nano-editor.org\tИнтернет адрес: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1682,68 +1683,68 @@ msgstr ""
|
||||
"\n"
|
||||
" Компилирани опции:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "За съжаление поддръжката за тази функция е изключена"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Запазване на променения буфер? (ПРИ ОТГОВОР „Не“ ПРОМЕНИТЕ ЩЕ СЕ ЗАГУБЯТ)"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Получи се SIGHUP или SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Използвайте „fg“, за да се върнете в nano.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "активирано"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "деактивирано"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Неизвестна команда"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "„XON“ е пренебрегнат, мън-мън."
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "„XOFF“ е пренебрегнат, мън-мън."
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Поисканият размер на табулация „%s“ е неправилен"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Поисканият размер „%s“ за максимална дължина на редове е неправилен"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1785,8 +1786,8 @@ msgstr "Грешка в %s на ред %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Аргументът „%s“ има незатворенa \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr ""
|
||||
"Низовете за регулярни изрази трябва да започват и завършват със символа \""
|
||||
@@ -1840,22 +1841,22 @@ msgstr ""
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Грешка при четене на %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1870,129 +1871,129 @@ msgstr ""
|
||||
"„black“, с възможна представка „bright“\n"
|
||||
"за цветове на преден план."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Не може да бъде добавена команда за цвят без синтактична команда"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Липсва името на цвета"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Липсва низът за регулярния израз"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "„start=“ изисква съответстващ „end=“"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Цветът за фон „%s“ не може да бъде ярък"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
#, fuzzy
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Не може да бъде добавена команда за цвят без синтактична команда"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Не може да бъде добавена команда за цвят без синтактична команда"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Липсва низът за регулярния израз"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Не може да бъде добавена команда за цвят без синтактична команда"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Липсва името на цвета"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Не може да бъде добавена команда за цвят без синтактична команда"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Командата „%s“ не е позволена във вмъкван файл"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Синтаксисът „%s“ няма команди за цветове"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Командата „%s“ е неизвестна"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Липсва името на цвета"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Опцията „%s“ изисква аргумент"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Опцията не е правилен многобайтов низ"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Необходими са символи, които не са празни"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Необходими са два символа с нормална ширина"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Не може да се отмени флаг „%s“"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Неизвестен флаг „%s“"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Не може да бъде намерена домашната директория! Ах!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2007,38 +2008,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "„%.*s%s“ не е намерен"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Зачитане на малки/големи]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Рег.израз]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Назад]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (за замяна) в избрания текст"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (за замяна)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Замяна на това съвпадение?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Замяна с"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2046,20 +2047,20 @@ msgstr[0] "Заменено е %lu съвпадение"
|
||||
msgstr[1] "Заменени са %lu съвпадения"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Въведете номер на ред и стълб"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
#, fuzzy
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Въведете номер на ред и стълб"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Не е скоба"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Няма съвпадаща скоба"
|
||||
|
||||
@@ -2075,9 +2076,9 @@ msgstr "Отменено е маркирането"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2132,22 +2133,17 @@ msgstr ""
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Неуспех при създаването на pipe"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Неуспех при fork"
|
||||
|
||||
@@ -2172,7 +2168,7 @@ msgstr "Редактиране на замяна"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Създаване на списък със сгрешени думи, изчакайте..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Не може да се определи размера на буфера на pipe"
|
||||
|
||||
@@ -2188,91 +2184,91 @@ msgstr "Грешка при извикване на „sort -f“"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Грешка при извикване на „uniq“"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Проверката на правописа завърши"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Грешка при извикване на „%s“"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Извикване на програмата за проверка на правописа"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Неуспех при проверката на правописа: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Неуспех при проверката на правописа: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Без знак за нов ред в края на файловете"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Показва тази справка"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Показва тази справка"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sДуми: %lu Редове: %ld Знаци: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "В избрания текст: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Дословен вход"
|
||||
|
||||
@@ -2313,35 +2309,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "ред %ld/%ld (%d%%), стълб %lu/%lu (%d%%), символ %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Текстов редактор nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "версия"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Създадено от:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Специални благодарности на:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "Фондация „Свободен софтуер“"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "За ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "и всички останали, които сме забравили..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Благодарим, че използвате nano!"
|
||||
|
||||
|
||||
364
po/cs.po
364
po/cs.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2014-07-19 16:10+0200\n"
|
||||
"Last-Translator: Pavel Fric <pavelfric@seznam.cz>\n"
|
||||
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
||||
@@ -24,9 +24,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Jít do adresáře"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Zrušeno"
|
||||
|
||||
@@ -35,10 +35,10 @@ msgstr "Zrušeno"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "V omezeném režimu nelze jít mimo %s"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Chyba při čtení: %s: %s"
|
||||
@@ -60,81 +60,82 @@ msgid "(parent dir)"
|
||||
msgstr "(rodičovský adresář)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Hledat"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Hledání dokončeno"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Toto je jediný výskyt"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Žádný současný vzor hledání"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr "Nepodařilo se určit moji identitu pro soubor lock (getpwuid() selhal)"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Nepodařilo se určit název počítače pro soubor lock: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Chyba při zápisu souboru lock %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Chyba při mazání souboru lock %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Chyba při otevírání souboru lock %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "Chyba čtení souboru lock %s: Nepřečten dostatek dat"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Chyba při zápisu souboru lock: Adresář '%s' neexistuje"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Nelze vložit soubor z vně %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Žádné další otevřené souborové vyrovnávací paměti"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Přepnuto na %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Nová vyrovnávací paměť"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
@@ -142,7 +143,7 @@ msgstr[0] "Přečten jeden řádek (převeden z formátu DOS a Mac)"
|
||||
msgstr[1] "Přečteny %lu řádky (převedeny z formátu DOS a Mac)"
|
||||
msgstr[2] "Přečteno %lu řádků (převedeny z formátu DOS a Mac)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -160,7 +161,7 @@ msgstr[2] ""
|
||||
"Přečteno %lu řádků (převedeny z formátu DOS a Mac - Varování: Žádné "
|
||||
"oprávnění pro zápis)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
@@ -168,7 +169,7 @@ msgstr[0] "Přečten jeden řádek (převeden z formátu Mac)"
|
||||
msgstr[1] "Přečteny %lu řádky (převedeny z formátu Mac)"
|
||||
msgstr[2] "Přečteno %lu řádků (převedeny z formátu Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -184,7 +185,7 @@ msgstr[2] ""
|
||||
"Přečteno %lu řádků (převedeny z formátu Mac - Varování: Žádné oprávnění pro "
|
||||
"zápis)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
@@ -192,7 +193,7 @@ msgstr[0] "Přečten jeden řádek (převeden z formátu DOS)"
|
||||
msgstr[1] "Přečteny %lu řádky (převedeny z formátu DOS)"
|
||||
msgstr[2] "Přečteno %lu řádků (převedeny z formátu DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -208,7 +209,7 @@ msgstr[2] ""
|
||||
"Přečteno %lu řádků (převedeny z formátu DOSc - Varování: Žádné oprávnění pro "
|
||||
"zápis)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
@@ -216,7 +217,7 @@ msgstr[0] "Přečten jeden řádek"
|
||||
msgstr[1] "Přečteny %lu řádky"
|
||||
msgstr[2] "Přečteno %lu řádků"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
@@ -224,95 +225,95 @@ msgstr[0] "Přečten jeden řádek (Varování: Žádné oprávnění pro zápis
|
||||
msgstr[1] "Přečteny %lu řádky (Varování: Žádné oprávnění pro zápis)"
|
||||
msgstr[2] "Přečteno %lu řádků (Varování: Žádné oprávnění pro zápis)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Čte se soubor"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Nový soubor"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" nenalezen"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "„%s“ je adresář"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" je soubor zařízení"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Příkaz k provedení v nové vyrovnávací paměti [z %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Příkaz k provedení [z %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Soubor k vložení do nové vyrovnávací paměti [z %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Soubor k vložení [z %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Klávesa nepřípustná, když není v režimu více vyrovnávacích pamětí"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Nepodařilo se zapsat zálohovací soubor. Pokračovat v ukládání? (N, nejste-li "
|
||||
"si jisti) "
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Nelze zapsat vně %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Nelze připojit na začátek nebo připojit na konec k symbolickému odkazu, když "
|
||||
"je nastaveno --nofollow"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Chyba při zápisu zálohovacího souboru %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Příliš mnoho zálohovacích souborů?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Chyba při zápisu %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Chyba při zápisu dočasného souboru s: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
@@ -320,59 +321,59 @@ msgstr[0] "Zapsán jeden řádek"
|
||||
msgstr[1] "Zapsány %lu řádky"
|
||||
msgstr[2] "Zapsáno %lu řádků"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [Formát DOS]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Formát Mac]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Záloha]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Připojit výběr na začátek souboru"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Připojit výběr na konec souboru"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Zapsat výběr do souboru"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Název souboru, na jehož začátek provést připojení"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Název souboru, na jehož konec provést připojení"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Název souboru k zapsání"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Soubor existuje. PŘEPSAT?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Uložit soubor pod JINÝM NÁZVEM? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Soubor byl poté, co jste jej otevřel, upraven. Pokračovat v ukládání?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(více)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -381,7 +382,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Stiskněte klávesu Enter pro pokračování \n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -390,7 +391,7 @@ msgstr ""
|
||||
"Nelze vytvořit adresář %s: %s\n"
|
||||
"Je vyžadován pro ukládání/nahrávání historie hledání nebo poloh ukazatele.\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -400,7 +401,7 @@ msgstr ""
|
||||
"Nano nebude schopen nahrát nebo uložit historii hledání nebo poloh "
|
||||
"ukazatele.\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -409,7 +410,7 @@ msgstr ""
|
||||
"Zjištěn zděděný soubor s historií nano (%s). Byl učiněn pokus o jeho přesun\n"
|
||||
"do upřednostňovaného umístění (%s), ale vyskytla se chyba: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1674,18 +1675,18 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Povolit plynulé zalamování dlouhých řádků"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU verze nano %s (sestaveno %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr ""
|
||||
"Adresa elektronické pošty: nano@nano-editor.org\tWWW: http://www.nano-editor."
|
||||
"org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1694,68 +1695,68 @@ msgstr ""
|
||||
"\n"
|
||||
" Volby při sestavování:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Promiňte, ale tato funkce není podporována"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr "Žádný název souboru"
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Uložit změněnou vyrovnávací paměť (odpověď \"Ne\" zahodí změny)?"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
"Obvyklý vstup (stdin) se z klávesnice znovu otevřít nepodařilo. Promiňte\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Čte se z obvyklého vstupu (stdin), ^C k pro přerušení\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Přijat SIGHUP nebo SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Použijte \"fg\" pro návrat do nano.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "povoleno"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "zakázáno"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Neznámý příkaz"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON nebrán na vědomí, huhňání"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF nebrán na vědomí, huhňání"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Požadovaná velikost zarážky \"%s\" je neplatná"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Požadovaná velikost výplně \"%s\" je neplatná"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr "Pište '%s -h' pro seznam dostupných voleb.\n"
|
||||
@@ -1797,8 +1798,8 @@ msgstr "Chyba v %s na řádku %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Argument „%s“ má neukončené \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Řetězce znaků pro regulární výrazy musí začínat a končit znakem \""
|
||||
|
||||
@@ -1852,22 +1853,22 @@ msgstr "Nelze spojit název \"%s\" s funkcí"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Nelze spojit název \"%s\" s nabídkou"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr "Funkce '%s' neexistuje v nabídce '%s'"
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Promiňte, ale klávesu \"%s\" nelze znovu přiřadit"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Chyba při rozšíření %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1883,64 +1884,64 @@ msgstr ""
|
||||
"a „black“ (černá), s volitelnou předponou „bright“ (světlá)\n"
|
||||
"pro barvy popředí."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Nelze přidat pokyn pro barvu bez příkazu pro skladbu"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Chybí název barvy"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Chybí řetězec regulárního výrazu"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "„start=“ vyžaduje odpovídající „end=“"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Barva pozadí \"%s\" nemůže být světlá (\"bright\")"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Nelze přidat regulární výraz pro záhlaví bez příkazu pro skladbu"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr ""
|
||||
"Nelze přidat regulární výraz kouzelného řetězce bez příkazu pro skladbu"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Chybí název kouzelného řetězce"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Nelze přidat statický rozbor bez příkazu pro skladbu - syntax"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr "Chybí příkaz pro statický rozbor"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Nelze přidat statický rozbor bez příkazu pro skladbu - syntax"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
#, fuzzy
|
||||
msgid "Missing formatter command"
|
||||
msgstr "Chybí příkaz pro statický rozbor"
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Závažná chyba: S funkcí \"%s\" není spojena žádná klávesová zkratka.\n"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1948,62 +1949,62 @@ msgstr ""
|
||||
"Spusťte, prosím, v případě potřeby nano s volbou \"-l\", chcete-li změnit "
|
||||
"svá nastavení nanorc.\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Nepodařilo se najít skladbu \"%s\" k rozšíření"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Příkaz \"%s\" nedovolen v zahrnutém souboru"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Skladba \"%s\" nemá pokyny pro barvy"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Příkazu \"%s\" neporozuměno"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr "Chybějící volba"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Volba \"%s\" vyžaduje argument"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Volba není žádným platným řetězcem znaků multibyte"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Požadovány ne-prázdné znaky"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Požadovány dva znaky v rozsahu jednoho sloupce"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Nelze vypnout volbu \"%s\""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Neznámá volba \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Nemohu najít svůj domovský adresář! Jau!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2018,38 +2019,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" nenalezen"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Rozlišovat velikost písmen]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [regulární výraz]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Zpět]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (k nahrazení) ve výběru"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (k nahrazení)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Nahradit tento případ?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Nahradit"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2058,19 +2059,19 @@ msgstr[1] "Nahrazeny %lu výskyty"
|
||||
msgstr[2] "Nahrazeno %lu výskytů"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Zadat číslo řádku, číslo sloupce"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Neplatné číslo řádku nebo, číslo sloupce"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Žádná závorka"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Žádná odpovídající závorka"
|
||||
|
||||
@@ -2086,11 +2087,11 @@ msgstr "Značka odstraněna"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Nic ve vyrovnávací paměti pro \"Zpět\"!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Vnitřní chyba: Nelze nalézt shodu pro řádek %ld. Uložte, prosím, svou práci."
|
||||
"Vnitřní chyba: Nelze nalézt shodu pro řádek %d. Uložte, prosím, svou práci."
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
msgid "text add"
|
||||
@@ -2142,23 +2143,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Vnitřní chyba: Nelze připravit \"provést znovu\". Uložte, prosím, svou práci."
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Vnitřní chyba: Nelze nalézt shodu pro řádek %d. Uložte, prosím, svou práci."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Operace zopakována (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Nepodařilo se vytvořit přenos dat"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Vidlici se nepodařilo provést"
|
||||
|
||||
@@ -2185,7 +2180,7 @@ msgstr "Upravit nahrazení"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Vytváří se seznam nesprávně napsaných slov. Čekejte, prosím,..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Nepodařilo se získat velikost vyrovnávací paměti přenosu dat"
|
||||
|
||||
@@ -2201,90 +2196,90 @@ msgstr "Chyba při vyvolání „sort -f“"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Chyba při vyvolání „uniq“"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Ověřování pravopisu dokončeno"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Chyba při vyvolání „%s“"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Vyvolat ověření správného psaní. Počkejte, prosím"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Ověření pravopisu se nezdařilo: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Ověření pravopisu se nezdařilo: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Pro tento typ souboru není stanoven žádný statický rozbor!"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr "Uložit před statickým rozborem změněnou vyrovnávací paměť?"
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr "Volá se statický rozbor. Počkejte, prosím"
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr "Příkaz %s nevytvořil žádný zpracovatelný řádek"
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
"Tato zpráva se týká neotevřeného souboru %s. Otevřít v nové vyrovnávací "
|
||||
"paměti?"
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr "Při poslední zprávě"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr "Při první zprávě"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
#, fuzzy
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr "Volá se statický rozbor. Počkejte, prosím"
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sSlov: %lu Řádků: %ld Znaků: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "Ve výběru: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Přímé zadání"
|
||||
|
||||
@@ -2326,38 +2321,47 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "Řádek %ld/%ld (%d%%), Sloupec %lu/%lu (%d%%), Znak %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Textový editor nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "Verze"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Vyvíjeno:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Zvláštní poděkování:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Pro ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "a všichni nejmenovaní..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Děkujeme vám za to, že používáte nano!"
|
||||
|
||||
#~ msgid "Internal error: can't match line %ld. Please save your work."
|
||||
#~ msgstr ""
|
||||
#~ "Vnitřní chyba: Nelze nalézt shodu pro řádek %ld. Uložte, prosím, svou "
|
||||
#~ "práci."
|
||||
|
||||
#~ msgid "line wrap"
|
||||
#~ msgstr "Zalomení řádku"
|
||||
|
||||
|
||||
356
po/da.po
356
po/da.po
@@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2011-11-11 22:53+0100\n"
|
||||
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
@@ -30,9 +30,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Gå til katalog"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Afbrudt"
|
||||
|
||||
@@ -41,10 +41,10 @@ msgstr "Afbrudt"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Kan ikke gå uden for %s i begrænset tilstand"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Fejl ved læsning af %s: %s"
|
||||
@@ -66,88 +66,89 @@ msgid "(parent dir)"
|
||||
msgstr "(ophavs-kat)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Søg"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Søgningen genstartet fra begyndelsen"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Dette er det eneste tilfælde"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Intet aktuelt søgemønster"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Kunne ikke sætte rettighederne %o på %s: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Fejl ved skrivning af sikkerhedskopifil %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Fejl ved skrivning af sikkerhedskopifil %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Fejl ved skrivning af sikkerhedskopifil %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Fejl ved skrivning af sikkerhedskopifil %s: Filens ejer stemmer ikke"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Kan ikke indsætte fil fra ydersiden af %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Ikke flere åbne filbuffere"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Skiftede til %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Ny buffer"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Læste %lu linje (Konverteret fra DOS- og Mac-format)"
|
||||
msgstr[1] "Læste %lu linjer (Konverteret fra DOS- og Mac-format)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -162,14 +163,14 @@ msgstr[1] ""
|
||||
"Læste %lu linjer (Konverteret fra DOS- og Mac-format - Advarsel: Ingen "
|
||||
"skriveadgang)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Læste %lu linje (Konverteret fra Mac-format)"
|
||||
msgstr[1] "Læste %lu linjer (Konverteret fra Mac-format)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -180,14 +181,14 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
"Læste %lu linjer (Konverteret fra Mac-format - Advarsel: Ingen skriveadgang)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Læste %lu linje (Konverteret fra DOS-format)"
|
||||
msgstr[1] "Læste %lu linjer (Konverteret fra DOS-format)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -198,166 +199,166 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
"Læste %lu linjer (Konverteret fra DOS-format - Advarsel: Ingen skriveadgang)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Læste %lu linje"
|
||||
msgstr[1] "Læste %lu linjer"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "Læs %lu linje (Advarsel: Ingen skriveadgang)"
|
||||
msgstr[1] "Læs %lu linjer (Advarsel: Ingen skriveadgang)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Læser filen"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Ny fil"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" kunne ikke findes"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" er et katalog"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" er en enhedsfil"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Kommando at køre i ny buffer [fra %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Kommando der skal køres [fra %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Fil at indsætte i ny buffer [fra %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Fil at indsætte [fra %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Tasten ugyldig i ikke-multibuffer-tilstand"
|
||||
|
||||
# afsluttende mellemrum efter strengen bevirker sandsynligvis at tekstmarkøren står rigtigt
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Kunne ikke skrive sikkerhedskopi; fortsæt med at gemme? (Sig N hvis usikker) "
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Kan ikke skrive uden for %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "Kan ikke foran- eller efterstille til symlænke med --nofollow givet"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Fejl ved skrivning af sikkerhedskopifil %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "For mange sikkerhedskopifiler?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Fejl ved skrivning af %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Fejl ved skrivning af midlertidig fil: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Skrev %lu linje"
|
||||
msgstr[1] "Skrev %lu linjer"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS-format]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac-format]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Sikkerhedskopi]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Foranstil udvalg til fil"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Tilføj udvalg til fil"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Skriv udvalg til fil"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Filnavn at foranstille på"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Filnavn at tilføje på"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Filnavn at skrive"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Filen findes, OVERSKRIV? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Gem filen under ET ANDET NAVN? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Filen blev ændret siden du sidst åbnede den, gem alligevel? "
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(mere)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -366,7 +367,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Tryk retur for at fortsætte\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -375,7 +376,7 @@ msgstr ""
|
||||
"Kan ikke oprette kataloget %s: %s\n"
|
||||
"Dette kræves for at kunne gemme/hente søgehistorik eller markørposition\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -384,7 +385,7 @@ msgstr ""
|
||||
"Stien %s er ikke et katalog, men skal være det.\n"
|
||||
"Nano vil ikke kunne indlæse eller gemme søge- eller markørpositionshistorik\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -393,7 +394,7 @@ msgstr ""
|
||||
"Fandt en ældre nanohistorikfil (%s), som jeg forsøgte at flytte\n"
|
||||
"til den foretrukne placering (%s), men stødte på en fejl: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1694,16 +1695,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Brug blød linjeombrydning"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano version %s (kompileret %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " E-post: nano@nano-editor.org\tHjemmeside: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1712,67 +1713,67 @@ msgstr ""
|
||||
"\n"
|
||||
" Kompileringsflag:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Desværre, understøttelse af denne funktion er blevet deaktiveret"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Gem ændret buffer (AT SVARE \"Nej\" VIL ØDELÆGGE ÆNDRINGER)? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Kunne ikke genåbne stdin fra tastaturet, beklager\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Læser fra stdin, ^C for at afbryde\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Modtog SIGHUP eller SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Brug \"fg\" for at returnere til nano\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "aktiveret"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "deaktiveret"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Ukendt kommando"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON ignoreret, mumle mumle"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF ignoreret, mumle mumle"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Ønsket tab-størrelse \"%s\" er ugyldig"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Ønsket fyld-størrelse \"%s\" er ugyldig"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1814,8 +1815,8 @@ msgstr "Fejl i %s på linje %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Argument \"%s\" har et uafsluttet \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Regex-strenge skal begynde og ende med et \"-tegn"
|
||||
|
||||
@@ -1870,22 +1871,22 @@ msgstr "Kunne ikke associere navnet \"%s\" med en funktion"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Kunne ikke associere navnet \"%s\" med en menu"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Beklager, keystr \"%s\" er en ugyldig binding"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Fejl ved læsning af %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1900,66 +1901,66 @@ msgstr ""
|
||||
"\"black\", med den valgfri forstavelse \"bright\"\n"
|
||||
"til forgrundsfarver."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Kan ikke tilføje farvekommando uden en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Mangler farvenavn"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Mangler regex-streng"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" kræver et tilsvarende \"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Baggrundsfarven \"%s\" må ikke være lys"
|
||||
|
||||
# Headeren/filhovedet er første linje i rc-filen, så vidt jeg kan se
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Kan ikke tilføje filhoved-regex uden en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Kan ikke tilføje magisk strengregex uden syntakskommando"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Mangler magisk strengnavn"
|
||||
|
||||
# Headeren/filhovedet er første linje i rc-filen, så vidt jeg kan se
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Kan ikke tilføje filhoved-regex uden en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Mangler farvenavn"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Kan ikke tilføje farvekommando uden en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Fatal fejl: Ingen taster bundet til funktionen \"%s\""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1967,63 +1968,63 @@ msgstr ""
|
||||
"Afslutter. Start om nødvendigt nano med flaget -I for at justere dine "
|
||||
"nanorc-indstillinger\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Kunne ikke associere navnet \"%s\" med en menu"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Kommandoen \"%s\" tillades ikke i inkluderet fil"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Syntaksen \"%s\" har ingen farvekommandoer"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Kommando \"%s\" ikke forstået"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Mangler farvenavn"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Flaget \"%s\" kræver et argument"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Flaget er ikke en gyldig flerbytestreng"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Kræver ikke-blanke tegn"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Der kræves to enkelt-kolonnetegn"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Kan ikke fjerne flag \"%s\""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Ukendt flag \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Jeg kan ikke finde mit hjemmekatalog! Hulk!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2038,38 +2039,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" ikke fundet"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Versalfølsom]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Regudtr]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Bagud]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (at erstatte) i markering"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (at erstatte)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Erstat denne forekomst?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Erstat med"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2077,19 +2078,19 @@ msgstr[0] "Erstattede %lu forekomst"
|
||||
msgstr[1] "Erstattede %lu forekomster"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Indtast linjenummer, kolonnenummer"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Ugyldigt linje- eller kolonnenummer"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ikke en klamme"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Ingen modsvarende klamme"
|
||||
|
||||
@@ -2105,9 +2106,9 @@ msgstr "Markering fjernet"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Intet i fortrydelsesbufferen!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Intern fejl: Kan ikke matche linje %d. Gem venligst dit arbejde"
|
||||
|
||||
# De her mystiske "text add" og den slags indgår i strengen "Undid action (%s)" hvor %s er en af disse
|
||||
@@ -2162,22 +2163,17 @@ msgstr "Intet at omgøre!"
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr "Intern fejl: Kan ikke opsætte uncut. Gem venligst dit arbejde."
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Intern fejl: Kan ikke matche linje %d. Gem venligst dit arbejde"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Omgjorde handling (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Kunne ikke oprette datakanal"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Kunne ikke forgrene"
|
||||
|
||||
@@ -2203,7 +2199,7 @@ msgstr "Redigér en erstatning"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Opretter ordliste med fejlstavelser, vent venligst..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Kunde ikke få størrelse af datakanals-buffer"
|
||||
|
||||
@@ -2219,91 +2215,91 @@ msgstr "Fejl ved kald af \"sort -f\""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Fejl ved kald af \"uniq\""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Stavekontrol færdiggjort"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Fejl ved kald af \"%s\""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Start stavekontrollen, hvis tilgængelig"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Stavekontrollen mislykkedes: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Stavekontrollen mislykkedes: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Tilføj ikke linjeskift til slut i filer"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Vis denne meddelelse"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Vis denne meddelelse"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sOrd: %lu Linjer: %ld Tegn: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "I markering: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Ordret input"
|
||||
|
||||
@@ -2344,35 +2340,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "linje %ld/%ld (%d%%), kol %lu/%lu (%d%%), tegn %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Tekstredigereren nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "version"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Præsenteres af:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Særlig tak til:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "For ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "og alle andre som vi har glemt..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Tak for at du bruger nano!"
|
||||
|
||||
|
||||
356
po/eu.po
356
po/eu.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.9.99pre0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2006-09-25 19:59+0200\n"
|
||||
"Last-Translator: Mikel Olasagasti <hey_neken@mundurat.net>\n"
|
||||
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Joan direktorio honetara"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Bertan behera utzita"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Bertan behera utzita"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Ezin da %stik kanpora joan era murriztuan"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Errorea %s irakurtzen: %s"
|
||||
@@ -59,88 +59,89 @@ msgid "(parent dir)"
|
||||
msgstr "(aita dir.)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Bilatu"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Bilaketa berriz hasia"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Hau da kointzidentzia bakarra"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Ez dago bilatzeko eredurik"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Ezin izan da aldi baterako fitxategia sortu: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Errorea aldi baterako fitxategia idazten: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Errorea aldi baterako fitxategia idazten: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Errorea %s irakurtzen: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Ezin da artxiboa txertatu %s-tik kanpo"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Ez dago irekitako fitxategi buffer gehiagorik"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "%s-ra aldatua"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Bufer berria"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Lerro %lu irakurria (DOS eta Mac formatutik bihurtuak)"
|
||||
msgstr[1] "%lu lerro irakurriak (DOS eta Mac formatutik bihurtuak)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -151,14 +152,14 @@ msgid_plural ""
|
||||
msgstr[0] "Lerro %lu irakurria (DOS eta Mac formatutik bihurtuak)"
|
||||
msgstr[1] "%lu lerro irakurriak (DOS eta Mac formatutik bihurtuak)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Lerro %lu irakurria (Mac formatutik bihurtuak)"
|
||||
msgstr[1] "%lu lerro irakurriak (Mac formatutik bihurtuak)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -167,14 +168,14 @@ msgid_plural ""
|
||||
msgstr[0] "Lerro %lu irakurria (Mac formatutik bihurtuak)"
|
||||
msgstr[1] "%lu lerro irakurriak (Mac formatutik bihurtuak)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Lerro %lu irakurria (DOS formatutik bihurtuak)"
|
||||
msgstr[1] "%lu lerro irakurriak (DOS formatutik bihurtuak)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -183,166 +184,166 @@ msgid_plural ""
|
||||
msgstr[0] "Lerro %lu irakurria (DOS formatutik bihurtuak)"
|
||||
msgstr[1] "%lu lerro irakurriak (DOS formatutik bihurtuak)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Lerro %lu irakurria"
|
||||
msgstr[1] "%lu lerro irakurriak"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Fitxategia irakurtzen"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Fitxategi berria"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" ezin aurkitu"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" direktorio bat da"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" fitxategia dispositibo-fitxategi bat da"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Buffer berrian exekutatzeko komandoa [%s-tik] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Exekutatutzeko komandoa [%s-(e)tik] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Buffer berrian txertatzeko fitxategia [%s-tik]"
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Txertatzeko fitxategia [%s-tik] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Baligabeko tekla ez-multibuffer moduan"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Ezin da %staz kanpo idatzi"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Ezin zaio hasieran edo amaieran gehitu esteka sinboliko bati --nofollow "
|
||||
"ezarria dagoenean"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Errorea aldi baterako fitxategia idazten: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Babes-kopia fitxategi gehiegi?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Errorea %s idazten: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Errorea aldi baterako fitxategia idazten: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Lerro %lu idatzia"
|
||||
msgstr[1] "%lu lerro idatziak"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr "[DOS formatua]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr "[Mac formatua]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Babeskopia]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Gehitu aukeraketa fitxategiaren hasieran"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Gehitu aukeraketa fitxategian"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Ahuatespena artxiboan idatzi"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Gehitu nahi duzun fitxategiaren izena"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Gehituko zaion fitxategiaren izena "
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Idatzi nahi duzun artxiboaren izena"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Fitxategia existitzen da dagoeneko, GAINIDATZI?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Gorde fitxategia BESTE izen batekin?"
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(gehiago)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -351,28 +352,28 @@ msgstr ""
|
||||
"\n"
|
||||
"Nanorekin jarraitzeko return sakatu\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1673,16 +1674,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Auto-doitu lerro luzeak"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr "GNU nano %s bertsioa (%s %s konpilatua)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr "E-posta: nano@nano-editor.org\tWebgunea: http://www.nano-editor.org"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1691,68 +1692,68 @@ msgstr ""
|
||||
"\n"
|
||||
"Konpilazio aukerak:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Barkatu, funtzio horrentzat euskarria gaitu gabe dago"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Buffer aldatua gorde? (\"Ez\" ERANTZUTEKOTAN ALDAKETAK DEUZESTUEGINGO DIRA) ?"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "SIGHUP edo SIGTERM jaso da\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Erabili \"fg\" nano-ra itzultzeko.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "gaitua"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "ez gaitua"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Komando ezezaguna"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON ignoratua, kaka zarra"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF ignoratua, kaka zarra"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Eskatutako \"%s\" tab tamainua baliogabea da"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Eskatutako \"%s\" betetze tamainua baliogabea da"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1794,8 +1795,8 @@ msgstr "Errorea %s-n %lu lerroan: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "'%s' argumentuak amaitu gabeko \" bat dauka"
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Regex kateak \" karaktearekin hasi eta amaitu behar dute"
|
||||
|
||||
@@ -1848,22 +1849,22 @@ msgstr ""
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Errorea %s irakurtzen: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1879,129 +1880,129 @@ msgstr ""
|
||||
"\"black\", \"bright\" aukerazko aurrizkiarekin\n"
|
||||
"aurreplanoko koloreentzat."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Ezin izan da kolorea komando bat gehitu sintaxi komando bat gabe"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Kolorearen izena falta da"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Regex katea falta da"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\"-k \"end=\" behar du"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Atzekaldeko \"%s\" koloreak ezin du bizia izan"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
#, fuzzy
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Ezin izan da kolorea komando bat gehitu sintaxi komando bat gabe"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Ezin izan da kolorea komando bat gehitu sintaxi komando bat gabe"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Regex katea falta da"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Ezin izan da kolorea komando bat gehitu sintaxi komando bat gabe"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Kolorearen izena falta da"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Ezin izan da kolorea komando bat gehitu sintaxi komando bat gabe"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Ezin izan zen %s ireki %s idazteko"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "\"%s\" komandoa ez dago baimendua fitxategia barne moduan"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "\"%s\" sintaxiak ez dauka kolore komandorik"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Ez da \"%s\" komandoa ulertu"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Kolorearen izena falta da"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "\"%s\" aukerak argumentu bat behar du"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Aukera ez da baliodun multibyte katea"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Ez-hutsune karaktereak behar dira"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Bi zutabe-bakar karaktere behar dira"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Ezin da \"%s\" bandera kendu"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "\"%s\" bandera ezezaguna"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Ezin dut nire etxe direktorioa aurkitu! Outx!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2016,38 +2017,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" ez da aurkitu"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr "[May/Min]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr "[Regexp]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr "[Atzeruntza]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (aldatzeko) aukeraketan"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr "(aldatzeko)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Instantsia hau aldatu?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Aldatu honekin"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2055,20 +2056,20 @@ msgstr[0] "%lu kointzidentzia aldatuta"
|
||||
msgstr[1] "%lu kointzidentzia aldatuta"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Lerroaren zenbakia, zutabe zenbakia sartu"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
#, fuzzy
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Lerroaren zenbakia, zutabe zenbakia sartu"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ez da hori giltza"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Ez dago giltz egokirik"
|
||||
|
||||
@@ -2084,9 +2085,9 @@ msgstr "Markatu ez hautatua"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2141,22 +2142,17 @@ msgstr ""
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Ezin izan da hodia sortu"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Ezin izan da bikoiztu"
|
||||
|
||||
@@ -2181,7 +2177,7 @@ msgstr "Ordezkoa editatu"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Gaizki idatzitako hiz zerrenda sortzen, itxaron mesedez..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Ezin izan da hodi buffer-aren tamainua lortu"
|
||||
|
||||
@@ -2197,91 +2193,91 @@ msgstr "Errorea \"sort -f\"-i deitzen"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Errorea \"uniq\"-i deitzen"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Zuzenketa ortografikoa bukatu da"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Errorea \"%s\"-(e)ri deitzen"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Deitu zuzentzaileari, eskuragarri badago"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Zuzenketa ortografikoan huts egin du: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Zuzenketa ortografikoan huts egin du: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Ez gehitu lerro berria fitxategiaren amaieran"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Mezu hau erakutsi"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Mezu hau erakutsi"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sHitzak: %lu Lerroak: %ld Karaktereak: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "Aukeraketan: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Sarrera literala"
|
||||
|
||||
@@ -2323,35 +2319,39 @@ msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr ""
|
||||
"%ld/%ld (%d%%) lerroa, %lu/%lu (%d%%) zutabea, %lu/%lu\t (%d%%) karakterea"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Nano textu editorea"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "bertsioa"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Zuretzako hauek egina:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Esker bereziak:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "ncurses-entzat:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "eta ahaztu dugun baten bat..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Mila esker nano erabiltzeagatik!"
|
||||
|
||||
|
||||
357
po/ga.po
357
po/ga.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.1.7pre1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2008-10-23 15:14-0500\n"
|
||||
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
|
||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Téigh go Comhadlann"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Cealaithe"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Cealaithe"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Ní féidir %s a fhágáil sa mhód teoranta"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Earráid agus %s á léamh: %s"
|
||||
@@ -60,81 +60,82 @@ msgid "(parent dir)"
|
||||
msgstr "téigh suas"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Cuardaigh"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Thimfhill an Cuardach"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Níor aimsíodh an patrún in aon áit eile"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Níl patrún cuardaigh ann faoi láthair"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Níorbh fhéidir comhad sealadach a chruthú: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Earráid agus comhad cúltaca %s á scríobh: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Earráid agus comhad cúltaca %s á scríobh: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Earráid agus comhad cúltaca %s á scríobh: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Earráid agus comhad cúltaca %s á scríobh: %s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Ní féidir comhad a ionsá ón taobh amuigh de %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Níl aon mhaoláin oscailte fágtha"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Athraithe go %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Maolán Nua"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
@@ -144,7 +145,7 @@ msgstr[2] "Léadh %lu líne (tiontaithe ó fhormáid DOS/Mac)"
|
||||
msgstr[3] "Léadh %lu líne (tiontaithe ó fhormáid DOS/Mac)"
|
||||
msgstr[4] "Léadh %lu líne (tiontaithe ó fhormáid DOS/Mac)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -158,7 +159,7 @@ msgstr[2] "Léadh %lu líne (tiontaithe ó fhormáid DOS/Mac)"
|
||||
msgstr[3] "Léadh %lu líne (tiontaithe ó fhormáid DOS/Mac)"
|
||||
msgstr[4] "Léadh %lu líne (tiontaithe ó fhormáid DOS/Mac)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
@@ -168,7 +169,7 @@ msgstr[2] "Léadh %lu líne (tiontaithe ó fhormáid Mac)"
|
||||
msgstr[3] "Léadh %lu líne (tiontaithe ó fhormáid Mac)"
|
||||
msgstr[4] "Léadh %lu líne (tiontaithe ó fhormáid Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -180,7 +181,7 @@ msgstr[2] "Léadh %lu líne (tiontaithe ó fhormáid Mac)"
|
||||
msgstr[3] "Léadh %lu líne (tiontaithe ó fhormáid Mac)"
|
||||
msgstr[4] "Léadh %lu líne (tiontaithe ó fhormáid Mac)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
@@ -190,7 +191,7 @@ msgstr[2] "Léadh %lu líne (tiontaithe ó fhormáid DOS)"
|
||||
msgstr[3] "Léadh %lu líne (tiontaithe ó fhormáid DOS)"
|
||||
msgstr[4] "Léadh %lu líne (tiontaithe ó fhormáid DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -202,7 +203,7 @@ msgstr[2] "Léadh %lu líne (tiontaithe ó fhormáid DOS)"
|
||||
msgstr[3] "Léadh %lu líne (tiontaithe ó fhormáid DOS)"
|
||||
msgstr[4] "Léadh %lu líne (tiontaithe ó fhormáid DOS)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
@@ -212,7 +213,7 @@ msgstr[2] "Léadh %lu líne"
|
||||
msgstr[3] "Léadh %lu líne"
|
||||
msgstr[4] "Léadh %lu líne"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
@@ -222,93 +223,93 @@ msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Comhad á Léamh"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Comhad Nua"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" gan aimsiú"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "Is comhadlann é \"%s\""
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "Is comhad gléis é \"%s\""
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Ordú le rith i maolán nua [ó %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Ordú le rith [ó %s]"
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Comhad le hionsá i maolán nua [ó %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Comhad le hionsá [ó %s]"
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Eochair neamhcheadaithe mura bhfuiltear i mód ilmhaoláin"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Ní féidir scríobh lasmuigh de %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Ní féidir réamhcheangal nó iarcheangal le nasc siombalach nuair atá --"
|
||||
"nofollow socraithe"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Earráid agus comhad cúltaca %s á scríobh: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "An iomarca comhad cúltaca?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Earráid agus %s á scríobh: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Earráid agus comhad sealadach á scríobh: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
@@ -318,59 +319,59 @@ msgstr[2] "Scríobhadh %lu líne"
|
||||
msgstr[3] "Scríobhadh %lu líne"
|
||||
msgstr[4] "Scríobhadh %lu líne"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [Formáid DOS]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Formáid Mac]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Cúltaca]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Réamhcheangail an Roghnúchán le Comhad"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Iarcheangail an Roghnúchán le Comhad"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Scríobh an Roghnúchán i gComhad"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Comhad is mian leat Réamhcheangal leis"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Comhad is mian leat Iarcheangal leis"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Ainm Comhaid le Scríobh"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Tá an comhad ann; FORSCRÍOBH ? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Sábháil an comhad le hAINM DIFRIÚIL ? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Athraíodh an comhad ón am a d'oscail tú é; sábháil é mar sin féin?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(tuilleadh)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -379,28 +380,28 @@ msgstr ""
|
||||
"\n"
|
||||
"Brúigh \"Enter\" chun dul ar aghaidh le tosú nano.\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1684,16 +1685,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Timfhilleadh líne"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano, leagan %s (tiomsaithe %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " R-phost: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1702,67 +1703,67 @@ msgstr ""
|
||||
"\n"
|
||||
" Roghanna tiomsaithe:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Tá brón orm, díchumasaíodh an fheidhm seo"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Sábháil an maolán athraithe (NÓ SCRIOSFAR DO CHUID ATHRUITHE) ? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Fuarthas SIGHUP nó SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Úsáid \"fg\" chun dul ar ais go nano.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "cumasaithe"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "díchumasaithe"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Ordú Anaithnid"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "Rinneadh neamhshuim ar XON :-("
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "Rinneadh neamhshuim ar XOFF :-("
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Is neamhbhailí í méid táib iarrtha \"%s\""
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Is neamhbhailí í méid líonta iarrtha \"%s\""
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1804,8 +1805,8 @@ msgstr "Earráid i %s ar líne %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Tá \" gan chríoch in argóint '%s'"
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr ""
|
||||
"Ní mór carachtar \" a bheith ag tosach agus ag deireadh sloinn ionadaíochta"
|
||||
@@ -1860,22 +1861,22 @@ msgstr "Níorbh fhéidir ainm \"%s\" a mhapáil go feidhm\n"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Níorbh fhéidir ainm \"%s\" a mhapáil go roghchlár\n"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Tá brón orm, ceangal neamhcheadaithe é keystr \"%s\"\n"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Earráid agus %s á léamh: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1890,69 +1891,69 @@ msgstr ""
|
||||
"\"black\", leis an réimír roghnach \"bright\"\n"
|
||||
"le haghaidh dathanna tulra."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Ní féidir ordú dhatha a chur leis gan ordú comhréire"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Ainm datha ar iarraidh"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Slonn ionadaíochta ar iarraidh"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "Tá gá le \"end=\" in éineacht le gach \"start=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Ní cheadaítear do dhath cúlra \"%s\" a bheith geal"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr ""
|
||||
"Ní féidir slonn ionadaíochta don cheanntásc a chur leis gan ordú comhréire"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr ""
|
||||
"Ní féidir slonn ionadaíochta don cheanntásc a chur leis gan ordú comhréire"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Slonn ionadaíochta ar iarraidh"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr ""
|
||||
"Ní féidir slonn ionadaíochta don cheanntásc a chur leis gan ordú comhréire"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Ainm datha ar iarraidh"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Ní féidir ordú dhatha a chur leis gan ordú comhréire"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Earráid mharfach: níl aon eochracha mapáilte le haghaidh feidhm \"%s\""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1960,63 +1961,63 @@ msgstr ""
|
||||
"Á scor. Úsáid nano leis an rogha -I más gá do chuid socruithe nanorc a "
|
||||
"athrú\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Níorbh fhéidir ainm \"%s\" a mhapáil go roghchlár\n"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Ní cheadaítear ordú \"%s\" i gcomhad iniata"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Níl orduithe datha ag an gcomhréir \"%s\""
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Níor tuigeadh ordú \"%s\""
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Ainm datha ar iarraidh"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Caithfidh tú argóint a thabhairt le rogha \"%s\""
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Níl an rogha ina teaghrán bailí il-bhirt"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Carachtair neamhbhána de dhíth"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Dhá charachtar aoncholúin de dhíth"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Ní féidir bratach \"%s\" a dhíchumasú"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Bratach anaithnid \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Ní féidir mo chomhadlann bhaile a aimsiú! Ochón!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2031,38 +2032,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" gan aimsiú"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Cásíogair]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Slonn]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Siar]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (le cur in ionad) i roghnúchán"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (le cur in ionad)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Ionadaigh an ceann seo?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Ionadaigh le"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2073,19 +2074,19 @@ msgstr[3] "Cuireadh teaghrán nua in ionad %lu n-uaire"
|
||||
msgstr[4] "Cuireadh teaghrán nua in ionad %lu uair"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Iontráil uimhir na líne agus uimhir an cholúin"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Uimhir líne nó uimhir cholúin neamhbhailí"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ní lúibín é"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Níl lúibín comhoiriúnach ann"
|
||||
|
||||
@@ -2101,9 +2102,9 @@ msgstr "Díshocraíodh Marc"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Níl faic le cealú!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Earráid inmheánach: ní féidir líne %d a mheaitseáil. Sábháil do chuid oibre"
|
||||
|
||||
@@ -2158,23 +2159,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Earráid inmheánach: ní féidir díghearradh a shocrú. Sábháil do chuid oibre."
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Earráid inmheánach: ní féidir líne %d a mheaitseáil. Sábháil do chuid oibre"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Athrinneadh gníomh (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Níorbh fhéidir píopa a chruthú"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Níorbh fhéidir forc a dhéanamh"
|
||||
|
||||
@@ -2201,7 +2196,7 @@ msgstr "Cuir ionadaí in eagar"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Liosta d'fhocail mílitrithe á chruthú; fan go fóill, le do thoil..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Níl aon fháil ar mhéid an mhaoláin píopa"
|
||||
|
||||
@@ -2217,91 +2212,91 @@ msgstr "Earráid agus \"sort -f\" á thosú"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Earráid agus \"uniq\" á thosú"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Chríochnaigh an litreoir"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Earráid agus \"%s\" á thosú"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Rith an litreoir, má tá sé ar fáil"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Theip ar an litreoir: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Theip ar an litreoir: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Ná cuir carachtair líne nua ag deireadh comhad"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Taispeáin an teachtaireacht seo"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Taispeáin an teachtaireacht seo"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sFocail: %lu Línte: %ld Carachtair: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "Sa Roghnúchán: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Ionchur Litriúil"
|
||||
|
||||
@@ -2342,35 +2337,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "líne %ld/%ld (%d%%), colún %lu/%lu (%d%%), carachtar %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Eagarthóir téacs nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "leagan"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Scríofa ag:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Táimid fíorbhuíoch de:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "As ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "agus de gach duine eile a ndearnamar dearmad orthu..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Go raibh maith agat as úsáid nano!"
|
||||
|
||||
|
||||
356
po/hu.po
356
po/hu.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.2.2pre1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2010-03-03 12:57+0100\n"
|
||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
@@ -26,9 +26,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Könyvtárváltás"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Megszakítva"
|
||||
|
||||
@@ -37,10 +37,10 @@ msgstr "Megszakítva"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Korlátozott módban nem léphet ki a következőből: %s"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Hiba %s olvasásakor: %s"
|
||||
@@ -62,88 +62,89 @@ msgid "(parent dir)"
|
||||
msgstr "(szülőkvt)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Keresés"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "A keresés körbeért"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Ez az egyetlen előfordulás"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Nincs keresési minta"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Hiba a biztonságimentés-fájl (%s) írásakor: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Hiba a biztonságimentés-fájl (%s) írásakor: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Hiba a biztonságimentés-fájl (%s) írásakor: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Hiba a biztonságimentés-fájl (%s) írásakor: %s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Nem szúrható be fájl a következőn kívülről: %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Nincs több nyitott fájlpuffer"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Átváltva erre: %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Új puffer"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "%lu sor beolvasva (DOS és Mac formátumról átalakítva)"
|
||||
msgstr[1] "%lu sor beolvasva (DOS és Mac formátumról átalakítva)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -158,14 +159,14 @@ msgstr[1] ""
|
||||
"%lu sor beolvasva (DOS és Mac formátumról átalakítva - Figyelmeztetés: nincs "
|
||||
"írásjog)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "%lu sor beolvasva (Mac formátumról átalakítva)"
|
||||
msgstr[1] "%lu sor beolvasva (Mac formátumról átalakítva)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -178,14 +179,14 @@ msgstr[1] ""
|
||||
"%lu sor beolvasva (Mac formátumról átalakítva - Figyelmeztetés: nincs "
|
||||
"írásjog)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "%lu sor beolvasva (DOS formátumról átalakítva)"
|
||||
msgstr[1] "%lu sor beolvasva (DOS formátumról átalakítva)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -198,166 +199,166 @@ msgstr[1] ""
|
||||
"%lu sor beolvasva (DOS formátumról átalakítva - Figyelmeztetés: nincs "
|
||||
"írásjog)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "%lu sor beolvasva"
|
||||
msgstr[1] "%lu sor beolvasva"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "%lu sor beolvasva (Figyelmeztetés: nincs írásjog)"
|
||||
msgstr[1] "%lu sor beolvasva (Figyelmeztetés: nincs írásjog)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Fájl beolvasása"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Új fájl"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "„%s” nem található"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "„%s” egy könyvtár"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "A(z) „%s” egy eszközfájl"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Az új pufferben futtatandó parancs [ebből: %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Futtatandó parancs [ebből: %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Az új pufferbe szúrandó fájl [ebből: %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Beszúrandó fájl [ebből: %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "A billentyű illegális nem többpufferes módban"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Nem lehet a következőn kívülre írni: %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Nem lehet szimbolikus link elé vagy mögé szúrni, ha a --nofollow be van "
|
||||
"állítva"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Hiba a biztonságimentés-fájl (%s) írásakor: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Túl sok biztonsági mentés van?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Hiba „%s” írása közben: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Hiba az ideiglenes fájl írásakor: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "%lu sor kiírva"
|
||||
msgstr[1] "%lu sor kiírva"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS formátum]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac formátum]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Biztonsági mentés]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "A kiválasztott rész beszúrása a szöveg elé"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "A kiválasztott rész hozzáfűzése a fájlhoz"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "A kiválasztott rész mentése fájlba"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Beszúrás ezen fájl elé"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Hozzáfűzés ehhez a fájlhoz"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Mentés ebbe a fájlba"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "A fájl már létezik, FELÜLÍRJA? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Menti a fájlt MÁS NÉVEN? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "A fájl módosult, mióta megnyitotta, folytatja a mentést?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(tovább)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -366,28 +367,28 @@ msgstr ""
|
||||
"\n"
|
||||
"A nano indításának folytatásához nyomja le az Enter billentyűt.\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1695,16 +1696,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Laza sortördelés engedélyezése"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano %s verzió. (fordítva: %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " E-mail: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1713,68 +1714,68 @@ msgstr ""
|
||||
"\n"
|
||||
" Fordítási kapcsolók:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Elnézést, a funkció támogatása ki van kapcsolva"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Menti a változtatásokat („NEM” VÁLASZ ESETÉN MINDEN MÓDOSÍTÁS ELVÉSZ)? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Az stdin nem nyitható újra a billentyűzetről.\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Olvasás stdinről, ^C megszakítja\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "SIGHUP vagy SIGTERM érkezett\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Az „fg” kiadásával visszatérhet a nanohoz.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "engedélyezve"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "kikapcsolva"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Ismeretlen parancs"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON kihagyva, ej-ej"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF kihagyva, ej-ej"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "A kért „%s” tabméret érvénytelen"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "A kért „%s” kitöltésméret érvénytelen"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1816,8 +1817,8 @@ msgstr "Hiba a(z) %s %lu. sorában: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "A(z) „%s” argumentum lezáratlan \" jellel rendelkezik"
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "A reguláris kifejezéseknek \" karakterekkel kezdődniük és végződniük"
|
||||
|
||||
@@ -1872,22 +1873,22 @@ msgstr "A név („%s”) nem képezhető le funkcióra"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "A név („%s”) nem képezhető le menüre"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "A billentyű-karakterlánc („%s”) nem érvényes kötés"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Hiba %s olvasásakor: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1901,66 +1902,66 @@ msgstr ""
|
||||
"„white”, „yellow”, „cyan”, „magenta” és \n"
|
||||
"„black”, opcionális „bright” előtaggal az előtérszínekhez."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Nem adható meg színparancs szintaxissor nélkül"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Hiányzik a szín neve"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Hiányzó regex karaktersorozat"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "„start=” -hoz kell egy megfelelő „end=”"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "A(z) „%s” háttérszín nem lehet világos"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Nem adható meg fejléc regex szintaxisparancs nélkül"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Nem adható meg fejléc regex szintaxisparancs nélkül"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Hiányzó regex karaktersorozat"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Nem adható meg fejléc regex szintaxisparancs nélkül"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Hiányzik a szín neve"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Nem adható meg színparancs szintaxissor nélkül"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Végzetes hiba: nincsenek billentyűk leképezve a függvényhez („%s”)"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1968,63 +1969,63 @@ msgstr ""
|
||||
"Kilépés. Használja a nanot a -I kapcsolóval, ha módosítani kívánja a nanorc "
|
||||
"beállításait\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "A név („%s”) nem képezhető le menüre"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "A(z) „%s” parancs nem engedélyezett a tartalmazott fájlban"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "A(z) „%s” szintaxis nem rendelkezik színparancsokkal"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "A(z) „%s” parancs nem értelmezhető"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Hiányzik a szín neve"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "A(z) „%s” kapcsoló egy paramétert igényel"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "A kapcsoló nem érvényes több bájtos karaktersorozat"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Nem üres karakterek szükségesek"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Két egyoszlopos karakter szükséges"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "A(z) „%s” jelző nem állítható vissza"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Ismeretlen jelző: „%s”"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Nincs meg a saját könyvtár! Hopp!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2039,38 +2040,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "A(z) „%.*s%s” nem található"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [kis/Nagy]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Regexp]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Vissza]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (cseréhez) a kijelölésben"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (cseréhez)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Lecseréli ezt a találatot?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Csere ezzel"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2078,19 +2079,19 @@ msgstr[0] "%lu előfordulás cserélve"
|
||||
msgstr[1] "%lu előfordulás cserélve"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Kérem a sor, oszlop számát"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Érvénytelen sor- vagy oszlopszám"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Nem zárójel"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Nincs illeszkedő zárójel"
|
||||
|
||||
@@ -2106,9 +2107,9 @@ msgstr "Kijelölés vége"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "A visszavonási puffer üres!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Belső hiba: a(z) %d. sor nem illeszthető. Mentse a munkáját."
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2162,22 +2163,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Belső hiba: a kivágás visszavonása nem állítható be. Mentse a munkáját."
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Belső hiba: a(z) %d. sor nem illeszthető. Mentse a munkáját."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Művelet megismételve (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Nem hozható létre a cső"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Nem forkolható"
|
||||
|
||||
@@ -2204,7 +2200,7 @@ msgstr "A helyettesítő érték módosítása"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Elgépelt szavak listájának létrehozása, kis türelmet..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Nem kérhető le a csőpuffer mérete"
|
||||
|
||||
@@ -2220,91 +2216,91 @@ msgstr "Hiba a „sort -f” meghívásakor"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Hiba a „uniq” meghívásakor"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "A helyesírás-ellenőrzés befejeződött"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Hiba a(z) „%s” meghívásakor"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "A helyesírás-ellenőrző indítása, ha elérhető"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "A helyesírás-ellenőrzés meghiúsult: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "A helyesírás-ellenőrzés meghiúsult: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Ne adjon új sorokat a fájlok végéhez"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Ezen üzenet kiírása"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Ezen üzenet kiírása"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sSzavak: %lu Sorok: %ld Karakterek: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "A kiválasztásban: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Szó szerinti bevitel"
|
||||
|
||||
@@ -2345,35 +2341,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "sor %ld/%ld (%d%%), oszlop %lu/%lu (%d%%), karakter %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "A nano szövegszerkesztő"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "verzió"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Fejlesztők:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Külön köszönet:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "A Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Az ncurses számára:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "és mindenkinek, akit kifelejtettünk volna..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Köszönjük, hogy a nano-t választotta!"
|
||||
|
||||
|
||||
359
po/id.po
359
po/id.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.2.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2003-04-23 09:41+0000\n"
|
||||
"Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n"
|
||||
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Ke Direktori"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Dibatalkan"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Dibatalkan"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Tidak dapat keluar %s dalam mode terbatas"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, fuzzy, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Quote string buruk %s: %s"
|
||||
@@ -59,88 +59,89 @@ msgid "(parent dir)"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Cari"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Pancarian Di-wrapped"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Hanya ini adanya"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Tidak dapat menset permisi %o pada %s: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Kesalahan dalam %s pada baris %d: "
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Kesalahan dalam %s pada baris %d: "
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Kesalahan dalam %s pada baris %d: "
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Tidak dapat menyisipkan file dari luar %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
#, fuzzy
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Tidak ada file yang terbuka lagi"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Beralih ke %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Buffer baru"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Baca %d baris (Dikonversi dari format Mac)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -150,13 +151,13 @@ msgid_plural ""
|
||||
"permission)"
|
||||
msgstr[0] "Baca %d baris (Dikonversi dari format Mac)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Baca %d baris (Dikonversi dari format Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -164,13 +165,13 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from Mac format - Warning: No write permission)"
|
||||
msgstr[0] "Baca %d baris (Dikonversi dari format Mac)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Membaca %d baris (Konversi dari format DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -178,194 +179,194 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from DOS format - Warning: No write permission)"
|
||||
msgstr[0] "Membaca %d baris (Konversi dari format DOS)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Membaca %d baris"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Membaca File"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "File Baru"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" tidak ditemukan"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" adalah sebuah direktori"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, fuzzy, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "File \"%s\" adalah sebuah file device"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, fuzzy, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "File yang akan disisipkan ke buffer baru [dari %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, fuzzy, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Perintah untuk dieksekusi "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "File yang akan disisipkan ke buffer baru [dari %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "File yang akan disisipkan [dari %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
#, fuzzy
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Kunci ilegal dalam mode non-multibuffer"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Tidak dapat menulis di luar %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
#, fuzzy
|
||||
msgid "Too many backup files?"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"No %s ditulis (terlalu banyak file backup?)\n"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Quote string buruk %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, fuzzy, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Menulis %d baris"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS Format]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac Format]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Backup]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Menambahkan Pilihan ke File"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Menambahkan Pilihan ke File"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Menulis Pilihan ke File"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Nama file yang akan ditambah ke"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Nama file yang akan ditambah ke"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Nama File untuk di-Tulis"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
#, fuzzy
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "File ada, DITIMPA ?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(lagi)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Press Enter to continue\n"
|
||||
msgstr "Tekan return untuk lanjut\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1703,16 +1704,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr "GNU nano versi %s (dikompilasi %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1721,69 +1722,69 @@ msgstr ""
|
||||
"\n"
|
||||
" Option kompilasi:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Maaf, dukungan untuk fungsi ini telah ditiadakan"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Simpan buffer termodifikasi (JAWAB \"No\" AKAN MENGHAPUS PERUBAHAN) ?"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Menerima SIGHUP atau SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, fuzzy, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Gunakan \"fg\" untuk kembali ke nano"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "adakan"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "tiadakan"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
#, fuzzy
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON diabaikan, mumble mumble."
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
#, fuzzy
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF diabaikan, mumble mumble."
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, fuzzy, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "ukuran tab yang diminta %d tidak valid"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, fuzzy, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "ukuran fill yang diminta %d tidak valid"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1825,8 +1826,8 @@ msgstr "Kesalahan dalam %s pada baris %d: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "argumen %s telah selesai.\""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
#, fuzzy
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "String regexp harus dimulai dan diakhiri dengan sebuah karakter \"\n"
|
||||
@@ -1880,22 +1881,22 @@ msgstr ""
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1909,130 +1910,130 @@ msgstr ""
|
||||
"\"white\", \"yellow\", \"cyan\", \"magenta\" dan \n"
|
||||
"\"black\", dengan prefiks opsional \"bright\".\n"
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
#, fuzzy
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Tidak dapat menambah direktif warna tanpa baris sintaks"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Nama warna tidak ada"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" membutuhkan \"end=\" yang sesuai"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
#, fuzzy
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Tidak dapat menambah direktif warna tanpa baris sintaks"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Tidak dapat menambah direktif warna tanpa baris sintaks"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Nama warna tidak ada"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Tidak dapat menambah direktif warna tanpa baris sintaks"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Nama warna tidak ada"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Tidak dapat menambah direktif warna tanpa baris sintaks"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Tidak dapat membuka %s untuk menulis: %s"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, fuzzy, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Perintah %s tidak dipahami"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Nama warna tidak ada"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, fuzzy, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "opsi %s membutuhkan sebuah argumen"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Tidak dapat menganti ukuran jendela atas"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Saya tidak dapat menemukan direktori home! Wah!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2047,59 +2048,59 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%s\" tidak ditemukan"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Case Sensitive]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Regexp]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Backwards]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
#, fuzzy
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (ganti)"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (ganti)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Ganti kata ini?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Ganti dengan"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, fuzzy, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
msgstr[0] "%d tempat terganti"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
#, fuzzy
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Masukkan nomor baris"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Bukan tanda kurung"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Tidak ada tanda kurung yang cocok"
|
||||
|
||||
@@ -2116,9 +2117,9 @@ msgstr "Unset Tanda"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2173,22 +2174,17 @@ msgstr ""
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Tidak dapat membuat pipe"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Tidak dapat mem-fork"
|
||||
|
||||
@@ -2213,7 +2209,7 @@ msgstr "Edit pengganti"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Membuat daftar kata yang misspelled, silakan tunggu..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Tidak dapat menentukan ukuran buffer pipe"
|
||||
|
||||
@@ -2229,92 +2225,91 @@ msgstr "Gagal memanggil \"sort -f\""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Gagal memanggil \"uniq\""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Selesai memeriksa ejaan"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, fuzzy, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Gagal memanggil \"spell\""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Panggil spell checker (jika ada)"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Spell checking gagal: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, fuzzy, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Spell checking gagal: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Tampilkan pesan ini"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Tampilkan pesan ini"
|
||||
|
||||
#: src/text.c:3255
|
||||
#, fuzzy
|
||||
msgid "Error: no linter defined"
|
||||
msgstr "Kesalahan dalam %s pada baris %d: "
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
#, fuzzy
|
||||
msgid "In Selection: "
|
||||
msgstr "Menambahkan Pilihan ke File"
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr ""
|
||||
|
||||
@@ -2359,36 +2354,40 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "baris %ld/%ld (%d%%), kol %lu/%lu (%d%%), char %lu/%ld (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Nano teks editor"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
#, fuzzy
|
||||
msgid "version"
|
||||
msgstr "versi "
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Dibuat untuk anda oleh:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Ucapan terima kasih khusus kepada:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Untuk ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "dan orang lain yang kami lupa...."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
#, fuzzy
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Terima kasih telah menggunakan nano!\n"
|
||||
|
||||
356
po/ja.po
356
po/ja.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2011-07-09 09:01+0900\n"
|
||||
"Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
|
||||
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
||||
@@ -22,9 +22,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "ディレクトリへ移動"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "取り消しました"
|
||||
|
||||
@@ -33,10 +33,10 @@ msgstr "取り消しました"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "制限モードでは %s の外部へ移動できません"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "%s: %s の読み込みに失敗しました"
|
||||
@@ -58,87 +58,88 @@ msgid "(parent dir)"
|
||||
msgstr "(parent dir)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "検索"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "先頭から検索します"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "他に見つかりません"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "検索語が指定されていません"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "バックアップファイル %s の書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "バックアップファイル %s の書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "バックアップファイル %s の書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "バックアップファイル %s の書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "%s の外部からファイルを挿入できません"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "ファイルを開くためのバッファがありません"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "%s に切り替えます"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "新しいバッファ"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "%lu 行を読み込みます(DOS または Mac のフォーマットを変換)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -150,13 +151,13 @@ msgstr[0] ""
|
||||
"%lu 行を読み込みます(DOS または Mac のフォーマットを変換 - 警告: 書き込み権"
|
||||
"限がありません)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "%lu 行を読み込みます(Mac フォーマットを変換)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -166,13 +167,13 @@ msgstr[0] ""
|
||||
"%lu 行を読み込みます(Mac フォーマットを変換 - 警告: 書き込み権限がありませ"
|
||||
"ん)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "%lu 行を読み込みます(DOS フォーマットを変換)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -182,163 +183,163 @@ msgstr[0] ""
|
||||
"%lu 行を読み込みます(DOS フォーマットを変換 - 警告: 書き込み権限がありませ"
|
||||
"ん)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "%lu 行を読み込みます"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "%lu 行を読み込みます(警告: 書き込み権限がありません)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "ファイルを読み込んでいます"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "新しいファイル"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" が見つかりません"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" はディレクトリです"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" はデバイスファイルです"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "新しいバッファでコマンドを実行 [from %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "コマンドを実行 [from %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "新しいバッファへファイルを読み込み [from %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "現在のバッファへファイルを読み込み [from %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "マルチバッファモードでの無効キー"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"バックアップファイルの書き込みに失敗しました。保存を継続しますか? (分からない"
|
||||
"場合は N としてください) "
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "%s の外部から書き込めません"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "--nofollow が設定されている状態ではリンク先を変更できません"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "バックアップファイル %s の書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "バックアップファイルが多すぎませんか?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "%s の書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "テンポラリファイルの書き込みエラー: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "%lu 行を書き込みました"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS フォーマット]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac フォーマット]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [バックアップ]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "ファイルの先頭に追加"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "ファイルの末尾に追加"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "ファイルに書き込み"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "先頭に追加するファイル"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "末尾に追加するファイル"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "書き込むファイル"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "ファイルを上書きしてよいですか? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "違う名前で保存しますか? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "ファイルを開いた後に修正が入りました、保存しますか? "
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(続き)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -347,7 +348,7 @@ msgstr ""
|
||||
"\n"
|
||||
"継続するために Enter を押してください\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -356,7 +357,7 @@ msgstr ""
|
||||
"ディレクトリ %s の作成に失敗しました: %s\n"
|
||||
"これは検索履歴およびカーソル位置の保存に必要なディレクトリです。\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -365,14 +366,14 @@ msgstr ""
|
||||
"パス %s はディレクトリである必要がありますが、ディレクトリではありません\n"
|
||||
"Nano は検索およびカーソル位置履歴の読み込みと保存ができません。\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1640,16 +1641,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "穏やかな行の折り返しを有効にする"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano バージョン %s (コンパイル日時: %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1658,67 +1659,67 @@ msgstr ""
|
||||
"\n"
|
||||
" コンパイルオプション:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "その機能は無効です"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "変更されたバッファを保存しますか (保存しないと変更は破棄されます)? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "申し訳ありませんが、キーボードからの標準入力を再オープンできません。\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "標準入力から読み込んでいます。中止する場合は ^C を入力してください\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "SIGHUP ないし SIGTERM を受信しました\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "\"fg\" とタイプすることで nano を再開できます。\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "使用する"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "使用しない"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "不明なコマンド"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON は効かないよ・・・ぶつぶつ"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF は効かないよ・・・ぶつぶつ"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "要求されたタブのサイズ \"%s\" は不正です"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "要求されたサイズ \"%s\" は不正です"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1760,8 +1761,8 @@ msgstr "エラー検出 %s の %lu 行目: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "引数 '%s' は \" で終端していません"
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "正規表現文字列は \" で括ってください"
|
||||
|
||||
@@ -1817,22 +1818,22 @@ msgstr "\"%s\" に対応する機能はありません"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "\"%s\" に対応するメニューはありません"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "申し訳ありませんが、キー \"%s\" は無効なバインディングです"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "%s: %s の読み込みに失敗しました"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1847,62 +1848,62 @@ msgstr ""
|
||||
"\"magenta\"、\"black\"で、それぞれに任意で\n"
|
||||
"接頭語\"bright\"をつけることが出来ます。"
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "色の名前がありません"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "正規表現文字列がみつかりません"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" には対応する \"end=\" が必要です"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "背景色 \"%s\" が明るい色ではありません"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "色の名前がありません"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "致命的なエラー: \"%s\" の機能に対応するキーがありません"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1910,63 +1911,63 @@ msgstr ""
|
||||
"終了します。nanorc の設定を調整する必要がある場合は、 -I オプションを指定し"
|
||||
"て nano を使用してください。\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "\"%s\" に対応するメニューはありません"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "コマンド \"%s\" はインクルードファイル内では許可されていません"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "構文 \"%s\" は色のコマンドではありません"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "コマンド \"%s\" を解釈できません"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "色の名前がありません"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "オプション \"%s\" には引数が必要です"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "オプションが有効なマルチバイト文字ではありません"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "非空白類文字が必要です"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "\"%s\" フラグを解除できません"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "未知のフラグ \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "ホームディレクトリが見つかりません"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1981,57 +1982,57 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" が見つかりません"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [大文字と小文字を区別する]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [正規表現]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [戻る]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "置換候補"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
msgstr[0] "%lu 個置換されました"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "行番号と列番号を入力"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "無効な行または列番号です"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "大括弧ではありません"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "大括弧が一致しません"
|
||||
|
||||
@@ -2047,9 +2048,9 @@ msgstr "マーク解除"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "undo バッファに何もありません!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "内部エラー: 行 %d が一致しません。作業を保存してください"
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2102,22 +2103,17 @@ msgstr "やり直す操作はありません!"
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr "内部エラー: uncut のセットアップに失敗しました。作業を保存してください"
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "内部エラー: 行 %d が一致しません。作業を保存してください"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "操作 (%s) をやり直しました"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "pipe を作成できません"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "forkできません"
|
||||
|
||||
@@ -2143,7 +2139,7 @@ msgstr ""
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "スペルミスのある単語リストを作成しています。しばらくお待ちください..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "pipe バッファのサイズを取得できませんでした"
|
||||
|
||||
@@ -2159,91 +2155,91 @@ msgstr "\"sort -f\" の呼び出しに失敗"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "\"uniq\" の呼び出しに失敗"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "スペルチェック完了"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "\"%s\" の呼び出しに失敗"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "スペルチェッカを起動 (利用可能な場合)"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "スペルチェック失敗: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "スペルチェック失敗: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "ファイル末尾に空行を追加しない"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "このメッセージを表示"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "このメッセージを表示"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%s単語数: %lu 行数: %ld 文字数: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "選択範囲内: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "逐次入力"
|
||||
|
||||
@@ -2284,35 +2280,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "行 %ld/%ld (%d%%), 列 %lu/%lu (%d%%), 文字 %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "nano テキストエディタ"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "バージョン"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "貢献してくれた方々:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "スペシャルサンクス:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "ncurses に関して:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "および他のすべての方々..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "nano を使用していただきありがとうございます!"
|
||||
|
||||
|
||||
356
po/ms.po
356
po/ms.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.1.7pre1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2009-01-06 00:48+0800\n"
|
||||
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
|
||||
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Pergi Ke Direktori"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Dibatalkan"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Dibatalkan"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Tidak boleh ke luar dari %s dalam mod terhad"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Ralat membaca %s: %s"
|
||||
@@ -59,87 +59,88 @@ msgid "(parent dir)"
|
||||
msgstr "(dir induk)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Cari"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Pancarian diulangi dari awal"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Hanya inilah sahaja yang dijumpai"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Tiada corak carian semasa"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Ralat menulis fail salinan %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Ralat menulis fail salinan %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Ralat menulis fail salinan %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Ralat menulis fail salinan %s: %s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Tidak dapat memasukkan fail luar daripada %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Tiada lagi buffer fail terbuka"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Ditukar kepada %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Buffer Baru"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "%lu baris dibaca (Ditukar daripada format Mac dan DOS)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -149,13 +150,13 @@ msgid_plural ""
|
||||
"permission)"
|
||||
msgstr[0] "%lu baris dibaca (Ditukar daripada format Mac dan DOS)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "%lu baris dibaca (Ditukar daripada format Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -163,13 +164,13 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from Mac format - Warning: No write permission)"
|
||||
msgstr[0] "%lu baris dibaca (Ditukar daripada format Mac)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "%lu baris dibaca (Ditukar daripada format DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -177,161 +178,161 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from DOS format - Warning: No write permission)"
|
||||
msgstr[0] "%lu baris dibaca (Ditukar daripada format DOS)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "%lu baris dibaca"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Membaca fail"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Fail Baru"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" tidak dijumpai"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" adalah sebuah direktori"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" adalah sebuah fail peranti"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Arahan untuk dilaksanakan dalam buffer baru [daripada %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Arahan untuk dilaksanakan [dari %s]"
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Fail untuk dimasukkan kedalam buffer baru [daripada %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Fail untuk dimasukkan [daripada %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Kekunci tidak sah dalam mod bukan multibuffer"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Tidak dapat menulis diluar daripada %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "Tidak dapat tambah awal atau tambah ke symlink dengan set --nofollow"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Ralat menulis fail salinan %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Terlalu banyak fail salinan?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Ralat menulis %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Ralat menulis fail sementara: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "%lu baris ditulis"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [Format DOS]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Format Mac]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Salinan]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Tambahan Awalan Pilihan ke Fail"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Tambahan Akhiran Pilihan ke Fail"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Tulis Pilihan ke Fail"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Nama Fail untuk di Tambah Awalan"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Nama Fail untuk di Tambah Akhiran"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Nama Fail untuk di Tulis"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Fail telah wujud, TINDIH ? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Simpan fail dengan NAMA BERLAINAN ? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Fail telah diubahsuai semenjak anda membukanya, teruskan menyimpan ?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(lagi)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -340,28 +341,28 @@ msgstr ""
|
||||
"\n"
|
||||
"Tekan Enter untuk meneruskan memulakan nano.\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1647,16 +1648,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Lilit baris panjang"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano versi %s (compiled %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " Emel: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1665,68 +1666,68 @@ msgstr ""
|
||||
"\n"
|
||||
" Pilihan kompilasi:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Maaf, sokongan untuk fungsi ini telah dimatikan"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Simpan buffer ubahsuai (JAWAB \"Tidak\" AKAN MENGHILANGKAN PERUBAHAN) ? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "SIGHUP atau SIGTERM diterima\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Guna \"fg\" untuk kembali ke nano.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "dihidupkan"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "dimatikan"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Arahan Tidak Diketahui"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON diabaikan, mumble mumble"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF diabaikan, mumble mumble"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Saiz tab \"%s\" yang diminta tidak sah"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Saiz isian \"%s\" yang diminta tidak sah"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1768,8 +1769,8 @@ msgstr "Ralat dalam %s pada baris %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Hujah '%s' tiada pengakhiran \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Rentetan regex mesti bermula dan tamat dengan aksara \""
|
||||
|
||||
@@ -1823,22 +1824,22 @@ msgstr "Tidak dapat memetakan nama \"%s\" ke fungsi\n"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Tidak dapat memetakan nama \"%s\" ke menu\n"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Maaf, kekunci \"%s\" adalah ikatan tidak sah\n"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Ralat membaca %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1853,66 +1854,66 @@ msgstr ""
|
||||
"\"black\", dengan prefiks pilihan \"bright\"\n"
|
||||
"untuk warna latar hadapan."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Tidak dapat menambah arahan warna tanpa arahan sintaks"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Nama warna tiada"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Rentetan regex hilang"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" memerlukan padanan \"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Warna latarbelakang \"%s\" tidak boleh terang"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Tidak dapat menambah pengepala regex tanpa arahan sintaks"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Tidak dapat menambah pengepala regex tanpa arahan sintaks"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Rentetan regex hilang"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Tidak dapat menambah pengepala regex tanpa arahan sintaks"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Nama warna tiada"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Tidak dapat menambah arahan warna tanpa arahan sintaks"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Ralat maut: tiada kekunci dipetakan untuk fungsi \"%s\""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1920,63 +1921,63 @@ msgstr ""
|
||||
"Keluar. Sila guna nano dengan pilihan -I jika perlu untuk mengubah tetapan "
|
||||
"nanorc anda\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Tidak dapat memetakan nama \"%s\" ke menu\n"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Arahan \"%s\" tidak dibenarkan dalam fail diselitkan"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Sintaks \"%s\" tidak mempunyai arahan warna"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Arahan \"%s\" tidak difahami"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Nama warna tiada"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Pilihan \"%s\" memerlukan hujah"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Pilihan bukan rentetan pelbagai byte yang sah"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Aksara bukan-kosong diperlukan"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Dua aksara satu-lajur diperlukan"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Tidak dapat nyahtetap penanda \"%s\""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Penanda \"%s\" tidak diketahui"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Saya tidak dapat mencari direktori utama! Wah!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1991,57 +1992,57 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" tidak dijumpai"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Case Sensitif]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Regexp]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Undur]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (untuk mengganti) dalam pilihan"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (untuk mengganti)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Ganti dikedudukan ini?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Ganti dengan"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
msgstr[0] "%lu tempat telah diganti"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Masukkan nombor baris, nombor lajur"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Nombor baris atau lajur tidak sah"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Bukan kurungan"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Tiada padanan kurungan"
|
||||
|
||||
@@ -2057,9 +2058,9 @@ msgstr "Nyahtetap Tanda"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Tiada apa dalam buffer nyahbuat!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Ralat dalaman: tidak dapat memadan baris %d. Sila simpan kerja anda"
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2113,22 +2114,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Ralat dalaman: tidak dapat menetapkan nyahpotong. Sila simpan kerja anda."
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Ralat dalaman: tidak dapat memadan baris %d. Sila simpan kerja anda"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Ulangbuat tindakan (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Tidak dapat mencipta paip"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Tidak dapat mencabang"
|
||||
|
||||
@@ -2155,7 +2151,7 @@ msgstr "Ubah penggantian"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Menghasilkan senarai perkataan salah eja, sila tunggu..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Tidak dapat memperoleh saiz buffer paip"
|
||||
|
||||
@@ -2171,91 +2167,91 @@ msgstr "Ralat melaksanakan \"sort -f\""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Ralat melaksanakan \"uniq\""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Selesai memeriksa ejaan"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Ralat melaksanakan \"%s\""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Panggil penyemak ejaan, jika ada"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Semakan ejaan gagal: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Semakan ejaan gagal: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Jangan tambah baris baru pada penghujung fail"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Papar mesej ini"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Papar mesej ini"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sPerkataan: %lu Baris: %ld Aksara: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "Dalam Pilihan:"
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Masukan Verbatim"
|
||||
|
||||
@@ -2296,35 +2292,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "baris %ld/%ld (%d%%), lajur %lu/%lu (%d%%), aksara %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Penyunting teks nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "versi"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Dibawakan kepada anda oleh:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Terima kasih khas kepada:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Untuk ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "dan sesiapa yang kami lupa...."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Terima kasih kerana menggunakan nano!"
|
||||
|
||||
|
||||
358
po/nano.pot
358
po/nano.pot
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr ""
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr ""
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr ""
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr ""
|
||||
@@ -59,88 +59,89 @@ msgid "(parent dir)"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr ""
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr ""
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -151,14 +152,14 @@ msgid_plural ""
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -167,14 +168,14 @@ msgid_plural ""
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -183,192 +184,192 @@ msgid_plural ""
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Press Enter to continue\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1495,82 +1496,82 @@ msgstr ""
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" Compiled options:"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1612,8 +1613,8 @@ msgstr ""
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr ""
|
||||
|
||||
@@ -1665,22 +1666,22 @@ msgstr ""
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1690,122 +1691,122 @@ msgid ""
|
||||
"for foreground colors."
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1818,38 +1819,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -1857,19 +1858,19 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr ""
|
||||
|
||||
@@ -1885,9 +1886,9 @@ msgstr ""
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -1939,22 +1940,17 @@ msgstr ""
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr ""
|
||||
|
||||
@@ -1979,7 +1975,7 @@ msgstr ""
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr ""
|
||||
|
||||
@@ -1995,87 +1991,87 @@ msgstr ""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr ""
|
||||
|
||||
@@ -2116,34 +2112,38 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3511
|
||||
msgid "For ncurses:"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3512
|
||||
msgid "and anyone else we forgot..."
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr ""
|
||||
|
||||
362
po/nb.po
362
po/nb.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2014-07-18 20:37+0100\n"
|
||||
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
|
||||
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
||||
@@ -26,9 +26,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Gå til katalog"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Avbrutt"
|
||||
|
||||
@@ -37,10 +37,10 @@ msgstr "Avbrutt"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Kan ikke gå utenfor %s i begrenset modus"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Lesefeil på %s: %s"
|
||||
@@ -62,88 +62,89 @@ msgid "(parent dir)"
|
||||
msgstr "(foreldrekatalog)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Søk"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Søket gikk rundt"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Dette er eneste forekomst"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Tomt søkemønster"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr "Kan ikke fastslå identiteten min for låsefil (getpwuid() mislyktes)"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Finner ikke ut vertsnavnet for låsefilen: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Feil ved skriving til låssfil %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Feil ved sletting av låsefil %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Feil ved åpning av låsefil %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "Feil ved lesing av låsefil %s: Ikke nok data lest"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Feil ved skriving til låssfil: Mappen «%s» finnes ikke"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Kan ikke sette inn fil fra utsiden av %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Ikke flere åpne filbuffer"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Byttet til %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Ny buffer"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Leste %lu linje (Konvertert fra DOS og Mac-format)"
|
||||
msgstr[1] "Leste %lu linjer (Konvertert fra DOS og Mac-format)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -158,14 +159,14 @@ msgstr[1] ""
|
||||
"Leste %lu linjer (Konvertert fra DOS og Mac-format - Advarsel: Ingen "
|
||||
"skrivetilgang)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Leste %lu linje (Konvertert fra Mac-format)"
|
||||
msgstr[1] "Leste %lu linjer (Konvertert fra Mac-format)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -176,14 +177,14 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
"Leste %lu linjer (Konvertert fra Mac-format - Advarsel: Ingen skrivetilgang)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Leste %lu linje (Konvertert fra DOS-format)"
|
||||
msgstr[1] "Leste %lu linjer (Konvertert fra DOS-format)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -194,167 +195,167 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
"Leste %lu linjer (Konvertert fra DOS-format - Advarsel: Ingen skrivetilgang)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Leste %lu linje"
|
||||
msgstr[1] "Leste %lu linjer"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "Les %lu linje (Advarsel: Ingen skrivetilgang)"
|
||||
msgstr[1] "Les %lu linjer (Advarsel: Ingen skrivetilgang)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Leser fil"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Ny fil"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "«%s» ikke funnet"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "«%s» er en katalog"
|
||||
|
||||
# "enhet" = "device", kanskje, men det er litt forvirrande
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "«%s» er en enhetsfil (device)"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Kommando som skal kjøres i nytt buffer [fra %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Kommando som skal kjøres [fra %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Fil som skal settes inn [fra %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Fil som skal settes inn [fra %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Tasten er ugyldig utenfor multibuffer-modus"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Klarte ikke å skrive backup fil, fortsette å lagre? (Si N hvis du er usikker)"
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Kan ikke skrive utenfor %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Kan ikke prependere eller appendere til en symbolsk lenke med --nofollow satt"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Feil ved skriving av backup-fil %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "For mange sikkerhetskopier?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Skrivefeil %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Feil ved skriving til midlertidlig fil: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Skrev %lu linje"
|
||||
msgstr[1] "Skrev %lu linjer"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS Format]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac Format]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Sikkerhetskopi]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Legg til valgt område først i fil"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Legg til valgt område sist i fil"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Skriv valgt område til fil"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Filnavn det skal legges til på slutten av"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Filnavn det skal legges til først i"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Filnavn som skal skrives til"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Filen finnes, SKRIVE OVER ? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Lagre filen under et ANNET NAVN ? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Filen ble endret etter at du åpnet den, fortsette å lagre?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(mer)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -363,7 +364,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Trykk linjeskift for å fortsette\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -373,7 +374,7 @@ msgstr ""
|
||||
"Det er nødvendig for lagring/lasting av søkehistorikk eller "
|
||||
"markørposisjoner\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -383,7 +384,7 @@ msgstr ""
|
||||
"Nano vil være ute av stand til å laste eller lagre søk- eller "
|
||||
"markørposisjonhistorikk\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -392,7 +393,7 @@ msgstr ""
|
||||
"Oppdaget en eldre nano historiefil (%s) som jeg prøvde å flytte\n"
|
||||
"til den ønskede plasseringen (%s), men oppdaget en feil: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1644,16 +1645,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Aktiver myk linjebryting"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr "GNU nano versjon %s (kompilert %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr "Epost: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1662,67 +1663,67 @@ msgstr ""
|
||||
"\n"
|
||||
" Kompilerte opsjoner:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Beklager, støtte for denne funksjonen er deaktivert"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr "Ingen filnavn"
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Lagre endret buffer («NEI» VIL ØDELEGGE ENDRINGENR) ? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Kunne ikke gjenåpne standard inn fra tastaturet, beklager\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Leser fra standard inn, ^C for å avbryte\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Mottok SIGHUP eller SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Bruk «fg» for å returnere til nano\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "på"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "av"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Ukjent kommando"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON ignorert, mumle mumle."
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF ignorert, mumle mumle."
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Angitt tabulatorstørrelse «%s» er ugyldig"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Foreslått fyllbredde «%s» er ugyldig"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr "Skriv «%s -»' for en liste over tilgjengelige alternativer.\n"
|
||||
@@ -1764,8 +1765,8 @@ msgstr "Feil i %s på linje %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Argument '%s' har en uterminert \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Strenger med reg-uttrykk må begynne med et \"-tegn"
|
||||
|
||||
@@ -1817,22 +1818,22 @@ msgstr "Kunne ikke tilordne navn «%s» til en funksjon"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Kunne ikke tilordne navn «%s» til en meny"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr "Funksjon «%s» eksisterer ikke i meny «%s»"
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Beklager, tastekombinasjonen «%s» kan ikke rebindes"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Feil ved utviding %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1848,63 +1849,63 @@ msgstr ""
|
||||
"(sort), med valgfritt prefiks «bright» (lys)\n"
|
||||
"på forgrunnsfarver."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Kan ikke legge til et fargedirektiv uten en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Mangler farvenavn"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Regulært uttrykk mangler"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "«start=» forutsetter et korresponderende «end=»"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Bakgrunnsfargen %s kan ikke være lys"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Kan ikke legge til topptekst-regex uten syntakskommando"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Kan ikke legge til en magisk regulær-streng uten syntakskommando"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Mangler magisk strengnavn"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Kan ikke legge til linter uten en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr "Mangler linter-kommando"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Kan ikke legge til linter uten en syntakskommando"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
#, fuzzy
|
||||
msgid "Missing formatter command"
|
||||
msgstr "Mangler linter-kommando"
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Fatal feil: ingen taster kartlagt for funksjon «%s», avslutter.\n"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1912,62 +1913,62 @@ msgstr ""
|
||||
"Hvis nødvendig, bruk nano med -I alternativ for å justere nanorc-"
|
||||
"innstillinger.\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Kunne ikke finne syntax «%s» å forlenge"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Kommandoen «%s» tillates ikke i inkludert fil"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Syntaksen «%s» har ingen fargekommandoer"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "kommando «%s» ikke forstått"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr "Mangler flagg"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Valg «%s» krever et argument"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Brukervalget er ikke gyldig for flerbyte strenger"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Må ha tegn som ikke er tabulator eller mellomslag"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "To enkelt-tegn kreves"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Kan ikke tilbakestille flagg «%s»"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Ukjent flagg «%s»"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Finner ikke hjemmekatalogen! Buhu!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1982,38 +1983,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "«%.*s%s» ikke funnet"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Ta hensyn til store/små bokstaver]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Regulært uttrykk]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Bakover]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (å erstatte) i seksjon"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (å erstatte)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Erstatt dette tilfellet?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Erstatt med"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2021,19 +2022,19 @@ msgstr[0] "Erstattet %lu tilfelle"
|
||||
msgstr[1] "Erstattet %lu tilfeller"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Skriv linjenummer, kolonnenummer"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Ugyldig linje eller kolonnenummer"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ikke en klamme"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Ingen matchende klamme"
|
||||
|
||||
@@ -2049,10 +2050,10 @@ msgstr "Fjern merke"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Ingenting i angrebuffer!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgstr "Intern feil: kan ikke matche linje %ld. Vennligst lagre arbeidet ditt"
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Intern feil: kan ikke matche linje %d. Vennligst lagre arbeidet ditt"
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
msgid "text add"
|
||||
@@ -2104,22 +2105,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Intern feil: kan ikke sette opp Gjør om. Vennligst lagre arbeidet ditt."
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Intern feil: kan ikke matche linje %d. Vennligst lagre arbeidet ditt"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Omgjorde handling (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Kunne ikke opprette pipe"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Kunne ikke forke"
|
||||
|
||||
@@ -2146,7 +2142,7 @@ msgstr "Rediger erstatning"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Oppretter ordliste for feilstavelser, vennligst vent..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Kunne ikke finne størrelse på pipe buffer"
|
||||
|
||||
@@ -2162,88 +2158,88 @@ msgstr "Feil ved start av zsort -f»"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Feil ved start av «uniq»"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Stavekontroll fullført"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Feil ved start av «%s»"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Start stavesjekk, vennligst vent"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Stavekontroll feilet: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Stavekontroll feilet: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Ingen linter definert for denne filtypen!"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr "Lagre endret buffer før linting?"
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr "Starter linter, vennligst vent"
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr "Fikk 0 maskinlesbare linjer fra kommando: %s"
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr "Denne meldingen er for uåpnet fil %s, åpne den i en ny buffer?"
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr "Ved siste melding"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr "Ved første melding"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
#, fuzzy
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr "Starter linter, vennligst vent"
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sOrd: %lu Linjer: %ld Tegn: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "I seksjon: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Legg inn ord for ord"
|
||||
|
||||
@@ -2284,39 +2280,47 @@ msgstr "Advarsel: Endrer en fil som ikke er låst, sjekk katalogtillatelse?"
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "linje %ld/%ld (%d%%), kolonne %lu/%lu (%d%%), tegn %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Tekstbehandleren nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "versjon"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Brakt til deg av:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Mange takk til:"
|
||||
|
||||
# Oversette dette ?
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "For ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "og alle de andre vi glemte..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Takk for at du bruker nano!"
|
||||
|
||||
#~ msgid "Internal error: can't match line %ld. Please save your work."
|
||||
#~ msgstr ""
|
||||
#~ "Intern feil: kan ikke matche linje %ld. Vennligst lagre arbeidet ditt"
|
||||
|
||||
#~ msgid "line wrap"
|
||||
#~ msgstr "linjebryting"
|
||||
|
||||
|
||||
359
po/nn.po
359
po/nn.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.1.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2002-03-22 20:34+0100\n"
|
||||
"Last-Translator: Kjetil Torgrim Homme <kjetilho@linpro.no>\n"
|
||||
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Gå til katalog"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Avbrote"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Avbrote"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Kan ikkje gå utanfor %s i avgrensa modus"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr ""
|
||||
@@ -59,89 +59,90 @@ msgid "(parent dir)"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Søk"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Søket gjekk rundt"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Dette er einaste forekomst"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Kunne ikkje setja tilgangsnivå %o på %s: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Feil i %s på linje %d: "
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Feil i %s på linje %d: "
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Feil i %s på linje %d: "
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Kan ikkje setja inn fil frå utanfor %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
#, fuzzy
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Ingen fleire opne filer"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Bytta til %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Ny buffer"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Leste %d linjer (på Mac-format)"
|
||||
msgstr[1] "Leste %d linjer (på Mac-format)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -152,14 +153,14 @@ msgid_plural ""
|
||||
msgstr[0] "Leste %d linjer (på Mac-format)"
|
||||
msgstr[1] "Leste %d linjer (på Mac-format)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Leste %d linjer (på Mac-format)"
|
||||
msgstr[1] "Leste %d linjer (på Mac-format)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -168,14 +169,14 @@ msgid_plural ""
|
||||
msgstr[0] "Leste %d linjer (på Mac-format)"
|
||||
msgstr[1] "Leste %d linjer (på Mac-format)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Leste %d linjer (på DOS-format)"
|
||||
msgstr[1] "Leste %d linjer (på DOS-format)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -184,174 +185,174 @@ msgid_plural ""
|
||||
msgstr[0] "Leste %d linjer (på DOS-format)"
|
||||
msgstr[1] "Leste %d linjer (på DOS-format)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Leste %d linjer"
|
||||
msgstr[1] "Leste %d linjer"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Les fil"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Ny fil"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "«%s» ikkje funne"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, fuzzy, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "Fila «%s» er ein katalog"
|
||||
|
||||
# "enhet" = "device", kanskje, men det er litt forvirrande
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, fuzzy, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "Fila «%s» er ikkje ei vanleg fil"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, fuzzy, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Fila som skal setjast inn [frå %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, fuzzy, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Fila som skal setjast inn [frå %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Fila som skal setjast inn [frå %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
#, fuzzy
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Tasten er ugyldig utan fleire buffer"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Kan ikkje skriva utanfor %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
#, fuzzy
|
||||
msgid "Too many backup files?"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"%s vart ikkje lagra (for mange sikringskopiar?)\n"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, fuzzy, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Skreiv %d linjer"
|
||||
msgstr[1] "Skreiv %d linjer"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS-format]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac-format]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
#, fuzzy
|
||||
msgid " [Backup]"
|
||||
msgstr " [Bakover]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
#, fuzzy
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Legg til valt område på slutten av fil"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Legg til valt område på slutten av fil"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Lagra valt område til fil"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
#, fuzzy
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Namn på fil som skal leggjast til"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
#, fuzzy
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Namn på fil som skal leggjast til"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Namn på fila som skal lagrast"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
#, fuzzy
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Fila eksisterer, SKRIV OVER?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(meir)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -360,28 +361,28 @@ msgstr ""
|
||||
"\n"
|
||||
"Trykk Enter for å halda fram lastinga av nano\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1703,16 +1704,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr "GNU nano versjon %s (kompilert %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, fuzzy, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr "Epost: nano@nano-editor.org\tVev: http://www.nano-editor.org"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1721,69 +1722,69 @@ msgstr ""
|
||||
"\n"
|
||||
" Kompilerte tillegg:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
#, fuzzy
|
||||
msgid "No file name"
|
||||
msgstr "filnamnet er %s"
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Lagra endra buffer (\"No\" VIL MISSA ENDRINGANE)? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
#, fuzzy
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Mottok SIGHUP"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "på"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "av"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, fuzzy, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "tab-breidda du foreslo (%d) er for smal"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, fuzzy, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "fyllbreidda du foreslo (%d) er for smal"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1825,8 +1826,8 @@ msgstr "Feil i %s p
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
#, fuzzy
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "reguttrykk må starte og slutte med eit \"-teikn\n"
|
||||
@@ -1881,22 +1882,22 @@ msgstr ""
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1910,128 +1911,128 @@ msgstr ""
|
||||
"«white» (kvit), «yellow» (gul), «cyan» (lysblå), «magenta» (fiolett) og\n"
|
||||
"«black» (svart), med den valfrie nemninga «bright» (lys) først.\n"
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Fargenamnet manglar"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
#, fuzzy
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr ""
|
||||
"\n"
|
||||
"\tfor kvar «start=» må der vera ein «end=»"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Fargenamnet manglar"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Fargenamnet manglar"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, fuzzy, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "kommandoen %s er ikkje forståeleg"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Fargenamnet manglar"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, fuzzy, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "opsjonen %s krev eit argument"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Kan ikkje endra storleik på toppvindauget"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2046,39 +2047,39 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "«%s» ikkje funne"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Skil store/små]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Reguttrykk]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Bakover]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
#, fuzzy
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (å erstatta)"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (å erstatta)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Erstatta dette tilfellet?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Erstatt med"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, fuzzy, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2086,20 +2087,20 @@ msgstr[0] "Erstatta %d tilfelle"
|
||||
msgstr[1] "Erstatta %d tilfelle"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
#, fuzzy
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Skriv linjenummer"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ikkje ei klamme"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Inga motsvarande klamme"
|
||||
|
||||
@@ -2116,9 +2117,9 @@ msgstr "Merke fjerna"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2173,23 +2174,18 @@ msgstr ""
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
#, fuzzy
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Kunne ikkje oppretta mellombels fil: %s"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
#, fuzzy
|
||||
msgid "Could not fork"
|
||||
msgstr "Kunne ikkje lukka %s: %s"
|
||||
@@ -2215,7 +2211,7 @@ msgstr "Rediger erstatning"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr ""
|
||||
|
||||
@@ -2231,90 +2227,89 @@ msgstr ""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Stavekontroll fullført"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, fuzzy, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Feil i %s på linje %d: "
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Start stavekontroll (om tilgjengeleg)"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, fuzzy, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Stavekontroll feila"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, fuzzy, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Stavekontroll feila"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3255
|
||||
#, fuzzy
|
||||
msgid "Error: no linter defined"
|
||||
msgstr "Feil i %s på linje %d: "
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
#, fuzzy
|
||||
msgid "In Selection: "
|
||||
msgstr "Legg til valt område på slutten av fil"
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr ""
|
||||
|
||||
@@ -2358,37 +2353,41 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "linje %d/%d (%.0f%%), kol %ld/%ld (%.0f%%), teikn %ld/%ld (%.0f%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Teksteditoren nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
#, fuzzy
|
||||
msgid "version"
|
||||
msgstr "versjon "
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Gjeve til deg av:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Spesiell takk til:"
|
||||
|
||||
# Oversette dette ?
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "Free Sofware Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "og alle dei andre vi gløymde..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
#, fuzzy
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Takk for at du brukar nano!\n"
|
||||
|
||||
364
po/pl.po
364
po/pl.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2014-09-02 08:57+0300\n"
|
||||
"Last-Translator: Sergey Poznyakoff <gray@gnu.org>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
@@ -25,9 +25,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Przejd¼ do katalogu"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Anulowano"
|
||||
|
||||
@@ -36,10 +36,10 @@ msgstr "Anulowano"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "W trybie ograniczonym nie mo¿na wyj¶æ poza %s"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "B³±d odczytu %s: %s"
|
||||
@@ -61,81 +61,82 @@ msgid "(parent dir)"
|
||||
msgstr "(kat nad)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Szukaj"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Wyszukiwanie minê³o granicê pliku - kontynuowane od pocz±tku (koñca)"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "To jedyne wyst±pienie"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Brak wzorca wyszukiwania"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr "Nie mo¿na ustaliæ u¿ytkownika pliku blokowania (b³±d getpwuid())"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Nie mo¿na ustaliæ nazwy hosta do blokowania: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "B³±d zapisu pliku blokowania %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "B³±d usuwania pliku blokowania %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "B³±d otwierania pliku blokowania %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "B³±d odczytu pliku blokowania %s. Przeczytano za ma³o danych"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "B³±d zapisu pliku blokowania: Katalog '%s' nie istnieje"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Nie mo¿na wstawiæ pliku spoza %s "
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Nie ma wiêcej otwartych buforów"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Prze³±czono na %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Nowy bufor"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
@@ -143,7 +144,7 @@ msgstr[0] "Wczytano %lu lini
|
||||
msgstr[1] "Wczytano %lu linie (przekonwertowane z formatu DOS i Mac)"
|
||||
msgstr[2] "Wczytano %lu linii (przekonwertowane z formatu DOS i Mac)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -161,7 +162,7 @@ msgstr[2] ""
|
||||
"Wczytano %lu linii (przekonwertowane z formatu DOS i Mac - Ostrze¿enie: brak "
|
||||
"pozwolenia na zapis)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
@@ -169,7 +170,7 @@ msgstr[0] "Wczytano %lu lini
|
||||
msgstr[1] "Wczytano %lu linie (przekonwertowane z formatu Mac)"
|
||||
msgstr[2] "Wczytano %lu linii (przekonwertowane z formatu Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -185,7 +186,7 @@ msgstr[2] ""
|
||||
"Wczytano %lu linii (przekonwertowane z formatu Mac - Ostrze¿enie: brak "
|
||||
"pozwolenia na zapis)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
@@ -193,7 +194,7 @@ msgstr[0] "Wczytano %lu lini
|
||||
msgstr[1] "Wczytano %lu linie (przekonwertowane z formatu DOS)"
|
||||
msgstr[2] "Wczytano %lu linii (przekonwertowane z formatu DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -209,7 +210,7 @@ msgstr[2] ""
|
||||
"Wczytano %lu linii (przekonwertowane z formatu DOS - Ostrze¿enie: brak "
|
||||
"pozwolenia na zapis)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
@@ -217,7 +218,7 @@ msgstr[0] "Wczytano %lu lini
|
||||
msgstr[1] "Wczytano %lu linie"
|
||||
msgstr[2] "Wczytano %lu linii"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
@@ -225,95 +226,95 @@ msgstr[0] "Wczytano %lu lini
|
||||
msgstr[1] "Wczytano %lu linie (Ostrze¿enie: brak pozwolenia na zapis)"
|
||||
msgstr[2] "Wczytano %lu linii (Ostrze¿enie: brak pozwolenia na zapis)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Wczytywanie pliku"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Nowy plik"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "Nie znaleziono \"%s\""
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" jest katalogiem"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" jest plikiem urz±dzenia"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Polecenie do wykonania w nowym buforze [z %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Polecenie do wykonania [z %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Plik do wstawienia do nowego bufora [z %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Plik do wstawienia [z %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Klawisz niedozwolony w trybie innym ni¿ wielu buforów"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Utworzenie kopii zapasowej nie powiod³o siê, kontynuowaæ zapis? (N je¶li "
|
||||
"nie\n"
|
||||
"jeste¶ pewien)"
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Nie mo¿na zapisaæ poza %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Nie mo¿na dopisywaæ do ³±cza symbolicznego przy w³±czonej opcji --nofollow"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "B³±d zapisu kopii zapasowej %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Za wiele kopii zapasowych?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "B³±d zapisu %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "B³±d zapisu pliku tymczasowego: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
@@ -321,59 +322,59 @@ msgstr[0] "Zapisano %lu lini
|
||||
msgstr[1] "Zapisano %lu linie"
|
||||
msgstr[2] "Zapisano %lu linii"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [format DOS]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [format Mac]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Kopia zap.]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Wpisz wybór na pocz±tek pliku"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Dopisz wybór do pliku"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Zapisz wybór do pliku"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Nazwa pliku do wpisania"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Nazwa pliku do dopisania"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Nazwa pliku do zapisu"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Plik istnieje, ZAMAZAÆ ? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Zapisaæ plik pod INN¡ NAZW¡ ? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Plik zosta³ zmodyfikowany po otworzeniu, kontynuowaæ zapis ? "
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(wiêcej)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -382,7 +383,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Naci¶nij Enter aby kontynuowaæ\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -391,7 +392,7 @@ msgstr ""
|
||||
"Nie mo¿na utworzyæ katalogu %s: %s\n"
|
||||
"Jest on niezbêdny do zapisu/odczytu historii wyszukiwañ i pozycji kursora.\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -401,7 +402,7 @@ msgstr ""
|
||||
"Nano nie potrafi zapisaæ lub odczytaæ historii wyszukiwañ i pozycji\n"
|
||||
"kursora.\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -411,7 +412,7 @@ msgstr ""
|
||||
"przenie¶æ go do preferowanego miejsca (%s), pod czas czego\n"
|
||||
"wynik³ b³±d: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1669,16 +1670,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "W³±cza miêkkie przewijanie linii"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano wersja %s (skompilowana %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " E-mail: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1687,69 +1688,69 @@ msgstr ""
|
||||
"\n"
|
||||
" Skompilowane opcje:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Przepraszamy, obs³uga tej funkcji zosta³a wy³±czona"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr "Brak nazwy pliku"
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Zapisaæ zmieniony bufor (ODPOWIED¬ \"Nie\" SPOWODUJE UTRATÊ ZMIAN) ? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
"Nie uda³o siê ponownie otworzyæ wej¶cie standardowe z klawiatury, "
|
||||
"przepraszamy\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Odczyt z wej¶cia standardowego. Aby przerwaæ, naci¶nij ^C\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Otrzymano SIGHUP lub SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Aby powróciæ do nano, u¿yj \"fg\".\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "w³±czony(e)"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "wy³±czony(e)"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Nieznane polecenie"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "Zignorowano XON, hmm, hmm."
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "Zignorowano XOFF, hmm, hmm."
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "¯±dana wielko¶æ tabulacji \"%s\" nie jest poprawna"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "¯±dana pozycja ³amania linii \"%s\" nie jest poprawna"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr "Podaj '%s -h' aby uzyskaæ listê dostêpnych opcji.\n"
|
||||
@@ -1791,8 +1792,8 @@ msgstr "B
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Argument %s ma niedomkniêty \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Wyra¿enia regularne musz± zaczynaæ siê i koñczyæ znakiem \""
|
||||
|
||||
@@ -1844,22 +1845,22 @@ msgstr "Nie mo
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Nie mo¿na odwzorowaæ nazwy \"%s\" na menu"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr "Brak funkcji '%s' w menu '%s'"
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Przepraszam, przyci¶niêcie \"%s\" nie mo¿e byæ przypisane ponownie"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "B³±d rozszerzenia %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1874,126 +1875,126 @@ msgstr ""
|
||||
"\"black\", z opcjonalnym przedrostkiem \"bright\"\n"
|
||||
"dla kolorów pierwszoplanowych."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Nie mo¿na dodaæ polecenia koloru bez polecenia sk³adni"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Brak nazwy koloru"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Brak wyra¿enia regularnego"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" wymaga odpowiadaj±cego mu \"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Kolor t³a \"%s\" nie mo¿e byæ jaskrawy"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Nie mo¿na dodaæ regularnego wyra¿enia nag³ówka bez polecenia sk³adni"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Nie mo¿na dodaæ wyra¿enia regularnego bez polecenia sk³adni"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Brak nazwy ³añcucha magicznego"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Nie mo¿na dodaæ analizatora sk³adni bez polecenia sk³adni"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr "Brak nazwy analizatora sk³adni"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Nie mo¿na dodaæ analizatora sk³adni bez polecenia sk³adni"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
#, fuzzy
|
||||
msgid "Missing formatter command"
|
||||
msgstr "Brak nazwy analizatora sk³adni"
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
"B³±d krytyczny: brak przypisanego klawisza dla funkcji \"%s\". "
|
||||
"Zakoñczenie.\n"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr "Je¶li trzeba, uruchom nano z opcj± -I aby dopasowaæ ustawienia.\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Nie znaleziono sk³adni \"%s\" do rozszerzenia"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Poliecenie \"%s\" nie jest dozwolone w pliku do³±czonym"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Sk³adnia \"%s\" nie ma ustawieñ kolorów"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Niezrozumia³e polecenie \"%s\""
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr "Brak opcji"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Opcja \"%s\" wymaga argumentu"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Opcja nie jest poprawnym ³añcuchem wielobajtowym"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Wymagane s± nie-bia³e znaki"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Wymagane s± dwa jednobajtowych znaki"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Nie mo¿na zresetowaæ opcji \"%s\""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Nieznana opcja \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Nie mogê znale¼æ swojego katalogu domowego! Aj!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2008,38 +2009,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "Nie znaleziono \"%.*s%s\""
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Uwzgl.wielk.liter]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Wyr.reg.]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Wstecz]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (i zast±p) w zaznaczeniu"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (i zast±p)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Czy zast±piæ to wyst±pienie?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Zast±p przez"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2048,19 +2049,19 @@ msgstr[1] "Zast
|
||||
msgstr[2] "Zast±piono %lu wyst±pieñ"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Wprowad¼ numer linii, numer kolumny"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Niepoprawny numer linii lub kolumny"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "To nie nawias"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Brak nawiasu do pary"
|
||||
|
||||
@@ -2076,11 +2077,11 @@ msgstr "Znacznik skasowany"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Nie ma nic w buforze odwo³ania"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"B³±d wewnêtrzny: nie mo¿na dopasowaæ linii %ld. Proszê zapisaæ swoj± pracê."
|
||||
"B³±d wewnêtrzny: nie mo¿na dopasowaæ linii %d. Proszê zapisaæ swoj± pracê."
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
msgid "text add"
|
||||
@@ -2133,23 +2134,17 @@ msgstr ""
|
||||
"B³±d wewnêtrzny: ustawianie powtórzenia nie powiod³o siê. Proszê zapisaæ "
|
||||
"swoj± pracê."
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"B³±d wewnêtrzny: nie mo¿na dopasowaæ linii %d. Proszê zapisaæ swoj± pracê."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Powtórzono operacjê (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Nie mo¿na utworzyæ potoku"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Nie mo¿na rozwidliæ procesu"
|
||||
|
||||
@@ -2176,7 +2171,7 @@ msgstr "Edytuj zast
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Tworzenie listy b³êdnie napisanych s³ów, proszê czekaæ..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Nie mo¿na uzyskaæ wielko¶ci bufora potoku"
|
||||
|
||||
@@ -2192,89 +2187,89 @@ msgstr "B
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "B³±d podczas wywo³ywania \"uniq\""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Zakoñczono sprawdzanie pisowni"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "B³±d podczas wywo³ywania \"%s\""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Wywo³anie sprawdzania pisowni, proszê zaczekaæ"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Niepowodzenie sprawdzania pisowni: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Niepowodzenie sprawdzania pisowni: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Brak analizatora sk³adni dla tego typu pliku!"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr "Zapisaæ bufor przed sprawdzaniem sk³adni?"
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr "Sprawdzanie sk³adni, proszê zaczekaæ"
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr "Otrzymano 0 poprawnych linii od polecenia: %s"
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
"Ten komunikat dotyczy nie otworzonego pliku %s; otworzyæ go w nowym buforze?"
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr "Ostatni komunikat"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr "Pierwszy komunikat"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
#, fuzzy
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr "Sprawdzanie sk³adni, proszê zaczekaæ"
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sS³owa: %lu Linii: %ld Znaki: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "W zaznaczeniu: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "wprowadzanie dos³owne"
|
||||
|
||||
@@ -2316,37 +2311,46 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "lin.%ld/%ld (%d%%), kol.%lu/%lu (%d%%), zn.%lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Edytor tekstu nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "wersja"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Stworzony przez:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Specjalne podziêkowania otrzymuj±:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "Free Software Foundation (Fundacja Wolnego Oprogramowania)"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Za ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "oraz wszyscy pozostali, o których zapomnieli¶my..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Dziêkujemy za korzystanie z nano!"
|
||||
|
||||
#~ msgid "Internal error: can't match line %ld. Please save your work."
|
||||
#~ msgstr ""
|
||||
#~ "B³±d wewnêtrzny: nie mo¿na dopasowaæ linii %ld. Proszê zapisaæ swoj± "
|
||||
#~ "pracê."
|
||||
|
||||
#~ msgid "line wrap"
|
||||
#~ msgstr "przewijanie linii"
|
||||
|
||||
401
po/pt_BR.po
401
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
359
po/ru.po
359
po/ru.po
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.3pre2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2014-05-27 08:39+0200\n"
|
||||
"Last-Translator: Pavel Maryanov <acid@jack.kiev.ua>\n"
|
||||
"Language-Team: Russian <gnu@mx.ru>\n"
|
||||
@@ -27,9 +27,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "К каталогу"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Отменено"
|
||||
|
||||
@@ -38,10 +38,10 @@ msgstr "Отменено"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Не удаётся выйти за границы %s в ограниченном режиме"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Ошибка чтения %s: %s"
|
||||
@@ -63,83 +63,84 @@ msgid "(parent dir)"
|
||||
msgstr "(вверх)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Поиск"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Поиск завёрнут"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Это единственное совпадение"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Нечего искать"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
"Не удалось получить мой идентификатор пользователя для файла блокировки "
|
||||
"(ошибка getpwuid())"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Не удалось определить имя компьютера для файла блокировки: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Ошибка записи файла блокировки %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Ошибка удаления файла блокировки %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Ошибка открытия файла блокировки %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "Ошибка чтения файла блокировки %s: Недостаточно данных прочитано"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Ошибка записи файла блокировки %s: %s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Не удаётся вставить файл снаружи %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Нет больше открытых файловых буферов"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Переключено в %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Новый буфер"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
@@ -147,7 +148,7 @@ msgstr[0] "Прочитана %lu строка (преобразовано из
|
||||
msgstr[1] "Прочитано %lu строки (преобразовано из формата Mac и DOS)"
|
||||
msgstr[2] "Прочитано %lu строк (преобразовано из формата Mac и DOS)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -165,7 +166,7 @@ msgstr[2] ""
|
||||
"Прочитано %lu строк (преобразовано из формата Mac и DOS; предупреждение: нет "
|
||||
"доступа на запись)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
@@ -173,7 +174,7 @@ msgstr[0] "Прочитана %lu строка (преобразовано из
|
||||
msgstr[1] "Прочитано %lu строки (преобразовано из формата Mac)"
|
||||
msgstr[2] "Прочитано %lu строк (преобразовано из формата Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -189,7 +190,7 @@ msgstr[2] ""
|
||||
"Прочитано %lu строк (преобразовано из формата Mac; предупреждение: нет "
|
||||
"доступа на запись)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
@@ -197,7 +198,7 @@ msgstr[0] "Прочитана %lu строка (преобразовано из
|
||||
msgstr[1] "Прочитано %lu строки (преобразовано из формата DOS)"
|
||||
msgstr[2] "Прочитано %lu строк (преобразовано из формата DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -213,7 +214,7 @@ msgstr[2] ""
|
||||
"Прочитано %lu строк (преобразовано из формата DOS; предупреждение: нет "
|
||||
"доступа на запись)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
@@ -221,7 +222,7 @@ msgstr[0] "Прочитана %lu строка"
|
||||
msgstr[1] "Прочитано %lu строки"
|
||||
msgstr[2] "Прочитано %lu строк"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
@@ -229,93 +230,93 @@ msgstr[0] "Прочитана %lu строка (предупреждение: н
|
||||
msgstr[1] "Прочитаны %lu строки (предупреждение: нет доступа на запись)"
|
||||
msgstr[2] "Прочитано %lu строк (предупреждение: нет доступа на запись)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Чтение файла"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Новый файл"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "Файл «%s» не найден"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "Файл «%s» является каталогом"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "Файл «%s» является файлом устройства"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Команда для выполнения в новом буфере [от %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Команда для выполнения [от %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Файл для вставки в новый буфер [от %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Файл для вставки [от %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Недопустимая клавиша в немногобуферном режиме"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Не удалось записать файл резервной копии, продолжить сохранение? (Ответьте Н "
|
||||
"- если не уверены)"
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Не удаётся записать за пределами %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "Не удаётся дописать в начале или в конце с параметром --nofollow"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Ошибка записи файла резервной копии %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Слишком много резервных файлов?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Ошибка записи %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Ошибка записи временного файла: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
@@ -323,59 +324,59 @@ msgstr[0] "Записана %lu строка"
|
||||
msgstr[1] "Записано %lu строки"
|
||||
msgstr[2] "Записано %lu строк"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [формат DOS]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [формат Mac]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Копия]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Добавить выделенное в начало файла"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Добавить выделенное в конец файла"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Записать выделенное в файл"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Имя файла для добавления (в конец)"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Имя файла для добавления (в начало)"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Имя файла для записи"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Файл существует. ПЕРЕЗАПИСАТЬ? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Записать файл под ДРУГИМ ИМЕНЕМ?"
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Файл был изменён после открытия. Продолжить сохранение?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(ещё)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -384,7 +385,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Нажмите ВВОД для продолжения.\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -393,7 +394,7 @@ msgstr ""
|
||||
"Не удалось создать каталог %s: %s\n"
|
||||
"Он требуется для сохранения/загрузки истории поиска или позиции курсора\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -402,7 +403,7 @@ msgstr ""
|
||||
"Путь %s - не является каталогом, но должен им быть.\n"
|
||||
"Nano не сможет загрузить или сохранить историю поиска или позицию курсора\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -411,7 +412,7 @@ msgstr ""
|
||||
"Обнаружен старый файл истории nano (%s), который я попытался переместить\n"
|
||||
"на новое место (%s), но произошла ошибка: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1672,16 +1673,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Включить мягкий перенос строк"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano версия %s (собрано %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " Эл. почта: nano@nano-editor.org\tСайт: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1690,67 +1691,67 @@ msgstr ""
|
||||
"\n"
|
||||
" Параметры сборки:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Поддержка этой функции была отключена"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Сохранить изменённый буфер? (ИНАЧЕ ВСЕ ИЗМЕНЕНИЯ БУДУТ ПОТЕРЯНЫ)"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Не удалось повторно открыть стандартный ввод с клавиатуры\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Чтение из стандартного ввода. ^C для прерывания\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Получен SIGHUP или SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Используйте «fg» для возврата в nano\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "включено"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "отключено"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Неизвестная команда"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON проигнорирован, мр-бр-бр"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF проигнорирован, мр-бр-бр"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Запрошенный размер табуляции «%s» не подходит"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Запрошенный размер заполнения «%s» не подходит"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr "Введите «%s -h» для получения списка доступных опций.\n"
|
||||
@@ -1792,8 +1793,8 @@ msgstr "Ошибка в позиции %s строки %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Аргумент «%s» имеет незакрытую \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr ""
|
||||
"Строки регулярных выражений должны начинаться и заканчиваться символом \""
|
||||
@@ -1848,22 +1849,22 @@ msgstr "Не удалось сопоставить имя «%s» к функци
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Не удалось сопоставить имя «%s» к меню"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Привязка «%s» не может быть переназначена"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Ошибка расширения %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1878,63 +1879,63 @@ msgstr ""
|
||||
"«black», с необязательным префиксом «bright»\n"
|
||||
"для цвета фона."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Не удаётся добавить команду цвета без команды синтаксиса"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Отсутствует название цвета"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Отсутствует регулярное выражение"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "«start=» требует соответствующего «end=»"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Цвет фона «%s» не может быть светлым"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Не удаётся добавить рег. выражение заголовка без команды синтаксиса"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Не удаётся добавить магическое рег. выражение без команды синтаксиса"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Отсутствует магическая строка"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Не удаётся добавить анализатор синтаксиса без команды синтаксиса"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr "Отсутствует команда анализатора синтаксиса"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Не удаётся добавить анализатор синтаксиса без команды синтаксиса"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
#, fuzzy
|
||||
msgid "Missing formatter command"
|
||||
msgstr "Отсутствует команда анализатора синтаксиса"
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Критическая ошибка: для функции «%s» не назначены клавиши. Выхожу.\n"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1942,62 +1943,62 @@ msgstr ""
|
||||
"Используйте nano с опцией -I, если требуется подстроить параметры вашего "
|
||||
"nanorc.\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Не удалось сопоставить имя «%s» к расширению"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Команда «%s» не разрешена во включенном файле"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Синтаксис «%s» не имеет цветовых команд"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Непонятная команда «%s»"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr "Параметр отсутствует "
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Опция «%s» требует аргумент"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Опция не правильная многобайтовая строка"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Требуется не пустой символ"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Требуется два однострочных символа"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Не удалось снять опцию «%s»"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Неизвестная опция «%s»"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Не могу найти собственную домашнюю директорию! Йой!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2012,38 +2013,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "«%.*s%s» не найден"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [С учётом регистра]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [РегВыр]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Назад]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (что менять) в выделении"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (что менять)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Заменить это вхождение?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Заменить на"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2052,19 +2053,19 @@ msgstr[1] "Замененные %lu вхождения"
|
||||
msgstr[2] "Заменено %lu вхождений"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Введите номер строки и столбца"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Неправильный номер строки или столбца"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Не скобка"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Нет соответствующей скобки"
|
||||
|
||||
@@ -2080,9 +2081,9 @@ msgstr "Метка снята"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Буфер отмены действий пуст!"
|
||||
|
||||
#: src/text.c:445
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Внутренняя ошибка: не удаётся сопоставить строку %d. Сохраните свою работу."
|
||||
|
||||
@@ -2137,23 +2138,17 @@ msgstr ""
|
||||
"Внутренняя ошибка: ошибка настройки повторения изменения. Сохраните свою "
|
||||
"работу."
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Внутренняя ошибка: не удаётся сопоставить строку %d. Сохраните свою работу."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Повторённое действие (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Не удалось создать конвейер"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Не удалось создать дочерний процесс"
|
||||
|
||||
@@ -2179,7 +2174,7 @@ msgstr "Редактировать замену"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Идёт создание списка ошибочных слов. Подождите..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Не удалось получить размер буфера конвейера"
|
||||
|
||||
@@ -2195,88 +2190,88 @@ msgstr "Ошибка выполнения «sort -f»"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Ошибка выполнения «uniq»"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Проверка правописания завершена"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Ошибка выполнения «%s»"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Запуск проверки орфографии, подождите"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Проверка правописания не удалась: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Проверка правописания не удалась: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Для данного типа файла не настроена программа проверки синтаксиса!"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr "Сохранить измененный буфер перед проверкой?"
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr "Запуск проверки, подождите"
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr "Получено 0 распознанных строк от комманды: %s"
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr "Это сообщение о не открытом файле %s, открыть его в новом буфере?"
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr "Последнее сообщение"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr "Первое сообщение"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
#, fuzzy
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr "Запуск проверки, подождите"
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sСлов: %lu Строк: %ld Символов: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "В выделении: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Ввод «как есть»"
|
||||
|
||||
@@ -2318,38 +2313,42 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "строка %ld/%ld (%d%%), столбец %lu/%lu (%d%%), символ %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Текстовый редактор nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "версия"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Предоставлен вам:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Особая благодарность:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr ""
|
||||
"The Free Software Foundation (фонд свободного программного обеспечения)"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Для ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr ""
|
||||
"Дмитрию Рязанцеву за помощь в переводе и всем остальным, кого мы забыли "
|
||||
"упомянуть..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Спасибо за то, что выбрали nano!"
|
||||
|
||||
|
||||
356
po/sl.po
356
po/sl.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.2pre4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2013-03-18 21:33+0100\n"
|
||||
"Last-Translator: Klemen Košir <klemen913@gmail.com>\n"
|
||||
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
|
||||
@@ -26,9 +26,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Pojdi v mapo"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Preklicano"
|
||||
|
||||
@@ -37,10 +37,10 @@ msgstr "Preklicano"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "V omejenem načinu ni mogoče zapustiti %s"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Napaka med branjem %s: %s"
|
||||
@@ -62,85 +62,86 @@ msgid "(parent dir)"
|
||||
msgstr "(nad. mapa)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Iskanje"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Iskanje je ovito"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "To je edina pojavitev niza"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Ni trenutnega vzorca iskanja"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
"Istovetnosti za zaklepno datoteko ni mogoče določiti. Funkcija getpwuid() je "
|
||||
"spodletela."
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Imena gostitelja zaklepne datoteke ni mogoče določiti: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Med zapisovanjem zaklepne datoteke %s je prišlo do napake: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Med brisanjem zaklepne datoteke %s je prišlo do napake: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Med odpiranjem zaklepne datoteke %s je prišlo do napake: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, fuzzy, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
"Med branjem zaklepne datoteke %s je prišlo do napake. Prebranih je bilo "
|
||||
"premalo podatkov."
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Med zapisovanjem zaklepne datoteke %s je prišlo do napake: %s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Ni mogoče vstaviti datoteke izven %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Ni več medpomnilnikov odprtih datotek"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Preklopljeno na %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Nov medpomnilnik"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
@@ -149,7 +150,7 @@ msgstr[1] "Prebrana je %lu vrstica (pretvorjeno iz oblike DOS in Mac)"
|
||||
msgstr[2] "Prebrani sta %lu vrstici (pretvorjeno iz oblike DOS in Mac)"
|
||||
msgstr[3] "Prebrane so %lu vrstice (pretvorjeno iz oblike DOS in Mac)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -170,7 +171,7 @@ msgstr[3] ""
|
||||
"Prebrane so %lu vrstice (pretvorjeno iz oblike DOS in Mac - Opozorilo: ni "
|
||||
"dovoljenj za pisanje)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
@@ -179,7 +180,7 @@ msgstr[1] "Prebrana je %lu vrstica (pretvorjeno iz oblike Mac)"
|
||||
msgstr[2] "Prebrani sta %lu vrstici (pretvorjeno iz oblike Mac)"
|
||||
msgstr[3] "Prebrane so %lu vrstice (pretvorjeno iz oblike Mac)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -198,7 +199,7 @@ msgstr[3] ""
|
||||
"Prebrane so %lu vrstice (pretvorjeno iz oblike Mac - Opozorilo: ni dovoljenj "
|
||||
"za pisanje)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
@@ -207,7 +208,7 @@ msgstr[1] "Prebrana je %lu vrstica (Pretvorjeno iz oblike DOS)"
|
||||
msgstr[2] "Prebrani sta %lu vrstici (Pretvorjeno iz oblike DOS)"
|
||||
msgstr[3] "Prebrane so %lu vrstice (Pretvorjeno iz oblike DOS)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -226,7 +227,7 @@ msgstr[3] ""
|
||||
"Prebrane so %lu vrstice (Pretvorjeno iz oblike DOS - Opozorilo: ni dovoljenj "
|
||||
"za pisanje)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
@@ -235,7 +236,7 @@ msgstr[1] "Prebrana je %lu vrstica"
|
||||
msgstr[2] "Prebrani sta %lu vrstici"
|
||||
msgstr[3] "Prebrane so %lu vrstice"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
@@ -244,94 +245,94 @@ msgstr[1] "Prebrana je %lu vrstica (opozorilo: ni dovoljenj za pisanje)"
|
||||
msgstr[2] "Prebrani sta %lu vrstici (opozorilo: ni dovoljenj za pisanje)"
|
||||
msgstr[3] "Prebrane so %lu vrstice (opozorilo: ni dovoljenj za pisanje)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Branje datoteke"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Nova datoteka"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" ni mogoče najti"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" je mapa"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" je datoteka naprave"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Ukaz za izvedbo v novem medpomnilniku [iz %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Ukaz za izvedbo [iz %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Datoteka za vstavitev v nov medpomnilnik [iz %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Datoteka za vstavitev [iz %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Neveljavna tipka v ne-več-medpomnilniškem načinu"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Varnostne datoteke ni mogoče zapisati. Ali želite datoteko vseeno shraniti? "
|
||||
"Če niste popolnoma prepričani, pritisnite N."
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Ni mogoče pisati zunaj %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Ni mogoče pripeti na začetek ali pripeti k simbolni povezavi z --nofollow"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Napaka med pisanjem datoteke varnostne kopije %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Ali je preveč varnostnih kopij datotek?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Napaka med pisanjem %s:%s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Napaka med pisanjem v začasno datoteko: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
@@ -340,60 +341,60 @@ msgstr[1] "Zapisana je %lu vrstica"
|
||||
msgstr[2] "Zapisani sta %lu vrstici"
|
||||
msgstr[3] "Zapisane so %lu vrstice"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [Oblika DOS]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Oblika Mac]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Varnostna kopija]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Pripni izbiro pred datoteko"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Pripni izbiro datoteki"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Zapiši izbiro v datoteko"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Ime datoteke, ki naj bo pripeta na začetek"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Ime datoteke, ki naj bo pripeta"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Ime datoteke za zapis"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Datoteka že obstraja. Ali naj bo prepisana? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Ali želite datoteko shraniti z DRUGIM imenom? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
"Datoteka je bila po odpiranju spremenjena. Ali jo želite vseeno shraniti? "
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(več)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -402,7 +403,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Za nadaljevanje pritisnite Enter\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -412,7 +413,7 @@ msgstr ""
|
||||
"Mapa je namenjena shranjevanju in nalaganju zgodovine iskanja in položaja "
|
||||
"kazalke\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -422,7 +423,7 @@ msgstr ""
|
||||
"S programom Nano ne bo mogoče shranjevati in nalagati zgodovine iskanja in "
|
||||
"položaja kazalke\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -431,7 +432,7 @@ msgstr ""
|
||||
"Zaznana je bila opuščena datoteka zgodovine (%s). Med premikanjem\n"
|
||||
"datoteke na prednostno mesto (%s) je prišlo do napake: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1706,17 +1707,17 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Omogoči blage prelome vrstic"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano različica %s (kodno prevedena %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr ""
|
||||
" Elektronska pošta: nano@nano-editor.org\tSplet: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1725,69 +1726,69 @@ msgstr ""
|
||||
"\n"
|
||||
" Kodno prevedene možnosti:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Žal je podpora za to funkcijo onemogočena"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Ali naj se spremembe datoteke shranijo (z odgovorom \"Ne\" bodo SPREMEMBE "
|
||||
"IZGUBLJENE)? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Na žalost ni bilo mogoče ponovno odpreti stdin s tipkovnice\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Branje iz stdin, ^C za prekinitev\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Prejet je bil SIGHUP ali SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Za vrnitev v nano uporabite \"fg\".\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "omogočeno"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "onemogočeno"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Neznan ukaz"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON je prezrt, mumble mumble"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF je prezrt, mumble mumble"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Zahtevana velikost tabulatorja \"%s\" je neveljavna"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Zahtevana velikost zapolnitve \"%s\" je neveljavna"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1829,8 +1830,8 @@ msgstr "Napaka v %s v vrstici %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Argument '%s' ima neuničen \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Nizi logičnega izraza se morajo začeti in končati z znakom \""
|
||||
|
||||
@@ -1884,22 +1885,22 @@ msgstr "Ni mogoče preslikati imena \"%s\" k funkciji"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Ni mogoče preslikati imena \"%s\" k meniju"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Na žalost je pritisk tipk \"%s\" neveljavna vezava"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Napaka med branjem %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1914,64 +1915,64 @@ msgstr ""
|
||||
"\"black\", z neobvezno predpono \"bright\"\n"
|
||||
"za osprednje barve."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Ni mogoče dodati ukaza barve brez ukaza skladnje"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Manjka ime barve"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Manjka niz logičnega izraza"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" potrebuje ustrezen \"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Barva ozadja \"%s\" ne more biti svetla"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Ni mogoče dodati logičnega izraza glave brez ukaza skladnje"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Ni mogoče dodati logičnega izraza čarobnega niza brez ukaza skladnje"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Manjka ime čarobnega niza"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Ni mogoče dodati logičnega izraza glave brez ukaza skladnje"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Manjka ime barve"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Ni mogoče dodati ukaza barve brez ukaza skladnje"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Usodna napaka: nobenih tipk ni preslikanih za funkcijo \"%s\""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1979,63 +1980,63 @@ msgstr ""
|
||||
"Poteka končanje programa. Za prilagajanje nastavitev nanorc, uporabite ukaz "
|
||||
"nano z možnostjo -I.\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Ni mogoče preslikati imena \"%s\" k meniju"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Ukaz \"%s\" ni dovoljen v vključeni datoteki"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Skladnja \"%s\" nima ukazov barv"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Ukaz \"%s\" ni razumljiv"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Manjka ime barve"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Možnost \"%s\" zahteva argument"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Možnost ni veljaven večbajtni niz"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Zahtevani so ne-prazni znaki"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Potrebna sta dva enostolpčna znaka"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Ni mogoče ponastaviti zastavice \"%s\""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Neznana zastavica \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Ni mogoče najti domače mape!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2050,38 +2051,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" ni mogoče najti"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Case Sensitive]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Regexp]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Backwards]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (za zamenjavo) v izbor"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (za zamenjavo)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Ali naj se primerek zamenja?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Zamenjaj z"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2091,19 +2092,19 @@ msgstr[2] "Zamenjani sta %lu pojavitvi"
|
||||
msgstr[3] "Zamenjane so %lu pojavitve"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Vnesite številko vrstice, številko stolpca"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Neveljavna številka vrstice ali stolpca"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ni oklepaj"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Ni ujemajočega oklepaja"
|
||||
|
||||
@@ -2119,9 +2120,9 @@ msgstr "Označba je ponastavljena"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Ničesar ni v medpomnilniku razveljavitve!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Notranja napaka: ni mogoče primerjati vrstice %d. Shranite svoje delo."
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2175,22 +2176,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Notranja napaka: ni mogoče nastaviti preklica izreza. Shranite svoje delo."
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Notranja napaka: ni mogoče primerjati vrstice %d. Shranite svoje delo."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Uveljavljeno dejanje (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Ni mogoče ustvariti cevi"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Ni mogoče razvejiti"
|
||||
|
||||
@@ -2217,7 +2213,7 @@ msgstr "Uredi zamenjavo"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Ustvarjanje napačno črkovanega seznama besed, počakajte ..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Ni mogoče pridobiti velikosti medpomnilnika cevi"
|
||||
|
||||
@@ -2233,91 +2229,91 @@ msgstr "Napaka pri priklicu \"sort -f\""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Napaka pri priklicu \"uniq\""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Končano preverjanje črkovanja"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Napaka pri priklicu \"%s\""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Vključi črkovalnik, če je na voljo"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Preverjanje črkovanja je spodletelo: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Preverjanje črkovanja je spodletelo: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Ne dodajaj novih vrstic na konec datotek"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Pokaži to sporočilo"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Pokaži to sporočilo"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sBesede: %lu Vrstice: %ld Znaki: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "V izboru: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Natančni vnos"
|
||||
|
||||
@@ -2360,35 +2356,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "vrstica %ld/%ld (%d%%), stolpec %lu/%lu (%d%%), znak %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Urejevalnik besedil nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "različica"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Zaslužni za izid programa:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Posebna zahvala:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "Za ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "in vse, ki smo jih pozabili navesti ..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Hvala, ker uporabljate nano!"
|
||||
|
||||
|
||||
363
po/sr.po
363
po/sr.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano-2.3.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2014-09-13 12:15+0200\n"
|
||||
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
||||
"Language-Team: Serbian <(nothing)>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Иди у директоријум"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Отказано"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "Отказано"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Не могу да идем ван „%s“ у ограниченом режиму"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Грешка при читању „%s“: %s"
|
||||
@@ -59,83 +59,84 @@ msgid "(parent dir)"
|
||||
msgstr "(главни дир)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Тражи"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Тражи у круг"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Ово је једина појава"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Нема шаблона текуће претраге"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
"Не могу да одредим мој идентет за датотеку закључавања (није успело "
|
||||
"„getpwuid()“)"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Не могу да одредим назив домаћина за датотеку закључавања: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Грешка записивања датотеке закључавања „%s“: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Грешка брисања датотеке закључавања „%s“: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Грешка отварања датотеке закључавања „%s“: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "Грешка читања датотеке закључавања „%s“: Нема довољно података читања"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Грешка писања датотеке закључавања: Директоријум „%s“ не постоји"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Не могу да уметнем датотеку изван %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Нема више међумеморије отворених датотека"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Прешао сам на %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Нова међумеморија"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
@@ -143,7 +144,7 @@ msgstr[0] "Учитах %lu ред (претворен из ДОС и Мекин
|
||||
msgstr[1] "Учитах %lu реда (претворених из ДОС и Мекинтош записа)"
|
||||
msgstr[2] "Учитах %lu редова (претворених из ДОС и Мекинтош записа)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -161,7 +162,7 @@ msgstr[2] ""
|
||||
"Учитах %lu редова (претворених из ДОС и Мекинтош записа — упозорење: нема "
|
||||
"дозволе за писање)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
@@ -169,7 +170,7 @@ msgstr[0] "Учитах %lu ред (претворен из Мекинтош з
|
||||
msgstr[1] "Учитах %lu реда (претворених из Мекинтош записа)"
|
||||
msgstr[2] "Учитах %lu редова (претворених из Мекинтош записа)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -185,7 +186,7 @@ msgstr[2] ""
|
||||
"Учитах %lu редова (претворених из Мекинтош записа — упозорење: нема дозвола "
|
||||
"за писање)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
@@ -193,7 +194,7 @@ msgstr[0] "Учитах %lu ред (претворен из ДОС записа)
|
||||
msgstr[1] "Учитах %lu реда (претворених из ДОС записа)"
|
||||
msgstr[2] "Учитах %lu редова (претворених из ДОС записа)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -208,7 +209,7 @@ msgstr[2] ""
|
||||
"Учитах %lu редова (претворених из ДОС записа — упозорење: нема дозвола за "
|
||||
"писање)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
@@ -216,7 +217,7 @@ msgstr[0] "Учитах %lu ред"
|
||||
msgstr[1] "Учитах %lu реда"
|
||||
msgstr[2] "Учитах %lu редова"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
@@ -224,94 +225,94 @@ msgstr[0] "Учитах %lu редова (упозорење: нема дозв
|
||||
msgstr[1] "Учитах %lu редова (упозорење: нема дозвола за писање)"
|
||||
msgstr[2] "Учитах %lu редова (упозорење: нема дозвола за писање)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Учитавам датотеку"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Нова датотека"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "Нисам нашао „%s“"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "„%s“ је директоријум"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "„%s“ је датотека уређаја"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Наредба за извршавање у новој међумеморији [из „%s“] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Наредба за извршавање [из „%s“] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Датотека за унос у нову међумеморију [из „%s“] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Датотека за унос [из „%s“] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Недозвољен тастер у не-вишемеђумеморијском режиму"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Нисам успео да запишем датотеку резерве, да наставим са чувањем? (Одговорите "
|
||||
"са N ако нисте сигурни)"
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Не могу да пишем ван %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Не могу да додам подешавање „--nofollow“ испред или иза симболичке везе"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Грешка записивања датотеке резерве „%s“: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "Превише резервних датотека?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Грешка приликом писања „%s“: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Грешка писања привремене датотеке: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
@@ -319,59 +320,59 @@ msgstr[0] "Уписах %lu ред"
|
||||
msgstr[1] "Уписах %lu реда"
|
||||
msgstr[2] "Уписах %lu редова"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [ДОС запис]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Мек запис]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Резерва]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Додаје избор на почетак датотеке"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Додаје избор на крај датотеке"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Уписује избор у датотеку"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Назив датотеке којој ће претходити"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Назив датотеке за којом ће следити"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Назив датотеке у којој ће уписати"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Датотека постоји, да ПРЕСНИМИМ?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Да сачувам датотеку под ДРУГАЧИЈИМ НАЗИВОМ ?"
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Датотека је измењена од када сте је отворили, да наставим са чувањем ?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(још)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -380,7 +381,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Притисните Унеси да наставите\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -389,7 +390,7 @@ msgstr ""
|
||||
"Не могу да направим директоријум „%s“: %s\n"
|
||||
"Потребан је за чување/учитавање историјата претраге или положаја курсора.\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -399,7 +400,7 @@ msgstr ""
|
||||
"Нано неће бити у могућности да учита или да сачува историјат претраге или "
|
||||
"положаје курсора.\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -408,7 +409,7 @@ msgstr ""
|
||||
"Открио сам стару датотеку историјата наноа (%s) коју сам покушао да\n"
|
||||
"преместим на жељено место (%s) али сам наишао на грешку: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1667,16 +1668,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Укључује меко преламање редова"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " Гнуов нано издање %s (изграђено %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " Ел. пошта: nano@nano-editor.org\tВеб: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1685,67 +1686,67 @@ msgstr ""
|
||||
"\n"
|
||||
" Уграђене опције:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Нажалост, подршка за ову функцију је искључена"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr "Нема назива датотеке"
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "Да сачувам измењену међумеморију (ОДГОВОР „Не“ ЋЕ ОДБАЦИТИ ИЗМЕНЕ) ? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Не могу поново да отворим стандардни улаз са тастатуре, извините\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Читам са стандардног улаза, ^C да прекинете\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Примих SIGHUP или SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Користите „fg“ да се вратите у нано.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "укључено"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "искључено"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Непозната наредба"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON је занемарен, јао мени"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF је занемарен, јао мени"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Тражена величина табулатора %s је неисправна"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Тражена величина попуне %s је неисправна"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr "Укуцајте „%s -h“ за списак доступних опција.\n"
|
||||
@@ -1787,8 +1788,8 @@ msgstr "Грешка у %s у %lu. реду: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Аргумент „%s“ садржи недовршени знак \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Ниске регуларних израза морају почети и завршити се знаком \""
|
||||
|
||||
@@ -1840,22 +1841,22 @@ msgstr "Не могу да мапирам назив „%s“ ка функци
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Не могу да мапирам назив „%s“ ка изборнику"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr "Функција „%s“ не постоји у изборнику „%s“"
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Извините, ниска тастера „%s“ не може бити поново свезана"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Грешка ширења „%s“: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1871,63 +1872,63 @@ msgstr ""
|
||||
"„black“ (црна), са необавезним предметком „bright“ (светло)\n"
|
||||
"за боје позадине."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Не могу да додам наредбу боје без наредбе синтаксе"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Недостаје назив боје"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Недостаје ниска регуларног израза"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "„start=“ захтева и одговарајући „end=“"
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Боја позадине „%s“ не може бити светла"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Не могу да додам регуларни израз заглавља без наредбе синтаксе"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Не могу да додам регуларни израз чаробне ниске без наредбе синтаксе"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Недостаје назив чаробне ниске"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Не могу да додам чистача без наредбе синтаксе"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr "Недостаје наредба чистача"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Не могу да додам чистача без наредбе синтаксе"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
#, fuzzy
|
||||
msgid "Missing formatter command"
|
||||
msgstr "Недостаје наредба чистача"
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "Кобна грешка: нема мапираних тастера за функцију „%s“. Излазим.\n"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1935,62 +1936,62 @@ msgstr ""
|
||||
"Ако је потребно, користите нано са опцијом „-I“ да дотерате ваша подешавања "
|
||||
"нанорц-а\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Не могу да нађем синтаксу „%s“ за ширење"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Наредба „%s“ није дозвољена у укљученој датотеци"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Синтакса „%s“ нема наредбе боје"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Нисам разумео наредбу „%s“"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr "Недостаје опција"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Опција „%s“ захтева аргумент"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Опција није исправна вишебитна ниска"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Потребни су не-празни знаци"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Потребна су два знака једног-ступца"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Не могу да расподесим опцију „%s“"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Непозната опција „%s“"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Ја не могу да нађем мој лични директоријум! Бре, брате!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2005,38 +2006,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "Нисам нашао „%.*s%s“"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [разл. величину слова]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [рег. израз]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [уназад]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (за замену) у избору"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (за замену)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Да заменим ову појаву?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Замени са"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2045,19 +2046,19 @@ msgstr[1] "Замених %lu појаве"
|
||||
msgstr[2] "Замених %lu појава"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Унесите број реда, број ступца"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Неисправан број реда или ступца"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Није заграда"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Нема одговарајуће заграде"
|
||||
|
||||
@@ -2074,11 +2075,11 @@ msgstr "Поништена ознака"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Нема ничега у међумеморији поништавања!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Унутрашња грешка: не могу да поклопим %ld. ред. Молим сачувајте ваш рад."
|
||||
"Унутрашња грешка: не могу да поклопим %d. ред. Молим сачувајте ваш рад."
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
msgid "text add"
|
||||
@@ -2130,23 +2131,17 @@ msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
"Унутрашња грешка: не могу да поставим повраћај. Молим сачувајте ваш рад."
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
"Унутрашња грешка: не могу да поклопим %d. ред. Молим сачувајте ваш рад."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Радња поновног обављања (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Не могу да направим спојку"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Не могу да расцепим"
|
||||
|
||||
@@ -2173,7 +2168,7 @@ msgstr "Измените замену"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Правим списак погрешно унетих речи, сачекајте..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Не могу да добавим величину међумеморије спојке"
|
||||
|
||||
@@ -2189,90 +2184,90 @@ msgstr "Грешка при покретању „sort -f“-а"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Грешка при покретању „uniq“-а"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Завршио сам проверу правописа"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Грешка при покретању „%s“-а"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Призивам проверу правописа, сачекајте мало"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Провера правописа није успела: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Провера правописа није успела: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Чистач није одређен за ову врсту датотеке!"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr "Да сачувам измењену међумеморију пре чишћења?"
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr "Призивам чистача, сачекајте мало"
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr "Добих 0 обрадивих редова од наредбе: %s"
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
"Ова порука је за неотворену датотеку „%s“, да је отворим у новој "
|
||||
"међумеморији?"
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr "На последњу поруку"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr "На прву поруку"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
#, fuzzy
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr "Призивам чистача, сачекајте мало"
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sРечи: %lu Редова: %ld Знакова: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "У избору:"
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Улаз дословности"
|
||||
|
||||
@@ -2315,38 +2310,46 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "ред %ld/%ld (%d%%), стубац %lu/%lu (%d%%), знак %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Уређивач текста нано"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "издање "
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Припремили:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Посебно се захваљујемо:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "Задужбини слободног софтвера"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "За ен-курсис:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "и свима осталима које смо пропустили..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Хвала вам што користите нано!"
|
||||
|
||||
#~ msgid "Internal error: can't match line %ld. Please save your work."
|
||||
#~ msgstr ""
|
||||
#~ "Унутрашња грешка: не могу да поклопим %ld. ред. Молим сачувајте ваш рад."
|
||||
|
||||
#~ msgid "line wrap"
|
||||
#~ msgstr "прелом реда"
|
||||
|
||||
|
||||
361
po/sv.po
361
po/sv.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2014-12-25 00:11+0100\n"
|
||||
"Last-Translator: Josef Andersson <josef.andersson@fripost.org>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
@@ -25,9 +25,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Gå till katalog"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "Avbruten"
|
||||
|
||||
@@ -36,10 +36,10 @@ msgstr "Avbruten"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Kan inte gå utanför %s i begränsat läge"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Fel vid inläsning av %s: %s"
|
||||
@@ -61,89 +61,90 @@ msgid "(parent dir)"
|
||||
msgstr "(föräldkat)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Sök"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Sökningen började om från början"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Detta är enda förekomsten"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "Inget aktuellt sökmönster"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
"Kunde inte bestämma min identitet för låsfilen (getpwuid() misslyckades)"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "Kunde inte bestämma värdnamn för låsfilen: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "Fel vid skrivning av låsfilen %s: %s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "Fel vid borttagning av låsfilen %s: %s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "Fel vid inläsning av låsfilen %s: %s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "Fel vid läsning av låsfilen %s: För lite data lästes"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "Fel vid skrivning av låsfil: Katalogen ”%s” finns inte"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Kan inte infoga fil från utanför %s"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Inga fler öppna filbuffertar"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "Växlade till %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Ny buffert"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "Läste %lu rad (konverterad från DOS- och Mac-format)"
|
||||
msgstr[1] "Läste %lu rader (konverterade från DOS- och Mac-format)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -158,14 +159,14 @@ msgstr[1] ""
|
||||
"Läste %lu rader (konverterade från DOS- och Mac-format - Varning: Inga "
|
||||
"skrivrättigheter)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "Läste %lu rad (konverterad från Mac-format)"
|
||||
msgstr[1] "Läste %lu rader (konverterade från Mac-format)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -177,14 +178,14 @@ msgstr[1] ""
|
||||
"Läste %lu rader (konverterade från Mac-format - Varning: Inga "
|
||||
"skrivrättigheter)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "Läste %lu rad (konverterad från DOS-format)"
|
||||
msgstr[1] "Läste %lu rader (konverterade från DOS-format)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -196,167 +197,167 @@ msgstr[1] ""
|
||||
"Läste %lu rader (konverterade från DOS-format - Varning: Inga "
|
||||
"skrivrättigheter)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "Läste %lu rad"
|
||||
msgstr[1] "Läste %lu rader"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "Läste %lu rad (Varning: Inga skrivrättigheter)"
|
||||
msgstr[1] "Läste %lu rader (Varning: Inga skrivrättigheter)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Läser filen"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Ny fil"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" kunde inte hittas"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" är en katalog"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" är en enhetsfil"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Kommando att köra i ny buffert [från %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Kommando att köra [från %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Fil att infoga i ny buffert [från %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Fil att infoga [från %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Tangenten ogiltig i icke-flerbuffertläget"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
"Misslyckades med skrivning av säkerhetskopian, fortsätt spara? (N om osäker) "
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "Kan inte skriva utanför %s"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
"Kan inte infoga före eller lägga till efter i en symbolisk länk då --"
|
||||
"nofollow är angivet"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "Fel vid skrivning av säkerhetskopian %s: %s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "För många säkerhetskopierade filer?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Fel vid skrivning av %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "Fel vid skrivning av temporär fil: %s"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "Skrev %lu rad"
|
||||
msgstr[1] "Skrev %lu rader"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS-format]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac-format]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Säkerhetskopia]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Infoga markering till fil"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Lägg till markering till fil"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Skriv markering till fil"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Filnamn att infoga i"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Filnamn att lägga till i"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Filnamn att skriva"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Filen existerar, SKRIVA ÖVER? "
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "Spara filen med ANNAT NAMN? "
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "Filen har ändrats sedan du öppnade den, fortsätt spara? "
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(mer)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -365,7 +366,7 @@ msgstr ""
|
||||
"\n"
|
||||
"Tryck Retur för att fortsätta\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -374,7 +375,7 @@ msgstr ""
|
||||
"Kunde inte skapa katalogen %s: %s\n"
|
||||
"Den krävs för skrivning/inläsning av sökhistorik eller markörpos.\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -383,7 +384,7 @@ msgstr ""
|
||||
"Sökvägen %s är inte en katalog som den måste vara.\n"
|
||||
"Nano kommer inte att kunna läsa in eller spara sökhistorik eller markörpos.\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -392,7 +393,7 @@ msgstr ""
|
||||
"Upptäckte en gammal historikfil för nano (%s) som jag försökte flytta\n"
|
||||
"till (%s) men något gick fel: %s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1656,16 +1657,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "Aktivera mjuk radbrytning"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano version %s (kompilerad %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
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/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1674,68 +1675,68 @@ msgstr ""
|
||||
"\n"
|
||||
" Kompileringsflaggor:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Tyvärr, stöd för denna funktion har inaktiverats"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr "Inget filnamn"
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Spara ändrad buffert (ATT SVARA \"Nej\" KOMMER ATT FÖRSTÖRA ÄNDRINGAR)? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "Kunde inte återöppna stdin från tangentbordet\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "Läser från stdin, ^C för att avbryta\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "Mottog SIGHUP eller SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "Använd \"fg\" för att återvända till nano.\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "aktiverad"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "inaktiverad"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "Okänt kommando"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON ignorerades, mummel mummel"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF ignorerades, mummel mummel"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "Begärd tabulatorstorlek \"%s\" är ogiltig"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "Begärd fyllningsstorlek \"%s\" är ogiltig"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr "Skriv ”%s -h” för en lista över tillgängliga flaggor.\n"
|
||||
@@ -1777,8 +1778,8 @@ msgstr "Fel i %s på rad %lu: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "Argumentet \"%s\" har ett oavslutat \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Strängar med reguljära uttryck måste börja och sluta med ett \"-tecken"
|
||||
|
||||
@@ -1830,22 +1831,22 @@ msgstr "Kan inte mappa namnet ”%s” till en funktion"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "Kan inte mappa namnet ”%s” till en meny"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr "Funktionen ”%s” existerar inte i meny ”%s”"
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "Tangentnedtryckningen ”%s” kan inte bindas om"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "Fel vid utökning av %s: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1860,67 +1861,67 @@ msgstr ""
|
||||
"\"cyan\", \"magenta\" och \"black\" (svart), med\n"
|
||||
"valfria prefixet \"bright\" (ljus) för förgrundsfärger."
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Kan inte lägga till ett färgkommando utan ett syntaxkommando"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Färgnamn saknas"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "Saknar sträng för reguljärt uttryck"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" kräver ett motsvarande \"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "Bakgrundsfärgen \"%s\" kan inte vara ljus"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr ""
|
||||
"Kan inte lägga till ett reguljärt uttryck för huvud utan ett syntaxkommando"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr ""
|
||||
"Kan inte lägga till ett reguljärt uttryck för magisk sträng utan ett "
|
||||
"syntaxkommando"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Saknar namn på magisk sträng"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Kan inte lägga till en felkontroll utan ett syntaxkommando"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
msgid "Missing linter command"
|
||||
msgstr "Saknar kommando för felkontroll"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Kan inte lägga till en felkontroll utan ett syntaxkommando"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
#, fuzzy
|
||||
msgid "Missing formatter command"
|
||||
msgstr "Saknar kommando för felkontroll"
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
"Allvarligt fel: Inga tangenter mappade för funktionen \"%s\". Avslutar.\n"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
@@ -1928,62 +1929,62 @@ msgstr ""
|
||||
"Om det behövs, använd nano med flaggan -I för att justera dina nanorc-"
|
||||
"inställningar.\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "Kunde inte hitta syntax %s att utöka"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "Kommandot \"%s\" tillåts inte i inkluderad fil"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "Syntax \"%s\" har inga färgkommandon"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "Förstår inte kommandot \"%s\""
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
msgid "Missing option"
|
||||
msgstr "Saknad flagga"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "Flaggan \"%s\" kräver ett argument"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "Flagga är inte en giltig flerbytesträng"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "Icke-blanktecken krävs"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "Två enkel-kolumntecken krävs"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Kan inte bort flaggan \"%s\""
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "Okänd flagga \"%s\""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Jag kan inte hitta min hemkatalog! Buhu!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1998,38 +1999,38 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%.*s%s\" kunde inte hittas"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Skiftlägeskänslig]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Reguljärt uttryck]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Baklänges]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (att ersätta) i markering"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (att ersätta)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Ersätta denna förekomst?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "Ersätt med"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
@@ -2037,19 +2038,19 @@ msgstr[0] "Ersatte %lu förekomst"
|
||||
msgstr[1] "Ersatte %lu förekomster"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Ange radnummer, kolumnnummer"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "Ogiltigt rad- eller kolumnnummer"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Inte en klammer"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Ingen matchande klammer"
|
||||
|
||||
@@ -2065,10 +2066,10 @@ msgstr "Markera borttagen"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "Inget i ångra-bufferten!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgstr "Internt fel: Kan inte matcha rad %ld. Spara ditt arbete."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Internt fel: Kan inte matcha raden %d. Spara ditt arbete."
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
msgid "text add"
|
||||
@@ -2119,22 +2120,17 @@ msgstr "Inget att göra om!"
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr "Internt fel: Kan inte göra om. Spara ditt arbete."
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "Internt fel: Kan inte matcha raden %d. Spara ditt arbete."
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "Gjorde om åtgärd (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Kunde inte skapa rör"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Kunde inte grena"
|
||||
|
||||
@@ -2159,7 +2155,7 @@ msgstr "Redigera en ersättning"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Skapar lista över felstavade ord, var vänlig vänta…"
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Kunde inte få tag i rörbuffertens storlek"
|
||||
|
||||
@@ -2175,88 +2171,88 @@ msgstr "Fel vid start av \"sort -f\""
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "Fel vid start av \"uniq\""
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Stavningskontrollen slutfördes"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "Fel vid start av \"%s\""
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Starta stavningskontrollen"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Stavningskontrollen misslyckades: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Stavningskontrollen misslyckades: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "Ingen felkontroll definierad för denna typ av fil!"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr "Spara ändrad buffert före felkontroll?"
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr "Startar felkontroll, vänta."
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr "Fick 0 tolkningsbara rader från kommando: %s"
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr "Meddelandet är för oöppnade filen %s, öppna den i en ny buffer?"
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
msgid "At last message"
|
||||
msgstr "Vid sista meddelandet"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
msgid "At first message"
|
||||
msgstr "Vid första meddelandet"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
#, fuzzy
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr "Startar felkontroll, vänta."
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%sOrd: %lu Rader: %ld Tecken: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "I markering: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "Ordagrann inmatning"
|
||||
|
||||
@@ -2297,38 +2293,45 @@ msgstr "Varning: Ändring av olåst fil, kontrollera katalogrättigheter?"
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "rad %ld/%ld (%d%%), kolumn %lu/%lu (%d%%), tecken %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "Textredigeraren nano"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "version"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Presenteras av:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Ytterligare tack till:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "För ncurses:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "och alla andra som vi har glömt…"
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "Tack för att du använder nano!"
|
||||
|
||||
#~ msgid "Internal error: can't match line %ld. Please save your work."
|
||||
#~ msgstr "Internt fel: Kan inte matcha rad %ld. Spara ditt arbete."
|
||||
|
||||
#~ msgid "line wrap"
|
||||
#~ msgstr "radbryt"
|
||||
|
||||
|
||||
359
po/tr.po
359
po/tr.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 1.2.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2003-08-17 18:08+0300\n"
|
||||
"Last-Translator: A. Murat EREN <meren@comu.edu.tr>\n"
|
||||
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
||||
@@ -24,9 +24,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "Dizine Git"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "İptal edildi"
|
||||
|
||||
@@ -35,10 +35,10 @@ msgstr "İptal edildi"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "Kısıtlı kipte %s dışına çıkılamıyor"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, fuzzy, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "Hatalı alıntı dizgesi %s: %s"
|
||||
@@ -60,88 +60,89 @@ msgid "(parent dir)"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "Ara"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "Arama Döngülendi"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "Bu tek bulgu"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "%o izinleri %s dosyasına uygulanamadı: %s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "%s'nin %d. satırında hata: "
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "%s'nin %d. satırında hata: "
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "%s'nin %d. satırında hata: "
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "Dosya %s dışından eklenemiyor"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
#, fuzzy
|
||||
msgid "No more open file buffers"
|
||||
msgstr "Başka açık dosya yok"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "%s 'e geçildi"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "Yeni Arabellek"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "%d satır okundu (Mac biçiminden dönüştürüldü)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -151,13 +152,13 @@ msgid_plural ""
|
||||
"permission)"
|
||||
msgstr[0] "%d satır okundu (Mac biçiminden dönüştürüldü)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "%d satır okundu (Mac biçiminden dönüştürüldü)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -165,13 +166,13 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from Mac format - Warning: No write permission)"
|
||||
msgstr[0] "%d satır okundu (Mac biçiminden dönüştürüldü)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "%d satır okundu (DOS biçiminden dönüştürüldü)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -179,166 +180,166 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from DOS format - Warning: No write permission)"
|
||||
msgstr[0] "%d satır okundu (DOS biçiminden dönüştürüldü)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, fuzzy, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "%d satır okundu"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] ""
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "Dosya Okunuyor"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "Yeni Dosya"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "\"%s\" bulunamadı"
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" bir dizin"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, fuzzy, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" bir aygıt dosyası"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, fuzzy, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "Yeni arabelleğe eklenecek dosya [%s 'den]"
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, fuzzy, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "Çalıştırılacak komut"
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "Yeni arabelleğe eklenecek dosya [%s 'den]"
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "Eklenecek dosya [%s tarafından] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
#, fuzzy
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "Anahtar çoklu olmayan arabellek kipinde geçersiz"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "%s dışına yazılamıyor"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
#, fuzzy
|
||||
msgid "Too many backup files?"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"%s yazılmamış (çok fazla yedek dosyası?)\n"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "Hatalı alıntı dizgesi %s: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, fuzzy, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "%d satır yazıldı"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS Biçimi]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac Biçimi]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [Yedek]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "Seçimi Dosyanın Başına Ekle"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "Seçimi Dosyanın Sonuna Ekle"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "Seçimi Dosyaya Yaz"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "Başına Eklenecek Dosya Adı"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "Sonuna Eklenecek Dosya Adı"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "Yazılacak Dosya Adı"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
#, fuzzy
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "Dosya var, ÜSTÜNE YAZILSIN MI?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(daha)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -347,28 +348,28 @@ msgstr ""
|
||||
"\n"
|
||||
"nano'yu başlatmaya devam etmek için Gir tuşuna basınız\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
"It is required for saving/loading search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
"Nano will be unable to load or save search history or cursor positions.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
"to the preferred location (%s) but encountered an error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1714,16 +1715,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano sürüm numarası: %s (%s, %s tarihinde derlendi)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr "E-Posta: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1732,71 +1733,71 @@ msgstr ""
|
||||
"\n"
|
||||
" Derleme seçenekleri:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "Özür dileriz, bu işlev için destek etkisiz kılınmış"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr ""
|
||||
"Değiştirilmiş arabellek kaydedilsin mi (\"Hayır\" CEVABI TÜM DEĞİŞİKLİKLERİ "
|
||||
"YOK EDECEK) ? "
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "SIGHUP ya da SIGTERM sinyali alındı\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, fuzzy, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "nano'ya geri dönmek için \"fg\"'yi kullanın"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "etkin"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "etkisiz"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
#, fuzzy
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "XON yoksayıldı."
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
#, fuzzy
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "XOFF yoksayıldı."
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, fuzzy, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "istenen Tab değeri %d geçerli değil"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, fuzzy, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "istenen doldurma değeri %d geçerli değil"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1838,8 +1839,8 @@ msgstr "%s'nin %d. satırında hata: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "%s argümanında sonlanmamış \" var"
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
#, fuzzy
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "Düzenli ifade katarları, \" karakteri ile başlamalı ve bitmeli\n"
|
||||
@@ -1893,22 +1894,22 @@ msgstr ""
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1922,130 +1923,130 @@ msgstr ""
|
||||
"\"white\", \"yellow\", \"cyan\", \"magenta\" ve \n"
|
||||
"\"black\", seçimli \"bright\" ön eki ile.\n"
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
#, fuzzy
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "Sözdizimi satırı olmaksızın renk direktifi eklenemez"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "Renk ismi eksik"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\", \"end=\"e ihtiyaç duyar."
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
#, fuzzy
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "Sözdizimi satırı olmaksızın renk direktifi eklenemez"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
#, fuzzy
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "Sözdizimi satırı olmaksızın renk direktifi eklenemez"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
#, fuzzy
|
||||
msgid "Missing magic string name"
|
||||
msgstr "Renk ismi eksik"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "Sözdizimi satırı olmaksızın renk direktifi eklenemez"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "Renk ismi eksik"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "Sözdizimi satırı olmaksızın renk direktifi eklenemez"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "%s başına ekleme için açılamıyor: %s"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, fuzzy, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "%s komutu anlaşılamadı"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "Renk ismi eksik"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, fuzzy, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "%s seçeneği bir bağımsız değişken gerektiriyor"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "Üst pencere yeniden boyutlandırılamaz"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "Ev dizinimi bulamıyorum!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -2060,59 +2061,59 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "\"%s\" bulunamadı"
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [Büyük / Küçük Harfe Duyarlı]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [Düzenli İfade]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [Geriye Doğru]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
#, fuzzy
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " (değiştirmek için)"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (değiştirmek için)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "Bu bulgu değiştirilsin mi?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "İle değiştir"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, fuzzy, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
msgstr[0] "%d değiştirme yapıldı"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
#, fuzzy
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "Satır numarasını girin"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr ""
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "Ayraç değil"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "Eşleşen ayraç yok"
|
||||
|
||||
@@ -2129,9 +2130,9 @@ msgstr "İşareti Kaldır"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2186,22 +2187,17 @@ msgstr ""
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:590
|
||||
#, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "Boru yaratılamadı"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "Fork işlemi gerçekleştirilemedi"
|
||||
|
||||
@@ -2226,7 +2222,7 @@ msgstr "Bir yerdeğiştirmeyi düzenle"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "Yazım hatası içeren kelimeler listeleniyor, lütfen bekleyiniz"
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "Boru arabelleğinin boyutu alınamıyor"
|
||||
|
||||
@@ -2242,92 +2238,91 @@ msgstr "\"sort -f\" çağırılırken hata"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "\"uniq\" çağırılırken hata"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "Yazım kontrolü bitti"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, fuzzy, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "\"spell\" çağırılırken hata"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "Yazım denetleyicisini çağır (eğer mümkün ise)"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "Yazım kontrolü başarısız oldu: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, fuzzy, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "Yazım kontrolü başarısız oldu: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "Bu mesajı gösterir"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "Bu mesajı gösterir"
|
||||
|
||||
#: src/text.c:3255
|
||||
#, fuzzy
|
||||
msgid "Error: no linter defined"
|
||||
msgstr "%s'nin %d. satırında hata: "
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
#, fuzzy
|
||||
msgid "In Selection: "
|
||||
msgstr "Seçimi Dosyanın Sonuna Ekle"
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr ""
|
||||
|
||||
@@ -2372,36 +2367,40 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "satır %ld/%ld (%d%%), sütun %lu/%lu (%d%%), karakter %lu/%ld (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "nano metin editörü"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
#, fuzzy
|
||||
msgid "version"
|
||||
msgstr "sürüm "
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "Size sağlayan: "
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "Özel teşekkürler:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "The Free Software Foundation"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "ncurses için:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "ve unuttuğumuz kişilere..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
#, fuzzy
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "nano kullandığınız için teşekkürler!\n"
|
||||
|
||||
356
po/zh_CN.po
356
po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2011-03-08 03:15+0800\n"
|
||||
"Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n"
|
||||
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
|
||||
@@ -23,9 +23,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "跳至目录"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "已取消"
|
||||
|
||||
@@ -34,10 +34,10 @@ msgstr "已取消"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "在限制模式中无法跳至%s 外部"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "读取%s 出错:%s"
|
||||
@@ -59,87 +59,88 @@ msgid "(parent dir)"
|
||||
msgstr "(父目录)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "搜索"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "已从头搜索"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "这是惟一出现之处"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "没有当前搜索模式"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "写入备份文件%s 出错:%s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, fuzzy, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "写入备份文件%s 出错:%s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "写入备份文件%s 出错:%s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "写入备份文件%s 出错:文件所有者不匹配"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "无法插入%s 外部的文件"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "无多余文件缓冲区可启用"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "切换至%s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "新缓冲区"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "已读取%lu 行(转换自DOS 与Mac 格式)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -149,13 +150,13 @@ msgid_plural ""
|
||||
"permission)"
|
||||
msgstr[0] "已读取%lu 行(转换自DOS 与Mac 格式- 警告:无写入权限)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "已读取%lu 行 (转换自Mac 格式)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -163,13 +164,13 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from Mac format - Warning: No write permission)"
|
||||
msgstr[0] "已读取%lu 行 (转换自Mac 格式- 警告:无写入权限)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "已读取%lu 行 (转换自DOS 格式)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -177,161 +178,161 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from DOS format - Warning: No write permission)"
|
||||
msgstr[0] "已读取%lu 行 (转换自DOS 格式- 警告:无写入权限)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "已读取%lu 行"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "已读取%lu 行(警告:无写入权限)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "正在读取文件"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "新文件"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "找不到\"%s\""
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" 是一个目录"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" 是一个设备文件"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "在新缓冲区中执行的命令 [从%s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "执行的命令 [从%s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "要插入新缓冲区的文件 [从%s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "要插入的文件 [从%s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "非多重缓冲区模式中此按键无效"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr "写入备份文件失败,继续保存吗?(如果不确定请输入N)"
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "无法写入%s 外部"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "--nofollow 设定下,无法前引或附加至符号连结档"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "写入备份文件%s 出错:%s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "太多备份文件?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "写入%s 出错:%s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "写入临时文件%s 出错"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "已写入%lu 行"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS 格式]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac 格式]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [备份]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "前引选择部份于文件"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "附加选择部份至文件"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "写入选择部份至文件"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "要前引于的文件名"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "要附加至的文件名"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "要写入的文件名"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "文件已存在,要覆盖吗?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "以不同的名称存档?"
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "在您打开文件后文件已被改变,是否继续保存?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(更多)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -340,7 +341,7 @@ msgstr ""
|
||||
"\n"
|
||||
"按下回车键继续\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -349,7 +350,7 @@ msgstr ""
|
||||
"无法创建目录 %s:%s\n"
|
||||
"然而保存和载入搜索历史或光标位置需要它。\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -358,7 +359,7 @@ msgstr ""
|
||||
"路径%s 应为一个目录,但现在不是。\n"
|
||||
"Nano 将无法载入或保存搜索历史或光标位置\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -367,7 +368,7 @@ msgstr ""
|
||||
"检测到了旧版的Nano 历史文件(%s)并试图移动到默认位置(%s)。\n"
|
||||
"此操作出现错误:%s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1624,16 +1625,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "启用软换行"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano 版本%s (编译于%s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " 电子邮件: nano@nano-editor.org\t\t网页: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1642,67 +1643,67 @@ msgstr ""
|
||||
"\n"
|
||||
" 编译选项:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "对不起,此功能的支持以禁用"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "储存更动过的缓冲区吗(回答 \"No\" 会撤销修改)?"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "对不起,无法从键盘设备重新打开标准输入\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "正在从标准输入读入,可用 ^C 中断\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "接收到SIGHUP 或SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "使用\"fg\" 返回nano\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "已启用"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "已禁用"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "未知命令"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "忽略XON,嗯嗯。"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "忽略XOFF,嗯嗯。"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "所要求的制表符宽度%s 无效"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "所要求的填满行数\"%s\" 无效"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1744,8 +1745,8 @@ msgstr "在%s(第%lu 行)中发生错误:"
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "参数%s 有未封闭的 \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "正则表示式字符串必须以 \" 字符开始及结束"
|
||||
|
||||
@@ -1799,22 +1800,22 @@ msgstr "无法映射名字\"%s\" 到一个函数"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "无法映射名字\"%s\" 到一个菜单"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "对不起,键\"%s\" 属非法绑定"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "读取%s 出错:%s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1829,126 +1830,126 @@ msgstr ""
|
||||
"\"black\"(黑),选择性的前置字 \"bright\"(明亮) \n"
|
||||
"可用于前景色。"
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "无法直接增加颜色而没有语法行"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "缺少颜色名称"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "缺少正则表示式字符串"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" 要求对应的\"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "背景色%s 不可为明亮"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "无法直接增加头部正则表达式而没有语法行"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "无法在没有语法命令的情况下添加魔字符串"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "缺少魔字符串名称"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "无法直接增加头部正则表达式而没有语法行"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "缺少颜色名称"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "无法直接增加颜色而没有语法行"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "严重错误; 没有键映射到函数 \"%s\""
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr "正在退出。如果您想调整您的nanorc 设置,请使用nano 的-I 选项。\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "无法映射名字\"%s\" 到一个菜单"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "命令\"%s\" 被禁止在包含文件中使用"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "语法\"%s\" 没有color 命令"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "无法识别\"%s\" 命令"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "缺少颜色名称"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "选项%s 需要参数"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "选项并非正确的多字节字符串"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "需要非空格字符"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "需要两个单行字符"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "无法解除旗标 %s 设定"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "未知旗标 %s"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "我找不到我的家目录!哇!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1963,57 +1964,57 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "找不到 \"%.*s%s\""
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [区分大小写]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [正则表示式]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [向后搜索]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " 在标记中(替换)"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (替换)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "替换这个?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "替换我"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
msgstr[0] "已替换%lu 处"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "输入列号,行号"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "无效的列号或行号"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "并非一个括号"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "无对应括号"
|
||||
|
||||
@@ -2029,9 +2030,9 @@ msgstr "标记解除"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "没有可撤销的操作!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "内部错误:无法匹配行 %d。请保存您的工作"
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2084,22 +2085,17 @@ msgstr "没有可重做的操作!"
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr "内部错误:无法配置取消剪切。请保存您的工作"
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "内部错误:无法匹配行 %d。请保存您的工作"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "已重做操作(%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "无法建立管线功能"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "执行功能无效"
|
||||
|
||||
@@ -2125,7 +2121,7 @@ msgstr "编辑替代文字"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "正在建立错字列表,请稍待..."
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "无法得知管线缓冲区大小"
|
||||
|
||||
@@ -2141,91 +2137,91 @@ msgstr "运行 \"sort -f\" 错误"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "运行 \"uniq\" 错误"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "拼写检查结束"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "运行 \"%s\" 错误"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "尝试运行拼写检查"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "拼写检查失败:%s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "拼写检查失败:%s:%s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "不要将换行加到文件末端"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "显示此信息"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "显示此信息"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%s字数: %lu 行数: %ld 字符数: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "于选择部份:"
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "原形输入"
|
||||
|
||||
@@ -2266,35 +2262,39 @@ msgstr ""
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "行 %ld/%ld (%d%%),列 %lu/%lu (%d%%),字符 %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "nano 文本编辑器"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "版本"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "来自于:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "特别感谢:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "自由软体基金会"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "ncurses 部份:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "以及其他我们不记得的人..."
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "谢谢您使用 nano!"
|
||||
|
||||
|
||||
356
po/zh_TW.po
356
po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: nano 2.3.2pre4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-06 10:15-0500\n"
|
||||
"POT-Creation-Date: 2015-03-22 23:49-0400\n"
|
||||
"PO-Revision-Date: 2013-06-24 23:29+0800\n"
|
||||
"Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
|
||||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||||
@@ -22,9 +22,9 @@ msgstr ""
|
||||
msgid "Go To Directory"
|
||||
msgstr "跳至目錄"
|
||||
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1082 src/files.c:2302
|
||||
#: src/nano.c:1160 src/search.c:213 src/search.c:303 src/search.c:964
|
||||
#: src/search.c:1040 src/text.c:2953 src/text.c:3168
|
||||
#: src/browser.c:214 src/browser.c:770 src/files.c:1101 src/files.c:2321
|
||||
#: src/nano.c:1159 src/search.c:212 src/search.c:302 src/search.c:957
|
||||
#: src/search.c:1033 src/text.c:2949 src/text.c:3164
|
||||
msgid "Cancelled"
|
||||
msgstr "已取消"
|
||||
|
||||
@@ -33,10 +33,10 @@ msgstr "已取消"
|
||||
msgid "Can't go outside of %s in restricted mode"
|
||||
msgstr "在限制模式中無法至 %s 外部"
|
||||
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:947
|
||||
#: src/files.c:956 src/files.c:1783 src/files.c:1910 src/files.c:1964
|
||||
#: src/files.c:1985 src/files.c:2108 src/files.c:3010 src/files.c:3206
|
||||
#: src/rcfile.c:586 src/rcfile.c:1422
|
||||
#: src/browser.c:257 src/browser.c:303 src/browser.c:324 src/files.c:966
|
||||
#: src/files.c:975 src/files.c:1802 src/files.c:1929 src/files.c:1983
|
||||
#: src/files.c:2004 src/files.c:2127 src/files.c:3029 src/files.c:3225
|
||||
#: src/rcfile.c:590 src/rcfile.c:1426
|
||||
#, c-format
|
||||
msgid "Error reading %s: %s"
|
||||
msgstr "讀取 %s 時發生錯誤: %s"
|
||||
@@ -58,87 +58,88 @@ msgid "(parent dir)"
|
||||
msgstr "(上層目錄)"
|
||||
|
||||
#. TRANSLATORS: This is the main search prompt.
|
||||
#: src/browser.c:759 src/search.c:182
|
||||
#: src/browser.c:759 src/search.c:181
|
||||
msgid "Search"
|
||||
msgstr "搜尋"
|
||||
|
||||
#: src/browser.c:812 src/search.c:384
|
||||
#: src/browser.c:812 src/search.c:382
|
||||
msgid "Search Wrapped"
|
||||
msgstr "已從頭搜尋"
|
||||
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:503 src/search.c:506
|
||||
#: src/search.c:563 src/search.c:566
|
||||
#: src/browser.c:885 src/browser.c:912 src/search.c:500 src/search.c:503
|
||||
#: src/search.c:560 src/search.c:563
|
||||
msgid "This is the only occurrence"
|
||||
msgstr "這是惟一出現之處"
|
||||
|
||||
#: src/browser.c:915 src/search.c:572
|
||||
#: src/browser.c:915 src/search.c:569
|
||||
msgid "No current search pattern"
|
||||
msgstr "沒有符合目前搜尋形式者"
|
||||
|
||||
#: src/files.c:138
|
||||
#: src/files.c:139
|
||||
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
|
||||
msgstr "無法確認我的身分以用於鎖定檔案 (getpwuid() 失敗)"
|
||||
|
||||
#: src/files.c:144
|
||||
#: src/files.c:145
|
||||
#, fuzzy, c-format
|
||||
msgid "Couldn't determine hostname for lock file: %s"
|
||||
msgstr "無法確認主機名稱以用於鎖定檔案:%s"
|
||||
|
||||
#: src/files.c:170 src/files.c:207 src/files.c:217
|
||||
#: src/files.c:165 src/files.c:175 src/files.c:212 src/files.c:222
|
||||
#, c-format
|
||||
msgid "Error writing lock file %s: %s"
|
||||
msgstr "寫入鎖定檔案 %s 時發生錯誤:%s"
|
||||
|
||||
#: src/files.c:232
|
||||
#: src/files.c:237
|
||||
#, c-format
|
||||
msgid "Error deleting lock file %s: %s"
|
||||
msgstr "刪除鎖定檔案 %s 時發生錯誤:%s"
|
||||
|
||||
#: src/files.c:267
|
||||
#: src/files.c:272
|
||||
#, fuzzy, c-format
|
||||
msgid "Error opening lock file %s: %s"
|
||||
msgstr "開啟鎖定檔案 %s 時發生錯誤:%s"
|
||||
|
||||
#: src/files.c:277
|
||||
#: src/files.c:282
|
||||
#, fuzzy, c-format
|
||||
msgid "Error reading lock file %s: Not enough data read"
|
||||
msgstr "讀取鎖定檔案 %s 時發生錯誤:未讀取足夠的資料"
|
||||
|
||||
#: src/files.c:291
|
||||
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
||||
#: src/files.c:297
|
||||
#, c-format
|
||||
msgid "File is being edited (by %s, PID %d, user %s); continue?"
|
||||
msgid "File %s is being edited (by %s with %s, PID %d); continue?"
|
||||
msgstr ""
|
||||
|
||||
#: src/files.c:302
|
||||
#: src/files.c:308
|
||||
#, fuzzy, c-format
|
||||
msgid "Error writing lock file: Directory '%s' doesn't exist"
|
||||
msgstr "寫入鎖定檔案 %s 時發生錯誤:%s"
|
||||
|
||||
#: src/files.c:332
|
||||
#: src/files.c:339
|
||||
#, c-format
|
||||
msgid "Can't insert file from outside of %s"
|
||||
msgstr "無法插入 %s 外部的檔案"
|
||||
|
||||
#: src/files.c:441
|
||||
#: src/files.c:467
|
||||
msgid "No more open file buffers"
|
||||
msgstr "無多餘檔案緩衝區可開啟"
|
||||
|
||||
#: src/files.c:457
|
||||
#: src/files.c:484
|
||||
#, c-format
|
||||
msgid "Switched to %s"
|
||||
msgstr "切換至 %s"
|
||||
|
||||
#: src/files.c:458 src/global.c:953 src/winio.c:2161
|
||||
#: src/files.c:485 src/global.c:953 src/winio.c:2161
|
||||
msgid "New Buffer"
|
||||
msgstr "新緩衝區"
|
||||
|
||||
#: src/files.c:845
|
||||
#: src/files.c:874
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS and Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
|
||||
msgstr[0] "已讀取 %lu 列 (轉檔自 DOS 與 Mac 格式)"
|
||||
|
||||
#: src/files.c:850
|
||||
#: src/files.c:879
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
|
||||
@@ -148,13 +149,13 @@ msgid_plural ""
|
||||
"permission)"
|
||||
msgstr[0] "已讀取 %lu 列 (轉檔自 DOS 與 Mac 格式 - 警告:沒有寫入權限)"
|
||||
|
||||
#: src/files.c:856
|
||||
#: src/files.c:885
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from Mac format)"
|
||||
msgid_plural "Read %lu lines (Converted from Mac format)"
|
||||
msgstr[0] "已讀取 %lu 列 (轉檔自 Mac 格式)"
|
||||
|
||||
#: src/files.c:860
|
||||
#: src/files.c:889
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from Mac format - Warning: No write permission)"
|
||||
@@ -162,13 +163,13 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from Mac format - Warning: No write permission)"
|
||||
msgstr[0] "已讀取 %lu 列 (轉檔自 Mac 格式 - 警告:沒有寫入權限)"
|
||||
|
||||
#: src/files.c:866
|
||||
#: src/files.c:895
|
||||
#, c-format
|
||||
msgid "Read %lu line (Converted from DOS format)"
|
||||
msgid_plural "Read %lu lines (Converted from DOS format)"
|
||||
msgstr[0] "已讀取 %lu 列 (轉檔自 DOS 格式)"
|
||||
|
||||
#: src/files.c:870
|
||||
#: src/files.c:899
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Read %lu line (Converted from DOS format - Warning: No write permission)"
|
||||
@@ -176,161 +177,161 @@ msgid_plural ""
|
||||
"Read %lu lines (Converted from DOS format - Warning: No write permission)"
|
||||
msgstr[0] "已讀取 %lu 列 (轉檔自 DOS 格式 - 警告:沒有寫入權限)"
|
||||
|
||||
#: src/files.c:876
|
||||
#: src/files.c:905
|
||||
#, c-format
|
||||
msgid "Read %lu line"
|
||||
msgid_plural "Read %lu lines"
|
||||
msgstr[0] "已讀取 %lu 列"
|
||||
|
||||
#: src/files.c:879
|
||||
#: src/files.c:908
|
||||
#, c-format
|
||||
msgid "Read %lu line ( Warning: No write permission)"
|
||||
msgid_plural "Read %lu lines (Warning: No write permission)"
|
||||
msgstr[0] "已讀取 %lu 列 (警告:沒有寫入權限)"
|
||||
|
||||
#: src/files.c:924 src/files.c:961
|
||||
#: src/files.c:943 src/files.c:980
|
||||
msgid "Reading File"
|
||||
msgstr "正在讀取檔案"
|
||||
|
||||
#: src/files.c:931
|
||||
#: src/files.c:950
|
||||
msgid "New File"
|
||||
msgstr "新檔案"
|
||||
|
||||
#: src/files.c:934
|
||||
#: src/files.c:953
|
||||
#, c-format
|
||||
msgid "\"%s\" not found"
|
||||
msgstr "找不到 \"%s\""
|
||||
|
||||
#: src/files.c:942 src/rcfile.c:579 src/rcfile.c:1372 src/rcfile.c:1413
|
||||
#: src/files.c:961 src/rcfile.c:583 src/rcfile.c:1376 src/rcfile.c:1417
|
||||
#, c-format
|
||||
msgid "\"%s\" is a directory"
|
||||
msgstr "\"%s\" 是一個目錄"
|
||||
|
||||
#: src/files.c:943 src/rcfile.c:580 src/rcfile.c:1373 src/rcfile.c:1414
|
||||
#: src/files.c:962 src/rcfile.c:584 src/rcfile.c:1377 src/rcfile.c:1418
|
||||
#, c-format
|
||||
msgid "\"%s\" is a device file"
|
||||
msgstr "\"%s\" 是一個裝置檔案"
|
||||
|
||||
#: src/files.c:1041
|
||||
#: src/files.c:1060
|
||||
#, c-format
|
||||
msgid "Command to execute in new buffer [from %s] "
|
||||
msgstr "在新緩衝區中執行的命令 [從 %s] "
|
||||
|
||||
#: src/files.c:1043
|
||||
#: src/files.c:1062
|
||||
#, c-format
|
||||
msgid "Command to execute [from %s] "
|
||||
msgstr "執行的命令 [從 %s] "
|
||||
|
||||
#: src/files.c:1050
|
||||
#: src/files.c:1069
|
||||
#, c-format
|
||||
msgid "File to insert into new buffer [from %s] "
|
||||
msgstr "所要插入新緩衝區的檔案 [從 %s] "
|
||||
|
||||
#: src/files.c:1052
|
||||
#: src/files.c:1071
|
||||
#, c-format
|
||||
msgid "File to insert [from %s] "
|
||||
msgstr "所要插入的檔案 [從 %s] "
|
||||
|
||||
#: src/files.c:1301
|
||||
#: src/files.c:1320
|
||||
msgid "Key invalid in non-multibuffer mode"
|
||||
msgstr "非多重緩衝區模式中此按鍵無效"
|
||||
|
||||
#: src/files.c:1603
|
||||
#: src/files.c:1622
|
||||
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
|
||||
msgstr "寫入備份檔案時失敗,要繼續儲存?(如果不確定就以 N 表示) "
|
||||
|
||||
#: src/files.c:1727
|
||||
#: src/files.c:1746
|
||||
#, c-format
|
||||
msgid "Can't write outside of %s"
|
||||
msgstr "無法寫入 %s 外部"
|
||||
|
||||
#: src/files.c:1742
|
||||
#: src/files.c:1761
|
||||
msgid "Cannot prepend or append to a symlink with --nofollow set"
|
||||
msgstr "--nofollow 設定下,無法前引或附加至符號連結檔"
|
||||
|
||||
#: src/files.c:1824 src/files.c:1849 src/files.c:1867 src/files.c:1880
|
||||
#: src/files.c:1891 src/files.c:1920
|
||||
#: src/files.c:1843 src/files.c:1868 src/files.c:1886 src/files.c:1899
|
||||
#: src/files.c:1910 src/files.c:1939
|
||||
#, c-format
|
||||
msgid "Error writing backup file %s: %s"
|
||||
msgstr "寫入暫存檔案 %s 時發生錯誤:%s"
|
||||
|
||||
#: src/files.c:1825 src/nano.c:719
|
||||
#: src/files.c:1844 src/nano.c:719
|
||||
msgid "Too many backup files?"
|
||||
msgstr "太多備份檔案?"
|
||||
|
||||
#: src/files.c:1940 src/files.c:1997 src/files.c:2016 src/files.c:2028
|
||||
#: src/files.c:2052 src/files.c:2070 src/files.c:2080 src/files.c:2116
|
||||
#: src/files.c:2121 src/files.c:3082 src/files.c:3091 src/files.c:3114
|
||||
#: src/files.c:3126
|
||||
#: src/files.c:1959 src/files.c:2016 src/files.c:2035 src/files.c:2047
|
||||
#: src/files.c:2071 src/files.c:2089 src/files.c:2099 src/files.c:2135
|
||||
#: src/files.c:2140 src/files.c:3101 src/files.c:3110 src/files.c:3133
|
||||
#: src/files.c:3145
|
||||
#, c-format
|
||||
msgid "Error writing %s: %s"
|
||||
msgstr "寫入 %s 時發生錯誤: %s"
|
||||
|
||||
#: src/files.c:1974 src/text.c:2871 src/text.c:2883 src/text.c:3265
|
||||
#: src/text.c:3274
|
||||
#: src/files.c:1993 src/text.c:2867 src/text.c:2879 src/text.c:3260
|
||||
#: src/text.c:3269
|
||||
#, c-format
|
||||
msgid "Error writing temp file: %s"
|
||||
msgstr "寫入暫存檔案 %s 時發生錯誤"
|
||||
|
||||
#: src/files.c:2154
|
||||
#: src/files.c:2173
|
||||
#, c-format
|
||||
msgid "Wrote %lu line"
|
||||
msgid_plural "Wrote %lu lines"
|
||||
msgstr[0] "已寫入 %lu 列"
|
||||
|
||||
#: src/files.c:2259
|
||||
#: src/files.c:2278
|
||||
msgid " [DOS Format]"
|
||||
msgstr " [DOS 格式]"
|
||||
|
||||
#: src/files.c:2260
|
||||
#: src/files.c:2279
|
||||
msgid " [Mac Format]"
|
||||
msgstr " [Mac 格式]"
|
||||
|
||||
#: src/files.c:2262
|
||||
#: src/files.c:2281
|
||||
msgid " [Backup]"
|
||||
msgstr " [備份]"
|
||||
|
||||
#: src/files.c:2270
|
||||
#: src/files.c:2289
|
||||
msgid "Prepend Selection to File"
|
||||
msgstr "前引選擇部分於檔案"
|
||||
|
||||
#: src/files.c:2271
|
||||
#: src/files.c:2290
|
||||
msgid "Append Selection to File"
|
||||
msgstr "附加選擇部分至檔案"
|
||||
|
||||
#: src/files.c:2272
|
||||
#: src/files.c:2291
|
||||
msgid "Write Selection to File"
|
||||
msgstr "寫入選擇部分至檔案"
|
||||
|
||||
#: src/files.c:2275
|
||||
#: src/files.c:2294
|
||||
msgid "File Name to Prepend to"
|
||||
msgstr "要前引於的檔案名稱"
|
||||
|
||||
#: src/files.c:2276
|
||||
#: src/files.c:2295
|
||||
msgid "File Name to Append to"
|
||||
msgstr "要附加至的檔案名稱"
|
||||
|
||||
#: src/files.c:2277
|
||||
#: src/files.c:2296
|
||||
msgid "File Name to Write"
|
||||
msgstr "要寫入的檔案名稱"
|
||||
|
||||
#: src/files.c:2408
|
||||
#: src/files.c:2427
|
||||
msgid "File exists, OVERWRITE ? "
|
||||
msgstr "檔案已存在,要覆寫嗎?"
|
||||
|
||||
#: src/files.c:2417
|
||||
#: src/files.c:2436
|
||||
msgid "Save file under DIFFERENT NAME ? "
|
||||
msgstr "以不同的名稱存檔?"
|
||||
|
||||
#: src/files.c:2431
|
||||
#: src/files.c:2450
|
||||
msgid "File was modified since you opened it, continue saving ? "
|
||||
msgstr "檔案從您開啟它後已被修改,要繼續儲存?"
|
||||
|
||||
#: src/files.c:2863
|
||||
#: src/files.c:2882
|
||||
msgid "(more)"
|
||||
msgstr "(更多)"
|
||||
|
||||
#: src/files.c:2955
|
||||
#: src/files.c:2974
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -339,7 +340,7 @@ msgstr ""
|
||||
"\n"
|
||||
"按下輸入鍵以繼續\n"
|
||||
|
||||
#: src/files.c:2970
|
||||
#: src/files.c:2989
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Unable to create directory %s: %s\n"
|
||||
@@ -348,7 +349,7 @@ msgstr ""
|
||||
"無法建立目錄 %s:%s\n"
|
||||
"對於儲存/載入搜尋歷史或游標位置而言,它是必要的\n"
|
||||
|
||||
#: src/files.c:2976
|
||||
#: src/files.c:2995
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"Path %s is not a directory and needs to be.\n"
|
||||
@@ -357,7 +358,7 @@ msgstr ""
|
||||
"路徑 %s 並非卻必須是個目錄。\n"
|
||||
"Nano 將無法載入或儲存搜尋或游標位置歷史\n"
|
||||
|
||||
#: src/files.c:2993
|
||||
#: src/files.c:3012
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I tried to move\n"
|
||||
@@ -366,7 +367,7 @@ msgstr ""
|
||||
"偵測到舊的 nano 歷史檔案 (%s),我已嘗試將它移動\n"
|
||||
"到偏好的位置 (%s) 但是遇到了錯誤:%s"
|
||||
|
||||
#: src/files.c:2997
|
||||
#: src/files.c:3016
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Detected a legacy nano history file (%s) which I moved\n"
|
||||
@@ -1626,16 +1627,16 @@ msgid "Enable soft line wrapping"
|
||||
msgstr "開啟長列換列"
|
||||
|
||||
#: src/nano.c:963
|
||||
#, c-format
|
||||
msgid " GNU nano version %s (compiled %s, %s)\n"
|
||||
#, fuzzy, c-format
|
||||
msgid " GNU nano, version %s\n"
|
||||
msgstr " GNU nano 版本 %s (編譯於 %s, %s)\n"
|
||||
|
||||
#: src/nano.c:967
|
||||
#: src/nano.c:966
|
||||
#, c-format
|
||||
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
|
||||
msgstr " 電子郵件: nano@nano-editor.org\t\t網頁: http://www.nano-editor.org/"
|
||||
|
||||
#: src/nano.c:968
|
||||
#: src/nano.c:967
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1644,67 +1645,67 @@ msgstr ""
|
||||
"\n"
|
||||
" 編譯選項:"
|
||||
|
||||
#: src/nano.c:1097
|
||||
#: src/nano.c:1096
|
||||
msgid "Sorry, support for this function has been disabled"
|
||||
msgstr "抱歉,已經關閉此功能的支援"
|
||||
|
||||
#: src/nano.c:1126
|
||||
#: src/nano.c:1125
|
||||
msgid "No file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/nano.c:1137
|
||||
#: src/nano.c:1136
|
||||
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
|
||||
msgstr "儲存更動過的緩衝區嗎 (回答 \"No\" 會撤銷修改)?"
|
||||
|
||||
#: src/nano.c:1190
|
||||
#: src/nano.c:1189
|
||||
msgid "Couldn't reopen stdin from keyboard, sorry\n"
|
||||
msgstr "無法重新開啟來自鍵盤的標準輸入,抱歉\n"
|
||||
|
||||
#: src/nano.c:1215
|
||||
#: src/nano.c:1213
|
||||
#, c-format
|
||||
msgid "Reading from stdin, ^C to abort\n"
|
||||
msgstr "讀取自標準輸入,^C 以放棄\n"
|
||||
|
||||
#: src/nano.c:1281
|
||||
#: src/nano.c:1279
|
||||
msgid "Received SIGHUP or SIGTERM\n"
|
||||
msgstr "接收到 SIGHUP 或 SIGTERM\n"
|
||||
|
||||
#: src/nano.c:1303
|
||||
#: src/nano.c:1301
|
||||
#, c-format
|
||||
msgid "Use \"fg\" to return to nano.\n"
|
||||
msgstr "利用 \"fg\" 來回到 nano。\n"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "enabled"
|
||||
msgstr "開啟"
|
||||
|
||||
#: src/nano.c:1483
|
||||
#: src/nano.c:1481
|
||||
msgid "disabled"
|
||||
msgstr "關閉"
|
||||
|
||||
#: src/nano.c:1637 src/winio.c:1283
|
||||
#: src/nano.c:1635 src/winio.c:1283
|
||||
msgid "Unknown Command"
|
||||
msgstr "不明的命令"
|
||||
|
||||
#: src/nano.c:1749
|
||||
#: src/nano.c:1747
|
||||
msgid "XON ignored, mumble mumble"
|
||||
msgstr "忽略 XON,嗯嗯。"
|
||||
|
||||
#: src/nano.c:1754
|
||||
#: src/nano.c:1752
|
||||
msgid "XOFF ignored, mumble mumble"
|
||||
msgstr "忽略 XOFF,嗯嗯。"
|
||||
|
||||
#: src/nano.c:2312 src/rcfile.c:1321
|
||||
#: src/nano.c:2310 src/rcfile.c:1325
|
||||
#, c-format
|
||||
msgid "Requested tab size \"%s\" is invalid"
|
||||
msgstr "所要求的跳格寬度 \"%s\" 無效"
|
||||
|
||||
#: src/nano.c:2376 src/rcfile.c:1246
|
||||
#: src/nano.c:2374 src/rcfile.c:1250
|
||||
#, c-format
|
||||
msgid "Requested fill size \"%s\" is invalid"
|
||||
msgstr "所要求的填滿行數 \"%s\" 無效"
|
||||
|
||||
#: src/nano.c:2417
|
||||
#: src/nano.c:2415
|
||||
#, c-format
|
||||
msgid "Type '%s -h' for a list of available options.\n"
|
||||
msgstr ""
|
||||
@@ -1746,8 +1747,8 @@ msgstr "在 %s (位於第 %lu 列) 中發生錯誤: "
|
||||
msgid "Argument '%s' has an unterminated \""
|
||||
msgstr "引數 '%s' 有未封閉的 \""
|
||||
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:726 src/rcfile.c:787
|
||||
#: src/rcfile.c:876 src/rcfile.c:928
|
||||
#: src/rcfile.c:223 src/rcfile.c:275 src/rcfile.c:730 src/rcfile.c:791
|
||||
#: src/rcfile.c:880 src/rcfile.c:932
|
||||
msgid "Regex strings must begin and end with a \" character"
|
||||
msgstr "正規表示式字串必須以 \" 字元開始及結束"
|
||||
|
||||
@@ -1801,22 +1802,22 @@ msgstr "無法映射名稱「%s」到某一功能"
|
||||
msgid "Cannot map name \"%s\" to a menu"
|
||||
msgstr "無法映射名稱「%s」到某一選單"
|
||||
|
||||
#: src/rcfile.c:524
|
||||
#: src/rcfile.c:528
|
||||
#, c-format
|
||||
msgid "Function '%s' does not exist in menu '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:539
|
||||
#: src/rcfile.c:543
|
||||
#, fuzzy, c-format
|
||||
msgid "Sorry, keystroke \"%s\" may not be rebound"
|
||||
msgstr "抱歉,按鍵字串「%s」是不合法的繫結"
|
||||
|
||||
#: src/rcfile.c:625
|
||||
#: src/rcfile.c:629
|
||||
#, fuzzy, c-format
|
||||
msgid "Error expanding %s: %s"
|
||||
msgstr "讀取 %s 時發生錯誤: %s"
|
||||
|
||||
#: src/rcfile.c:668
|
||||
#: src/rcfile.c:672
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Color \"%s\" not understood.\n"
|
||||
@@ -1831,126 +1832,126 @@ msgstr ""
|
||||
"\"black\"(黑),加上選擇性的前置字 \"bright\"(明亮) \n"
|
||||
"可用於前景色。"
|
||||
|
||||
#: src/rcfile.c:690
|
||||
#: src/rcfile.c:694
|
||||
msgid "Cannot add a color command without a syntax command"
|
||||
msgstr "無法增加顏色命令而沒有語法命令"
|
||||
|
||||
#: src/rcfile.c:695
|
||||
#: src/rcfile.c:699
|
||||
msgid "Missing color name"
|
||||
msgstr "缺少顏色名稱"
|
||||
|
||||
#: src/rcfile.c:705 src/rcfile.c:866
|
||||
#: src/rcfile.c:709 src/rcfile.c:870
|
||||
msgid "Missing regex string"
|
||||
msgstr "缺少正規表示式字串"
|
||||
|
||||
#: src/rcfile.c:781
|
||||
#: src/rcfile.c:785
|
||||
msgid "\"start=\" requires a corresponding \"end=\""
|
||||
msgstr "\"start=\" 要求對應的 \"end=\""
|
||||
|
||||
#: src/rcfile.c:833
|
||||
#: src/rcfile.c:837
|
||||
#, c-format
|
||||
msgid "Background color \"%s\" cannot be bright"
|
||||
msgstr "背景色 \"%s\" 不可為明亮"
|
||||
|
||||
#: src/rcfile.c:861
|
||||
#: src/rcfile.c:865
|
||||
msgid "Cannot add a header regex without a syntax command"
|
||||
msgstr "無法增加標頭正規表示式而沒有語法命令"
|
||||
|
||||
#: src/rcfile.c:917
|
||||
#: src/rcfile.c:921
|
||||
msgid "Cannot add a magic string regex without a syntax command"
|
||||
msgstr "無法增加魔法正規表示式而沒有語法命令"
|
||||
|
||||
#: src/rcfile.c:922
|
||||
#: src/rcfile.c:926
|
||||
msgid "Missing magic string name"
|
||||
msgstr "缺少魔法字串名稱"
|
||||
|
||||
#: src/rcfile.c:981
|
||||
#: src/rcfile.c:985
|
||||
#, fuzzy
|
||||
msgid "Cannot add a linter without a syntax command"
|
||||
msgstr "無法增加標頭正規表示式而沒有語法命令"
|
||||
|
||||
#: src/rcfile.c:986
|
||||
#: src/rcfile.c:990
|
||||
#, fuzzy
|
||||
msgid "Missing linter command"
|
||||
msgstr "缺少顏色名稱"
|
||||
|
||||
#: src/rcfile.c:1006
|
||||
#: src/rcfile.c:1010
|
||||
#, fuzzy
|
||||
msgid "Cannot add formatter without a syntax command"
|
||||
msgstr "無法增加顏色命令而沒有語法命令"
|
||||
|
||||
#: src/rcfile.c:1011
|
||||
#: src/rcfile.c:1015
|
||||
msgid "Missing formatter command"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcfile.c:1041
|
||||
#: src/rcfile.c:1045
|
||||
#, fuzzy, c-format
|
||||
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
|
||||
msgstr "嚴重錯誤:沒有按鍵映射至功能「%s」"
|
||||
|
||||
#: src/rcfile.c:1043
|
||||
#: src/rcfile.c:1047
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
||||
msgstr "離開中。 如果需要調整您的 nanorc 設定值,請使用 nano 與 -I 選項\n"
|
||||
|
||||
#: src/rcfile.c:1104
|
||||
#: src/rcfile.c:1108
|
||||
#, fuzzy, c-format
|
||||
msgid "Could not find syntax \"%s\" to extend"
|
||||
msgstr "無法映射名稱「%s」到某一選單"
|
||||
|
||||
#: src/rcfile.c:1120 src/rcfile.c:1129 src/rcfile.c:1139
|
||||
#: src/rcfile.c:1124 src/rcfile.c:1133 src/rcfile.c:1143
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not allowed in included file"
|
||||
msgstr "命令「%s」在包含的檔案中不允許"
|
||||
|
||||
#: src/rcfile.c:1145 src/rcfile.c:1346
|
||||
#: src/rcfile.c:1149 src/rcfile.c:1350
|
||||
#, c-format
|
||||
msgid "Syntax \"%s\" has no color commands"
|
||||
msgstr "語法「%s」沒有任何顏色命令"
|
||||
|
||||
#: src/rcfile.c:1167
|
||||
#: src/rcfile.c:1171
|
||||
#, c-format
|
||||
msgid "Command \"%s\" not understood"
|
||||
msgstr "無法辨識 \"%s\" 命令"
|
||||
|
||||
#: src/rcfile.c:1182
|
||||
#: src/rcfile.c:1186
|
||||
#, fuzzy
|
||||
msgid "Missing option"
|
||||
msgstr "缺少顏色名稱"
|
||||
|
||||
#: src/rcfile.c:1204
|
||||
#: src/rcfile.c:1208
|
||||
#, c-format
|
||||
msgid "Option \"%s\" requires an argument"
|
||||
msgstr "選項 \"%s\" 要求引數"
|
||||
|
||||
#: src/rcfile.c:1222
|
||||
#: src/rcfile.c:1226
|
||||
msgid "Option is not a valid multibyte string"
|
||||
msgstr "選項並非正確的多位元字串"
|
||||
|
||||
#: src/rcfile.c:1259 src/rcfile.c:1287 src/rcfile.c:1296
|
||||
#: src/rcfile.c:1263 src/rcfile.c:1291 src/rcfile.c:1300
|
||||
msgid "Non-blank characters required"
|
||||
msgstr "需要非空格字元"
|
||||
|
||||
#: src/rcfile.c:1269
|
||||
#: src/rcfile.c:1273
|
||||
msgid "Two single-column characters required"
|
||||
msgstr "需要兩個單行字元"
|
||||
|
||||
#: src/rcfile.c:1335
|
||||
#: src/rcfile.c:1339
|
||||
#, fuzzy, c-format
|
||||
msgid "Cannot unset option \"%s\""
|
||||
msgstr "無法解除旗標 \"%s\" 設定"
|
||||
|
||||
#: src/rcfile.c:1341
|
||||
#: src/rcfile.c:1345
|
||||
#, fuzzy, c-format
|
||||
msgid "Unknown option \"%s\""
|
||||
msgstr "旗標 \"%s\" 無法辨識"
|
||||
|
||||
#: src/rcfile.c:1400
|
||||
#: src/rcfile.c:1404
|
||||
msgid "I can't find my home directory! Wah!"
|
||||
msgstr "我找不到我的家目錄!哇!"
|
||||
|
||||
#: src/rcfile.c:1438
|
||||
#: src/rcfile.c:1442
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1965,57 +1966,57 @@ msgid "\"%.*s%s\" not found"
|
||||
msgstr "找不到 \"%.*s%s\""
|
||||
|
||||
#. TRANSLATORS: The next three strings are modifiers of the search prompt.
|
||||
#: src/search.c:185
|
||||
#: src/search.c:184
|
||||
msgid " [Case Sensitive]"
|
||||
msgstr " [符合大小寫]"
|
||||
|
||||
#: src/search.c:189
|
||||
#: src/search.c:188
|
||||
msgid " [Regexp]"
|
||||
msgstr " [正規表示式]"
|
||||
|
||||
#: src/search.c:193
|
||||
#: src/search.c:192
|
||||
msgid " [Backwards]"
|
||||
msgstr " [向後搜尋]"
|
||||
|
||||
#. TRANSLATORS: The next two strings are modifiers of the search prompt.
|
||||
#: src/search.c:198
|
||||
#: src/search.c:197
|
||||
msgid " (to replace) in selection"
|
||||
msgstr " 在標記中(置換)"
|
||||
|
||||
#: src/search.c:200
|
||||
#: src/search.c:199
|
||||
msgid " (to replace)"
|
||||
msgstr " (置換)"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:774
|
||||
#: src/search.c:769
|
||||
msgid "Replace this instance?"
|
||||
msgstr "置換這個?"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:951
|
||||
#: src/search.c:945
|
||||
msgid "Replace with"
|
||||
msgstr "以此置換"
|
||||
|
||||
#: src/search.c:993
|
||||
#: src/search.c:986
|
||||
#, c-format
|
||||
msgid "Replaced %lu occurrence"
|
||||
msgid_plural "Replaced %lu occurrences"
|
||||
msgstr[0] "已置換 %lu 處"
|
||||
|
||||
#. TRANSLATORS: This is a prompt.
|
||||
#: src/search.c:1034
|
||||
#: src/search.c:1027
|
||||
msgid "Enter line number, column number"
|
||||
msgstr "輸入列號,行號"
|
||||
|
||||
#: src/search.c:1061
|
||||
#: src/search.c:1054
|
||||
msgid "Invalid line or column number"
|
||||
msgstr "無效的列號或行號"
|
||||
|
||||
#: src/search.c:1215
|
||||
#: src/search.c:1207
|
||||
msgid "Not a bracket"
|
||||
msgstr "並非一個括號"
|
||||
|
||||
#: src/search.c:1282
|
||||
#: src/search.c:1274
|
||||
msgid "No matching bracket"
|
||||
msgstr "無對應括號"
|
||||
|
||||
@@ -2031,9 +2032,9 @@ msgstr "標記解除"
|
||||
msgid "Nothing in undo buffer!"
|
||||
msgstr "復原緩衝區中沒有任何東西!"
|
||||
|
||||
#: src/text.c:445
|
||||
#: src/text.c:445 src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %ld. Please save your work."
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "內部錯誤:無法匹配第 %d 列。 請儲存您的工作"
|
||||
|
||||
#: src/text.c:456 src/text.c:487 src/text.c:600 src/text.c:637
|
||||
@@ -2086,22 +2087,17 @@ msgstr "沒有任何東西可重做!"
|
||||
msgid "Internal error: cannot set up redo. Please save your work."
|
||||
msgstr "內部錯誤:無法設定取消剪下。 請儲存您的工作。"
|
||||
|
||||
#: src/text.c:590
|
||||
#, fuzzy, c-format
|
||||
msgid "Internal error: can't match line %d. Please save your work."
|
||||
msgstr "內部錯誤:無法匹配第 %d 列。 請儲存您的工作"
|
||||
|
||||
#: src/text.c:684
|
||||
#, c-format
|
||||
msgid "Redid action (%s)"
|
||||
msgstr "已重做動作 (%s)"
|
||||
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2967
|
||||
#: src/text.c:785 src/text.c:2490 src/text.c:2963
|
||||
msgid "Could not create pipe"
|
||||
msgstr "無法建立管線功能"
|
||||
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2730 src/text.c:3018
|
||||
#: src/text.c:3316
|
||||
#: src/text.c:811 src/text.c:2578 src/text.c:2732 src/text.c:3014
|
||||
#: src/text.c:3311
|
||||
msgid "Could not fork"
|
||||
msgstr "執行功能無效"
|
||||
|
||||
@@ -2127,7 +2123,7 @@ msgstr "編輯替代文字"
|
||||
msgid "Creating misspelled word list, please wait..."
|
||||
msgstr "正在建立錯字列表,請稍待…"
|
||||
|
||||
#: src/text.c:2584 src/text.c:3026
|
||||
#: src/text.c:2584 src/text.c:3022
|
||||
msgid "Could not get size of pipe buffer"
|
||||
msgstr "無法得知管線緩衝區大小"
|
||||
|
||||
@@ -2143,91 +2139,91 @@ msgstr "呼叫 \"sort -f\" 錯誤"
|
||||
msgid "Error invoking \"uniq\""
|
||||
msgstr "呼叫 \"uniq\" 錯誤"
|
||||
|
||||
#: src/text.c:2698 src/text.c:2911
|
||||
#: src/text.c:2696 src/text.c:2907
|
||||
msgid "Finished checking spelling"
|
||||
msgstr "拼字檢查結束"
|
||||
|
||||
#: src/text.c:2757 src/text.c:3345
|
||||
#: src/text.c:2759 src/text.c:3340
|
||||
#, c-format
|
||||
msgid "Error invoking \"%s\""
|
||||
msgstr "呼叫 \"%s\" 錯誤"
|
||||
|
||||
#: src/text.c:2889
|
||||
#: src/text.c:2885
|
||||
#, fuzzy
|
||||
msgid "Invoking spell checker, please wait"
|
||||
msgstr "嘗試呼叫拼字檢查"
|
||||
|
||||
#: src/text.c:2906
|
||||
#: src/text.c:2902
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s"
|
||||
msgstr "拼字檢查失敗: %s"
|
||||
|
||||
#: src/text.c:2908
|
||||
#: src/text.c:2904
|
||||
#, c-format
|
||||
msgid "Spell checking failed: %s: %s"
|
||||
msgstr "拼字檢查失敗: %s: %s"
|
||||
|
||||
#: src/text.c:2941
|
||||
#: src/text.c:2937
|
||||
#, fuzzy
|
||||
msgid "No linter defined for this type of file!"
|
||||
msgstr "不要將換列加到檔案末端"
|
||||
|
||||
#: src/text.c:2951
|
||||
#: src/text.c:2947
|
||||
msgid "Save modified buffer before linting?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:2973
|
||||
#: src/text.c:2969
|
||||
msgid "Invoking linter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3129
|
||||
#: src/text.c:3125
|
||||
#, c-format
|
||||
msgid "Got 0 parsable lines from command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3163
|
||||
#: src/text.c:3159
|
||||
#, c-format
|
||||
msgid "This message is for unopened file %s, open it in a new buffer?"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3209
|
||||
#: src/text.c:3205
|
||||
#, fuzzy
|
||||
msgid "At last message"
|
||||
msgstr "顯示此訊息"
|
||||
|
||||
#: src/text.c:3214
|
||||
#: src/text.c:3210
|
||||
#, fuzzy
|
||||
msgid "At first message"
|
||||
msgstr "顯示此訊息"
|
||||
|
||||
#: src/text.c:3255
|
||||
msgid "Error: no linter defined"
|
||||
#: src/text.c:3250
|
||||
msgid "Error: no formatter defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3280
|
||||
#: src/text.c:3275
|
||||
msgid "Finished"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3285
|
||||
#: src/text.c:3280
|
||||
msgid "Invoking formatter, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3367
|
||||
#: src/text.c:3360
|
||||
msgid "Finished formatting"
|
||||
msgstr ""
|
||||
|
||||
#: src/text.c:3445
|
||||
#: src/text.c:3438
|
||||
#, c-format
|
||||
msgid "%sWords: %lu Lines: %ld Chars: %lu"
|
||||
msgstr "%s字數: %lu 列數: %ld 字元數: %lu"
|
||||
|
||||
#: src/text.c:3446
|
||||
#: src/text.c:3439
|
||||
msgid "In Selection: "
|
||||
msgstr "於選擇部分: "
|
||||
|
||||
#. TRANSLATORS: This is displayed when the next keystroke will be
|
||||
#. * inserted verbatim.
|
||||
#: src/text.c:3460
|
||||
#: src/text.c:3453
|
||||
msgid "Verbatim Input"
|
||||
msgstr "原形輸入"
|
||||
|
||||
@@ -2268,35 +2264,39 @@ msgstr "警告:正在變更一個未鎖定的檔案,要檢查一下目錄權
|
||||
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
|
||||
msgstr "列 %ld/%ld (%d%%), 行 %lu/%lu (%d%%), 字元 %lu/%lu (%d%%)"
|
||||
|
||||
#: src/winio.c:3506
|
||||
#: src/winio.c:3507
|
||||
msgid "The nano text editor"
|
||||
msgstr "nano 文字編輯器"
|
||||
|
||||
#: src/winio.c:3507
|
||||
#: src/winio.c:3508
|
||||
msgid "version"
|
||||
msgstr "版本"
|
||||
|
||||
#: src/winio.c:3508
|
||||
#: src/winio.c:3509
|
||||
msgid "Brought to you by:"
|
||||
msgstr "來自於:"
|
||||
|
||||
#: src/winio.c:3509
|
||||
#: src/winio.c:3510
|
||||
msgid "Special thanks to:"
|
||||
msgstr "特別感謝:"
|
||||
|
||||
#: src/winio.c:3510
|
||||
#: src/winio.c:3511
|
||||
msgid "The Free Software Foundation"
|
||||
msgstr "自由軟體基金會"
|
||||
|
||||
#: src/winio.c:3511
|
||||
#: src/winio.c:3512
|
||||
msgid "the many translators and the TP"
|
||||
msgstr ""
|
||||
|
||||
#: src/winio.c:3513
|
||||
msgid "For ncurses:"
|
||||
msgstr "ncurses 部分:"
|
||||
|
||||
#: src/winio.c:3512
|
||||
#: src/winio.c:3514
|
||||
msgid "and anyone else we forgot..."
|
||||
msgstr "以及其他我們不記得的人…"
|
||||
|
||||
#: src/winio.c:3513
|
||||
#: src/winio.c:3515
|
||||
msgid "Thank you for using nano!"
|
||||
msgstr "謝謝您使用 nano﹗"
|
||||
|
||||
|
||||
10
src/chars.c
10
src/chars.c
@@ -484,12 +484,18 @@ int parse_mbchar(const char *buf, char *chr, size_t *col)
|
||||
* before the one at pos. */
|
||||
size_t move_mbleft(const char *buf, size_t pos)
|
||||
{
|
||||
size_t before = 0, char_len = 0;
|
||||
size_t before, char_len = 0;
|
||||
|
||||
assert(buf != NULL && pos <= strlen(buf));
|
||||
|
||||
/* There is no library function to move backward one multibyte
|
||||
* character. Here is the naive, O(pos) way to do it. */
|
||||
* character. So we just start groping for one at the farthest
|
||||
* possible point. */
|
||||
if (mb_cur_max() > pos)
|
||||
before = 0;
|
||||
else
|
||||
before = pos - mb_cur_max();
|
||||
|
||||
while (before < pos) {
|
||||
char_len = parse_mbchar(buf + before, NULL, NULL);
|
||||
before += char_len;
|
||||
|
||||
@@ -219,10 +219,9 @@ void do_cut_text(
|
||||
|
||||
/* Leave the text in the cutbuffer, and mark the file as
|
||||
* modified. */
|
||||
if (!copy_text) {
|
||||
set_modified();
|
||||
}
|
||||
if (!copy_text)
|
||||
#endif /* !NANO_TINY */
|
||||
set_modified();
|
||||
|
||||
/* Update the screen. */
|
||||
edit_refresh_needed = TRUE;
|
||||
|
||||
99
src/files.c
99
src/files.c
@@ -126,6 +126,7 @@ int write_lockfile(const char *lockfilename, const char *origfilename, bool modi
|
||||
pid_t mypid;
|
||||
uid_t myuid;
|
||||
struct passwd *mypwuid;
|
||||
struct stat fileinfo;
|
||||
char *lockdata = charalloc(1024);
|
||||
char myhostname[32];
|
||||
ssize_t lockdatalen = 1024;
|
||||
@@ -145,8 +146,10 @@ int write_lockfile(const char *lockfilename, const char *origfilename, bool modi
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (delete_lockfile(lockfilename) < 0)
|
||||
return -1;
|
||||
/* Check if the lock exists before we try to delete it...*/
|
||||
if (stat(lockfilename, &fileinfo) != -1)
|
||||
if (delete_lockfile(lockfilename) < 0)
|
||||
return -1;
|
||||
|
||||
if (ISSET(INSECURE_BACKUP))
|
||||
cflags = O_WRONLY | O_CREAT | O_APPEND;
|
||||
@@ -156,11 +159,13 @@ int write_lockfile(const char *lockfilename, const char *origfilename, bool modi
|
||||
fd = open(lockfilename, cflags,
|
||||
S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
|
||||
|
||||
/* Maybe we just don't have write access. Don't stop us from
|
||||
* opening the file at all, just don't set the lock_filename and
|
||||
* return success. */
|
||||
if (fd < 0 && errno == EACCES)
|
||||
return 1;
|
||||
/* Maybe we just don't have write access. Print an error message
|
||||
and continue. */
|
||||
if (fd < 0) {
|
||||
statusbar(_("Error writing lock file %s: %s"), lockfilename,
|
||||
strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Now we've got a safe file stream. If the previous open() call
|
||||
* failed, this will return NULL. */
|
||||
@@ -190,12 +195,12 @@ int write_lockfile(const char *lockfilename, const char *origfilename, bool modi
|
||||
* our lockfile' message in here...
|
||||
*
|
||||
* This is likely very wrong, so this is a WIP. */
|
||||
null_at(&lockdata, lockdatalen);
|
||||
memset(lockdata, 0, lockdatalen);
|
||||
lockdata[0] = 0x62;
|
||||
lockdata[1] = 0x30;
|
||||
lockdata[24] = mypid % 256;
|
||||
lockdata[25] = mypid / 256;
|
||||
snprintf(&lockdata[2], 10, "nano %s", VERSION);
|
||||
snprintf(&lockdata[2], 11, "nano %s", VERSION);
|
||||
strncpy(&lockdata[28], mypwuid->pw_name, 16);
|
||||
strncpy(&lockdata[68], myhostname, 31);
|
||||
strncpy(&lockdata[108], origfilename, 768);
|
||||
@@ -229,8 +234,8 @@ int write_lockfile(const char *lockfilename, const char *origfilename, bool modi
|
||||
int delete_lockfile(const char *lockfilename)
|
||||
{
|
||||
if (unlink(lockfilename) < 0 && errno != ENOENT) {
|
||||
statusbar(_("Error deleting lock file %s: %s"), lockfilename,
|
||||
strerror(errno));
|
||||
statusbar(_("Error deleting lock file %s: %s"), lockfilename,
|
||||
strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
return 1;
|
||||
@@ -248,7 +253,7 @@ int do_lockfile(const char *filename)
|
||||
+ strlen(locking_suffix) + 3;
|
||||
char *lockfilename = charalloc(lockfilesize);
|
||||
char *lockfiledir = NULL;
|
||||
char lockprog[12], lockuser[16];
|
||||
static char lockprog[11], lockuser[17];
|
||||
struct stat fileinfo;
|
||||
int lockfd, lockpid;
|
||||
|
||||
@@ -279,7 +284,7 @@ int do_lockfile(const char *filename)
|
||||
return -1;
|
||||
}
|
||||
strncpy(lockprog, &lockbuf[2], 10);
|
||||
lockpid = lockbuf[25] * 256 + lockbuf[24];
|
||||
lockpid = (unsigned char)lockbuf[25] * 256 + (unsigned char)lockbuf[24];
|
||||
strncpy(lockuser, &lockbuf[28], 16);
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "lockpid = %d\n", lockpid);
|
||||
@@ -288,8 +293,9 @@ int do_lockfile(const char *filename)
|
||||
fprintf(stderr, "user which created this lock file should be %s\n",
|
||||
lockuser);
|
||||
#endif
|
||||
sprintf(promptstr, _("File is being edited (by %s, PID %d, user %s); continue?"),
|
||||
lockprog, lockpid, lockuser);
|
||||
/* TRANSLATORS: The second %s is the name of the user, the third that of the editor. */
|
||||
sprintf(promptstr, _("File %s is being edited (by %s with %s, PID %d); continue?"),
|
||||
filename, lockuser, lockprog, lockpid);
|
||||
ans = do_yesno_prompt(FALSE, promptstr);
|
||||
if (ans < 1) {
|
||||
blank_statusbar();
|
||||
@@ -314,6 +320,7 @@ int do_lockfile(const char *filename)
|
||||
* necessary, and then open and read the file, if applicable. */
|
||||
void open_buffer(const char *filename, bool undoable)
|
||||
{
|
||||
bool quiet = FALSE;
|
||||
bool new_buffer = (openfile == NULL
|
||||
#ifndef DISABLE_MULTIBUFFER
|
||||
|| ISSET(MULTIBUFFER)
|
||||
@@ -337,13 +344,31 @@ void open_buffer(const char *filename, bool undoable)
|
||||
|
||||
/* If we're loading into a new buffer, add a new entry to
|
||||
* openfile. */
|
||||
if (new_buffer)
|
||||
if (new_buffer) {
|
||||
make_new_buffer();
|
||||
|
||||
#ifndef NANO_TINY
|
||||
if (ISSET(LOCKING) && filename[0] != '\0') {
|
||||
int lockstatus = do_lockfile(filename);
|
||||
if (lockstatus < 0) {
|
||||
#ifndef DISABLE_MULTIBUFFER
|
||||
if (openfile->next) {
|
||||
close_buffer(TRUE);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
} else if (lockstatus == 0) {
|
||||
quiet = TRUE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
/* If the filename isn't blank, and we are not in NOREAD_MODE,
|
||||
* open the file. Otherwise, treat it as a new file. */
|
||||
rc = (filename[0] != '\0' && !ISSET(NOREAD_MODE)) ?
|
||||
open_file(filename, new_buffer, &f) : -2;
|
||||
open_file(filename, new_buffer, quiet, &f) : -2;
|
||||
|
||||
/* If we have a file, and we're loading into a new buffer, update
|
||||
* the filename. */
|
||||
@@ -395,7 +420,7 @@ void replace_buffer(const char *filename)
|
||||
|
||||
/* If the filename isn't blank, open the file. Otherwise, treat it
|
||||
* as a new file. */
|
||||
rc = (filename[0] != '\0') ? open_file(filename, TRUE, &f) : -2;
|
||||
rc = (filename[0] != '\0') ? open_file(filename, TRUE, FALSE, &f) : -2;
|
||||
|
||||
/* Reinitialize the text of the current buffer. */
|
||||
free_filestruct(openfile->fileage);
|
||||
@@ -431,14 +456,15 @@ void display_buffer(void)
|
||||
#ifndef DISABLE_MULTIBUFFER
|
||||
/* Switch to the next file buffer if next_buf is TRUE. Otherwise,
|
||||
* switch to the previous file buffer. */
|
||||
void switch_to_prevnext_buffer(bool next_buf)
|
||||
void switch_to_prevnext_buffer(bool next_buf, bool quiet)
|
||||
{
|
||||
assert(openfile != NULL);
|
||||
|
||||
/* If only one file buffer is open, indicate it on the statusbar and
|
||||
* get out. */
|
||||
if (openfile == openfile->next) {
|
||||
statusbar(_("No more open file buffers"));
|
||||
if (quiet == FALSE)
|
||||
statusbar(_("No more open file buffers"));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -454,9 +480,10 @@ void switch_to_prevnext_buffer(bool next_buf)
|
||||
display_buffer();
|
||||
|
||||
/* Indicate the switch on the statusbar. */
|
||||
statusbar(_("Switched to %s"),
|
||||
((openfile->filename[0] == '\0') ? _("New Buffer") :
|
||||
openfile->filename));
|
||||
if (quiet == FALSE)
|
||||
statusbar(_("Switched to %s"),
|
||||
((openfile->filename[0] == '\0') ? _("New Buffer") :
|
||||
openfile->filename));
|
||||
|
||||
#ifdef DEBUG
|
||||
dump_filestruct(openfile->current);
|
||||
@@ -467,19 +494,21 @@ void switch_to_prevnext_buffer(bool next_buf)
|
||||
/* Switch to the previous entry in the openfile filebuffer. */
|
||||
void switch_to_prev_buffer_void(void)
|
||||
{
|
||||
switch_to_prevnext_buffer(FALSE);
|
||||
switch_to_prevnext_buffer(FALSE, FALSE);
|
||||
}
|
||||
|
||||
/* Switch to the next entry in the openfile filebuffer. */
|
||||
void switch_to_next_buffer_void(void)
|
||||
{
|
||||
switch_to_prevnext_buffer(TRUE);
|
||||
switch_to_prevnext_buffer(TRUE, FALSE);
|
||||
}
|
||||
|
||||
/* Delete an entry from the openfile filebuffer, and switch to the one
|
||||
* after it. Return TRUE on success, or FALSE if there are no more open
|
||||
* file buffers. */
|
||||
bool close_buffer(void)
|
||||
* file buffers.
|
||||
* quiet - should we print messages switching bufers
|
||||
*/
|
||||
bool close_buffer(bool quiet)
|
||||
{
|
||||
assert(openfile != NULL);
|
||||
|
||||
@@ -492,7 +521,7 @@ bool close_buffer(void)
|
||||
#endif
|
||||
|
||||
/* Switch to the next file buffer. */
|
||||
switch_to_next_buffer_void();
|
||||
switch_to_prevnext_buffer(TRUE, quiet);
|
||||
|
||||
/* Close the file buffer we had open before. */
|
||||
unlink_opennode(openfile->prev);
|
||||
@@ -888,10 +917,10 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkw
|
||||
* Return -2 if we say "New File", -1 if the file isn't opened, and the
|
||||
* fd opened otherwise. The file might still have an error while reading
|
||||
* with a 0 return value. *f is set to the opened file. */
|
||||
int open_file(const char *filename, bool newfie, FILE **f)
|
||||
int open_file(const char *filename, bool newfie, bool quiet, FILE **f)
|
||||
{
|
||||
struct stat fileinfo, fileinfo2;
|
||||
int fd, quiet = 0;
|
||||
int fd;
|
||||
char *full_filename;
|
||||
|
||||
assert(filename != NULL && f != NULL);
|
||||
@@ -906,16 +935,6 @@ int open_file(const char *filename, bool newfie, FILE **f)
|
||||
full_filename = mallocstrcpy(NULL, filename);
|
||||
|
||||
|
||||
#ifndef NANO_TINY
|
||||
if (ISSET(LOCKING)) {
|
||||
int lockstatus = do_lockfile(full_filename);
|
||||
if (lockstatus < 0)
|
||||
return -1;
|
||||
else if (lockstatus == 0)
|
||||
quiet = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (stat(full_filename, &fileinfo) == -1) {
|
||||
/* Well, maybe we can open the file even if the OS says it's
|
||||
* not there. */
|
||||
|
||||
@@ -735,9 +735,9 @@ void shortcut_init(void)
|
||||
|
||||
#ifndef DISABLE_COLOR
|
||||
add_to_funcs(do_linter, MMAIN,
|
||||
N_("To Linter"), IFSCHELP(nano_lint_msg), BLANKAFTER, NOVIEW);
|
||||
N_("To Linter"), IFSCHELP(nano_lint_msg), TOGETHER, NOVIEW);
|
||||
add_to_funcs(do_formatter, MMAIN,
|
||||
N_("Formatter"), IFSCHELP(nano_formatter_msg), TOGETHER, NOVIEW);
|
||||
N_("Formatter"), IFSCHELP(nano_formatter_msg), BLANKAFTER, NOVIEW);
|
||||
#endif
|
||||
|
||||
#ifndef NANO_TINY
|
||||
|
||||
26
src/nano.c
26
src/nano.c
@@ -178,7 +178,8 @@ void renumber(filestruct *fileptr)
|
||||
{
|
||||
ssize_t line;
|
||||
|
||||
assert(fileptr != NULL);
|
||||
if (fileptr == NULL)
|
||||
return;
|
||||
|
||||
line = (fileptr->prev == NULL) ? 0 : fileptr->prev->lineno;
|
||||
|
||||
@@ -365,8 +366,7 @@ void move_to_filestruct(filestruct **file_top, filestruct **file_bot,
|
||||
|
||||
/* Renumber starting with the line after the original
|
||||
* file_bot. */
|
||||
if (file_bot_save->next != NULL)
|
||||
renumber(file_bot_save->next);
|
||||
renumber(file_bot_save->next);
|
||||
}
|
||||
|
||||
/* Since the text has now been saved, remove it from the
|
||||
@@ -960,9 +960,8 @@ void usage(void)
|
||||
* it was compiled with. */
|
||||
void version(void)
|
||||
{
|
||||
printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
|
||||
__TIME__, __DATE__);
|
||||
printf(" (C) 1999..2014 Free Software Foundation, Inc.\n");
|
||||
printf(_(" GNU nano, version %s\n"), VERSION);
|
||||
printf(" (C) 1999..2015 Free Software Foundation, Inc.\n");
|
||||
printf(
|
||||
_(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
|
||||
printf(_("\n Compiled options:"));
|
||||
@@ -1152,7 +1151,7 @@ void do_exit(void)
|
||||
|
||||
#ifndef DISABLE_MULTIBUFFER
|
||||
/* Exit only if there are no more open file buffers. */
|
||||
if (!close_buffer())
|
||||
if (!close_buffer(FALSE))
|
||||
#endif
|
||||
finish();
|
||||
/* If the user canceled, we go on. */
|
||||
@@ -1181,20 +1180,20 @@ void finish_stdin_pager(void)
|
||||
|
||||
/* Read whatever we did get from stdin. */
|
||||
f = fopen("/dev/stdin", "rb");
|
||||
if (f == NULL)
|
||||
nperror("fopen");
|
||||
if (f == NULL)
|
||||
nperror("fopen");
|
||||
|
||||
read_file(f, 0, "stdin", TRUE, FALSE);
|
||||
ttystdin = open("/dev/tty", O_RDONLY);
|
||||
if (!ttystdin)
|
||||
die(_("Couldn't reopen stdin from keyboard, sorry\n"));
|
||||
die(_("Couldn't reopen stdin from keyboard, sorry\n"));
|
||||
|
||||
dup2(ttystdin,0);
|
||||
close(ttystdin);
|
||||
if (!pager_input_aborted)
|
||||
tcgetattr(0, &oldterm);
|
||||
if (!pager_sig_failed && sigaction(SIGINT, &pager_oldaction, NULL) == -1)
|
||||
nperror("sigaction");
|
||||
nperror("sigaction");
|
||||
terminal_init();
|
||||
doupdate();
|
||||
}
|
||||
@@ -1202,7 +1201,6 @@ void finish_stdin_pager(void)
|
||||
/* Cancel reading from stdin like a pager. */
|
||||
RETSIGTYPE cancel_stdin_pager(int signal)
|
||||
{
|
||||
/* Currently do nothing, just handle the intr silently. */
|
||||
pager_input_aborted = TRUE;
|
||||
}
|
||||
|
||||
@@ -1214,13 +1212,13 @@ void stdin_pager(void)
|
||||
tcsetattr(0, TCSANOW, &oldterm);
|
||||
fprintf(stderr, _("Reading from stdin, ^C to abort\n"));
|
||||
|
||||
/* Set things up so that Ctrl-C will cancel the new process. */
|
||||
/* Enable interpretation of the special control keys so that
|
||||
* we get SIGINT when Ctrl-C is pressed. */
|
||||
#ifndef NANO_TINY
|
||||
enable_signals();
|
||||
#endif
|
||||
|
||||
/* Set things up so that SIGINT will cancel the new process. */
|
||||
if (sigaction(SIGINT, NULL, &pager_newaction) == -1) {
|
||||
pager_sig_failed = TRUE;
|
||||
nperror("sigaction");
|
||||
@@ -1482,13 +1480,13 @@ void do_toggle(int flag)
|
||||
desc = (char *) _(flagtostr(flag));
|
||||
statusbar("%s %s", desc, enabled ? _("enabled") : _("disabled"));
|
||||
}
|
||||
#endif /* !NANO_TINY */
|
||||
|
||||
/* Bleh. */
|
||||
void do_toggle_void(void)
|
||||
{
|
||||
;
|
||||
}
|
||||
#endif /* !NANO_TINY */
|
||||
|
||||
/* Disable extended input and output processing in our terminal
|
||||
* settings. */
|
||||
|
||||
@@ -283,15 +283,15 @@ void replace_buffer(const char *filename);
|
||||
#endif
|
||||
void display_buffer(void);
|
||||
#ifndef DISABLE_MULTIBUFFER
|
||||
void switch_to_prevnext_buffer(bool next);
|
||||
void switch_to_prevnext_buffer(bool next, bool quiet);
|
||||
void switch_to_prev_buffer_void(void);
|
||||
void switch_to_next_buffer_void(void);
|
||||
bool close_buffer(void);
|
||||
bool close_buffer(bool quiet);
|
||||
#endif
|
||||
filestruct *read_line(char *buf, filestruct *prevnode, bool
|
||||
*first_line_ins, size_t buf_len);
|
||||
void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkwritable);
|
||||
int open_file(const char *filename, bool newfie, FILE **f);
|
||||
int open_file(const char *filename, bool newfie, bool quiet, FILE **f);
|
||||
char *get_next_filename(const char *name, const char *suffix);
|
||||
void do_insertfile(
|
||||
#ifndef NANO_TINY
|
||||
@@ -480,8 +480,8 @@ RETSIGTYPE do_continue(int signal);
|
||||
RETSIGTYPE handle_sigwinch(int signal);
|
||||
void allow_pending_sigwinch(bool allow);
|
||||
void do_toggle(int flag);
|
||||
void do_toggle_void(void);
|
||||
#endif
|
||||
void do_toggle_void(void);
|
||||
void disable_extended_io(void);
|
||||
#ifdef USE_SLANG
|
||||
void disable_signals(void);
|
||||
|
||||
@@ -514,6 +514,10 @@ void parse_binding(char *ptr, bool dobind)
|
||||
if (f->scfunc == newsc->scfunc)
|
||||
mask = mask | f->menus;
|
||||
|
||||
/* Handle the special case of the toggles. */
|
||||
if (newsc->scfunc == do_toggle_void)
|
||||
mask = MMAIN;
|
||||
|
||||
/* Now limit the given menu to those where the function exists. */
|
||||
if (is_universal(newsc->scfunc))
|
||||
menu = menu & MMOST;
|
||||
|
||||
39
src/search.c
39
src/search.c
@@ -161,8 +161,7 @@ int search_init(bool replacing, bool use_answer)
|
||||
char *disp = display_string(last_search, 0, COLS / 3, FALSE);
|
||||
|
||||
buf = charalloc(strlen(disp) + 7);
|
||||
/* We use (COLS / 3) here because we need to see more on the
|
||||
* line. */
|
||||
/* We use (COLS / 3) here because we need to see more on the line. */
|
||||
sprintf(buf, " [%s%s]", disp,
|
||||
(strlenpt(last_search) > COLS / 3) ? "..." : "");
|
||||
free(disp);
|
||||
@@ -287,9 +286,9 @@ bool findnextstr(
|
||||
rev_start +=
|
||||
#ifndef NANO_TINY
|
||||
ISSET(BACKWARDS_SEARCH) ?
|
||||
openfile->current_x - 1 :
|
||||
((openfile->current_x == 0) ? -1 : move_mbleft(fileptr->data, openfile->current_x)) :
|
||||
#endif
|
||||
openfile->current_x + 1;
|
||||
move_mbright(fileptr->data, openfile->current_x);
|
||||
|
||||
/* Look for needle in the current line we're searching. */
|
||||
enable_nodelay();
|
||||
@@ -347,8 +346,8 @@ bool findnextstr(
|
||||
break;
|
||||
}
|
||||
|
||||
/* We've finished processing the file, so get out. */
|
||||
if (search_last_line) {
|
||||
/* We've finished processing the file, so get out. */
|
||||
not_found_msg(needle);
|
||||
disable_nodelay();
|
||||
return FALSE;
|
||||
@@ -367,9 +366,8 @@ bool findnextstr(
|
||||
}
|
||||
#endif
|
||||
|
||||
/* We've reached the start or end of the buffer, so wrap
|
||||
* around. */
|
||||
if (fileptr == NULL) {
|
||||
/* We've reached the start or end of the buffer, so wrap around. */
|
||||
#ifndef NANO_TINY
|
||||
if (ISSET(BACKWARDS_SEARCH)) {
|
||||
fileptr = openfile->filebot;
|
||||
@@ -384,8 +382,8 @@ bool findnextstr(
|
||||
statusbar(_("Search Wrapped"));
|
||||
}
|
||||
|
||||
/* We've reached the original starting line. */
|
||||
if (fileptr == begin)
|
||||
/* We've reached the original starting line. */
|
||||
search_last_line = TRUE;
|
||||
|
||||
rev_start = fileptr->data;
|
||||
@@ -445,8 +443,7 @@ void do_search(void)
|
||||
i = search_init(FALSE, FALSE);
|
||||
|
||||
if (i == -1)
|
||||
/* Cancel, Go to Line, blank search string, or regcomp()
|
||||
* failed. */
|
||||
/* Cancel, Go to Line, blank search string, or regcomp() failed. */
|
||||
search_replace_abort();
|
||||
else if (i == -2)
|
||||
/* Replace. */
|
||||
@@ -740,12 +737,10 @@ ssize_t do_replace_loop(
|
||||
* beginning line already, and we're still on the beginning line
|
||||
* after the search, it means that we've wrapped around, so
|
||||
* we're done. */
|
||||
if (bol_or_eol && begin_line && openfile->current ==
|
||||
real_current)
|
||||
if (bol_or_eol && begin_line && openfile->current == real_current)
|
||||
break;
|
||||
/* Otherwise, set the begin_line flag if we've found a match on
|
||||
* the beginning line, reset the bol_or_eol flag, and
|
||||
* continue. */
|
||||
* the beginning line, reset the bol_or_eol flag, and continue. */
|
||||
else {
|
||||
if (openfile->current == real_current)
|
||||
begin_line = TRUE;
|
||||
@@ -850,7 +845,7 @@ ssize_t do_replace_loop(
|
||||
#endif
|
||||
openfile->current_x += match_len + length_change - 1;
|
||||
|
||||
/* Cleanup. */
|
||||
/* Clean up. */
|
||||
openfile->totsize += mbstrlen(copy) -
|
||||
mbstrlen(openfile->current->data);
|
||||
free(openfile->current->data);
|
||||
@@ -913,8 +908,7 @@ void do_replace(void)
|
||||
|
||||
i = search_init(TRUE, FALSE);
|
||||
if (i == -1) {
|
||||
/* Cancel, Go to Line, blank search string, or regcomp()
|
||||
* failed. */
|
||||
/* Cancel, Go to Line, blank search string, or regcomp() failed. */
|
||||
search_replace_abort();
|
||||
return;
|
||||
} else if (i == -2) {
|
||||
@@ -951,8 +945,7 @@ void do_replace(void)
|
||||
edit_refresh, _("Replace with"));
|
||||
|
||||
#ifndef DISABLE_HISTORIES
|
||||
/* Add this replace string to the replace history list. i == 0
|
||||
* means that the string is not "". */
|
||||
/* If the replace string is not "", add it to the replace history list. */
|
||||
if (i == 0)
|
||||
update_history(&replace_history, answer);
|
||||
#endif
|
||||
@@ -1085,7 +1078,6 @@ void do_gotolinecolumn(ssize_t line, ssize_t column, bool use_answer,
|
||||
/* If allow_update is TRUE, update the screen. */
|
||||
if (allow_update) {
|
||||
edit_refresh();
|
||||
|
||||
display_main_list();
|
||||
}
|
||||
}
|
||||
@@ -1144,8 +1136,8 @@ bool find_bracket_match(bool reverse, const char *bracket_set)
|
||||
mbrevstrpbrk(fileptr->data, bracket_set, rev_start) :
|
||||
mbstrpbrk(rev_start, bracket_set));
|
||||
|
||||
/* We've found a potential match. */
|
||||
if (found != NULL)
|
||||
/* We've found a potential match. */
|
||||
break;
|
||||
|
||||
if (reverse) {
|
||||
@@ -1156,8 +1148,8 @@ bool find_bracket_match(bool reverse, const char *bracket_set)
|
||||
current_y_find++;
|
||||
}
|
||||
|
||||
/* We've reached the start or end of the buffer, so get out. */
|
||||
if (fileptr == NULL)
|
||||
/* We've reached the start or end of the buffer, so get out. */
|
||||
return FALSE;
|
||||
|
||||
rev_start = fileptr->data;
|
||||
@@ -1373,8 +1365,7 @@ void update_history(filestruct **h, const char *s)
|
||||
bar = p->next;
|
||||
unlink_node(foo);
|
||||
delete_node(foo);
|
||||
if (bar != NULL)
|
||||
renumber(bar);
|
||||
renumber(bar);
|
||||
}
|
||||
|
||||
/* If the history is full, delete the beginning entry to make room
|
||||
|
||||
61
src/text.c
61
src/text.c
@@ -442,7 +442,7 @@ void do_undo(void)
|
||||
|
||||
filestruct *f = fsfromline(u->mark_begin_lineno);
|
||||
if (!f) {
|
||||
statusbar(_("Internal error: can't match line %ld. Please save your work."), (long)u->mark_begin_lineno);
|
||||
statusbar(_("Internal error: can't match line %d. Please save your work."), u->mark_begin_lineno);
|
||||
return;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
@@ -2661,9 +2661,10 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
{
|
||||
int alt_spell_status;
|
||||
size_t current_x_save = openfile->current_x;
|
||||
size_t pww_save = openfile->placewewant;
|
||||
ssize_t current_y_save = openfile->current_y;
|
||||
ssize_t lineno_save = openfile->current->lineno;
|
||||
struct stat spellfileinfo;
|
||||
__time_t timestamp;
|
||||
pid_t pid_spell;
|
||||
char *ptr;
|
||||
static int arglen = 3;
|
||||
@@ -2672,9 +2673,6 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
bool old_mark_set = openfile->mark_set;
|
||||
bool added_magicline = FALSE;
|
||||
/* Whether we added a magicline after filebot. */
|
||||
bool right_side_up = FALSE;
|
||||
/* TRUE if (mark_begin, mark_begin_x) is the top of the mark,
|
||||
* FALSE if (current, current_x) is. */
|
||||
filestruct *top, *bot;
|
||||
size_t top_x, bot_x;
|
||||
ssize_t mb_lineno_save = 0;
|
||||
@@ -2699,6 +2697,10 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Get the timestamp of the temporary file. */
|
||||
stat(tempfile_name, &spellfileinfo);
|
||||
timestamp = spellfileinfo.st_mtime;
|
||||
|
||||
endwin();
|
||||
|
||||
/* Set up an argument list to pass execvp(). */
|
||||
@@ -2776,7 +2778,7 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
* added when we're done correcting misspelled words; and
|
||||
* turn the mark off. */
|
||||
mark_order((const filestruct **)&top, &top_x,
|
||||
(const filestruct **)&bot, &bot_x, &right_side_up);
|
||||
(const filestruct **)&bot, &bot_x, NULL);
|
||||
filepart = partition_filestruct(top, top_x, bot, bot_x);
|
||||
if (!ISSET(NO_NEWLINES))
|
||||
added_magicline = (openfile->filebot->data[0] != '\0');
|
||||
@@ -2800,18 +2802,6 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
if (!ISSET(NO_NEWLINES) && added_magicline)
|
||||
remove_magicline();
|
||||
|
||||
/* Put the beginning and the end of the mark at the beginning
|
||||
* and the end of the spell-checked text. */
|
||||
if (openfile->fileage == openfile->filebot)
|
||||
bot_x += top_x;
|
||||
if (right_side_up) {
|
||||
openfile->mark_begin_x = top_x;
|
||||
current_x_save = bot_x;
|
||||
} else {
|
||||
current_x_save = top_x;
|
||||
openfile->mark_begin_x = bot_x;
|
||||
}
|
||||
|
||||
/* Unpartition the filestruct so that it contains all the text
|
||||
* again. Note that we've replaced the marked text originally
|
||||
* in the partition with the spell-checked marked text in the
|
||||
@@ -2827,8 +2817,7 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
openfile->totsize = totsize_save;
|
||||
|
||||
/* Assign mark_begin to the line where the mark began before. */
|
||||
do_gotopos(mb_lineno_save, openfile->mark_begin_x,
|
||||
current_y_save, 0);
|
||||
goto_line_posx(mb_lineno_save, openfile->mark_begin_x);
|
||||
openfile->mark_begin = openfile->current;
|
||||
|
||||
/* Assign mark_begin_x to the location in mark_begin where the
|
||||
@@ -2841,9 +2830,16 @@ const char *do_alt_speller(char *tempfile_name)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Go back to the old position, and mark the file as modified. */
|
||||
do_gotopos(lineno_save, current_x_save, current_y_save, pww_save);
|
||||
set_modified();
|
||||
/* Go back to the old position. */
|
||||
goto_line_posx(lineno_save, current_x_save);
|
||||
openfile->current_y = current_y_save;
|
||||
edit_update(NONE);
|
||||
|
||||
/* Stat the temporary file again, and mark the buffer as modified only
|
||||
* if this file was changed since it was written. */
|
||||
stat(tempfile_name, &spellfileinfo);
|
||||
if (spellfileinfo.st_mtime != timestamp)
|
||||
set_modified();
|
||||
|
||||
#ifndef NANO_TINY
|
||||
/* Handle a pending SIGWINCH again. */
|
||||
@@ -3229,7 +3225,7 @@ free_lints_and_return:
|
||||
/* Run a formatter for the given syntax.
|
||||
* Expects the formatter to be non-interactive and
|
||||
* operate on a file in-place, which we'll pass it
|
||||
* on the command line. Another mashuhp of the speller
|
||||
* on the command line. Another mashup of the speller
|
||||
* and alt_speller routines.
|
||||
*/
|
||||
void do_formatter(void)
|
||||
@@ -3249,10 +3245,9 @@ void do_formatter(void)
|
||||
char *finalstatus = NULL;
|
||||
|
||||
/* Check whether we're using syntax highlighting
|
||||
* and formatter option it set
|
||||
*/
|
||||
* and the formatter option is set. */
|
||||
if (openfile->syntax == NULL || openfile->syntax->formatter == NULL) {
|
||||
statusbar(_("Error: no linter defined"));
|
||||
statusbar(_("Error: no formatter defined"));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -3266,7 +3261,7 @@ void do_formatter(void)
|
||||
return;
|
||||
}
|
||||
|
||||
/* we're not supporting partial formatting, oi vey */
|
||||
/* We're not supporting partial formatting, oi vey. */
|
||||
openfile->mark_set = FALSE;
|
||||
status = write_file(temp, temp_file, TRUE, OVERWRITE, FALSE);
|
||||
|
||||
@@ -3304,10 +3299,10 @@ void do_formatter(void)
|
||||
|
||||
/* Start a new process for the formatter. */
|
||||
if ((pid_format = fork()) == 0) {
|
||||
/* Start alternate format program; we are using $PATH. */
|
||||
/* Start the formatting program; we are using $PATH. */
|
||||
execvp(formatargs[0], formatargs);
|
||||
|
||||
/* Should not be reached, if alternate formatter is found!!! */
|
||||
/* Should not be reached, if the formatter is found! */
|
||||
exit(1);
|
||||
}
|
||||
|
||||
@@ -3350,9 +3345,7 @@ void do_formatter(void)
|
||||
sprintf(format_error, invoke_error, openfile->syntax->formatter);
|
||||
finalstatus = format_error;
|
||||
} else {
|
||||
|
||||
/* Replace the text of the current buffer with the format-checked
|
||||
* text. */
|
||||
/* Replace the text of the current buffer with the formatted text. */
|
||||
replace_buffer(temp);
|
||||
|
||||
/* Go back to the old position, and mark the file as modified. */
|
||||
@@ -3372,7 +3365,7 @@ void do_formatter(void)
|
||||
|
||||
currmenu = MMAIN;
|
||||
|
||||
/* If the spell-checker printed any error messages onscreen, make
|
||||
/* If the formatter printed any error messages onscreen, make
|
||||
* sure that they're cleared off. */
|
||||
total_refresh();
|
||||
|
||||
|
||||
20
src/winio.c
20
src/winio.c
@@ -3160,10 +3160,11 @@ void edit_redraw(filestruct *old_current, size_t pww_save)
|
||||
}
|
||||
#endif /* !NANO_TINY */
|
||||
|
||||
/* Put edittop in range of current, get the difference in lines
|
||||
* between the original edittop and the current edittop, and
|
||||
* then restore the original edittop. */
|
||||
edit_update(CENTER);
|
||||
/* Make sure the current line is on the screen. */
|
||||
if (ISSET(SMOOTH_SCROLL))
|
||||
edit_update(NONE);
|
||||
else
|
||||
edit_update(CENTER);
|
||||
|
||||
/* Update old_current if we're not on the same page as
|
||||
* before. */
|
||||
@@ -3229,8 +3230,7 @@ void edit_refresh(void)
|
||||
(long)openfile->current->lineno, (long)openfile->edittop->lineno, maxrows);
|
||||
#endif
|
||||
|
||||
/* Put the top line of the edit window in range of the current
|
||||
* line. */
|
||||
/* Make sure the current line is on the screen. */
|
||||
edit_update(CENTER);
|
||||
}
|
||||
|
||||
@@ -3436,8 +3436,8 @@ void do_replace_highlight(bool highlight, const char *word)
|
||||
}
|
||||
|
||||
#ifndef DISABLE_EXTRA
|
||||
#define CREDIT_LEN 53
|
||||
#define XLCREDIT_LEN 8
|
||||
#define CREDIT_LEN 54
|
||||
#define XLCREDIT_LEN 9
|
||||
|
||||
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
|
||||
* are FALSE. */
|
||||
@@ -3482,6 +3482,7 @@ void do_credits(void)
|
||||
"Richard Kolb II",
|
||||
NULL, /* "The Free Software Foundation" */
|
||||
"Linus Torvalds",
|
||||
NULL, /* "the many translators and the TP" */
|
||||
NULL, /* "For ncurses:" */
|
||||
"Thomas Dickey",
|
||||
"Pavel Curtis",
|
||||
@@ -3493,7 +3494,7 @@ void do_credits(void)
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"(C) 1999 - 2014",
|
||||
"(C) 1999 - 2015",
|
||||
"Free Software Foundation, Inc.",
|
||||
"",
|
||||
"",
|
||||
@@ -3508,6 +3509,7 @@ void do_credits(void)
|
||||
N_("Brought to you by:"),
|
||||
N_("Special thanks to:"),
|
||||
N_("The Free Software Foundation"),
|
||||
N_("the many translators and the TP"),
|
||||
N_("For ncurses:"),
|
||||
N_("and anyone else we forgot..."),
|
||||
N_("Thank you for using nano!")
|
||||
|
||||
Reference in New Issue
Block a user