2003-05-04 04:33:08 +02:00
|
|
|
|
/*
|
|
|
|
|
* Start (Russian resources)
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2003 Igor Stepin
|
|
|
|
|
*
|
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-05-04 04:33:08 +02:00
|
|
|
|
*/
|
|
|
|
|
|
2009-07-02 00:30:14 +02:00
|
|
|
|
#include "resources.h"
|
|
|
|
|
|
2009-07-22 12:32:31 +02:00
|
|
|
|
/* UTF-8 */
|
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
2003-05-04 04:33:08 +02:00
|
|
|
|
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
|
|
|
|
|
2009-07-22 12:32:31 +02:00
|
|
|
|
STRINGTABLE DISCARDABLE
|
2003-05-04 04:33:08 +02:00
|
|
|
|
{
|
2009-07-22 12:32:31 +02:00
|
|
|
|
STRING_USAGE, "Запускает программы или открывает документы приложением,\n\
|
2010-06-17 17:18:08 +02:00
|
|
|
|
связанным с файлами с данным расширением.\n\n\
|
2009-07-22 12:32:31 +02:00
|
|
|
|
Использование:\n\
|
|
|
|
|
start [options] имя_файла_программы [...]\n\
|
|
|
|
|
start [options] имя_файла_документа\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
\n\
|
2009-07-22 12:32:31 +02:00
|
|
|
|
Опции:\n\
|
2010-06-17 17:18:08 +02:00
|
|
|
|
/M[inimized] Запустить программу свёрнутой.\n\
|
|
|
|
|
/MAX[imized] Запустить программу на весь экран.\n\
|
|
|
|
|
/R[estored] Запустить программу с обычным размером окна.\n\
|
2009-07-22 12:32:31 +02:00
|
|
|
|
/W[ait] Ожидать завершения запущенной программы и выйти с кодом её выхода.\n\
|
2010-06-17 17:18:08 +02:00
|
|
|
|
/Unix Воспринимать путь к документу записанным в Unix-формате.\n\
|
|
|
|
|
/ProgIDOpen Открыть документ, используя указанный progID.\n\
|
2009-07-22 12:32:31 +02:00
|
|
|
|
/L Показать лицензию конечного пользователя.\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
\n\
|
2009-07-22 12:32:31 +02:00
|
|
|
|
start.exe версия 0.2 Copyright (C) 2003, Dan Kegel\n\
|
2010-06-17 17:18:08 +02:00
|
|
|
|
Start идет БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ.\n\
|
2009-07-22 12:32:31 +02:00
|
|
|
|
Это свободная программа, и вы можете её распространять на определённых\n\
|
2010-06-17 17:18:08 +02:00
|
|
|
|
условиях. Подробности будут сообщены при запуске с параметром /L.\n\
|
2003-05-04 04:33:08 +02:00
|
|
|
|
"
|
|
|
|
|
|
2009-07-22 12:32:31 +02:00
|
|
|
|
STRING_LICENSE, "start.exe версия 0.2 Copyright (C) 2003, Dan Kegel\n\
|
|
|
|
|
Это программа распространяется по лицензии GNU Lesser Public License\n\
|
|
|
|
|
и является свободным программным продуктом.\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
\n\
|
|
|
|
|
This program is free software; you can redistribute it and/or\n\
|
|
|
|
|
modify it under the terms of the GNU Lesser Public License\n\
|
|
|
|
|
as published by the Free Software Foundation; either version 2.1\n\
|
|
|
|
|
of the License, or (at your option) any later version.\n\
|
|
|
|
|
\n\
|
|
|
|
|
This program is distributed in the hope that it will be useful,\n\
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
|
|
|
|
|
GNU Lesser Public License for more details.\n\
|
|
|
|
|
\n\
|
|
|
|
|
You should have received a copy of the GNU Lesser Public License\n\
|
|
|
|
|
along with this program; if not, write to the Free Software\n\
|
|
|
|
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
|
2003-09-17 22:08:20 +02:00
|
|
|
|
\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
See the COPYING.LIB file for license information.\n\
|
2003-05-04 04:33:08 +02:00
|
|
|
|
"
|
|
|
|
|
|
2010-06-17 17:18:08 +02:00
|
|
|
|
STRING_EXECFAIL "Приложение не может быть запущено или нет ассоциированных с типом данного документа приложений.\nВызов ShellExecuteEx провалился."
|
2008-06-02 05:25:29 +02:00
|
|
|
|
|
2009-07-22 12:32:31 +02:00
|
|
|
|
STRING_UNIXFAIL "Невозможно перевести имя программы UNIX в имя DOS."
|
2003-05-04 04:33:08 +02:00
|
|
|
|
}
|