mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
msi: Add Swedish translation.
This commit is contained in:
parent
2fec7d33a5
commit
59450c91ff
@ -42,6 +42,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
#include "msi_Pl.rc"
|
||||
#include "msi_Pt.rc"
|
||||
#include "msi_Ru.rc"
|
||||
#include "msi_Sv.rc"
|
||||
#include "msi_Tr.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
34
dlls/msi/msi_Sv.rc
Normal file
34
dlls/msi/msi_Sv.rc
Normal file
@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Swedish resources for MSI
|
||||
*
|
||||
* Copyright 2007 Daniel Nylander
|
||||
*
|
||||
* 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_SWEDISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
4 "Det angivna installationspaketet kunde inte öppnas. Kontrollera filsökvägen och försök igen."
|
||||
5 "sökvägen %s hittades inte"
|
||||
9 "mata in %s"
|
||||
10 "felaktiga parametrar"
|
||||
11 "ange vilken mapp som innehåller %s"
|
||||
12 "installationskälla för funktion saknar"
|
||||
13 "nätverksenhet för funktion saknar"
|
||||
14 "funktion från:"
|
||||
15 "välj den mapp som innehåller %s"
|
||||
}
|
Loading…
Reference in New Issue
Block a user