Aurimas Fišeras : msi: Add Lithuanian translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 22 09:04:12 CDT 2009


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

Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Sun Jun 21 10:14:40 2009 +0300

msi: Add Lithuanian translation.

---

 dlls/msi/msi.rc    |    1 +
 dlls/msi/msi_Lt.rc |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index ffcb0c1..89d524c 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -38,6 +38,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #include "msi_Hu.rc"
 #include "msi_It.rc"
 #include "msi_Ko.rc"
+#include "msi_Lt.rc"
 #include "msi_Nl.rc"
 #include "msi_No.rc"
 #include "msi_Pl.rc"
diff --git a/dlls/msi/msi_Lt.rc b/dlls/msi/msi_Lt.rc
new file mode 100644
index 0000000..769d2c0
--- /dev/null
+++ b/dlls/msi/msi_Lt.rc
@@ -0,0 +1,39 @@
+/*
+ * Lithuanian resources for MSI
+ *
+ * Copyright 2009 Aurimas Fišeras <aurimas at gmail.com>
+ *
+ * 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
+ */
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+	4 "Nepavyko atverti nurodyto diegimo paketo. Patikrinkite failo kelią ir mėginkite dar kartą."
+	5 "kelias %s nerastas"
+	9 "įdėkite diską %s"
+	10 "blogi parametrai"
+	11 "įveskite aplanką, kuris turi %s"
+	12 "trūksta diegimo šaltinio komponentui"
+	13 "trūksta tinklo disko komponentui"
+	14 "komponentas iš:"
+	15 "parinkite aplanką, kuris turi %s"
+}
+
+#pragma code_page(default)




More information about the wine-cvs mailing list