Module: wine
Branch: master
Commit: e057672b1689952157a5c3e936629bbad84817bb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e057672b1689952157a5c3e93…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 13:47:02 2009 +0300
sane.ds: Add Lithuanian translation.
---
dlls/sane.ds/rsrc.rc | 1 +
dlls/sane.ds/sane_Lt.rc | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc
index 53d099f..ac80eb9 100644
--- a/dlls/sane.ds/rsrc.rc
+++ b/dlls/sane.ds/rsrc.rc
@@ -32,6 +32,7 @@
#include "sane_Fi.rc"
#include "sane_Fr.rc"
#include "sane_Ko.rc"
+#include "sane_Lt.rc"
#include "sane_Nl.rc"
#include "sane_No.rc"
#include "sane_Pl.rc"
diff --git a/dlls/sane.ds/sane_Lt.rc b/dlls/sane.ds/sane_Lt.rc
new file mode 100644
index 0000000..c96eceb
--- /dev/null
+++ b/dlls/sane.ds/sane_Lt.rc
@@ -0,0 +1,45 @@
+/*
+ * Lithuanian resources for Twain
+ *
+ * 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
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Skaitoma"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "SKAITOMA... Prašome palaukti",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "piks"
+ 2 "b"
+ 3 "mm"
+ 4 "tašk./col."
+ 5 "%"
+ 6 "ns"
+}
+
+#pragma code_page(default)
Module: wine
Branch: master
Commit: 0ecb7de0a0783881064b07cc6a36e37d9d5a530c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ecb7de0a0783881064b07cc6…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 11:12:35 2009 +0300
oleaut32: Add Lithuanian translation.
---
dlls/oleaut32/oleaut32.rc | 1 +
dlls/oleaut32/oleaut32_Lt.rc | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc
index 206a539..156a8f9 100644
--- a/dlls/oleaut32/oleaut32.rc
+++ b/dlls/oleaut32/oleaut32.rc
@@ -36,6 +36,7 @@
#include "oleaut32_Hu.rc"
#include "oleaut32_It.rc"
#include "oleaut32_Ko.rc"
+#include "oleaut32_Lt.rc"
#include "oleaut32_Nl.rc"
#include "oleaut32_No.rc"
#include "oleaut32_Pl.rc"
diff --git a/dlls/oleaut32/oleaut32_Lt.rc b/dlls/oleaut32/oleaut32_Lt.rc
new file mode 100644
index 0000000..202a5d3
--- /dev/null
+++ b/dlls/oleaut32/oleaut32_Lt.rc
@@ -0,0 +1,36 @@
+/*
+ * Lithuanian resources for oleaut32
+ *
+ * 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_TRUE "Tiesa"
+ IDS_FALSE "Netiesa"
+ IDS_YES "Taip"
+ IDS_NO "Ne"
+ IDS_ON "Įjungta"
+ IDS_OFF "Išjungta"
+}
+
+#pragma code_page(default)
Module: wine
Branch: master
Commit: 1c8361485488fb3627aefd0d96d592ff16753bf5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c8361485488fb3627aefd0d9…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 11:03:17 2009 +0300
msvidc32: Add Lithuanian translation.
---
dlls/msvidc32/msvidc32_Lt.rc | 30 ++++++++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dlls/msvidc32/msvidc32_Lt.rc b/dlls/msvidc32/msvidc32_Lt.rc
new file mode 100644
index 0000000..f83bce3
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_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 "MS-CRAM"
+ IDS_DESCRIPTION "Wine Video 1 vaizdo kodekas"
+}
+
+#pragma code_page(default)
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index f7f7630..68c8dbf 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -25,6 +25,7 @@
#include "msvidc32_En.rc"
#include "msvidc32_Hu.rc"
#include "msvidc32_Ko.rc"
+#include "msvidc32_Lt.rc"
#include "msvidc32_Nl.rc"
#include "msvidc32_No.rc"
#include "msvidc32_Pl.rc"
Module: wine
Branch: master
Commit: 3c4cbd4dca29f70fc4fb134fd23f983e62174fbd
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c4cbd4dca29f70fc4fb134fd…
Author: Aurimas Fišeras <aurimas(a)gmail.com>
Date: Sun Jun 21 10:58:47 2009 +0300
msvfw32: Add Lithuanian translation.
---
dlls/msvfw32/msvfw32_Lt.rc | 56 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Lt.rc b/dlls/msvfw32/msvfw32_Lt.rc
new file mode 100644
index 0000000..21b9902
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Lt.rc
@@ -0,0 +1,56 @@
+/*
+ * 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
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 192, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Vaizdų glaudinimas"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "Gerai",IDOK,129,2,54,14
+ PUSHBUTTON "Atsisakyti",IDCANCEL,129,18,54,14
+
+ LTEXT "&Metodas:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "Kon&figūruoti...",882,129,36,54,14
+ PUSHBUTTON "&Apie...",883,129,52,54,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "Glaudinimo &kokybė:",886,9,34,80,8
+
+ CONTROL "&Rakt. kadras kas",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "kadrų",889,103,62,26,10
+
+ CONTROL "&Duomenų sparta",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/sek",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Pilni kadrai (neglaudinti)"
+}
+
+#pragma code_page(default)
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 512f341..a24ab3c 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -27,6 +27,7 @@
#include "msvfw32_Fr.rc"
#include "msvfw32_Hu.rc"
#include "msvfw32_Ko.rc"
+#include "msvfw32_Lt.rc"
#include "msvfw32_Nl.rc"
#include "msvfw32_No.rc"
#include "msvfw32_Pl.rc"