inetcpl.cpl: Update Lithuanian translation.
This commit is contained in:
parent
dff189d509
commit
4a22a6a1af
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Internet control panel applet
|
* Internet control panel applet
|
||||||
*
|
*
|
||||||
* Copyright 2010 Aurimas Fišeras <aurimas@gmail.com>
|
* Copyright 2010-2011 Aurimas Fišeras <aurimas@gmail.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -40,11 +40,33 @@ BEGIN
|
||||||
PUSHBUTTON "&Dabartinis puslapis", IDC_HOME_CURRENT, 58, 40, 80, 14
|
PUSHBUTTON "&Dabartinis puslapis", IDC_HOME_CURRENT, 58, 40, 80, 14
|
||||||
PUSHBUTTON "&Numatytasis puslapis", IDC_HOME_DEFAULT, 144, 40, 80, 14
|
PUSHBUTTON "&Numatytasis puslapis", IDC_HOME_DEFAULT, 144, 40, 80, 14
|
||||||
PUSHBUTTON "&Tuščias puslapis", IDC_HOME_BLANK, 230, 40, 80, 14
|
PUSHBUTTON "&Tuščias puslapis", IDC_HOME_BLANK, 230, 40, 80, 14
|
||||||
GROUPBOX " Browsing history ", IDC_STATIC, 4, 60, 312, 46
|
GROUPBOX " Naršymo istorija ", IDC_STATIC, 4, 60, 312, 46
|
||||||
LTEXT "You can delete cached pages, cookies and other data.",
|
LTEXT "Jūs galite pašalinti puslapius podėlyje, slapukus ir kitus duomenis.",
|
||||||
IDC_STATIC, 58, 72, 252, 10
|
IDC_STATIC, 58, 72, 252, 10
|
||||||
PUSHBUTTON "Delete &files...", IDC_HISTORY_DELETE, 144, 86, 80, 14
|
PUSHBUTTON "Šalinti &failus...", IDC_HISTORY_DELETE, 144, 86, 80, 14
|
||||||
PUSHBUTTON "&Settings...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
|
PUSHBUTTON "Nuo&statos...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
|
||||||
|
|
||||||
|
END
|
||||||
|
|
||||||
|
/* "Delete browsing history" dialog */
|
||||||
|
IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
|
||||||
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||||
|
FONT 8, "MS Shell Dlg"
|
||||||
|
CAPTION "Šalinti naršymo istoriją"
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
AUTOCHECKBOX "Laikini interneto failai\nTinklalapių kopijos podėlyje, paveikslai, liudijimai.",
|
||||||
|
IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE
|
||||||
|
AUTOCHECKBOX "Slapukai\nTinklalapių kompiuteryje išsaugoti failai, kuriuose saugomi naudotojų nustatymai ir prisijungimo informacija.",
|
||||||
|
IDC_DELETE_COOKIES, 10, 38, 230, 30, BS_TOP | BS_MULTILINE
|
||||||
|
AUTOCHECKBOX "Istorija\nTinklalapių, kuriuos naršėte, sąrašas.",
|
||||||
|
IDC_DELETE_HISTORY, 10, 68, 230, 30, BS_TOP | BS_MULTILINE
|
||||||
|
AUTOCHECKBOX "Formų duomenys\nNaudotojų vardai ir kita informacija, kurią įvedėte į formas.",
|
||||||
|
IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE
|
||||||
|
AUTOCHECKBOX "Slaptažodžiai\nIšsaugoti slaptažodžiai, kuriuos įvedėte į formas.",
|
||||||
|
IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE
|
||||||
|
DEFPUSHBUTTON "Atsisakyti", IDCANCEL, 185, 230, 60, 15, WS_GROUP
|
||||||
|
PUSHBUTTON "Šalinti", IDOK, 120, 230, 60, 15, WS_GROUP
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue