Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
1dc1ba14
Commit
1dc1ba14
authored
Oct 19, 2010
by
Anders Jonsson
Committed by
Alexandre Julliard
Oct 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net: Add Swedish translation.
parent
5164164f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
0 deletions
+49
-0
Makefile.in
programs/net/Makefile.in
+1
-0
Sv.rc
programs/net/Sv.rc
+48
-0
No files found.
programs/net/Makefile.in
View file @
1dc1ba14
...
@@ -20,6 +20,7 @@ RC_SRCS = \
...
@@ -20,6 +20,7 @@ RC_SRCS = \
Ro.rc
\
Ro.rc
\
Ru.rc
\
Ru.rc
\
Si.rc
\
Si.rc
\
Sv.rc
\
Uk.rc
Uk.rc
@MAKE_PROG_RULES@
@MAKE_PROG_RULES@
programs/net/Sv.rc
0 → 100644
View file @
1dc1ba14
/*
* NET.EXE - Wine-compatible net program
* Swedish language support
*
* Copyright (C) 2010 Anders Jonsson
*
* 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
*/
#include "resources.h"
#pragma code_page(65001)
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE
{
STRING_USAGE, "Syntax för detta kommando är:\n\nNET [ HELP | START | STOP | USE ]\n"
STRING_START_USAGE, "Ange namn på tjänst att starta.\n"
STRING_STOP_USAGE, "Ange namn på tjänst att stoppa.\n"
STRING_STOP_DEP, "Stoppar beroende tjänst: %s\n"
STRING_CANT_STOP, "Kunde inte stoppa tjänst %s\n"
STRING_NO_SCM, "Kunde inte få en referens till tjänstekontrollhanteraren.\n"
STRING_NO_SVCHANDLE, "Kunde inte få en referens till tjänsten.\n"
STRING_START_SVC, "Tjänsten %s startar.\n"
STRING_START_SVC_SUCCESS, "Tjänsten %s startades utan problem.\n"
STRING_START_SVC_FAIL, "Tjänsten %s kunde inte starta.\n"
STRING_STOP_SVC, "Tjänsten %s stoppas.\n"
STRING_STOP_SVC_SUCCESS, "Tjänsten %s har stoppats.\n"
STRING_STOP_SVC_FAIL, "Tjänsten %s kunde inte stoppas.\n"
STRING_HELP_USAGE, "Syntax för detta kommando är:\n\nNET HELP kommando\n -eller-\nNET kommando /HELP\n\n"\
" Tillgängliga kommandon:\n NET HELP NET START NET STOP NET USE\n"
STRING_NO_ENTRIES, "Det finns inga poster i listan.\n"
STRING_USE_HEADER, "\nStatus Lokal Fjärransluten\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S Öppna resurser: %lu\n"
}
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