Module: wine Branch: master Commit: 42f63e0fac2e3cf1f3df25a95b4852f2d4227c6b URL: http://source.winehq.org/git/wine.git/?a=commit;h=42f63e0fac2e3cf1f3df25a95b...
Author: Ricardo Filipe ricardo_barbano@hotmail.com Date: Mon Oct 20 23:14:27 2008 -0700
net: Added Portuguese translation.
---
programs/net/Pt.rc | 44 ++++++++++++++++++++++++++++++++++++++++++++ programs/net/rsrc.rc | 1 + 2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/programs/net/Pt.rc b/programs/net/Pt.rc new file mode 100644 index 0000000..0efa8c2 --- /dev/null +++ b/programs/net/Pt.rc @@ -0,0 +1,44 @@ +/* + * NET.EXE - Wine-compatible net program + * Portuguese language support + * + * Copyright (C) 2008 Ricardo Filipe + * + * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL + +STRINGTABLE +{ + STRING_USAGE, "A sintaxe deste comando �:\n\nNET [ HELP | START | STOP | USE ]\n" + STRING_START_USAGE, "Especifique o nome do servi�o para iniciar.\n" + STRING_STOP_USAGE, "Especifique o nome do servi�o para parar.\n" + STRING_STOP_DEP, "A parar o servi�o dependente: %s\n" + STRING_CANT_STOP, "N�o foi poss�vel parar o servi�o %s\n" + STRING_NO_SCM, "N�o foi poss�vel entregar o handle ao controlador de servi�os.\n" + STRING_NO_SVCHANDLE, "N�o foi poss�vel entregar o handle ao servi�o.\n" + STRING_START_SVC, "O servi�o %s est� a iniciar.\n" + STRING_START_SVC_SUCCESS, "O servi�o %s foi iniciado com sucesso.\n" + STRING_START_SVC_FAIL, "O servi�o %s falhou ao iniciar.\n" + STRING_STOP_SVC, "O servi�o %s est� a parar.\n" + STRING_STOP_SVC_SUCCESS, "O servi�o %s foi parado com sucesso.\n" + STRING_STOP_SVC_FAIL, "O servi�o %s falhou a parar.\n" + STRING_HELP_USAGE, "A sintaxe deste comando �:\n\nNET HELP command\n -or-\nNET command /HELP\n\n"\ + " Os comandos dispon�veis s�o:\n NET HELP NET START NET STOP NET USE\n" + STRING_NO_ENTRIES, "N�o h� entradas na lista.\n" + STRING_USE_HEADER, "\nEstado Local Remoto\n---------------------------------------------------------------\n" + STRING_USE_ENTRY, "%s %S %S Recursos dispon�veis: %lu\n" +} diff --git a/programs/net/rsrc.rc b/programs/net/rsrc.rc index b6a6237..231d7d9 100644 --- a/programs/net/rsrc.rc +++ b/programs/net/rsrc.rc @@ -30,5 +30,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "Nl.rc" #include "No.rc" #include "Pl.rc" +#include "Pt.rc" #include "Ru.rc" #include "Si.rc"