Daniel Nylander : msi: Add Swedish translation.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 07:59:44 CDT 2007


Module: wine
Branch: master
Commit: 59450c91ffc037e215909ad2c2f63b429306dd30
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=59450c91ffc037e215909ad2c2f63b429306dd30

Author: Daniel Nylander <po at danielnylander.se>
Date:   Mon Oct 15 22:20:52 2007 +0200

msi: Add Swedish translation.

---

 dlls/msi/msi.rc    |    1 +
 dlls/msi/msi_Sv.rc |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index cd523e8..d9ac96d 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -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
diff --git a/dlls/msi/msi_Sv.rc b/dlls/msi/msi_Sv.rc
new file mode 100644
index 0000000..31571a5
--- /dev/null
+++ b/dlls/msi/msi_Sv.rc
@@ -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"
+}




More information about the wine-cvs mailing list