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-09-10 15:41:24 +04:00
#
2012-03-19 19:55:19 +04:00
# Translators:
# <aborodin@vmail.ru>, 2011.
2012-07-18 14:24:25 +04:00
# Alex Tkachenko <alex@bcs.zp.ua>, 1998.
2011-09-11 10:40:32 +04:00
# and Alex Tkachenko <alex@bcs.zp.ua>, 1998.
2012-09-10 15:41:24 +04:00
# Andrew Borodin <aborodin@vmail.ru>, 2009-2012.
2012-03-19 19:55:19 +04:00
# 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.
2012-09-10 15:41:24 +04:00
# Slava Zanko <slavazanko@gmail.com>, 2009,2011.
2012-03-19 19:55:19 +04:00
# 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-09-10 15:41:24 +04:00
"Report-Msgid-Bugs-To: http://www.midnight-commander.org/report\n"
2012-09-03 10:11:08 +04:00
"POT-Creation-Date: 2012-09-03 10:08+0400\n"
2012-09-10 15:41:24 +04:00
"PO-Revision-Date: 2012-09-07 06:16+0000\n"
2012-04-22 15:03:36 +04:00
"Last-Translator: aborodin <aborodin@vmail.ru>\n"
2012-09-10 15:41:24 +04:00
"Language-Team: Russian (http://www.transifex.com/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-09-03 10:11:08 +04:00
"Language: ru\n"
2012-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: lib/charsets.c:220
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
2012-09-14 15:04:29 +04:00
#: lib/charsets.c:223
2010-11-29 00:58:10 +03:00
msgid "7-bit ASCII"
msgstr "7-битный ASCII"
2012-09-14 15:04:29 +04:00
#: lib/charsets.c:314 lib/charsets.c:325
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Cannot translate from %s to %s"
msgstr "Невозможно перекодировать из %s в %s"
2012-09-14 15:04:29 +04:00
#: lib/event/event.c:55
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
2012-09-14 15:04:29 +04:00
#: lib/event/event.c:66
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
2012-09-14 15:04:29 +04:00
#: lib/event/event.c:80
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
2012-09-14 15:04:29 +04:00
#: lib/event/manage.c:76
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
2012-09-14 15:04:29 +04:00
#: lib/event/manage.c:174
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
2012-09-14 15:04:29 +04:00
#: lib/event/manage.c:199
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
2012-09-14 15:04:29 +04:00
#: lib/lock.c:236
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-09-10 15:41:24 +04:00
msgstr "Файл \"%s\" уже редактируется.\nПользователь: %s\nИдентификатор процесса: %d"
2010-06-22 21:54:11 +04:00
2012-09-14 15:04:29 +04:00
#: lib/lock.c:241
2010-06-22 21:54:11 +04:00
msgid "File locked"
msgstr "Файл заблокирован"
2012-09-14 15:04:29 +04:00
#: lib/lock.c:241
2010-06-22 21:54:11 +04:00
msgid "&Grab lock"
msgstr "Захватить замок"
2012-09-14 15:04:29 +04:00
#: lib/lock.c:241
2010-06-22 21:54:11 +04:00
msgid "&Ignore lock"
msgstr "Игнорировать замок"
2012-09-14 15:04:29 +04:00
#: lib/mcconfig/paths.c:143
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Cannot create %s directory"
msgstr "Невозможно создать каталог \"%s\""
2012-09-14 15:04:29 +04:00
#: lib/mcconfig/paths.c:165
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
2012-09-14 15:04:29 +04:00
#: lib/mcconfig/paths.c:220
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
2012-09-14 15:04:29 +04:00
#: lib/mcconfig/paths.c:466
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: lib/mcconfig/paths.c:475
2011-12-13 15:08:00 +04:00
#, c-format
msgid ""
"Your old settings were migrated from %s\n"
"to %s\n"
2012-09-10 15:41:24 +04:00
msgstr "Ваши старые настройки перемещены из %s\nв %s\n"
2011-12-13 15:08:00 +04:00
2012-09-14 15:04:29 +04:00
#: lib/search/lib.c:43 src/diffviewer/search.c:263 src/editor/editcmd.c:807
#: src/editor/editcmd.c:828 src/editor/editcmd.c:868 src/editor/editcmd.c:958
#: src/editor/editcmd.c:2751 src/viewer/search.c:107
2010-06-07 23:17:41 +04:00
msgid "Search string not found"
msgstr "Искомая строка не найдена"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: lib/search/lib.c:44
2010-06-07 23:17:41 +04:00
msgid "Not implemented yet"
msgstr "Пока не реализовано"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: lib/search/lib.c:46
2010-06-07 23:17:41 +04:00
msgid "Num of replace tokens not equal to num of found tokens"
2012-09-10 15:41:24 +04:00
msgstr "Количество шаблонных полей не соответствует количеству полей для замены"
2005-08-23 14:44:28 +04:00
2012-09-14 15:04:29 +04:00
#: lib/search/lib.c:47
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
2012-09-14 15:04:29 +04:00
#: lib/search/regex.c:269 lib/search/regex.c:736 src/filemanager/ext.c:716
2011-07-09 20:21:38 +04:00
msgid "Regular expression error"
2011-09-11 10:40:32 +04:00
msgstr "Ошибка в регулярном выражении"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: lib/search/search.c:50 src/diffviewer/ydiff.c:2422
2012-07-18 14:24:25 +04:00
msgid "No&rmal"
2011-12-27 22:31:22 +04:00
msgstr "О&бычный"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: lib/search/search.c:51 src/filemanager/find.c:504
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
2012-09-14 15:04:29 +04:00
#: lib/search/search.c:52
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
2012-09-14 15:04:29 +04:00
#: lib/search/search.c:53
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
2012-09-14 15:04:29 +04:00
#: lib/skin/common.c:126
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-09-10 15:41:24 +04:00
msgstr "Невозможно загрузить скин %s.\nИспользуется скин по умолчанию"
2002-12-16 09:44:14 +03:00
2012-09-14 15:04:29 +04:00
#: lib/skin/common.c:138
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-09-10 15:41:24 +04:00
msgstr "Невозможно произвести синтаксический разбор файла %s.\nИспользуется скин по умолчанию"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: lib/skin/common.c:151
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-09-10 15:41:24 +04:00
msgstr "Невозможно использовать скин %s, требующий 256 цветов,\nна терминале, не поддерживающем 256 цветов.\nБудет использован скин по-умолчанию"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:96
2010-01-31 12:48:41 +03:00
msgid "Function key 1"
msgstr "Функциональная 1 "
2002-10-21 08:35:07 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:97
2010-01-31 12:48:41 +03:00
msgid "Function key 2"
msgstr "Функциональная 2 "
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:98
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:99
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:100
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:101
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:102
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:103
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:104
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:105
2010-01-31 12:48:41 +03:00
msgid "Function key 10"
msgstr "Функциональная 10"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:106
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:107
2010-01-31 12:48:41 +03:00
msgid "Function key 12"
msgstr "Функциональная 12"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:108
2010-01-31 12:48:41 +03:00
msgid "Function key 13"
msgstr "Функциональная 13"
1999-03-08 08:21:24 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:109
2010-01-31 12:48:41 +03:00
msgid "Function key 14"
msgstr "Функциональная 14"
1999-03-08 08:21:24 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:110
2010-01-31 12:48:41 +03:00
msgid "Function key 15"
msgstr "Функциональная 15"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:111
2010-01-31 12:48:41 +03:00
msgid "Function key 16"
msgstr "Функциональная 16"
1999-03-08 08:21:24 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:112
2010-01-31 12:48:41 +03:00
msgid "Function key 17"
msgstr "Функциональная 17"
1999-03-08 08:21:24 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:113
2010-01-31 12:48:41 +03:00
msgid "Function key 18"
msgstr "Функциональная 18"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:114
2010-01-31 12:48:41 +03:00
msgid "Function key 19"
msgstr "Функциональная 19"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:115
2010-01-31 12:48:41 +03:00
msgid "Function key 20"
msgstr "Функциональная 20"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:116 lib/tty/key.c:156
2010-01-31 12:48:41 +03:00
msgid "Backspace key"
msgstr "Клавиша Backspace"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:117
2010-01-31 12:48:41 +03:00
msgid "End key"
msgstr "Клавиша End "
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:118
2010-01-31 12:48:41 +03:00
msgid "Up arrow key"
msgstr "Стрелка вверх "
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:119
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:120
2010-01-31 12:48:41 +03:00
msgid "Left arrow key"
msgstr "Стрелка влево "
2009-02-21 17:48:00 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:121
2010-01-31 12:48:41 +03:00
msgid "Right arrow key"
msgstr "Стрелка вправо "
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:122
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:123
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:124
2010-01-31 12:48:41 +03:00
msgid "Page Up key"
msgstr "Клавиша Page Up "
2004-12-02 11:26:55 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:125 lib/tty/key.c:157
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:126 lib/tty/key.c:158
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:127
2010-01-31 12:48:41 +03:00
msgid "Completion/M-tab"
msgstr "Завершение/M-Tab "
1998-05-07 00:04:08 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:128
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:129
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:130
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:131
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:132
2010-01-31 12:48:41 +03:00
msgid "* on keypad"
msgstr "* доп.клавиатуры "
2002-12-26 18:09:51 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:135 lib/tty/key.c:155
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:136
2010-01-31 12:48:41 +03:00
msgid "Left arrow keypad"
msgstr "Left доп.клавиатуры"
1998-05-07 00:04:08 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:137
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:138
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:139
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:140
2010-01-31 12:48:41 +03:00
msgid "Home on keypad"
msgstr "Home доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:141
2010-01-31 12:48:41 +03:00
msgid "End on keypad"
msgstr "End доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:142
2010-01-31 12:48:41 +03:00
msgid "Page Down keypad"
msgstr "Page Down доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:143
2010-01-31 12:48:41 +03:00
msgid "Page Up keypad"
msgstr "Page Up доп.клавиатуры"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:144
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:145
2010-01-31 12:48:41 +03:00
msgid "Delete on keypad"
msgstr "Delete доп.клавиатуры"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:146
2010-01-31 12:48:41 +03:00
msgid "Enter on keypad"
msgstr "Enter доп.клавиатуры"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:147
2010-01-31 12:48:41 +03:00
msgid "Function key 21"
msgstr "Функциональная 21"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:148
2010-01-31 12:48:41 +03:00
msgid "Function key 22"
msgstr "Функциональная 22"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:149
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:150
2010-01-31 12:48:41 +03:00
msgid "Function key 24"
msgstr "Функциональная 24"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:151
2010-09-06 21:00:03 +04:00
msgid "A1 key"
msgstr "Клавиша A1"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:152
2010-09-06 21:00:03 +04:00
msgid "C1 key"
msgstr "Клавиша C1"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:159
2010-01-31 12:48:41 +03:00
msgid "Plus"
msgstr "Плюс"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:160
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:161
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:162
2010-01-31 12:48:41 +03:00
msgid "Dot"
msgstr "Точка"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:163
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:164
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:165
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:166
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:167
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:168
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:169
2010-01-31 12:48:41 +03:00
msgid "Exclamation mark"
2012-07-18 14:24:25 +04:00
msgstr "Exclamation mark"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:170
2010-01-31 12:48:41 +03:00
msgid "Question mark"
msgstr "Вопросительный знак"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:171
2010-01-31 12:48:41 +03:00
msgid "Ampersand"
msgstr "Амперсанд"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:172
2010-01-31 12:48:41 +03:00
msgid "Dollar sign"
msgstr "Знак доллара"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:173
2010-01-31 12:48:41 +03:00
msgid "Quotation mark"
msgstr "Знак цитирования"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:174
2011-10-19 14:36:11 +04:00
msgid "Percent sign"
msgstr "Знак процента"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:175
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:176
2010-01-31 12:48:41 +03:00
msgid "Tilda"
msgstr "Тильда"
2000-05-15 23:12:55 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:177
2010-01-31 12:48:41 +03:00
msgid "Prime"
msgstr "Обратный апостроф"
2000-05-15 23:12:55 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:178
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
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:179
2010-01-31 12:48:41 +03:00
msgid "Understrike"
msgstr "Подчёркивание"
2000-05-15 23:12:55 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:180
2010-01-31 12:48:41 +03:00
msgid "Pipe"
msgstr "Прямая черта"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:181
2010-07-05 21:49:54 +04:00
msgid "Left parenthesis"
2010-06-22 21:54:11 +04:00
msgstr "Левая скобка"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:182
2010-07-05 21:49:54 +04:00
msgid "Right parenthesis"
2010-06-22 21:54:11 +04:00
msgstr "Правая скобка"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:183
2010-06-22 21:54:11 +04:00
msgid "Left bracket"
msgstr "Левая квадратная скобка"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:184
2010-06-22 21:54:11 +04:00
msgid "Right bracket"
msgstr "Правая квадратная скобка"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:185
2010-06-22 21:54:11 +04:00
msgid "Left brace"
msgstr "Левая фигурная скобка"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:186
2010-06-22 21:54:11 +04:00
msgid "Right brace"
msgstr "Правая фигурная скобка"
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:187
2010-01-31 12:48:41 +03:00
msgid "Enter"
msgstr "Ввод"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:188
2010-01-31 12:48:41 +03:00
msgid "Tab key"
msgstr "Клавиша TAB"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:189
2010-01-31 12:48:41 +03:00
msgid "Space key"
msgstr "Пробел"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:190
2010-01-31 12:48:41 +03:00
msgid "Slash key"
msgstr "Знак деления (слэш)"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:191
2010-01-31 12:48:41 +03:00
msgid "Backslash key"
msgstr "Клавиша Backspace"
2002-12-26 18:09:51 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:192 lib/tty/key.c:193
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" (@).
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:195
2010-11-29 00:58:10 +03:00
msgid "At sign"
2010-12-09 13:42:39 +03:00
msgstr "Знак \"собака\""
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:198 lib/tty/key.c:199
2010-01-31 12:48:41 +03:00
msgid "Ctrl"
msgstr "Ctrl"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:200 lib/tty/key.c:201 lib/tty/key.c:202
2010-01-31 12:48:41 +03:00
msgid "Alt"
msgstr "Alt"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/key.c:203
2010-01-31 12:48:41 +03:00
msgid "Shift"
msgstr "Shift"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/tty/tty.c:97
2011-10-19 14:36:11 +04:00
msgid "The TERM environment variable is unset!\n"
msgstr "Переменная среды TERM не определена!\n"
2012-09-14 15:04:29 +04:00
#: lib/tty/tty-slang.c:290
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-09-10 15:41:24 +04:00
msgstr "Размер экрана %dx%d не поддерживается.\nПроверьте переменную окружения TERM.\n"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/utilunix.c:341 lib/utilunix.c:346 lib/utilunix.c:398
#: src/editor/editcmd.c:183 src/editor/editcmd.c:206 src/editor/editcmd.c:405
#: src/editor/editcmd.c:571 src/editor/editcmd.c:1692
#: src/editor/editcmd.c:3459 src/editor/editcmd.c:3488
#: src/editor/editcmd_dialogs.c:521 src/execute.c:119
#: src/filemanager/file.c:1568 src/filemanager/panel.c:4238 src/help.c:364
#: src/main.c:529 src/subshell.c:389 src/subshell.c:1061
#: src/viewer/actions_cmd.c:388
2010-01-31 12:48:41 +03:00
msgid "Warning"
msgstr "Предупреждение"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/utilunix.c:341 src/filemanager/ext.c:698
2010-06-07 23:17:41 +04:00
msgid "Pipe failed"
msgstr "Сбой канала"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/utilunix.c:346
2010-06-07 23:17:41 +04:00
msgid "Dup failed"
msgstr "Сбой дублирования дескриптора"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: lib/utilunix.c:406
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
2012-09-14 15:04:29 +04:00
#: lib/vfs/direntry.c:277
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
2012-09-14 15:04:29 +04:00
#: lib/vfs/direntry.c:705 lib/vfs/direntry.c:708
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
2012-09-14 15:04:29 +04:00
#: lib/vfs/direntry.c:1295
2010-11-29 00:58:10 +03:00
msgid "Starting linear transfer..."
msgstr "Запуск линейной передачи..."
2012-09-14 15:04:29 +04:00
#: lib/vfs/direntry.c:1375
2010-01-31 12:48:41 +03:00
msgid "Getting file"
msgstr "Получение файла"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:174
2011-07-09 20:21:38 +04:00
msgid "Changes to file lost"
msgstr "Изменения для файла потеряны"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:891
2012-03-19 19:55:19 +04:00
#, c-format
msgid "%s is not a directory\n"
msgstr "%s не является каталогом\n"
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:893
2012-03-19 19:55:19 +04:00
#, c-format
msgid "Directory %s is not owned by you\n"
msgstr "Вы не владеете каталогом %s\n"
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:895
2012-03-19 19:55:19 +04:00
#, c-format
msgid "Cannot set correct permissions for directory %s\n"
msgstr "Невозможно установить правильные права доступа к каталогу %s\n"
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:903
2012-03-19 19:55:19 +04:00
#, c-format
msgid "Cannot create temporary directory %s: %s\n"
msgstr "Невозможно создать временный каталог %s: %s\n"
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:941
2012-03-19 19:55:19 +04:00
#, c-format
msgid "Temporary files will be created in %s\n"
msgstr "Временные файлы будут создаваться в каталоге %s\n"
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:947
2012-03-19 19:55:19 +04:00
#, c-format
msgid "Temporary files will not be created\n"
msgstr "Временные файлы не будут создаваться\n"
2012-09-14 15:04:29 +04:00
#: lib/vfs/interface.c:952 src/execute.c:174
2012-03-19 19:55:19 +04:00
#, c-format
msgid "Press any key to continue..."
msgstr "Для продолжения нажмите любую клавишу..."
2012-09-14 15:04:29 +04:00
#: lib/vfs/parse_ls_vga.c:868
2011-07-09 20:21:38 +04:00
msgid "Cannot parse:"
msgstr "Невозможно проанализировать:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/vfs/parse_ls_vga.c:871
2011-07-09 20:21:38 +04:00
msgid "More parsing errors will be ignored."
msgstr "Остальные ошибки анализа будут проигнорированы."
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/vfs/utilvfs.c:343
2011-07-09 20:21:38 +04:00
msgid "Internal error:"
msgstr "Внутренняя ошибка:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/vfs/utilvfs.c:352 src/filemanager/boxes.c:1144
2011-07-09 20:21:38 +04:00
msgid "Password:"
msgstr "Пароль:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/dialog-switch.c:246
2011-07-09 20:21:38 +04:00
msgid "Screens"
msgstr "Экраны"
2010-07-05 21:49:54 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/history.c:302 lib/widget/history.c:324
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
2012-09-14 15:04:29 +04:00
#: lib/widget/listbox.c:279
2011-07-09 20:21:38 +04:00
msgid "DialogTitle|History cleanup"
msgstr "Очистка истории"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/listbox.c:280
2011-07-09 20:21:38 +04:00
msgid "Do you want clean this history?"
msgstr "Желаете очистить историю?"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/listbox.c:281 src/diffviewer/ydiff.c:3090
#: src/editor/editcmd.c:185 src/editor/editcmd.c:208 src/editor/editcmd.c:2875
#: src/editor/editcmd.c:2881 src/filemanager/cmd.c:140
#: src/filemanager/file.c:597 src/filemanager/file.c:2746
#: src/filemanager/filegui.c:391 src/filemanager/hotlist.c:1240
#: src/filemanager/hotlist.c:1257 src/filemanager/midnight.c:1039
#: src/filemanager/midnight.c:1047 src/filemanager/panel.c:2596
#: src/filemanager/tree.c:894 src/subshell.c:1063 src/viewer/lib.c:172
#: src/viewer/lib.c:178 src/viewer/search.c:332
2011-07-09 20:21:38 +04:00
msgid "&Yes"
msgstr "&Да"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/listbox.c:281 src/diffviewer/ydiff.c:3090
#: src/editor/editcmd.c:185 src/editor/editcmd.c:2875
#: src/editor/editcmd.c:2881 src/filemanager/cmd.c:140
#: src/filemanager/file.c:597 src/filemanager/file.c:2746
#: src/filemanager/filegui.c:389 src/filemanager/hotlist.c:1240
#: src/filemanager/hotlist.c:1257 src/filemanager/midnight.c:1039
#: src/filemanager/midnight.c:1047 src/filemanager/panel.c:2596
#: src/filemanager/tree.c:894 src/subshell.c:1063 src/viewer/lib.c:172
#: src/viewer/lib.c:178 src/viewer/search.c:333
2011-07-09 20:21:38 +04:00
msgid "&No"
msgstr "&Нет"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/wtools.c:162
2011-07-09 20:21:38 +04:00
msgid "Background process:"
msgstr "Фоновый процесс:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: lib/widget/wtools.c:188 src/diffviewer/search.c:73
#: src/diffviewer/ydiff.c:2428 src/editor/editcmd.c:185
#: src/editor/editcmd.c:208 src/editor/editcmd.c:407 src/editor/editcmd.c:431
#: src/editor/editcmd.c:574 src/editor/editcmd.c:1573
#: src/editor/editcmd.c:1693 src/editor/editcmd.c:2048
#: src/editor/editcmd.c:2875 src/editor/editcmd.c:3300
#: src/editor/editcmd.c:3462 src/editor/editcmd.c:3491
#: src/editor/editcmd_dialogs.c:110 src/editor/editcmd_dialogs.c:179
#: src/editor/editcmd_dialogs.c:523 src/editor/editcmd_dialogs.c:590
#: src/editor/editoptions.c:128 src/editor/spell_dialogs.c:100
#: src/filemanager/achown.c:90 src/filemanager/boxes.c:251
#: src/filemanager/boxes.c:382 src/filemanager/boxes.c:606
#: src/filemanager/boxes.c:694 src/filemanager/boxes.c:782
#: src/filemanager/boxes.c:939 src/filemanager/boxes.c:1054
#: src/filemanager/boxes.c:1145 src/filemanager/chmod.c:121
#: src/filemanager/chown.c:97 src/filemanager/cmd.c:1220
#: src/filemanager/filegui.c:1017 src/filemanager/find.c:511
#: src/filemanager/hotlist.c:209 src/filemanager/hotlist.c:682
#: src/filemanager/hotlist.c:1029 src/filemanager/hotlist.c:1125
#: src/filemanager/layout.c:451 src/filemanager/option.c:125
#: src/filemanager/option.c:315 src/filemanager/panelize.c:93 src/learn.c:91
#: src/viewer/dialogs.c:92 src/viewer/dialogs.c:194 src/viewer/hex.c:389
2011-07-09 20:21:38 +04:00
msgid "&Cancel"
msgstr "&Прервать"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: lib/widget/wtools.c:189 src/diffviewer/search.c:74
#: src/diffviewer/ydiff.c:2429 src/editor/editcmd.c:432
#: src/editor/editcmd.c:1575 src/editor/editcmd.c:2751
#: src/editor/editcmd.c:3301 src/editor/editcmd_dialogs.c:111
#: src/editor/editcmd_dialogs.c:183 src/editor/editoptions.c:129
#: src/editor/editwidget.c:143 src/filemanager/boxes.c:146
#: src/filemanager/boxes.c:250 src/filemanager/boxes.c:383
#: src/filemanager/boxes.c:608 src/filemanager/boxes.c:695
#: src/filemanager/boxes.c:783 src/filemanager/boxes.c:940
#: src/filemanager/boxes.c:1055 src/filemanager/boxes.c:1145
#: src/filemanager/filegui.c:1025 src/filemanager/find.c:511
#: src/filemanager/layout.c:450 src/filemanager/option.c:126
#: src/filemanager/option.c:316 src/subshell.c:392 src/viewer/dialogs.c:94
#: src/viewer/dialogs.c:195
2011-07-09 20:21:38 +04:00
msgid "&OK"
msgstr "&Дальше"
2010-12-09 13:42:39 +03:00
2012-09-14 15:04:29 +04:00
#: lib/widget/wtools.c:324 lib/widget/wtools.c:445 src/editor/edit.c:219
#: src/editor/edit.c:253 src/editor/edit.c:405 src/editor/edit.c:2100
#: src/editor/edit.c:2110 src/editor/editcmd.c:269 src/editor/editcmd.c:279
#: src/editor/editcmd.c:357 src/editor/editcmd.c:2975 src/editor/spell.c:310
#: src/editor/spell.c:545 src/editor/spell.c:553
2011-07-09 20:21:38 +04:00
msgid "Error"
msgstr "Ошибка"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:104
2011-07-09 20:21:38 +04:00
msgid "Displays the current version"
msgstr "Показать текущую версию"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:112
2011-07-09 20:21:38 +04:00
msgid "Print data directory"
msgstr "Распечатать имя каталога для данных"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:120
2011-07-09 20:21:38 +04:00
msgid "Print extended info about used data directories"
2012-07-18 14:24:25 +04:00
msgstr "Показ расширенной информации об используемых каталогах"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:128
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
2012-09-14 15:04:29 +04:00
#: src/args.c:135
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
2012-09-14 15:04:29 +04:00
#: src/args.c:143
2011-07-09 20:21:38 +04:00
msgid "Enables subshell support (default)"
msgstr "Включить поддержку встроенной командной оболочки (по умолчанию)"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:150
2011-07-09 20:21:38 +04:00
msgid "Disables subshell support"
msgstr "Отключить поддержку встроенной командной оболочки"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:160
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
2012-09-14 15:04:29 +04:00
#: src/args.c:168
2011-07-09 20:21:38 +04:00
msgid "Set debug level"
msgstr "Установить уровень отладки"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:177
2011-07-09 20:21:38 +04:00
msgid "Launches the file viewer on a file"
msgstr "Просматривать файл"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:184
2012-07-18 14:24:25 +04:00
msgid "Edit files"
msgstr "Редактировать файлы"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:201
2011-07-09 20:21:38 +04:00
msgid "Forces xterm features"
msgstr "Подразумевать свойства xterm"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:208
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
2012-09-14 15:04:29 +04:00
#: src/args.c:215
2011-10-19 14:36:11 +04:00
msgid "Tries to use an old highlight mouse tracking"
msgstr "Пытаться использовать старый способ трэкинга мыши"
2012-09-14 15:04:29 +04:00
#: src/args.c:222
2011-07-09 20:21:38 +04:00
msgid "Disable mouse support in text version"
msgstr "Отключить поддержку мыши в текстовой версии"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:230
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
2012-09-14 15:04:29 +04:00
#: src/args.c:238
2011-07-09 20:21:38 +04:00
msgid "To run on slow terminals"
msgstr "Подразумевать медленный терминал"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:245
2011-07-09 20:21:38 +04:00
msgid "Use stickchars to draw"
msgstr "Использовать псевдографику для рисования"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:252
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
2012-09-14 15:04:29 +04:00
#: src/args.c:259
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
2012-09-14 15:04:29 +04:00
#: src/args.c:266
2011-07-09 20:21:38 +04:00
msgid "Don't load definitions of key bindings from file, use defaults"
2012-09-10 15:41:24 +04:00
msgstr "Не загружать привязки клавиш из файла, использовать привязки по умолчанию"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:287
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
2012-09-14 15:04:29 +04:00
#: src/args.c:294
2011-07-09 20:21:38 +04:00
msgid "Request to run in color mode"
msgstr "Принудительно установить цветной режим"
1999-02-18 11:05:36 +03:00
2012-09-14 15:04:29 +04:00
#: src/args.c:301
2011-07-09 20:21:38 +04:00
msgid "Specifies a color configuration"
msgstr "Определить настройки цветов"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:308
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
2012-09-14 15:04:29 +04:00
#: src/args.c:353
2010-01-31 12:48:41 +03:00
msgid ""
2011-07-09 20:21:38 +04:00
"--colors KEYWORD={FORE},{BACK},{ATTR}:KEYWORD2=...\n"
"\n"
"{FORE}, {BACK} and {ATTR} can be omitted, and the default will be used\n"
"\n"
" Keywords:\n"
" Global: errors, disabled, reverse, gauge, header\n"
" input, inputmark, inputunchanged, commandlinemark\n"
" bbarhotkey, bbarbutton, statusbar\n"
" File display: normal, selected, marked, markselect\n"
" Dialog boxes: dnormal, dfocus, dhotnormal, dhotfocus, errdhotnormal,\n"
" errdhotfocus\n"
" Menus: menunormal, menuhot, menusel, menuhotsel, menuinactive\n"
" Popup menus: pmenunormal, pmenusel, pmenutitle\n"
" Editor: editnormal, editbold, editmarked, editwhitespace,\n"
2012-07-18 14:24:25 +04:00
" editlinestate, editbg, editframe, editframeactive\n"
" editframedrag\n"
2011-07-09 20:21:38 +04:00
" Viewer: viewbold, viewunderline, viewselected\n"
" Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
2012-09-10 15:41:24 +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, editbg, editframe, editframeactive\n editframedrag\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
2012-09-14 15:04:29 +04:00
#: src/args.c:370
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/args.c:382
2011-07-09 20:21:38 +04:00
msgid "Color options"
msgstr "Цветовые настройки"
2012-09-14 15:04:29 +04:00
#: src/args.c:392 src/args.c:394
2011-07-09 20:21:38 +04:00
msgid "+number"
msgstr "+число"
2012-09-14 15:04:29 +04:00
#: src/args.c:393
2011-07-09 20:21:38 +04:00
msgid "[this_dir] [other_panel_dir]"
msgstr "[этот_каталог] [каталог_другой_панели]"
2012-09-14 15:04:29 +04:00
#: src/args.c:396
2011-07-09 20:21:38 +04:00
msgid "Set initial line number for the internal editor"
msgstr "Задать начальную строку для встроенного редактора"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:407
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-09-10 15:41:24 +04:00
msgstr "\nПожалуйста, посылайте любые сообщения об ошибках (включая вывод \"mc -V\")\nкак тикеты на www.midnight-commander.org\n"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:410 src/filemanager/midnight.c:1706 src/textconf.c:140
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
2012-09-14 15:04:29 +04:00
#: src/args.c:597 src/filemanager/option.c:361
2011-07-09 20:21:38 +04:00
msgid "Main options"
msgstr "Основные настройки"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:603 src/args.c:604
2011-07-09 20:21:38 +04:00
msgid "Terminal options"
msgstr "Настройки терминала"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/args.c:621
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
2012-09-14 15:04:29 +04:00
#: src/args.c:751
2012-03-19 19:55:19 +04:00
msgid "No arguments given to the viewer."
msgstr "Не заданы аргументы для программы просмотра."
2012-09-14 15:04:29 +04:00
#: src/args.c:764
2012-03-19 19:55:19 +04:00
msgid "Two files are required to evoke the diffviewer."
msgstr "Требуются два файла для программы сравнения."
2012-09-14 15:04:29 +04:00
#: src/background.c:213 src/background.c:287 src/filemanager/file.c:512
#: src/filemanager/file.c:554
2011-07-09 20:21:38 +04:00
msgid "Background process error"
msgstr "Ошибка фонового процесса"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/background.c:220 src/background.c:287
2011-07-09 20:21:38 +04:00
msgid "Unknown error in child"
msgstr "Неизвестная ошибка в дочернем процессе"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/background.c:228
2011-07-09 20:21:38 +04:00
msgid "Child died unexpectedly"
msgstr "Дочерний процесс неожиданно завершился"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/background.c:237 src/background.c:243 src/background.c:252
#: src/background.c:263 src/background.c:269
2011-07-09 20:21:38 +04:00
msgid "Background protocol error"
msgstr "Ошибка фонового протокола"
2009-10-30 21:45:23 +03:00
2012-09-14 15:04:29 +04:00
#: src/background.c:237 src/background.c:252 src/background.c:263
#: src/background.c:269
2011-07-09 20:21:38 +04:00
msgid "Reading failed"
msgstr "Сбой чтения"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/background.c:244
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/internal.h:15 src/editor/edit-impl.h:101
2011-07-09 20:21:38 +04:00
msgid "&Dismiss"
msgstr "&Закрыть"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:111 src/editor/editcmd_dialogs.c:114
#: src/editor/editcmd_dialogs.c:186 src/filemanager/find.c:498
#: src/viewer/dialogs.c:97
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:115 src/editor/editcmd_dialogs.c:118
#: src/editor/editcmd_dialogs.c:190 src/filemanager/find.c:506
#: src/viewer/dialogs.c:100
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:118 src/editor/editcmd_dialogs.c:123
#: src/editor/editcmd_dialogs.c:196 src/viewer/dialogs.c:102
2011-07-09 20:21:38 +04:00
msgid "&Backwards"
msgstr "&Назад"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:121 src/editor/editcmd_dialogs.c:126
#: src/editor/editcmd_dialogs.c:199 src/filemanager/find.c:493
#: src/viewer/dialogs.c:104
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:133 src/editor/editcmd_dialogs.c:137
#: src/editor/editcmd_dialogs.c:210 src/viewer/dialogs.c:110
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:139 src/diffviewer/search.c:263
#: src/diffviewer/search.c:276 src/diffviewer/search.c:303
#: src/editor/editcmd.c:958 src/editor/editcmd.c:988 src/editor/editcmd.c:2645
#: src/editor/editcmd_dialogs.c:221 src/viewer/dialogs.c:116
#: src/viewer/search.c:150 src/viewer/search.c:253 src/viewer/search.c:356
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/search.c:276 src/diffviewer/search.c:303
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:173
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2277
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-09-10 15:41:24 +04:00
msgstr "Невозможно создать файл с резервной копией\n%s%s\n%s"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2287
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to 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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2423
2011-07-09 20:21:38 +04:00
msgid "&Fastest (Assume large files)"
msgstr "Б&ыстрый (для больших файлов)"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2424
2011-07-09 20:21:38 +04:00
msgid "&Minimal (Find a smaller set of change)"
msgstr "&Минимальный (искать меньшее число различий)"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2432
2011-07-09 20:21:38 +04:00
msgid "Strip &trailing carriage return"
msgstr "Не &учитывать переводы строк"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2434
2011-07-09 20:21:38 +04:00
msgid "Ignore all &whitespace"
msgstr "И&гнорировать все пробелы"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2436
2011-07-09 20:21:38 +04:00
msgid "Ignore &space change"
msgstr "&Игнорировать изменения в пробелах"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2438
2011-07-09 20:21:38 +04:00
msgid "Ignore tab &expansion"
msgstr "Игнорировать &табуляции"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2440
2011-07-09 20:21:38 +04:00
msgid "&Ignore case"
msgstr "Игнорировать &регистр"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2441
2011-07-09 20:21:38 +04:00
msgid "Diff extra options"
msgstr "Прочие настройки"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2444
2011-07-09 20:21:38 +04:00
msgid "Diff algorithm"
msgstr "Алгоритм сравнения"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2451
2011-07-09 20:21:38 +04:00
msgid "Diff Options"
msgstr "Настройки сравнения"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2887
2011-07-09 20:21:38 +04:00
msgid "Edit"
msgstr "&Правка"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2887
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
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2913
2011-07-09 20:21:38 +04:00
msgid "Goto line (left)"
msgstr "Перейти к строке (слева)"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2913
2011-07-09 20:21:38 +04:00
msgid "Goto line (right)"
msgstr "Перейти к строке (справа)"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2920 src/editor/editcmd.c:3054
2011-07-09 20:21:38 +04:00
msgid "Enter line:"
msgstr "Введите номер строки:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2954 src/editor/editwidget.c:879
#: src/filemanager/midnight.c:1662 src/filemanager/tree.c:1217 src/help.c:1141
#: src/viewer/display.c:88
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Help"
msgstr "Помощь"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2955 src/editor/editwidget.c:880
#: src/viewer/display.c:100
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Save"
msgstr "Сохранить"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2956 src/filemanager/midnight.c:1665
#: src/viewer/display.c:95
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Edit"
msgstr "Правка"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2957
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Merge"
msgstr "Слияние"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2958 src/editor/editwidget.c:885
#: src/viewer/display.c:110
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Search"
msgstr "Поиск"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2959
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Options"
msgstr "Настройки"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:2960 src/editor/editwidget.c:888
#: src/filemanager/midnight.c:1671 src/help.c:1150 src/viewer/display.c:122
#: src/viewer/display.c:125
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Quit"
msgstr "Выход"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3087 src/editor/editcmd.c:2881 src/viewer/lib.c:170
#: src/viewer/lib.c:176
2011-07-09 20:21:38 +04:00
msgid "Quit"
msgstr "Выход"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3088
2012-09-03 10:11:08 +04:00
msgid "File(s) was modified. Save with exit?"
2012-09-10 15:41:24 +04:00
msgstr "Файл(ы) был(и) изменен(ы). Сохранить при выходе?"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3089
2011-07-09 20:21:38 +04:00
msgid ""
"Midnight Commander is being shut down.\n"
2012-09-03 10:11:08 +04:00
"Save modified file(s)?"
2012-09-10 15:41:24 +04:00
msgstr "Midnight Commander завершается.\nСохранить изменённый(е) файл(ы)?"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3416 src/diffviewer/ydiff.c:3419
2011-07-09 20:21:38 +04:00
msgid "Diff:"
msgstr "Различия:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3531 src/diffviewer/ydiff.c:3540
#: src/diffviewer/ydiff.c:3560 src/diffviewer/ydiff.c:3577
2012-07-18 14:24:25 +04:00
#, c-format
msgid "\"%s\" is a directory"
msgstr "\"%s\" является каталогом"
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3566 src/diffviewer/ydiff.c:3583
#: src/filemanager/file.c:2648 src/viewer/mcviewer.c:343
2012-07-18 14:24:25 +04:00
#, c-format
msgid ""
"Cannot stat \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно получить свойства \"%s\"\n%s"
2012-07-18 14:24:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3592
2012-07-18 14:24:25 +04:00
msgid "Diff viewer: invalid mode"
msgstr "Неверный режим запуска программы сравнения файлов"
2012-09-14 15:04:29 +04:00
#: src/diffviewer/ydiff.c:3631
2011-07-09 20:21:38 +04:00
msgid "Two files are needed to compare"
msgstr "Для сравнения необходимы два файла"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/choosesyntax.c:75
2011-07-09 20:21:38 +04:00
msgid "Choose syntax highlighting"
msgstr "Выбор цветовыделения синтаксиса"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/choosesyntax.c:76
2011-07-09 20:21:38 +04:00
msgid "< Auto >"
msgstr "< Автоматически >"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/choosesyntax.c:77
2011-07-09 20:21:38 +04:00
msgid "< Reload Current Syntax >"
msgstr "Перезагрузить текущее цветовыделение"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:217 src/editor/edit.c:353
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
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:251
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Error reading %s"
msgstr "Ошибка чтения %s:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:368
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
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:379
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
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:396
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
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:2099
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
2012-09-14 15:04:29 +04:00
#: src/editor/edit.c:2109
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:184
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:207
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:268
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:278
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:356
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:406
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:407 src/editor/editcmd.c:574 src/editor/editcmd.c:3461
#: src/editor/editcmd.c:3490 src/editor/editcmd_dialogs.c:523
2011-07-09 20:21:38 +04:00
msgid "C&ontinue"
msgstr "П&родолжить"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:424
2011-07-09 20:21:38 +04:00
msgid "&Do not change"
msgstr "&Не изменять"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:425
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:426
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:427
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:434
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:437 src/editor/editcmd.c:2069
#: src/editor/editcmd.c:3096 src/editor/editcmd.c:3128
2010-11-29 00:58:10 +03:00
msgid "Enter file name:"
msgstr "Введите имя файла:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:443
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:573
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1566
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1567
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1568
2010-11-29 00:58:10 +03:00
msgid "&Do backups with following extension:"
msgstr "Д&елать резервные копии с расширением:"
2002-09-11 12:13:23 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1577
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1586
2010-11-29 00:58:10 +03:00
msgid "Edit Save Mode"
msgstr "Режим сохранения"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1677 src/editor/editcmd.c:1747
2012-07-18 14:24:25 +04:00
msgid "Save as"
msgstr "Сохранить как"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1679
2012-07-18 14:24:25 +04:00
msgid "Cannot save: destination is not a regular file"
msgstr "Невозможно сохранить файл: файл назначения не является обычным файлом"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1693
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1693
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1747 src/editor/editcmd.c:3106
2010-11-29 00:58:10 +03:00
msgid "Cannot save file"
msgstr "Невозможно сохранить файл"
2010-09-06 21:00:03 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1772 src/editor/editcmd.c:1775
2011-07-09 20:21:38 +04:00
msgid "Delete macro"
msgstr "Удалить макрос"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1772
2011-07-09 20:21:38 +04:00
msgid "Press macro hotkey:"
msgstr "Нажмите горячую клавишу для макроса:"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1775
2011-07-09 20:21:38 +04:00
msgid "Macro not deleted"
2011-09-11 10:40:32 +04:00
msgstr "Макрос не удалён"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1830
2010-11-29 00:58:10 +03:00
msgid "Save macro"
msgstr "Сохранить макрос"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1830
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1904
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:1904
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2046
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2048 src/viewer/hex.c:377 src/viewer/hex.c:389
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2048 src/editor/editmenu.c:77 src/learn.c:93
#: src/learn.c:219
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2069
2010-11-29 00:58:10 +03:00
msgid "Load"
msgstr "Загрузить"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2101
2012-07-18 14:24:25 +04:00
msgid "Syntax file edit"
msgstr "Редактирование файла синтаксиса"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2102
2012-07-18 14:24:25 +04:00
msgid "Which syntax file you want to edit?"
msgstr "Какой файл синтаксиса Вы хотите редактировать?"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2103 src/editor/editcmd.c:2148
#: src/filemanager/cmd.c:1038 src/filemanager/cmd.c:1074
#: src/filemanager/cmd.c:1132
2012-07-18 14:24:25 +04:00
msgid "&User"
msgstr "&Пользовательский"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2103 src/editor/editcmd.c:2148
2012-07-18 14:24:25 +04:00
msgid "&System wide"
msgstr "&Общесистемный"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2146 src/filemanager/cmd.c:1072
2012-07-18 14:24:25 +04:00
msgid "Menu edit"
msgstr "Редактирование файла меню"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2147 src/filemanager/cmd.c:1073
2012-07-18 14:24:25 +04:00
msgid "Which menu file do you want to edit?"
msgstr "Какой файл меню Вы хотите редактировать?"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2148 src/filemanager/cmd.c:1074
2012-07-18 14:24:25 +04:00
msgid "&Local"
msgstr "&Местный"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2710 src/editor/editcmd.c:2751
#: src/editor/editcmd.c:2762 src/editor/editcmd_dialogs.c:145
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2762
2010-11-29 00:58:10 +03:00
#, c-format
msgid "%ld replacements made"
msgstr "Осуществлено подстановок: %ld"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2847 src/editor/editwidget.c:419
2012-07-18 14:24:25 +04:00
msgid "[NoName]"
msgstr "[Без имени]"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2874
2012-07-18 14:24:25 +04:00
#, c-format
msgid ""
"File %s was modified.\n"
"Save before close?"
2012-09-10 15:41:24 +04:00
msgstr "Файл %s был изменён.\nСохранить при выходе?"
2012-07-18 14:24:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2875
2012-07-18 14:24:25 +04:00
msgid "Close file"
msgstr "Закрытие файла"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2879
2012-07-18 14:24:25 +04:00
#, c-format
msgid ""
"Midnight Commander is being shut down.\n"
"Save modified file %s?"
2012-09-10 15:41:24 +04:00
msgstr "Midnight Commander завершается.\nСохранить изменённый файл %s?"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2975
2010-11-29 00:58:10 +03:00
msgid "This function is not implemented"
msgstr "Эта функция не реализована"
2004-12-02 11:26:55 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2989
2010-11-29 00:58:10 +03:00
msgid "Copy to clipboard"
msgstr "Копировать в буфер"
1998-04-08 22:50:24 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:2989 src/editor/editcmd.c:3009
2010-11-29 00:58:10 +03:00
msgid "Unable to save to file"
msgstr "Невозможно сохранить в файл"
1998-04-08 22:50:24 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3009
2010-11-29 00:58:10 +03:00
msgid "Cut to clipboard"
msgstr "Вырезать в буфер"
2002-12-01 09:55:30 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3054
2010-11-29 00:58:10 +03:00
msgid "Goto line"
msgstr "Перейти к строке"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3096 src/editor/editcmd.c:3106
2010-11-29 00:58:10 +03:00
msgid "Save block"
msgstr "Сохранить блок"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3128 src/editor/editcmd.c:3143
2010-11-29 00:58:10 +03:00
msgid "Insert file"
msgstr "Вставить файл"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3143
2010-11-29 00:58:10 +03:00
msgid "Cannot insert file"
msgstr "Невозможно вставить файл"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3165
2010-11-29 00:58:10 +03:00
msgid "Sort block"
msgstr "Сортировать блок"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3165
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3173
2010-11-29 00:58:10 +03:00
msgid "Run sort"
msgstr "Выполнить сортировку"
2009-09-14 17:36:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3174
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3195 src/editor/editcmd.c:3202
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3195
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3201
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3236
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3237
2010-11-29 00:58:10 +03:00
msgid "Enter shell command(s):"
msgstr "Введите команду оболочки:"
1998-12-17 11:28:05 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3251
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3251
2010-11-29 00:58:10 +03:00
msgid "Cannot execute command"
msgstr "Невозможно выполнить команду"
2002-09-19 11:06:10 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3303
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3306
2010-11-29 00:58:10 +03:00
msgid "Subject"
msgstr "Тема"
2001-06-07 09:06:55 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3308
2010-11-29 00:58:10 +03:00
msgid "To"
msgstr "Кому"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3309
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3314
2010-11-29 00:58:10 +03:00
msgid "Mail"
msgstr "Почта"
1998-12-17 11:28:05 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3422
2010-11-29 00:58:10 +03:00
msgid "Insert literal"
msgstr "Вставить литерал"
2002-08-20 05:18:23 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3423
2010-11-29 00:58:10 +03:00
msgid "Press any key:"
msgstr "Нажмите любую клавишу:"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd.c:3460 src/editor/editcmd.c:3489
1998-12-17 11:28:05 +03:00
msgid ""
2012-07-18 14:24:25 +04:00
"Current text was modified without a file save.\n"
2010-11-29 00:58:10 +03:00
"Continue discards these changes"
2012-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:121 src/editor/editcmd_dialogs.c:193
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:132
2010-11-29 00:58:10 +03:00
msgid "Enter replacement string:"
msgstr "Введите текст для замены:"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:181
2010-11-29 00:58:10 +03:00
msgid "&Find all"
msgstr "На&йти всё"
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:358
2010-11-29 00:58:10 +03:00
msgid "Cancel"
msgstr "Прервать"
2009-01-06 14:53:58 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:522
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:591 src/editor/spell_dialogs.c:98
#: src/filemanager/file.c:515 src/filemanager/file.c:556
#: src/filemanager/filegui.c:591
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
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:592 src/filemanager/file.c:597
#: src/filemanager/filegui.c:381
2010-11-29 00:58:10 +03:00
msgid "A&ll"
msgstr "&Все"
2003-04-02 23:39:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:593 src/editor/spell_dialogs.c:96
2010-11-29 00:58:10 +03:00
msgid "&Replace"
msgstr "&Заменить"
2010-06-22 21:54:11 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:595
2010-11-29 00:58:10 +03:00
msgid "Replace with:"
msgstr "Заменить на:"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editcmd_dialogs.c:639
2010-11-29 00:58:10 +03:00
msgid "Confirm replace"
msgstr "Подтвердить замену"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editdraw.c:265 src/editor/editwidget.c:359
2012-08-27 12:26:45 +04:00
msgid "NoName"
msgstr "Без имени"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:73
2010-11-29 00:58:10 +03:00
msgid "&Open file..."
msgstr "&Открыть файл..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:74
2010-11-29 00:58:10 +03:00
msgid "&New"
msgstr "&Новый"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:75
2012-07-18 14:24:25 +04:00
msgid "&Close"
msgstr "&Закрыть"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:78
2010-11-29 00:58:10 +03:00
msgid "Save &as..."
msgstr "Сохранить &как..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:80
2010-11-29 00:58:10 +03:00
msgid "&Insert file..."
msgstr "&Вставить файл..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:81
2010-11-29 00:58:10 +03:00
msgid "Cop&y to file..."
msgstr "&Копировать в файл..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:83
2010-11-29 00:58:10 +03:00
msgid "&User menu..."
msgstr "&Меню пользователя..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:85
2010-11-29 00:58:10 +03:00
msgid "A&bout..."
msgstr "О &программе..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:87 src/filemanager/find.c:199 src/subshell.c:392
2010-11-29 00:58:10 +03:00
msgid "&Quit"
msgstr "&Выход"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:99
2010-11-29 00:58:10 +03:00
msgid "&Undo"
msgstr "&Отмена"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:100
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:103
2010-11-29 00:58:10 +03:00
msgid "&Toggle ins/overw"
msgstr "&Режим вставки/замены"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:105
2010-11-29 00:58:10 +03:00
msgid "To&ggle mark"
msgstr "&Переключить в режим пометки"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:106
2010-11-29 00:58:10 +03:00
msgid "&Mark columns"
msgstr "В&ыделить столбцы"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:107
2010-11-29 00:58:10 +03:00
msgid "Mark &all"
msgstr "О&тметить всё"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:108
2010-11-29 00:58:10 +03:00
msgid "Unmar&k"
msgstr "Сн&ять отметку"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:110
2010-11-29 00:58:10 +03:00
msgid "Cop&y"
msgstr "&Копировать блок"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:111
2010-11-29 00:58:10 +03:00
msgid "Mo&ve"
msgstr "Пере&местить блок"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:112 src/filemanager/file.c:1850
#: src/filemanager/midnight.c:252
2010-11-29 00:58:10 +03:00
msgid "&Delete"
msgstr "&Удалить"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:114
2010-11-29 00:58:10 +03:00
msgid "Co&py to clipfile"
msgstr "Коп&ировать в файл буфера обмена"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:115
2010-11-29 00:58:10 +03:00
msgid "&Cut to clipfile"
msgstr "Выре&зать в файл буфера обмена"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:116
2010-11-29 00:58:10 +03:00
msgid "Pa&ste from clipfile"
msgstr "&Вставить из файла буфера обмена"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:118
2010-11-29 00:58:10 +03:00
msgid "&Beginning"
msgstr "&Начало файла"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:119
2010-11-29 00:58:10 +03:00
msgid "&End"
msgstr "Коне&ц файла"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:131
2010-11-29 00:58:10 +03:00
msgid "&Search..."
msgstr "&Поиск..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:132
2010-11-29 00:58:10 +03:00
msgid "Search &again"
msgstr "П&родолжить поиск"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:133
2010-11-29 00:58:10 +03:00
msgid "&Replace..."
msgstr "&Заменить..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:135
2010-11-29 00:58:10 +03:00
msgid "&Toggle bookmark"
msgstr "&Установить/снять закладку"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:136
2010-11-29 00:58:10 +03:00
msgid "&Next bookmark"
msgstr "&К следующей закладке"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:137
2010-11-29 00:58:10 +03:00
msgid "&Prev bookmark"
msgstr "К пре&дыдущей закладке"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:138
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:150
2010-11-29 00:58:10 +03:00
msgid "&Go to line..."
msgstr "Перейти к &строке..."
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:151
2010-11-29 00:58:10 +03:00
msgid "&Toggle line state"
msgstr "Отобразить/скрыть номера с&трок"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:153
2010-11-29 00:58:10 +03:00
msgid "Go to matching &bracket"
msgstr "Перейти к парной ско&бке"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:156
2010-11-29 00:58:10 +03:00
msgid "Toggle s&yntax highlighting"
msgstr "Включить/выключить подсветку с&интаксиса"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:158
2010-11-29 00:58:10 +03:00
msgid "&Find declaration"
msgstr "Перейти к опре&делению"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:160
2010-11-29 00:58:10 +03:00
msgid "Back from &declaration"
msgstr "Назад к то&чке вызова"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:162
2010-11-29 00:58:10 +03:00
msgid "For&ward to declaration"
msgstr "Впер&ёд к определению"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:165
2010-11-29 00:58:10 +03:00
msgid "Encod&ing..."
msgstr "Выбор &кодировки..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:168
2010-11-29 00:58:10 +03:00
msgid "&Refresh screen"
msgstr "Пере&рисовать экран"
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:172
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:173
2010-11-29 00:58:10 +03:00
msgid "Delete macr&o..."
msgstr "&Удалить макрос..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:176
2011-07-09 20:21:38 +04:00
msgid "Record/Repeat &actions"
2011-09-11 10:40:32 +04:00
msgstr "Записать/повторить &действия"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:179
2012-07-18 14:24:25 +04:00
msgid "S&pell check"
msgstr "Проверка ор&фографии"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:181
2012-07-18 14:24:25 +04:00
msgid "C&heck word"
msgstr "Про&верить слово"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:184
2012-09-03 10:11:08 +04:00
msgid "Change spelling &language..."
msgstr "Изменить &язык проверки орфографии..."
2010-04-28 17:04:29 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:188
2010-11-29 00:58:10 +03:00
msgid "&Mail..."
msgstr "&Электронная почта..."
2002-12-16 09:44:14 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:202
2010-11-29 00:58:10 +03:00
msgid "Insert &literal..."
msgstr "Вставить &литерал..."
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:203
2010-11-29 00:58:10 +03:00
msgid "Insert &date/time"
msgstr "Вставить &дату/время"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:206
2010-11-29 00:58:10 +03:00
msgid "&Format paragraph"
msgstr "Форматировать &абзац"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:207
2010-11-29 00:58:10 +03:00
msgid "&Sort..."
msgstr "&Сортировать..."
2010-09-06 21:00:03 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:209
2010-11-29 00:58:10 +03:00
msgid "&Paste output of..."
msgstr "Вставить в&ывод команды..."
2010-09-06 21:00:03 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:211
2010-11-29 00:58:10 +03:00
msgid "&External formatter"
msgstr "&Форматировать"
2003-06-22 13:45:54 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:226 src/filemanager/hotlist.c:198
2012-07-18 14:24:25 +04:00
msgid "&Move"
msgstr "Пере&местить"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:227
2012-07-18 14:24:25 +04:00
msgid "&Resize"
msgstr "Изменить &размер"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:229
2012-07-18 14:24:25 +04:00
msgid "&Toggle fullscreen"
msgstr "Окно во весь &экран"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:231
2012-07-18 14:24:25 +04:00
msgid "&Next"
msgstr "&Следующее"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:232
2012-07-18 14:24:25 +04:00
msgid "&Previous"
msgstr "&Предыдущее"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:233
2012-07-18 14:24:25 +04:00
msgid "&List..."
msgstr "&Список окон..."
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:245
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:246
2010-11-29 00:58:10 +03:00
msgid "Save &mode..."
msgstr "Ре&жим сохранения..."
2010-05-05 23:34:59 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:247 src/filemanager/midnight.c:336
2010-11-29 00:58:10 +03:00
msgid "Learn &keys..."
msgstr "&Распознавание клавиш..."
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:249
2010-11-29 00:58:10 +03:00
msgid "Syntax &highlighting..."
msgstr "&Цветовыделение синтаксиса..."
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:251
2010-11-29 00:58:10 +03:00
msgid "S&yntax file"
msgstr "Ре&дактирование файла синтаксиса"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:252
2010-11-29 00:58:10 +03:00
msgid "&Menu file"
msgstr "Файл &меню"
2001-06-07 09:06:55 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:254 src/filemanager/midnight.c:341
2010-11-29 00:58:10 +03:00
msgid "&Save setup"
msgstr "&Сохранить настройки"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:288 src/filemanager/midnight.c:353
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:290 src/filemanager/midnight.c:238
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:292
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:295 src/filemanager/midnight.c:355
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
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:298
2010-11-29 00:58:10 +03:00
msgid "For&mat"
msgstr "Фор&матирование"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:300
2012-07-18 14:24:25 +04:00
msgid "&Window"
msgstr "&Окна"
2012-09-14 15:04:29 +04:00
#: src/editor/editmenu.c:302 src/filemanager/midnight.c:357
2010-11-29 00:58:10 +03:00
msgid "&Options"
msgstr "&Настройки"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:57
2010-11-29 00:58:10 +03:00
msgid "None"
msgstr "Отключен"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:58
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:59
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:131
2010-11-29 00:58:10 +03:00
msgid "Word wrap line length:"
msgstr "Позиция переноса строк:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:135
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:137
2010-11-29 00:58:10 +03:00
msgid "Cursor beyond end of line"
msgstr "&Курсор за пределами строки"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:139
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:141
2010-11-29 00:58:10 +03:00
msgid "Synta&x highlighting"
msgstr "&Цветовыделение синтаксиса"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:143
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:145
2010-11-29 00:58:10 +03:00
msgid "Visible trailing spaces"
msgstr "Отображать проб&елы"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:147
2010-11-29 00:58:10 +03:00
msgid "Save file &position"
msgstr "Со&хранять позицию в файле"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:149
2010-11-29 00:58:10 +03:00
msgid "Confir&m before saving"
msgstr "П&одтверждать запись файла"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:151
2010-11-29 00:58:10 +03:00
msgid "&Return does autoindent"
msgstr "&Автоотступ \"Вводом\""
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:152
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:156
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:158
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
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:160
2010-11-29 00:58:10 +03:00
msgid "&Fake half tabs"
msgstr "&Симулировать неполн.табуляцию"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:162
2010-11-29 00:58:10 +03:00
msgid "Wrap mode"
msgstr "Режим переноса строк"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editoptions.c:167
2010-11-29 00:58:10 +03:00
msgid "Editor options"
msgstr "Настройки редактора"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:142
2012-07-18 14:24:25 +04:00
msgid "About"
msgstr "О программе"
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:161
2012-07-18 14:24:25 +04:00
msgid ""
"Copyright (C) 1996-2012 the Free Software Foundation\n"
"\n"
" A user friendly text editor\n"
" written for the Midnight Commander"
2012-09-10 15:41:24 +04:00
msgstr " Copyright (C) 1996-2012 the Free Software Foundation\n\n Текстовый редактор с дружественным интерфейсом пользователя.\n Создан для Midnight Commander."
2012-07-18 14:24:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:350
2012-07-18 14:24:25 +04:00
msgid "Open files"
msgstr "Открытые файлы"
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:420 src/editor/editwidget.c:423
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
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:881
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
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:882
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Replac"
msgstr "Замена"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:883 src/filemanager/midnight.c:1666
#: src/filemanager/tree.c:1222
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
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:884
2010-11-29 00:58:10 +03:00
msgid "ButtonBar|Move"
msgstr "Переместить"
2002-01-20 23:12:48 +03:00
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:886 src/filemanager/midnight.c:1669
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
2012-09-14 15:04:29 +04:00
#: src/editor/editwidget.c:887 src/filemanager/midnight.c:1670
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
2012-09-14 15:04:29 +04:00
#: src/editor/spell_dialogs.c:94
2012-08-27 12:26:45 +04:00
msgid "&Add word"
msgstr "&Добавить"
2012-09-14 15:04:29 +04:00
#: src/editor/spell_dialogs.c:106
2012-08-27 12:26:45 +04:00
msgid "Language"
2012-09-10 15:41:24 +04:00
msgstr "Язык"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/spell_dialogs.c:107
2012-08-27 12:26:45 +04:00
msgid "Misspelled"
2012-09-10 15:41:24 +04:00
msgstr "Ошибочное слово"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/spell_dialogs.c:113
2012-08-27 12:26:45 +04:00
msgid "Check word"
2012-09-10 15:41:24 +04:00
msgstr "Проверка слова"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/spell_dialogs.c:128
2012-08-27 12:26:45 +04:00
msgid "Suggest"
2012-09-10 15:41:24 +04:00
msgstr "Варианты"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/spell_dialogs.c:169
2012-08-27 12:26:45 +04:00
msgid "Select language"
2012-09-10 15:41:24 +04:00
msgstr "Выбор языка"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/editor/syntax.c:1527 src/editor/syntax.c:1533
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
2012-09-14 15:04:29 +04:00
#: src/editor/syntax.c:1528 src/filemanager/usermenu.c:946 src/help.c:1082
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/editor/syntax.c:1534
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
2012-09-14 15:04:29 +04:00
#: src/execute.c:120
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/execute.c:294 src/filemanager/command.c:272
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
2012-09-14 15:04:29 +04:00
#: src/execute.c:351
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
2012-09-14 15:04:29 +04:00
#: src/execute.c:464 src/filemanager/ext.c:631
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:91 src/filemanager/chmod.c:122
#: src/filemanager/chown.c:98
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:92
2010-11-29 00:58:10 +03:00
msgid "S&kip"
msgstr "П&ропустить"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:93 src/filemanager/chmod.c:126
#: src/filemanager/chown.c:101
2010-11-29 00:58:10 +03:00
msgid "Set &all"
msgstr "Ус&тановить всё"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:313 src/filemanager/achown.c:421
#: src/filemanager/achown.c:428
2010-11-29 00:58:10 +03:00
msgid "owner"
msgstr "хозяин"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:313 src/filemanager/achown.c:423
#: src/filemanager/achown.c:430
2010-11-29 00:58:10 +03:00
msgid "group"
msgstr "группа"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:425
2010-11-29 00:58:10 +03:00
msgid "other"
msgstr "другие"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:433
2010-11-29 00:58:10 +03:00
msgid "On"
msgstr "На"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:435
2010-11-29 00:58:10 +03:00
msgid "Flag"
msgstr "Флаг"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:437
2010-11-29 00:58:10 +03:00
msgid "Mode"
msgstr "Режим"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:442
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:667
2010-11-29 00:58:10 +03:00
msgid "Chown advanced command"
msgstr "Расширенная команда chown"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:737 src/filemanager/achown.c:759
#: src/filemanager/achown.c:821 src/filemanager/chmod.c:389
#: src/filemanager/chmod.c:475
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot chmod \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно изменить доступ \"%s\"\n%s"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/achown.c:742 src/filemanager/achown.c:764
#: src/filemanager/achown.c:827 src/filemanager/chown.c:249
#: src/filemanager/chown.c:377
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot chown \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно изменить владельца \"%s\"\n%s"
2002-09-19 11:06:10 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:143
2010-11-29 00:58:10 +03:00
msgid "&Stop"
msgstr "&Остановить"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:144
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:145
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:239
2010-11-29 00:58:10 +03:00
msgid "&Full file list"
msgstr "&Стандартный"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:240
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:241
2010-11-29 00:58:10 +03:00
msgid "&Long file list"
msgstr "&Расширенный"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:242
2010-11-29 00:58:10 +03:00
msgid "&User defined:"
msgstr "&Определенный пользователем"
1998-04-07 23:16:04 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:248
2010-11-29 00:58:10 +03:00
msgid "Listing mode"
msgstr "Формат списка файлов"
2002-04-24 12:19:50 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:249
2010-11-29 00:58:10 +03:00
msgid "User &mini status"
msgstr "Строка &мини-статуса в формате пользователя"
2002-04-24 12:19:50 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:344 src/filemanager/boxes.c:376
#: src/selcodepage.c:101
2010-11-29 00:58:10 +03:00
msgid "Other 8 bit"
msgstr "Другая 8-битная"
2002-04-24 12:19:50 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:372 src/filemanager/boxes.c:790
2010-11-29 00:58:10 +03:00
msgid "Display bits"
msgstr "Отображение символов"
2002-04-24 12:19:50 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:374
2010-11-29 00:58:10 +03:00
msgid "Input / display codepage:"
msgstr "Кодировка ввода/вывода:"
1999-02-08 16:49:31 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:385 src/filemanager/boxes.c:784
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:388
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:463
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:464 src/filemanager/find.c:1419
2010-11-29 00:58:10 +03:00
msgid "Stopped"
msgstr "Остановлен"
2010-05-05 23:34:59 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:610
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:612
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:615
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:624
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:691 src/filemanager/cmd.c:139
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-09-10 15:41:24 +04:00
#. TRANSLATORS: no need to translate 'Confirmation', it's just a context
#. prefix
2010-11-29 00:58:10 +03:00
#. 2
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:697
2010-11-29 00:58:10 +03:00
msgid "Confirmation|&History cleanup"
msgstr "&Очистка истории"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:699
2010-11-29 00:58:10 +03:00
msgid "Confirmation|Di&rectory hotlist delete"
msgstr "Удаление списка &каталогов"
2009-09-14 17:36:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:701
2010-11-29 00:58:10 +03:00
msgid "Confirmation|E&xit"
msgstr "В&ыход"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:702
2010-11-29 00:58:10 +03:00
msgid "Confirmation|&Execute"
msgstr "&Исполнение"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:703
2010-11-29 00:58:10 +03:00
msgid "Confirmation|O&verwrite"
msgstr "Пере&запись"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:704
2010-11-29 00:58:10 +03:00
msgid "Confirmation|&Delete"
msgstr "&Удаление"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:775
2010-11-29 00:58:10 +03:00
msgid "UTF-8 output"
msgstr "UTF-8 вывод"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:776
2010-11-29 00:58:10 +03:00
msgid "Full 8 bits output"
msgstr "Полный &8-битный вывод"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:777
2010-11-29 00:58:10 +03:00
msgid "ISO 8859-1"
msgstr "ISO 8859-1"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:778
2010-11-29 00:58:10 +03:00
msgid "7 bits"
msgstr "&7 бит"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:909 src/filemanager/tree.c:1181
2010-11-29 00:58:10 +03:00
msgid "Directory tree"
msgstr "Дерево каталогов"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:942
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:944
2010-11-29 00:58:10 +03:00
msgid "Use &passive mode"
msgstr "Использовать пассивный режим"
1998-12-17 11:28:05 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:946
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:949
2010-11-29 00:58:10 +03:00
msgid "&Always use ftp proxy"
msgstr "&Всегда использовать FTP-прокси"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:951 src/filemanager/boxes.c:959
2010-11-29 00:58:10 +03:00
msgid "sec"
msgstr "с"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:954
2010-11-29 00:58:10 +03:00
msgid "ftpfs directory cache timeout:"
msgstr "Тайм-аут кэша каталога FTP:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:957
2010-11-29 00:58:10 +03:00
msgid "ftp anonymous password:"
msgstr "Пароль анонимного FTP:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:961
2010-11-29 00:58:10 +03:00
msgid "Timeout for freeing VFSs:"
msgstr "Тайм-аут высвобождения ВФС:"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:966
2010-11-29 00:58:10 +03:00
msgid "Virtual File System Setting"
msgstr "Настройки виртуальной файловой системы"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1014
2010-11-29 00:58:10 +03:00
msgid "cd"
msgstr "Перейти в"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1036
2010-11-29 00:58:10 +03:00
msgid "Quick cd"
msgstr "Смена рабочего каталога"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1057
2010-11-29 00:58:10 +03:00
msgid "Symbolic link filename:"
msgstr "Имя символической ссылки:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1060
2010-11-29 00:58:10 +03:00
msgid "Existing filename (filename symlink will point to):"
msgstr "Имя существующего файла (для ссылки):"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1065
2010-11-29 00:58:10 +03:00
msgid "Symbolic link"
msgstr "Символическая ссылка"
2009-08-26 18:13:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1114
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1144
2010-11-29 00:58:10 +03:00
msgid "Domain:"
msgstr "Домен:"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1144
2010-11-29 00:58:10 +03:00
msgid "Username:"
msgstr "Имя пользователя:"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/boxes.c:1196
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:83
2010-11-29 00:58:10 +03:00
msgid "execute/search by others"
msgstr "запуск/поиск для других"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:84
2010-11-29 00:58:10 +03:00
msgid "write by others"
msgstr "запись для других"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:85
2010-11-29 00:58:10 +03:00
msgid "read by others"
msgstr "чтение для других"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:86
2010-11-29 00:58:10 +03:00
msgid "execute/search by group"
msgstr "запуск/поиск для группы"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:87
2010-11-29 00:58:10 +03:00
msgid "write by group"
msgstr "запись для группы"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:88
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:89
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:90
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:91
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:92
2010-11-29 00:58:10 +03:00
msgid "sticky bit"
msgstr "закрепляющий бит"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:93
2010-11-29 00:58:10 +03:00
msgid "set group ID on execution"
msgstr "присв. GID при выполнении"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:94
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:102
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:103
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:104
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:105
2011-07-09 20:21:38 +04:00
msgid "Group name:"
2011-09-11 10:40:32 +04:00
msgstr "Группа:"
2003-07-10 20:45:17 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:123
2011-07-09 20:21:38 +04:00
msgid "C&lear marked"
msgstr "&Очистить помеченное"
2003-07-10 20:45:17 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:124
2011-07-09 20:21:38 +04:00
msgid "S&et marked"
msgstr "Уста&новить помеченное"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:125
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:309
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:327 src/filemanager/chown.c:219
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chmod.c:338 src/filemanager/chown.c:135
#: src/filemanager/panel.c:209
2010-11-29 00:58:10 +03:00
msgid "Permission"
msgstr "Права доступа"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:99
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:100
2010-11-29 00:58:10 +03:00
msgid "Set &groups"
2011-09-11 10:40:32 +04:00
msgstr "&Группы"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:127
2011-07-09 20:21:38 +04:00
msgid "Name"
msgstr "Имя"
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:129
2011-07-09 20:21:38 +04:00
msgid "Owner name"
msgstr "Имя владельца"
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:131 src/filemanager/chown.c:223
2011-07-09 20:21:38 +04:00
msgid "Group name"
msgstr "Имя группы"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:133
2010-11-29 00:58:10 +03:00
msgid "Size"
msgstr "Размер"
1999-10-05 10:50:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:181
2010-11-29 00:58:10 +03:00
msgid "Chown command"
msgstr "Команда chown"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:200
2010-11-29 00:58:10 +03:00
msgid "<Unknown user>"
msgstr "<Неизвестный>"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:201
2010-11-29 00:58:10 +03:00
msgid "<Unknown group>"
msgstr "<Неизвестная>"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/chown.c:225
2010-11-29 00:58:10 +03:00
msgid "User name"
msgstr "Имя пользователя"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:119
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:139
2010-11-29 00:58:10 +03:00
msgid "Files tagged, want to cd?"
msgstr "Файлы помечены, сменить каталог?"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:147 src/filemanager/cmd.c:1203
#: src/filemanager/panel.c:2571 src/filemanager/panel.c:3164
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:198
2010-11-29 00:58:10 +03:00
msgid "Filter"
msgstr "Фильтр"
2009-01-06 14:53:58 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:199
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:224 src/filemanager/filegui.c:1040
#: src/filemanager/find.c:494
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:225
2010-11-29 00:58:10 +03:00
msgid "&Case sensitive"
msgstr "Учет ре&гистра"
2001-09-16 04:25:01 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:226
2010-11-29 00:58:10 +03:00
msgid "&Files only"
msgstr "Только файлы"
2009-01-06 14:53:58 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:425
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Link %s to:"
msgstr "Создать ссылку с %s на:"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:426
2010-11-29 00:58:10 +03:00
msgid "Link"
msgstr "Жесткая ссылка"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:432
2010-11-29 00:58:10 +03:00
#, c-format
msgid "link: %s"
msgstr "ссылка: %s"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:469
2010-11-29 00:58:10 +03:00
#, c-format
msgid "symlink: %s"
msgstr "символическая ссылка: %s"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:523 src/filemanager/panel.c:4530
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:707
2010-11-29 00:58:10 +03:00
msgid "View file"
msgstr "Просмотр файла"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:707
2010-11-29 00:58:10 +03:00
msgid "Filename:"
msgstr "Имя файла:"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:740
2010-11-29 00:58:10 +03:00
msgid "Filtered view"
msgstr "Просмотр вывода команды"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:741
2010-11-29 00:58:10 +03:00
msgid "Filter command and arguments:"
msgstr "Введите команду и ее аргументы:"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:895
2010-11-29 00:58:10 +03:00
msgid "Create a new Directory"
msgstr "Создать новый каталог"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:896
2010-11-29 00:58:10 +03:00
msgid "Enter directory name:"
msgstr "Введите имя каталога:"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1013
2010-11-29 00:58:10 +03:00
msgid "Select"
msgstr "отметить группу"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1021
2010-11-29 00:58:10 +03:00
msgid "Unselect"
msgstr "Снять отметку"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1036
2010-11-29 00:58:10 +03:00
msgid "Extension file edit"
msgstr "Редактирование файла расширений"
2005-07-25 19:31:17 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1037
2010-11-29 00:58:10 +03:00
msgid "Which extension file you want to edit?"
msgstr "Какой файл расширений Вы хотите редактировать?"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1038 src/filemanager/cmd.c:1074
#: src/filemanager/cmd.c:1132
2012-07-18 14:24:25 +04:00
msgid "&System Wide"
msgstr "&Общесистемный"
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1130
2010-11-29 00:58:10 +03:00
msgid "Highlighting groups file edit"
msgstr "Редактирование файла подсветки имён"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1131
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1218
2010-11-29 00:58:10 +03:00
msgid "Compare directories"
msgstr "Сравнить каталоги"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1219
2010-11-29 00:58:10 +03:00
msgid "Select compare method:"
msgstr "Выберите метод сравнения:"
1998-04-16 00:11:12 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1220
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1220
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1220
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1235
2010-11-29 00:58:10 +03:00
msgid ""
"Both panels should be in the listing mode\n"
"to use this command"
2012-09-10 15:41:24 +04:00
msgstr "Для выполнения этой команды\nобе панели должны быть в режиме списка"
2009-02-21 17:48:00 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1283
2010-11-29 00:58:10 +03:00
msgid ""
"Not an xterm or Linux console;\n"
"the panels cannot be toggled."
2012-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1319
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1325
2010-11-29 00:58:10 +03:00
msgid "Edit symlink"
msgstr "Правка ссылки"
2010-06-22 21:54:11 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1333
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1342
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1357
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1451
2010-11-29 00:58:10 +03:00
msgid "FTP to machine"
msgstr "FTP-соединение с удаленной машиной"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1462
2012-07-18 14:24:25 +04:00
msgid "SFTP to machine"
msgstr "SFTP-соединение с удаленной машиной"
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1474
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1486
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1497
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1498
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-09-10 15:41:24 +04:00
msgstr "Введите имя устройства (без /dev/), на котором\nвосстанавливать файлы после удаления (детали по F1):"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1641 src/filemanager/cmd.c:1643
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1641
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/cmd.c:1643
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/command.c:264 src/filemanager/usermenu.c:935
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/command.c:441 src/filemanager/panel.c:3439
#: src/filemanager/tree.c:612
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-09-10 15:41:24 +04:00
msgstr "Невозможно перейти в \"%s\"\n%s"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/dir.c:558 src/filemanager/dir.c:634
2010-11-29 00:58:10 +03:00
msgid "Cannot read directory contents"
msgstr "Невозможно прочесть содержимое каталога"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/ext.c:210 src/filemanager/usermenu.c:477
2012-07-18 14:24:25 +04:00
msgid "Parameter"
msgstr "Параметр"
2012-09-14 15:04:29 +04:00
#: src/filemanager/ext.c:422 src/filemanager/usermenu.c:447
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/ext.c:813
1998-09-29 00:41:28 +04:00
#, c-format
2010-01-31 12:48:41 +03:00
msgid " %s%s file error"
2012-09-10 15:41:24 +04:00
msgstr "ошибка файла %s%s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/ext.c:815
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/ext.c:835
2010-01-31 12:48:41 +03:00
#, c-format
2011-12-13 15:08:00 +04:00
msgid "%s file error"
2012-09-10 15:41:24 +04:00
msgstr "ошибка файла %s"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/ext.c:837
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:96 src/filemanager/file.c:1848
#: src/filemanager/tree.c:782
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:97 src/filemanager/tree.c:822
2010-11-29 00:58:10 +03:00
msgid "DialogTitle|Move"
msgstr "Перемещение"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:98 src/filemanager/hotlist.c:1239
#: src/filemanager/hotlist.c:1256 src/filemanager/tree.c:894
2010-11-29 00:58:10 +03:00
msgid "DialogTitle|Delete"
msgstr "Удаление"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:141
2010-11-29 00:58:10 +03:00
msgid "FileOperation|Copy"
msgstr "Копировать"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:142
2010-11-29 00:58:10 +03:00
msgid "FileOperation|Move"
msgstr "Переместить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:143
2010-11-29 00:58:10 +03:00
msgid "FileOperation|Delete"
msgstr "Удалить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:156
2010-11-29 00:58:10 +03:00
#, no-c-format
msgid "%o %f \"%s\"%m"
msgstr "%o %f \"%s\"%m"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:158
2010-11-29 00:58:10 +03:00
#, no-c-format
msgid "%o %d %f%m"
msgstr "%o эти %f (%d шт.)%m"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:161
2011-02-04 11:24:42 +03:00
msgid "file"
msgstr "файл"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:162
2010-11-29 00:58:10 +03:00
msgid "files"
msgstr "файлы"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:163
2010-11-29 00:58:10 +03:00
msgid "directory"
msgstr "каталог"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:164
2010-11-29 00:58:10 +03:00
msgid "directories"
msgstr "каталоги"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:165
2010-11-29 00:58:10 +03:00
msgid "files/directories"
msgstr "файлы/каталоги"
#. TRANSLATORS: keep leading space here to split words in Copy/Move dialog
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:167
2010-11-29 00:58:10 +03:00
msgid " with source mask:"
msgstr " с исходным шаблоном:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:168 src/filemanager/filegui.c:1038
2010-11-29 00:58:10 +03:00
msgid "to:"
msgstr "в:"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:171
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:320
2010-06-07 23:17:41 +04:00
msgid "Cannot make the hardlink"
msgstr "Невозможно создать жесткую ссылку"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:372
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-09-10 15:41:24 +04:00
msgstr "Невозможно прочесть исходную ссылку \"%s\"\n%s"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:388
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:460
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:515 src/filemanager/file.c:556
#: src/filemanager/file.c:597 src/filemanager/file.c:2409
#: src/filemanager/filegui.c:373 src/filemanager/filegui.c:590
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:556
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:556 src/viewer/hex.c:389
2011-07-09 20:21:38 +04:00
msgid "&Retry"
msgstr "По&вторить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:588
2011-07-09 20:21:38 +04:00
msgid ""
"\n"
"Directory not empty.\n"
"Delete it recursively?"
2012-09-10 15:41:24 +04:00
msgstr "\nКаталог не пуст.\nУдалить рекурсивно?"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:589
2011-07-09 20:21:38 +04:00
msgid ""
"\n"
"Background process: Directory not empty.\n"
"Delete it recursively?"
2012-09-10 15:41:24 +04:00
msgstr "\nФоновый процесс: каталог не пуст.\nУдалить рекурсивно?"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:590
2011-07-09 20:21:38 +04:00
msgid "Delete:"
msgstr "Удалить:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:597 src/filemanager/filegui.c:377
2011-07-09 20:21:38 +04:00
msgid "Non&e"
msgstr "Ни &одного"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:813
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:826 src/filemanager/file.c:1468
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:832
2010-11-29 00:58:10 +03:00
#, c-format
msgid "Cannot overwrite directory \"%s\""
msgstr "Невозможно переписать каталог \"%s\""
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:877
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot move file \"%s\" to \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно переместить файл \"%s\" в \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:909
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot remove file \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно удалить файл \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:957
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot delete file \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно удалить файл \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1044 src/filemanager/file.c:1113
#: src/filemanager/file.c:2387
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot remove directory \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно удалить каталог \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1435 src/filemanager/file.c:2259
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-09-10 15:41:24 +04:00
msgstr "Невозможно переписать каталог \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1454
2010-11-29 00:58:10 +03:00
#, c-format
msgid ""
"Cannot stat source file \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно получить свойства исходного файла \"%s\"\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1505
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1517 src/filemanager/file.c:1861
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1532 src/filemanager/file.c:1881
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1553
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1568
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1580
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-09-10 15:41:24 +04:00
msgstr "Невозможно получить свойства исходного файла \"%s\"\n%s"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1618
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-09-10 15:41:24 +04:00
msgstr "Невозможно создать целевой файл \"%s\"\n%s"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1640
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1660
2011-12-13 15:08:00 +04:00
#, c-format
msgid ""
"Cannot preallocate space for target file \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно выделить место для файла \"%s\"\n%s"
2011-12-13 15:08:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1704
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1745
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1784
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1819
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1831
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1849
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1850
2010-01-31 12:48:41 +03:00
msgid "&Keep"
msgstr "&Сохранить"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1950
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1984
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:1996
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2039 src/filemanager/file.c:2922
#: src/filemanager/tree.c:836
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Destination \"%s\" must be a directory\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Назначение \"%s\" должно быть каталогом\n%s"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2066
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot create target directory \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно создать целевой каталог \"%s\"\n%s"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2090
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot chown target directory \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно сменить владельца целевого каталога \"%s\"\n%s"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2226
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"\"%s\"\n"
"and\n"
"\"%s\"\n"
"are the same directory"
2012-09-10 15:41:24 +04:00
msgstr "\"%s\"\nи\n\"%s\"\nодин и тот же каталог"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2261
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot overwrite file \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно переписать файл \"%s\"\n%s"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2284
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot move directory \"%s\" to \"%s\"\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно переместить каталог \"%s\" в \"%s\"\n%s"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2418
2011-07-09 20:21:38 +04:00
msgid "Directory scanning"
msgstr "Путь к каталогу"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2640
2011-07-09 20:21:38 +04:00
msgid "Cannot operate on \"..\"!"
msgstr "Эту операцию невозможно выполнить на \"..\"!"
2012-09-14 15:04:29 +04:00
#: src/filemanager/file.c:2790
2011-07-09 20:21:38 +04:00
msgid "Sorry, I could not put the job in background"
msgstr "Извините, сделать это в фоновом режиме невозможно"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:293
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%d:%02d.%02d"
msgstr "%d:%02d:%02d"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:310
2011-07-09 20:21:38 +04:00
#, c-format
msgid "ETA %s"
msgstr "ETA %s"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:320
2011-07-09 20:21:38 +04:00
#, c-format
msgid "%.2f MB/s"
2012-03-19 19:55:19 +04:00
msgstr "%.2f Мб/с"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:324
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:328
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:365
2011-07-09 20:21:38 +04:00
msgid "Target file already exists!"
msgstr "Целевой файл уже существует!"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:369
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Source date: %s, size %llu"
msgstr "Источник: дата модификации: %s, размер: %llu"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:371
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Target date: %s, size %llu"
msgstr "Приёмник: дата модификации: %s, размер: %llu"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:375
2011-07-09 20:21:38 +04:00
msgid "If &size differs"
msgstr "&Различающиеся по длине"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:379
2011-07-09 20:21:38 +04:00
msgid "&Update"
msgstr "&Устаревшие"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:383
2011-07-09 20:21:38 +04:00
msgid "Overwrite all targets?"
msgstr "Переписать все файлы?"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:385
2011-07-09 20:21:38 +04:00
msgid "&Reget"
msgstr "Дока&чать"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:387
2011-07-09 20:21:38 +04:00
msgid "A&ppend"
msgstr "Дописать в &конец"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:393
2011-07-09 20:21:38 +04:00
msgid "Overwrite this target?"
msgstr "Переписать этот файл?"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:413
2011-07-09 20:21:38 +04:00
msgid "File exists"
msgstr "Файл существует"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:415
2011-07-09 20:21:38 +04:00
msgid "Background process: File exists"
msgstr "Фоновый процесс: файл существует"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:783
2012-04-22 15:03:36 +04:00
#, c-format
2012-03-19 19:55:19 +04:00
msgid "Files processed: %zu/%zu"
2012-07-18 14:24:25 +04:00
msgstr "Обработано файлов: %zu/%zu"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:785
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-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:829
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-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:833
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-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:839
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-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:843
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-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:851
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-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:855
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:880
2011-07-09 20:21:38 +04:00
msgid "Source"
msgstr "Источник"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:908
2011-07-09 20:21:38 +04:00
msgid "Target"
msgstr "Приемник"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:930
2011-07-09 20:21:38 +04:00
msgid "Deleting"
msgstr "Удаляем"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:1019
2011-07-09 20:21:38 +04:00
msgid "&Background"
msgstr "В &фоне"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:1027
2011-07-09 20:21:38 +04:00
msgid "&Stable Symlinks"
msgstr "Изменять относительные &ссылки"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:1029
2011-07-09 20:21:38 +04:00
msgid "Di&ve into subdir if exists"
msgstr "&Внутрь подкаталога, если есть"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:1032
2011-07-09 20:21:38 +04:00
msgid "Preserve &attributes"
msgstr "Сохранять &атрибуты"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:1034
2011-07-09 20:21:38 +04:00
msgid "Follow &links"
msgstr "&Разыменовывать ссылки"
2012-09-14 15:04:29 +04:00
#: src/filemanager/filegui.c:1192
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Invalid source pattern `%s'"
msgstr "Неправильный образец \"%s\""
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:195
2011-07-09 20:21:38 +04:00
msgid "&Suspend"
msgstr "При&остановить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:196
2011-07-09 20:21:38 +04:00
msgid "Con&tinue"
msgstr "Продолжить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:197
2011-07-09 20:21:38 +04:00
msgid "&Chdir"
msgstr "Пере&ход"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:198
2011-07-09 20:21:38 +04:00
msgid "&Again"
msgstr "Пов&тор"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:200 src/filemanager/panelize.c:96
2011-07-09 20:21:38 +04:00
msgid "Pane&lize"
msgstr "Па&нелизация"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:201
2011-07-09 20:21:38 +04:00
msgid "&View - F3"
msgstr "Прос&мотр - F3"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:202
2011-07-09 20:21:38 +04:00
msgid "&Edit - F4"
msgstr "&Правка - F4"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:360
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Found: %ld"
msgstr "Найден: %ld"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:451 src/filemanager/find.c:461
2011-07-09 20:21:38 +04:00
msgid "Malformed regular expression"
msgstr "Регулярное выражение сформировано неверно"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:495
2011-07-09 20:21:38 +04:00
msgid "&Find recursively"
msgstr "Найти ре&курсивно"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:496
2011-07-09 20:21:38 +04:00
msgid "S&kip hidden"
msgstr "Пропускать скр&ытые"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:502
2011-07-09 20:21:38 +04:00
msgid "Sea&rch for content"
msgstr "Поиск по содер&жимому"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:503
2011-07-09 20:21:38 +04:00
msgid "Case sens&itive"
2011-09-11 10:40:32 +04:00
msgstr "Учёт ре&гистра"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:505
2011-07-09 20:21:38 +04:00
msgid "Fir&st hit"
msgstr "До первого в&хождения"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:508
2011-07-09 20:21:38 +04:00
msgid "A&ll charsets"
msgstr "Вс&е кодировки"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:511 src/filemanager/midnight.c:199
2011-07-09 20:21:38 +04:00
msgid "&Tree"
msgstr "&Дерево"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:553 src/filemanager/find.c:1504
2011-07-09 20:21:38 +04:00
msgid "Find File"
msgstr "Поиск файла"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:625
2011-07-09 20:21:38 +04:00
msgid "Content:"
msgstr "Содержимое:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:632
2011-07-09 20:21:38 +04:00
msgid "File name:"
msgstr "Шаблон имени:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:641
2011-07-09 20:21:38 +04:00
msgid "Ena&ble ignore directories:"
2011-09-11 10:40:32 +04:00
msgstr "&Игнорировать каталоги:"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:649
2011-07-09 20:21:38 +04:00
msgid "Start at:"
msgstr "От каталога:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:997
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Grepping in %s"
msgstr "Ищем в %s"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:1199
2011-07-09 20:21:38 +04:00
msgid "Finished"
msgstr "Готово"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:1204
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Finished (ignored %zd directory)"
msgid_plural "Finished (ignored %zd directories)"
2011-10-19 14:36:11 +04:00
msgstr[0] "Завершено (пропущен %zd каталог)"
2012-07-18 14:24:25 +04:00
msgstr[1] "Завершено (пропущено %zd каталога)"
msgstr[2] "Завершено (пропущено %zd каталогов)"
2011-07-09 20:21:38 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:1237 src/viewer/search.c:253
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Searching %s"
msgstr "Ищем %s"
2012-09-14 15:04:29 +04:00
#: src/filemanager/find.c:1419 src/filemanager/find.c:1526
2011-07-09 20:21:38 +04:00
msgid "Searching"
msgstr "Ищем"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:199 src/filemanager/panelize.c:95
2011-07-09 20:21:38 +04:00
msgid "&Remove"
msgstr "&Удалить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:201 src/filemanager/hotlist.c:1031
#: src/filemanager/hotlist.c:1127
2011-07-09 20:21:38 +04:00
msgid "&Append"
msgstr "В &конец"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:203 src/filemanager/hotlist.c:1030
#: src/filemanager/hotlist.c:1126
2011-07-09 20:21:38 +04:00
msgid "&Insert"
msgstr "В &начало"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:205
2011-07-09 20:21:38 +04:00
msgid "New &entry"
msgstr "Новый &элемент"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:207
2011-07-09 20:21:38 +04:00
msgid "New &group"
msgstr "Новая &группа"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:211
2011-07-09 20:21:38 +04:00
msgid "&Up"
msgstr "&Вверх"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:213
2011-07-09 20:21:38 +04:00
msgid "&Add current"
msgstr "Добавить &текущий"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:216
2011-07-09 20:21:38 +04:00
msgid "&Refresh"
msgstr "&Освежить"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:218
2011-07-09 20:21:38 +04:00
msgid "Fr&ee VFSs now"
msgstr "Освободить ВФС сейчас"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:221
2011-07-09 20:21:38 +04:00
msgid "Change &to"
msgstr "Пере&йти"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:287
2011-07-09 20:21:38 +04:00
msgid "Subgroup - press ENTER to see list"
msgstr "Подгруппа - для просмотра нажмите ENTER"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:769
2011-07-09 20:21:38 +04:00
msgid "Active VFS directories"
msgstr "Активные каталоги ВФС"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:774
2011-07-09 20:21:38 +04:00
msgid "Directory hotlist"
msgstr "Каталоги быстрого доступа"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:805
2011-07-09 20:21:38 +04:00
msgid "Directory path"
msgstr "Путь к каталогу"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:811 src/filemanager/hotlist.c:862
2011-07-09 20:21:38 +04:00
msgid "Directory label"
msgstr "Метка каталога"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:838
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Moving %s"
msgstr "Перемещаем %s"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1098
2011-07-09 20:21:38 +04:00
msgid "New hotlist entry"
msgstr "Новый элемент быстрого доступа"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1098
2011-07-09 20:21:38 +04:00
msgid "Directory label:"
msgstr "Метка каталога:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1099
2011-07-09 20:21:38 +04:00
msgid "Directory path:"
msgstr "Путь к каталогу:"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1183
2011-07-09 20:21:38 +04:00
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1183
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-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1237
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-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1254
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-09-10 15:41:24 +04:00
msgstr "Группа \"%s\" не пуста.\nУдалить её?"
1998-05-07 00:04:08 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1564
2011-07-09 20:21:38 +04:00
msgid "Top level group"
msgstr "Группа верхнего уровня"
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1587
2011-07-09 20:21:38 +04:00
msgid "Hotlist Load"
msgstr "Загрузка списка быстрого доступа"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1589
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1693
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Label for \"%s\":"
msgstr "Метка для \"%s\":"
2001-06-07 09:06:55 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/hotlist.c:1704
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:78 src/filemanager/option.c:467
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:114
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:137
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:154
2011-07-09 20:21:38 +04:00
msgid "No node information"
msgstr "Нет информации об узле"
2009-02-21 17:48:00 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:157
2011-12-13 15:08:00 +04:00
msgid "Free nodes:"
msgstr "Свободно узлов:"
1998-09-29 00:41:28 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:165
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:172
2011-12-13 15:08:00 +04:00
#, c-format
msgid "Free space: %s/%s (%d%%)"
msgstr "Своб. место: %s/%s (%d%%)"
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:179
2010-01-31 12:48:41 +03:00
#, c-format
2011-07-09 20:21:38 +04:00
msgid "Type: %s"
msgstr "Тип: %s"
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:180
2011-07-09 20:21:38 +04:00
msgid "non-local vfs"
msgstr "нелокальная ВФС"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:186
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:192
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:198
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:203
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.
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:211
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Changed: %s"
msgstr "Изменён: %s"
2001-05-26 09:53:13 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:219
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:226
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:228
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:235
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:239
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:243
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/info.c:248
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:170
2011-07-09 20:21:38 +04:00
msgid "Show free sp&ace"
msgstr "Сво&бодное место"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:171
2011-07-09 20:21:38 +04:00
msgid "&XTerm window title"
msgstr "&Заголовок xterm"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:172
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:173
2011-07-09 20:21:38 +04:00
msgid "&Keybar visible"
msgstr "М&етки клавиш"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:174
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:175
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:176
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:441
2011-07-09 20:21:38 +04:00
msgid "Panel split"
msgstr "Разбиение панелей"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:442
2011-07-09 20:21:38 +04:00
msgid "Console output"
msgstr "Консольный вывод"
2002-01-20 23:12:48 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:443 src/filemanager/option.c:148
2011-07-09 20:21:38 +04:00
msgid "Other options"
msgstr "Прочие настройки"
2002-01-20 23:12:48 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:446
2011-07-09 20:21:38 +04:00
msgid "&Vertical"
msgstr "&Вертикальное"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:447
2011-07-09 20:21:38 +04:00
msgid "&Horizontal"
msgstr "&Горизонтальное"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:453
2011-07-09 20:21:38 +04:00
msgid "Output lines:"
msgstr "Строки вывода:"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/layout.c:519
2011-07-09 20:21:38 +04:00
msgid "Layout"
msgstr "Внешний вид"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:196
2011-07-09 20:21:38 +04:00
msgid "File listin&g"
msgstr "&Список файлов"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:197
2011-07-09 20:21:38 +04:00
msgid "&Quick view"
msgstr "&Быстрый просмотр"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:198
2011-07-09 20:21:38 +04:00
msgid "&Info"
msgstr "&Информация"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:202
2011-07-09 20:21:38 +04:00
msgid "&Listing mode..."
msgstr "Фор&мат списка..."
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:203
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:204
2011-07-09 20:21:38 +04:00
msgid "&Filter..."
msgstr "&Фильтр..."
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:206
2011-07-09 20:21:38 +04:00
msgid "&Encoding..."
msgstr "Выбор &кодировки..."
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:210
2011-07-09 20:21:38 +04:00
msgid "FT&P link..."
msgstr "&FTP-соединение..."
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:213
2011-07-09 20:21:38 +04:00
msgid "S&hell link..."
msgstr "S&hell-соединение..."
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:216
2012-07-18 14:24:25 +04:00
msgid "S&FTP link..."
msgstr "&SFTP-соединение..."
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:219
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:221
2011-12-13 15:08:00 +04:00
msgid "Paneli&ze"
msgstr "Па&нелизация"
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:223
2011-07-09 20:21:38 +04:00
msgid "&Rescan"
msgstr "&Пересмотреть"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:235
2011-07-09 20:21:38 +04:00
msgid "&View"
msgstr "П&росмотр"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:236
2011-07-09 20:21:38 +04:00
msgid "Vie&w file..."
msgstr "Просмотр &файла..."
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:237
2011-07-09 20:21:38 +04:00
msgid "&Filtered view"
msgstr "Просмотр вывода команд&ы"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:239
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:240
2011-07-09 20:21:38 +04:00
msgid "C&hmod"
msgstr "Права &доступа"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:241
2011-07-09 20:21:38 +04:00
msgid "&Link"
msgstr "&Жесткая ссылка"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:242
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:245
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:246
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:247
2011-07-09 20:21:38 +04:00
msgid "Ch&own"
msgstr "&Владелец/группа"
2009-10-09 10:56:42 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:249
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:250
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:251
2011-07-09 20:21:38 +04:00
msgid "&Mkdir"
msgstr "Со&здание каталога"
2001-09-08 00:21:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:253
2011-07-09 20:21:38 +04:00
msgid "&Quick cd"
msgstr "Сме&на каталога"
1998-12-17 11:28:05 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:255
2011-07-09 20:21:38 +04:00
msgid "Select &group"
msgstr "Отметить &группу"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:256
2011-07-09 20:21:38 +04:00
msgid "U&nselect group"
msgstr "Снять &отметку"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:257
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:259
2011-07-09 20:21:38 +04:00
msgid "E&xit"
msgstr "Вы&ход"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:275
2011-07-09 20:21:38 +04:00
msgid "&User menu"
msgstr "&Меню пользователя..."
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:276
2011-07-09 20:21:38 +04:00
msgid "&Directory tree"
msgstr "&Дерево каталогов"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:277
2011-07-09 20:21:38 +04:00
msgid "&Find file"
msgstr "Поиск &файла"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:278
2011-07-09 20:21:38 +04:00
msgid "S&wap panels"
msgstr "&Переставить панели"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:279
2011-07-09 20:21:38 +04:00
msgid "Switch &panels on/off"
msgstr "&Отключить панели"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:281
2011-07-09 20:21:38 +04:00
msgid "&Compare directories"
msgstr "&Сравнить каталоги"
2009-10-30 12:03:50 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:283
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:286
2011-07-09 20:21:38 +04:00
msgid "E&xternal panelize"
msgstr "В&нешняя панелизация"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:287
2011-07-09 20:21:38 +04:00
msgid "Show directory s&izes"
msgstr "&Размеры каталогов"
2003-04-02 23:39:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:289
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:290
2011-07-09 20:21:38 +04:00
msgid "Di&rectory hotlist"
2012-07-18 14:24:25 +04:00
msgstr "Каталоги &быстрого доступа"
Fri Apr 3 05:23:20 1998 Alex Tkachenko <alex@bcs.zp.ua>
* configure.in: ALL_LINGUAS test added, to allow specify list
of languages to be installed by setting env variable before
configure. If it is empty, it defaults to full list.
* src/menu.h menu_entry.{hot_pos, is_dupped} dropped
* src/menu.c: consistency fixes: pull-down menu items are now
accessible either with arrow keys or with hotkeys, denoted with &
(and highlighted). (key combinations, placed to the right of items
intended to be used from outside the menus). Freeing menu entries
removed as it no longer needed
* src/main.c, edit/editmenu.c: menubar init code is changed to conform
above fixes.
* edit/edit.h: use of "Cancel" in error_dialogs replaced with
"Dismiss", to avoid collisions in translation of "Cancel" in other
places with this case.
* src/boxes.c: select_format() and it's support removed, as it is
obsoleted by input line history feature. display_init()/display_callback
fixed to suite i18n changes. sort_box() - alike.
* src/option.c: pause_options added &'s and gettext calls to expand
statically assigned values.
* src/widget.c: (radio_callback) hotkey recognition is changed to
&-notation, rather than simple uppercase.
* src/dlg.c: (dlg_try_hotkey) plain symbol comparison replaced with
call to isalpha(), this fixes errorneous exit from input line, when
button hotkey is 8-bit NLS char.
1998-04-04 00:00:00 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:292
2011-07-09 20:21:38 +04:00
msgid "&Active VFS list"
msgstr "Список &активных ВФС"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:295
2011-07-09 20:21:38 +04:00
msgid "&Background jobs"
msgstr "Фоновые &задания"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:297
2011-07-09 20:21:38 +04:00
msgid "Screen lis&t"
msgstr "Список &экранов"
2009-06-27 10:13:32 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:302
2011-07-09 20:21:38 +04:00
msgid "&Undelete files (ext2fs only)"
msgstr "&Восстановление файлов"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:305
2011-07-09 20:21:38 +04:00
msgid "&Listing format edit"
msgstr "&Редактирование формата"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:312
2011-07-09 20:21:38 +04:00
msgid "Edit &extension file"
2012-07-18 14:24:25 +04:00
msgstr "Редактировать файл рас&ширений"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:313
2011-07-09 20:21:38 +04:00
msgid "Edit &menu file"
2012-07-18 14:24:25 +04:00
msgstr "Редактировать файл &меню"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:316
2011-07-09 20:21:38 +04:00
msgid "Edit hi&ghlighting group file"
msgstr "Редактировать файл рас&цветки имён"
2001-09-16 04:25:01 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:329
2011-07-09 20:21:38 +04:00
msgid "&Configuration..."
msgstr "&Конфигурация..."
2001-09-16 04:25:01 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:330
2011-07-09 20:21:38 +04:00
msgid "&Layout..."
msgstr "&Внешний вид..."
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:331
2011-07-09 20:21:38 +04:00
msgid "&Panel options..."
msgstr "&Настройки панелей..."
2002-09-27 05:23:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:333
2011-07-09 20:21:38 +04:00
msgid "C&onfirmation..."
msgstr "&Подтверждение..."
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:335
2011-07-09 20:21:38 +04:00
msgid "&Display bits..."
msgstr "&Биты символов..."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:338
2011-07-09 20:21:38 +04:00
msgid "&Virtual FS..."
msgstr "Виртуальные &ФС..."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:443
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1036
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1039 src/filemanager/midnight.c:1045
#: src/filemanager/panel.c:2595
2011-07-09 20:21:38 +04:00
msgid "The Midnight Commander"
msgstr "Midnight Commander"
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1046
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1651
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1651
2011-07-09 20:21:38 +04:00
msgid "&Left"
msgstr "&Левая панель"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1652
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1652
2011-07-09 20:21:38 +04:00
msgid "&Right"
msgstr "&Правая панель"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1663
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Menu"
msgstr "Меню"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1664 src/viewer/display.c:93
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|View"
msgstr "Просмотр"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1667 src/filemanager/tree.c:1223
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|RenMov"
msgstr "Перенос"
1999-02-04 09:36:21 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/midnight.c:1668 src/filemanager/tree.c:1226
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Mkdir"
msgstr "НвКтлог"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/mountlist.c:802
2011-12-13 15:08:00 +04:00
msgid "Memory exhausted!"
msgstr "Память исчерпана!"
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:116
2011-07-09 20:21:38 +04:00
msgid "&Never"
msgstr "&Никогда"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:117
2011-07-09 20:21:38 +04:00
msgid "On dum&b terminals"
msgstr "На &тупых терминалах"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:118
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:128
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:130
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:132
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:134
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:136
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:138
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:140
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:142
2011-07-09 20:21:38 +04:00
msgid "Auto m&enus"
msgstr "Автоматические &меню"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:143
2011-07-09 20:21:38 +04:00
msgid "Use internal vie&w"
msgstr "Встро&енный просмотр"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:145
2011-07-09 20:21:38 +04:00
msgid "Use internal edi&t"
msgstr "Встроенный &редактор"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:152
2011-07-09 20:21:38 +04:00
msgid "Pause after run"
msgstr "Пауза после выполнения"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:157
2011-07-09 20:21:38 +04:00
msgid "Timeout:"
msgstr "Интервал:"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:158
2011-07-09 20:21:38 +04:00
msgid "S&ingle press"
msgstr "Одино&чное нажатие"
2009-08-26 22:34:35 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:159
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:162
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:164
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:165
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:167
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:169
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:171
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:179
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:308
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:309
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:310
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:322
2011-07-09 20:21:38 +04:00
msgid "Quick search"
msgstr "Быстрый поиск"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:324
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:326
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:329
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:331
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:333
2011-07-09 20:21:38 +04:00
msgid "Pa&ge scrolling"
msgstr "Страни&чное листание"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:335
2011-07-09 20:21:38 +04:00
msgid "L&ynx-like motion"
msgstr "Навигация в стиле l&ynx"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:338
2011-07-09 20:21:38 +04:00
msgid "Navigation"
msgstr "Навигация"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:340
2011-07-09 20:21:38 +04:00
msgid "A&uto save panels setup"
msgstr "&Автосохранение настроек панелей"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:342
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:344
2011-07-09 20:21:38 +04:00
msgid "Re&verse files only"
msgstr "Ин&вертировать только файлы"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:346
2011-07-09 20:21:38 +04:00
msgid "Ma&rk moves down"
msgstr "&Отметка перемещает курсор"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:348
2011-07-09 20:21:38 +04:00
msgid "&Fast dir reload"
msgstr "&Быстрая загрузка каталога"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:350
2011-07-09 20:21:38 +04:00
msgid "Show &hidden files"
msgstr "Показывать скр&ытые файлы"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:352
2011-07-09 20:21:38 +04:00
msgid "Show &backup files"
msgstr "Показывать ре&зервные файлы"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:354
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:356
2011-07-09 20:21:38 +04:00
msgid "Use SI si&ze units"
msgstr "Вывод в едини&цах СИ"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:358
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:369
2011-07-09 20:21:38 +04:00
msgid "Panel options"
msgstr "Настройки панели"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/option.c:468
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-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:114
2011-07-09 20:21:38 +04:00
msgid "sort|u"
msgstr "н"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:115
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:124
2011-07-09 20:21:38 +04:00
msgid "sort|n"
msgstr "и"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:125
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:134
2011-07-09 20:21:38 +04:00
msgid "sort|v"
msgstr "в"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:135
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:144
2011-07-09 20:21:38 +04:00
msgid "sort|e"
msgstr "р"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:145
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:154
2011-07-09 20:21:38 +04:00
msgid "sort|s"
msgstr "а"
2009-09-30 12:17:48 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:155
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:163
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:180
2011-07-09 20:21:38 +04:00
msgid "sort|m"
msgstr "м"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:181
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:190
2011-07-09 20:21:38 +04:00
msgid "sort|a"
msgstr "д"
2009-08-26 18:13:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:191
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:200
2011-07-09 20:21:38 +04:00
msgid "sort|h"
msgstr "п"
2009-08-26 18:13:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:201
2011-07-09 20:21:38 +04:00
msgid "C&hange time"
msgstr "Время изменения &атрибутов"
2009-08-26 18:13:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:217
2011-07-09 20:21:38 +04:00
msgid "Perm"
msgstr "Права"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:225
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:233
2011-07-09 20:21:38 +04:00
msgid "sort|i"
msgstr "у"
2010-06-22 21:54:11 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:234
2011-07-09 20:21:38 +04:00
msgid "&Inode"
msgstr "&Узел"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:242
2011-07-09 20:21:38 +04:00
msgid "UID"
msgstr "UID"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:250
2011-07-09 20:21:38 +04:00
msgid "GID"
msgstr "GID"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:258
2011-07-09 20:21:38 +04:00
msgid "Owner"
msgstr "Владелец"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:266
2011-07-09 20:21:38 +04:00
msgid "Group"
msgstr "Группа"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:488
2011-07-09 20:21:38 +04:00
msgid "[dev]"
msgstr "[dev]"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:503 src/filemanager/panel.c:1011
2011-07-09 20:21:38 +04:00
msgid "UP--DIR"
msgstr "-ВВЕРХ-"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:525
2011-07-09 20:21:38 +04:00
msgid "SYMLINK"
msgstr "ССЫЛКА"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:530
2011-07-09 20:21:38 +04:00
msgid "SUB-DIR"
msgstr "ПОД-КАТ"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:1002
2011-07-09 20:21:38 +04:00
msgid "<readlink failed>"
msgstr "<сбой чтения ссылки>"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:1064
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:1068
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:1270
2011-12-13 15:08:00 +04:00
msgid "Panelize"
msgstr "Панелизация"
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:1804
2011-07-09 20:21:38 +04:00
msgid "Unknown tag on display format:"
msgstr "Неизвестный тег в формате отображения:"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:2596
2011-07-09 20:21:38 +04:00
msgid "Do you really want to execute?"
msgstr "Вы действительно хотите выполнить это?"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panel.c:4239
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:94
2011-07-09 20:21:38 +04:00
msgid "&Add new"
msgstr "&Добавить"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:196 src/filemanager/panelize.c:401
2011-07-09 20:21:38 +04:00
msgid "External panelize"
msgstr "Внешняя панелизация"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:210
2011-07-09 20:21:38 +04:00
msgid "Command"
msgstr "Команда"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:224 src/filemanager/panelize.c:297
#: src/filemanager/panelize.c:599 src/filemanager/panelize.c:646
2011-07-09 20:21:38 +04:00
msgid "Other command"
msgstr "Новая команда"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:278
2011-07-09 20:21:38 +04:00
msgid "Add to external panelize"
msgstr "Добавить в список команд"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:279
2011-07-09 20:21:38 +04:00
msgid "Enter command label:"
msgstr "Введите название команды:"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:337
2011-07-09 20:21:38 +04:00
msgid "Cannot invoke command."
msgstr "Невозможно выполнить команду."
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:401
2011-07-09 20:21:38 +04:00
msgid "Pipe close failed"
msgstr "Сбой закрытия канала"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:540
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-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:603
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:604
2011-07-09 20:21:38 +04:00
msgid "Find rejects after patching"
msgstr "Найти корректуры, отвергнутые командой patch"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:606
2011-07-09 20:21:38 +04:00
msgid "Find *.orig after patching"
msgstr "Найти оригиналы (*.orig) после команды patch"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/panelize.c:608
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:181
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open the %s file for writing:\n"
"%s\n"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно открыть файл %s для записи:\n%s\n"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:780
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:819
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:829
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot stat the destination\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно получить свойства места назначения\n%s"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:891
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Delete %s?"
msgstr "Удалить %s?"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:1044 src/filemanager/tree.c:1220
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Static"
msgstr "Статич"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:1045 src/filemanager/tree.c:1221
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Dynamc"
msgstr "Динамч"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:1218
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Rescan"
msgstr "Пересм"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:1219
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Forget"
msgstr "Забыть"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/tree.c:1230
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Rmdir"
msgstr "УдКтлог"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/treestore.c:383
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot write to the %s file:\n"
"%s\n"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно писать в файл %s:\n%s\n"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:318
2011-07-09 20:21:38 +04:00
msgid "Debug"
msgstr "Отладка"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:336
2011-07-09 20:21:38 +04:00
msgid "ERROR:"
msgstr "ОШИБКА:"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:340
2011-07-09 20:21:38 +04:00
msgid "True:"
msgstr "Истина:"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:342
2011-07-09 20:21:38 +04:00
msgid "False:"
msgstr "Ложь:"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:566
2011-07-09 20:21:38 +04:00
msgid "Error calling program"
msgstr "Ошибка выполнения программы"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:599
2011-07-09 20:21:38 +04:00
msgid "Warning -- ignoring file"
msgstr "Предупреждение - файл игнорируется"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:600
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-09-10 15:41:24 +04:00
msgstr "Файл %s в текущем каталоге не принадлежит ни root'у, ни Вам,\nили доступен другим на запись. Использование такого файла неприемлемо\nc точки зрения безопасности."
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:710
2011-07-09 20:21:38 +04:00
msgid "Format error on file Extensions File"
msgstr "Ошибка в формате файла Расширений файлов"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:711
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:712
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:985
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open file%s\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно открыть файл %s\n%s"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:1088
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
2012-09-14 15:04:29 +04:00
#: src/filemanager/usermenu.c:1100
2011-07-09 20:21:38 +04:00
msgid "User menu"
msgstr "Меню пользователя"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/help.c:326
2011-07-09 20:21:38 +04:00
msgid "Help file format error\n"
msgstr "Ошибка в формате файла помощи\n"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/help.c:364
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
2012-09-14 15:04:29 +04:00
#: src/help.c:715 src/help.c:1104
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
2012-09-14 15:04:29 +04:00
#: src/help.c:1119
2011-07-09 20:21:38 +04:00
msgid "Help"
msgstr "Помощь"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/help.c:1142
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Index"
msgstr "Разделы"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/help.c:1143
2011-07-09 20:21:38 +04:00
msgid "ButtonBar|Prev"
msgstr "Пред"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:103
2011-07-09 20:21:38 +04:00
msgid "Learn keys"
msgstr "Распознавание клавиш"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:116
2011-07-09 20:21:38 +04:00
msgid "Teach me a key"
msgstr "Обучите меня клавише"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:117
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-09-10 15:41:24 +04:00
msgstr "Пожалуйста, нажмите клавишу %s\nи подождите, пока это сообщение пропадет.\n\nЗатем нажмите ее еще раз, чтобы убедиться,\nчто справа от ее названия появилось \"OK\".\n\nЕсли вы хотите прервать обучение, нажмите\nклавишу Esc и тоже немного подождите."
2011-02-04 11:24:42 +03:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:149
2011-07-09 20:21:38 +04:00
msgid "Cannot accept this key"
msgstr "Невозможно принять эту клавишу"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:149
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.
2012-09-14 15:04:29 +04:00
#: src/learn.c:207
2011-07-09 20:21:38 +04:00
msgid "OK"
msgstr "OK"
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:217
2011-07-09 20:21:38 +04:00
msgid ""
"It seems that all your keys already\n"
"work fine. That's great."
2012-09-10 15:41:24 +04:00
msgstr "Похоже, что все Ваши клавиши теперь\nработают нормально. Просто здорово!"
2009-12-25 20:13:09 +03:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:219
2011-07-09 20:21:38 +04:00
msgid "&Discard"
msgstr "Отменить"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:226
2011-07-09 20:21:38 +04:00
msgid ""
"Great! You have a complete terminal database!\n"
"All your keys work well."
2012-09-10 15:41:24 +04:00
msgstr "Отлично! У вас есть полная база описаний терминалов!\nВсе ваши клавиши работают хорошо."
2010-06-07 23:17:41 +04:00
2012-09-14 15:04:29 +04:00
#: src/learn.c:340
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
2012-09-14 15:04:29 +04:00
#: src/learn.c:343
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
2012-09-14 15:04:29 +04:00
#: src/learn.c:346
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
2012-09-14 15:04:29 +04:00
#: src/main.c:430
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-09-10 15:41:24 +04:00
msgstr "Сбой запуска:\n%s\n"
2009-09-03 00:02:43 +04:00
2012-09-14 15:04:29 +04:00
#: src/main.c:443
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
2012-09-14 15:04:29 +04:00
#: src/main.c:647
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"\n"
"Failed while close:\n"
"%s\n"
2012-09-10 15:41:24 +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
2012-09-14 15:04:29 +04:00
#: src/selcodepage.c:85
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
2012-09-14 15:04:29 +04:00
#: src/selcodepage.c:89
2011-07-09 20:21:38 +04:00
msgid "- < No translation >"
msgstr "- < Без перекодировки >"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/setup.c:181
2011-07-09 20:21:38 +04:00
msgid "%b %e %Y"
msgstr "%b %e %Y"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/setup.c:182
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
2012-09-14 15:04:29 +04:00
#: src/setup.c:1134
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot save file %s:\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно сохранить файл %s:\n%s"
2010-02-24 14:17:00 +03:00
2012-09-14 15:04:29 +04:00
#: src/subshell.c:390
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-09-10 15:41:24 +04:00
msgstr "Другой Midnight Commander уже работает\nна этом терминале. Встроенная командная\nоболочка будет выключена."
1998-12-17 11:28:05 +03:00
2012-09-14 15:04:29 +04:00
#: src/subshell.c:843
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
2012-09-14 15:04:29 +04:00
#: src/subshell.c:1062
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
2012-09-14 15:04:29 +04:00
#: src/subshell.c:1256
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:82
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:84
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:86
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:92
2011-07-09 20:21:38 +04:00
msgid "With builtin Editor\n"
msgstr "Со встроенным редактором\n"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:97
2011-07-09 20:21:38 +04:00
msgid "With optional subshell support\n"
msgstr "С опциональной поддержкой внутренней командной оболочки\n"
2002-07-19 08:39:03 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:99
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:104
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:108
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:110
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:114
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:118
2011-07-09 20:21:38 +04:00
msgid "With internationalization support\n"
msgstr "С поддержкой интернационализации\n"
2012-09-14 15:04:29 +04:00
#: src/textconf.c:122
2011-07-09 20:21:38 +04:00
msgid "With multiple codepages support\n"
msgstr "С поддержкой многих кодировок\n"
1999-08-30 16:13:02 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:142
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:149
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Virtual File Systems:"
msgstr "Виртуальная файловая система:"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:155
2011-07-09 20:21:38 +04:00
#, c-format
msgid "Data types:"
msgstr "Тип данных:"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:183
2012-07-18 14:24:25 +04:00
msgid "Root directory:"
msgstr "Корневой каталог:"
2012-03-19 19:55:19 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:186
2011-07-09 20:21:38 +04:00
msgid "System data"
msgstr "Системные данные"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:188 src/textconf.c:204
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
2012-09-14 15:04:29 +04:00
#: src/textconf.c:189 src/textconf.c:205
2011-07-09 20:21:38 +04:00
msgid "Data directory:"
2011-09-11 10:40:32 +04:00
msgstr "Каталог с файлами данных:"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:192
2011-10-19 14:36:11 +04:00
msgid "VFS plugins and scripts:"
msgstr "Модули и скрипты VFS:"
2012-09-14 15:04:29 +04:00
#: src/textconf.c:202
2011-07-09 20:21:38 +04:00
msgid "User data"
2012-09-10 15:41:24 +04:00
msgstr "Пользовательские данные"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/textconf.c:217
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
2012-09-14 15:04:29 +04:00
#: src/vfs/cpio/cpio.c:231 src/vfs/cpio/cpio.c:257
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open cpio archive\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно открыть архив cpio\n%s"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/cpio/cpio.c:335
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-09-10 15:41:24 +04:00
msgstr "Преждевременный конец архива cpio\n%s"
2003-04-02 23:39:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/cpio/cpio.c:419
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-09-10 15:41:24 +04:00
msgstr "Несогласованная жесткая ссылка\n%s\nв архиве cpio\n%s"
2003-04-02 23:39:22 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/cpio/cpio.c:460
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
2012-09-14 15:04:29 +04:00
#: src/vfs/cpio/cpio.c:551 src/vfs/cpio/cpio.c:612 src/vfs/cpio/cpio.c:618
#: src/vfs/cpio/cpio.c:682 src/vfs/cpio/cpio.c:692
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Corrupted cpio header encountered in\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Поврежденный заголовок cpio обнаружен в\n%s"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/cpio/cpio.c:752
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Unexpected end of file\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Неожиданный конец файла\n%s"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/extfs/extfs.c:510
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot open %s archive\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно открыть архив %s\n%s"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/extfs/extfs.c:552 src/vfs/extfs/extfs.c:573
#: src/vfs/extfs/extfs.c:629
2011-07-09 20:21:38 +04:00
msgid "Inconsistent extfs archive"
msgstr "Несогласованный архив extfs"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/extfs/extfs.c:1576
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:282
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:459
2011-07-09 20:21:38 +04:00
msgid "fish: Waiting for initial line..."
msgstr "fish: ожидается начальная строка..."
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:469
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:476
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:485
2011-07-09 20:21:38 +04:00
msgid "fish: Sending password..."
msgstr "fish: посылается пароль..."
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:521
2011-07-09 20:21:38 +04:00
msgid "fish: Sending initial line..."
msgstr "fish: посылается начальная строка..."
2010-01-31 12:48:41 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:532
2011-07-09 20:21:38 +04:00
msgid "fish: Handshaking version..."
msgstr "fish: версия подтверждения связи..."
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:542
2011-07-09 20:21:38 +04:00
msgid "fish: Getting host info..."
msgstr "fish: собирается информация об удалённой машине..."
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:667
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:837 src/vfs/ftpfs/ftpfs.c:1766
#: src/vfs/undelfs/undelfs.c:389
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:844 src/vfs/ftpfs/ftpfs.c:1715
#: src/vfs/undelfs/undelfs.c:392
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:902
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:939
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:959
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
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:959
2011-07-09 20:21:38 +04:00
msgid "fish: storing file"
2012-07-18 14:24:25 +04:00
msgstr "fish: запись файла"
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:1037
2011-07-09 20:21:38 +04:00
msgid "Aborting transfer..."
msgstr "Прерывание передачи..."
2009-09-30 17:52:25 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:1053
2011-07-09 20:21:38 +04:00
msgid "Error reported after abort."
msgstr "Отмечена ошибка после прерывания."
2012-09-14 15:04:29 +04:00
#: src/vfs/fish/fish.c:1055
2011-07-09 20:21:38 +04:00
msgid "Aborted transfer would be successful."
msgstr "Передача успешно прервана."
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:549
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:602
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:644
2011-07-09 20:21:38 +04:00
msgid "ftpfs: sending login name"
msgstr "ftpfs: посылается имя пользователя"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:649
2011-07-09 20:21:38 +04:00
msgid "ftpfs: sending user password"
msgstr "ftpfs: посылается пароль пользователя"
1999-04-29 17:07:52 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:655
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:657
2011-07-09 20:21:38 +04:00
msgid "Account:"
msgstr "Счет:"
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:661
2011-07-09 20:21:38 +04:00
msgid "ftpfs: sending user account"
msgstr "ftpfs: посылается учётная запись пользователя"
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:670
2011-07-09 20:21:38 +04:00
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:684
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:811
2011-07-09 20:21:38 +04:00
msgid "ftpfs: Invalid host name."
msgstr "ftpfs: неверное имя системы."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:860 src/vfs/ftpfs/ftpfs.c:876
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:883
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"
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:894
2011-07-09 20:21:38 +04:00
msgid "ftpfs: connection interrupted by user"
msgstr "ftpfs: соединение прервано пользователем"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:896
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:950
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1276
2011-07-09 20:21:38 +04:00
msgid "ftpfs: invalid address family"
msgstr "ftpfs: неверный адрес системы."
2004-12-02 11:26:55 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1284
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1318
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1416
2011-07-09 20:21:38 +04:00
msgid "ftpfs: aborting transfer."
msgstr "ftpfs: прерывание передачи."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1419
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1427
2011-07-09 20:21:38 +04:00
msgid "ftpfs: abort failed"
msgstr "ftpfs: сбой прерывания"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1556 src/vfs/ftpfs/ftpfs.c:1669
2011-07-09 20:21:38 +04:00
msgid "ftpfs: CWD failed."
msgstr "ftpfs: невозможно изменить текущий рабочий каталог."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1566 src/vfs/ftpfs/ftpfs.c:1574
2011-07-09 20:21:38 +04:00
msgid "ftpfs: couldn't resolve symlink"
msgstr "ftpfs: невозможно распознать символическую ссылку"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1635
2011-07-09 20:21:38 +04:00
msgid "Resolving symlink..."
msgstr "Распознается символическая ссылка..."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1659
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
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1662
2011-07-09 20:21:38 +04:00
msgid "(strict rfc959)"
msgstr "(ограничение rfc959)"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1662
2011-07-09 20:21:38 +04:00
msgid "(chdir first)"
msgstr "(сначала chdir)"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1780
2011-07-09 20:21:38 +04:00
msgid "ftpfs: failed; nowhere to fallback to"
msgstr "ftpfs: ошибка; некуда перейти на аварийный режим"
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:1859
2011-07-09 20:21:38 +04:00
msgid "ftpfs: storing file"
2011-09-11 10:40:32 +04:00
msgstr "ftpfs: запись файла"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/ftpfs/ftpfs.c:2321
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-09-10 15:41:24 +04:00
msgstr "Файл ~/.netrc имеет неверный режим доступа/владения.\nУдалите пароль или исправьте режим доступа/владения"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sfs/sfs.c:433
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
2012-09-14 15:04:29 +04:00
#: src/vfs/sfs/sfs.c:462
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-09-10 15:41:24 +04:00
msgstr "Предупреждение: неправильная строка в %s:\n%s\n"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sfs/sfs.c:481
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Warning: Invalid flag %c in %s:\n"
"%s\n"
2012-09-10 15:41:24 +04:00
msgstr "Предупреждение: неправильный флаг %c в %s:\n%s\n"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/config_parcer.c:221
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: an error occured while reading %s: %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: произошла ошибка при чтении %s: %s"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/config_parcer.c:320
2012-08-27 12:26:45 +04:00
msgid "sftp: Unable to get current user name."
2012-09-10 15:41:24 +04:00
msgstr "sftp: невозможно получить имя пользователя."
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:76 src/vfs/sftpfs/vfs_subclass.c:109
2012-08-27 12:26:45 +04:00
msgid "sftp: Invalid host name."
2012-09-10 15:41:24 +04:00
msgstr "sftp: неверное имя системы."
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:83
2012-08-27 12:26:45 +04:00
msgid "sftp: Invalid port value."
2012-09-10 15:41:24 +04:00
msgstr "sftp: неверный порт."
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:113 src/vfs/sftpfs/connection.c:127
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: %s"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:132
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: making connection to %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: осуществляется соединение с %s"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:140
2012-08-27 12:26:45 +04:00
msgid "sftp: connection interrupted by user"
2012-09-10 15:41:24 +04:00
msgstr "sftp: соединение прервано пользователем"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:142
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: connection to server failed: %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: сбой соединения с сервером: %s"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:275
2012-08-27 12:26:45 +04:00
#, c-format
msgid "sftp: Enter passphrase for %s "
2012-09-10 15:41:24 +04:00
msgstr "sftp: введите парольную фразу для %s "
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:280
2012-08-27 12:26:45 +04:00
msgid "sftp: Passphrase is empty."
2012-09-10 15:41:24 +04:00
msgstr "sftp: парольная фраза пуста."
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:324
2012-09-10 15:41:24 +04:00
#, c-format
2012-08-27 12:26:45 +04:00
msgid "sftp: Enter password for %s "
2012-09-10 15:41:24 +04:00
msgstr "sftp: введите пароль для %s "
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:329
2012-08-27 12:26:45 +04:00
msgid "sftp: Password is empty."
2012-09-10 15:41:24 +04:00
msgstr "sftp: пароль пуст."
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/connection.c:387
2012-08-27 12:26:45 +04:00
#, c-format
msgid "sftp: Failure establishing SSH session: (%d)"
2012-09-10 15:41:24 +04:00
msgstr "sftp: сбой установки SSH-сессии: (%d)"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/file.c:239
2012-08-27 12:26:45 +04:00
msgid "sftp: No file handler data present for reading file"
2012-09-10 15:41:24 +04:00
msgstr "sftp: нет обработчика считываемого файла"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/vfs_class.c:214
2012-08-27 12:26:45 +04:00
#, c-format
msgid "sftp: (Ctrl-G break) Listing... %s"
2012-09-10 15:41:24 +04:00
msgstr "sftp: чтение списка файлов (прерывание по Ctrl-G)... %s"
2012-08-27 12:26:45 +04:00
2012-09-14 15:04:29 +04:00
#: src/vfs/sftpfs/vfs_class.c:216
2012-08-27 12:26:45 +04:00
msgid "sftp: Listing done."
2012-09-10 15:41:24 +04:00
msgstr "sftp: Чтение списка файлов завершено."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:691
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
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:1315
2011-07-09 20:21:38 +04:00
msgid "Authentication failed"
msgstr "Сбой идентификации"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:1901
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
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:1930
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
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:2058
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
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:2138
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
2012-09-14 15:04:29 +04:00
#: src/vfs/smbfs/smbfs.c:2175
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
2012-09-14 15:04:29 +04:00
#: src/vfs/tar/tar.c:297 src/vfs/tar/tar.c:323
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-09-10 15:41:24 +04:00
msgstr "Невозможно открыть архив tar\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/tar/tar.c:576 src/vfs/tar/tar.c:607 src/vfs/tar/tar.c:692
#: src/vfs/tar/tar.c:701
2011-07-09 20:21:38 +04:00
msgid "Inconsistent tar archive"
msgstr "Несогласованный архив tar"
2012-09-14 15:04:29 +04:00
#: src/vfs/tar/tar.c:592
2011-07-09 20:21:38 +04:00
msgid "Unexpected EOF on archive file"
msgstr "Неожиданный конец архивного файла"
2012-09-14 15:04:29 +04:00
#: src/vfs/tar/tar.c:796
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
"%s\n"
"doesn't look like a tar archive."
2012-09-10 15:41:24 +04:00
msgstr "%s\nне похож на архив tar"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:130
2011-07-09 20:21:38 +04:00
msgid "undelfs: error"
msgstr "undelfs: ошибка"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:247
2011-07-09 20:21:38 +04:00
msgid "not enough memory"
msgstr "недостаточно памяти"
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:253
2011-07-09 20:21:38 +04:00
msgid "while allocating block buffer"
msgstr "при получении блока буферов"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:259
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:265
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:272
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:287
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:299
2011-07-09 20:21:38 +04:00
msgid "no more memory while reallocating array"
msgstr "не хватило памяти при переоткрытии массива"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:321
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:371
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:374
2011-07-09 20:21:38 +04:00
msgid "undelfs: reading inode bitmap..."
msgstr "undelfs: чтение битовой карты узлов..."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:377
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot load inode bitmap from:\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно загрузить битовую карту узлов с:\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:380
2011-07-09 20:21:38 +04:00
msgid "undelfs: reading block bitmap..."
msgstr "undelfs: чтение блока битовой карты..."
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:383
2011-07-09 20:21:38 +04:00
#, c-format
msgid ""
"Cannot load block bitmap from:\n"
"%s"
2012-09-10 15:41:24 +04:00
msgstr "Невозможно загрузить блок битовой карты с:\n%s"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:408
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:453 src/vfs/undelfs/undelfs.c:669
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:599
2011-07-09 20:21:38 +04:00
msgid "while iterating over blocks"
msgstr "при переборе блоков"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:712
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
2012-09-14 15:04:29 +04:00
#: src/vfs/undelfs/undelfs.c:805
2011-07-09 20:21:38 +04:00
msgid "Ext2lib error"
msgstr "Сбой Ext2lib"
2010-11-29 00:58:10 +03:00
2012-09-14 15:04:29 +04:00
#: src/viewer/actions_cmd.c:388
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
2012-09-14 15:04:29 +04:00
#: src/viewer/datasource.c:418
2010-06-07 23:17:41 +04:00
msgid "Cannot spawn child process"
msgstr "Невозможно породить дочерний процесс"
1999-12-13 17:22:02 +03:00
2012-09-14 15:04:29 +04:00
#: src/viewer/datasource.c:431
2010-01-31 12:48:41 +03:00
msgid "Empty output from child filter"
msgstr "Дочерний фильтр не вернул данные"
1999-12-13 17:22:02 +03:00
2012-09-14 15:04:29 +04:00
#: src/viewer/dialogs.c:175
2010-01-31 12:48:41 +03:00
msgid "&Line number (decimal)"
msgstr "&Номер строки (десятичный)"
1999-12-13 17:22:02 +03:00
2012-09-14 15:04:29 +04:00
#: src/viewer/dialogs.c:176
2010-01-31 12:48:41 +03:00
msgid "Pe&rcents"
msgstr "П&роценты"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/dialogs.c:177
2010-01-31 12:48:41 +03:00
msgid "&Decimal offset"
msgstr "&Смещение (десятичное)"
1999-12-13 17:22:02 +03:00
2012-09-14 15:04:29 +04:00
#: src/viewer/dialogs.c:178
2010-01-31 12:48:41 +03:00
msgid "He&xadecimal offset"
msgstr "С&мещение (шестнадцатиричное)"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/dialogs.c:205
2010-01-31 12:48:41 +03:00
msgid "Goto"
msgstr "Переход"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:99
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Ascii"
msgstr "Ascii"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:101
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|HxSrch"
msgstr "Поиск"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:106
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|UnWrap"
msgstr "Разверн"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:107
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Wrap"
msgstr "Сверн"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:108
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Hex"
msgstr "Hex"
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:113
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Goto"
msgstr "Перейти"
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:114
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Raw"
msgstr "Исходный"
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:115
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Parse"
msgstr "Фильтр"
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:123
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Unform"
msgstr "Не форм"
2012-09-14 15:04:29 +04:00
#: src/viewer/display.c:124
2010-01-31 12:48:41 +03:00
msgid "ButtonBar|Format"
msgstr "Формат"
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/hex.c:378
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-09-10 15:41:24 +04:00
msgstr "Ошибка при закрытии файла:\n%s\nДанные могли быть как записаны, так и нет."
2000-05-07 14:35:31 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/hex.c:386
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-09-10 15:41:24 +04:00
msgstr "Невозможно сохранить файл:\n%s"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/lib.c:171
2012-09-03 10:11:08 +04:00
msgid "File was modified. Save with exit?"
msgstr "Файл был изменен. Сохранить при выходе?"
2012-09-14 15:04:29 +04:00
#: src/viewer/lib.c:172
2012-07-18 14:24:25 +04:00
msgid "&Cancel quit"
msgstr "&Прервать выход"
2012-09-14 15:04:29 +04:00
#: src/viewer/lib.c:177
2012-09-03 10:11:08 +04:00
msgid ""
"Midnight Commander is being shut down.\n"
"Save modified file?"
2012-09-10 15:41:24 +04:00
msgstr "Midnight Commander завершается.\nСохранить изменённый файл?"
2012-09-03 10:11:08 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/lib.c:450 src/viewer/lib.c:452
2010-06-22 21:54:11 +04:00
msgid "View: "
msgstr "Просмотр: "
2012-09-14 15:04:29 +04:00
#: src/viewer/mcviewer.c:329
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-09-10 15:41:24 +04:00
msgstr "Невозможно открыть \"%s\"\n%s"
2001-06-09 11:52:16 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/mcviewer.c:356
2010-06-07 23:17:41 +04:00
msgid "Cannot view: not a regular file"
msgstr "Просмотр невозможен: необычный файл"
2009-01-06 14:53:58 +03:00
2012-09-14 15:04:29 +04:00
#: src/viewer/search.c:150
2010-01-31 12:48:41 +03:00
msgid "Seeking to search result"
msgstr "Переход к найденному"
2009-10-01 03:50:39 +04:00
2012-09-14 15:04:29 +04:00
#: src/viewer/search.c:332
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
2012-09-14 15:04:29 +04:00
#: src/viewer/search.c:332
2011-07-09 20:21:38 +04:00
msgid "Continue from beginning?"
2010-02-24 14:42:26 +03:00
msgstr "Продолжить с начала?"