2003-06-23 20:15:15 +02:00
/*
* Start
* Portuguese Language Support
*
* Copyright 2003 Marcelo Duarte
2005-02-10 18:14:15 +01:00
* Copyright 2004 Am<41> rico Jos<6F> Melo
2003-06-23 20:15:15 +02:00
*
* 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-06-23 20:15:15 +02:00
*/
2009-07-02 00:30:14 +02:00
#include "resources.h"
2005-02-10 18:14:15 +01:00
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
2003-06-23 20:15:15 +02:00
STRINGTABLE DISCARDABLE
{
2008-06-10 10:22:33 +02:00
STRING_USAGE, "Inicia um programa, ou abre um documento no programa normalmente usado para arquivos com determinado sufuxo.\n\
Uso:\n\
start [op<6F> <70> es] arquivo_de_programa [argumentos...]\n\
start [op<6F> <70> es] arquivo_de_documento.ext\n\
\n\
Options:\n\
/M[inimized] Inicia o programa minimizado.\n\
/MAX[imized] Inicia o programa maximizado.\n\
/R[estored] Inicia o programa normalmente (sem minimizar nem maximizar).\n\
/W[ait] Aguarda que o programa iniciado termine e ent<6E> o retorno um c<> digo (exit code).\n\
2009-06-10 21:11:48 +02:00
/ProgIDOpen Open a document using the following progID.\n\
2008-06-10 10:22:33 +02:00
/L Mostra a licen<65> a ao usu<73> rio.\n\
\n\
start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
Start n<> o vem com ABSOLUTAMENTE NENHUMA GARANTIA; para detahes execute com a op<6F> <70> o /L.\n\
Este <20> um software livre (free software), e voc<6F> <20> benvindo a redistribu<62> -lo sob\n\
certas condi<64> <69> es; execute 'start /L' para detalhes.\n\
2003-06-23 20:15:15 +02:00
"
2008-06-10 10:22:33 +02:00
STRING_LICENSE, "start.exe vers<72> o 0.2 Copyright (C) 2003, Dan Kegel\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\
\n\
Veja o arquivo COPYING.LIB para informa<6D> <61> o sobre a licen<65> a.\n\
2003-06-23 20:15:15 +02:00
"
STRING_EXECFAIL "Aplica<63> <61> o n<> o pode ser iniciada, ou n<> o existe aplica<63> <61> o associada com o arquivo especificado.\nShellExecuteEx falhou"
2008-06-01 00:21:57 +02:00
STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
2003-06-23 20:15:15 +02:00
}
2005-02-10 18:14:15 +01:00
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
STRINGTABLE DISCARDABLE
{
2008-06-10 10:22:33 +02:00
STRING_USAGE, "Inicia um programa, ou abre um documento no programa normalmente usado para ficheiros com determinado sufixo.\n\
Uso:\n\
start [op<6F> <70> es] ficheiro_de_programa [argumentos...]\n\
start [op<6F> <70> es] ficheiro_de_documento.ext\n\
\n\
Options:\n\
/M[inimized] Inicia o programa minimizado.\n\
/MAX[imized] Inicia o programa maximizado.\n\
/R[estored] Inicia o programa normalmente (sem minimizar nem maximizar).\n\
/W[ait] Aguarda que o programa iniciado termine e ent<6E> o retorne um c<> digo (exit code).\n\
/L Mostra a licen<65> a ao utilizador.\n\
\n\
start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
Start n<> o vem com ABSOLUTAMENTE NENHUMA GARANTIA; para detahes execute com a op<6F> <70> o /L.\n\
Este <20> um software livre (free software), e <20> bem-vindo a redistribu<62> -lo sob certas\n\
condi<EFBFBD> <EFBFBD> es; execute 'start /L' para detalhes.\n\
2005-02-10 18:14:15 +01:00
"
2008-06-10 10:22:33 +02:00
STRING_LICENSE, "start.exe vers<72> o 0.2 Copyright (C) 2003, Dan Kegel\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\
\n\
Veja o ficheiro COPYING.LIB para informa<6D> <61> o sobre a licen<65> a.\n\
2005-02-10 18:14:15 +01:00
"
2006-11-23 21:47:59 +01:00
STRING_EXECFAIL "A aplica<63> <61> o n<> o pode ser iniciada, ou n<> o existe aplica<63> <61> o associada com o ficheiro especificado.\nShellExecuteEx falhado"
2008-06-01 00:21:57 +02:00
STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
2005-02-10 18:14:15 +01:00
}