xref: /reactos/dll/win32/userenv/lang/lt-LT.rc (revision 2b82fe44)
1/*
2 * Copyright (C) 2004 Eric Kohl
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 *
18 * Translated by Vytis "CMan" Gird�ijauskas, cman [at] cman [dot] us
19 */
20
21LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
22
23STRINGTABLE
24BEGIN
25    IDS_PROFILEPATH    "%SystemDrive%\\Documents and Settings"
26    IDS_APPDATA        "Application Data"
27    IDS_DESKTOP        "Darbalaukis"
28    IDS_FAVORITES      "Adresynas"
29    IDS_STARTMENU      "Meniu"
30    IDS_PROGRAMS       "Meniu\\Programos"
31    IDS_ADMINTOOLS     "Meniu\\Programos\\Administravimo �rankiai"
32    IDS_STARTUP        "Meniu\\Programos\\Paleistis"
33    IDS_MYDOCUMENTS    "Dokumentai"
34    IDS_MYPICTURES     "Dokumentai\\Paveiksl�liai"
35    IDS_MYMUSIC        "Dokumentai\\Muzika"
36    IDS_MYVIDEOS       "Dokumentai\\Vaizdai"
37    IDS_TEMPLATES      "Ruo�iniai"
38    IDS_RECENT         "Neseniai atverta"
39    IDS_SENDTO         "Si�sti �"
40    IDS_PRINTHOOD      "PrintHood"
41    IDS_NETHOOD        "NetHood"
42    IDS_LOCALSETTINGS  "Local Settings"
43    IDS_LOCALAPPDATA   "Local Settings\\Application Data"
44    IDS_TEMP           "Local Settings\\Temp"
45    IDS_CACHE          "Local Settings\\Temporary Internet Files"
46    IDS_HISTORY        "Local Settings\\History"
47    IDS_COOKIES        "Slapukai"
48    IDS_PROGRAMFILES   "%SystemDrive%\\Program Files"
49    IDS_COMMONFILES    "Common Files"
50END
51