Aurimas Fišeras : view: Add Lithuanian translation.

Alexandre Julliard julliard at winehq.org
Tue Jun 30 08:33:28 CDT 2009


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

Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Mon Jun 29 20:24:10 2009 +0300

view: Add Lithuanian translation.

---

 programs/view/Lt.rc     |   75 +++++++++++++++++++++++++++++++++++++++++++++++
 programs/view/viewrc.rc |    1 +
 2 files changed, 76 insertions(+), 0 deletions(-)

diff --git a/programs/view/Lt.rc b/programs/view/Lt.rc
new file mode 100644
index 0000000..cbce3bb
--- /dev/null
+++ b/programs/view/Lt.rc
@@ -0,0 +1,75 @@
+/*
+ * View
+ * Lithuanian Language Support
+ *
+ * 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
+
+/*
+ *
+ * Menu
+ *
+ */
+
+VIEW MENU
+BEGIN
+    POPUP "&Failas"
+    BEGIN
+      MENUITEM "&Atverti",            IDM_OPEN
+      MENUITEM "Iš&eiti",             IDM_EXIT
+    END
+    POPUP "&Perkelti"
+    BEGIN
+      MENUITEM "&Sutalpinti į langą", IDM_SET_EXT_TO_WIN
+      MENUITEM SEPARATOR
+      MENUITEM "&Dešinėn",            IDM_LEFT
+      MENUITEM "&Kairėn",             IDM_RIGHT
+      MENUITEM "&Žemyn",              IDM_UP
+      MENUITEM "&Aukštyn",            IDM_DOWN
+    END
+END
+
+
+/*
+ *
+ * Accelerator
+ *
+ */
+
+VIEW ACCELERATORS
+BEGIN
+    "Q", IDM_EXIT, VIRTKEY, CONTROL
+END
+
+
+/*
+ *
+ * String Table
+ *
+ */
+
+STRINGTABLE DISCARDABLE
+BEGIN
+    IDS_DESCRIPTION         "Įprastinė metafailų žiūryklė"
+END
+
+#pragma code_page(default)
diff --git a/programs/view/viewrc.rc b/programs/view/viewrc.rc
index 7b104fa..6217cf6 100644
--- a/programs/view/viewrc.rc
+++ b/programs/view/viewrc.rc
@@ -30,6 +30,7 @@
 #include "It.rc"
 #include "Ja.rc"
 #include "Ko.rc"
+#include "Lt.rc"
 #include "Nl.rc"
 #include "No.rc"
 #include "Pl.rc"




More information about the wine-cvs mailing list