2015-03-23 03:49:37 +00:00
|
|
|
|
# Translation of the nano editor to Romanian.
|
2018-01-29 08:56:30 +00:00
|
|
|
|
# Copyright (C) 2018 Free Software Foundation, Inc.
|
2015-03-23 03:49:37 +00:00
|
|
|
|
# This file is distributed under the same license as the nano package.
|
|
|
|
|
# Laurențiu Buzdugan <lbuz@rolix.org>, 2003-2005.
|
2018-01-29 08:56:30 +00:00
|
|
|
|
# Mihai Cristescu <mihai.cristescu@gmail.com>, 2015-2018.
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#
|
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2020-02-07 10:23:43 +00:00
|
|
|
|
"Project-Id-Version: nano-4.8-pre1\n"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
"Report-Msgid-Bugs-To: nano-devel@gnu.org\n"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
"POT-Creation-Date: 2020-02-07 11:21+0100\n"
|
|
|
|
|
"PO-Revision-Date: 2020-01-31 14:28+0200\n"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
"Last-Translator: Mihai Cristescu <mihai.cristescu@gmail.com>\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
|
2014-05-29 05:10:20 +00:00
|
|
|
|
"Language: ro\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"MIME-Version: 1.0\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2016-10-29 09:53:44 +00:00
|
|
|
|
"X-Bugs: Report translation errors to the Language-Team address.\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
|
|
|
|
"2:1));\n"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
"X-Generator: Poedit 2.2.4\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"X-Poedit-SourceCharset: UTF-8\n"
|
|
|
|
|
"X-Poedit-Basepath: .\n"
|
|
|
|
|
"X-Poedit-SearchPath-0: src\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2017-11-18 11:11:52 +00:00
|
|
|
|
#: src/browser.c:67
|
2016-12-12 14:12:16 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Cannot open directory: %s"
|
|
|
|
|
msgstr "Nu se poate deschide directorul: %s"
|
|
|
|
|
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#. TRANSLATORS: This is a prompt.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:232
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go To Directory"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mergi la director"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:233 src/browser.c:648 src/files.c:1074 src/files.c:2029
|
|
|
|
|
#: src/nano.c:846 src/search.c:114 src/search.c:208 src/search.c:714
|
|
|
|
|
#: src/search.c:767 src/text.c:2728 src/text.c:2920
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Cancelled"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "S-a renunțat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#. TRANSLATORS: This refers to the confining effect of the
|
|
|
|
|
#. * option --operatingdir, not of --restricted.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:250 src/browser.c:281
|
2016-07-28 07:38:30 +00:00
|
|
|
|
#, c-format
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgid "Can't go outside of %s"
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgstr "Nu se poate deplasa în afara %s"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:272
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Can't move up a directory"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu se poate schimba mai sus directorul"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:287 src/files.c:954 src/files.c:960 src/files.c:1556
|
|
|
|
|
#: src/files.c:1665 src/files.c:1698 src/files.c:1712 src/history.c:298
|
|
|
|
|
#: src/history.c:394 src/rcfile.c:885 src/rcfile.c:1623
|
2016-07-28 07:38:30 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error reading %s: %s"
|
|
|
|
|
msgstr "Eroare la citirea %s: %s"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:370
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "The working directory has disappeared"
|
|
|
|
|
msgstr "Directorul de lucru a dispărut"
|
|
|
|
|
|
2015-07-05 07:51:55 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep this at most 7 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:518 src/browser.c:525
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "(dir)"
|
|
|
|
|
msgstr "(dir)"
|
|
|
|
|
|
2015-07-05 07:51:55 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep this at most 12 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:522
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "(parent dir)"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "(dir sup.)"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2015-07-05 07:51:55 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep this at most 7 characters.
|
|
|
|
|
#. * If necessary, you can leave out the parentheses.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:552
|
2015-07-05 07:51:55 +00:00
|
|
|
|
msgid "(huge)"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "(imens)"
|
2015-07-05 07:51:55 +00:00
|
|
|
|
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#. TRANSLATORS: This is the main search prompt.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:637 src/search.c:100
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Search"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Caută"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: A modifier of the Search prompt.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:639 src/search.c:104
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid " [Backwards]"
|
|
|
|
|
msgstr " [Înapoi]"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:678 src/browser.c:683 src/search.c:278
|
2015-04-14 18:03:44 +00:00
|
|
|
|
msgid "Search Wrapped"
|
|
|
|
|
msgstr "Caută de la început"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:694 src/search.c:416
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "This is the only occurrence"
|
|
|
|
|
msgstr "Aceasta este singura apariție"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/browser.c:740 src/search.c:352
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "No current search pattern"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nici un termen de căutare definit"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#: src/color.c:188
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#, c-format
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Unknown syntax name: %s"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Nume necunoscut sintaxă: %s"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#: src/color.c:230
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "magic_load() failed: %s"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "magic_load() a eșuat: %s"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#: src/color.c:234
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "magic_file(%s) failed: %s"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "magic_file(%s) a eșuat: %s"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/cut.c:198 src/cut.c:527 src/cut.c:593
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Nothing was cut"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nimic nu a fost decupat"
|
2019-04-15 07:57:12 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/cut.c:638
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Cutbuffer is empty"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Memoria temporară este goală"
|
2019-04-15 07:57:12 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:50
|
2016-02-25 21:46:09 +00:00
|
|
|
|
#, c-format
|
2016-02-12 05:25:29 +00:00
|
|
|
|
msgid "Directory '%s' does not exist"
|
2016-02-25 21:46:09 +00:00
|
|
|
|
msgstr "Directorul „%s” nu există"
|
2016-02-12 05:25:29 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:52
|
2016-02-12 05:25:29 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Path '%s': %s"
|
2016-02-25 21:46:09 +00:00
|
|
|
|
msgstr "Calea „%s”: %s"
|
2016-02-12 05:25:29 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:54
|
2016-02-25 21:46:09 +00:00
|
|
|
|
#, c-format
|
2016-02-12 05:25:29 +00:00
|
|
|
|
msgid "Path '%s' is not a directory"
|
2016-02-25 21:46:09 +00:00
|
|
|
|
msgstr "Calea „%s” nu este un director"
|
2016-02-12 05:25:29 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:56
|
2016-02-12 05:25:29 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Path '%s' is not accessible"
|
2016-02-25 21:46:09 +00:00
|
|
|
|
msgstr "Calea „%s” nu este accesibilă"
|
2016-02-12 05:25:29 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:59
|
2016-09-01 10:42:50 +00:00
|
|
|
|
#, c-format
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgid "Directory '%s' is not writable"
|
2016-09-01 10:42:50 +00:00
|
|
|
|
msgstr "Directorul „%s” nu este editabil"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:139
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error deleting lock file %s: %s"
|
|
|
|
|
msgstr "Eroare la ștergerea fișierului de blocare %s: %s"
|
|
|
|
|
|
2017-03-31 09:07:01 +00:00
|
|
|
|
#. TRANSLATORS: Keep the next eight messages at most 76 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:167
|
2019-08-25 08:57:32 +00:00
|
|
|
|
msgid "Couldn't determine my identity for lock file"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgstr "Nu s-a putut determina identitatea mea pentru fișierul de blocare"
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:175
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2019-08-25 08:57:32 +00:00
|
|
|
|
msgid "Couldn't determine hostname: %s"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgstr "Nu s-a putut determina numele gazdei: %s"
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:194 src/files.c:203 src/files.c:244
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2013-03-22 14:06:58 +00:00
|
|
|
|
msgid "Error writing lock file %s: %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Eroare la scrierea fișierului de blocare %s: %s"
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:273
|
|
|
|
|
msgid "Someone else is also editing this file"
|
|
|
|
|
msgstr "Acest fișier este deschis pentru scriere de către alt proces."
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:281
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Error opening lock file %s: %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Eroare la deschiderea fișierului de blocare %s: %s"
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:295
|
2013-03-22 14:06:58 +00:00
|
|
|
|
#, c-format
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgid "Bad lock file is ignored: %s"
|
|
|
|
|
msgstr "Fișierul de blocare greșit este ignorat: %s"
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2015-02-27 16:57:55 +00:00
|
|
|
|
#. TRANSLATORS: The second %s is the name of the user, the third that of the editor.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:315
|
2016-09-01 10:42:50 +00:00
|
|
|
|
#, c-format
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgid "File %s is being edited by %s (with %s, PID %s); open anyway?"
|
2015-01-06 15:20:04 +00:00
|
|
|
|
msgstr ""
|
2020-02-07 10:23:43 +00:00
|
|
|
|
"Fișierul %s este în curs de editare de către %s (cu %s, PID %s); Se continuă "
|
|
|
|
|
"deschiderea?"
|
2015-01-06 15:20:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:393
|
2008-08-05 02:38:40 +00:00
|
|
|
|
#, c-format
|
2017-08-27 08:31:28 +00:00
|
|
|
|
msgid "Can't read file from outside of %s"
|
|
|
|
|
msgstr "Nu se poate citi un fișier din afara %s"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:403 src/rcfile.c:861
|
2015-12-06 05:24:07 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "\"%s\" is a directory"
|
|
|
|
|
msgstr "„%s” este un director"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:408 src/rcfile.c:862
|
2016-01-11 05:05:01 +00:00
|
|
|
|
#, c-format
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "\"%s\" is a device file"
|
|
|
|
|
msgstr "„%s” este un fișier dispozitiv"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:414
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "\"%s\" is a FIFO"
|
|
|
|
|
msgstr "„%s” este un FIFO"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#. TRANSLATORS: first %s is file name, second %s is file format.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:573
|
2008-08-05 02:38:40 +00:00
|
|
|
|
#, c-format
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "%s -- %zu line (%s)"
|
|
|
|
|
msgid_plural "%s -- %zu lines (%s)"
|
|
|
|
|
msgstr[0] "%s — %zu linie (%s)"
|
|
|
|
|
msgstr[1] "%s — %zu linii (%s)"
|
|
|
|
|
msgstr[2] "%s — %zu de linii (%s)"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:575 src/files.c:581 src/global.c:1078 src/winio.c:2076
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "New Buffer"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Spațiu nou"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:576
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "DOS"
|
|
|
|
|
msgstr "DOS"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:576
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Mac"
|
|
|
|
|
msgstr "Mac"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:579
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s -- %zu line"
|
|
|
|
|
msgid_plural "%s -- %zu lines"
|
|
|
|
|
msgstr[0] "%s -- %zu linie"
|
|
|
|
|
msgstr[1] "%s -- %zu linii"
|
|
|
|
|
msgstr[2] "%s -- %zu de linii"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:589
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "No more open file buffers"
|
|
|
|
|
msgstr "Nu mai sunt fișiere deschise"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:732 src/files.c:952 src/files.c:1755
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Interrupted"
|
|
|
|
|
msgstr "Întrerupt"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:870
|
2016-12-12 14:12:16 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "File '%s' is unwritable"
|
|
|
|
|
msgstr "Fișierul „%s” este needitabil"
|
|
|
|
|
|
2016-10-29 09:53:44 +00:00
|
|
|
|
#. TRANSLATORS: Keep the next four messages at most 78 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:874
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#, c-format
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Read %zu line (Converted from DOS and Mac format)"
|
|
|
|
|
msgid_plural "Read %zu lines (Converted from DOS and Mac format)"
|
|
|
|
|
msgstr[0] "S-a citit %zu rând (convertit din formatul DOS și Mac)"
|
|
|
|
|
msgstr[1] "S-au citit %zu rânduri (convertite din formatul DOS și Mac)"
|
|
|
|
|
msgstr[2] "S-au citit %zu de rânduri (convertite din formatul DOS și Mac)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:879
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#, c-format
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Read %zu line (Converted from Mac format)"
|
|
|
|
|
msgid_plural "Read %zu lines (Converted from Mac format)"
|
|
|
|
|
msgstr[0] "S-a citit %zu rând (convertit din formatul Mac)"
|
|
|
|
|
msgstr[1] "S-au citit %zu rânduri (convertite din formatul Mac)"
|
|
|
|
|
msgstr[2] "S-au citit %zu de rânduri (convertite din formatul Mac)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:884
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#, c-format
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Read %zu line (Converted from DOS format)"
|
|
|
|
|
msgid_plural "Read %zu lines (Converted from DOS format)"
|
|
|
|
|
msgstr[0] "S-a citit %zu rând (convertit din formatul DOS)"
|
|
|
|
|
msgstr[1] "S-au citit %zu rânduri (convertite din formatul DOS)"
|
|
|
|
|
msgstr[2] "S-au citit %zu de rânduri (convertite din formatul DOS)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:890
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#, c-format
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Read %zu line"
|
|
|
|
|
msgid_plural "Read %zu lines"
|
|
|
|
|
msgstr[0] "S-a citit %zu rând"
|
|
|
|
|
msgstr[1] "S-au citit %zu rânduri"
|
|
|
|
|
msgstr[2] "S-au citit %zu de rânduri"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:924
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "New File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Fișier nou"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:929
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#, c-format
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "File \"%s\" not found"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Fișierul „%s” nu a fost găsit"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:936
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Reading from FIFO..."
|
|
|
|
|
msgstr "Se citește din FIFO..."
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:964
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Reading..."
|
|
|
|
|
msgstr "Se citește..."
|
2016-12-12 14:12:16 +00:00
|
|
|
|
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#. TRANSLATORS: The next six messages are prompts.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1030
|
2017-02-23 10:46:40 +00:00
|
|
|
|
msgid "Command to execute in new buffer"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgstr "Comandă de executat într-un spațiu nou"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1033
|
2017-02-23 10:46:40 +00:00
|
|
|
|
msgid "Command to execute"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgstr "Comandă de executat"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1041
|
2017-05-04 09:19:50 +00:00
|
|
|
|
#, c-format
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "File to read unconverted into new buffer [from %s]"
|
|
|
|
|
msgstr "Fișier de citit neconvertit într-un spațiu nou [din %s]"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1044
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "File to read into new buffer [from %s]"
|
|
|
|
|
msgstr "Fișier de citit într-un spațiu nou [din %s]"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1049
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "File to insert unconverted [from %s]"
|
|
|
|
|
msgstr "Fișier de inserat neconvertit [din %s]"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1052
|
2017-05-04 09:19:50 +00:00
|
|
|
|
#, c-format
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "File to insert [from %s]"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Fișier de inserat [din %s]"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1377
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Invalid operating directory: %s\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Director de operare nevalid: %s\n"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1427
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Failed to write backup file; continue saving? (Say N if unsure.) "
|
2011-02-26 14:28:42 +00:00
|
|
|
|
msgstr ""
|
2016-06-27 09:07:44 +00:00
|
|
|
|
"Scrierea copiei de rezervă a eșuat; se continuă salvarea? (Tastați N dacă "
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"sunteți nesigur) "
|
2011-02-26 14:28:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1444
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Invalid backup directory: %s\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Director pentru copii de rezervă nevalid: %s\n"
|
2017-08-27 08:31:28 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1521
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Can't write outside of %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu se poate scrie în afara %s"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1586 src/files.c:1610 src/files.c:1628 src/files.c:1642
|
|
|
|
|
#: src/files.c:1654 src/files.c:1671 src/files.c:1681
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-09 10:25:22 +00:00
|
|
|
|
msgid "Error writing backup file %s: %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Eroare la scrierea copiei de rezervă %s: %s"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1587 src/nano.c:421
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Too many backup files?"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Prea multe copii de rezervă?"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1705 src/files.c:1716 src/text.c:2646 src/text.c:2664
|
|
|
|
|
#: src/text.c:3060
|
2003-04-24 18:20:11 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Error writing temp file: %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Eroare la scrierea fișierului temporar: %s"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1723
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Writing to FIFO..."
|
|
|
|
|
msgstr "Se scrie în FIFO..."
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1757 src/files.c:1768 src/files.c:1789 src/files.c:1805
|
|
|
|
|
#: src/files.c:1814 src/files.c:1842 src/files.c:1850
|
2016-02-12 05:25:29 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error writing %s: %s"
|
|
|
|
|
msgstr "Eroare la scrierea %s: %s"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1775
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Writing..."
|
|
|
|
|
msgstr "Se scrie..."
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1831 src/files.c:1839
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error reading temp file: %s"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Eroare la citirea fișierului temporar: %s"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1908
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Wrote %zu line"
|
|
|
|
|
msgid_plural "Wrote %zu lines"
|
|
|
|
|
msgstr[0] "S-a scris %zu rând"
|
|
|
|
|
msgstr[1] "S-au scris %zu rânduri"
|
|
|
|
|
msgstr[2] "S-au scris %zu de rânduri"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1989
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid " [DOS Format]"
|
|
|
|
|
msgstr " [Format DOS]"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1990
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid " [Mac Format]"
|
|
|
|
|
msgstr " [Format Mac]"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1991
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid " [Backup]"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr " [Copie de rezervă]"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2016-12-12 14:12:16 +00:00
|
|
|
|
#. TRANSLATORS: The next six strings are prompts.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1998
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Prepend Selection to File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Adaugă selecție la începutul fișierului"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:1999
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Append Selection to File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Adaugă selecție la fișier"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2000
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Write Selection to File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Scrie selecție în fișier"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2002
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "File Name to Prepend to"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Numele fișierului la începutul căruia se adaugă"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2003
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "File Name to Append to"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Numele fișierului la sfârșitul căruia se adaugă"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2006
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "File Name to Write"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Numele fișierului pentru scriere"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#. TRANSLATORS: Concisely say the screen is too small.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2089
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Too tiny"
|
|
|
|
|
msgstr "Prea mic"
|
|
|
|
|
|
2016-12-12 14:12:16 +00:00
|
|
|
|
#. TRANSLATORS: Restricted mode forbids overwriting.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2119
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "File exists -- cannot overwrite"
|
|
|
|
|
msgstr "Fișierul există — nu se poate suprascrie"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2129
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Save file under DIFFERENT NAME? "
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Se salvează fișierul cu un NUME DIFERIT? "
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2137
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#, c-format
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "File \"%s\" exists; OVERWRITE? "
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Fișierul „%s” există, SE SUPRASCRIE ? "
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2163
|
2017-07-21 08:02:20 +00:00
|
|
|
|
msgid "File on disk has changed"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgstr "Fișierul de pe disc s-a schimbat"
|
2017-07-21 08:02:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2165
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "File was modified since you opened it; continue saving? "
|
2008-11-10 06:33:12 +00:00
|
|
|
|
msgstr ""
|
2016-06-27 09:07:44 +00:00
|
|
|
|
"Fișierul a fost modificat de când a fost deschis, se continuă salvarea? "
|
2008-11-10 06:33:12 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/files.c:2568
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "(more)"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "(mai mult)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-03-24 11:47:41 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep the next two strings at most 10 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:567
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Exit"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Ieșire"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:568
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Close"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Închide"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
|
|
|
|
#. TRANSLATORS: The next long series of strings are shortcut descriptions;
|
|
|
|
|
#. * they are best kept shorter than 56 characters, but may be longer.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:576
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Cancel the current function"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Anulează funcția curentă"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:577
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Display this help text"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Afișează acest text de ajutor"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:578
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "Close the current buffer / Exit from nano"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Închide spațiul curent / Ieșire din nano"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:580
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "Write the current buffer (or the marked region) to disk"
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgstr "Scrie spațiul curent (sau regiunea marcată) pe disc"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:582
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "Insert another file into current buffer (or into new buffer)"
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgstr "Inserează alt fișier în spațiul curent (sau într-un spațiu nou)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:584
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Search forward for a string or a regular expression"
|
|
|
|
|
msgstr "Caută înainte un text sau o expresie regulată"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:586
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Search backward for a string or a regular expression"
|
|
|
|
|
msgstr "Caută înapoi un text sau o expresie regulată"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:588
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "Cut current line (or marked region) and store it in cutbuffer"
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Decupează rândul curent (sau regiunea marcată) și salvează-l în memoria "
|
|
|
|
|
"temporară"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:590
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Paste the contents of cutbuffer at current cursor position"
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgstr ""
|
2019-04-24 09:08:23 +00:00
|
|
|
|
"Inserează conținutul memoriei temporare la poziția curentă a cursorului"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:591
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Display the position of the cursor"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Afișează poziția cursorului"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:593
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Invoke the spell checker, if available"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Lansează corectorul ortografic, dacă este disponibil"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:595
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Replace a string or a regular expression"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Înlocuiește un text sau o expresie regulată"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:596
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to line and column number"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la rândul și coloana numărul"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:598
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Mark text starting from the cursor position"
|
|
|
|
|
msgstr "Marchează începutul textului de la poziția cursorului"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:600
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "Copy current line (or marked region) and store it in cutbuffer"
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Copiază rândul curent (sau regiunea marcată) și salvează-l în memoria "
|
|
|
|
|
"temporară"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:601
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Throw away the current line (or marked region)"
|
|
|
|
|
msgstr "Renunță la rândul curent (sau regiunea marcată)"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:602
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "Indent the current line (or marked lines)"
|
|
|
|
|
msgstr "Identează rândul curent (sau rândurile marcate)"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:603
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "Unindent the current line (or marked lines)"
|
|
|
|
|
msgstr "Deidentează rândul curent (sau rândurile marcate)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:604
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Undo the last operation"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Anulează ultima operație"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:605
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Redo the last undone operation"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Refă ultima operație anulată"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:607
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go back one character"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Înapoi cu un caracter"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:608
|
2016-02-12 05:25:29 +00:00
|
|
|
|
msgid "Go forward one character"
|
|
|
|
|
msgstr "Avansează cu un caracter"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:609
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go back one word"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Înapoi cu un cuvânt"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:610
|
2016-02-12 05:25:29 +00:00
|
|
|
|
msgid "Go forward one word"
|
|
|
|
|
msgstr "Avansează cu un cuvânt"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:611
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to previous line"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la rândul anterior"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:612
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to next line"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la rândul următor"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:613
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to beginning of current line"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Sari la începutul rândului curent"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:614
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to end of current line"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Sari la sfârșitul rândului curent"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:615
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Go to previous block of text"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la blocul de test anterior"
|
2016-07-28 07:38:30 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:616
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Go to next block of text"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la blocul de text următor"
|
2016-07-28 07:38:30 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:619
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to beginning of paragraph; then of previous paragraph"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Deplasează cursorul la începutul paragrafului; apoi la începutul "
|
|
|
|
|
"paragrafului anterior"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:621
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go just beyond end of paragraph; then of next paragraph"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
"Deplasează cursorul dincolo de sfârșitul paragrafului; apoi la sfârșitul "
|
|
|
|
|
"paragrafului următor"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:623
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Go one screenful up"
|
|
|
|
|
msgstr "Deplasează cursorul în sus cu un ecran"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:624
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Go one screenful down"
|
|
|
|
|
msgstr "Deplasează cursorul în jos cu un ecran"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:625
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to the first line of the file"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la primul rând din fișier"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:626
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to the last line of the file"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la ultimul rând din fișier"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:628
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to the matching bracket"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la paranteza pereche"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:632
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgid "Scroll up one line without moving the cursor textually"
|
|
|
|
|
msgstr "Derulează în sus un rând fără a deplasa textual cursorul"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:634
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgid "Scroll down one line without moving the cursor textually"
|
|
|
|
|
msgstr "Derulează în jos un rând fără a deplasa textual cursorul"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:637
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Switch to the previous file buffer"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută la spațiul fișier anterior"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:638
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Switch to the next file buffer"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută la următorul spațiu fișier"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:640
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Insert the next keystroke verbatim"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Inserează următoarea apăsare de tastă verbatim"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:641
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Insert a tab at the cursor position"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Inserează un tab la poziția cursorului"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:642
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Insert a newline at the cursor position"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "Inserează un rând nou la poziția cursorului"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:643
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Delete the character under the cursor"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Șterge caracterul de sub cursor"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:645
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Delete the character to the left of the cursor"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Șterge caracterul de la stânga cursorului"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:648
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Delete backward from cursor to word start"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Decupează înapoi de la cursor până la începutul cuvântului"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:650
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Delete forward from cursor to next word start"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Decupează înainte de la cursor până la începutul cuvântului următor"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:652
|
2005-04-04 23:20:32 +00:00
|
|
|
|
msgid "Cut from the cursor position to the end of the file"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Decupează de la cursor până la sfârșitul fișierului"
|
2005-04-04 23:20:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:655
|
2017-05-21 08:57:12 +00:00
|
|
|
|
msgid "Justify the current paragraph"
|
|
|
|
|
msgstr "Aliniază paragraful curent"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:656
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Justify the entire file"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Aliniază întregul fișier"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:660
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Count the number of words, lines, and characters"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Contorizează numărul cuvintelor, rândurilor și caracterelor"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:663
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Refresh (redraw) the current screen"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Reîmprospătează zona de ecran curentă"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:665
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Suspend the editor (if suspension is enabled)"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Suspendă editorul (dacă suspendarea este activată)"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:667
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "Try and complete the current word"
|
|
|
|
|
msgstr "Încercați și completați cuvântul curent"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:671
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "Comment/uncomment the current line (or marked lines)"
|
|
|
|
|
msgstr "Comentați/decomentați rândul curent (sau rândurile marcate)"
|
2016-12-12 14:12:16 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:673
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Save file without prompting"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Salvează fișierul fără confirmare"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:674
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Search next occurrence backward"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Caută următoarea apariție înapoi"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:675
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Search next occurrence forward"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Caută următoarea apariție înainte"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:677
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Start/stop recording a macro"
|
|
|
|
|
msgstr "Pornire/Oprire înregistrare macro"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:678
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Run the last recorded macro"
|
|
|
|
|
msgstr "Rulează ultimul macro înregistrat"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:680
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle the case sensitivity of the search"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută sensibilitatea la majuscule a căutării"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:681
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Reverse the direction of the search"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Inversează direcția căutării"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:682
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle the use of regular expressions"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută folosirea expresiilor regulate"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:685
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Recall the previous search/replace string"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Reapelează șirul anterior caută/înlocuiește"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:687
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Recall the next search/replace string"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Reapelează șirul următor caută/înlocuiește"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:690
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle the use of DOS format"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută folosirea formatului DOS"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:691
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle the use of Mac format"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comuta folosirea formatului Mac"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:692
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle appending"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută adăugarea la sfârșit"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:693
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle prepending"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută adăugarea la început"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:694
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle backing up of the original file"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută realizarea copiei de siguranță a fișierului original"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:695
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Execute external command"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Execută comandă externă"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:697
|
2018-06-02 08:26:36 +00:00
|
|
|
|
msgid "Pipe the current buffer (or marked region) to the command"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr "Transmite spațiul curent (sau regiunea marcată) la comanda"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:698
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Do not convert from DOS/Mac format"
|
|
|
|
|
msgstr "Nu converti fișierele din formatul DOS/Mac"
|
2018-06-02 08:26:36 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:701
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Toggle the use of a new buffer"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Comută folosirea unui spațiu nou"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:703
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgid "Close buffer without saving it"
|
|
|
|
|
msgstr "Închide spațiul fără a-l salva"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:705
|
2017-05-21 08:57:12 +00:00
|
|
|
|
msgid "Go to file browser"
|
|
|
|
|
msgstr "Mergi la navigatorul de fișiere"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:706
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Exit from the file browser"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Ieși din navigatorul de fișiere"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:707
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to the first file in the list"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la primul fișier din listă"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:708
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Go to the last file in the list"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la ultimul fișier din listă"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:709
|
2010-01-18 03:47:40 +00:00
|
|
|
|
msgid "Go to the previous file in the list"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la fișierul anterior din listă"
|
2010-01-18 03:47:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:710
|
2014-05-29 05:10:20 +00:00
|
|
|
|
msgid "Go to the next file in the list"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la următorul fișier din listă"
|
2014-05-29 05:10:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:712
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Go to lefthand column"
|
|
|
|
|
msgstr "Sari la coloana de pe stânga"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:713
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Go to righthand column"
|
|
|
|
|
msgstr "Sari la coloana de pe dreapta"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:714
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Go to first row in this column"
|
|
|
|
|
msgstr "Sari la primul rând în această coloană"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:715
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Go to last row in this column"
|
|
|
|
|
msgstr "Sari la ultimul rând în această coloană"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:717
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Search forward for a string"
|
|
|
|
|
msgstr "Caută înainte un text"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:718
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Search backward for a string"
|
|
|
|
|
msgstr "Caută înapoi un text"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:719
|
2019-12-23 10:37:33 +00:00
|
|
|
|
msgid "Refresh the file list"
|
|
|
|
|
msgstr "Reîmprospătează lista de fișiere"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:720
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Go to directory"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mergi la director"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:723
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Invoke the linter, if available"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Lansează analiza statică, dacă este disponibilă"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:724
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Go to previous linter msg"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la mesajul anterior al analizei statice"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:725
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Go to next linter msg"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mergi la mesajul următor al analizei statice"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:728
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "Invoke a program to format/arrange/manipulate the buffer"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Invocare program pentru a formata/aranja/manipula spațiul de scriere"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep the next eleven strings at most 10 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:743
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Get Help"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Ajutor"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:746 src/prompt.c:698
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Cancel"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Renunță"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:759
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Write Out"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Salvează"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:767 src/global.c:1093
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Read File"
|
|
|
|
|
msgstr "Citire fiș."
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:774 src/global.c:799
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Justify"
|
|
|
|
|
msgstr "Aliniază"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:780 src/global.c:865 src/global.c:895 src/global.c:1008
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Refresh"
|
|
|
|
|
msgstr "Reîmprospătează"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:785 src/global.c:868
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Where Is"
|
|
|
|
|
msgstr "Caută"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:788 src/global.c:839
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Replace"
|
|
|
|
|
msgstr "Înlocuiește"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:791
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Cut Text"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Decupează"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:794
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Paste Text"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Lipește text"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:803
|
2014-05-29 05:10:20 +00:00
|
|
|
|
msgid "To Spell"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Ortograf."
|
2014-05-29 05:10:20 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep the next thirteen strings at most 12 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:809
|
2016-10-29 09:53:44 +00:00
|
|
|
|
msgid "Cur Pos"
|
|
|
|
|
msgstr "Poz. curent."
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:816 src/global.c:852 src/global.c:963
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Go To Line"
|
|
|
|
|
msgstr "Sari la rând"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:821
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Undo"
|
|
|
|
|
msgstr "Anulează"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:823
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Redo"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Refă"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:826
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Mark Text"
|
|
|
|
|
msgstr "Marchează text"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:828
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Copy Text"
|
|
|
|
|
msgstr "Copiază text"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:832
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Case Sens"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Sensibil Majusc."
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:834
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Regexp"
|
|
|
|
|
msgstr "Regexp"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:836
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Backwards"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Înapoi"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:842
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "No Replace"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "Nicio înlocuire"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:846
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Older"
|
|
|
|
|
msgstr "Mai vechi"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:848
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Newer"
|
|
|
|
|
msgstr "Mai noi"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:856 src/global.c:995
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "FullJstify"
|
|
|
|
|
msgstr "Alin.compl"
|
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep the next seven strings at most 10 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:862
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgid "Go To Dir"
|
|
|
|
|
msgstr "Mergi la Director"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#. TRANSLATORS: This starts a backward search.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:870 src/global.c:879 src/global.c:893
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Where Was"
|
|
|
|
|
msgstr "Unde era"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:875
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgid "To Bracket"
|
|
|
|
|
msgstr "Paranteză"
|
|
|
|
|
|
2018-11-11 15:53:55 +00:00
|
|
|
|
#. TRANSLATORS: This refers to searching the preceding occurrence.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:883
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Previous"
|
|
|
|
|
msgstr "Precedent"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:886 src/global.c:891
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Next"
|
|
|
|
|
msgstr "Următor"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2018-09-09 09:50:47 +00:00
|
|
|
|
#. TRANSLATORS: This means move the cursor one character back.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:900 src/global.c:905
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Back"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Înapoi"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:902 src/global.c:907
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Forward"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Înainte"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: Try to keep the next eighteen strings at most 12 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:912
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Prev Word"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Cuvânt anterior"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:914
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Next Word"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Cuvântul următor"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:917
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Home"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Acasă"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:919
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "End"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Sfârșit"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:922
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Prev Line"
|
|
|
|
|
msgstr "Rândul anterior"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:924
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Next Line"
|
|
|
|
|
msgstr "Rândul următor"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:927
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Scroll Up"
|
|
|
|
|
msgstr "Derulează în sus"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:929
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Scroll Down"
|
|
|
|
|
msgstr "Derulează în jos"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:933
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Prev Block"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Bloc prec."
|
2016-07-28 07:38:30 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:935
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Next Block"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Bloc următ."
|
2016-07-28 07:38:30 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:938
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Beg of Par"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Început Par"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:940
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "End of Par"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Sfârșit Par"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:944 src/global.c:1103
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Prev Page"
|
|
|
|
|
msgstr "Pagina anter."
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:946 src/global.c:1105
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Next Page"
|
|
|
|
|
msgstr "Pagina urm."
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:949
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "First Line"
|
|
|
|
|
msgstr "Primul rând"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:951
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "Last Line"
|
|
|
|
|
msgstr "Ultimul rând"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:955
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Prev File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Fișierul anterior"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:957
|
2007-12-08 19:00:04 +00:00
|
|
|
|
msgid "Next File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Fiș urm"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#. TRANSLATORS: The next four strings are names of keyboard keys.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:968
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Tab"
|
|
|
|
|
msgstr "Tab"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:970
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Enter"
|
|
|
|
|
msgstr "Enter"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:973
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Backspace"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Șterge înapoi"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:975
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Delete"
|
|
|
|
|
msgstr "Șterge"
|
|
|
|
|
|
2019-03-24 11:47:41 +00:00
|
|
|
|
#. TRANSLATORS: The next two strings refer to deleting words.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:986
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Chop Left"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Taie Stânga"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:988
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Chop Right"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Decupează Dreapta"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:990
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "CutTillEnd"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Taie->Sfârșit"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1000
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Word Count"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Contorizare cuvinte"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1004
|
2017-04-12 08:19:50 +00:00
|
|
|
|
msgid "Verbatim"
|
|
|
|
|
msgstr "Verbatim"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1012
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Suspend"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Suspendă"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1016
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Indent"
|
|
|
|
|
msgstr "Indentare"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1018
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "Unindent"
|
|
|
|
|
msgstr "Deindentare"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1022
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "Comment Lines"
|
|
|
|
|
msgstr "Comentare rânduri"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1026
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "Complete"
|
|
|
|
|
msgstr "Complet"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1030
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Record"
|
|
|
|
|
msgstr "Înregistrare"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1032
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Run Macro"
|
|
|
|
|
msgstr "Rulează Macro"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1035
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Zap Text"
|
|
|
|
|
msgstr "Ștergere text"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1040
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "To Linter"
|
|
|
|
|
msgstr "Analiză statică"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1043
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "Formatter"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Formator"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1049
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Save"
|
|
|
|
|
msgstr "Salvează"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1052
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Go To Text"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Sari la text"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1056
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "DOS Format"
|
|
|
|
|
msgstr "Format DOS"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1058
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Mac Format"
|
|
|
|
|
msgstr "Format Mac"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1066
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Append"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Adaugă la sfârșit"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1068
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Prepend"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Adaugă la început"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1071
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Backup File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Fișier copie de rezervă"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1082
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "No Conversion"
|
|
|
|
|
msgstr "Nicio conversie"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1087
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Execute Command"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Execută comandă"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1090
|
2018-06-02 08:26:36 +00:00
|
|
|
|
msgid "Pipe Text"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr "Transmite text"
|
2018-06-02 08:26:36 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1100
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "To Files"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "La fișiere"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1108
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "First File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Primul fișier"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1110
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Last File"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Ultimul fișier"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1113
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Left Column"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Coloana stângă"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1115
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Right Column"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Coloana dreaptă"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1117
|
2017-04-12 08:19:50 +00:00
|
|
|
|
msgid "Top Row"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr "Rândul de sus"
|
2017-04-12 08:19:50 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1119
|
2017-04-12 08:19:50 +00:00
|
|
|
|
msgid "Bottom Row"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr "Rândul de jos"
|
2017-04-12 08:19:50 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1124
|
2017-08-27 08:31:28 +00:00
|
|
|
|
msgid "Discard buffer"
|
|
|
|
|
msgstr "Renunță la spațiu"
|
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: The next two strings may be up to 37 characters each.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1129
|
2014-05-29 05:10:20 +00:00
|
|
|
|
msgid "Prev Lint Msg"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Analiză anter."
|
2014-05-29 05:10:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1131
|
2014-05-29 05:10:20 +00:00
|
|
|
|
msgid "Next Lint Msg"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Analiza urm."
|
2014-05-29 05:10:20 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: The next thirteen strings are toggle descriptions;
|
2014-05-13 16:11:04 +00:00
|
|
|
|
#. * they are best kept shorter than 40 characters, but may be longer.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1461
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Help mode"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Bara de ajutor"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1463
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Constant cursor position display"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Afișare continuă poziție cursor"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1465
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Soft wrapping of overlong lines"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Despărțire rânduri lungi"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1467
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Whitespace display"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Afișare spațiu-alb"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1469
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Color syntax highlighting"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Evidențiere sintaxă color"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1471
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Smart home key"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Tastă acasă inteligentă"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1473
|
2007-01-29 12:33:45 +00:00
|
|
|
|
msgid "Auto indent"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Auto identare"
|
2005-04-04 23:20:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1475
|
2007-01-29 12:33:45 +00:00
|
|
|
|
msgid "Cut to end"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Decupare până la sfârșit"
|
2005-04-04 23:20:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1477
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Hard wrapping of overlong lines"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Despărțire permanentă rânduri lungi"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1479
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Conversion of typed tabs to spaces"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Conversie a tab-urilor introduse în spații"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1481
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Mouse support"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Funcționalitate maus"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1483
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Suspension"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Suspendare"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/global.c:1485
|
2016-10-29 09:53:44 +00:00
|
|
|
|
msgid "Line numbering"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Numerotare rânduri"
|
2016-10-29 09:53:44 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:306
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Search Command Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" Enter the words or characters you would like to search for, and then press "
|
|
|
|
|
"Enter. If there is a match for the text you entered, the screen will be "
|
|
|
|
|
"updated to the location of the nearest match for the search string.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" The previous search string will be shown in brackets after the search "
|
|
|
|
|
"prompt. Hitting Enter without entering any text will perform the previous "
|
|
|
|
|
"search. "
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru comanda de căutare\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Introduceți cuvintele sau caracterele pe care ați dori să le căutați, apoi "
|
|
|
|
|
"apăsați Enter. Dacă există vreo potrivire pentru textul introdus, ecranul va "
|
|
|
|
|
"fi actualizat la locația celei mai apropiate potriviri pentru textul "
|
|
|
|
|
"căutat.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Textul căutat anterior va fi afișat între paranteze după prompt-ul de "
|
|
|
|
|
"căutare. Apăsând Enter fără a introduce vreun text, se va executa căutarea "
|
|
|
|
|
"cu textul căutat anterior. "
|
2005-04-18 12:40:38 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:315
|
2005-04-18 12:40:38 +00:00
|
|
|
|
msgid ""
|
2014-05-13 16:11:04 +00:00
|
|
|
|
"If you have selected text with the mark and then search to replace, only "
|
|
|
|
|
"matches in the selected text will be replaced.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2005-04-18 12:40:38 +00:00
|
|
|
|
" The following function keys are available in Search mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Dacă ați selectat text cu marcajul și apoi folosiți funcția de căutare "
|
|
|
|
|
"pentru a înlocui, numai potrivirile din textul selectat vor fi înlocuite.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul de căutare:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:321
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Go To Line Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" Enter the line number that you wish to go to and hit Enter. If there are "
|
|
|
|
|
"fewer lines of text than the number you entered, you will be brought to the "
|
|
|
|
|
"last line of the file.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
" The following function keys are available in Go To Line mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru comanda de deplasare la rândul indicat\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"\n"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
" Introduceți numărul rândului unde doriți să ajungeți și apăsați Enter. Dacă "
|
|
|
|
|
"există mai puține rânduri de text decât numărul introdus veți ajunge la "
|
|
|
|
|
"ultimul rând al fișierului.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul de deplasare la "
|
2015-12-06 05:24:07 +00:00
|
|
|
|
"rândul:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:330
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Insert File Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" Type in the name of a file to be inserted into the current file buffer at "
|
|
|
|
|
"the current cursor location.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" If you have compiled nano with multiple file buffer support, and enable "
|
|
|
|
|
"multiple file buffers with the -F or --multibuffer command line flags, the "
|
|
|
|
|
"Meta-F toggle, or a nanorc file, inserting a file will cause it to be loaded "
|
|
|
|
|
"into a separate buffer (use Meta-< and > to switch between file buffers). "
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru comanda de inserare fișier\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Tastați numele unui fișier de inserat în spațiul fișierului curent. Va fi "
|
|
|
|
|
"inserat acolo unde se află poziția cursorului.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Dacă ați compilat nano cu capacitatea de a gestiona simultan mai multe "
|
|
|
|
|
"spații de fișiere și ați activat această opțiune cu opțiunea din linie de "
|
|
|
|
|
"comandă -F sau --multibufer, comutatorul Meta-F, sau prin fișierul nanorc, "
|
|
|
|
|
"inserarea unui fișier va face ca acesta să fie încărcat într-un spațiu "
|
|
|
|
|
"separat (folosiți Meta-< și Meta-> pentru a comuta între spațiile de "
|
|
|
|
|
"fișiere). "
|
2005-04-18 12:40:38 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:339
|
2005-04-18 12:40:38 +00:00
|
|
|
|
msgid ""
|
2014-05-13 16:11:04 +00:00
|
|
|
|
"If you need another blank buffer, do not enter any filename, or type in a "
|
|
|
|
|
"nonexistent filename at the prompt and press Enter.\n"
|
2005-04-18 12:40:38 +00:00
|
|
|
|
"\n"
|
|
|
|
|
" The following function keys are available in Insert File mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Dacă aveți nevoie de un alt spațiu gol, nu introduceți nici un nume sau "
|
|
|
|
|
"introduceți un nume de fișier ce nu există și apăsați Enter.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul inserare de "
|
|
|
|
|
"fișiere:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:345
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Write File Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" Type the name that you wish to save the current file as and press Enter to "
|
|
|
|
|
"save the file.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" If you have selected text with the mark, you will be prompted to save only "
|
|
|
|
|
"the selected portion to a separate file. To reduce the chance of "
|
|
|
|
|
"overwriting the current file with just a portion of it, the current filename "
|
|
|
|
|
"is not the default in this mode.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
" The following function keys are available in Write File mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru comanda de salvare a fișierului\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Tastați numele sub care doriți să salvați fișierul curent și apăsați Enter "
|
|
|
|
|
"pentru a salva fișierul.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Dacă ați selectat text cu marcajul, vi se va propune să salvați doar "
|
|
|
|
|
"porțiunea selectată într-un fișier separat. Pentru a micșora riscul de a "
|
|
|
|
|
"suprascrie fișierul curent cu doar o porțiune a sa,în acest mod numele "
|
|
|
|
|
"fișierului curent nu este propus implicit.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul salvare de fișier:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:359
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"File Browser Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" The file browser is used to visually browse the directory structure to "
|
|
|
|
|
"select a file for reading or writing. You may use the arrow keys or Page Up/"
|
|
|
|
|
"Down to browse through the files, and S or Enter to choose the selected file "
|
|
|
|
|
"or enter the selected directory. To move up one level, select the directory "
|
|
|
|
|
"called \"..\" at the top of the file list.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
" The following function keys are available in the file browser:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Textul de ajutor pentru navigatorul de fișiere\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Navigatorul de fișiere este folosit pentru a parcurge vizual structura de "
|
|
|
|
|
"directoare cu scopul de a selecta un fișier pentru citire sau scriere. "
|
|
|
|
|
"Puteți folosi tastele cu săgeți sau Page Up/Down pentru a parcurge "
|
|
|
|
|
"fișierele, tastele S sau Enter pentru a alege fișierul selectat sau a intra "
|
|
|
|
|
"în directorul selectat. Pentru a urca în ierarhia directoarelor, selectați "
|
|
|
|
|
"directorul numit „..” din partea de sus a listei de fișiere.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul navigator de "
|
|
|
|
|
"fișiere:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:372
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Browser Search Command Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" Enter the words or characters you would like to search for, and then press "
|
|
|
|
|
"Enter. If there is a match for the text you entered, the screen will be "
|
|
|
|
|
"updated to the location of the nearest match for the search string.\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" The previous search string will be shown in brackets after the search "
|
|
|
|
|
"prompt. Hitting Enter without entering any text will perform the previous "
|
|
|
|
|
"search.\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru comanda de căutare a navigatorului\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Introduceți cuvintele sau caracterele pe care ați dori să le căutați, apoi "
|
|
|
|
|
"apăsați Enter. Dacă există vreo potrivire pentru textul introdus, ecranul va "
|
|
|
|
|
"fi actualizat la locația celei mai apropiate potriviri pentru textul "
|
|
|
|
|
"căutat.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" Textul căutat anterior va fi afișat între paranteze după prompt-ul de "
|
|
|
|
|
"căutare. Apăsând Enter fără a introduce vreun text va executa căutarea cu "
|
|
|
|
|
"textul căutat anterior.\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:381
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
" The following function keys are available in Browser Search mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul de căutare "
|
|
|
|
|
"navigator:\n"
|
|
|
|
|
"\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:385
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Browser Go To Directory Help Text\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" Enter the name of the directory you would like to browse to.\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" If tab completion has not been disabled, you can use the Tab key to "
|
|
|
|
|
"(attempt to) automatically complete the directory name.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
" The following function keys are available in Browser Go To Directory mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru comanda de schimbare a directorului\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Introduceți numele directorului pe care ați dori să-l parcurgeți.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Dacă completarea cu tab nu a fost dezactivată, puteți folosi tasta Tab "
|
|
|
|
|
"pentru a încerca completarea automată a numelui directorului.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul de schimbare a "
|
|
|
|
|
"directorului:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:398
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"Spell Check Help Text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" The spell checker checks the spelling of all text in the current file. "
|
|
|
|
|
"When an unknown word is encountered, it is highlighted and a replacement can "
|
|
|
|
|
"be edited. It will then prompt to replace every instance of the given "
|
|
|
|
|
"misspelled word in the current file, or, if you have selected text with the "
|
|
|
|
|
"mark, in the selected text.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
" The following function keys are available in Spell Check mode:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text de ajutor pentru corectorul ortografic\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Corectorul ortografic verifică toate textele fișierului curent. Când este "
|
|
|
|
|
"întâlnit un cuvânt necunoscut, acesta va fi subliniat și va putea fi "
|
|
|
|
|
"corectat. Apoi vi se va propune să înlocuiți fiecare apariție a acestui "
|
|
|
|
|
"cuvânt greșit în fișierul curent, sau, dacă ați selectat text prin marcarea "
|
|
|
|
|
"acestuia, în textul selectat.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul de corector "
|
|
|
|
|
"ortografic:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:413
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
2005-04-18 12:40:38 +00:00
|
|
|
|
"Execute Command Help Text\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" This mode allows you to insert the output of a command run by the shell "
|
2018-09-09 09:50:47 +00:00
|
|
|
|
"into the current buffer (or into a new buffer). If the command is preceded "
|
|
|
|
|
"by '|' (the pipe symbol), the current contents of the buffer (or marked "
|
|
|
|
|
"region) will be piped to the command. "
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Text de ajutor pentru execuție comenzi\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
" Acest mod vă permite să inserați ieșirea execuției unei comenzi rulată de "
|
|
|
|
|
"shell în spațiul curent (sau într-un spațiu nou). Dacă comanda este "
|
2019-04-24 09:08:23 +00:00
|
|
|
|
"precedată de „|” (simbolul pipe), conținutul curent al spațiului (sau "
|
2020-02-07 10:23:43 +00:00
|
|
|
|
"regiunea marcată) va fi transmisă la comandă. "
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:419
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"If you just need another blank buffer, do not enter any command.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2018-09-09 09:50:47 +00:00
|
|
|
|
"Daca aveți nevoie doar de un spațiu gol, nu introduceți nicio comandă.\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:421
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
" The following function keys are available in Execute Command mode:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul Execuție comandă:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:424
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"=== Linter ===\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" In this mode, the status bar shows an error message or warning, and the "
|
|
|
|
|
"cursor is put at the corresponding position in the file. With PageUp and "
|
|
|
|
|
"PageDown you can switch to earlier and later messages.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"=== Linter ===\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" În acest mod, bara de stare afișează un mesaj de eroare sau avertisment, "
|
|
|
|
|
"iar cursorul este pus în poziția corespunzătoare din fișier. Cu PageUp and "
|
|
|
|
|
"PageDown puteți comuta la mesajele anterioare și următoare.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:429
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
" The following function keys are available in Linter mode:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
" Următoarele taste de funcții sunt disponibile în modul de lintare:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:436
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"Main nano help text\n"
|
|
|
|
|
"\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
" The nano editor is designed to emulate the functionality and ease-of-use of "
|
|
|
|
|
"the UW Pico text editor. There are four main sections of the editor. The "
|
|
|
|
|
"top line shows the program version, the current filename being edited, and "
|
|
|
|
|
"whether or not the file has been modified. Next is the main editor window "
|
|
|
|
|
"showing the file being edited. The status line is the third line from the "
|
|
|
|
|
"bottom and shows important messages. "
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Text principal de ajutor pentru nano\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Editorul nano este conceput sa reproducă funcționalitatea și ușurința de "
|
|
|
|
|
"utilizare ale editorului Pico de la Universitatea Washington. Există patru "
|
2015-12-06 05:24:07 +00:00
|
|
|
|
"secțiuni principale ale editorului. Rândul de sus arată versiunea "
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"programului, numele fișierului în curs de editare și dacă fișierul a fost "
|
|
|
|
|
"modificat sau nu. Mai jos urmează fereastra de editare principală care arată "
|
2015-12-06 05:24:07 +00:00
|
|
|
|
"fișierul în curs de modificare. Rândul de stare este al treilea rând de jos, "
|
|
|
|
|
"acesta afișează mesajele importante. "
|
2005-04-18 12:40:38 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:446
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"The bottom two lines show the most commonly used shortcuts in the editor.\n"
|
|
|
|
|
"\n"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
" Shortcuts are written as follows: Control-key sequences are notated with a "
|
|
|
|
|
"'^' and can be entered either by using the Ctrl key or pressing the Esc key "
|
|
|
|
|
"twice. Meta-key sequences are notated with 'M-' and can be entered using "
|
|
|
|
|
"either the Alt, Cmd, or Esc key, depending on your keyboard setup. "
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgstr ""
|
2015-12-06 05:24:07 +00:00
|
|
|
|
"Ultimele două rânduri arată cele mai frecvente scurtături folosite în "
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"editor. \n"
|
|
|
|
|
"\n"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
" Scurtăturile sunt scrise după cum urmează: Secvențele control-tastă sunt "
|
|
|
|
|
"notate cu un (^) și pot fi introduse fie folosind tasta Ctrl sau apăsând "
|
|
|
|
|
"tasta Esc de două ori. Secvențele Meta-tastă sunt notate cu „M-” și pot fi "
|
|
|
|
|
"introduse folosind oricare din tastele Alt, Cmd sau Esc, în funcție de "
|
|
|
|
|
"configurația tastaturii. "
|
2005-04-18 12:40:38 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:453
|
2005-04-18 12:40:38 +00:00
|
|
|
|
msgid ""
|
2014-05-13 16:11:04 +00:00
|
|
|
|
"Also, pressing Esc twice and then typing a three-digit decimal number from "
|
|
|
|
|
"000 to 255 will enter the character with the corresponding value. The "
|
|
|
|
|
"following keystrokes are available in the main editor window. Alternative "
|
|
|
|
|
"keys are shown in parentheses:\n"
|
2005-04-18 12:40:38 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"De asemenea, apăsând tasta Esc de două ori apoi tastând un număr din trei "
|
|
|
|
|
"cifre de la 000 la 255 se va introduce caracterul cu codul ASCII "
|
|
|
|
|
"corespunzător. Următoarele combinații de taste sunt disponibile în fereastra "
|
|
|
|
|
"de editare principală. Tastele alternative sunt afișate între paranteze:\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
"\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/help.c:485 src/help.c:557
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "enable/disable"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr "activare/dezactivare"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#: src/history.c:270
|
2017-11-18 11:11:52 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Unable to create directory %s: %s\n"
|
|
|
|
|
"It is required for saving/loading search history or cursor positions.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Imposibil de creat directorul %s: %s\n"
|
|
|
|
|
"Este necesar pentru salvarea/încărcarea istoricului de salvări sau pozițiile "
|
|
|
|
|
"cursorului.\n"
|
|
|
|
|
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#: src/history.c:277
|
2017-11-18 11:11:52 +00:00
|
|
|
|
#, 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 ""
|
|
|
|
|
"Calea %s nu este un director și trebuie să fie.\n"
|
|
|
|
|
"Nano nu va putea să încarce sau să salveze istoricul sau pozițiile "
|
|
|
|
|
"cursorului.\n"
|
|
|
|
|
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#: src/history.c:367 src/history.c:376 src/history.c:458 src/history.c:480
|
2017-11-18 11:11:52 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error writing %s: %s\n"
|
|
|
|
|
msgstr "Eroare la scrierea %s: %s\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:282
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Key is invalid in view mode"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Tastă nevalidă în modul vizualizare"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:289
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "This function is disabled in restricted mode"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Această funcție este dezactivată în modul restricționat"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:300
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Help is not available"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Ajutorul nu este disponibil"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:415
|
2008-08-05 01:35:42 +00:00
|
|
|
|
#, c-format
|
2007-01-29 12:33:45 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"Buffer written to %s\n"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
msgstr ""
|
2007-12-08 19:00:04 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Spațiu scris în %s\n"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:417
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Buffer not written to %s: %s\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Spațiu nu s-a scris în %s: %s\n"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:420
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-03-19 03:32:25 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"Buffer not written: %s\n"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
msgstr ""
|
2008-08-05 01:35:42 +00:00
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Spațiul nu s-a scris: %s\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:530
|
2017-05-04 09:19:50 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid ""
|
2017-03-31 09:07:01 +00:00
|
|
|
|
"Usage: nano [OPTIONS] [[+LINE[,COLUMN]] FILE]...\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"Folosire: nano [OPȚIUNI] [[+RÂND[,COLOANĂ]] FIȘIER]...\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2017-03-31 09:07:01 +00:00
|
|
|
|
#. TRANSLATORS: The next two strings are part of the --help output.
|
|
|
|
|
#. * It's best to keep its lines within 80 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:533
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"To place the cursor on a specific line of a file, put the line number with\n"
|
|
|
|
|
"a '+' before the filename. The column number can be added after a comma.\n"
|
|
|
|
|
msgstr ""
|
2018-01-02 15:07:04 +00:00
|
|
|
|
"Pentru a plasa cursorul pe un anumit rând al fişierului, pune numărul "
|
|
|
|
|
"rândului cu\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
"un „+” înainte de numele fişierului. Numărul de coloane poate fi adăugat "
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"după o virgulă.\n"
|
2007-01-29 12:33:45 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:535
|
2017-08-27 08:31:28 +00:00
|
|
|
|
#, c-format
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid ""
|
2017-07-21 08:02:20 +00:00
|
|
|
|
"When a filename is '-', nano reads data from standard input.\n"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
2017-08-27 08:31:28 +00:00
|
|
|
|
"Când numele fișierului este „-”, nano citeste date de la intrarea standard.\n"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
"\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#. TRANSLATORS: The next three are column headers of the --help output.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:537
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Option"
|
|
|
|
|
msgstr "Opțiune"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:537
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Long option"
|
|
|
|
|
msgstr "Opțiune lungă"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:537
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Meaning"
|
|
|
|
|
msgstr "Semnificație"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#. TRANSLATORS: The next forty or so strings are option descriptions
|
|
|
|
|
#. * for the --help output. Try to keep them at most 40 characters.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:541
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Enable smart home key"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Activează tasta acasă inteligentă"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:543
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Save backups of existing files"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Salvează copii de rezervă ale fișierelor existente"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:544
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "-C <dir>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "-C <dir>"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:544
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "--backupdir=<dir>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "--backupdir=<dir>"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:545
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Directory for saving unique backup files"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Director pentru salvarea fișierelor unice copiid de rezervă"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:548
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Use bold instead of reverse video text"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Folosește bold în loc de textul video inversat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:550
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Convert typed tabs to spaces"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Convertește tab-urile introduse în spații"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:555
|
2015-07-05 07:51:55 +00:00
|
|
|
|
msgid "Read a file into a new buffer by default"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "Citește un fișier într-un spațiu nou în mod implicit"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:558
|
2013-03-22 14:06:58 +00:00
|
|
|
|
msgid "Use (vim-style) lock files"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Folosește fișiere de blocare în stilul vim"
|
2013-03-22 14:06:58 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:563
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Log & read search/replace string history"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Scrie în jurnal și citește istoria șirurilor de căutare/înlocuire"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:566
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Don't look at nanorc files"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu te uita la fișierele nanorc"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:569
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgid "-J <number>"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgstr "-J <număr>"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:569
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgid "--guidestripe=<number>"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgstr "—guidestripe=<număr>"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:570
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Show a guiding bar at this column"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Arată o bară de ghidare la această coloană"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:573
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Fix numeric keypad key confusion problem"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Rezolvă problema de confuzie a tastelor numerice"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:576
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Don't add an automatic newline"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nu adăuga automat o linie nouă"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:580
|
2018-01-29 08:56:30 +00:00
|
|
|
|
msgid "Trim tail spaces when hard-wrapping"
|
|
|
|
|
msgstr "Elimină spațiile de capăt atunci când se despart permanent rândurile"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:584
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Don't convert files from DOS/Mac format"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu converti fișierele din formatul DOS/Mac"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:589
|
2011-02-26 14:28:42 +00:00
|
|
|
|
msgid "Log & read location of cursor position"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Scrie în jurnal & citește locația poziției cursorului"
|
2011-02-26 14:28:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:592
|
2018-06-02 08:26:36 +00:00
|
|
|
|
msgid "-Q <regex>"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr "-Q <regex>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:592
|
2018-06-02 08:26:36 +00:00
|
|
|
|
msgid "--quotestr=<regex>"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr "--quotestr=<regex>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: This refers to email quoting,
|
|
|
|
|
#. * like the > in: > quoted text.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:595
|
2018-06-02 08:26:36 +00:00
|
|
|
|
msgid "Regular expression to match quoting"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr "Expresie regulată pentru a găsi citări"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:598
|
|
|
|
|
msgid "Restrict access to the filesystem"
|
|
|
|
|
msgstr "Restricționează accesul la sistemul de fișiere"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:599
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "-T <#cols>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "-T <#coloană>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:599
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "--tabsize=<#cols>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "--tabsize=<#număr>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:600
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Set width of a tab to #cols columns"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Setează lungimea unui tab la #număr coloane"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:601
|
|
|
|
|
msgid "Wipe status bar upon next keystroke"
|
|
|
|
|
msgstr "Șterge bara de status la următoarea apăsare de tastă"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:602
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Print version information and exit"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Afișează informații despre versiune și termină"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:605
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Detect word boundaries more accurately"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Detectează limitele cuvântului mai exact"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:606
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgid "-X <str>"
|
2016-09-01 10:42:50 +00:00
|
|
|
|
msgstr "-X <str>"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:606
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgid "--wordchars=<str>"
|
2016-09-01 10:42:50 +00:00
|
|
|
|
msgstr "--wordchars=<str>"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:607
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Which other characters are word parts"
|
2016-09-01 10:42:50 +00:00
|
|
|
|
msgstr "Care celelalte caractere sunt părți de cuvânt"
|
2016-07-28 07:38:30 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:611
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "-Y <name>"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr "-Y <nume>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:611
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgid "--syntax=<name>"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr "--syntax=<nume>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:612
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Syntax definition to use for coloring"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Definiția sintaxei de folosit pentru colorare"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:615
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Let Bsp and Del erase a marked region"
|
|
|
|
|
msgstr "Permiteți Bsp și Del să șteargă o regiune marcată"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:616
|
2017-07-21 08:02:20 +00:00
|
|
|
|
msgid "When soft-wrapping, do it at whitespace"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgstr "Despărțirea rândurilor se face la spațiile albe"
|
2017-07-21 08:02:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:619
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Automatically hard-wrap overlong lines"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Rupe permanent rândurile lungi"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:621
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Constantly show cursor position"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Arată continuu poziția cursorului"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:623
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Fix Backspace/Delete confusion problem"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Repară confuzia cu tastele Backspace/Delete"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:624
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Keep the line below the title bar empty"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Păstrează linia de sub bara de titlu goală"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:626
|
|
|
|
|
msgid "-f <file>"
|
|
|
|
|
msgstr "-f <fișier>"
|
|
|
|
|
|
|
|
|
|
#: src/nano.c:626
|
|
|
|
|
msgid "--rcfile=<file>"
|
|
|
|
|
msgstr "—rcfile=<fișier>"
|
|
|
|
|
|
|
|
|
|
#: src/nano.c:627
|
|
|
|
|
msgid "Use only this file for configuring nano"
|
|
|
|
|
msgstr "Folosiți doar acest fișier pentru a configura nano"
|
|
|
|
|
|
|
|
|
|
#: src/nano.c:630
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Show cursor in file browser & help text"
|
|
|
|
|
msgstr "Arată cursor în navigatorul de fișiere & textul de ajutor"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:632
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Show this help text and exit"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Arată acest text de ajutor și termină"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:634
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Automatically indent new lines"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Indentează automat rândurile noi"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:636
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Scroll per half-screen, not per line"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Deruleză cu jumătăți de ecran, nu cu linii"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:638
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Cut from cursor to end of line"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Decupează de la cursor până la sfârșitul rândului"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:641
|
2016-10-29 09:53:44 +00:00
|
|
|
|
msgid "Show line numbers in front of the text"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Arată numărul rândului în fața textului"
|
2016-10-29 09:53:44 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:644
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Enable the use of the mouse"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Activează folosirea mouse-ului"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:646
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Do not read the file (only write it)"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu citi fișierul (doar scrie-l)"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:648
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "-o <dir>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "-o <dir>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:648
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "--operatingdir=<dir>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "--operatingdir=<dir>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:649
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Set operating directory"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Setează directorul de operare"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:651
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Preserve XON (^Q) and XOFF (^S) keys"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Conservă tastele XON (^Q) și XOFF (^S)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:653
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "-r <#cols>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "-r <#coloană>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:653
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "--fill=<#cols>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "--fill=<#număr>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:654
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Set width for hard-wrap and justify"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Setează lățimea pentru ruperea permanentă și aliniază"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:658
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "-s <prog>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "-s <prog>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:658
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "--speller=<prog>"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "--speller=<prog>"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:659
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Enable alternate speller"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Activează corectorul ortografic alternativ"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:661
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Auto save on exit, don't prompt"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Salvează automat la ieșire, nu întreba"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:663
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Save a file by default in Unix format"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Salvează un fișier în mod implicit în format Unix"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:665
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "View mode (read-only)"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mod vizualizare (doar citire)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:667
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Don't hard-wrap long lines [default]"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nu rupe permanent rândurile lungi [implicit]"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:669
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Don't show the two help lines"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "Nu arăta cele două rânduri de ajutor"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:671
|
2018-05-15 07:14:23 +00:00
|
|
|
|
msgid "Make Ctrl+Right stop at word ends"
|
|
|
|
|
msgstr "Face Ctrl+Dreapta să se oprească la sfârșitul cuvintelor"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:674
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Enable suspension"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Activează suspendarea"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:676
|
2009-09-15 03:50:17 +00:00
|
|
|
|
msgid "Enable soft line wrapping"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Activează despărțirea rândului"
|
2009-09-15 03:50:17 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:688
|
2016-10-29 09:53:44 +00:00
|
|
|
|
#, c-format
|
2016-09-01 10:42:50 +00:00
|
|
|
|
msgid " GNU nano, version %s\n"
|
2016-10-29 09:53:44 +00:00
|
|
|
|
msgstr " GNU nano, versiunea %s\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:691
|
2017-05-04 09:19:50 +00:00
|
|
|
|
#, c-format
|
2017-04-12 08:19:50 +00:00
|
|
|
|
msgid " (C) 2014-%s the contributors to nano\n"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr " (C) 2014-%s colaboratorii la nano\n"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:692
|
2016-07-28 07:38:30 +00:00
|
|
|
|
#, c-format
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgid " Email: nano@nano-editor.org\tWeb: https://nano-editor.org/"
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgstr " Email: nano@nano-editor.org\tWeb: https://nano-editor.org/"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:693
|
2004-12-06 23:44:55 +00:00
|
|
|
|
#, c-format
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
" Compiled options:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
" Opțiuni compilate:"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:836
|
2014-07-11 12:45:42 +00:00
|
|
|
|
msgid "No file name"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nici un nume de fișier"
|
2014-07-11 12:45:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:838
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Save modified buffer? "
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Se salvează spațiul modificat? "
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:907
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Could not reconnect stdin to keyboard\n"
|
|
|
|
|
msgstr "Nu s-a putut reconecta stdin la tastatură\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:926
|
2009-02-08 04:12:07 +00:00
|
|
|
|
#, c-format
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Reading data from keyboard; type ^D or ^D^D to finish.\n"
|
|
|
|
|
msgstr "Se citește de la tastatură; scrieți ^D sau ^D^D pentru a finaliza.\n"
|
2009-02-08 04:12:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:936
|
2017-06-25 09:09:38 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to open stdin: %s"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgstr "Deschiderea stdin a eșuat: %s"
|
2017-06-25 09:09:38 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1020
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Received SIGHUP or SIGTERM\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Am recepționat SIGHUP sau SIGTERM\n"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1027
|
2018-05-15 07:14:23 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Sorry! Nano crashed! Code: %d. Please report a bug.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Ne pare rău! Nano s-a întrerupt! Cod: %d. Vă rugăm să raportați problema.\n"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1042
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Use \"fg\" to return to nano.\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Folosiți „fg” pentru a reveni la nano.\n"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1060
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgid "Suspension is not enabled"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
msgstr "Suspendarea nu este activată"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1197
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "enabled"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "activată"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1197
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "disabled"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "dezactivată"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1355
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Unbound key"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Tastă nealocată"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1358
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Unbindable key: M-["
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Tastă nealocabilă: M-["
|
2016-07-28 07:38:30 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1361
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unbindable key: M-^%c"
|
|
|
|
|
msgstr "Tastă nealocabilă: M-^%c"
|
|
|
|
|
|
|
|
|
|
#: src/nano.c:1365
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unbound key: Sh-M-%c"
|
|
|
|
|
msgstr "Tastă nealocată: Sh-M-%c"
|
|
|
|
|
|
|
|
|
|
#: src/nano.c:1368
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unbound key: M-%c"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Tastă nealocată: M-%c"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1370
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Unbindable key: ^["
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Tastă nealocabilă: ^["
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1372
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unbound key: ^%c"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Tastă nealocată: ^%c"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1375
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unbound key: %c"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Tastă nealocată: %c"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1969 src/rcfile.c:1540
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Guide column \"%s\" is invalid"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Coloana de ghidare „%s” este nevalidă"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:1993 src/nano.c:2012
|
2019-03-24 11:47:41 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Option %s is ignored; it is the default\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Opțiunea %s este ignorată; este implicit\n"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2018 src/rcfile.c:1596
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Requested tab size \"%s\" is invalid"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mărimea tab solicitată „%s” este nevalidă"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2114 src/rcfile.c:1531
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Requested fill size \"%s\" is invalid"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mărimea de umplere solicitată „%s” este nevalidă"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2161
|
2014-05-13 16:11:04 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Type '%s -h' for a list of available options.\n"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Tastați „%s -h” pentru o listă de opțiuni disponibile.\n"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2338
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Bad quoting regex \"%s\": %s\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Citare regex greșită „%s”: %s\n"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2483
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Invalid search modifier '%c'"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgstr "Modificator de căutare nevalid „%c”"
|
2019-08-25 08:57:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2494
|
2019-08-25 08:57:32 +00:00
|
|
|
|
msgid "Empty search string"
|
2019-10-04 10:11:14 +00:00
|
|
|
|
msgstr "Șir de căutare gol"
|
2019-08-25 08:57:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2499 src/search.c:784
|
2017-02-23 10:46:40 +00:00
|
|
|
|
msgid "Invalid line or column number"
|
|
|
|
|
msgstr "Număr de rând sau coloană nevalid"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/nano.c:2573
|
2018-06-02 08:26:36 +00:00
|
|
|
|
msgid "Welcome to nano. For basic help, type Ctrl+G."
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgstr "Bine ați venit la Nano. Pentru ajutor de bază, tastați CTRL+G."
|
2018-06-02 08:26:36 +00:00
|
|
|
|
|
2018-05-15 07:14:23 +00:00
|
|
|
|
#. TRANSLATORS: For the next three strings, specify the starting letters
|
|
|
|
|
#. * of the translations for "Yes"/"No"/"All". The first letter of each of
|
|
|
|
|
#. * these strings MUST be a single-byte letter; others may be multi-byte.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/prompt.c:659
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Yy"
|
|
|
|
|
msgstr "Yy"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/prompt.c:660
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Nn"
|
|
|
|
|
msgstr "Nn"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/prompt.c:661
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Aa"
|
|
|
|
|
msgstr "Aa"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/prompt.c:685
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Yes"
|
|
|
|
|
msgstr "Da"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/prompt.c:689
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "No"
|
|
|
|
|
msgstr "Nu"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/prompt.c:694
|
2018-05-15 07:14:23 +00:00
|
|
|
|
msgid "All"
|
|
|
|
|
msgstr "Toate"
|
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:194
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Mistakes in '%s'"
|
|
|
|
|
msgstr "Greșeli în „%s”"
|
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:198
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "Problems with history file"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Probleme cu fișierul de istoric"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:202
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "Error in %s on line %zu: "
|
|
|
|
|
msgstr "Eroare în %s pe rândul %zu: "
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:542
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Argument '%s' has an unterminated \""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Argumentul „%s” are un \" neterminat"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:567 src/rcfile.c:1068 src/rcfile.c:1115 src/rcfile.c:1191
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Regex strings must begin and end with a \" character"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Șirurile regex trebuie să înceapă și să se termine cu caracterul \""
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:592 src/search.c:44
|
2008-08-05 02:38:40 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Bad regex \"%s\": %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Regex incorect „%s”: %s"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:614
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Missing syntax name"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Lipsește nume sintaxă"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:622
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "Unpaired quote in syntax name"
|
2018-03-29 08:17:00 +00:00
|
|
|
|
msgstr "Ghilimele lipsă în numele de sintaxă"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:634
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "The \"none\" syntax is reserved"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Sintaxa „none” este rezervată"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:665
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "The \"default\" syntax does not accept extensions"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Sintaxa „default” nu acceptă extensii"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/rcfile.c:683
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Syntax \"%s\" has no color commands"
|
|
|
|
|
msgstr "Sintaxa „%s” nu are comenzi de colorare"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:714
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Missing key name"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Lipsește numele tastei"
|
2005-04-04 23:20:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:730 src/rcfile.c:737
|
2016-02-25 21:46:09 +00:00
|
|
|
|
#, c-format
|
2016-02-12 05:25:29 +00:00
|
|
|
|
msgid "Key name %s is invalid"
|
2016-02-25 21:46:09 +00:00
|
|
|
|
msgstr "Numele cheii %s este nevalid"
|
2016-02-12 05:25:29 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:746
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Must specify a function to bind the key to"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Trebuie specificată o funcție la care se asociază tasta"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2014-05-13 16:11:04 +00:00
|
|
|
|
#. TRANSLATORS: Do not translate the word "all".
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:757
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Must specify a menu (or \"all\") in which to bind/unbind the key"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Trebuie specificat un meniu (sau „all“) în care se asociază/anulează tasta"
|
2005-04-04 23:20:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:776
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#, c-format
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Cannot map name \"%s\" to a function"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Imposibil de mapat numele „%s“ la o funcție"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:783
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#, c-format
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Cannot map name \"%s\" to a menu"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Imposibil de mapat numele „%s“ la un meniu"
|
2009-02-17 04:10:37 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:817
|
2014-07-11 12:45:42 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Function '%s' does not exist in menu '%s'"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Funcția „%s“ nu există în meniul „%s“"
|
2014-07-11 12:45:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:828
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Keystroke %s may not be rebound"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Tasta „%s“ nu poate fi reasociată"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:919 src/rcfile.c:1440
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Command \"%s\" not understood"
|
|
|
|
|
msgstr "Comanda „%s” nu a fost înțeleasă"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:955
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Error expanding %s: %s"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Eroare la extinderea %s: %s"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:990
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2018-01-29 08:56:30 +00:00
|
|
|
|
msgid "Color \"%s\" not understood"
|
|
|
|
|
msgstr "Culoarea „%s” nu a fost înțeleasă"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1006
|
2018-04-27 09:17:12 +00:00
|
|
|
|
msgid "A background color cannot be bright"
|
|
|
|
|
msgstr "O culoare de fundal nu poate fi strălucitoare"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1038
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Missing color name"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Lipsește numele culorii"
|
2007-12-08 19:00:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1048 src/rcfile.c:1175
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#, c-format
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Missing regex string after '%s' command"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Șirul regex lipsește după comanda „%s”"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1079 src/rcfile.c:1125
|
2017-02-23 10:46:40 +00:00
|
|
|
|
msgid "Empty regex string"
|
2017-03-31 09:07:01 +00:00
|
|
|
|
msgstr "Șir regex gol"
|
2017-02-23 10:46:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1109
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "\"start=\" requires a corresponding \"end=\""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "\"start=\" necesită un \"end=\" corespunzător"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1164 src/rcfile.c:1420
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "A '%s' command requires a preceding 'syntax' command"
|
|
|
|
|
msgstr "O comandă „%s” necesită o comandă „syntax” precendentă"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1170
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#, c-format
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "The \"default\" syntax does not accept '%s' regexes"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Sintaxa „default” nu acceptă șiruri regex „%s”"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1222
|
2017-08-27 08:31:28 +00:00
|
|
|
|
#, c-format
|
2017-07-21 08:02:20 +00:00
|
|
|
|
msgid "Missing argument after '%s'"
|
2017-08-27 08:31:28 +00:00
|
|
|
|
msgstr "Lipsă argument după „%s”"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1232
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#, c-format
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Argument of '%s' lacks closing \""
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Argumentului „%s” îi lipsește \" de închidere"
|
2015-01-06 15:20:04 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1283
|
2008-08-05 02:38:40 +00:00
|
|
|
|
#, c-format
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "No key is bound to function '%s' in menu '%s'. Exiting.\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgstr ""
|
2018-09-09 09:50:47 +00:00
|
|
|
|
"Nicio tastă nu este asociată pentru funcția „%s” în meniul „%s”. Ieșire.\n"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1286
|
2014-03-22 20:32:33 +00:00
|
|
|
|
#, c-format
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Dacă este nevoie, folosiți nano cu opțiunea -I pentru a ajusta setările "
|
|
|
|
|
"voastre nanorc.\n"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1352
|
2014-03-22 20:32:33 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Could not find syntax \"%s\" to extend"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu s-a putut găsi sintaxa „%s” pentru extindere"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1409
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Command \"%s\" not allowed in included file"
|
|
|
|
|
msgstr "Comanda „%s” nu este permisă într-un fișier inclus"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1452
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Missing option"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Lipsește opțiunea"
|
2005-04-04 23:20:32 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1466
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unknown option \"%s\""
|
|
|
|
|
msgstr "Opțiune „%s” necunoscută"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1481
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Cannot unset option \"%s\""
|
|
|
|
|
msgstr "Imposibil de dezactivat opțiunea „%s”"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1486
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Option \"%s\" requires an argument"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Opțiunea „%s” necesită un argument"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1498
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "Argument is not a valid multibyte string"
|
|
|
|
|
msgstr "Argumentul nu este un șir multioctet valid"
|
2008-03-19 03:32:25 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1546 src/rcfile.c:1567 src/rcfile.c:1573
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Non-blank characters required"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Sunt necesare caractere care nu sunt goale"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1549
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Even number of characters required"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Este necesar un număr par caractere"
|
2019-04-15 07:57:12 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1555
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Two single-column characters required"
|
2017-05-04 09:19:50 +00:00
|
|
|
|
msgstr "Sunt necesare două caractere monocoloană"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/rcfile.c:1644
|
|
|
|
|
msgid "Specified rcfile does not exist\n"
|
|
|
|
|
msgstr "rcfile specificat nu există\n"
|
|
|
|
|
|
|
|
|
|
#: src/rcfile.c:1663
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "I can't find my home directory! Wah!"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Nu pot găsi directorul meu acasă! Uau!"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: The next four modify the search prompt.
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#: src/search.c:102
|
2014-07-11 12:45:42 +00:00
|
|
|
|
msgid " [Case Sensitive]"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr " [Sensibil la majuscule]"
|
2014-07-11 12:45:42 +00:00
|
|
|
|
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#: src/search.c:103
|
2014-07-11 12:45:42 +00:00
|
|
|
|
msgid " [Regexp]"
|
|
|
|
|
msgstr " [Regexp]"
|
|
|
|
|
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#: src/search.c:107
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid " (to replace) in selection"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr " (de înlocuit) în selecție"
|
2004-12-06 23:44:55 +00:00
|
|
|
|
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#: src/search.c:109
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid " (to replace)"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr " (de înlocuit)"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2016-06-27 09:07:44 +00:00
|
|
|
|
#. TRANSLATORS: This is shown when searching takes
|
|
|
|
|
#. * more than half a second.
|
2019-06-18 08:33:21 +00:00
|
|
|
|
#: src/search.c:218
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Searching..."
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Se caută..."
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:389
|
2018-04-27 09:17:12 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "\"%.*s%s\" not found"
|
|
|
|
|
msgstr "„%.*s%s” nu a fost găsit"
|
|
|
|
|
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#. TRANSLATORS: This is a prompt.
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:582
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Replace this instance?"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Se înlocuiește această apariție?"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#. TRANSLATORS: This is a prompt.
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:704
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Replace with"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Se înlocuiește cu"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:735
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Replaced %zd occurrence"
|
|
|
|
|
msgid_plural "Replaced %zd occurrences"
|
|
|
|
|
msgstr[0] "S-a înlocuit %zd apariție"
|
|
|
|
|
msgstr[1] "S-au înlocuit %zd apariții"
|
|
|
|
|
msgstr[2] "S-au înlocuit %zd de apariții"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2014-05-29 05:10:20 +00:00
|
|
|
|
#. TRANSLATORS: This is a prompt.
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:763
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Enter line number, column number"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgstr "Introduceți numărul rândului, numărul coloanei"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:940
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Not a bracket"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu este o paranteză"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-08-25 08:57:32 +00:00
|
|
|
|
#: src/search.c:983
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "No matching bracket"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu am găsit o paranteză pereche"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/text.c:56
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Mark Set"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Marcaj aplicat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/text.c:60
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Mark Unset"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Marcaj ridicat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/text.c:389
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Commenting is not supported for this file type"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Comentarea nu este suportată pentru acest tip de fișier"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/text.c:399
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Cannot comment past end of file"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Nu se poate comenta după sfârșitul fișierului"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2019-12-23 10:37:33 +00:00
|
|
|
|
#: src/text.c:525
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Nothing to undo"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nimic de anulat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2018-06-02 08:26:36 +00:00
|
|
|
|
#. TRANSLATORS: The next thirteen strings describe actions
|
|
|
|
|
#. * that are undone or redone. They are all nouns, not verbs.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:538 src/text.c:605 src/text.c:706 src/text.c:771
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "addition"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "adiție"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:549 src/text.c:718
|
2018-03-08 10:10:29 +00:00
|
|
|
|
msgid "line break"
|
|
|
|
|
msgstr "întrerupere rând"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:561 src/text.c:731
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "deletion"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "ștergere"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:571 src/text.c:740
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "line join"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "fuziune de rânduri"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:590 src/text.c:755
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "replacement"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "înlocuire"
|
2018-03-08 10:10:29 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:609 src/text.c:775
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "erasure"
|
|
|
|
|
msgstr "ștergere"
|
|
|
|
|
|
2019-03-24 11:47:41 +00:00
|
|
|
|
#. TRANSLATORS: Remember: these are nouns, NOT verbs.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:615 src/text.c:780
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "cut"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "decupează"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:619 src/text.c:784
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "paste"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "lipește"
|
2008-10-03 22:20:43 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:623 src/text.c:788
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "insertion"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "inserare"
|
2009-07-28 05:08:35 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:647 src/text.c:807
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "indent"
|
|
|
|
|
msgstr "indentare"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:651 src/text.c:811
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "unindent"
|
|
|
|
|
msgstr "deindentare"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:656 src/text.c:816
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "comment"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "comentați"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:660 src/text.c:820
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "uncomment"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "decomentați"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:668
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Undid %s"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Acțiune %s anulată"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:693
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Nothing to redo"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nimic de refăcut"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:828
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#, c-format
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Redid %s"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Acțiune %s refăcută"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:959 src/text.c:2359 src/text.c:2736
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Could not create pipe"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu am putut crea o țeavă"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:995 src/text.c:2436 src/text.c:2558 src/text.c:2770
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Could not fork"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu am putut crea un proces nou"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:1000
|
2019-04-15 07:57:12 +00:00
|
|
|
|
msgid "Executing..."
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Se execută…"
|
2019-04-15 07:57:12 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:1054
|
2018-05-15 07:14:23 +00:00
|
|
|
|
#, c-format
|
2018-04-27 09:17:12 +00:00
|
|
|
|
msgid "Failed to open pipe: %s"
|
2018-05-15 07:14:23 +00:00
|
|
|
|
msgstr "Eroare la deschidere intrării țeavă: %s"
|
2018-04-27 09:17:12 +00:00
|
|
|
|
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#. TRANSLATORS: The next two go with Undid/Redid messages.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:1060
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "filtering"
|
|
|
|
|
msgstr "filtrare"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2041
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "justification"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "aliniere"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2179
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Justified selection"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Selecție aliniată"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2183
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Justified file"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Fișier aliniat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2185
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Justified paragraph"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Paragraful aliniat"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2279
|
2016-09-01 10:42:50 +00:00
|
|
|
|
#, c-format
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgid "Unfindable word: %s"
|
2016-09-01 10:42:50 +00:00
|
|
|
|
msgstr "Cuvânt negăsit: %s"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2295
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Edit a replacement"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Editează o înlocuire"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#. TRANSLATORS: Shown after fixing misspellings in one word.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2308
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Next word..."
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Cuvântul următor..."
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2444 src/text.c:2779
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Could not get size of pipe buffer"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Nu am putut obține dimensiunea spațiului țeavă"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2510
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Error invoking \"uniq\""
|
|
|
|
|
msgstr "Eroare la apelarea „uniq”"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2513
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "Error invoking \"sort -f\""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Eroare la apelarea „sort -f”"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2516
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "Error invoking \"spell\""
|
|
|
|
|
msgstr "Eroare la apelarea „spell”"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2519 src/text.c:2623
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "Finished checking spelling"
|
|
|
|
|
msgstr "Verificarea ortografică s-a terminat"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2571 src/text.c:2870
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error invoking '%s'"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Eroare la apelarea „%s”"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2574
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Program '%s' complained"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Programul „%s” a obiectat"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2582
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "Nothing changed"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Nu s-a schimbat nimic"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
|
|
|
|
#. TRANSLATORS: The next two go with Undid/Redid messages.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2609
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "spelling correction"
|
|
|
|
|
msgstr "corecție ortografică"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2609
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "formatting"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "formatare"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2625
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "Buffer has been processed"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Spațiul de scriere a fost procesat"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2691
|
2008-08-05 02:38:40 +00:00
|
|
|
|
#, c-format
|
2019-06-18 08:33:21 +00:00
|
|
|
|
msgid "%s: %s"
|
|
|
|
|
msgstr "%s: %s"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2715
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "No linter is defined for this type of file"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Nu este definit niciun linter pentru acest tip de fișier"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2725
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Save modified buffer before linting?"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Se salvează spațiul modificat înainte de analiza statică?"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2742
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "Invoking linter, please wait"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Se lansează analiza statică, vă rugăm așteptați"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2875
|
2014-03-22 20:32:33 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Got 0 parsable lines from command: %s"
|
2015-12-06 05:24:07 +00:00
|
|
|
|
msgstr "Comanda „%s” nu a produs niciun rând analizabil"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2913
|
2014-03-22 20:32:33 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "This message is for unopened file %s, open it in a new buffer?"
|
|
|
|
|
msgstr ""
|
2015-03-23 03:49:37 +00:00
|
|
|
|
"Acest mesaj este pentru fișierul nedeschis %s, se deschide într-un spațiu "
|
|
|
|
|
"nou?"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2952
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "No messages for this file"
|
|
|
|
|
msgstr "Nicun mesaj pentru acest fișier"
|
2016-01-11 05:05:01 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:2999
|
2014-03-22 20:32:33 +00:00
|
|
|
|
msgid "At first message"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Primul mesaj"
|
2014-03-22 20:32:33 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3009
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "At last message"
|
|
|
|
|
msgstr "Ultimul mesaj"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3050
|
2019-11-29 10:26:13 +00:00
|
|
|
|
msgid "No formatter is defined for this type of file"
|
2020-02-07 10:23:43 +00:00
|
|
|
|
msgstr "Nu este definit niciun reformator pentru acest tip de fișier"
|
2019-11-29 10:26:13 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3126
|
2008-08-05 02:38:40 +00:00
|
|
|
|
#, c-format
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "%sWords: %zu Lines: %zd Chars: %zu"
|
|
|
|
|
msgstr "%sCuvinte: %zu Rânduri: %zd Caractere: %zu"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3127
|
2008-08-05 02:38:40 +00:00
|
|
|
|
msgid "In Selection: "
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "În selecție: "
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2014-05-13 16:11:04 +00:00
|
|
|
|
#. TRANSLATORS: This is displayed when the next keystroke will be
|
|
|
|
|
#. * inserted verbatim.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3140
|
2014-05-13 16:11:04 +00:00
|
|
|
|
msgid "Verbatim Input"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Intrare Verbatim"
|
2014-05-13 16:11:04 +00:00
|
|
|
|
|
2019-10-04 10:11:14 +00:00
|
|
|
|
#. TRANSLATORS: Shown when no text is directly left of the cursor.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3236
|
2018-09-09 09:50:47 +00:00
|
|
|
|
msgid "No word fragment"
|
|
|
|
|
msgstr "Niciun fragment de cuvânt"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3328
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "No further matches"
|
|
|
|
|
msgstr "Nu mai sunt potriviri"
|
|
|
|
|
|
|
|
|
|
#. TRANSLATORS: Shown when there are zero possible completions.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/text.c:3332
|
2016-12-12 14:12:16 +00:00
|
|
|
|
msgid "No matches"
|
|
|
|
|
msgstr "Nu sunt potriviri"
|
|
|
|
|
|
2019-11-29 10:26:13 +00:00
|
|
|
|
#: src/utils.c:298 src/utils.c:310
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Nano is out of memory!\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nano nu mai are memorie!\n"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:95
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Recording a macro..."
|
|
|
|
|
msgstr "Se înregistrează un macro…"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:98
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Stopped recording"
|
|
|
|
|
msgstr "Înregistrare oprită"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:107
|
2017-11-18 11:11:52 +00:00
|
|
|
|
msgid "Cannot run macro while recording"
|
|
|
|
|
msgstr "Nu se poate rula macro în timpul înregistrării"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:113
|
2017-11-27 18:21:00 +00:00
|
|
|
|
msgid "Macro is empty"
|
|
|
|
|
msgstr "Macro este gol"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:215
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Too many errors from stdin\n"
|
|
|
|
|
msgstr "Prea multe erori de la stdin\n"
|
2017-06-25 09:09:38 +00:00
|
|
|
|
|
2016-06-17 13:49:20 +00:00
|
|
|
|
#. TRANSLATORS: This refers to a sequence of escape codes
|
2018-11-11 15:53:55 +00:00
|
|
|
|
#. * (from the keyboard) that nano does not recognize.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:870
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Unknown sequence"
|
2016-06-27 09:07:44 +00:00
|
|
|
|
msgstr "Secvență necunoscută"
|
2016-06-17 13:49:20 +00:00
|
|
|
|
|
2016-07-28 07:38:30 +00:00
|
|
|
|
#. TRANSLATORS: This is shown while a six-digit hexadecimal
|
|
|
|
|
#. * Unicode character code (%s) is being typed in.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:1467
|
2016-08-10 10:14:26 +00:00
|
|
|
|
#, c-format
|
2016-07-28 07:38:30 +00:00
|
|
|
|
msgid "Unicode Input: %s"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Intrare Unicode: %s"
|
2008-08-05 02:38:40 +00:00
|
|
|
|
|
2019-03-24 11:47:41 +00:00
|
|
|
|
#. TRANSLATORS: The next five are "labels" in the title bar.
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:2054
|
2018-11-11 15:53:55 +00:00
|
|
|
|
msgid "Linting --"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Lintare —-"
|
2018-11-11 15:53:55 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:2060
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "DIR:"
|
|
|
|
|
msgstr "DIR:"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:2081 src/winio.c:2087
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "Modified"
|
|
|
|
|
msgstr "Modificat"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:2083
|
2016-06-17 13:49:20 +00:00
|
|
|
|
msgid "View"
|
|
|
|
|
msgstr "Vedere"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:2085
|
2019-03-24 11:47:41 +00:00
|
|
|
|
msgid "Restricted"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Restricționat"
|
2019-03-24 11:47:41 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3391
|
2015-03-23 03:49:37 +00:00
|
|
|
|
#, c-format
|
2018-01-02 15:07:04 +00:00
|
|
|
|
msgid "line %zd/%zd (%d%%), col %zu/%zu (%d%%), char %zu/%zu (%d%%)"
|
|
|
|
|
msgstr "rând %zd/%zd (%d%%), col %zu/%zu (%d%%), caract %zu/%zu (%d%%)"
|
2008-08-05 01:35:42 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3571
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "The nano text editor"
|
|
|
|
|
msgstr "Editorul de texte nano"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3572
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "version"
|
|
|
|
|
msgstr "versiune"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3573
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Brought to you by:"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Prezentat de:"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3574
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "Special thanks to:"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Mulțumiri speciale pentru:"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3575
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "The Free Software Foundation"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "Fundația Free Software"
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3576
|
2015-02-07 00:26:43 +00:00
|
|
|
|
msgid "the many translators and the TP"
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "traducătorilor cei mulți și pentru TP"
|
2015-02-07 00:26:43 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3577
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "For ncurses:"
|
|
|
|
|
msgstr "Pentru ncurses:"
|
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3578
|
2003-04-24 18:20:11 +00:00
|
|
|
|
msgid "and anyone else we forgot..."
|
2015-03-23 03:49:37 +00:00
|
|
|
|
msgstr "și oricine altcineva a fost uitat..."
|
2003-04-24 18:20:11 +00:00
|
|
|
|
|
2020-02-07 10:23:43 +00:00
|
|
|
|
#: src/winio.c:3579
|
2004-12-06 23:44:55 +00:00
|
|
|
|
msgid "Thank you for using nano!"
|
2016-08-10 10:14:26 +00:00
|
|
|
|
msgstr "Mulțumim că folosiți nano!"
|
2016-09-01 10:42:50 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:278
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: option '%s%s' is ambiguous\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiunea „%s%s” este ambiguă\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:284
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: option '%s%s' is ambiguous; possibilities:"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiunea „%s%s” este ambiguă; posibilități:"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:319
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: unrecognized option '%s%s'\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiune nerecunoscută „%s%s”\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:345
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: option '%s%s' doesn't allow an argument\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiunea „%s%s” nu permite un argument\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:360
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: option '%s%s' requires an argument\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiunea „%s%s” necesită un argument\n"
|
2018-06-02 08:26:36 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:621
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: invalid option -- '%c'\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiune nevalidă -- „%c”\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/getopt.c:636 lib/getopt.c:682
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: option requires an argument -- '%c'\n"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "%s: opțiunea necesită un argument -- „%c”\n"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:135
|
|
|
|
|
msgid "Success"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Succes"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:138
|
|
|
|
|
msgid "No match"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nicio potrivire"
|
2018-09-09 09:50:47 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:141
|
|
|
|
|
msgid "Invalid regular expression"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Expresie regulată nevalidă"
|
2018-05-15 07:14:23 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:144
|
|
|
|
|
msgid "Invalid collation character"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Caracter de colaționare nevalid"
|
2018-03-08 10:10:29 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:147
|
|
|
|
|
msgid "Invalid character class name"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nume clasă caracter invalid"
|
2018-03-08 10:10:29 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:150
|
|
|
|
|
msgid "Trailing backslash"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Backslash de sfârșit"
|
2018-01-29 08:56:30 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:153
|
|
|
|
|
msgid "Invalid back reference"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Referință inversă nevalidă"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:156
|
|
|
|
|
msgid "Unmatched [, [^, [:, [., or [="
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "[, [^, [:, [., sau [= fără pereche"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:159
|
|
|
|
|
msgid "Unmatched ( or \\("
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "( sau \\( fără pereche"
|
2018-01-02 15:07:04 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:162
|
|
|
|
|
msgid "Unmatched \\{"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "\\{ fără pereche"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:165
|
|
|
|
|
msgid "Invalid content of \\{\\}"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Conțiunt nevalid pentru \\{\\}"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:168
|
|
|
|
|
msgid "Invalid range end"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Terminare invalidă a intervalului"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:171
|
|
|
|
|
msgid "Memory exhausted"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Memorie epuizată"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:174
|
|
|
|
|
msgid "Invalid preceding regular expression"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Expresie regulată precedentă nevalidă"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:177
|
|
|
|
|
msgid "Premature end of regular expression"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Terminare prematură a epresiei regulate"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:180
|
|
|
|
|
msgid "Regular expression too big"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Expresie regulată prea lungă"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:183
|
|
|
|
|
msgid "Unmatched ) or \\)"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr ") sau \\) fără pereche"
|
2017-11-18 11:11:52 +00:00
|
|
|
|
|
2019-04-15 07:57:12 +00:00
|
|
|
|
#: lib/regcomp.c:676
|
|
|
|
|
msgid "No previous regular expression"
|
2019-04-24 09:08:23 +00:00
|
|
|
|
msgstr "Nu există o expresie regulată precedentă"
|