Ru.rc 3.85 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * 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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20
 */

21 22
#include "resources.h"

23 24 25
/* UTF-8 */
#pragma code_page(65001)

26 27
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT

28
STRINGTABLE DISCARDABLE
29
{
30 31 32 33 34
STRING_USAGE,                                   "Запускает программы или открывает документы приложением,\n\
обычно используемым для файлов с данным расширением.\n\n\
Использование:\n\
start [options] имя_файла_программы [...]\n\
start [options] имя_файла_документа\n\
35
\n\
36 37 38 39 40 41
Опции:\n\
/M[inimized] Запустить программу минимизированной.\n\
/MAX[imized] Запустить программу максимизированной.\n\
/R[estored]  Запустить программу нормально (не максимизированно и не минимизированно).\n\
/W[ait]      Ожидать завершения запущенной программы и выйти с кодом её выхода.\n\
/Unix        Использовать путь Unix для запуска програмы как виндовс проводник.\n\
42
/ProgIDOpen  Open a document using the following progID.\n\
43
/L           Показать лицензию конечного пользователя.\n\
44
\n\
45 46 47 48
start.exe версия 0.2 Copyright (C) 2003, Dan Kegel\n\
Start идет БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; подробности при запуске с опцией /L.\n\
Это свободная программа, и вы можете её распространять на определённых\n\
условиях; подробности при запуске с опцией /L.\n\
49 50
"

51 52 53
STRING_LICENSE, "start.exe версия 0.2 Copyright (C) 2003, Dan Kegel\n\
Это программа распространяется по лицензии GNU Lesser Public License\n\
и является свободным программным продуктом.\n\
54 55 56 57 58 59 60 61 62 63 64 65 66 67
\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\
68
\n\
69
See the COPYING.LIB file for license information.\n\
70 71
"

72
STRING_EXECFAIL "Приложение не может быть запущено или не ассоциировано приложений с типом данного документа.\nВызов ShellExecuteEx провалился"
73

74
STRING_UNIXFAIL "Невозможно перевести имя программы UNIX в имя DOS."
75
}