Aurimas Fišeras : winhlp32: Add Lithuanian translation .

Alexandre Julliard julliard at winehq.org
Mon Jun 29 09:17:39 CDT 2009


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

Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Sat Jun 27 19:02:03 2009 +0300

winhlp32: Add Lithuanian translation.

---

 programs/winhlp32/Lt.rc   |  131 +++++++++++++++++++++++++++++++++++++++++++++
 programs/winhlp32/rsrc.rc |    1 +
 2 files changed, 132 insertions(+), 0 deletions(-)

diff --git a/programs/winhlp32/Lt.rc b/programs/winhlp32/Lt.rc
new file mode 100644
index 0000000..070e716
--- /dev/null
+++ b/programs/winhlp32/Lt.rc
@@ -0,0 +1,131 @@
+/*
+ * Help Viewer
+ *
+ * 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 */
+
+MAIN_MENU MENU
+{
+ POPUP "&Failas" {
+   MENUITEM "&Atverti",                   MNID_FILE_OPEN
+   MENUITEM SEPARATOR
+   MENUITEM "&Spausdinti",                MNID_FILE_PRINT
+   MENUITEM "Spaus&dintuvo nuostatos...", MNID_FILE_SETUP
+   MENUITEM SEPARATOR
+   MENUITEM "Iš&eiti",                    MNID_FILE_EXIT
+ }
+ POPUP "&Taisa" {
+   MENUITEM "&Kopijuoti...",              MNID_EDIT_COPYDLG
+   MENUITEM SEPARATOR
+   MENUITEM "Ko&mentuoti...",             MNID_EDIT_ANNOTATE
+ }
+ POPUP "&Adresynas" {
+   MENUITEM "&Apibrėžti...",              MNID_BKMK_DEFINE
+ }
+ POPUP "&Parinktys" {
+   POPUP    "Žinynas visuomet matomas"
+   BEGIN
+     MENUITEM "Numatyta",                 MNID_OPTS_HELP_DEFAULT
+     MENUITEM "Matomas",                  MNID_OPTS_HELP_VISIBLE
+     MENUITEM "Nematomas",                MNID_OPTS_HELP_NONVISIBLE
+   END
+   MENUITEM "Istorija",                   MNID_OPTS_HISTORY
+   POPUP    "Šriftas"
+   BEGIN
+     MENUITEM "&Mažas",                   MNID_OPTS_FONTS_SMALL
+     MENUITEM "&Normalus",                MNID_OPTS_FONTS_NORMAL
+     MENUITEM "&Didelis",                 MNID_OPTS_FONTS_LARGE
+   END
+   MENUITEM "Naudoti &sistemos spalvas",  MNID_OPTS_SYSTEM_COLORS
+ }
+ POPUP "&Žinynas" {
+   MENUITEM "Pa&galba apie žinyną",       MNID_HELP_HELPON
+   MENUITEM "&Visada viršuje",            MNID_HELP_HELPTOP
+   MENUITEM SEPARATOR
+   MENUITEM "&Informacija...",            MNID_HELP_ABOUT
+#ifdef WINELIB
+   MENUITEM "&Apie Wine",                 MNID_HELP_WINE
+#endif
+ }
+}
+
+IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Indeksas"
+{
+    LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
+}
+
+IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Paieška"
+{
+    LTEXT  "Dar nerealizuota", -1, 10, 10, 180, 150
+}
+
+/* Strings */
+STRINGTABLE DISCARDABLE
+{
+STID_WINE_HELP,       "Wine žinynas"
+STID_WHERROR,         "KLAIDA"
+STID_WARNING,         "ĮSPĖJIMAS"
+STID_INFO,            "Informacija"
+STID_NOT_IMPLEMENTED, "Nerealizuota"
+STID_HLPFILE_ERROR_s, "Klaida skaitant žinyno failą „%s“"
+STID_INDEX,           "&Rodyklė"
+STID_CONTENTS,        "Santrauka"
+STID_BACK,            "&Atgal"
+STID_ALL_FILES,       "Visi failai (*.*)"
+STID_HELP_FILES_HLP,  "Žinyno failai (*.hlp)"
+STID_FILE_NOT_FOUND_s "Nepavyko rasti „%s“. Ar norite rasti šį failą patys?"
+STID_NO_RICHEDIT      "Nepavyko rasti RichEdit realizacijos... Nutraukiama"
+STID_PSH_INDEX,       "Žinyno temos: "
+}
+
+CONTEXT_MENU MENU
+BEGIN
+  POPUP ""
+  BEGIN
+    MENUITEM "Komentuoti...",            MNID_CTXT_ANNOTATE
+    MENUITEM "Kopijuoti",                MNID_CTXT_COPY
+    MENUITEM "Spausdinti...",            MNID_CTXT_PRINT
+    POPUP    "Šriftas"
+    BEGIN
+      MENUITEM "Mažas",                  MNID_CTXT_FONTS_SMALL
+      MENUITEM "Normalus",               MNID_CTXT_FONTS_NORMAL
+      MENUITEM "Didelis",                MNID_CTXT_FONTS_LARGE
+    END
+    POPUP   "Žinynas visuomet matomas"
+    BEGIN
+      MENUITEM "Numatyta",               MNID_CTXT_HELP_DEFAULT
+      MENUITEM "Matomas",                MNID_CTXT_HELP_VISIBLE
+      MENUITEM "Nematomas",              MNID_CTXT_HELP_NONVISIBLE
+    END
+    MENUITEM "Naudoti sistemos spalvas", MNID_CTXT_SYSTEM_COLORS
+  END
+END
+
+#pragma code_page(default)
diff --git a/programs/winhlp32/rsrc.rc b/programs/winhlp32/rsrc.rc
index 2d25814..9ec7560 100644
--- a/programs/winhlp32/rsrc.rc
+++ b/programs/winhlp32/rsrc.rc
@@ -41,6 +41,7 @@ IDI_WINHELP ICON DISCARDABLE winhelp.ico
 #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