Module: wine
Branch: master
Commit: a66dc8f981c55a059c4d100fdcbc7b290179b613
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a66dc8f981c55a059c4d100fd…
Author: Aurimas Fišeras <aurimas(a)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(a)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)
Module: wine
Branch: master
Commit: 555184fea1fc9995214808a857883fdc0727fb08
URL: http://source.winehq.org/git/wine.git/?a=commit;h=555184fea1fc9995214808a85…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 10:29:41 2009 +0300
msrle32: Add Lithuanian translation.
---
dlls/msrle32/msrle_Lt.rc | 33 +++++++++++++++++++++++++++++++++
dlls/msrle32/rsrc.rc | 1 +
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/dlls/msrle32/msrle_Lt.rc b/dlls/msrle32/msrle_Lt.rc
new file mode 100644
index 0000000..26e661b
--- /dev/null
+++ b/dlls/msrle32/msrle_Lt.rc
@@ -0,0 +1,33 @@
+/*
+ * Lithuanian resource file for MS-RLE
+ *
+ * Copyright 2009 Aurimas Fišeras <aurimas(a)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
+{
+ IDS_NAME "WINE-MS-RLE"
+ IDS_DESCRIPTION "Wine MS-RLE vaizdo kodekas"
+ IDS_ABOUT "Wine MS-RLE vaizdo kodekas\nAutoriaus teisės Michael Günnewig, 2002"
+}
+
+#pragma code_page(default)
diff --git a/dlls/msrle32/rsrc.rc b/dlls/msrle32/rsrc.rc
index 6d3ff95..09d2cf2 100644
--- a/dlls/msrle32/rsrc.rc
+++ b/dlls/msrle32/rsrc.rc
@@ -42,6 +42,7 @@
#include "msrle_It.rc"
#include "msrle_Ja.rc"
#include "msrle_Ko.rc"
+#include "msrle_Lt.rc"
#include "msrle_Nl.rc"
#include "msrle_No.rc"
#include "msrle_Pl.rc"
Module: wine
Branch: master
Commit: 7f68ffe557167083939e287597ef45ec6d241896
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f68ffe557167083939e28759…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 09:52:11 2009 +0300
iccvid: Add Lithuanian translation.
---
dlls/iccvid/iccvid_Lt.rc | 30 ++++++++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dlls/iccvid/iccvid_Lt.rc b/dlls/iccvid/iccvid_Lt.rc
new file mode 100644
index 0000000..b5157e8
--- /dev/null
+++ b/dlls/iccvid/iccvid_Lt.rc
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2009 Aurimas Fišeras <aurimas(a)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
+{
+ IDS_NAME "Cinepak vaizdo kodekas"
+ IDS_DESCRIPTION "Cinepak vaizdo kodekas"
+}
+
+#pragma code_page(default)
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index e751220..6a1955c 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -25,6 +25,7 @@
#include "iccvid_Fr.rc"
#include "iccvid_Hu.rc"
#include "iccvid_Ko.rc"
+#include "iccvid_Lt.rc"
#include "iccvid_Nl.rc"
#include "iccvid_No.rc"
#include "iccvid_Pl.rc"
Module: wine
Branch: master
Commit: 1631a6750d82fd283b324d91450dbf63aa38072e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1631a6750d82fd283b324d914…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 09:47:38 2009 +0300
localspl: Add Lithuanian translation.
---
dlls/localspl/localspl.rc | 1 +
dlls/localspl/spl_Lt.rc | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc
index 71c1e46..8d0563f 100644
--- a/dlls/localspl/localspl.rc
+++ b/dlls/localspl/localspl.rc
@@ -41,6 +41,7 @@
#include "spl_De.rc"
#include "spl_Fr.rc"
#include "spl_Ko.rc"
+#include "spl_Lt.rc"
#include "spl_Nl.rc"
#include "spl_No.rc"
#include "spl_Pl.rc"
diff --git a/dlls/localspl/spl_Lt.rc b/dlls/localspl/spl_Lt.rc
new file mode 100644
index 0000000..321ab06
--- /dev/null
+++ b/dlls/localspl/spl_Lt.rc
@@ -0,0 +1,32 @@
+/*
+ * Lithuanian resources for localspl
+ *
+ * Copyright 2009 Aurimas Fišeras <aurimas(a)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
+{
+ IDS_LOCALPORT "Vietinis prievadas"
+ IDS_LOCALMONITOR "Vietinis monitorius"
+}
+
+#pragma code_page(default)