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-04-22 15:03:36 +04:00
#
2012-03-19 19:55:19 +04:00
# Translators:
# <aborodin@vmail.ru>, 2011.
2011-09-11 10:40:32 +04:00
# and Alex Tkachenko <alex@bcs.zp.ua>, 1998.
2012-03-19 19:55:19 +04:00
# Andrew Borodin <aborodin@vmail.ru>, 2009, 2010, 2011.
# Andrew V. Samoilov <sav@bcs.zp.ua>, 1999.
2011-09-11 10:40:32 +04:00
# Anton Sergeevich Chumak <nightfast@yahoo.co.uk>, 2005.
2012-03-19 19:55:19 +04:00
# Evgeny Bulgakov <bgav@netvision.net.il>, 1999.
2011-09-11 10:40:32 +04:00
# Ilia Maslakov <il.smind@gmail.com>, 2009.
2012-04-22 15:03:36 +04:00
# NaiLi (aka jamesjames) Rootaerc <theism@mail.ru>, 2012.
2012-03-19 19:55:19 +04:00
# Sergey Panov <sipan@mit.edu>, 1999.
# Slava Zanko <slavazanko@gmail.com>, 2009, 2011.
# Valek Filippov <frob@df.ru>, 2000.
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-04-22 15:03:36 +04:00
"Report-Msgid-Bugs-To: http://www.midnight-commander.org/report\n"
2012-03-19 19:55:19 +04:00
"POT-Creation-Date: 2012-03-19 19:08+0300\n"
2012-04-22 15:03:36 +04:00
"PO-Revision-Date: 2012-04-22 05:40+0000\n"
"Last-Translator: aborodin <aborodin@vmail.ru>\n"
2012-04-10 15:14:59 +04:00
"Language-Team: Russian (http://www.transifex.net/projects/p/mc/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"
2012-04-22 15:03:36 +04:00
"Language: ru\n"
2012-04-10 15:14:59 +04: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-04-22 15:03:36 +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
msgid "An error occured 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-04-22 15:03:36 +04:00
msgstr "Ваши старые настройки перенесены из %s\nв директории, рекомендованные FreeDesktop.org.\nДля более полной информации посетите страницу\nhttp://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-04-22 15:03:36 +04:00
msgstr "Ваши старые настройки перемещены из %s\nв %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"
2012-04-10 15:14:59 +04: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
2011-12-27 22:31:22 +04:00
msgid "&Normal"
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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Невозможно использовать скин %s, требующий 256 цветов,\nна терминале, не поддерживающем 256 цветов.\nБу де т использован скин по-умолчанию"
2011-07-09 20:21:38 +04:00
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"
2010-06-07 23:17:41 +04:00
msgstr "Функциональная 3"
2009-03-14 22:50:55 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 4"
2010-06-07 23:17:41 +04:00
msgstr "Функциональная 4"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 5"
2010-06-07 23:17:41 +04:00
msgstr "Функциональная 5"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 6"
2010-06-07 23:17:41 +04:00
msgstr "Функциональная 6"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 7"
2010-06-07 23:17:41 +04:00
msgstr "Функциональная 7"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 8"
2010-06-07 23:17:41 +04:00
msgstr "Функциональная 8"
2009-01-06 14:53:58 +03:00
2010-01-31 12:48:41 +03:00
msgid "Function key 9"
2010-06-07 23:17:41 +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
2010-01-31 12:48:41 +03:00
msgid "Backspace key"
msgstr "Клавиша Backspace"
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "End key"
msgstr "Клавиша End "
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Up arrow key"
msgstr "Стрелка вверх "
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Down arrow key"
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 key"
msgstr "Стрелка влево "
2009-02-21 17:48:00 +03:00
2010-01-31 12:48:41 +03:00
msgid "Right arrow key"
msgstr "Стрелка вправо "
2009-10-01 03:50:39 +04:00
2010-01-31 12:48:41 +03:00
msgid "Home key"
msgstr "Клавиша Home "
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 "Page Down key"
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
2010-01-31 12:48:41 +03:00
msgid "Page Up key"
msgstr "Клавиша Page Up "
2004-12-02 11:26:55 +03:00
2010-01-31 12:48:41 +03:00
msgid "Insert key"
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 key"
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
2010-01-31 12:48:41 +03:00
msgid "Completion/M-tab"
msgstr "Завершение/M-Tab "
1998-05-07 00:04:08 +04:00
2012-03-19 19:55:19 +04:00
msgid "Back Tabulation S-tab"
2012-04-22 15:03:36 +04:00
msgstr "Вернуть табуляцию S-tab"
2012-03-19 19:55:19 +04:00
2010-01-31 12:48:41 +03:00
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 "- 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 "Slash 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 "* on keypad"
msgstr "* доп.клавиатуры "
2002-12-26 18:09:51 +03:00
2010-01-31 12:48:41 +03:00
msgid "Escape key"
msgstr "Клавиша Esc "
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"
2010-01-31 12:48:41 +03:00
msgid "Plus"
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
2010-01-31 12:48:41 +03:00
msgid "Asterisk"
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
2010-01-31 12:48:41 +03:00
msgid "Exclamation 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-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-04-22 15:03:36 +04:00
msgstr "Размер экрана %dx%d не поддерживается.\nПр о ве р ьте переменную окружения TERM.\n"
2009-10-01 03:50:39 +04:00
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
2011-07-09 20:21:38 +04:00
msgid "Background process:"
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
2011-07-09 20:21:38 +04:00
msgid "&OK"
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
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-04-10 15:14:59 +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
2011-07-09 20:21:38 +04:00
msgid "Edits one file"
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"
2012-04-10 15:14:59 +04: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"
" editlinestate\n"
" Viewer: viewbold, viewunderline, viewselected\n"
" Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
2012-04-22 15:03:36 +04:00
msgstr "--colors К ЛЮЧЕ В О Е _С ЛО В О ={Т Е К С Т },{ФОН},{АТРИБУТ}:К ЛЮЧЕ В О Е _С ЛО В О 2=...\n\n{Т Е К С Т }, {ФОН} и {АТРИБУТ} можно опустить, чтобы использовать значения по умолчанию\n\nК люче вые слова:\n Общие: errors, disabled, reverse, gauge, header\n input, inputmark, inputunchanged, commandlinemark\n bbarhotkey, bbarbutton, statusbar\n Отображение файлов: normal, selected, marked, markselect\n Диалоги: dnormal, dfocus, dhotnormal, dhotfocus, errdhotnormal,\n errdhotfocus\n Меню: menunormal, menuhot, menusel, menuhotsel, menuinactive\n Всплывающие меню: pmenunormal, pmenusel, pmenutitle\n Редактор: editnormal, editbold, editmarked, editwhitespace,\n editlinestate\n Просмотрщик: viewbold, viewunderline, viewselected\n Справка: 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"
" bold, underline, reverse, blink; append more with '+'\n"
2012-04-22 15:03:36 +04:00
msgstr "Стандартные цвета:\n black, gray, red, brightred, green, brightgreen, brown,\n yellow, blue, brightblue, magenta, brightmagenta, cyan,\n brightcyan, lightgray, white\n\n\nР а с шир е нные цвета, если доступны 256 цветов:\n от color16 до color255 или от rgb000 до rgb555 и от gray0 до gray23\n\nА тр иб у ты:\n bold, 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"
"Please send any bug reports (including the output of `mc -V')\n"
"as tickets at www.midnight-commander.org\n"
2012-04-22 15:03:36 +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 "Требуются два файла для программы сравнения."
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
2011-07-09 20:21:38 +04:00
msgid "Background protocol error"
msgstr "Ошибка фонового протокола"
2009-10-30 21:45:23 +03:00
2011-07-09 20:21:38 +04:00
msgid "Reading failed"
msgstr "Сбой чтения"
1999-10-05 10:50:52 +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-04-22 15:03:36 +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
2011-12-27 22:31:22 +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 "&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
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
2011-12-27 22:31:22 +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 "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
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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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
2011-07-09 20:21: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 "Ignore all &whitespace"
msgstr "И&гнорировать все пробелы"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Ignore &space change"
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
2011-07-09 20:21:38 +04:00
msgid "&Ignore case"
msgstr "Игнорировать &регистр"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Diff extra options"
msgstr "Прочие настройки"
2010-01-31 12:48:41 +03:00
2011-07-09 20:21:38 +04:00
msgid "Diff algorithm"
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
2011-07-09 20:21:38 +04:00
msgid "File was modified. Save with exit?"
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"
"Save modified file?"
2012-04-22 15:03:36 +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
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
2011-07-09 20:21:38 +04:00
msgid "About"
msgstr "О программе"
2009-10-01 03:50:39 +04:00
msgid ""
2011-07-09 20:21:38 +04:00
"Copyright (C) 1996-2010 the Free Software Foundation\n"
2009-10-01 03:50:39 +04:00
"\n"
2011-07-09 20:21:38 +04:00
" A user friendly text editor\n"
" written for the Midnight Commander"
2012-04-22 15:03:36 +04:00
msgstr " Copyright (C) 1996-2010 the Free Software Foundation\n\n Текстовый редактор с дружественным интерфейсом пользователя.\n Создан для Midnight Commander."
2009-10-01 03:50:39 +04:00
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
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
msgid "File \"%s\" is too large"
msgstr "Файл \"%s\" слишком большой"
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
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
2011-07-09 20:21:38 +04:00
msgid "The file you are saving is not finished with a newline"
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 "Change line breaks 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
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
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 "Syntax file edit"
msgstr "Редактирование файла синтаксиса"
1998-05-07 00:04:08 +04:00
2010-11-29 00:58:10 +03:00
msgid "Which syntax file you want to edit?"
msgstr "Какой файл синтаксиса Вы хотите редактировать?"
1998-05-07 00:04:08 +04:00
2010-11-29 00:58:10 +03:00
msgid "&User"
msgstr "&Пользовательский"
1998-05-07 00:04:08 +04:00
2010-11-29 00:58:10 +03:00
msgid "&System Wide"
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 "Menu edit"
msgstr "Редактирование файла меню"
2002-09-11 12:13:23 +04:00
2010-11-29 00:58:10 +03:00
msgid "Which menu file do you want to edit?"
msgstr "Какой файл меню Вы хотите редактировать?"
2009-10-30 12:03:50 +03:00
2010-11-29 00:58:10 +03:00
msgid "&Local"
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
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
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 "Save as"
msgstr "Сохранить как"
2010-09-06 21:00:03 +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 ""
"Current text was modified without a file save.\n"
"Continue discards these changes"
2012-04-22 15:03:36 +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
2010-11-29 00:58:10 +03:00
msgid "Load"
msgstr "Загрузить"
2009-06-27 10:13:32 +04:00
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
2010-11-29 00:58:10 +03:00
msgid "&Cancel quit"
msgstr "&Прервать выход"
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
2010-11-29 00:58:10 +03:00
msgid "Copies 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
2010-11-29 00:58:10 +03:00
msgid "Subject"
msgstr "Тема"
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
2010-11-29 00:58:10 +03:00
msgid "mail -s <subject> -c <cc> <to>"
msgstr "mail -s <Тема> -c <Копии> <Кому>"
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 ""
2010-11-29 00:58:10 +03:00
"Current text was modified without a file save\n"
"Continue discards these changes"
2012-04-22 15:03:36 +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
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 "Enter replacement string:"
msgstr "Введите текст для замены:"
msgid "&Find all"
msgstr "Н а &йти всё"
msgid "Cancel"
msgstr "Прервать"
2009-01-06 14:53:58 +03:00
1998-12-17 11:28:05 +03:00
msgid ""
2010-11-29 00:58:10 +03:00
"Current text was modified without a file save.\n"
"Continue discards these changes."
2012-04-22 15:03:36 +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
2010-11-29 00:58:10 +03:00
msgid "&Skip"
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
2010-11-29 00:58:10 +03:00
msgid "&Replace"
msgstr "&Заменить"
2010-06-22 21:54:11 +04:00
2010-11-29 00:58:10 +03:00
msgid "Replace with:"
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
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
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
2010-11-29 00:58:10 +03:00
msgid "'ispell' s&pell check"
msgstr "Проверка о р &фографии (ispell)"
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
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
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
2010-11-29 00:58:10 +03:00
msgid "None"
msgstr "Отключен"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Dynamic paragraphing"
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 "Type writer wrap"
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 "Word wrap line length:"
msgstr "Позиция переноса строк:"
2009-10-01 03:50:39 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Group undo"
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 "Cursor beyond end of line"
msgstr "&К у р с о р за пределами строки"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Pers&istent selection"
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 "Synta&x highlighting"
msgstr "&Цветовыделение синтаксиса"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03: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
2010-11-29 00:58:10 +03:00
msgid "Visible trailing spaces"
msgstr "Отображать проб&елы"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Save file &position"
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
2010-11-29 00:58:10 +03:00
msgid "&Return does autoindent"
msgstr "&Автоотступ \"Вводом\""
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03: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
2010-11-29 00:58:10 +03:00
msgid "Fill tabs with &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
2010-11-29 00:58:10 +03: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
2010-11-29 00:58:10 +03:00
msgid "&Fake half tabs"
msgstr "&Симулировать неполн.табуляцию"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Wrap mode"
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
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
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-04-22 15:03:36 +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-04-22 15:03:36 +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
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
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
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Cannot fetch a local copy of %s"
msgstr "Невозможно получить локальную копию %s"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Set"
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
2010-11-29 00:58:10 +03:00
msgid "Set &all"
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 "On"
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 "Mode"
msgstr "Режим"
1999-02-04 09:36:21 +03:00
2010-11-29 00:58:10 +03:00
#, c-format
msgid "%6d of %d"
msgstr "%6d из %d"
1999-10-05 10:50:52 +04: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-04-22 15:03:36 +04:00
msgstr "Невозможно изменить доступ \"%s\"\n%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-04-22 15:03:36 +04:00
msgstr "Невозможно изменить владельца \"%s\"\n%s"
2002-09-19 11:06:10 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Stop"
msgstr "&Остановить"
2009-10-30 12:03:50 +03:00
2010-11-29 00:58:10 +03:00
msgid "&Resume"
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 "&Kill"
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 "&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 "Listing mode"
msgstr "Формат списка файлов"
2002-04-24 12:19:50 +04:00
2010-11-29 00:58:10 +03:00
msgid "User &mini status"
msgstr "Строка &мини-статуса в формате пользователя"
2002-04-24 12:19:50 +04:00
2010-11-29 00:58:10 +03:00
msgid "Other 8 bit"
msgstr "Другая 8-битная"
2002-04-24 12:19:50 +04:00
2010-11-29 00:58:10 +03:00
msgid "Display bits"
msgstr "Отображение символов"
2002-04-24 12:19:50 +04:00
2010-11-29 00:58:10 +03:00
msgid "Input / display codepage:"
msgstr "Кодировка ввода/вывода:"
1999-02-08 16:49:31 +03:00
2010-11-29 00:58:10 +03:00
msgid "F&ull 8 bits input"
msgstr "Полный 8-битный &ввод"
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 "&Select"
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 "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
2010-11-29 00:58:10 +03:00
msgid "Stopped"
msgstr "Остановлен"
2010-05-05 23:34:59 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Reverse"
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 "Case sensi&tive"
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 "Executable &first"
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 "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
2010-11-29 00:58:10 +03:00
msgid "Confirmation"
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
#. TRANSLATORS: no need to translate 'Confirmation', it's just a context
#. prefix
2010-11-29 00:58:10 +03:00
#. 2
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
2010-11-29 00:58:10 +03:00
msgid "Confirmation|Di&rectory hotlist delete"
msgstr "Удаление списка &каталогов"
2009-09-14 17:36:19 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confirmation|E&xit"
msgstr "В &ыход"
2010-06-07 23:17:41 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confirmation|&Execute"
msgstr "&Исполнение"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confirmation|O&verwrite"
msgstr "Пере&запись"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Confirmation|&Delete"
msgstr "&Удаление"
2009-09-30 17:52:25 +04:00
2010-11-29 00:58:10 +03:00
msgid "UTF-8 output"
msgstr "UTF-8 вывод"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Full 8 bits output"
msgstr "Полный &8-битный вывод"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "ISO 8859-1"
msgstr "ISO 8859-1"
2010-06-07 23:17:41 +04:00
2010-11-29 00:58:10 +03:00
msgid "7 bits"
msgstr "&7 бит"
2009-10-01 03:50:39 +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
2010-11-29 00:58:10 +03:00
msgid "Use passive mode over pro&xy"
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 "Use &passive mode"
msgstr "Использовать пассивный режим"
1998-12-17 11:28:05 +03:00
2010-11-29 00:58:10 +03:00
msgid "&Use ~/.netrc"
msgstr "&Использовать ~/.netrc"
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 "&Always use ftp proxy"
msgstr "&Всегда использовать FTP-прокси"
2009-06-27 10:13:32 +04:00
2010-11-29 00:58:10 +03:00
msgid "sec"
msgstr "с "
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "ftpfs directory cache timeout:"
msgstr "Тайм-аут кэша каталога FTP:"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "ftp anonymous password:"
msgstr "Пароль анонимного FTP:"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "Timeout for freeing VFSs:"
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 "Symbolic link filename:"
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
2010-11-29 00:58:10 +03:00
msgid "Symbolic link"
msgstr "Символическая ссылка"
2009-08-26 18:13:19 +04:00
2010-11-29 00:58:10 +03:00
msgid "Background Jobs"
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 "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
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Password for \\\\%s\\%s"
msgstr "Пароль для \\\\%s\\%s"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "execute/search by others"
msgstr "запуск/поиск для других"
2009-10-01 03:50:39 +04:00
2010-11-29 00:58:10 +03:00
msgid "write by others"
msgstr "запись для других"
2001-09-08 00:21:22 +04:00
2010-11-29 00:58:10 +03:00
msgid "read by others"
msgstr "чтение для других"
2001-09-08 00:21:22 +04:00
2010-11-29 00:58:10 +03:00
msgid "execute/search by group"
msgstr "запуск/поиск для группы"
2001-09-08 00:21:22 +04:00
2010-11-29 00:58:10 +03:00
msgid "write by group"
msgstr "запись для группы"
2001-09-08 00:21:22 +04:00
2010-11-29 00:58:10 +03:00
msgid "read 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
2010-11-29 00:58:10 +03:00
msgid "execute/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
2010-11-29 00:58:10 +03:00
msgid "write 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
2010-11-29 00:58:10 +03:00
msgid "read 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
2010-11-29 00:58:10 +03:00
msgid "sticky bit"
msgstr "закрепляющий бит"
2009-12-25 20:13:09 +03:00
2010-11-29 00:58:10 +03:00
msgid "set group ID on execution"
msgstr "присв. GID при выполнении"
2009-12-25 20:13:09 +03:00
2010-11-29 00:58:10 +03:00
msgid "set user ID on execution"
msgstr "присв. UID при выполнении"
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
2011-07-09 20:21:38 +04:00
msgid "C&lear marked"
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
2011-07-09 20:21:38 +04:00
msgid "&Marked 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 "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 "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 "Permission"
msgstr "Права доступа"
1998-09-29 00:41:28 +04:00
2010-11-29 00:58:10 +03:00
msgid "Set &users"
2011-09-11 10:40:32 +04:00
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
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
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 "User name"
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
msgid "&Using shell patterns"
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 "&Case sensitive"
msgstr "Учет р е &гистра"
2001-09-16 04:25:01 +04:00
2010-11-29 00:58:10 +03:00
msgid "&Files only"
msgstr "Только файлы"
2009-01-06 14:53:58 +03: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:"
msgstr "Введите команду и е е аргументы:"
1998-04-16 00:11:12 +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 "Select"
msgstr "отметить группу"
1998-04-16 00:11:12 +04:00
2010-11-29 00:58:10 +03:00
msgid "Unselect"
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
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-04-22 15:03:36 +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-04-22 15:03:36 +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
msgid "Symlink `%s' points to:"
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
msgid "`%s' is not a symbolic link"
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
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-04-22 15:03:36 +04:00
msgstr "Введите имя устройства (без /dev/), на котором\nво с с та на влива ть файлы после удаления (детали по F1):"
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-04-22 15:03:36 +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
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-04-22 15:03:36 +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
2010-06-07 23:17:41 +04:00
msgid "Parameter"
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-09-29 00:41:28 +04:00
#, c-format
2010-01-31 12:48:41 +03:00
msgid " %s%s file error"
2012-03-19 19:55:19 +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
2012-04-22 15:03:36 +04: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."
2012-04-10 15:14:59 +04:00
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-03-19 19:55:19 +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
2012-04-22 15:03:36 +04: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."
2012-04-10 15:14:59 +04:00
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
msgid "%o %f \"%s\"%m"
msgstr "%o %f \"%s\"%m"
#, 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 " с исходным шаблоном:"
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
2010-11-29 00:58:10 +03:00
#, c-format
msgid "%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-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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Невозможно создать устойчивые симв. ссылки через нелокальные файловые системы:\n\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-04-22 15:03:36 +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 "&Abort"
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 "Ski&p all"
2011-09-11 10:40:32 +04:00
msgstr "Пропустить вс&ё"
2011-07-09 20:21:38 +04:00
msgid "&Retry"
msgstr "По&вторить"
msgid ""
"\n"
"Directory not empty.\n"
"Delete it recursively?"
2012-04-22 15:03:36 +04:00
msgstr "\nК а та ло г не пуст.\nУ да лить рекурсивно?"
2011-07-09 20:21:38 +04:00
msgid ""
"\n"
"Background process: Directory not empty.\n"
"Delete it recursively?"
2012-04-22 15:03:36 +04:00
msgstr "\nФо но вый процесс: каталог не пуст.\nУ да лить рекурсивно?"
2011-07-09 20:21:38 +04:00
msgid "Delete:"
msgstr "Удалить:"
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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Невозможно удалить файл \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot delete file \"%s\"\n"
"%s"
2012-04-22 15:03:36 +04:00
msgstr "Невозможно удалить файл \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot remove directory \"%s\"\n"
"%s"
2012-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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 open source file \"%s\"\n"
"%s"
2012-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Невозможно переместить каталог \"%s\" в \"%s\"\n%s"
2011-07-09 20:21:38 +04:00
msgid "Directory scanning"
msgstr "Путь к каталогу"
msgid "Cannot operate on \"..\"!"
msgstr "Эту операцию невозможно выполнить на \"..\"!"
2012-03-19 19:55:19 +04:00
#, c-format
msgid ""
"Cannot stat \"%s\"\n"
"%s"
2012-04-22 15:03:36 +04:00
msgstr "Невозможно получить свойства \"%s\"\n%s"
2012-03-19 19:55:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "Sorry, I could not put the job in background"
msgstr "Извините, сделать это в фоновом режиме невозможно"
#, 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
msgid "Source date: %s, size %llu"
msgstr "Источник: дата модификации: %s, размер: %llu"
#, c-format
msgid "Target date: %s, size %llu"
msgstr "Приёмник: дата модификации: %s, размер: %llu"
msgid "If &size differs"
msgstr "&Различающиеся по длине"
msgid "&Update"
msgstr "&Устаревшие"
msgid "Overwrite all targets?"
msgstr "Переписать все файлы?"
msgid "&Reget"
msgstr "Дока&чать"
msgid "A&ppend"
msgstr "Дописать в &конец"
msgid "Overwrite this target?"
msgstr "Переписать этот файл?"
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-04-22 15:03:36 +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 "Приемник"
msgid "Deleting"
msgstr "Удаляем"
msgid "&Background"
msgstr "В &фоне"
msgid "&Stable Symlinks"
msgstr "Изменять относительные &ссылки"
msgid "Di&ve into subdir if exists"
msgstr "&Внутрь подкаталога, если есть"
msgid "Preserve &attributes"
msgstr "Сохранять &атрибуты"
msgid "Follow &links"
msgstr "&Разыменовывать ссылки"
#, c-format
msgid "Invalid source pattern `%s'"
msgstr "Неправильный образец \"%s\""
msgid "&Suspend"
msgstr "При&остановить"
msgid "Con&tinue"
msgstr "Продолжить"
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 "Регулярное выражение сформировано неверно"
msgid "&Find recursively"
msgstr "Найти р е &курсивно"
msgid "S&kip hidden"
msgstr "Пропускать скр&ытые"
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 "Fir&st hit"
msgstr "До первого в&хождения"
msgid "A&ll charsets"
msgstr "В с &е кодировки"
msgid "&Tree"
msgstr "&Дерево"
msgid "Find File"
msgstr "Поиск файла"
msgid "Content:"
msgstr "Содержимое:"
msgid "File name:"
msgstr "Шаблон имени:"
msgid "Ena&ble ignore directories:"
2011-09-11 10:40:32 +04:00
msgstr "&Игнорировать каталоги:"
2011-07-09 20:21:38 +04:00
msgid "Start at:"
msgstr "От каталога:"
#, 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 каталог)"
msgstr[1] "Завершено (пропущен %zd каталога)"
msgstr[2] "Завершено (пропущен %zd каталогов)"
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Searching %s"
msgstr "Ищем %s"
msgid "Searching"
msgstr "Ищем"
msgid "&Move"
msgstr "Пере&местить блок"
msgid "&Remove"
msgstr "&Удалить"
msgid "&Append"
msgstr "В &конец"
msgid "&Insert"
msgstr "В &начало"
msgid "New &entry"
msgstr "Новый &элемент"
msgid "New &group"
msgstr "Новая &группа"
msgid "&Up"
msgstr "&Вверх"
msgid "&Add current"
msgstr "Добавить &текущий"
msgid "&Refresh"
msgstr "&Освежить"
msgid "Fr&ee VFSs now"
msgstr "Освободить ВФС сейчас"
msgid "Change &to"
msgstr "Пере&йти"
msgid "Subgroup - press ENTER to see list"
msgstr "Подгруппа - для просмотра нажмите ENTER"
msgid "Active VFS directories"
msgstr "Активные каталоги ВФС"
msgid "Directory hotlist"
msgstr "Каталоги быстрого доступа"
msgid "Directory path"
msgstr "Путь к каталогу"
msgid "Directory label"
msgstr "Метка каталога"
#, c-format
msgid "Moving %s"
msgstr "Перемещаем %s"
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-04-22 15:03:36 +04:00
msgstr "Группа \"%s\" не пуста.\nУ да лить её?"
1998-05-07 00:04:08 +04:00
2011-07-09 20:21:38 +04:00
msgid "Top level group"
msgstr "Группа верхнего уровня"
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-04-22 15:03:36 +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
2011-07-09 20:21:38 +04:00
msgid "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
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
2011-07-09 20:21:38 +04:00
msgid "Type: %s"
msgstr "Тип: %s"
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
2011-07-09 20:21:38 +04:00
msgid "Device: %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
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
msgid "Accessed: %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
msgid "Modified: %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
#. TRANSLATORS: Time of last status change as in stat(2) man.
#, c-format
msgid "Changed: %s"
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
msgid "Size: %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
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
msgid "Owner: %s/%s"
msgstr "Владелец: %s/%s"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Links: %d"
msgstr "Ссылок: %d"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Mode: %s (%04o)"
msgstr "Права: %s (%04o)"
2010-11-29 00:58:10 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Location: %Xh:%Xh"
msgstr "Положение: %Xh:%Xh"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "Show free sp&ace"
msgstr "Сво&бодное место"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21:38 +04:00
msgid "&XTerm window title"
msgstr "&Заголовок xterm"
2010-11-29 00:58:10 +03:00
2011-07-09 20:21: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
2011-07-09 20:21:38 +04:00
msgid "&Keybar visible"
msgstr "М &етки клавиш"
2001-09-08 00:21:22 +04:00
2011-07-09 20:21: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 "Menu&bar 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
2011-07-09 20:21:38 +04:00
msgid "&Equal split"
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 "Other options"
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
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"
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"
msgstr "Файл р а с &ширений"
2001-06-09 11:52:16 +04:00
2011-07-09 20:21:38 +04:00
msgid "Edit &menu file"
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
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
msgid "&Never"
msgstr "&Никогда"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "On dum&b terminals"
msgstr "Н а &тупых терминалах"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "Alwa&ys"
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 "A&uto save 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-07-09 20:21:38 +04:00
msgid "Sa&fe 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
2011-07-09 20:21:38 +04:00
msgid "Cd follows lin&ks"
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 "Rotating d&ash"
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 "Co&mplete: show 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
2011-07-09 20:21:38 +04:00
msgid "Shell &patterns"
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
2011-07-09 20:21:38 +04:00
msgid "&Drop down menus"
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 "Auto m&enus"
msgstr "Автоматические &меню"
2009-08-26 22:34:35 +04:00
2011-07-09 20:21:38 +04:00
msgid "Use internal vie&w"
msgstr "Встро&енный просмотр"
2009-08-26 22:34:35 +04:00
2011-07-09 20:21:38 +04:00
msgid "Use internal edi&t"
msgstr "Встроенный &редактор"
2009-08-26 22:34:35 +04:00
2011-07-09 20:21:38 +04:00
msgid "Pause after run"
msgstr "Пауза после выполнения"
2009-08-26 22:34:35 +04:00
2011-07-09 20:21:38 +04:00
msgid "Timeout:"
msgstr "Интервал:"
2009-08-26 22:34:35 +04:00
2011-07-09 20:21:38 +04:00
msgid "S&ingle press"
msgstr "Одино&чное нажатие"
2009-08-26 22:34:35 +04:00
2011-07-09 20:21:38 +04:00
msgid "Esc key mode"
msgstr "Клавиша Esc"
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 "Preallocate &space"
2012-04-22 15:03:36 +04:00
msgstr "Предварительно в&ыделить место"
2011-12-13 15:08:00 +04:00
2011-07-09 20:21:38 +04:00
msgid "Mkdi&r autoname"
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 "Classic pro&gressbar"
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 "Compute tota&ls"
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 "&Verbose operation"
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 "File operation 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
2011-07-09 20:21:38 +04:00
msgid "Configure 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
2011-07-09 20:21:38 +04:00
msgid "Case &insensitive"
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 "Case s&ensitive"
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 "Use panel sort mo&de"
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 "Quick search"
msgstr "Быстрый поиск"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Permissions"
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 "File &types"
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 "File highlight"
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 "&Mouse page scrolling"
2011-09-11 10:40:32 +04:00
msgstr "Страничное листание мышь&ю"
2009-08-26 18:13:19 +04:00
2011-07-09 20:21:38 +04:00
msgid "Pa&ge scrolling"
msgstr "Страни&чное листание"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "L&ynx-like motion"
msgstr "Навигация в стиле l&ynx"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Navigation"
msgstr "Навигация"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "A&uto save panels setup"
msgstr "&Автосохранение настроек панелей"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Simple s&wap"
2011-09-11 10:40:32 +04:00
msgstr "Прос&тая перестановка"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Re&verse files only"
msgstr "Ин&вертировать только файлы"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Ma&rk moves down"
msgstr "&Отметка перемещает курсор"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "&Fast dir reload"
msgstr "&Быстрая загрузка каталога"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Show &hidden files"
msgstr "Показывать скр&ытые файлы"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Show &backup files"
msgstr "Показывать р е &зервные файлы"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Mi&x all files"
2011-09-11 10:40:32 +04:00
msgstr "Сме&шивать файлы/каталоги"
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Use SI si&ze units"
msgstr "Вывод в едини&цах СИ"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Show mi&ni-status"
2011-09-11 10:40:32 +04:00
msgstr "Показывать &мини-статус"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
msgid "Panel options"
msgstr "Настройки панели"
2009-09-30 12:17:48 +04:00
2011-07-09 20:21:38 +04:00
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."
2012-04-22 15:03:36 +04:00
msgstr "Использование опции быстрой перезагрузки может не отразить\nте ку ще г о содержимого каталога. В этом случае требуется вручную\nпе р е за г р у зить каталог. Для дополнительной информации смотрите\nр у ко во дс тво (man)."
2009-09-30 12:17:48 +04:00
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
2011-07-09 20:21:38 +04:00
msgid "&Extension"
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
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 "Command"
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
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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Файл %s в текущем каталоге не принадлежит ни root'у , ни Вам,\nили доступен другим на запись. Использование такого файла неприемлемо\nc точки зрения безопасности."
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 ""
"Cannot open file%s\n"
"%s"
2012-04-22 15:03:36 +04:00
msgstr "Невозможно открыть файл %s\n%s"
2010-06-07 23:17:41 +04: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-04-22 15:03:36 +04:00
msgstr "Пожалуйста, нажмите клавишу %s\nи подождите, пока это сообщение пропадет.\n\nЗ а те м нажмите е е еще раз, чтобы убедиться,\nчто справа от е е названия появилось \"OK\".\n\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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Отлично! У вас есть полная база описаний терминалов!\nВ с е ваши клавиши работают хорошо."
2010-06-07 23:17:41 +04:00
2011-07-09 20:21:38 +04:00
msgid "Press all the keys mentioned here. After you have done it, check"
msgstr "Нажмите все перечисленные выше клавиши. После нажатий найдите,"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "which keys are not marked with OK. Press space on the missing"
msgstr "какие клавиши не имеют пометки \"OK\". Для обучения клавише выберите"
2009-09-03 00:02:43 +04:00
2011-07-09 20:21:38 +04:00
msgid "key, or click with the mouse to define it. Move around with Tab."
msgstr "е е при помощи 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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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"
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-03-19 19:55:19 +04:00
msgid "Home directory:"
2012-04-10 15:14:59 +04:00
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
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"
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 "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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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
2011-07-09 20:21:38 +04:00
msgid "fish: Setting up current directory..."
msgstr "fish: устанавливается текущий каталог..."
2010-05-05 23:34:59 +04:00
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "fish: Connected, home %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 "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 zeros"
2011-09-11 10:40:32 +04:00
msgstr "fish: запись нулевых данных"
2009-09-30 17:52:25 +04:00
2011-07-09 20:21:38 +04:00
msgid "fish: storing file"
2011-09-11 10:40:32 +04:00
msgstr "ftpfs: запись файла"
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"
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:"
msgstr "Счет:"
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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +04:00
msgstr "Предупреждение: неправильный флаг %c в %s:\n%s\n"
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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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
2010-06-07 23:17:41 +04:00
msgid "Cannot spawn child process"
msgstr "Невозможно породить дочерний процесс"
1999-12-13 17:22:02 +03:00
2010-01-31 12:48:41 +03:00
msgid "Empty output from child filter"
msgstr "Дочерний фильтр не вернул данные"
1999-12-13 17:22:02 +03:00
2010-01-31 12:48:41 +03:00
msgid "&Line number (decimal)"
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
#, 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-04-22 15:03:36 +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-04-22 15:03:36 +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-04-22 15:03:36 +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
2010-01-31 12:48:41 +03:00
msgid "Seeking to search result"
msgstr "Переход к найденному"
2009-10-01 03:50:39 +04:00
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 "Продолжить с начала?"