2012-03-19 19:55:19 +04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
2012-11-19 21:49:38 +04:00
#
2012-03-19 19:55:19 +04:00
# Translators:
2013-06-16 16:27:19 +04:00
# Alex Tkachenko <alex@bcs.zp.ua>, 1998
2014-12-10 09:02:01 +03:00
# Andrew V. Samoilov <sav@bcs.zp.ua>, 1999, 2014
2013-06-16 16:27:19 +04:00
# Evgeny Bulgakov <bgav@netvision.net.il>, 1999
# Sergey Panov <sipan@mit.edu>, 1999
# Valek Filippov <frob@df.ru>, 2000
# Anton Sergeevich Chumak <nightfast@yahoo.co.uk>, 2005
# Ilia Maslakov <il.smind@gmail.com>, 2009
# Slava Zanko <slavazanko@gmail.com>, 2009, 2011
# NaiLi (aka jamesjames) Rootaerc <theism@mail.ru>, 2012
2015-02-17 15:25:57 +03:00
# Andrew Borodin <aborodin@vmail.ru>, 2009-2015.
2011-09-11 10:40:32 +04:00
msgid ""
msgstr ""
2012-03-19 19:55:19 +04:00
"Project-Id-Version: Midnight Commander\n"
2012-11-19 21:49:38 +04:00
"Report-Msgid-Bugs-To: http://www.midnight-commander.org/\n"
2015-02-26 09:47:12 +03:00
"POT-Creation-Date: 2015-02-26 09:43+0300\n"
"PO-Revision-Date: 2015-02-26 09:45+0300\n"
2012-12-28 13:12:04 +04:00
"Last-Translator: Andrew Borodin <aborodin@vmail.ru>\n"
2015-02-26 09:47:12 +03:00
"Language-Team: Russian (http://www.transifex.com/projects/p/mc/language/ru/)\n"
"Language: ru\n"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
"MIME-Version: 1.0\n"
2009-06-27 10:13:32 +04:00
"Content-Type: text/plain; charset=UTF-8\n"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
"Content-Transfer-Encoding: 8bit\n"
2015-02-18 11:39:53 +03:00
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Warning: cannot load codepages list"
2010-12-09 11:35:43 +03:00
msgstr "Внимание: невозможно загрузить список кодировок"
2010-11-29 00:58:10 +03:00
msgid "7-bit ASCII"
msgstr "7-битный ASCII"
#, c-format
msgid "Cannot translate from %s to %s"
msgstr "Невозможно перекодировать из %s в %s"
2011-07-09 20:21:38 +04:00
msgid "Event system already initialized"
2011-09-09 17:26:48 +04:00
msgstr "Cис те ма событий уже инициализирована"
2011-07-09 20:21:38 +04:00
msgid "Failed to initialize event system"
2011-09-11 10:40:32 +04:00
msgstr "Сбой инициализации системы событий"
2011-07-09 20:21:38 +04:00
msgid "Event system not initialized"
2011-09-09 17:26:48 +04:00
msgstr "Cис те ма событий не инициализирована"
2011-07-09 20:21:38 +04:00
msgid "Check input data! Some of parameters are NULL!"
2011-09-11 10:40:32 +04:00
msgstr "Проверьте входные данные! Некоторые параметры равны NULL!"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Unable to create group '%s' for events!"
2011-09-11 10:40:32 +04:00
msgstr "Н е удается создать группу событий %s!"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Unable to create event '%s'!"
2011-09-11 10:40:32 +04:00
msgstr "Н е удается создать событие %s!"
2011-07-09 20:21:38 +04:00
2010-06-22 21:54:11 +04:00
#, c-format
msgid ""
"File \"%s\" is already being edited.\n"
"User: %s\n"
"Process ID: %d"
2012-11-19 21:49:38 +04:00
msgstr ""
"Файл \"%s\" уже редактируется.\n"
"Пользователь: %s\n"
"Идентификатор процесса: %d"
2010-06-22 21:54:11 +04:00
msgid "File locked"
msgstr "Файл заблокирован"
msgid "&Grab lock"
msgstr "Захватить замок"
msgid "&Ignore lock"
msgstr "Игнорировать замок"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot create %s directory"
msgstr "Невозможно создать каталог \"%s\""
2011-12-13 15:08:00 +04:00
msgid "FATAL: not a directory:"
2012-03-19 19:55:19 +04:00
msgstr "ОШИБКА: не является каталогом:"
2011-12-13 15:08:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2013-03-12 13:31:40 +04:00
msgid "An error occurred while migrating user settings: %s"
2011-09-09 17:26:48 +04:00
msgstr "Произошла ошибка при переносе пользовательских настроек: %s"
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Your old settings were migrated from %s\n"
"to Freedesktop recommended dirs.\n"
"To get more info, please visit\n"
"http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html"
2012-11-19 21:49:38 +04:00
msgstr ""
"Ваши старые настройки перенесены из %s\n"
2014-12-10 09:02:01 +03:00
"в каталоги, рекомендованные FreeDesktop.org.\n"
2012-11-19 21:49:38 +04:00
"Для более полной информации посетите страницу\n"
"http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html"
2011-07-09 20:21:38 +04:00
2011-12-13 15:08:00 +04:00
#, c-format
msgid ""
"Your old settings were migrated from %s\n"
"to %s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
2013-06-16 16:27:19 +04:00
"Ваши старые настройки перенесены из %s\n"
2012-11-19 21:49:38 +04:00
"в %s\n"
2011-12-13 15:08:00 +04:00
2010-06-07 23:17:41 +04:00
msgid "Search string not found"
msgstr "Искомая строка не найдена"
2005-07-25 19:31:17 +04:00
2010-06-07 23:17:41 +04:00
msgid "Not implemented yet"
msgstr "Пока не реализовано"
2005-07-25 19:31:17 +04:00
2010-06-07 23:17:41 +04:00
msgid "Num of replace tokens not equal to num of found tokens"
2015-02-26 09:47:12 +03:00
msgstr "Количество шаблонных полей не соответствует количеству полей для замены"
2005-08-23 14:44:28 +04:00
2005-07-25 19:31:17 +04:00
#, c-format
2010-06-07 23:17:41 +04:00
msgid "Invalid token number %d"
msgstr "Неправильный шаблон цели %d"
2005-07-25 19:31:17 +04:00
2011-07-09 20:21:38 +04:00
msgid "Regular expression error"
2011-09-11 10:40:32 +04:00
msgstr "Ошибка в регулярном выражении"
2011-07-09 20:21:38 +04:00
2012-07-18 14:24:25 +04:00
msgid "No&rmal"
2011-12-27 22:31:22 +04:00
msgstr "О &бычный"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-12-27 22:31:22 +04:00
msgid "Re&gular expression"
2010-01-31 12:48:41 +03:00
msgstr "&Регулярное выражение"
2000-05-07 14:35:31 +04:00
2011-12-27 22:31:22 +04:00
msgid "He&xadecimal"
2012-04-10 15:14:59 +04:00
msgstr "Шестнад&цатеричный"
2000-05-07 14:35:31 +04:00
2011-12-27 22:31:22 +04:00
msgid "Wil&dcard search"
2012-04-10 15:14:59 +04:00
msgstr "По &шаблону"
2002-01-03 19:37:05 +03:00
2005-07-25 19:31:17 +04:00
#, c-format
2010-01-31 12:48:41 +03:00
msgid ""
"Unable to load '%s' skin.\n"
"Default skin has been loaded"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно загрузить скин %s.\n"
"Используется скин по умолчанию"
2002-12-16 09:44:14 +03:00
2005-07-25 19:31:17 +04:00
#, c-format
2009-10-30 12:03:50 +03:00
msgid ""
2010-01-31 12:48:41 +03:00
"Unable to parse '%s' skin.\n"
"Default skin has been loaded"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно произвести синтаксический разбор файла %s.\n"
"Используется скин по умолчанию"
2009-10-30 12:03:50 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Unable to use '%s' skin with 256 colors support\n"
"on non-256 colors terminal.\n"
"Default skin has been loaded"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно использовать скин %s, требующий 256 цветов,\n"
"на терминале, не поддерживающем 256 цветов.\n"
2015-02-17 15:25:57 +03:00
"Будет использован скин по умолчанию"
2011-07-09 20:21:38 +04:00
2014-02-08 19:46:34 +04:00
msgid "Escape"
msgstr "Клавиша Esc "
2010-01-31 12:48:41 +03:00
msgid "Function key 1"
msgstr "Функциональная 1 "
2002-10-21 08:35:07 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 2"
msgstr "Функциональная 2 "
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 3"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 3"
2009-03-14 22:50:55 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 4"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 4"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 5"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 5"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 6"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 6"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 7"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 7"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 8"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 8"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 9"
2012-12-28 13:12:04 +04:00
msgstr "Функциональная 9"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 10"
msgstr "Функциональная 10"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 11"
msgstr "Функциональная 11"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 12"
msgstr "Функциональная 12"
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 13"
msgstr "Функциональная 13"
1999-03-08 08:21:24 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 14"
msgstr "Функциональная 14"
1999-03-08 08:21:24 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 15"
msgstr "Функциональная 15"
2005-07-25 19:31:17 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 16"
msgstr "Функциональная 16"
1999-03-08 08:21:24 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 17"
msgstr "Функциональная 17"
1999-03-08 08:21:24 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 18"
msgstr "Функциональная 18"
2009-10-30 12:03:50 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 19"
msgstr "Функциональная 19"
2009-10-30 12:03:50 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 20"
msgstr "Функциональная 20"
2009-10-01 03:50:39 +04:00
2014-02-08 19:46:34 +04:00
msgid "Completion/M-tab"
msgstr "Завершение/M-tab "
2009-10-01 03:50:39 +04:00
2014-02-08 19:46:34 +04:00
msgid "BackTab/S-tab"
msgstr "Обратная таб./S-tab"
2009-10-01 03:50:39 +04:00
2014-02-08 19:46:34 +04:00
msgid "Backspace"
msgstr "Клавиша Backspace"
msgid "Up arrow"
2010-01-31 12:48:41 +03:00
msgstr "Стрелка вверх "
2009-10-01 03:50:39 +04:00
2014-02-08 19:46:34 +04:00
msgid "Down arrow"
2010-01-31 12:48:41 +03:00
msgstr "Стрелка вниз "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-02-08 19:46:34 +04:00
msgid "Left arrow"
2010-01-31 12:48:41 +03:00
msgstr "Стрелка влево "
2009-02-21 17:48:00 +03:00
2014-02-08 19:46:34 +04:00
msgid "Right arrow"
2010-01-31 12:48:41 +03:00
msgstr "Стрелка вправо "
2009-10-01 03:50:39 +04:00
2014-02-08 19:46:34 +04:00
msgid "Insert"
2010-01-31 12:48:41 +03:00
msgstr "Клавиша Insert "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-02-08 19:46:34 +04:00
msgid "Delete"
2010-01-31 12:48:41 +03:00
msgstr "Клавиша Delete "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-02-08 19:46:34 +04:00
msgid "Home"
msgstr "Клавиша Home "
1998-05-07 00:04:08 +04:00
2014-02-08 19:46:34 +04:00
msgid "End key"
msgstr "Клавиша End "
2012-03-19 19:55:19 +04:00
2014-02-08 19:46:34 +04:00
msgid "Page Up"
msgstr "Клавиша Page Up "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-02-08 19:46:34 +04:00
msgid "Page Down"
msgstr "Клавиша Page Down"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-02-08 19:46:34 +04:00
msgid "/ on keypad"
2010-01-31 12:48:41 +03:00
msgstr "/ доп.клавиатуры "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "* on keypad"
msgstr "* доп.клавиатуры "
2002-12-26 18:09:51 +03:00
2014-02-08 19:46:34 +04:00
msgid "- on keypad"
msgstr "- доп.клавиатуры "
msgid "+ on keypad"
msgstr "+ доп.клавиатуры "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Left arrow keypad"
msgstr "Left доп.клавиатуры"
1998-05-07 00:04:08 +04:00
2010-01-31 12:48:41 +03:00
msgid "Right arrow keypad"
msgstr "Right доп.клавиатуры"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Up arrow keypad"
msgstr "Up доп.клавиатуры"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Down arrow keypad"
msgstr "Down доп.клавиатуры"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Home on keypad"
msgstr "Home доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2010-01-31 12:48:41 +03:00
msgid "End on keypad"
msgstr "End доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2010-01-31 12:48:41 +03:00
msgid "Page Down keypad"
msgstr "Page Down доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2010-01-31 12:48:41 +03:00
msgid "Page Up keypad"
msgstr "Page Up доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2010-01-31 12:48:41 +03:00
msgid "Insert on keypad"
msgstr "Insert доп.клавиатуры"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Delete on keypad"
msgstr "Delete доп.клавиатуры"
2005-07-25 19:31:17 +04:00
2010-01-31 12:48:41 +03:00
msgid "Enter on keypad"
msgstr "Enter доп.клавиатуры"
2005-07-25 19:31:17 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 21"
msgstr "Функциональная 21"
1998-09-29 00:41:28 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 22"
msgstr "Функциональная 22"
1998-09-29 00:41:28 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 23"
msgstr "Функциональная 23"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Function key 24"
msgstr "Функциональная 24"
1999-08-30 16:13:02 +04:00
2010-09-06 21:00:03 +04:00
msgid "A1 key"
msgstr "Клавиша A1"
msgid "C1 key"
msgstr "Клавиша C1"
2014-02-08 19:46:34 +04:00
msgid "Asterisk"
msgstr "Звёздочка"
1999-10-05 10:50:52 +04:00
2010-01-31 12:48:41 +03:00
msgid "Minus"
msgstr "Минус"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-02-08 19:46:34 +04:00
msgid "Plus"
msgstr "Плюс"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Dot"
msgstr "Точка"
1999-10-05 10:50:52 +04:00
2010-01-31 12:48:41 +03:00
msgid "Less than"
msgstr "Меньше"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Great than"
msgstr "Больше"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Equal"
msgstr "Равно"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Comma"
msgstr "Запятая"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Apostrophe"
msgstr "Апостроф"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Colon"
msgstr "Двоеточие"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-12-10 13:13:23 +03:00
msgid "Semicolon"
2015-02-26 09:47:12 +03:00
msgstr "Точка с запятой"
2014-12-10 13:13:23 +03:00
2010-01-31 12:48:41 +03:00
msgid "Exclamation mark"
2012-07-18 14:24:25 +04:00
msgstr "Exclamation mark"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Question mark"
msgstr "Вопросительный знак"
2003-06-22 13:45:54 +04:00
2010-01-31 12:48:41 +03:00
msgid "Ampersand"
msgstr "Амперсанд"
2003-06-22 13:45:54 +04:00
2010-01-31 12:48:41 +03:00
msgid "Dollar sign"
msgstr "Знак доллара"
2003-06-22 13:45:54 +04:00
2010-01-31 12:48:41 +03:00
msgid "Quotation mark"
msgstr "Знак цитирования"
2003-06-22 13:45:54 +04:00
2011-10-19 14:36:11 +04:00
msgid "Percent sign"
msgstr "Знак процента"
2010-01-31 12:48:41 +03:00
msgid "Caret"
msgstr "Каретка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Tilda"
msgstr "Тильда"
2000-05-15 23:12:55 +04:00
2010-01-31 12:48:41 +03:00
msgid "Prime"
msgstr "Обратный апостроф"
2000-05-15 23:12:55 +04:00
2010-01-31 12:48:41 +03:00
msgid "Underline"
msgstr "Подчёркивание"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Understrike"
msgstr "Подчёркивание"
2000-05-15 23:12:55 +04:00
2010-01-31 12:48:41 +03:00
msgid "Pipe"
msgstr "Прямая черта"
1999-04-29 17:07:52 +04:00
2010-07-05 21:49:54 +04:00
msgid "Left parenthesis"
2010-06-22 21:54:11 +04:00
msgstr "Левая скобка"
2010-07-05 21:49:54 +04:00
msgid "Right parenthesis"
2010-06-22 21:54:11 +04:00
msgstr "Правая скобка"
msgid "Left bracket"
msgstr "Левая квадратная скобка"
msgid "Right bracket"
msgstr "Правая квадратная скобка"
msgid "Left brace"
msgstr "Левая фигурная скобка"
msgid "Right brace"
msgstr "Правая фигурная скобка"
2010-01-31 12:48:41 +03:00
msgid "Enter"
msgstr "Ввод"
1999-04-29 17:07:52 +04:00
2010-01-31 12:48:41 +03:00
msgid "Tab key"
msgstr "Клавиша TAB"
1999-04-29 17:07:52 +04:00
2010-01-31 12:48:41 +03:00
msgid "Space key"
msgstr "Пробел"
1999-04-29 17:07:52 +04:00
2010-01-31 12:48:41 +03:00
msgid "Slash key"
msgstr "Знак деления (слэш)"
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Backslash key"
msgstr "Клавиша Backspace"
2002-12-26 18:09:51 +03:00
2010-01-31 12:48:41 +03:00
msgid "Number sign #"
msgstr "Знак номера"
2002-12-26 18:09:51 +03:00
2010-11-29 00:58:10 +03:00
#. TRANSLATORS: Please translate as in "at sign" (@).
msgid "At sign"
2010-12-09 13:42:39 +03:00
msgstr "Знак \"собака\""
2010-11-29 00:58:10 +03:00
2010-01-31 12:48:41 +03:00
msgid "Ctrl"
msgstr "Ctrl"
2009-06-27 10:13:32 +04:00
2010-01-31 12:48:41 +03:00
msgid "Alt"
msgstr "Alt"
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Shift"
msgstr "Shift"
2009-10-01 03:50:39 +04:00
2011-10-19 14:36:11 +04:00
msgid "The TERM environment variable is unset!\n"
msgstr "Переменная среды TERM не определена!\n"
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
"Screen size %dx%d is not supported.\n"
"Check the TERM environment variable.\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Размер экрана %dx%d не поддерживается.\n"
"Проверьте переменную окружения TERM.\n"
2014-09-09 14:44:44 +04:00
msgid "Cannot create pipe descriptor"
msgstr ""
msgid "Cannot parse command for pipe"
msgstr ""
msgid "Cannot create pipe streams"
msgstr ""
#, c-format
msgid ""
"Unexpected error in select() reading data from a child process:\n"
"%s"
msgstr ""
#, c-format
msgid ""
"Unexpected error in waitpid():\n"
"%s"
msgstr ""
2010-01-31 12:48:41 +03:00
msgid "Warning"
msgstr "Предупреждение"
2009-10-01 03:50:39 +04:00
2010-06-07 23:17:41 +04:00
msgid "Pipe failed"
msgstr "Сбой канала"
2009-10-01 03:50:39 +04:00
2010-06-07 23:17:41 +04:00
msgid "Dup failed"
msgstr "Сбой дублирования дескриптора"
2009-12-25 20:13:09 +03:00
2010-05-05 23:34:59 +04:00
msgid "Error dup'ing old error pipe"
2010-12-09 11:35:43 +03:00
msgstr "Ошибка дублирования старого канала ошибок"
2010-05-05 23:34:59 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid "Directory cache expired for %s"
msgstr "Кэш каталога устарел для %s"
1999-02-18 11:05:36 +03:00
2011-02-04 11:24:42 +03:00
msgid "bytes transferred"
2011-09-09 17:26:48 +04:00
msgstr "переданных байт"
1999-02-18 11:05:36 +03:00
2010-11-29 00:58:10 +03:00
msgid "Starting linear transfer..."
msgstr "Запуск линейной передачи..."
2010-01-31 12:48:41 +03:00
msgid "Getting file"
msgstr "Получение файла"
2009-06-27 10:13:32 +04:00
2011-07-09 20:21:38 +04:00
msgid "Changes to file lost"
msgstr "Изменения для файла потеряны"
2009-10-01 03:50:39 +04:00
2012-03-19 19:55:19 +04:00
#, c-format
msgid "%s is not a directory\n"
msgstr "%s не является каталогом\n"
#, c-format
msgid "Directory %s is not owned by you\n"
msgstr "Вы не владеете каталогом %s\n"
#, c-format
msgid "Cannot set correct permissions for directory %s\n"
msgstr "Невозможно установить правильные права доступа к каталогу %s\n"
#, c-format
msgid "Cannot create temporary directory %s: %s\n"
msgstr "Невозможно создать временный каталог %s: %s\n"
#, c-format
msgid "Temporary files will be created in %s\n"
msgstr "Временные файлы будут создаваться в каталоге %s\n"
#, c-format
msgid "Temporary files will not be created\n"
msgstr "Временные файлы не будут создаваться\n"
#, c-format
msgid "Press any key to continue..."
msgstr "Для продолжения нажмите любую клавишу..."
2011-07-09 20:21:38 +04:00
msgid "Cannot parse:"
msgstr "Невозможно проанализировать:"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "More parsing errors will be ignored."
msgstr "Остальные ошибки анализа будут проигнорированы."
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Internal error:"
msgstr "Внутренняя ошибка:"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Password:"
msgstr "Пароль:"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Screens"
msgstr "Экраны"
2010-07-05 21:49:54 +04:00
2011-07-09 20:21:38 +04:00
msgid "History"
msgstr "История"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: no need to translate 'DialogTitle', it's just a context prefix
msgid "DialogTitle|History cleanup"
msgstr "Очистка истории"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Do you want clean this history?"
msgstr "Желаете очистить историю?"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Yes"
msgstr "&Да"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&No"
msgstr "&Нет"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "&OK"
msgstr "&Дальше"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Cancel"
msgstr "&Прервать"
1999-02-18 11:05:36 +03:00
2012-11-19 21:49:38 +04:00
msgid "Background process:"
msgstr "Фоновый процесс:"
2010-12-09 13:42:39 +03:00
2011-07-09 20:21:38 +04:00
msgid "Error"
msgstr "Ошибка"
2009-06-27 10:13:32 +04:00
2014-07-22 14:44:16 +04:00
#, c-format
msgid "%d: %s"
msgstr "%d: %s"
msgid "&Abort"
msgstr "&Прервать"
2011-07-09 20:21:38 +04:00
msgid "Displays the current version"
msgstr "Показать текущую версию"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Print data directory"
msgstr "Распечатать имя каталога для данных"
2009-06-27 10:13:32 +04:00
2011-07-09 20:21:38 +04:00
msgid "Print extended info about used data directories"
2012-07-18 14:24:25 +04:00
msgstr "Показ расширенной информации о б используемых каталогах"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Print configure options"
2011-09-11 10:40:32 +04:00
msgstr "Распечатать параметры конфигурации"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Print last working directory to specified file"
msgstr "Записать последний рабочий каталог в указанный файл"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Enables subshell support (default)"
msgstr "Включить поддержку встроенной командной оболочки (по умолчанию)"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Disables subshell support"
msgstr "Отключить поддержку встроенной командной оболочки"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Log ftp dialog to specified file"
msgstr "Записывать диалог с FTP в заданный файл"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Set debug level"
msgstr "Установить уровень отладки"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Launches the file viewer on a file"
msgstr "Просматривать файл"
1999-02-18 11:05:36 +03:00
2012-07-18 14:24:25 +04:00
msgid "Edit files"
msgstr "Редактировать файлы"
2009-10-30 12:03:50 +03:00
2011-07-09 20:21:38 +04:00
msgid "Forces xterm features"
msgstr "Подразумевать свойства xterm"
2009-10-30 12:03:50 +03:00
2011-12-27 22:31:22 +04:00
msgid "Disable X11 support"
2012-04-10 15:14:59 +04:00
msgstr "Отключить поддержку X11"
2011-12-27 22:31:22 +04:00
2011-10-19 14:36:11 +04:00
msgid "Tries to use an old highlight mouse tracking"
msgstr "Пытаться использовать старый способ трэкинга мыши"
2011-07-09 20:21:38 +04:00
msgid "Disable mouse support in text version"
msgstr "Отключить поддержку мыши в текстовой версии"
2009-10-30 12:03:50 +03:00
2011-07-09 20:21:38 +04:00
msgid "Tries to use termcap instead of terminfo"
msgstr "Пытаться использовать termcap вместо terminfo"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "To run on slow terminals"
msgstr "Подразумевать медленный терминал"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Use stickchars to draw"
msgstr "Использовать псевдографику для рисования"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Resets soft keys on HP terminals"
msgstr "Сбросить программные клавиши на терминалах HP"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Load definitions of key bindings from specified file"
msgstr "Чтение определений привязок клавиш из указанного файла"
2003-06-22 13:45:54 +04:00
2011-07-09 20:21:38 +04:00
msgid "Don't load definitions of key bindings from file, use defaults"
2015-02-26 09:47:12 +03:00
msgstr "Н е загружать привязки клавиш из файла, использовать привязки по умолчанию"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Requests to run in black and white"
msgstr "Принудительно установить черно-белый режим"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Request to run in color mode"
msgstr "Принудительно установить цветной режим"
1999-02-18 11:05:36 +03:00
2011-07-09 20:21:38 +04:00
msgid "Specifies a color configuration"
msgstr "Определить настройки цветов"
2009-06-27 10:13:32 +04:00
2011-07-09 20:21:38 +04:00
msgid "Show mc with specified skin"
msgstr "Отобразить mc с указанным скином"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: don't translate keywords
2010-01-31 12:48:41 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"--colors KEYWORD={FORE},{BACK},{ATTR}:KEYWORD2=...\n"
"\n"
"{FORE}, {BACK} and {ATTR} can be omitted, and the default will be used\n"
"\n"
" Keywords:\n"
" Global: errors, disabled, reverse, gauge, header\n"
" input, inputmark, inputunchanged, commandlinemark\n"
" bbarhotkey, bbarbutton, statusbar\n"
" File display: normal, selected, marked, markselect\n"
" Dialog boxes: dnormal, dfocus, dhotnormal, dhotfocus, errdhotnormal,\n"
" errdhotfocus\n"
" Menus: menunormal, menuhot, menusel, menuhotsel, menuinactive\n"
" Popup menus: pmenunormal, pmenusel, pmenutitle\n"
" Editor: editnormal, editbold, editmarked, editwhitespace,\n"
2012-07-18 14:24:25 +04:00
" editlinestate, editbg, editframe, editframeactive\n"
" editframedrag\n"
2014-07-22 14:44:16 +04:00
" Viewer: viewnormal,viewbold, viewunderline, viewselected\n"
2011-07-09 20:21:38 +04:00
" Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"--colors К ЛЮЧЕ В О Е _С ЛО В О ={Т Е К С Т },{ФОН},{АТРИБУТ}:К ЛЮЧЕ В О Е _С ЛО В О 2=...\n"
"\n"
2015-02-26 09:47:12 +03:00
"{Т Е К С Т }, {ФОН} и {АТРИБУТ} можно опустить, чтобы использовать значения по умолчанию\n"
2012-11-19 21:49:38 +04:00
"\n"
"Ключевые слова:\n"
" Общие: errors, disabled, reverse, gauge, header\n"
" input, inputmark, inputunchanged, commandlinemark\n"
" bbarhotkey, bbarbutton, statusbar\n"
" Отображение файлов: normal, selected, marked, markselect\n"
2015-02-26 09:47:12 +03:00
" Диалоги: dnormal, dfocus, dhotnormal, dhotfocus, errdhotnormal,\n"
2012-11-19 21:49:38 +04:00
" errdhotfocus\n"
2015-02-26 09:47:12 +03:00
" Меню: menunormal, menuhot, menusel, menuhotsel, menuinactive\n"
2012-11-19 21:49:38 +04:00
" Всплывающие меню: pmenunormal, pmenusel, pmenutitle\n"
" Редактор: editnormal, editbold, editmarked, editwhitespace,\n"
" editlinestate, editbg, editframe, editframeactive\n"
" editframedrag\n"
2014-07-22 14:44:16 +04:00
" Просмотрщик: viewnormal, viewbold, viewunderline, viewselected\n"
2015-02-26 09:47:12 +03:00
" Справка: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
2010-02-24 14:17:00 +03:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: don't translate color names and attributes
2010-01-31 12:48:41 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"Standard Colors:\n"
" black, gray, red, brightred, green, brightgreen, brown,\n"
" yellow, blue, brightblue, magenta, brightmagenta, cyan,\n"
" brightcyan, lightgray and white\n"
"\n"
"Extended colors, when 256 colors are available:\n"
" color16 to color255, or rgb000 to rgb555 and gray0 to gray23\n"
"\n"
"Attributes:\n"
2015-02-17 15:25:57 +03:00
" bold, italic, underline, reverse, blink; append more with '+'\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Стандартные цвета:\n"
" black, gray, red, brightred, green, brightgreen, brown,\n"
" yellow, blue, brightblue, magenta, brightmagenta, cyan,\n"
" brightcyan, lightgray, white\n"
"\n"
"Расширенные цвета, если доступны 256 цветов:\n"
" от color16 до color255 или от rgb000 до rgb555 и от gray0 до gray23\n"
"\n"
"Атрибуты:\n"
2015-02-26 09:47:12 +03:00
" bold, italic, underline, reverse, blink; несколько атрибутов объединяются знаком \"+\"\n"
2011-07-09 20:21:38 +04:00
msgid "Color options"
msgstr "Цветовые настройки"
msgid "+number"
msgstr "+число"
msgid "[this_dir] [other_panel_dir]"
msgstr "[это т_ка та ло г ] [ка та ло г _др у г о й_па не ли]"
msgid "Set initial line number for the internal editor"
msgstr "Задать начальную строку для встроенного редактора"
1999-08-30 16:13:02 +04:00
2010-01-31 12:48:41 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"\n"
2013-05-26 10:11:06 +04:00
"Please send any bug reports (including the output of 'mc -V')\n"
2011-07-09 20:21:38 +04:00
"as tickets at www.midnight-commander.org\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"\n"
"Пожалуйста, посылайте любые сообщения о б ошибках (включая вывод \"mc -V\")\n"
"как тикеты на www.midnight-commander.org\n"
1999-08-30 16:13:02 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "GNU Midnight Commander %s\n"
msgstr "GNU Midnight Commander, версия %s\n"
2004-12-02 11:26:55 +03:00
2011-07-09 20:21:38 +04:00
msgid "Main options"
msgstr "Основные настройки"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "Terminal options"
msgstr "Настройки терминала"
1999-08-30 16:13:02 +04:00
2012-03-19 19:55:19 +04:00
msgid "Arguments parse error!"
2012-04-22 15:03:36 +04:00
msgstr "Аргументы вызывают ошибку!"
2012-03-19 19:55:19 +04:00
msgid "No arguments given to the viewer."
msgstr "Н е заданы аргументы для программы просмотра."
msgid "Two files are required to evoke the diffviewer."
msgstr "Требуются два файла для программы сравнения."
2015-02-26 09:47:12 +03:00
msgid "Background protocol error"
msgstr "Ошибка фонового протокола"
msgid "Reading failed"
msgstr "Сбой чтения"
2011-07-09 20:21:38 +04:00
msgid "Background process error"
msgstr "Ошибка фонового процесса"
2009-10-30 12:03:50 +03:00
2011-07-09 20:21:38 +04:00
msgid "Unknown error in child"
msgstr "Неизвестная ошибка в дочернем процессе"
2009-10-30 12:03:50 +03:00
2011-07-09 20:21:38 +04:00
msgid "Child died unexpectedly"
msgstr "Дочерний процесс неожиданно завершился"
1999-08-30 16:13:02 +04:00
2002-12-16 09:44:14 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"Background process sent us a request for more arguments\n"
"than we can handle."
2012-11-19 21:49:38 +04:00
msgstr ""
"Фоновый процесс запрашивает больше аргументов,\n"
"чем мы можем контролировать."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Dismiss"
msgstr "&Закрыть"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Enter search string:"
msgstr "Введите строку для поиска:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Cas&e sensitive"
msgstr "У &чёт регистра"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Backwards"
msgstr "&Назад"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Whole words"
msgstr "&Слово целиком"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "&All charsets"
msgstr "&В с е кодировки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Search"
msgstr "Поиск"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Search is disabled"
msgstr "Поиск запрещён"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
1998-12-17 11:28:05 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid ""
"Cannot create temporary diff file\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать временный файл различий\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
1998-12-17 11:28:05 +03:00
#, c-format
msgid ""
2011-07-09 20:21:38 +04:00
"Cannot create backup file\n"
"%s%s\n"
2010-06-07 23:17:41 +04:00
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать файл с резервной копией\n"
"%s%s\n"
"%s"
2010-01-31 12:48:41 +03:00
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
#, c-format
msgid ""
2011-07-09 20:21:38 +04:00
"Cannot create temporary merge file\n"
2010-06-07 23:17:41 +04:00
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать временный файл слияния\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Fastest (Assume large files)"
msgstr "Б&ыстрый (для больших файлов)"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Minimal (Find a smaller set of change)"
msgstr "&Минимальный (искать меньшее число различий)"
2010-06-07 23:17:41 +04:00
2012-11-19 21:49:38 +04:00
msgid "Diff algorithm"
msgstr "Алгоритм сравнения"
2010-01-31 12:48:41 +03:00
2012-11-19 21:49:38 +04:00
msgid "Diff extra options"
msgstr "Прочие настройки"
2010-11-29 00:58:10 +03:00
2012-11-19 21:49:38 +04:00
msgid "&Ignore case"
msgstr "Игнорировать &регистр"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Ignore tab &expansion"
msgstr "Игнорировать &табуляции"
2010-01-31 12:48:41 +03:00
2012-11-19 21:49:38 +04:00
msgid "Ignore &space change"
msgstr "&Игнорировать изменения в пробелах"
2010-01-31 12:48:41 +03:00
2012-11-19 21:49:38 +04:00
msgid "Ignore all &whitespace"
msgstr "И&гнорировать все пробелы"
2010-01-31 12:48:41 +03:00
2012-11-19 21:49:38 +04:00
msgid "Strip &trailing carriage return"
msgstr "Н е &учитывать переводы строк"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Diff Options"
msgstr "Настройки сравнения"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Edit"
msgstr "&Правка"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Edit is disabled"
msgstr "Правка запрещена"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Goto line (left)"
msgstr "Перейти к строке (слева)"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Goto line (right)"
msgstr "Перейти к строке (справа)"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Enter line:"
msgstr "Введите номер строки:"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Help"
msgstr "Помощь"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Save"
msgstr "Сохранить"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Edit"
msgstr "Правка"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Merge"
msgstr "Слияние"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Search"
msgstr "Поиск"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Options"
msgstr "Настройки"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Quit"
msgstr "Выход"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Quit"
msgstr "Выход"
2009-10-01 03:50:39 +04:00
2012-09-03 10:11:08 +04:00
msgid "File(s) was modified. Save with exit?"
2012-09-10 15:41:24 +04:00
msgstr "Файл(ы) был(и) изменен(ы). Сохранить при выходе?"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid ""
"Midnight Commander is being shut down.\n"
2012-09-03 10:11:08 +04:00
"Save modified file(s)?"
2012-11-19 21:49:38 +04:00
msgstr ""
"Midnight Commander завершается.\n"
"Сохранить изменённый(е ) файл(ы)?"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Diff:"
msgstr "Различия:"
2009-10-01 03:50:39 +04:00
2012-07-18 14:24:25 +04:00
#, c-format
msgid "\"%s\" is a directory"
msgstr "\"%s\" является каталогом"
#, c-format
msgid ""
"Cannot stat \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства \"%s\"\n"
"%s"
2012-07-18 14:24:25 +04:00
msgid "Diff viewer: invalid mode"
msgstr "Неверный режим запуска программы сравнения файлов"
2011-07-09 20:21:38 +04:00
msgid "Two files are needed to compare"
msgstr "Для сравнения необходимы два файла"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Choose syntax highlighting"
msgstr "Выбор цветовыделения синтаксиса"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "< Auto >"
msgstr "< Автоматически >"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "< Reload Current Syntax >"
msgstr "Перезагрузить текущее цветовыделение"
2009-10-01 03:50:39 +04:00
2014-07-22 14:44:16 +04:00
#, c-format
msgid "Loading: %3d%%"
msgstr "Загрузка: %3d%%"
msgid "Loading..."
msgstr "Загрузка..."
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot open %s for reading"
msgstr "Невозможно открыть файл %s для чтения"
2009-10-01 03:50:39 +04:00
2014-07-22 14:44:16 +04:00
msgid "Load file"
msgstr "Загрузка файла"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Error reading %s"
msgstr "Ошибка чтения %s:"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot get size/permissions for %s"
msgstr "Невозможно получить размер/права доступа для файла %s"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "\"%s\" is not a regular file"
msgstr "\"%s\" не является обычным файлом"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2013-07-05 09:16:42 +04:00
msgid ""
"File \"%s\" is too large.\n"
"Open it anyway?"
msgstr ""
"Файл \"%s\" слишком большой.\n"
"Всё равно открыть?"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Error reading from pipe: %s"
msgstr "Ошибка чтения из канала: %s"
2009-10-01 03:50:39 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Cannot open pipe for reading: %s"
msgstr "Невозможно открыть канал для чтения: %s"
2009-10-01 03:50:39 +04:00
2014-07-22 14:44:16 +04:00
#, c-format
msgid "Searching %s: %3d%%"
msgstr "Ищем %s: %3d%%"
#, c-format
msgid "Searching %s"
msgstr "Ищем %s"
2011-07-09 20:21:38 +04:00
msgid "File has hard-links. Detach before saving?"
msgstr "Файл имеет жесткие ссылки. Отсоединить перед сохранением?"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "The file has been modified in the meantime. Save anyway?"
msgstr "Файл был изменен внешней программой. Сохранить поверх?"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Error writing to pipe: %s"
msgstr "Ошибка записи в канал: %s"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot open pipe for writing: %s"
msgstr "Невозможно открыть канал для записи: %s"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot open file for writing: %s"
msgstr "Невозможно открыть файл для записи: %s"
2009-10-01 03:50:39 +04:00
2014-02-28 13:32:30 +04:00
msgid "The file you are saving does not end with a newline."
2011-07-09 20:21:38 +04:00
msgstr "Сохраняемый файл не имеет символа перевода строки в конце файла"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "C&ontinue"
msgstr "П&родолжить"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Do not change"
msgstr "&Н е изменять"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Unix format (LF)"
msgstr "Формат &UNIX (LF)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Windows/DOS format (CR LF)"
msgstr "Формат &Windows/DOS (CR LF)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Macintosh format (CR)"
msgstr "Формат &Macintosh (CR)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Enter file name:"
msgstr "Введите имя файла:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Change line breaks to:"
msgstr "Изменить окончания строк на:"
2010-11-29 00:58:10 +03:00
msgid "Save As"
msgstr "Сохранить как"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Block is large, you may not be able to undo this action"
msgstr "Блок слишком велик, вам может не удаться отменить эту операцию."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-07-22 14:44:16 +04:00
msgid "Collect completions"
msgstr "Поиск дополнений"
2010-11-29 00:58:10 +03:00
msgid "&Quick save"
msgstr "&Быстрое сохранение"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Safe save"
msgstr "Бе&зопасное сохранение"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Do backups with following extension:"
msgstr "Д&елать резервные копии с расширением:"
2002-09-11 12:13:23 +04:00
2010-11-29 00:58:10 +03:00
msgid "Check &POSIX new line"
msgstr "П&роверка перевода строки в конце файла"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Edit Save Mode"
msgstr "Режим сохранения"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-07-18 14:24:25 +04:00
msgid "Save as"
msgstr "Сохранить как"
msgid "Cannot save: destination is not a regular file"
msgstr "Невозможно сохранить файл: файл назначения не является обычным файлом"
2010-11-29 00:58:10 +03:00
msgid "A file already exists with this name"
msgstr "Файл с таким именем уже существует"
2010-02-09 13:07:29 +03:00
2010-11-29 00:58:10 +03:00
msgid "&Overwrite"
msgstr "Пе&реписать"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cannot save file"
msgstr "Невозможно сохранить файл"
2010-09-06 21:00:03 +04:00
2011-07-09 20:21:38 +04:00
msgid "Delete macro"
msgstr "Удалить макрос"
msgid "Press macro hotkey:"
msgstr "Нажмите горячую клавишу для макроса:"
msgid "Macro not deleted"
2011-09-11 10:40:32 +04:00
msgstr "Макрос не удалён"
2011-07-09 20:21:38 +04:00
2010-11-29 00:58:10 +03:00
msgid "Save macro"
msgstr "Сохранить макрос"
1999-10-05 10:50:52 +04:00
2010-11-29 00:58:10 +03:00
msgid "Press the macro's new hotkey:"
msgstr "Нажмите новую клавишу макроса:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Repeat last commands"
2011-09-11 10:40:32 +04:00
msgstr "Повторить последние команды"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Repeat times:"
2011-09-09 17:26:48 +04:00
msgstr "Количество повторов:"
1999-08-30 16:13:02 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Confirm save file: \"%s\""
msgstr "Подтверждаете запись файла \"%s\"?"
1998-12-17 11:28:05 +03:00
2010-11-29 00:58:10 +03:00
msgid "Save file"
msgstr "Сохранить файл"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Save"
msgstr "&Сохранить"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Load"
msgstr "Загрузить"
2009-06-27 10:13:32 +04:00
2012-07-18 14:24:25 +04:00
msgid "Syntax file edit"
msgstr "Редактирование файла синтаксиса"
msgid "Which syntax file you want to edit?"
msgstr "Какой файл синтаксиса Вы хотите редактировать?"
msgid "&User"
msgstr "&Пользовательский"
msgid "&System wide"
msgstr "&Общесистемный"
msgid "Menu edit"
msgstr "Редактирование файла меню"
msgid "Which menu file do you want to edit?"
msgstr "Какой файл меню Вы хотите редактировать?"
msgid "&Local"
msgstr "&Местный"
2010-11-29 00:58:10 +03:00
msgid "Replace"
2010-12-13 13:36:38 +03:00
msgstr "Заменить"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "%ld replacements made"
msgstr "Осуществлено подстановок: %ld"
2009-10-01 03:50:39 +04:00
2012-07-18 14:24:25 +04:00
msgid "[NoName]"
msgstr "[Без имени]"
#, c-format
msgid ""
"File %s was modified.\n"
"Save before close?"
2012-11-19 21:49:38 +04:00
msgstr ""
"Файл %s был изменён.\n"
"Сохранить при выходе?"
2012-07-18 14:24:25 +04:00
msgid "Close file"
msgstr "Закрытие файла"
#, c-format
msgid ""
"Midnight Commander is being shut down.\n"
"Save modified file %s?"
2012-11-19 21:49:38 +04:00
msgstr ""
"Midnight Commander завершается.\n"
"Сохранить изменённый файл %s?"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "This function is not implemented"
msgstr "Эта функция не реализована"
2004-12-02 11:26:55 +03:00
2010-11-29 00:58:10 +03:00
msgid "Copy to clipboard"
msgstr "Копировать в буфер"
1998-04-08 22:50:24 +04:00
2010-11-29 00:58:10 +03:00
msgid "Unable to save to file"
msgstr "Невозможно сохранить в файл"
1998-04-08 22:50:24 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cut to clipboard"
msgstr "Вырезать в буфер"
2002-12-01 09:55:30 +03:00
2010-11-29 00:58:10 +03:00
msgid "Goto line"
msgstr "Перейти к строке"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "Save block"
msgstr "Сохранить блок"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "Insert file"
msgstr "Вставить файл"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "Cannot insert file"
msgstr "Невозможно вставить файл"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "Sort block"
msgstr "Сортировать блок"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "You must first highlight a block of text"
msgstr "Вы должны сначала выделить блок текста"
2009-09-30 17:52:25 +04:00
2010-11-29 00:58:10 +03:00
msgid "Run sort"
msgstr "Выполнить сортировку"
2009-09-14 17:36:19 +04:00
2010-11-29 00:58:10 +03:00
msgid "Enter sort options (see manpage) separated by whitespace:"
msgstr "Введите параметры сортировки (man sort(1)), разделенные пробелами:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Sort"
msgstr "Сортировка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cannot execute sort command"
msgstr "Невозможно выполнить команду sort"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Sort returned non-zero: %s"
msgstr "Сортировка вернула ненулевой код: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Paste output of external command"
msgstr "Вставить вывод внешней команды"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Enter shell command(s):"
msgstr "Введите команду оболочки:"
1998-12-17 11:28:05 +03:00
2010-11-29 00:58:10 +03:00
msgid "External command"
msgstr "Внешняя команда"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cannot execute command"
msgstr "Невозможно выполнить команду"
2002-09-19 11:06:10 +04:00
2012-11-19 21:49:38 +04:00
msgid "mail -s <subject> -c <cc> <to>"
msgstr "mail -s <Тема> -c <Копии> <Кому>"
2001-06-07 09:06:55 +04:00
2010-11-29 00:58:10 +03:00
msgid "To"
msgstr "Кому"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Subject"
msgstr "Тема"
msgid "Copies to"
msgstr "Отправить копии адресатам"
2002-09-11 12:13:23 +04:00
2010-11-29 00:58:10 +03:00
msgid "Mail"
msgstr "Почта"
1998-12-17 11:28:05 +03:00
2010-11-29 00:58:10 +03:00
msgid "Insert literal"
msgstr "Вставить литерал"
2002-08-20 05:18:23 +04:00
2010-11-29 00:58:10 +03:00
msgid "Press any key:"
msgstr "Нажмите любую клавишу:"
1999-08-30 16:13:02 +04:00
1998-12-17 11:28:05 +03:00
msgid ""
2012-07-18 14:24:25 +04:00
"Current text was modified without a file save.\n"
2010-11-29 00:58:10 +03:00
"Continue discards these changes"
2012-11-19 21:49:38 +04:00
msgstr ""
2015-02-18 11:39:53 +03:00
"Текущий текст был изменён и не сохранён.\n"
2013-06-16 16:27:19 +04:00
"Продолжение операции приведёт к потере изменений."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "In se&lection"
2012-04-10 15:14:59 +04:00
msgstr "В в&ыделенном"
1998-12-17 11:28:05 +03:00
2010-11-29 00:58:10 +03:00
msgid "&Find all"
msgstr "Н а &йти всё"
2012-11-19 21:49:38 +04:00
msgid "Enter replacement string:"
msgstr "Введите текст для замены:"
2009-01-06 14:53:58 +03:00
2012-11-19 21:49:38 +04:00
msgid "Replace with:"
msgstr "Заменить на:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Replace"
msgstr "&Заменить"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "A&ll"
msgstr "&В с е "
2003-04-02 23:39:22 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Skip"
msgstr "П&ропустить"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confirm replace"
msgstr "Подтвердить замену"
2010-04-28 17:04:29 +04:00
2012-11-19 21:49:38 +04:00
msgid "Cancel"
msgstr "Прервать"
msgid ""
"Current text was modified without a file save.\n"
"Continue discards these changes."
msgstr ""
2015-02-18 11:39:53 +03:00
"Текущий текст был изменён и не сохранён.\n"
2013-06-16 16:27:19 +04:00
"Продолжение операции приведёт к потере изменений"
2012-11-19 21:49:38 +04:00
2012-08-27 12:26:45 +04:00
msgid "NoName"
msgstr "Без имени"
2010-11-29 00:58:10 +03:00
msgid "&Open file..."
msgstr "&Открыть файл..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&New"
msgstr "&Новый"
2010-04-28 17:04:29 +04:00
2012-07-18 14:24:25 +04:00
msgid "&Close"
msgstr "&Закрыть"
2010-11-29 00:58:10 +03:00
msgid "Save &as..."
msgstr "Сохранить &как..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Insert file..."
msgstr "&Вставить файл..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cop&y to file..."
msgstr "&Копировать в файл..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&User menu..."
msgstr "&Меню пользователя..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "A&bout..."
msgstr "О &программе..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Quit"
msgstr "&Выход"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Undo"
msgstr "&Отмена"
2010-04-28 17:04:29 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Redo"
2011-09-11 10:40:32 +04:00
msgstr "В &ернуть"
2011-07-09 20:21:38 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Toggle ins/overw"
msgstr "&Режим вставки/замены"
msgid "To&ggle mark"
msgstr "&Переключить в режим пометки"
msgid "&Mark columns"
msgstr "В &ыделить столбцы"
msgid "Mark &all"
msgstr "О &тметить всё"
msgid "Unmar&k"
msgstr "Сн&ять отметку"
msgid "Cop&y"
msgstr "&Копировать блок"
msgid "Mo&ve"
msgstr "Пере&местить блок"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Delete"
msgstr "&Удалить"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Co&py to clipfile"
msgstr "Коп&ировать в файл буфера обмена"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Cut to clipfile"
msgstr "Выре&зать в файл буфера обмена"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Pa&ste from clipfile"
msgstr "&Вставить из файла буфера обмена"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Beginning"
msgstr "&Начало файла"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&End"
msgstr "Коне&ц файла"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Search..."
msgstr "&Поиск..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Search &again"
msgstr "П&родолжить поиск"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Replace..."
msgstr "&Заменить..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Toggle bookmark"
msgstr "&Установить/снять закладку"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Next bookmark"
msgstr "&К следующей закладке"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Prev bookmark"
msgstr "К пре&дыдущей закладке"
2010-04-28 17:04:29 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Flush bookmarks"
2011-09-11 10:40:32 +04:00
msgstr "У &брать все закладки"
2010-06-07 23:17:41 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Go to line..."
msgstr "Перейти к &строке..."
2010-06-07 23:17:41 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Toggle line state"
msgstr "Отобразить/скрыть номера с &трок"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Go to matching &bracket"
msgstr "Перейти к парной ско&бке"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Toggle s&yntax highlighting"
msgstr "Включить/выключить подсветку с &интаксиса"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Find declaration"
msgstr "Перейти к опре&делению"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Back from &declaration"
msgstr "Назад к то&чке вызова"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "For&ward to declaration"
msgstr "Впер&ёд к определению"
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "Encod&ing..."
msgstr "Выбор &кодировки..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Refresh screen"
msgstr "Пере&рисовать экран"
2010-04-28 17:04:29 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Start/Stop record macro"
2011-09-11 10:40:32 +04:00
msgstr "&Начать/закончить запись макроса"
2010-06-22 21:54:11 +04:00
2010-11-29 00:58:10 +03:00
msgid "Delete macr&o..."
msgstr "&Удалить макрос..."
2010-04-28 17:04:29 +04:00
2011-07-09 20:21:38 +04:00
msgid "Record/Repeat &actions"
2011-09-11 10:40:32 +04:00
msgstr "Записать/повторить &действия"
2011-07-09 20:21:38 +04:00
2012-07-18 14:24:25 +04:00
msgid "S&pell check"
msgstr "Проверка о р &фографии"
msgid "C&heck word"
msgstr "Про&верить слово"
2012-09-03 10:11:08 +04:00
msgid "Change spelling &language..."
msgstr "Изменить &язык проверки орфографии..."
2010-04-28 17:04:29 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Mail..."
msgstr "&Электронная почта..."
2002-12-16 09:44:14 +03:00
2010-11-29 00:58:10 +03:00
msgid "Insert &literal..."
msgstr "Вставить &литерал..."
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Insert &date/time"
msgstr "Вставить &дату/время"
2003-06-22 13:45:54 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Format paragraph"
msgstr "Форматировать &абзац"
2003-06-22 13:45:54 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Sort..."
msgstr "&Сортировать..."
2010-09-06 21:00:03 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Paste output of..."
msgstr "Вставить в&ывод команды..."
2010-09-06 21:00:03 +04:00
2010-11-29 00:58:10 +03:00
msgid "&External formatter"
msgstr "&Форматировать"
2003-06-22 13:45:54 +04:00
2012-07-18 14:24:25 +04:00
msgid "&Move"
msgstr "Пере&местить"
msgid "&Resize"
msgstr "Изменить &размер"
msgid "&Toggle fullscreen"
msgstr "Окно во весь &экран"
msgid "&Next"
msgstr "&Следующее"
msgid "&Previous"
msgstr "&Предыдущее"
msgid "&List..."
msgstr "&Список окон..."
2010-11-29 00:58:10 +03:00
msgid "&General..."
2010-12-09 13:42:39 +03:00
msgstr "&Общие..."
2000-05-07 14:35:31 +04:00
2010-11-29 00:58:10 +03:00
msgid "Save &mode..."
msgstr "Р е &жим сохранения..."
2010-05-05 23:34:59 +04:00
2010-11-29 00:58:10 +03:00
msgid "Learn &keys..."
msgstr "&Распознавание клавиш..."
2000-05-07 14:35:31 +04:00
2010-11-29 00:58:10 +03:00
msgid "Syntax &highlighting..."
msgstr "&Цветовыделение синтаксиса..."
2000-05-07 14:35:31 +04:00
2010-11-29 00:58:10 +03:00
msgid "S&yntax file"
msgstr "Р е &дактирование файла синтаксиса"
2000-05-07 14:35:31 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Menu file"
msgstr "Файл &меню"
2001-06-07 09:06:55 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Save setup"
msgstr "&Сохранить настройки"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "&File"
msgstr "&Файл"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Edit"
msgstr "&Правка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Search"
msgstr "&Поиск"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Command"
msgstr "&Команда"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "For&mat"
msgstr "Фор&матирование"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-07-18 14:24:25 +04:00
msgid "&Window"
msgstr "&Окна"
2010-11-29 00:58:10 +03:00
msgid "&Options"
msgstr "&Настройки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "&None"
2010-11-29 00:58:10 +03:00
msgstr "Отключен"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Dynamic paragraphing"
2010-11-29 00:58:10 +03:00
msgstr "Динамический"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Type &writer wrap"
2010-11-29 00:58:10 +03:00
msgstr "Автоматический перенос"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Wrap mode"
msgstr "Режим переноса строк"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "Tabulation"
msgstr "Табуляция"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Fake half tabs"
msgstr "&Симулировать неполн.табуляцию"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Backspace through tabs"
msgstr "З а &бой в обход табуляции"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Fill tabs with &spaces"
msgstr "&Заполнять табуляцию пробелами"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "Tab spacing:"
msgstr "Шаг табуляции:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Other options"
msgstr "Прочие настройки"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Return does autoindent"
msgstr "&Автоотступ \"Вводом\""
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confir&m before saving"
msgstr "П&одтверждать запись файла"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Save file &position"
msgstr "С о &хранять позицию в файле"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Visible trailing spaces"
msgstr "Отображать проб&елы"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Visible &tabs"
msgstr "Отображать таб&уляции"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Synta&x highlighting"
msgstr "&Цветовыделение синтаксиса"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-12-24 11:25:04 +04:00
msgid "C&ursor after inserted block"
2012-12-28 13:12:04 +04:00
msgstr "К у р с о р &после вставленного блока"
2012-12-24 11:25:04 +04:00
2012-11-19 21:49:38 +04:00
msgid "Pers&istent selection"
msgstr "Посто&янные блоки"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "Cursor be&yond end of line"
msgstr "&К у р с о р за пределами строки"
msgid "&Group undo"
msgstr "&Групповая отмена"
msgid "Word wrap line length:"
msgstr "Позиция переноса строк:"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Editor options"
msgstr "Настройки редактора"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid ""
"A user friendly text editor\n"
"written for the Midnight Commander."
msgstr ""
"Текстовый редактор с дружественным интерфейсом пользователя.\n"
"Создан для Midnight Commander."
2015-02-26 09:47:12 +03:00
msgid "Copyright (C) 1996-2015 the Free Software Foundation"
msgstr "Copyright (C) 1996-2015 the Free Software Foundation"
2012-11-19 21:49:38 +04:00
2012-07-18 14:24:25 +04:00
msgid "About"
msgstr "О программе"
msgid "Open files"
msgstr "Открытые файлы"
2010-11-29 00:58:10 +03:00
msgid "Edit: "
msgstr "Правка: "
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Mark"
msgstr "Блок"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Replac"
msgstr "Замена"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Copy"
msgstr "Копия"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Move"
msgstr "Переместить"
2002-01-20 23:12:48 +03:00
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Delete"
msgstr "Удалить"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|PullDn"
msgstr "М е нюMC"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2014-07-25 10:39:51 +04:00
msgid "Breton"
msgstr ""
msgid "Czech"
msgstr ""
msgid "Welsh"
msgstr ""
msgid "Danish"
msgstr ""
msgid "German"
msgstr ""
msgid "Greek"
msgstr ""
msgid "English"
msgstr ""
msgid "British English"
msgstr ""
msgid "Canadian English"
msgstr ""
msgid "American English"
msgstr ""
msgid "Esperanto"
msgstr ""
msgid "Spanish"
msgstr ""
msgid "Faroese"
msgstr ""
msgid "French"
msgstr ""
msgid "Italian"
msgstr ""
msgid "Dutch"
msgstr ""
msgid "Norwegian"
msgstr ""
msgid "Polish"
msgstr ""
msgid "Portuguese"
msgstr ""
msgid "Romanian"
msgstr ""
msgid "Russian"
msgstr ""
msgid "Slovak"
msgstr ""
msgid "Swedish"
msgstr ""
msgid "Ukrainian"
msgstr ""
2012-08-27 12:26:45 +04:00
msgid "&Add word"
msgstr "&Добавить"
msgid "Language"
2012-09-10 15:41:24 +04:00
msgstr "Язык"
2012-08-27 12:26:45 +04:00
msgid "Misspelled"
2012-09-10 15:41:24 +04:00
msgstr "Ошибочное слово"
2012-08-27 12:26:45 +04:00
msgid "Check word"
2012-09-10 15:41:24 +04:00
msgstr "Проверка слова"
2012-08-27 12:26:45 +04:00
msgid "Suggest"
2012-09-10 15:41:24 +04:00
msgstr "Варианты"
2012-08-27 12:26:45 +04:00
msgid "Select language"
2012-09-10 15:41:24 +04:00
msgstr "Выбор языка"
2012-08-27 12:26:45 +04:00
2010-11-29 00:58:10 +03:00
msgid "Load syntax file"
msgstr "Загрузить файл синтаксиса"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-06-07 23:17:41 +04:00
#, c-format
2010-11-29 00:58:10 +03:00
msgid ""
"Cannot open file %s\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть файл %s\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Error in file %s on line %d"
msgstr "Ошибка в файле %s в строке %d"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
1998-12-17 11:28:05 +03:00
msgid ""
2010-11-29 00:58:10 +03:00
"The Commander can't change to the directory that\n"
"the subshell claims you are in. Perhaps you have\n"
"deleted your working directory, or given yourself\n"
"extra access permissions with the \"su\" command?"
2012-11-19 21:49:38 +04:00
msgstr ""
"MC не может перейти в каталог, который ему\n"
"сообщил дочерний процесс интерпретатора. Может, вы\n"
"удалили рабочий каталог или дали с е б е дополнительные\n"
"привилегии доступа при помощи команды su?"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2013-03-09 15:51:08 +04:00
#, c-format
msgid "Cannot fetch a local copy of %s"
msgstr "Невозможно получить локальную копию %s"
2010-11-29 00:58:10 +03:00
msgid "The shell is already running a command"
msgstr "Интерпретатор занят выполнением команды"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
2013-05-26 10:11:06 +04:00
msgid "Type 'exit' to return to the Midnight Commander"
2011-09-11 10:40:32 +04:00
msgstr "Введите exit для возврата в Midnight Commander"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Set &all"
msgstr "Уст&ановить всё"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "S&kip"
msgstr "П&ропустить"
2010-01-31 12:48:41 +03:00
2012-11-19 21:49:38 +04:00
msgid "&Set"
msgstr "&Установить"
2010-06-07 23:17:41 +04:00
2010-11-29 00:58:10 +03:00
msgid "owner"
msgstr "хозяин"
1999-08-30 16:13:02 +04:00
2010-11-29 00:58:10 +03:00
msgid "group"
msgstr "группа"
1999-10-05 10:50:52 +04:00
2010-11-29 00:58:10 +03:00
msgid "other"
msgstr "другие"
1999-02-04 09:36:21 +03:00
2010-11-29 00:58:10 +03:00
msgid "Flag"
msgstr "Флаг"
1999-02-04 09:36:21 +03:00
2010-11-29 00:58:10 +03:00
msgid "Chown advanced command"
msgstr "Расширенная команда chown"
1999-02-04 09:36:21 +03:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot chmod \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
2013-06-16 16:27:19 +04:00
"Невозможно изменить режим доступа к \"%s\"\n"
2012-11-19 21:49:38 +04:00
"%s"
1999-10-05 10:50:52 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot chown \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно изменить владельца \"%s\"\n"
"%s"
2002-09-19 11:06:10 +04:00
2014-12-10 13:13:23 +03:00
msgid "< Default >"
msgstr "< По умолчанию >"
msgid "Skins"
msgstr "Скины"
2012-11-19 21:49:38 +04:00
msgid "Other 8 bit"
msgstr "Другая 8-битная"
2009-10-30 12:03:50 +03:00
2012-11-19 21:49:38 +04:00
msgid "Running"
msgstr "Выполняется"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Stopped"
msgstr "Остановлен"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2013-03-09 15:51:08 +04:00
msgid "&Never"
msgstr "&Никогда"
msgid "On dum&b terminals"
msgstr "Н а &тупых терминалах"
msgid "Alwa&ys"
msgstr "&Всегда"
msgid "File operations"
msgstr "Параметры файловых операций"
msgid "&Verbose operation"
msgstr "&Детали операций"
msgid "Compute tota&ls"
msgstr "Подсчитывать о б &щий размер"
msgid "Classic pro&gressbar"
msgstr "Обычный индикатор про&г р е с с а "
msgid "Mkdi&r autoname"
msgstr "Автоим&я каталога"
msgid "&Preallocate space"
msgstr "Предварительно в&ыделить место"
msgid "Esc key mode"
msgstr "Клавиша Esc"
msgid "S&ingle press"
msgstr "Одино&чное нажатие"
msgid "Timeout:"
msgstr "Интервал:"
msgid "Pause after run"
msgstr "Пауза после выполнения"
msgid "Use internal edi&t"
msgstr "Встроенный &редактор"
msgid "Use internal vie&w"
msgstr "Встро&енный просмотр"
msgid "A&sk new file name"
2013-06-16 16:27:19 +04:00
msgstr "Спра&шивать имя нового файла"
2013-03-09 15:51:08 +04:00
msgid "Auto m&enus"
msgstr "Автоматические &меню"
msgid "&Drop down menus"
msgstr "Выпадение мен&ю при вызове"
msgid "S&hell patterns"
msgstr "Образцы в стиле &shell"
msgid "Co&mplete: show all"
msgstr "Допо&лнение: показывать всё"
msgid "Rotating d&ash"
msgstr "Вращающийся &индикатор"
msgid "Cd follows lin&ks"
msgstr "Смена &каталога по ссылкам"
msgid "Sa&fe delete"
msgstr "Безопасное &удаление"
msgid "A&uto save setup"
msgstr "&Автосохранение настроек"
msgid "Configure options"
msgstr "Параметры конфигурации"
2014-02-08 19:46:34 +04:00
msgid "Skin:"
msgstr "Скин:"
msgid "Appearance"
msgstr "Оформление"
2013-03-09 15:51:08 +04:00
msgid "Case &insensitive"
msgstr "Без &учета регистра"
msgid "Use panel sort mo&de"
msgstr "&Использовать сортировку панели"
msgid "Show mi&ni-status"
msgstr "Показывать &мини-статус"
msgid "Use SI si&ze units"
msgstr "Вывод в едини&цах СИ"
msgid "Mi&x all files"
msgstr "Сме&шивать файлы/каталоги"
msgid "Show &backup files"
msgstr "Показывать р е &зервные файлы"
msgid "Show &hidden files"
msgstr "Показывать скр&ытые файлы"
msgid "&Fast dir reload"
msgstr "&Быстрая загрузка каталога"
msgid "Ma&rk moves down"
msgstr "&Отметка перемещает курсор"
msgid "Re&verse files only"
msgstr "Ин&вертировать только файлы"
msgid "Simple s&wap"
msgstr "Прос&тая перестановка"
msgid "A&uto save panels setup"
msgstr "&Автосохранение настроек панелей"
msgid "Navigation"
msgstr "Навигация"
msgid "L&ynx-like motion"
msgstr "Навигация в стиле l&ynx"
msgid "Pa&ge scrolling"
msgstr "Страни&чное листание"
msgid "&Mouse page scrolling"
msgstr "Страничное листание мышь&ю"
msgid "File highlight"
msgstr "Цветовыделение"
msgid "File &types"
msgstr "Типы &файлов"
msgid "&Permissions"
msgstr "П&рава доступа"
msgid "Quick search"
msgstr "Быстрый поиск"
msgid "Panel options"
msgstr "Настройки панели"
msgid "Information"
msgstr "Информация"
msgid ""
"Using the fast reload option may not reflect the exact\n"
"directory contents. In this case you'll need to do a\n"
"manual reload of the directory. See the man page for\n"
"the details."
msgstr ""
"Использование опции быстрой перезагрузки может не отразить\n"
"текущего содержимого каталога. В этом случае требуется вручную\n"
"перезагрузить каталог. Для дополнительной информации смотрите\n"
"руководство (man)."
2010-11-29 00:58:10 +03:00
msgid "&Full file list"
msgstr "&Стандартный"
1999-08-30 16:13:02 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Brief file list"
msgstr "&Укороченный"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Long file list"
msgstr "&Расширенный"
2001-09-08 00:21:22 +04:00
2010-11-29 00:58:10 +03:00
msgid "&User defined:"
msgstr "&Определенный пользователем"
1998-04-07 23:16:04 +04:00
2010-11-29 00:58:10 +03:00
msgid "User &mini status"
msgstr "Строка &мини-статуса в формате пользователя"
2002-04-24 12:19:50 +04:00
2012-11-19 21:49:38 +04:00
msgid "Listing mode"
msgstr "Формат списка файлов"
2002-04-24 12:19:50 +04:00
2012-11-19 21:49:38 +04:00
msgid "Executable &first"
msgstr "Исполняемые &вначале"
2002-04-24 12:19:50 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Reverse"
msgstr "&Обратный"
1999-02-08 16:49:31 +03:00
2012-11-19 21:49:38 +04:00
msgid "Sort order"
msgstr "Порядок сортировки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2015-02-26 09:47:12 +03:00
#. TRANSLATORS: no need to translate 'Confirmation', it's just a context prefix
2012-11-19 21:49:38 +04:00
msgid "Confirmation|&Delete"
msgstr "&Удаление"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Confirmation|O&verwrite"
msgstr "Пере&запись"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Confirmation|&Execute"
msgstr "&Исполнение"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Confirmation|E&xit"
msgstr "В &ыход"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Confirmation|Di&rectory hotlist delete"
msgstr "Удаление списка &каталогов"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confirmation|&History cleanup"
msgstr "&Очистка истории"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Confirmation"
msgstr "Подтверждение"
2009-09-14 17:36:19 +04:00
2012-11-19 21:49:38 +04:00
msgid "&UTF-8 output"
msgstr "UTF-8 в&ывод"
2010-06-07 23:17:41 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Full 8 bits output"
msgstr "Полный &8-битный вывод"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "&ISO 8859-1"
msgstr "ISO 8859-&1"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "7 &bits"
msgstr "7 &бит"
2009-09-30 17:52:25 +04:00
2012-11-19 21:49:38 +04:00
msgid "F&ull 8 bits input"
msgstr "Полный 8-битный &ввод"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "Display bits"
msgstr "Отображение символов"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "Input / display codepage:"
msgstr "Кодировка ввода/вывода:"
2010-06-07 23:17:41 +04:00
2010-11-29 00:58:10 +03:00
msgid "Directory tree"
msgstr "Дерево каталогов"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "Timeout for freeing VFSs (sec):"
msgstr "Тайм-аут высвобождения ВФС (сек):"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "FTP anonymous password:"
msgstr "Пароль анонимного FTP:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "FTP directory cache timeout (sec):"
msgstr "Тайм-аут кэша каталога FTP (сек):"
2009-06-27 10:13:32 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Always use ftp proxy:"
msgstr "&Всегда использовать FTP-прокси:"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Use ~/.netrc"
msgstr "&Использовать ~/.netrc"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "Use &passive mode"
msgstr "Использовать пассивный режим"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "Use passive mode over pro&xy"
msgstr "Использовать пассивный режим через прокси"
2005-07-25 19:31:17 +04:00
2010-11-29 00:58:10 +03:00
msgid "Virtual File System Setting"
msgstr "Настройки виртуальной файловой системы"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "cd"
msgstr "Перейти в"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Quick cd"
msgstr "Смена рабочего каталога"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Existing filename (filename symlink will point to):"
msgstr "Имя существующего файла (для ссылки):"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "Symbolic link filename:"
msgstr "Имя символической ссылки:"
2010-11-29 00:58:10 +03:00
msgid "Symbolic link"
msgstr "Символическая ссылка"
2009-08-26 18:13:19 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Stop"
msgstr "&Остановить"
msgid "&Resume"
msgstr "&Возобновить"
msgid "&Kill"
msgstr "&Снять"
msgid "Background jobs"
2010-11-29 00:58:10 +03:00
msgstr "Фоновые задания"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
#, c-format
msgid "Password for \\\\%s\\%s"
msgstr "Пароль для \\\\%s\\%s"
2010-11-29 00:58:10 +03:00
msgid "Domain:"
msgstr "Домен:"
2009-06-27 10:13:32 +04:00
2010-11-29 00:58:10 +03:00
msgid "Username:"
msgstr "Имя пользователя:"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "SMB authentication"
msgstr "Идентификация SMB"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "set &user ID on execution"
msgstr "присв. &UID при выполнении"
2009-10-01 03:50:39 +04:00
2012-11-19 21:49:38 +04:00
msgid "set &group ID on execution"
msgstr "присв. &GID при выполнении"
2001-09-08 00:21:22 +04:00
2012-11-19 21:49:38 +04:00
msgid "stick&y bit"
msgstr "закрепляю&щий бит"
2001-09-08 00:21:22 +04:00
2012-11-19 21:49:38 +04:00
msgid "&read by owner"
msgstr "&чтение для владельца"
2001-09-08 00:21:22 +04:00
2012-11-19 21:49:38 +04:00
msgid "&write by owner"
msgstr "&запись для владельца"
2001-09-08 00:21:22 +04:00
2012-11-19 21:49:38 +04:00
msgid "e&xecute/search by owner"
msgstr "запуск/поиск для владель&ца"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "rea&d by group"
msgstr "ч&тение для группы"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "write by grou&p"
msgstr "запись для &группы"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "execu&te/search by group"
msgstr "запуск/поиск д&ля группы"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "read &by others"
msgstr "чтение &для других"
2009-12-25 20:13:09 +03:00
2012-11-19 21:49:38 +04:00
msgid "wr&ite by others"
msgstr "запис&ь для других"
2009-12-25 20:13:09 +03:00
2012-11-19 21:49:38 +04:00
msgid "execute/searc&h by others"
msgstr "запуск/поиск дл&я других"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Name:"
2011-09-11 10:40:32 +04:00
msgstr "Имя"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Permissions (octal):"
2011-09-11 10:40:32 +04:00
msgstr "Доступ (восьмеричный)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Owner name:"
2011-09-11 10:40:32 +04:00
msgstr "Владелец:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Group name:"
2011-09-11 10:40:32 +04:00
msgstr "Группа:"
2003-07-10 20:45:17 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Marked all"
msgstr "Отметить вс&ё"
2003-07-10 20:45:17 +04:00
2011-07-09 20:21:38 +04:00
msgid "S&et marked"
msgstr "Уста&новить помеченное"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "C&lear marked"
msgstr "&Очистить помеченное"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Chmod command"
msgstr "Команда chmod"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Permission"
msgstr "Права доступа"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "File"
msgstr "Файл"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Set &groups"
2011-09-11 10:40:32 +04:00
msgstr "&Группы"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "Set &users"
msgstr "Поль&зователи"
2011-07-09 20:21:38 +04:00
msgid "Name"
msgstr "Имя"
msgid "Owner name"
msgstr "Имя владельца"
msgid "Group name"
msgstr "Имя группы"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Size"
msgstr "Размер"
1999-10-05 10:50:52 +04:00
2010-11-29 00:58:10 +03:00
msgid "Chown command"
msgstr "Команда chown"
1998-09-29 00:41:28 +04:00
2012-11-19 21:49:38 +04:00
msgid "User name"
msgstr "Имя пользователя"
2010-11-29 00:58:10 +03:00
msgid "<Unknown user>"
msgstr "<Неизвестный>"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "<Unknown group>"
msgstr "<Неизвестная>"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Enter machine name (F1 for details):"
msgstr "Введите имя машины (детали по F1):"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Files tagged, want to cd?"
msgstr "Файлы помечены, сменить каталог?"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cannot change directory"
msgstr "Невозможно сменить каталог"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Filter"
msgstr "Фильтр"
2009-01-06 14:53:58 +03:00
2010-11-29 00:58:10 +03:00
msgid "Set expression for filtering filenames"
msgstr "Задайте выражение для выбора имен файлов"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Link %s to:"
msgstr "Создать ссылку с %s на:"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Link"
msgstr "Жесткая ссылка"
1999-04-29 17:07:52 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "link: %s"
msgstr "ссылка: %s"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "symlink: %s"
msgstr "символическая ссылка: %s"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Cannot chdir to \"%s\""
msgstr "Невозможно перейти в \"%s\""
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "View file"
msgstr "Просмотр файла"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Filename:"
msgstr "Имя файла:"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Filtered view"
msgstr "Просмотр вывода команды"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Filter command and arguments:"
2013-06-16 16:27:19 +04:00
msgstr "Введите команду и её аргументы:"
1998-04-16 00:11:12 +04:00
2013-03-09 15:51:08 +04:00
msgid "Edit file"
2013-06-15 11:00:23 +04:00
msgstr "Редактировать файл"
2013-03-09 15:51:08 +04:00
2010-11-29 00:58:10 +03:00
msgid "Create a new Directory"
msgstr "Создать новый каталог"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Enter directory name:"
msgstr "Введите имя каталога:"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Extension file edit"
msgstr "Редактирование файла расширений"
2005-07-25 19:31:17 +04:00
2010-11-29 00:58:10 +03:00
msgid "Which extension file you want to edit?"
msgstr "Какой файл расширений Вы хотите редактировать?"
2001-09-08 00:21:22 +04:00
2012-07-18 14:24:25 +04:00
msgid "&System Wide"
msgstr "&Общесистемный"
2010-11-29 00:58:10 +03:00
msgid "Highlighting groups file edit"
msgstr "Редактирование файла подсветки имён"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Which highlighting file you want to edit?"
msgstr "Какой файл расцветки имён Вы хотите редактировать?"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Compare directories"
msgstr "Сравнить каталоги"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Select compare method:"
msgstr "Выберите метод сравнения:"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Quick"
msgstr "&Быстрый"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Size only"
msgstr "По &размеру"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Thorough"
msgstr "По&байтный"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid ""
"Both panels should be in the listing mode\n"
"to use this command"
2012-11-19 21:49:38 +04:00
msgstr ""
"Для выполнения этой команды\n"
"о б е панели должны быть в режиме списка"
2009-02-21 17:48:00 +03:00
2010-11-29 00:58:10 +03:00
msgid ""
"Not an xterm or Linux console;\n"
"the panels cannot be toggled."
2012-11-19 21:49:38 +04:00
msgstr ""
"Это не xterm и не консоль Linux;\n"
"панели не могут быть отключены."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
2013-05-26 10:11:06 +04:00
msgid "Symlink '%s' points to:"
2010-11-29 00:58:10 +03:00
msgstr "Символическая ссылка %s указывает на:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Edit symlink"
msgstr "Правка ссылки"
2010-06-22 21:54:11 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "edit symlink, unable to remove %s: %s"
msgstr "правка символической ссылки, невозможно удалить %s: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "edit symlink: %s"
msgstr "правка символической ссылки: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
2013-05-26 10:11:06 +04:00
msgid "'%s' is not a symbolic link"
2010-11-29 00:58:10 +03:00
msgstr "%s не является символической ссылкой"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "FTP to machine"
msgstr "FTP-соединение с удаленной машиной"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-07-18 14:24:25 +04:00
msgid "SFTP to machine"
msgstr "SFTP-соединение с удаленной машиной"
2010-11-29 00:58:10 +03:00
msgid "Shell link to machine"
msgstr "Shell-соединение с удаленной машиной"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "SMB link to machine"
msgstr "SMB-соединение с удаленной с машиной"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
msgid "Undelete files on an ext2 file system"
msgstr "Восстановление файлов на файловой системе ext2"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid ""
2010-11-29 00:58:10 +03:00
"Enter device (without /dev/) to undelete\n"
"files on: (F1 for details)"
2012-11-19 21:49:38 +04:00
msgstr ""
"Введите имя устройства (без /dev/), на котором\n"
"восстанавливать файлы после удаления (детали по F1):"
2010-11-29 00:58:10 +03:00
2014-07-22 14:44:16 +04:00
msgid "Directory scanning"
msgstr "Путь к каталогу"
2010-11-29 00:58:10 +03:00
msgid "Setup"
msgstr "Настройка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-09-09 17:26:48 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Setup saved to %s"
2011-09-11 10:40:32 +04:00
msgstr "Параметры сохранены в %s"
2011-07-09 20:21:38 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Unable to save setup to %s"
2011-09-11 10:40:32 +04:00
msgstr "Невозможно сохранить параметры в %s"
1998-04-07 23:16:04 +04:00
2010-11-29 00:58:10 +03:00
msgid "Cannot execute commands on non-local filesystems"
msgstr "Невозможно выполнять команды на нелокальных файловых системах"
2010-01-31 12:48:41 +03:00
#, c-format
2010-11-29 00:58:10 +03:00
msgid ""
"Cannot chdir to \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно перейти в \"%s\"\n"
"%s"
2010-01-31 12:48:41 +03:00
2010-11-29 00:58:10 +03:00
msgid "Cannot read directory contents"
msgstr "Невозможно прочесть содержимое каталога"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-07-18 14:24:25 +04:00
msgid "Parameter"
msgstr "Параметр"
1998-09-29 00:41:28 +04:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot create temporary command file\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать временный командный файл\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
1998-09-29 00:41:28 +04:00
#, c-format
2010-01-31 12:48:41 +03:00
msgid " %s%s file error"
2012-09-10 15:41:24 +04:00
msgstr "ошибка файла %s%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-06-22 21:54:11 +04:00
#, c-format
2015-02-26 09:47:12 +03:00
msgid "The format of the %smc.ext file has changed with version 3.0. It seems that the installation failed. Please fetch a fresh copy from the Midnight Commander package."
msgstr "Формат %smc.ext изменён с версии 3.0. Возможно, произошёл сбой при установке. Пожалуйста, возьмите свежую копию из пакета Midnight Commander."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-12-13 15:08:00 +04:00
msgid "%s file error"
2012-09-10 15:41:24 +04:00
msgstr "ошибка файла %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2015-02-26 09:47:12 +03:00
msgid "The format of the %s file has changed with version 3.0. You may either want to copy it from %smc.ext or use that file as an example of how to write it."
msgstr "Формат файла %s изменён с версии 3.0. Вы можете либо скопировать е г о с %s/mc.ext, либо использовать этот файл как пример и написать свой."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "DialogTitle|Copy"
2010-03-22 22:13:50 +03:00
msgstr "Копирование"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "DialogTitle|Move"
msgstr "Перемещение"
msgid "DialogTitle|Delete"
msgstr "Удаление"
msgid "FileOperation|Copy"
msgstr "Копировать"
msgid "FileOperation|Move"
msgstr "Переместить"
msgid "FileOperation|Delete"
msgstr "Удалить"
#, no-c-format
2013-12-11 13:07:20 +04:00
msgid "%o %f%n\"%s\"%m"
msgstr "%o %f%n\"%s\"%m"
2010-11-29 00:58:10 +03:00
#, no-c-format
msgid "%o %d %f%m"
msgstr "%o эти %f (%d шт.)%m"
2011-02-04 11:24:42 +03:00
msgid "file"
msgstr "файл"
2010-11-29 00:58:10 +03:00
msgid "files"
msgstr "файлы"
msgid "directory"
msgstr "каталог"
msgid "directories"
msgstr "каталоги"
msgid "files/directories"
msgstr "файлы/каталоги"
#. TRANSLATORS: keep leading space here to split words in Copy/Move dialog
msgid " with source mask:"
msgstr " с исходным шаблоном:"
2010-06-07 23:17:41 +04:00
msgid "Cannot make the hardlink"
msgstr "Невозможно создать жесткую ссылку"
1999-04-29 17:07:52 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot read source link \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно прочесть исходную ссылку \"%s\"\n"
"%s"
1999-04-29 17:07:52 +04:00
2010-01-31 12:48:41 +03:00
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot make stable symlinks acrossnon-local filesystems:\n"
2010-01-31 12:48:41 +03:00
"\n"
2010-06-07 23:17:41 +04:00
"Option Stable Symlinks will be disabled"
2012-11-19 21:49:38 +04:00
msgstr ""
2015-02-26 09:47:12 +03:00
"Невозможно создать устойчивые симв. ссылки через нелокальные файловые системы:\n"
2012-11-19 21:49:38 +04:00
"\n"
"Опция \"Устойчивые символические ссылки\" будет отменена"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot create target symlink \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать целевую симв. ссылку \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Ski&p all"
2011-09-11 10:40:32 +04:00
msgstr "Пропустить вс&ё"
2011-07-09 20:21:38 +04:00
msgid "&Retry"
msgstr "По&вторить"
2012-11-19 21:49:38 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid ""
2012-11-19 21:49:38 +04:00
"Directory \"%s\" not empty.\n"
2011-07-09 20:21:38 +04:00
"Delete it recursively?"
2012-11-19 21:49:38 +04:00
msgstr ""
"Каталог \"%s\" не пуст.\n"
2013-06-16 16:27:19 +04:00
"Удалить е г о с о всем содержимым?"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid ""
2012-11-19 21:49:38 +04:00
"Background process:\n"
"Directory \"%s\" not empty.\n"
2011-07-09 20:21:38 +04:00
"Delete it recursively?"
2012-11-19 21:49:38 +04:00
msgstr ""
"Фоновый процесс:\n"
"Каталог \"%s\" не пуст.\n"
"Удалить рекурсивно?"
2011-07-09 20:21:38 +04:00
msgid "Non&e"
msgstr "Ни &одного"
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-11-29 00:58:10 +03:00
"Cannot stat file \"%s\"\n"
2010-06-07 23:17:41 +04:00
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства файла \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"\"%s\"\n"
"and\n"
"\"%s\"\n"
"are the same file"
2012-11-19 21:49:38 +04:00
msgstr ""
"\"%s\"\n"
"и\n"
"\"%s\"\n"
"один и тот же файл"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Cannot overwrite directory \"%s\""
msgstr "Невозможно переписать каталог \"%s\""
#, c-format
msgid ""
"Cannot move file \"%s\" to \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно переместить файл \"%s\" в \"%s\"\n"
"%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot remove file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно удалить файл \"%s\"\n"
"%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot delete file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно удалить файл \"%s\"\n"
"%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot remove directory \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно удалить каталог \"%s\"\n"
"%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
2011-07-09 20:21:38 +04:00
"Cannot overwrite directory \"%s\"\n"
2010-11-29 00:58:10 +03:00
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно переписать каталог \"%s\"\n"
"%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot stat source file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства исходного файла \"%s\"\n"
"%s"
2010-11-29 00:58:10 +03:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot create special file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать специальный файл \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot chown target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно сменить владельца целевого файла \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot chmod target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
2013-06-16 16:27:19 +04:00
"Невозможно сменить режим доступа к целевому файлу \"%s\"\n"
2012-11-19 21:49:38 +04:00
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot open source file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть исходный файл \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-06-07 23:17:41 +04:00
msgid "Reget failed, about to overwrite file"
msgstr "Сбой докачки файла, файл будет переписан"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot fstat source file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства исходного файла \"%s\"\n"
"%s"
2009-06-27 10:13:32 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot create target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать целевой файл \"%s\"\n"
"%s"
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot fstat target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства целевого файла \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-12-13 15:08:00 +04:00
#, c-format
msgid ""
"Cannot preallocate space for target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно выделить место для файла \"%s\"\n"
"%s"
2011-12-13 15:08:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot read source file\"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно прочесть исходный файл \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot write target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно записать целевой файл \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "(stalled)"
msgstr "(застрял)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot close source file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно закрыть исходный файл \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot close target file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно закрыть целевой файл \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "Incomplete file was retrieved. Keep it?"
msgstr "Был получен неполный файл. Сохранить?"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
msgid "&Keep"
msgstr "&Сохранить"
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot stat source directory \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства исходного каталога \"%s\"\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Source \"%s\" is not a directory\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Исходный каталог \"%s\" не является каталогом\n"
"%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot copy cyclic symbolic link\n"
"\"%s\""
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно скопировать циклическую символическую ссылку\n"
"\"%s\""
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Destination \"%s\" must be a directory\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Назначение \"%s\" должно быть каталогом\n"
"%s"
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot create target directory \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно создать целевой каталог \"%s\"\n"
"%s"
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot chown target directory \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно сменить владельца целевого каталога \"%s\"\n"
"%s"
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"\"%s\"\n"
"and\n"
"\"%s\"\n"
"are the same directory"
2012-11-19 21:49:38 +04:00
msgstr ""
"\"%s\"\n"
"и\n"
"\"%s\"\n"
"один и тот же каталог"
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot overwrite file \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно переписать файл \"%s\"\n"
"%s"
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot move directory \"%s\" to \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно переместить каталог \"%s\" в \"%s\"\n"
"%s"
2011-07-09 20:21:38 +04:00
2013-03-09 15:51:08 +04:00
#, c-format
2014-07-22 14:44:16 +04:00
msgid "Directories: %zd, total size: %s"
msgstr "Каталоги: %zd, общий объём: %s"
2013-03-09 15:51:08 +04:00
2011-07-09 20:21:38 +04:00
msgid "Cannot operate on \"..\"!"
msgstr "Эту операцию невозможно выполнить на \"..\"!"
msgid "Sorry, I could not put the job in background"
msgstr "Извините, сделать это в фоновом режиме невозможно"
2012-12-24 11:25:04 +04:00
msgid "S&uspend"
2012-12-28 13:12:04 +04:00
msgstr "При&остановить"
2012-12-24 11:25:04 +04:00
msgid "Con&tinue"
msgstr "Продолжить"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%d:%02d.%02d"
msgstr "%d:%02d:%02d"
#, c-format
msgid "ETA %s"
msgstr "ETA %s"
#, c-format
msgid "%.2f MB/s"
2012-03-19 19:55:19 +04:00
msgstr "%.2f М б /с "
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%.2f KB/s"
2012-03-19 19:55:19 +04:00
msgstr "%.2f кб/с "
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%ld B/s"
2012-03-19 19:55:19 +04:00
msgstr "%ld б /с "
2011-07-09 20:21:38 +04:00
msgid "Target file already exists!"
msgstr "Целевой файл уже существует!"
#, c-format
2013-03-12 13:31:40 +04:00
msgid "New : %s, size %s"
2013-03-12 14:21:38 +04:00
msgstr "Новый: %s, размер: %s"
2011-07-09 20:21:38 +04:00
#, c-format
2013-03-12 13:31:40 +04:00
msgid "Existing: %s, size %s"
2013-03-12 14:21:38 +04:00
msgstr "Существующий: %s, размер: %s"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "Overwrite this target?"
msgstr "Переписать этот файл?"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "A&ppend"
msgstr "Дописать в &конец"
2011-07-09 20:21:38 +04:00
msgid "&Reget"
msgstr "Дока&чать"
2012-11-19 21:49:38 +04:00
msgid "Overwrite all targets?"
msgstr "Переписать все файлы?"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Update"
msgstr "&Устаревшие"
msgid "If &size differs"
msgstr "&Различающиеся по длине"
2011-07-09 20:21:38 +04:00
msgid "File exists"
msgstr "Файл существует"
msgid "Background process: File exists"
msgstr "Фоновый процесс: файл существует"
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Files processed: %zu/%zu"
2012-07-18 14:24:25 +04:00
msgstr "Обработано файлов: %zu/%zu"
2011-07-09 20:21:38 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Files processed: %zu"
2012-04-22 15:03:36 +04:00
msgstr "Файлы обработаны: %zu"
2012-03-19 19:55:19 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Time: %s %s"
2012-04-10 15:14:59 +04:00
msgstr "Время: %s %s"
2011-07-09 20:21:38 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Time: %s %s (%s)"
2012-04-10 15:14:59 +04:00
msgstr "Время: %s %s (%s)"
2012-03-19 19:55:19 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Time: %s"
2012-04-10 15:14:59 +04:00
msgstr "Время: %s"
2012-03-19 19:55:19 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Time: %s (%s)"
2012-04-10 15:14:59 +04:00
msgstr "Время: %s (%s)"
2012-03-19 19:55:19 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid " Total: %s "
2012-04-22 15:03:36 +04:00
msgstr " В с е г о : %s "
2012-03-19 19:55:19 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid " Total: %s/%s "
2012-04-22 15:03:36 +04:00
msgstr " В с е г о : %s/%s "
2011-07-09 20:21:38 +04:00
msgid "Source"
msgstr "Источник"
msgid "Target"
msgstr "Приемник"
2014-07-22 14:44:16 +04:00
msgid "Deleting"
msgstr "Удаление"
msgid "&Using shell patterns"
msgstr "&Метасимволы shell"
2013-12-11 13:07:20 +04:00
msgid "to:"
msgstr "в:"
2012-11-19 21:49:38 +04:00
msgid "Follow &links"
msgstr "&Разыменовывать ссылки"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "Preserve &attributes"
msgstr "Сохранять &атрибуты"
2011-07-09 20:21:38 +04:00
msgid "Di&ve into subdir if exists"
msgstr "&Внутрь подкаталога, если есть"
2012-11-19 21:49:38 +04:00
msgid "&Stable symlinks"
msgstr "Изменять относительные &ссылки"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Background"
msgstr "В &фоне"
2011-07-09 20:21:38 +04:00
#, c-format
2013-05-26 10:11:06 +04:00
msgid "Invalid source pattern '%s'"
2011-07-09 20:21:38 +04:00
msgstr "Неправильный образец \"%s\""
msgid "&Chdir"
msgstr "Пере&ход"
msgid "&Again"
msgstr "Пов&тор"
msgid "Pane&lize"
msgstr "Па&нелизация"
msgid "&View - F3"
msgstr "Прос&мотр - F3"
msgid "&Edit - F4"
msgstr "&Правка - F4"
#, c-format
msgid "Found: %ld"
msgstr "Найден: %ld"
msgid "Malformed regular expression"
msgstr "Регулярное выражение сформировано неверно"
2012-11-19 21:49:38 +04:00
msgid "File name:"
msgstr "Шаблон имени:"
2011-07-09 20:21:38 +04:00
msgid "&Find recursively"
msgstr "Найти р е &курсивно"
msgid "S&kip hidden"
msgstr "Пропускать скр&ытые"
2012-11-19 21:49:38 +04:00
msgid "Content:"
msgstr "Содержимое:"
2011-07-09 20:21:38 +04:00
msgid "Sea&rch for content"
msgstr "Поиск по содер&жимому"
msgid "Case sens&itive"
2011-09-11 10:40:32 +04:00
msgstr "Учёт р е &гистра"
2011-07-09 20:21:38 +04:00
msgid "A&ll charsets"
msgstr "В с &е кодировки"
2012-11-19 21:49:38 +04:00
msgid "Fir&st hit"
msgstr "До первого в&хождения"
2011-07-09 20:21:38 +04:00
msgid "&Tree"
msgstr "&Дерево"
msgid "Find File"
msgstr "Поиск файла"
2012-11-19 21:49:38 +04:00
msgid "Start at:"
msgstr "От каталога:"
2011-07-09 20:21:38 +04:00
msgid "Ena&ble ignore directories:"
2011-09-11 10:40:32 +04:00
msgstr "&Игнорировать каталоги:"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Grepping in %s"
msgstr "Ищем в %s"
msgid "Finished"
msgstr "Готово"
#, c-format
msgid "Finished (ignored %zd directory)"
msgid_plural "Finished (ignored %zd directories)"
2011-10-19 14:36:11 +04:00
msgstr[0] "Завершено (пропущен %zd каталог)"
2012-07-18 14:24:25 +04:00
msgstr[1] "Завершено (пропущено %zd каталога)"
msgstr[2] "Завершено (пропущено %zd каталогов)"
2011-07-09 20:21:38 +04:00
msgid "Searching"
msgstr "Ищем"
2012-11-19 21:49:38 +04:00
msgid "Change &to"
msgstr "Пере&йти"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Free VFSs now"
msgstr "Осво&бодить ВФС сейчас"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Refresh"
msgstr "&Освежить"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Add current"
msgstr "Добавить &текущий"
2011-07-09 20:21:38 +04:00
msgid "&Up"
msgstr "&Вверх"
2012-11-19 21:49:38 +04:00
msgid "New &group"
msgstr "Новая &группа"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "New &entry"
msgstr "Новый &элемент"
2011-07-09 20:21:38 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Insert"
msgstr "В &начало"
msgid "&Remove"
msgstr "&Удалить"
2011-07-09 20:21:38 +04:00
msgid "Subgroup - press ENTER to see list"
msgstr "Подгруппа - для просмотра нажмите ENTER"
msgid "Active VFS directories"
msgstr "Активные каталоги ВФС"
msgid "Directory hotlist"
msgstr "Каталоги быстрого доступа"
2012-11-19 21:49:38 +04:00
msgid "Top level group"
msgstr "Группа верхнего уровня"
2011-07-09 20:21:38 +04:00
msgid "Directory path"
msgstr "Путь к каталогу"
#, c-format
msgid "Moving %s"
msgstr "Перемещаем %s"
2012-11-19 21:49:38 +04:00
msgid "Directory label"
msgstr "Метка каталога"
msgid "&Append"
msgstr "В &конец"
2011-07-09 20:21:38 +04:00
msgid "New hotlist entry"
msgstr "Новый элемент быстрого доступа"
msgid "Directory label:"
msgstr "Метка каталога:"
msgid "Directory path:"
msgstr "Путь к каталогу:"
msgid "New hotlist group"
msgstr "Новая группа быстрого доступа"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Name of new group:"
msgstr "Имя новой группы:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Are you sure you want to remove entry \"%s\"?"
2012-04-22 15:03:36 +04:00
msgstr "Вы действительно хотите удалить запись \"%s\"?"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2010-06-07 23:17:41 +04:00
msgid ""
2012-03-19 19:55:19 +04:00
"Group \"%s\" is not empty.\n"
2011-07-09 20:21:38 +04:00
"Remove it?"
2012-11-19 21:49:38 +04:00
msgstr ""
"Группа \"%s\" не пуста.\n"
"Удалить её?"
2011-07-09 20:21:38 +04:00
msgid "Hotlist Load"
msgstr "Загрузка списка быстрого доступа"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-04-22 15:03:36 +04:00
#, c-format
2010-01-31 12:48:41 +03:00
msgid ""
2011-12-13 15:08:00 +04:00
"MC was unable to write %s file,\n"
2011-07-09 20:21:38 +04:00
"your old hotlist entries were not deleted"
2012-11-19 21:49:38 +04:00
msgstr ""
"MC не смог записать файл %s,\n"
"ваши старые элементы быстрого доступа не были удалены"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Label for \"%s\":"
msgstr "Метка для \"%s\":"
2001-06-07 09:06:55 +04:00
2011-07-09 20:21:38 +04:00
msgid "Add to hotlist"
msgstr "Добавить быстрый доступ к каталогу"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-03-02 11:02:49 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Midnight Commander %s"
msgstr "Midnight Commander %s"
1999-02-04 09:36:21 +03:00
2010-02-24 14:17:00 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "File: %s"
msgstr "Файл: %s"
2010-02-24 14:17:00 +03:00
2011-07-09 20:21:38 +04:00
msgid "No node information"
msgstr "Нет информации о б узле"
2009-02-21 17:48:00 +03:00
2011-12-13 15:08:00 +04:00
msgid "Free nodes:"
msgstr "Свободно узлов:"
1998-09-29 00:41:28 +04:00
2011-07-09 20:21:38 +04:00
msgid "No space information"
msgstr "Нет информации о пространстве"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-12-13 15:08:00 +04:00
#, c-format
msgid "Free space: %s/%s (%d%%)"
msgstr "Своб. место: %s/%s (%d%%)"
2010-01-31 12:48:41 +03:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Type: %s"
msgstr "Тип: %s"
2011-07-09 20:21:38 +04:00
msgid "non-local vfs"
msgstr "нелокальная ВФС"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Device: %s"
2011-07-09 20:21:38 +04:00
msgstr "Устройство: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Filesystem: %s"
msgstr "ФС: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Accessed: %s"
2011-07-09 20:21:38 +04:00
msgstr "Обращение: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Modified: %s"
2011-07-09 20:21:38 +04:00
msgstr "Модифицирован: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: Time of last status change as in stat(2) man.
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Changed: %s"
2011-07-09 20:21:38 +04:00
msgstr "Изменён: %s"
2001-05-26 09:53:13 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Dev. type: major %lu, minor %lu"
msgstr "Тип устройства: major %lu, minor %lu"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Size: %s"
2011-07-09 20:21:38 +04:00
msgstr "Размер: %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid " (%ld block)"
msgid_plural " (%ld blocks)"
2011-09-11 10:40:32 +04:00
msgstr[0] "(%ld блок)"
msgstr[1] "(%ld блока)"
msgstr[2] "(%ld блоков)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Owner: %s/%s"
2011-07-09 20:21:38 +04:00
msgstr "Владелец: %s/%s"
2010-11-29 00:58:10 +03:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Links: %d"
2011-07-09 20:21:38 +04:00
msgstr "Ссылок: %d"
2010-11-29 00:58:10 +03:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Mode: %s (%04o)"
2011-07-09 20:21:38 +04:00
msgstr "Права: %s (%04o)"
2010-11-29 00:58:10 +03:00
#, c-format
2015-03-29 15:47:30 +03:00
msgid "Location: %Xh:%Xh"
2011-07-09 20:21:38 +04:00
msgstr "Положение: %Xh:%Xh"
2010-11-29 00:58:10 +03:00
2012-11-19 21:49:38 +04:00
msgid "&Equal split"
msgstr "&Равные размеры"
2010-11-29 00:58:10 +03:00
2012-11-19 21:49:38 +04:00
msgid "&Menubar visible"
msgstr "&Линейка меню"
2010-11-29 00:58:10 +03:00
2012-11-19 21:49:38 +04:00
msgid "Command &prompt"
msgstr "&Командная строка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Keybar visible"
msgstr "М &етки клавиш"
2001-09-08 00:21:22 +04:00
2012-11-19 21:49:38 +04:00
msgid "H&intbar visible"
msgstr "С &трока подсказки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "&XTerm window title"
msgstr "&Заголовок xterm"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-11-19 21:49:38 +04:00
msgid "&Show free space"
msgstr "Сво&бодное место"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Panel split"
msgstr "Разбиение панелей"
1999-02-04 09:36:21 +03:00
2011-07-09 20:21:38 +04:00
msgid "Console output"
msgstr "Консольный вывод"
2002-01-20 23:12:48 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Vertical"
msgstr "&Вертикальное"
2000-05-07 14:35:31 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Horizontal"
msgstr "&Горизонтальное"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "Output lines:"
msgstr "Строки вывода:"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "Layout"
msgstr "Внешний вид"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "File listin&g"
msgstr "&Список файлов"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Quick view"
msgstr "&Быстрый просмотр"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Info"
msgstr "&Информация"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Listing mode..."
msgstr "Фор&мат списка..."
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Sort order..."
2012-03-19 19:55:19 +04:00
msgstr "Порядок &сортировки..."
2011-07-09 20:21:38 +04:00
msgid "&Filter..."
msgstr "&Фильтр..."
msgid "&Encoding..."
msgstr "Выбор &кодировки..."
2001-09-08 00:21:22 +04:00
2011-07-09 20:21:38 +04:00
msgid "FT&P link..."
msgstr "&FTP-соединение..."
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "S&hell link..."
msgstr "S&hell-соединение..."
2009-10-09 10:56:42 +04:00
2012-07-18 14:24:25 +04:00
msgid "S&FTP link..."
msgstr "&SFTP-соединение..."
2011-07-09 20:21:38 +04:00
msgid "SM&B link..."
msgstr "SM&B-соединение..."
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-12-13 15:08:00 +04:00
msgid "Paneli&ze"
msgstr "Па&нелизация"
2011-07-09 20:21:38 +04:00
msgid "&Rescan"
msgstr "&Пересмотреть"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "&View"
msgstr "П&росмотр"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "Vie&w file..."
msgstr "Просмотр &файла..."
1999-02-04 09:36:21 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Filtered view"
msgstr "Просмотр вывода команд&ы"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Copy"
2011-09-11 10:40:32 +04:00
msgstr "&Копирование"
1999-02-04 09:36:21 +03:00
2011-07-09 20:21:38 +04:00
msgid "C&hmod"
msgstr "Права &доступа"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Link"
msgstr "&Жесткая ссылка"
2001-09-08 00:21:22 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Symlink"
msgstr "&Символическая ссылка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Relative symlin&k"
msgstr "Относител&ьная символическая ссылка"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Edit s&ymlink"
msgstr "Правка ссы&лки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Ch&own"
msgstr "&Владелец/группа"
2009-10-09 10:56:42 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Advanced chown"
msgstr "Права (р а с &ширенные)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Rename/Move"
msgstr "Пере&именование"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Mkdir"
msgstr "С о &здание каталога"
2001-09-08 00:21:22 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Quick cd"
msgstr "Сме&на каталога"
1998-12-17 11:28:05 +03:00
2011-07-09 20:21:38 +04:00
msgid "Select &group"
msgstr "Отметить &группу"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "U&nselect group"
msgstr "Снять &отметку"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Invert selection"
2011-09-11 10:40:32 +04:00
msgstr "О &братить выделение"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "E&xit"
msgstr "Вы&ход"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&User menu"
msgstr "&Меню пользователя..."
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Directory tree"
msgstr "&Дерево каталогов"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Find file"
msgstr "Поиск &файла"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "S&wap panels"
msgstr "&Переставить панели"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "Switch &panels on/off"
msgstr "&Отключить панели"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Compare directories"
msgstr "&Сравнить каталоги"
2009-10-30 12:03:50 +03:00
2011-07-09 20:21:38 +04:00
msgid "C&ompare files"
2011-09-11 10:40:32 +04:00
msgstr "Сравнить фа&йлы"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "E&xternal panelize"
msgstr "В &нешняя панелизация"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Show directory s&izes"
msgstr "&Размеры каталогов"
2003-04-02 23:39:22 +04:00
2011-07-09 20:21:38 +04:00
msgid "Command &history"
msgstr "&История командной строки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Di&rectory hotlist"
2012-07-18 14:24:25 +04:00
msgstr "Каталоги &быстрого доступа"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Active VFS list"
msgstr "Список &активных ВФС"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Background jobs"
msgstr "Фоновые &задания"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "Screen lis&t"
msgstr "Список &экранов"
2009-06-27 10:13:32 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Undelete files (ext2fs only)"
msgstr "&Восстановление файлов"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Listing format edit"
msgstr "&Редактирование формата"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "Edit &extension file"
2012-07-18 14:24:25 +04:00
msgstr "Редактировать файл р а с &ширений"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "Edit &menu file"
2012-07-18 14:24:25 +04:00
msgstr "Редактировать файл &меню"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "Edit hi&ghlighting group file"
msgstr "Редактировать файл р а с &цветки имён"
2001-09-16 04:25:01 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Configuration..."
msgstr "&Конфигурация..."
2001-09-16 04:25:01 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Layout..."
msgstr "&Внешний вид..."
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Panel options..."
msgstr "&Настройки панелей..."
2002-09-27 05:23:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "C&onfirmation..."
msgstr "&Подтверждение..."
2010-06-07 23:17:41 +04:00
2014-02-08 19:46:34 +04:00
msgid "&Appearance..."
msgstr "&Оформление..."
2011-07-09 20:21:38 +04:00
msgid "&Display bits..."
msgstr "&Биты символов..."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Virtual FS..."
msgstr "Виртуальные &ФС..."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Panels:"
msgstr "Панели:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2010-06-22 21:54:11 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "You have %zd opened screen. Quit anyway?"
msgid_plural "You have %zd opened screens. Quit anyway?"
2011-09-11 10:40:32 +04:00
msgstr[0] "У вас %zd открытый экран. Всё равно выйти?"
msgstr[1] "У вас %zd открытых экрана. Всё равно выйти?"
msgstr[2] "У вас %zd открытых экранов. Всё равно выйти?"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "The Midnight Commander"
msgstr "Midnight Commander"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Do you really want to quit the Midnight Commander?"
msgstr "Вы действительно хотите выйти из Midnight Commander?"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Above"
2012-04-10 15:14:59 +04:00
msgstr "&Верхняя панель"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Left"
msgstr "&Левая панель"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Below"
2012-04-10 15:14:59 +04:00
msgstr "&Нижняя панель"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Right"
msgstr "&Правая панель"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Menu"
msgstr "Меню"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|View"
msgstr "Просмотр"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|RenMov"
msgstr "Перенос"
1999-02-04 09:36:21 +03:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Mkdir"
msgstr "НвКтлог"
2009-09-30 17:52:25 +04:00
2011-12-13 15:08:00 +04:00
msgid "Memory exhausted!"
msgstr "Память исчерпана!"
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'unsorted' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|u"
msgstr "н"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Unsorted"
msgstr "&Без сортировки"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'name' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|n"
msgstr "и"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Name"
msgstr "&Имя"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'version' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|v"
msgstr "в"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Version"
msgstr "&Версия"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'extension' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|e"
msgstr "р "
2009-09-03 00:02:43 +04:00
2012-11-19 21:49:38 +04:00
msgid "E&xtension"
2011-07-09 20:21:38 +04:00
msgstr "Р а с &ширение"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'size' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|s"
msgstr "а "
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Size"
msgstr "&Размер"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Block Size"
msgstr "Размер блока"
2009-08-26 18:13:19 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'Modify time' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|m"
msgstr "м"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Modify time"
msgstr "Время &правки"
2010-04-28 17:04:29 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'Access time' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|a"
msgstr "д"
2009-08-26 18:13:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Access time"
msgstr "Время &доступа"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'Change time' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|h"
msgstr "п"
2009-08-26 18:13:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "C&hange time"
msgstr "Время изменения &атрибутов"
2009-08-26 18:13:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "Perm"
msgstr "Права"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Nl"
msgstr "К с "
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: one single character to represent 'inode' sort mode
#. TRANSLATORS: no need to translate 'sort', it's just a context prefix
msgid "sort|i"
msgstr "у "
2010-06-22 21:54:11 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Inode"
msgstr "&Узел"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "UID"
msgstr "UID"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "GID"
msgstr "GID"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Owner"
msgstr "Владелец"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "Group"
msgstr "Группа"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "[dev]"
msgstr "[dev]"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "UP--DIR"
msgstr "-В В Е Р Х -"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "SYMLINK"
msgstr "ССЫЛКА"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "SUB-DIR"
msgstr "ПОД-К А Т "
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "<readlink failed>"
msgstr "<сбой чтения ссылки>"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s byte"
msgid_plural "%s bytes"
2011-09-11 10:40:32 +04:00
msgstr[0] "%s байт"
msgstr[1] "%s байта"
msgstr[2] "%s байт"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s in %d file"
msgid_plural "%s in %d files"
2011-09-11 10:40:32 +04:00
msgstr[0] "%s в %d файле"
msgstr[1] "%s в %d файлах"
msgstr[2] "%s в %d файлах"
2010-11-29 00:58:10 +03:00
2011-12-13 15:08:00 +04:00
msgid "Panelize"
msgstr "Панелизация"
2011-07-09 20:21:38 +04:00
msgid "Unknown tag on display format:"
msgstr "Неизвестный тег в формате отображения:"
2010-11-29 00:58:10 +03:00
2014-07-22 14:44:16 +04:00
msgid "&Files only"
msgstr "Только файлы"
msgid "&Case sensitive"
msgstr "Учет р е &гистра"
msgid "Select"
2014-12-10 13:13:23 +03:00
msgstr "Отметить группу"
2014-07-22 14:44:16 +04:00
msgid "Unselect"
msgstr "Снять отметку"
2011-07-09 20:21:38 +04:00
msgid "Do you really want to execute?"
msgstr "Вы действительно хотите выполнить это?"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "User supplied format looks invalid, reverting to default."
msgstr "Пользовательский формат выглядит неверным, возвращаю к стандартному."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Add new"
msgstr "&Добавить"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "External panelize"
msgstr "Внешняя панелизация"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Other command"
msgstr "Новая команда"
2009-09-03 00:02:43 +04:00
2012-11-19 21:49:38 +04:00
msgid "Command"
msgstr "Команда"
2011-07-09 20:21:38 +04:00
msgid "Add to external panelize"
msgstr "Добавить в список команд"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Enter command label:"
msgstr "Введите название команды:"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Cannot invoke command."
msgstr "Невозможно выполнить команду."
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Pipe close failed"
msgstr "Сбой закрытия канала"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "Cannot run external panelize in a non-local directory"
msgstr "Невозможно выполнить эту команду, находясь не в локальном каталоге"
2009-09-03 00:02:43 +04:00
2012-03-19 19:55:19 +04:00
msgid "Modified git files"
2012-04-10 15:14:59 +04:00
msgstr "Изменённые файлы под контролем git"
2012-03-19 19:55:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "Find rejects after patching"
msgstr "Найти корректуры, отвергнутые командой patch"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Find *.orig after patching"
msgstr "Найти оригиналы (*.orig) после команды patch"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Find SUID and SGID programs"
msgstr "Найти программы с установленными SUID/SGID битами"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open the %s file for writing:\n"
"%s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть файл %s для записи:\n"
"%s\n"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Copy \"%s\" directory to:"
msgstr "Копировать каталог \"%s\" в:"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Move \"%s\" directory to:"
msgstr "Переместить каталог \"%s\" в:"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot stat the destination\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно получить свойства места назначения\n"
"%s"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Delete %s?"
msgstr "Удалить %s?"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Static"
msgstr "Статич"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Dynamc"
msgstr "Динамч"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Rescan"
msgstr "Пересм"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Forget"
msgstr "Забыть"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Rmdir"
msgstr "УдКтлог"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot write to the %s file:\n"
"%s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно писать в файл %s:\n"
"%s\n"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "Debug"
msgstr "Отладка"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "ERROR:"
msgstr "ОШИБКА:"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "True:"
msgstr "Истина:"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "False:"
msgstr "Ложь:"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "Error calling program"
msgstr "Ошибка выполнения программы"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Warning -- ignoring file"
msgstr "Предупреждение - файл игнорируется"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"File %s is not owned by root or you or is world writable.\n"
"Using it may compromise your security"
2012-11-19 21:49:38 +04:00
msgstr ""
"Файл %s в текущем каталоге не принадлежит ни root'у , ни Вам,\n"
"или доступен другим на запись. Использование такого файла неприемлемо\n"
"c точки зрения безопасности."
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "Format error on file Extensions File"
msgstr "Ошибка в формате файла Расширений файлов"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "The %%var macro has no default"
msgstr "Макрос %%var не имеет значения по умолчанию"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "The %%var macro has no variable"
msgstr "Макрос %%var не имеет переменной"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "No suitable entries found in %s"
msgstr "Н е найдено подходящих элементов в %s"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "User menu"
msgstr "Меню пользователя"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Help file format error\n"
msgstr "Ошибка в формате файла помощи\n"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Internal bug: Double start of link area"
msgstr "Внутренняя ошибка: двойное начало области ссылки"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot find node %s in help file"
msgstr "Невозможно найти узел %s в файле помощи"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Help"
msgstr "Помощь"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Index"
msgstr "Разделы"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Prev"
msgstr "Пред"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Learn keys"
msgstr "Распознавание клавиш"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Teach me a key"
msgstr "Обучите меня клавише"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Please press the %s\n"
"and then wait until this message disappears.\n"
"\n"
"Then, press it again to see if OK appears\n"
"next to its button.\n"
"\n"
"If you want to escape, press a single Escape key\n"
"and wait as well."
2012-11-19 21:49:38 +04:00
msgstr ""
"Пожалуйста, нажмите клавишу %s\n"
2013-06-16 16:27:19 +04:00
"и подождите, пока это сообщение пропадёт.\n"
2012-11-19 21:49:38 +04:00
"\n"
2013-06-16 16:27:19 +04:00
"Затем нажмите её еще раз, чтобы убедиться,\n"
"что справа от её названия появилось \"OK\".\n"
2012-11-19 21:49:38 +04:00
"\n"
"Если вы хотите прервать обучение, нажмите\n"
"клавишу Esc и тоже немного подождите."
2011-02-04 11:24:42 +03:00
2011-07-09 20:21:38 +04:00
msgid "Cannot accept this key"
msgstr "Невозможно принять эту клавишу"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "You have entered \"%s\""
msgstr "Вы ввели \"%s\""
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
#. TRANSLATORS: This label appears near learned keys. Keep it short.
msgid "OK"
msgstr "OK"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid ""
"It seems that all your keys already\n"
"work fine. That's great."
2012-11-19 21:49:38 +04:00
msgstr ""
"Похоже, что все Ваши клавиши теперь\n"
"работают нормально. Просто здорово!"
2009-12-25 20:13:09 +03:00
2011-07-09 20:21:38 +04:00
msgid "&Discard"
msgstr "Отменить"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid ""
"Great! You have a complete terminal database!\n"
"All your keys work well."
2012-11-19 21:49:38 +04:00
msgstr ""
"Отлично! У вас есть полная база описаний терминалов!\n"
"В с е ваши клавиши работают хорошо."
2009-09-03 00:02:43 +04:00
2012-11-19 21:49:38 +04:00
msgid ""
"Press all the keys mentioned here. After you have done it, check\n"
"which keys are not marked with OK. Press space on the missing\n"
"key, or click with the mouse to define it. Move around with Tab."
msgstr ""
"Нажмите все перечисленные выше клавиши. После нажатий найдите,\n"
"какие клавиши не имеют пометки \"OK\". Для обучения клавише выберите\n"
2013-06-16 16:27:19 +04:00
"её при помощи Tab или мышкой и нажмите пробел."
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
2010-06-07 23:17:41 +04:00
msgid ""
2011-07-09 20:21:38 +04:00
"Failed to run:\n"
"%s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Сбой запуска:\n"
"%s\n"
2009-09-03 00:02:43 +04:00
2012-03-19 19:55:19 +04:00
msgid "Home directory path is not absolute"
2012-04-22 15:03:36 +04:00
msgstr "Путь домашнего каталога не является абсолютным"
2012-03-19 19:55:19 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"\n"
"Failed while close:\n"
"%s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"\n"
"Сбой при закрытии:%s\n"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Choose codepage"
msgstr "Выберите кодировку"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "- < No translation >"
msgstr "- < Без перекодировки >"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "%b %e %Y"
msgstr "%b %e %Y"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "%b %e %H:%M"
msgstr "%b %e %H:%M"
2010-02-24 14:17:00 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot save file %s:\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно сохранить файл %s:\n"
"%s"
2010-02-24 14:17:00 +03:00
2011-07-09 20:21:38 +04:00
msgid ""
"GNU Midnight Commander is already\n"
"running on this terminal.\n"
"Subshell support will be disabled."
2012-11-19 21:49:38 +04:00
msgstr ""
"Другой Midnight Commander уже работает\n"
"на этом терминале. Встроенная командная\n"
"оболочка будет выключена."
1998-12-17 11:28:05 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot open named pipe %s\n"
msgstr "Невозможно открыть именованный канал %s\n"
2000-05-07 14:35:31 +04:00
2011-07-09 20:21:38 +04:00
msgid "The shell is still active. Quit anyway?"
msgstr "Оболочка всё еще активна. Всё равно выйти?"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Warning: Cannot change to %s.\n"
msgstr "Внимание: невозможно перейти в %s. \n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "Using the S-Lang library with terminfo database\n"
msgstr "С библиотекой S-Lang и с базой данных terminfo\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "Using the ncurses library\n"
msgstr "С библиотекой ncurses\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "Using the ncursesw library\n"
msgstr "С библиотекой ncursesw\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "With builtin Editor\n"
msgstr "С о встроенным редактором\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "With optional subshell support\n"
msgstr "С опциональной поддержкой внутренней командной оболочки\n"
2002-07-19 08:39:03 +04:00
2011-07-09 20:21:38 +04:00
msgid "With subshell support as default\n"
msgstr "C поддержкой внутренней командной оболочки\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "With support for background operations\n"
msgstr "С поддержкой фоновых операций\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "With mouse support on xterm and Linux console\n"
msgstr "С поддержкой мыши в xterm и консоли Linux\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "With mouse support on xterm\n"
msgstr "С поддержкой мыши в xterm\n"
2000-05-07 14:35:31 +04:00
2011-07-09 20:21:38 +04:00
msgid "With support for X11 events\n"
msgstr "С поддержкой событий X11\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
msgid "With internationalization support\n"
msgstr "С поддержкой интернационализации\n"
msgid "With multiple codepages support\n"
msgstr "С поддержкой многих кодировок\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Built with GLib %d.%d.%d\n"
2013-06-16 16:27:19 +04:00
msgstr "Скомпилирован с библиотекой GLib версии %d.%d.%d\n"
1999-08-30 16:13:02 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Virtual File Systems:"
msgstr "Виртуальная файловая система:"
1999-04-29 17:07:52 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Data types:"
msgstr "Тип данных:"
1999-04-29 17:07:52 +04:00
2012-07-18 14:24:25 +04:00
msgid "Root directory:"
msgstr "Корневой каталог:"
2012-03-19 19:55:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "System data"
msgstr "Системные данные"
1999-04-29 17:07:52 +04:00
2011-07-09 20:21:38 +04:00
msgid "Config directory:"
2011-09-11 10:40:32 +04:00
msgstr "Каталог с файлами настроек:"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Data directory:"
2011-09-11 10:40:32 +04:00
msgstr "Каталог с файлами данных:"
2010-11-29 00:58:10 +03:00
2012-11-19 21:49:38 +04:00
msgid "File extension handlers:"
msgstr "Скрипты обработки файлов по расширению:"
2011-10-19 14:36:11 +04:00
msgid "VFS plugins and scripts:"
msgstr "Модули и скрипты VFS:"
2011-07-09 20:21:38 +04:00
msgid "User data"
2012-09-10 15:41:24 +04:00
msgstr "Пользовательские данные"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Cache directory:"
2011-09-11 10:40:32 +04:00
msgstr "Каталог с кэшируемыми данными:"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open cpio archive\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть архив cpio\n"
"%s"
1999-04-29 17:07:52 +04:00
2009-10-01 03:50:39 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid ""
"Premature end of cpio archive\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Преждевременный конец архива cpio\n"
"%s"
2003-04-02 23:39:22 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid ""
"Inconsistent hardlinks of\n"
"%s\n"
"in cpio archive\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Несогласованная жесткая ссылка\n"
"%s\n"
"в архиве cpio\n"
"%s"
2003-04-02 23:39:22 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s contains duplicate entries! Skipping!"
msgstr "%s содержит сдвоенные элементы! Пропущено!"
2003-04-02 23:39:22 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Corrupted cpio header encountered in\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Поврежденный заголовок cpio обнаружен в\n"
"%s"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Unexpected end of file\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Неожиданный конец файла\n"
"%s"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open %s archive\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть архив %s\n"
"%s"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "Inconsistent extfs archive"
msgstr "Несогласованный архив extfs"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Warning: cannot open %s directory\n"
msgstr "Внимание: невозможно открыть каталог %s\n"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "fish: Disconnecting from %s"
msgstr "fish: отсоединение от %s"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: Waiting for initial line..."
msgstr "fish: ожидается начальная строка..."
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "Sorry, we cannot do password authenticated connections for now."
2011-10-19 14:36:11 +04:00
msgstr "Извините, сейчас невозможно создать авторизованные паролем соединения."
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "fish: Password is required for %s"
msgstr "fish: требуется пароль для %s"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: Sending password..."
msgstr "fish: посылается пароль..."
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: Sending initial line..."
msgstr "fish: посылается начальная строка..."
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "fish: Handshaking version..."
msgstr "fish: версия подтверждения связи..."
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: Getting host info..."
msgstr "fish: собирается информация о б удалённой машине..."
2009-09-30 17:52:25 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "fish: Reading directory %s..."
msgstr "fish: чтение каталога %s..."
2009-09-30 17:52:25 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "%s: done."
msgstr "%s: готово."
2009-09-30 17:52:25 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "%s: failure"
msgstr "%s: ошибка"
2009-09-30 17:52:25 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "fish: store %s: sending command..."
msgstr "fish: запись %s: посылается команда..."
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: Local read failed, sending zeros"
msgstr "fish: сбой локального чтения, посылаются нули"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: storing file"
2012-07-18 14:24:25 +04:00
msgstr "fish: запись файла"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "Aborting transfer..."
msgstr "Прерывание передачи..."
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "Error reported after abort."
msgstr "Отмечена ошибка после прерывания."
msgid "Aborted transfer would be successful."
msgstr "Передача успешно прервана."
1999-04-29 17:07:52 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "ftpfs: Disconnecting from %s"
2014-12-10 09:02:01 +03:00
msgstr "ftpfs: отключение от %s"
1999-04-29 17:07:52 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "FTP: Password required for %s"
msgstr "FTP: требуется пароль для %s"
1999-04-29 17:07:52 +04:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: sending login name"
msgstr "ftpfs: посылается имя пользователя"
1999-04-29 17:07:52 +04:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: sending user password"
msgstr "ftpfs: посылается пароль пользователя"
1999-04-29 17:07:52 +04:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "FTP: Account required for user %s"
msgstr "FTP: Необходима учётная запись для пользователя %s"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Account:"
2014-12-10 09:02:01 +03:00
msgstr "Учётная запись:"
2011-07-09 20:21:38 +04:00
msgid "ftpfs: sending user account"
msgstr "ftpfs: посылается учётная запись пользователя"
msgid "ftpfs: logged in"
msgstr "ftpfs: зарегистрирован"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2009-09-30 17:52:25 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "ftpfs: Login incorrect for user %s "
msgstr "ftpfs: ошибка регистрации пользователя %s"
1998-09-29 00:41:28 +04:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: Invalid host name."
msgstr "ftpfs: неверное имя системы."
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "ftpfs: %s"
msgstr "ftpfs: %s"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "ftpfs: making connection to %s"
msgstr "ftpfs: осуществляется соединение с %s"
msgid "ftpfs: connection interrupted by user"
msgstr "ftpfs: соединение прервано пользователем"
2010-11-29 00:58:10 +03:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "ftpfs: connection to server failed: %s"
msgstr "ftpfs: сбой соединения с сервером: %s"
2010-06-07 23:17:41 +04:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Waiting to retry... %d (Control-G to cancel)"
2011-09-11 10:40:32 +04:00
msgstr "Ожидание повтора попытки... %d (Control-G для отмены)"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: invalid address family"
msgstr "ftpfs: неверный адрес системы."
2004-12-02 11:26:55 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "ftpfs: could not create socket: %s"
msgstr "Невозможно создать сокет: %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: could not setup passive mode"
msgstr "ftpfs: невозможно установить пассивный режим"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: aborting transfer."
msgstr "ftpfs: прерывание передачи."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "ftpfs: abort error: %s"
msgstr "ftpfs: ошибка прерывания: %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: abort failed"
msgstr "ftpfs: сбой прерывания"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: CWD failed."
msgstr "ftpfs: невозможно изменить текущий рабочий каталог."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: couldn't resolve symlink"
msgstr "ftpfs: невозможно распознать символическую ссылку"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Resolving symlink..."
msgstr "Распознается символическая ссылка..."
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "ftpfs: Reading FTP directory %s... %s%s"
msgstr "ftpfs: чтение каталога FTP %s... %s%s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "(strict rfc959)"
msgstr "(ограничение rfc959)"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "(chdir first)"
msgstr "(сначала chdir)"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "ftpfs: failed; nowhere to fallback to"
msgstr "ftpfs: ошибка; некуда перейти на аварийный режим"
msgid "ftpfs: storing file"
2011-09-11 10:40:32 +04:00
msgstr "ftpfs: запись файла"
2010-11-29 00:58:10 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"~/.netrc file has incorrect mode\n"
"Remove password or correct mode"
2012-11-19 21:49:38 +04:00
msgstr ""
"Файл ~/.netrc имеет неверный режим доступа/владения.\n"
"Удалите пароль или исправьте режим доступа/владения"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s: Warning: file %s not found\n"
2011-09-11 10:40:32 +04:00
msgstr "%s: Предупреждение: файл %s не найден\n"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
2010-11-29 00:58:10 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"Warning: Invalid line in %s:\n"
"%s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Предупреждение: неправильная строка в %s:\n"
"%s\n"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Warning: Invalid flag %c in %s:\n"
"%s\n"
2012-11-19 21:49:38 +04:00
msgstr ""
"Предупреждение: неправильный флаг %c в %s:\n"
"%s\n"
2012-08-27 12:26:45 +04:00
2013-06-15 11:00:23 +04:00
#, c-format
2013-03-12 13:31:40 +04:00
msgid "sftp: an error occurred while reading %s: %s"
2013-06-16 16:27:19 +04:00
msgstr "sftp: произошла ошибка при чтении %s: %s"
2012-08-27 12:26:45 +04:00
msgid "sftp: Unable to get current user name."
2012-09-10 15:41:24 +04:00
msgstr "sftp: невозможно получить имя пользователя."
2012-08-27 12:26:45 +04:00
msgid "sftp: Invalid host name."
2012-09-10 15:41:24 +04:00
msgstr "sftp: неверное имя системы."
2012-08-27 12:26:45 +04:00
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: %s"
2012-08-27 12:26:45 +04:00
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: making connection to %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: осуществляется соединение с %s"
2012-08-27 12:26:45 +04:00
msgid "sftp: connection interrupted by user"
2012-09-10 15:41:24 +04:00
msgstr "sftp: соединение прервано пользователем"
2012-08-27 12:26:45 +04:00
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: connection to server failed: %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: сбой соединения с сервером: %s"
2012-08-27 12:26:45 +04:00
#, c-format
msgid "sftp: Enter passphrase for %s "
2012-09-10 15:41:24 +04:00
msgstr "sftp: введите парольную фразу для %s "
2012-08-27 12:26:45 +04:00
msgid "sftp: Passphrase is empty."
2012-09-10 15:41:24 +04:00
msgstr "sftp: парольная фраза пуста."
2012-08-27 12:26:45 +04:00
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: Enter password for %s "
2012-09-10 15:41:24 +04:00
msgstr "sftp: введите пароль для %s "
2012-08-27 12:26:45 +04:00
msgid "sftp: Password is empty."
2012-09-10 15:41:24 +04:00
msgstr "sftp: пароль пуст."
2012-08-27 12:26:45 +04:00
#, c-format
msgid "sftp: Failure establishing SSH session: (%d)"
2012-09-10 15:41:24 +04:00
msgstr "sftp: сбой установки SSH-сессии: (%d)"
2012-08-27 12:26:45 +04:00
msgid "sftp: No file handler data present for reading file"
2012-09-10 15:41:24 +04:00
msgstr "sftp: нет обработчика считываемого файла"
2012-08-27 12:26:45 +04:00
#, c-format
msgid "sftp: (Ctrl-G break) Listing... %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: чтение списка файлов (прерывание по Ctrl-G)... %s"
2012-08-27 12:26:45 +04:00
msgid "sftp: Listing done."
2012-09-10 15:41:24 +04:00
msgstr "sftp: Чтение списка файлов завершено."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "reconnect to %s failed"
msgstr "Сбой повторного соединения к %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Authentication failed"
msgstr "Сбой идентификации"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Error %s creating directory %s"
msgstr "Ошибка %s при создании каталога %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Error %s removing directory %s"
msgstr "Ошибка %s при удалении каталога %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s opening remote file %s"
msgstr "%s при открытии файла %s с удаленной машины"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s removing remote file %s"
msgstr "%s при удалении файла %s с удаленной машины"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%s renaming files\n"
msgstr "%s при переименовании файла\n"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
2011-07-09 20:21:38 +04:00
"Cannot open tar archive\n"
2010-11-29 00:58:10 +03:00
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть архив tar\n"
"%s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Inconsistent tar archive"
msgstr "Несогласованный архив tar"
msgid "Unexpected EOF on archive file"
msgstr "Неожиданный конец архивного файла"
#, c-format
2010-11-29 00:58:10 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"%s\n"
"doesn't look like a tar archive."
2012-11-19 21:49:38 +04:00
msgstr ""
"%s\n"
"не похож на архив tar"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "undelfs: error"
msgstr "undelfs: ошибка"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "not enough memory"
msgstr "недостаточно памяти"
msgid "while allocating block buffer"
msgstr "при получении блока буферов"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "open_inode_scan: %d"
msgstr "open_inode_scan: %d"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "while starting inode scan %d"
msgstr "при начале сканирования узла %d"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "undelfs: loading deleted files information %d inodes"
msgstr "undelfs: загрузка информации о б удаленных файлах %d inodes"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "while calling ext2_block_iterate %d"
msgstr "при вызове ext2_block_iterate %d"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "no more memory while reallocating array"
msgstr "не хватило памяти при переоткрытии массива"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "while doing inode scan %d"
msgstr "при сканировании узла %d"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot open file %s"
msgstr "Невозможно открыть файл %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "undelfs: reading inode bitmap..."
msgstr "undelfs: чтение битовой карты узлов..."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot load inode bitmap from:\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно загрузить битовую карту узлов с :\n"
"%s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "undelfs: reading block bitmap..."
msgstr "undelfs: чтение блока битовой карты..."
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot load block bitmap from:\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно загрузить блок битовой карты с :\n"
"%s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "vfs_info is not fs!"
msgstr "vfs_info - не файловая система!"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "You have to chdir to extract files first"
msgstr "Вы должны сначала сменить каталог, чтобы извлечь файлы"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "while iterating over blocks"
msgstr "при переборе блоков"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Cannot open file \"%s\""
msgstr "Невозможно открыть файл %s"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Ext2lib error"
msgstr "Сбой Ext2lib"
2010-11-29 00:58:10 +03:00
2010-01-31 12:48:41 +03:00
msgid "Invalid value"
2010-06-07 23:17:41 +04:00
msgstr "Неверный адрес"
1999-03-08 08:21:24 +03:00
2013-06-27 16:04:14 +04:00
msgid "File was modified. Save with exit?"
msgstr "Файл был изменен. Сохранить при выходе?"
msgid "&Cancel quit"
msgstr "&Прервать выход"
msgid ""
"Midnight Commander is being shut down.\n"
"Save modified file?"
msgstr ""
"Midnight Commander завершается.\n"
"Сохранить изменённый файл?"
2014-09-03 13:20:09 +04:00
msgid "&Line number"
msgstr "&Номер строки"
1999-12-13 17:22:02 +03:00
2010-01-31 12:48:41 +03:00
msgid "Pe&rcents"
msgstr "П&роценты"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "&Decimal offset"
msgstr "&Смещение (десятичное)"
1999-12-13 17:22:02 +03:00
2010-01-31 12:48:41 +03:00
msgid "He&xadecimal offset"
msgstr "С &мещение (шестнадцатиричное)"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "Goto"
msgstr "Переход"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Ascii"
msgstr "Ascii"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|HxSrch"
msgstr "Поиск"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|UnWrap"
msgstr "Разверн"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Wrap"
msgstr "Сверн"
2000-05-07 14:35:31 +04:00
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Hex"
msgstr "Hex"
msgid "ButtonBar|Goto"
msgstr "Перейти"
msgid "ButtonBar|Raw"
msgstr "Исходный"
msgid "ButtonBar|Parse"
msgstr "Фильтр"
msgid "ButtonBar|Unform"
msgstr "Н е форм"
msgid "ButtonBar|Format"
msgstr "Формат"
2000-05-07 14:35:31 +04:00
2014-09-09 14:44:44 +04:00
#, c-format
msgid ""
"Failed to read data from child stdout:\n"
"%s"
msgstr ""
2000-05-07 14:35:31 +04:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Error while closing the file:\n"
"%s\n"
"Data may have been written or not"
2012-11-19 21:49:38 +04:00
msgstr ""
"Ошибка при закрытии файла:\n"
"%s\n"
"Данные могли быть как записаны, так и нет."
2000-05-07 14:35:31 +04:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot save file:\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно сохранить файл:\n"
"%s"
2001-06-09 11:52:16 +04:00
2010-06-22 21:54:11 +04:00
msgid "View: "
msgstr "Просмотр: "
2010-01-31 12:48:41 +03:00
#, c-format
msgid ""
2010-06-07 23:17:41 +04:00
"Cannot open \"%s\"\n"
"%s"
2012-11-19 21:49:38 +04:00
msgstr ""
"Невозможно открыть \"%s\"\n"
"%s"
2001-06-09 11:52:16 +04:00
2010-06-07 23:17:41 +04:00
msgid "Cannot view: not a regular file"
msgstr "Просмотр невозможен: необычный файл"
2009-01-06 14:53:58 +03:00
2013-07-05 09:16:42 +04:00
#, c-format
2013-06-15 11:00:23 +04:00
msgid ""
2013-06-27 16:04:14 +04:00
"Cannot open \"%s\" in parse mode\n"
2013-06-15 11:00:23 +04:00
"%s"
msgstr ""
2013-07-05 09:16:42 +04:00
"Невозможно открыть \"%s\" в режиме фильтра\n"
2013-06-15 11:00:23 +04:00
"%s"
2010-02-24 14:17:00 +03:00
msgid "Search done"
2010-02-24 14:42:26 +03:00
msgstr "Поиск закончен"
2010-02-24 14:17:00 +03:00
2011-07-09 20:21:38 +04:00
msgid "Continue from beginning?"
2010-02-24 14:42:26 +03:00
msgstr "Продолжить с начала?"
2012-12-28 13:12:04 +04:00
2013-03-09 15:51:08 +04:00
msgid "Cannot fetch a local copy of /ftp://some.host/editme.txt"
2013-06-15 11:00:23 +04:00
msgstr "Невозможно получить локальную копию /ftp://some.host/editme.txt"
2015-02-26 09:47:12 +03:00