Pt.rc 4.66 KB
Newer Older
1 2 3 4 5
/*
 * Start
 * Portuguese Language Support
 *
 * Copyright 2003 Marcelo Duarte
6
 * Copyright 2004 Amrico Jos Melo
7 8 9 10 11 12 13 14 15 16 17 18 19
 *
 * 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
20
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 22
 */

23
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

STRINGTABLE DISCARDABLE
{
STRING_USAGE, "Inicia um programa, ou abre um documento no programa normalmente usado para arquivos com determinado sufuxo. \n\
Uso: \n\
start [opes] arquivo_de_programa [argumentos...] \n\
start [opes] 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 ento retorno um cdigo (exit code). \n\
/L           Mostra a licena ao usurio. \n\
 \n\
start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
Start no vem com ABSOLUTAMENTE NENHUMA GARANTIA; para detahes execute com a opo /L. \n\
Este  um software livre (free software), e voc  benvindo a redistribu-lo sob \n\
certas condies; execute 'start /L' para detalhes. \n\
"

STRING_LICENSE, "start.exe verso 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\
58
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\
59 60 61 62 63 64
 \n\
Veja o arquivo COPYING.LIB para informao sobre a licena. \n\
"

STRING_EXECFAIL "Aplicao no pode ser iniciada, ou no existe aplicao associada com o arquivo especificado.\nShellExecuteEx falhou"
}
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83

LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE

STRINGTABLE DISCARDABLE
{
STRING_USAGE, "Inicia um programa, ou abre um documento no programa normalmente usado para ficheiros com determinado sufixo. \n\
Uso: \n\
start [opes] ficheiro_de_programa [argumentos...] \n\
start [opes] 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 ento retorne um cdigo (exit code). \n\
/L           Mostra a licena ao utilizador. \n\
 \n\
start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
Start no vem com ABSOLUTAMENTE NENHUMA GARANTIA; para detahes execute com a opo /L. \n\
84
Este  um software livre (free software), e  bem-vindo a redistribu-lo sob certas \n\
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
condies; execute 'start /L' para detalhes. \n\
"

STRING_LICENSE, "start.exe verso 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\
101
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\
102 103 104 105
 \n\
Veja o ficheiro COPYING.LIB para informao sobre a licena. \n\
"

106
STRING_EXECFAIL "A aplicao no pode ser iniciada, ou no existe aplicao associada com o ficheiro especificado.\nShellExecuteEx falhado"
107
}