Make sure dllname doesn't get optimized out (spotted by Marcus
[wine/multimedia.git] / programs / start / Pt.rc
blob5c0149a07734d58933812507b448edb644e4598c
1 /*
2  * Start
3  * Portuguese Language Support
4  *
5  * Copyright 2003 Marcelo Duarte
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
22 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
23 #pragma code_page(850)
25 STRINGTABLE DISCARDABLE
27 STRING_USAGE, "Inicia um programa, ou abre um documento no programa normalmente usado para arquivos com determinado sufuxo. \n\
28 Uso: \n\
29 start [opções] arquivo_de_programa [argumentos...] \n\
30 start [opções] arquivo_de_documento.ext \n\
31  \n\
32 Options: \n\
33 /M[inimized] Inicia o programa minimizado. \n\
34 /MAX[imized] Inicia o programa maximizado. \n\
35 /R[estored]  Inicia o programa normalmente (sem minimizar nem maximizar). \n\
36 /W[ait]      Aguarda que o programa iniciado termine e então retorno um código (exit code). \n\
37 /L           Mostra a licença ao usuário. \n\
38  \n\
39 start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
40 Start não vem com ABSOLUTAMENTE NENHUMA GARANTIA; para detahes execute com a opção /L. \n\
41 Este é um software livre (free software), e você é benvindo a redistribuí-lo sob \n\
42 certas condições; execute 'start /L' para detalhes. \n\
45 STRING_LICENSE, "start.exe versão 0.2 Copyright (C) 2003, Dan Kegel \n\
46 This program is free software; you can redistribute it and/or \n\
47 modify it under the terms of the GNU Lesser Public License \n\
48 as published by the Free Software Foundation; either version 2.1 \n\
49 of the License, or (at your option) any later version. \n\
50  \n\
51 This program is distributed in the hope that it will be useful, \n\
52 but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the \n\
54 GNU Lesser Public License for more details. \n\
55  \n\
56 You should have received a copy of the GNU Lesser Public License \n\
57 along with this program; if not, write to the Free Software \n\
58 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. \n\
59  \n\
60 Veja o arquivo COPYING.LIB para informação sobre a licença. \n\
63 STRING_EXECFAIL "Aplicação não pode ser iniciada, ou não existe aplicação associada com o arquivo especificado.\nShellExecuteEx falhou"