[INETCPL][USRMGR] Update CPL Descriptions. By Jared Smudde. CORE-9713
[reactos.git] / reactos / dll / cpl / inetcpl / lang / lt-LT.rc
1 /*
2 * Internet control panel applet
3 *
4 * Copyright 2010-2011 Aurimas Fišeras <aurimas@gmail.com>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 *
20 */
21
22 /* UTF-8 */
23 #pragma code_page(65001)
24
25 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
26
27 STRINGTABLE
28 BEGIN
29 IDS_CPL_NAME "Internet Settings"
30 IDS_CPL_INFO "Configure WINE Internet Explorer and related settings."
31 IDS_SEC_SETTINGS "Security settings for zone: "
32 IDS_SEC_LEVEL0 "Custom"
33 IDS_SEC_LEVEL1 "Very Low"
34 IDS_SEC_LEVEL2 "Low"
35 IDS_SEC_LEVEL3 "Medium"
36 IDS_SEC_LEVEL4 "Increased"
37 IDS_SEC_LEVEL5 "High"
38 END
39
40 /* "General" propsheet */
41 IDD_GENERAL DIALOGEX 0, 0, 320, 220
42 STYLE DS_SHELLFONT | WS_CAPTION | WS_CHILD | WS_DISABLED
43 FONT 8, "MS Shell Dlg"
44 CAPTION "Bendrosios"
45 BEGIN
46
47 GROUPBOX "Pradžios tinklalapis ", IDC_STATIC, 4, 4, 312, 56
48 ICON ICO_HOME, ICO_HOME, 10, 15, 21, 20
49 LTEXT "Galite pasirinkti adresą, kuris bus naudojamas kaip jūsų pradžios tinklalapis.",
50 IDC_STATIC, 40, 14, 265, 10
51 EDITTEXT IDC_HOME_EDIT, 40, 26, 270, 12, WS_VISIBLE | ES_AUTOHSCROLL
52 PUSHBUTTON "&Dabartinis puslapis", IDC_HOME_CURRENT, 58, 42, 80, 14
53 PUSHBUTTON "&Numatytasis puslapis", IDC_HOME_DEFAULT, 144, 42, 80, 14
54 PUSHBUTTON "&Tuščias puslapis", IDC_HOME_BLANK, 230, 42, 80, 14
55 GROUPBOX "Naršymo istorija ", IDC_STATIC, 4, 66, 312, 42
56 ICON ICO_HISTORY, ICO_HISTORY, 10, 78, 80, 14
57 LTEXT "Jūs galite pašalinti puslapius podėlyje, slapukus ir kitus duomenis.",
58 IDC_STATIC, 40, 76, 270, 10
59 PUSHBUTTON "Šalinti &failus...", IDC_HISTORY_DELETE, 144, 90, 80, 14
60 PUSHBUTTON "Nuo&statos...", IDC_HISTORY_SETTINGS, 230, 90, 80, 14
61
62 END
63
64 /* "Delete browsing history" dialog */
65 IDD_DELETE_HISTORY DIALOGEX 0, 0, 250, 250
66 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
67 FONT 8, "MS Shell Dlg"
68 CAPTION "Šalinti naršymo istoriją"
69 BEGIN
70
71 AUTOCHECKBOX "Laikini interneto failai\nTinklalapių kopijos podėlyje, paveikslai, liudijimai.",
72 IDC_DELETE_TEMP_FILES, 10, 8, 230, 40, BS_TOP | BS_MULTILINE
73 AUTOCHECKBOX "Slapukai\nTinklalapių kompiuteryje išsaugoti failai, kuriuose saugomi naudotojų nustatymai ir prisijungimo informacija.",
74 IDC_DELETE_COOKIES, 10, 48, 230, 40, BS_TOP | BS_MULTILINE
75 AUTOCHECKBOX "Istorija\nTinklalapių, kuriuos naršėte, sąrašas.",
76 IDC_DELETE_HISTORY, 10, 88, 230, 40, BS_TOP | BS_MULTILINE
77 AUTOCHECKBOX "Formų duomenys\nNaudotojų vardai ir kita informacija, kurią įvedėte į formas.",
78 IDC_DELETE_FORM_DATA, 10, 128, 230, 40, BS_TOP | BS_MULTILINE
79 AUTOCHECKBOX "Slaptažodžiai\nIšsaugoti slaptažodžiai, kuriuos įvedėte į formas.",
80 IDC_DELETE_PASSWORDS, 10, 168, 230, 40, BS_TOP | BS_MULTILINE
81 DEFPUSHBUTTON "Atsisakyti", IDCANCEL, 185, 230, 60, 15, WS_GROUP
82 PUSHBUTTON "Šalinti", IDOK, 120, 230, 60, 15, WS_GROUP
83
84 END
85
86 /* "Security" propsheet */
87 IDD_SECURITY DIALOGEX 0, 0, 320, 220
88 STYLE DS_SHELLFONT | WS_CAPTION | WS_CHILD | WS_DISABLED
89 FONT 8, "MS Shell Dlg"
90 CAPTION "Saugumas"
91 BEGIN
92
93 CONTROL "", IDC_SEC_LISTVIEW, "SysListView32",
94 LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
95 4, 4, 312, 58
96 LTEXT "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
97 GROUPBOX "", IDC_SEC_GROUP, 4, 88, 312, 126
98 CONTROL "", IDC_SEC_TRACKBAR, "msctls_trackbar32",
99 TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
100 LTEXT "", IDC_SEC_LEVEL, 48, 102, 180, 12
101 LTEXT "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
102 END
103
104 /* "Content" propsheet */
105 IDD_CONTENT DIALOGEX 0, 0, 320, 220
106 STYLE DS_SHELLFONT | WS_CAPTION | WS_CHILD | WS_DISABLED
107 FONT 8, "MS Shell Dlg"
108 CAPTION "Turinys"
109 BEGIN
110
111 GROUPBOX "Liudijimai ", IDC_STATIC, 4, 4, 312, 50
112 ICON ICO_CERTIFICATES, ICO_CERTIFICATES, 10, 15, 21, 20
113 LTEXT "Liudijimai yra naudojami jūsų tapatumo nustatymui ir liudijimo įstaigų bei publikuotojų tapatumui nustatyti.",
114 IDC_STATIC, 40, 14, 252, 18
115 PUSHBUTTON "Liudijimai...", IDC_CERT, 146, 34, 80, 14
116 PUSHBUTTON "Publikuotojai...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
117
118 END