Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
42f63e0f
Commit
42f63e0f
authored
Oct 20, 2008
by
Ricardo Filipe
Committed by
Alexandre Julliard
Oct 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net: Added Portuguese translation.
parent
50ae1d2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
Pt.rc
programs/net/Pt.rc
+44
-0
rsrc.rc
programs/net/rsrc.rc
+1
-0
No files found.
programs/net/Pt.rc
0 → 100644
View file @
42f63e0f
/*
* 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 servio para iniciar.\n"
STRING_STOP_USAGE, "Especifique o nome do servio para parar.\n"
STRING_STOP_DEP, "A parar o servio dependente: %s\n"
STRING_CANT_STOP, "No foi possvel parar o servio %s\n"
STRING_NO_SCM, "No foi possvel entregar o handle ao controlador de servios.\n"
STRING_NO_SVCHANDLE, "No foi possvel entregar o handle ao servio.\n"
STRING_START_SVC, "O servio %s est a iniciar.\n"
STRING_START_SVC_SUCCESS, "O servio %s foi iniciado com sucesso.\n"
STRING_START_SVC_FAIL, "O servio %s falhou ao iniciar.\n"
STRING_STOP_SVC, "O servio %s est a parar.\n"
STRING_STOP_SVC_SUCCESS, "O servio %s foi parado com sucesso.\n"
STRING_STOP_SVC_FAIL, "O servio %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 disponveis so:\n NET HELP NET START NET STOP NET USE\n"
STRING_NO_ENTRIES, "No h entradas na lista.\n"
STRING_USE_HEADER, "\nEstado Local Remoto\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S Recursos disponveis: %lu\n"
}
programs/net/rsrc.rc
View file @
42f63e0f
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment