Implement some functions that are forwarded to HAL on x86 build, but not on x64....
[reactos.git] / reactos / base / applications / winhlp32 / lang / lt-LT.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 *
21 * Translation by Vytis "CMan" Girdþijauskas (cman@cman.us)
22 */
23
24 LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
25
26 /* Menu */
27
28 MAIN_MENU MENU
29 BEGIN
30 POPUP "&Byla"
31 BEGIN
32 MENUITEM "&Atverti", MNID_FILE_OPEN
33 MENUITEM SEPARATOR
34 MENUITEM "&Spausdinti", MNID_FILE_PRINT
35 MENUITEM "S&pausdintuvo nuostatos...", MNID_FILE_SETUP
36 MENUITEM SEPARATOR
37 MENUITEM "&Baigti", MNID_FILE_EXIT
38 END
39 POPUP "&Redaguoti"
40 BEGIN
41 MENUITEM "&Kopijuoti...", MNID_EDIT_COPYDLG
42 MENUITEM SEPARATOR
43 MENUITEM "&Pastaba...", MNID_EDIT_ANNOTATE
44 END
45 POPUP "&Þymë"
46 BEGIN
47 MENUITEM "&Kurti...", MNID_BKMK_DEFINE
48 END
49 POPUP "&Pagalba"
50 BEGIN
51 MENUITEM "&Turinys", MNID_HELP_HELPON
52 MENUITEM "Visada &virðuje", MNID_HELP_HELPTOP
53 MENUITEM SEPARATOR
54 MENUITEM "&Apie", MNID_HELP_ABOUT
55 #ifdef WINELIB
56 MENUITEM "Apie &Wine", MNID_HELP_WINE
57 #endif
58 END
59 END
60
61 /* Strings */
62
63 STRINGTABLE DISCARDABLE
64 BEGIN
65 STID_WINE_HELP, "WINE Pagalba"
66 STID_WHERROR, "KLAIDA"
67 STID_WARNING, "DËMESIO"
68 STID_INFO, "Informacija"
69 STID_NOT_IMPLEMENTED, "Dar nesukurta"
70 STID_HLPFILE_ERROR_s, "Ávyko klaida skaitant pagalbos bylà '%s'."
71 STID_CONTENTS, "&Turinys"
72 STID_SEARCH, "&Paieðka"
73 STID_BACK, "&Atgal"
74 STID_TOPICS, "&Temos"
75 STID_ALL_FILES, "Visos bylos (*.*)"
76 STID_HELP_FILES_HLP, "Pagalbos bylos (*.hlp)"
77 STID_FILE_NOT_FOUND_s "Nepavyko rasti '%s'. Ar norëtumëte pabandyti surasti ðia bylà patys?"
78 END